geonetwork-ui 2.3.0-dev.a288b23a → 2.3.0-dev.aef43725

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 (277) hide show
  1. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +3 -3
  2. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +2 -2
  3. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +2 -2
  4. package/esm2022/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.mjs +1 -1
  5. package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +12 -1
  6. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +36 -3
  7. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +21 -7
  8. package/esm2022/libs/common/domain/src/lib/model/record/index.mjs +2 -1
  9. package/esm2022/libs/common/domain/src/lib/model/record/user-feedbacks.model.mjs +2 -0
  10. package/esm2022/libs/common/domain/src/lib/model/user/index.mjs +2 -0
  11. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  12. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +1 -1
  13. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +47 -2
  14. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +64 -0
  15. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.mjs +15 -0
  16. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +104 -0
  17. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +25 -6
  18. package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +1 -1
  19. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +23 -1
  20. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +73 -20
  21. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +1 -1
  22. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +1 -1
  23. package/esm2022/libs/feature/map/src/lib/map-context/map-context.model.mjs +1 -1
  24. package/esm2022/libs/feature/map/src/lib/map-context/map-context.service.mjs +58 -17
  25. package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +7 -3
  26. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +1 -1
  27. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +4 -4
  28. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +13 -8
  29. package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +22 -4
  30. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +37 -10
  31. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +52 -8
  32. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +50 -17
  33. package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +18 -3
  34. package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +2 -2
  35. package/esm2022/libs/feature/search/src/index.mjs +2 -1
  36. package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +1 -1
  37. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +4 -4
  38. package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +1 -1
  39. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +1 -1
  40. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +1 -1
  41. package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +1 -1
  42. package/esm2022/libs/ui/elements/src/index.mjs +2 -2
  43. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +3 -2
  44. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +2 -2
  45. package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +30 -0
  46. package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +16 -3
  47. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +2 -2
  48. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +98 -36
  49. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +15 -12
  50. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +59 -0
  51. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +60 -0
  52. package/esm2022/libs/ui/inputs/src/index.mjs +16 -15
  53. package/esm2022/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.mjs +4 -3
  54. package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +22 -0
  55. package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +7 -5
  56. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +19 -8
  57. package/esm2022/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +29 -0
  58. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +27 -4
  59. package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +21 -3
  60. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +14 -11
  61. package/esm2022/libs/ui/layout/src/index.mjs +2 -1
  62. package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +76 -0
  63. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +42 -18
  64. package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +3 -8
  65. package/esm2022/libs/util/app-config/src/lib/app-config.mjs +3 -1
  66. package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +2 -1
  67. package/esm2022/libs/util/app-config/src/lib/model.mjs +1 -1
  68. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +2 -2
  69. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +22 -1
  70. package/esm2022/translations/de.json +24 -0
  71. package/esm2022/translations/en.json +24 -0
  72. package/esm2022/translations/es.json +24 -0
  73. package/esm2022/translations/fr.json +24 -0
  74. package/esm2022/translations/it.json +24 -0
  75. package/esm2022/translations/nl.json +24 -0
  76. package/esm2022/translations/pt.json +24 -0
  77. package/fesm2022/geonetwork-ui.mjs +2025 -928
  78. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  79. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  80. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts +1 -0
  81. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts.map +1 -1
  82. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts +1 -0
  83. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts.map +1 -1
  84. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +6 -2
  85. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +1 -1
  86. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +9 -6
  87. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  88. package/libs/common/domain/src/lib/model/record/index.d.ts +1 -0
  89. package/libs/common/domain/src/lib/model/record/index.d.ts.map +1 -1
  90. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts +15 -0
  91. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts.map +1 -0
  92. package/libs/common/domain/src/lib/model/user/index.d.ts +2 -0
  93. package/libs/common/domain/src/lib/model/user/index.d.ts.map +1 -0
  94. package/libs/common/domain/src/lib/platform.service.interface.d.ts +3 -0
  95. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  96. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +4 -1
  97. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  98. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +39 -0
  99. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +1 -0
  100. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts +8 -0
  101. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts.map +1 -0
  102. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +21 -0
  103. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +1 -0
  104. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +5 -1
  105. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
  106. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  107. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +10 -5
  108. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +1 -1
  109. package/libs/feature/map/src/lib/map-context/map-context.model.d.ts +7 -0
  110. package/libs/feature/map/src/lib/map-context/map-context.model.d.ts.map +1 -1
  111. package/libs/feature/map/src/lib/map-context/map-context.service.d.ts +1 -1
  112. package/libs/feature/map/src/lib/map-context/map-context.service.d.ts.map +1 -1
  113. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +1 -1
  114. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
  115. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +2 -2
  116. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  117. package/libs/feature/record/src/lib/state/mdview.actions.d.ts +40 -6
  118. package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +1 -1
  119. package/libs/feature/record/src/lib/state/mdview.effects.d.ts +24 -4
  120. package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
  121. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +18 -5
  122. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  123. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +8 -5
  124. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +1 -1
  125. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +12 -9
  126. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +1 -1
  127. package/libs/feature/search/src/index.d.ts +1 -0
  128. package/libs/feature/search/src/index.d.ts.map +1 -1
  129. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts +3 -3
  130. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
  131. package/libs/ui/elements/src/index.d.ts +1 -1
  132. package/libs/ui/elements/src/index.d.ts.map +1 -1
  133. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +1 -1
  134. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
  135. package/libs/ui/elements/src/lib/error/error.component.d.ts +16 -0
  136. package/libs/ui/elements/src/lib/error/error.component.d.ts.map +1 -0
  137. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts +3 -1
  138. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts.map +1 -1
  139. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +24 -4
  140. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +1 -1
  141. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +16 -15
  142. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  143. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts +11 -0
  144. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts.map +1 -0
  145. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts +21 -0
  146. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts.map +1 -0
  147. package/libs/ui/inputs/src/index.d.ts +15 -14
  148. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  149. package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts +1 -1
  150. package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts.map +1 -1
  151. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts +9 -0
  152. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +1 -0
  153. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts +1 -1
  154. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +1 -1
  155. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts +2 -1
  156. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts.map +1 -1
  157. package/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts +12 -0
  158. package/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts.map +1 -0
  159. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +7 -1
  160. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +1 -1
  161. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +5 -1
  162. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +1 -1
  163. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +35 -35
  164. package/libs/ui/layout/src/index.d.ts +1 -0
  165. package/libs/ui/layout/src/index.d.ts.map +1 -1
  166. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +25 -0
  167. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +1 -0
  168. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts +13 -6
  169. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts.map +1 -1
  170. package/libs/ui/layout/src/lib/ui-layout.module.d.ts +4 -5
  171. package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +1 -1
  172. package/libs/util/app-config/src/lib/app-config.d.ts.map +1 -1
  173. package/libs/util/app-config/src/lib/fixtures.d.ts.map +1 -1
  174. package/libs/util/app-config/src/lib/model.d.ts +1 -0
  175. package/libs/util/app-config/src/lib/model.d.ts.map +1 -1
  176. package/libs/util/shared/src/lib/links/link-utils.d.ts +18 -0
  177. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  178. package/package.json +2 -2
  179. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +2 -2
  180. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +1 -1
  181. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +1 -4
  182. package/src/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.ts +1 -0
  183. package/src/libs/api/repository/src/lib/gn4/auth/gravatar.service.ts +12 -1
  184. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +51 -1
  185. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +40 -7
  186. package/src/libs/common/domain/src/lib/model/record/index.ts +1 -0
  187. package/src/libs/common/domain/src/lib/model/record/user-feedbacks.model.ts +15 -0
  188. package/src/libs/common/domain/src/lib/platform.service.interface.ts +3 -0
  189. package/src/libs/common/fixtures/src/index.ts +8 -6
  190. package/src/libs/common/fixtures/src/lib/link.fixtures.ts +8 -0
  191. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +11 -3
  192. package/src/libs/common/fixtures/src/lib/user-feedbacks.fixtures.ts +83 -0
  193. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +65 -1
  194. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.css +0 -0
  195. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.html +8 -0
  196. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.ts +64 -0
  197. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.css +0 -0
  198. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.html +4 -0
  199. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.ts +15 -0
  200. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.css +0 -0
  201. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +14 -0
  202. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +143 -0
  203. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +38 -33
  204. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +21 -0
  205. package/src/libs/feature/editor/src/lib/fields.config.ts +22 -0
  206. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.css +7 -0
  207. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +32 -18
  208. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +72 -17
  209. package/src/libs/feature/map/src/lib/map-context/map-context.model.ts +7 -0
  210. package/src/libs/feature/map/src/lib/map-context/map-context.service.ts +57 -17
  211. package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +6 -2
  212. package/src/libs/feature/record/src/lib/feature-record.module.ts +5 -2
  213. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +12 -9
  214. package/src/libs/feature/record/src/lib/state/mdview.actions.ts +51 -6
  215. package/src/libs/feature/record/src/lib/state/mdview.effects.ts +82 -7
  216. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +86 -9
  217. package/src/libs/feature/record/src/lib/state/mdview.reducer.ts +79 -24
  218. package/src/libs/feature/record/src/lib/state/mdview.selectors.ts +40 -10
  219. package/src/libs/feature/router/src/lib/default/state/router.effects.ts +2 -2
  220. package/src/libs/feature/search/src/index.ts +1 -0
  221. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +4 -4
  222. package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +2 -2
  223. package/src/libs/ui/elements/src/index.ts +1 -1
  224. package/src/libs/ui/elements/src/lib/api-card/api-card.component.ts +2 -1
  225. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +1 -1
  226. package/src/libs/ui/elements/src/lib/{search-results-error/search-results-error.component.html → error/error.component.html} +18 -3
  227. package/src/libs/ui/elements/src/lib/{search-results-error/search-results-error.component.ts → error/error.component.ts} +5 -4
  228. package/src/libs/ui/elements/src/lib/link-card/link-card.component.html +38 -20
  229. package/src/libs/ui/elements/src/lib/link-card/link-card.component.ts +12 -0
  230. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +26 -10
  231. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +125 -30
  232. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +8 -6
  233. package/src/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.ts +54 -0
  234. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.css +0 -0
  235. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.html +75 -0
  236. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +62 -0
  237. package/src/libs/ui/inputs/src/index.ts +15 -14
  238. package/src/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.ts +3 -0
  239. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.css +3 -0
  240. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.html +11 -0
  241. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +16 -0
  242. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.ts +8 -1
  243. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +1 -0
  244. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts +14 -0
  245. package/src/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.css +6 -0
  246. package/src/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.html +26 -0
  247. package/src/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.ts +32 -0
  248. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.html +2 -1
  249. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.ts +29 -0
  250. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.html +2 -1
  251. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.ts +17 -1
  252. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +3 -3
  253. package/src/libs/ui/layout/src/index.ts +1 -0
  254. package/src/libs/ui/layout/src/lib/block-list/block-list.component.css +23 -0
  255. package/src/libs/ui/layout/src/lib/block-list/block-list.component.html +20 -0
  256. package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +84 -0
  257. package/src/libs/ui/layout/src/lib/carousel/carousel.component.css +8 -4
  258. package/src/libs/ui/layout/src/lib/carousel/carousel.component.html +4 -4
  259. package/src/libs/ui/layout/src/lib/carousel/carousel.component.ts +45 -15
  260. package/src/libs/ui/layout/src/lib/ui-layout.module.ts +0 -2
  261. package/src/libs/util/app-config/src/lib/app-config.ts +2 -0
  262. package/src/libs/util/app-config/src/lib/fixtures.ts +1 -0
  263. package/src/libs/util/app-config/src/lib/model.ts +1 -0
  264. package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +1 -1
  265. package/src/libs/util/shared/src/lib/links/link-utils.ts +21 -0
  266. package/translations/de.json +24 -0
  267. package/translations/en.json +24 -0
  268. package/translations/es.json +24 -0
  269. package/translations/fr.json +24 -0
  270. package/translations/it.json +24 -0
  271. package/translations/nl.json +24 -0
  272. package/translations/pt.json +24 -0
  273. package/translations/sk.json +24 -0
  274. package/esm2022/libs/ui/elements/src/lib/search-results-error/search-results-error.component.mjs +0 -29
  275. package/libs/ui/elements/src/lib/search-results-error/search-results-error.component.d.ts +0 -15
  276. package/libs/ui/elements/src/lib/search-results-error/search-results-error.component.d.ts.map +0 -1
  277. /package/src/libs/ui/elements/src/lib/{search-results-error/search-results-error.component.css → error/error.component.css} +0 -0
@@ -1,29 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "@angular/material/icon";
5
- import * as i3 from "@ngx-translate/core";
6
- export var ErrorType;
7
- (function (ErrorType) {
8
- ErrorType[ErrorType["COULD_NOT_REACH_API"] = 0] = "COULD_NOT_REACH_API";
9
- ErrorType[ErrorType["RECEIVED_ERROR"] = 1] = "RECEIVED_ERROR";
10
- ErrorType[ErrorType["RECORD_NOT_FOUND"] = 2] = "RECORD_NOT_FOUND";
11
- })(ErrorType || (ErrorType = {}));
12
- export class SearchResultsErrorComponent {
13
- constructor() {
14
- this.types = ErrorType;
15
- }
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: SearchResultsErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: SearchResultsErrorComponent, selector: "gn-ui-search-results-error", inputs: { type: "type", error: "error", recordId: "recordId" }, ngImport: i0, template: "<div\n class=\"p-[1.7em] bg-red-50 text-red-800 text-[1.5em] text-center rounded-lg\"\n>\n <div *ngIf=\"type === types.COULD_NOT_REACH_API\">\n <div class=\"relative opacity-40\">\n <mat-icon class=\"material-symbols-outlined face\">face</mat-icon>\n <mat-icon class=\"material-symbols-outlined question-mark1\"\n >question_mark</mat-icon\n >\n <mat-icon class=\"material-symbols-outlined question-mark2\"\n >question_mark</mat-icon\n >\n </div>\n <div translate>search.error.couldNotReachApi</div>\n </div>\n <div *ngIf=\"type === types.RECEIVED_ERROR\">\n <div class=\"relative opacity-40\">\n <mat-icon class=\"material-symbols-outlined face\">mood_bad</mat-icon>\n </div>\n <div translate>search.error.receivedError</div>\n <div *ngIf=\"error\">{{ error }}</div>\n </div>\n <div *ngIf=\"type === types.RECORD_NOT_FOUND\">\n <div class=\"relative opacity-40\">\n <mat-icon class=\"material-symbols-outlined computer\">computer</mat-icon>\n <mat-icon class=\"material-symbols-outlined computer-question-mark\"\n >question_mark</mat-icon\n >\n </div>\n <div translate [translateParams]=\"{ id: recordId }\">\n search.error.recordNotFound\n </div>\n <div *ngIf=\"error\">{{ error }}</div>\n </div>\n</div>\n", styles: ["mat-icon{width:auto;height:auto}mat-icon.face{font-size:3em}mat-icon.question-mark1{position:absolute;bottom:1.1em;left:calc(50% + .7em);font-size:1.7em}mat-icon.question-mark2{position:absolute;bottom:1.6em;left:calc(50% + 1.6em);font-size:1.4em}.computer{font-size:3em}.computer-question-mark{position:absolute;top:.6em;left:calc(50% - .5em);font-size:1.2em}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i3.TranslateDirective, selector: "[translate],[ngx-translate]", inputs: ["translate", "translateParams"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
18
- }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: SearchResultsErrorComponent, decorators: [{
20
- type: Component,
21
- args: [{ selector: 'gn-ui-search-results-error', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\n class=\"p-[1.7em] bg-red-50 text-red-800 text-[1.5em] text-center rounded-lg\"\n>\n <div *ngIf=\"type === types.COULD_NOT_REACH_API\">\n <div class=\"relative opacity-40\">\n <mat-icon class=\"material-symbols-outlined face\">face</mat-icon>\n <mat-icon class=\"material-symbols-outlined question-mark1\"\n >question_mark</mat-icon\n >\n <mat-icon class=\"material-symbols-outlined question-mark2\"\n >question_mark</mat-icon\n >\n </div>\n <div translate>search.error.couldNotReachApi</div>\n </div>\n <div *ngIf=\"type === types.RECEIVED_ERROR\">\n <div class=\"relative opacity-40\">\n <mat-icon class=\"material-symbols-outlined face\">mood_bad</mat-icon>\n </div>\n <div translate>search.error.receivedError</div>\n <div *ngIf=\"error\">{{ error }}</div>\n </div>\n <div *ngIf=\"type === types.RECORD_NOT_FOUND\">\n <div class=\"relative opacity-40\">\n <mat-icon class=\"material-symbols-outlined computer\">computer</mat-icon>\n <mat-icon class=\"material-symbols-outlined computer-question-mark\"\n >question_mark</mat-icon\n >\n </div>\n <div translate [translateParams]=\"{ id: recordId }\">\n search.error.recordNotFound\n </div>\n <div *ngIf=\"error\">{{ error }}</div>\n </div>\n</div>\n", styles: ["mat-icon{width:auto;height:auto}mat-icon.face{font-size:3em}mat-icon.question-mark1{position:absolute;bottom:1.1em;left:calc(50% + .7em);font-size:1.7em}mat-icon.question-mark2{position:absolute;bottom:1.6em;left:calc(50% + 1.6em);font-size:1.4em}.computer{font-size:3em}.computer-question-mark{position:absolute;top:.6em;left:calc(50% - .5em);font-size:1.2em}\n"] }]
22
- }], propDecorators: { type: [{
23
- type: Input
24
- }], error: [{
25
- type: Input
26
- }], recordId: [{
27
- type: Input
28
- }] } });
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhcmNoLXJlc3VsdHMtZXJyb3IuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9lbGVtZW50cy9zcmMvbGliL3NlYXJjaC1yZXN1bHRzLWVycm9yL3NlYXJjaC1yZXN1bHRzLWVycm9yLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvZWxlbWVudHMvc3JjL2xpYi9zZWFyY2gtcmVzdWx0cy1lcnJvci9zZWFyY2gtcmVzdWx0cy1lcnJvci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQTs7Ozs7QUFFekUsTUFBTSxDQUFOLElBQVksU0FJWDtBQUpELFdBQVksU0FBUztJQUNuQix1RUFBbUIsQ0FBQTtJQUNuQiw2REFBYyxDQUFBO0lBQ2QsaUVBQWdCLENBQUE7QUFDbEIsQ0FBQyxFQUpXLFNBQVMsS0FBVCxTQUFTLFFBSXBCO0FBUUQsTUFBTSxPQUFPLDJCQUEyQjtJQU54QztRQVVFLFVBQUssR0FBRyxTQUFTLENBQUE7S0FDbEI7OEdBTFksMkJBQTJCO2tHQUEzQiwyQkFBMkIsa0lDZHhDLDJ5Q0FtQ0E7OzJGRHJCYSwyQkFBMkI7a0JBTnZDLFNBQVM7K0JBQ0UsNEJBQTRCLG1CQUdyQix1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5cbmV4cG9ydCBlbnVtIEVycm9yVHlwZSB7XG4gIENPVUxEX05PVF9SRUFDSF9BUEksXG4gIFJFQ0VJVkVEX0VSUk9SLFxuICBSRUNPUkRfTk9UX0ZPVU5ELFxufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdnbi11aS1zZWFyY2gtcmVzdWx0cy1lcnJvcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9zZWFyY2gtcmVzdWx0cy1lcnJvci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3NlYXJjaC1yZXN1bHRzLWVycm9yLmNvbXBvbmVudC5jc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFNlYXJjaFJlc3VsdHNFcnJvckNvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHR5cGUhOiBFcnJvclR5cGVcbiAgQElucHV0KCkgZXJyb3I/OiBzdHJpbmdcbiAgQElucHV0KCkgcmVjb3JkSWQ/OiBzdHJpbmdcbiAgdHlwZXMgPSBFcnJvclR5cGVcbn1cbiIsIjxkaXZcbiAgY2xhc3M9XCJwLVsxLjdlbV0gYmctcmVkLTUwIHRleHQtcmVkLTgwMCB0ZXh0LVsxLjVlbV0gdGV4dC1jZW50ZXIgcm91bmRlZC1sZ1wiXG4+XG4gIDxkaXYgKm5nSWY9XCJ0eXBlID09PSB0eXBlcy5DT1VMRF9OT1RfUkVBQ0hfQVBJXCI+XG4gICAgPGRpdiBjbGFzcz1cInJlbGF0aXZlIG9wYWNpdHktNDBcIj5cbiAgICAgIDxtYXQtaWNvbiBjbGFzcz1cIm1hdGVyaWFsLXN5bWJvbHMtb3V0bGluZWQgZmFjZVwiPmZhY2U8L21hdC1pY29uPlxuICAgICAgPG1hdC1pY29uIGNsYXNzPVwibWF0ZXJpYWwtc3ltYm9scy1vdXRsaW5lZCBxdWVzdGlvbi1tYXJrMVwiXG4gICAgICAgID5xdWVzdGlvbl9tYXJrPC9tYXQtaWNvblxuICAgICAgPlxuICAgICAgPG1hdC1pY29uIGNsYXNzPVwibWF0ZXJpYWwtc3ltYm9scy1vdXRsaW5lZCBxdWVzdGlvbi1tYXJrMlwiXG4gICAgICAgID5xdWVzdGlvbl9tYXJrPC9tYXQtaWNvblxuICAgICAgPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgdHJhbnNsYXRlPnNlYXJjaC5lcnJvci5jb3VsZE5vdFJlYWNoQXBpPC9kaXY+XG4gIDwvZGl2PlxuICA8ZGl2ICpuZ0lmPVwidHlwZSA9PT0gdHlwZXMuUkVDRUlWRURfRVJST1JcIj5cbiAgICA8ZGl2IGNsYXNzPVwicmVsYXRpdmUgb3BhY2l0eS00MFwiPlxuICAgICAgPG1hdC1pY29uIGNsYXNzPVwibWF0ZXJpYWwtc3ltYm9scy1vdXRsaW5lZCBmYWNlXCI+bW9vZF9iYWQ8L21hdC1pY29uPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgdHJhbnNsYXRlPnNlYXJjaC5lcnJvci5yZWNlaXZlZEVycm9yPC9kaXY+XG4gICAgPGRpdiAqbmdJZj1cImVycm9yXCI+e3sgZXJyb3IgfX08L2Rpdj5cbiAgPC9kaXY+XG4gIDxkaXYgKm5nSWY9XCJ0eXBlID09PSB0eXBlcy5SRUNPUkRfTk9UX0ZPVU5EXCI+XG4gICAgPGRpdiBjbGFzcz1cInJlbGF0aXZlIG9wYWNpdHktNDBcIj5cbiAgICAgIDxtYXQtaWNvbiBjbGFzcz1cIm1hdGVyaWFsLXN5bWJvbHMtb3V0bGluZWQgY29tcHV0ZXJcIj5jb21wdXRlcjwvbWF0LWljb24+XG4gICAgICA8bWF0LWljb24gY2xhc3M9XCJtYXRlcmlhbC1zeW1ib2xzLW91dGxpbmVkIGNvbXB1dGVyLXF1ZXN0aW9uLW1hcmtcIlxuICAgICAgICA+cXVlc3Rpb25fbWFyazwvbWF0LWljb25cbiAgICAgID5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IHRyYW5zbGF0ZSBbdHJhbnNsYXRlUGFyYW1zXT1cInsgaWQ6IHJlY29yZElkIH1cIj5cbiAgICAgIHNlYXJjaC5lcnJvci5yZWNvcmROb3RGb3VuZFxuICAgIDwvZGl2PlxuICAgIDxkaXYgKm5nSWY9XCJlcnJvclwiPnt7IGVycm9yIH19PC9kaXY+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
@@ -1,15 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare enum ErrorType {
3
- COULD_NOT_REACH_API = 0,
4
- RECEIVED_ERROR = 1,
5
- RECORD_NOT_FOUND = 2
6
- }
7
- export declare class SearchResultsErrorComponent {
8
- type: ErrorType;
9
- error?: string;
10
- recordId?: string;
11
- types: typeof ErrorType;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<SearchResultsErrorComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsErrorComponent, "gn-ui-search-results-error", never, { "type": { "alias": "type"; "required": false; }; "error": { "alias": "error"; "required": false; }; "recordId": { "alias": "recordId"; "required": false; }; }, {}, never, never, false, never>;
14
- }
15
- //# sourceMappingURL=search-results-error.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"search-results-error.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/search-results-error/search-results-error.component.ts"],"names":[],"mappings":";AAEA,oBAAY,SAAS;IACnB,mBAAmB,IAAA;IACnB,cAAc,IAAA;IACd,gBAAgB,IAAA;CACjB;AAED,qBAMa,2BAA2B;IAC7B,IAAI,EAAG,SAAS,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IAC1B,KAAK,mBAAY;yCAJN,2BAA2B;2CAA3B,2BAA2B;CAKvC"}