geonetwork-ui 2.4.0-dev.cd525aa1 → 2.4.0-dev.d5b28b1e

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 (657) 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.converter.mjs +4 -4
  3. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +4 -4
  4. package/esm2022/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.mjs +4 -4
  5. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/index.mjs +2 -1
  6. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.mjs +2 -0
  7. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
  8. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +5 -5
  9. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +30 -2
  10. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.mjs +31 -0
  11. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.mjs +1 -1
  12. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +23 -1
  13. package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +6 -1
  14. package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +4 -4
  15. package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +4 -4
  16. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +4 -4
  17. package/esm2022/libs/api/repository/src/lib/gn4/favorites/favorites.service.mjs +4 -4
  18. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +47 -10
  19. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +5 -4
  20. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +6 -4
  21. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +15 -7
  22. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +40 -16
  23. package/esm2022/libs/api/repository/src/lib/gn4/selection/selection.service.mjs +4 -4
  24. package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +4 -4
  25. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  26. package/esm2022/libs/common/domain/src/lib/model/record/organization.model.mjs +1 -1
  27. package/esm2022/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.mjs +1 -1
  28. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  29. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
  30. package/esm2022/libs/data-access/gn4/src/openapi/api/atom.api.service.mjs +4 -4
  31. package/esm2022/libs/data-access/gn4/src/openapi/api/customstyle.api.service.mjs +4 -4
  32. package/esm2022/libs/data-access/gn4/src/openapi/api/formatters.api.service.mjs +4 -4
  33. package/esm2022/libs/data-access/gn4/src/openapi/api/groups.api.service.mjs +4 -4
  34. package/esm2022/libs/data-access/gn4/src/openapi/api/harvesters.api.service.mjs +4 -4
  35. package/esm2022/libs/data-access/gn4/src/openapi/api/identifiers.api.service.mjs +4 -4
  36. package/esm2022/libs/data-access/gn4/src/openapi/api/languages.api.service.mjs +4 -4
  37. package/esm2022/libs/data-access/gn4/src/openapi/api/links.api.service.mjs +4 -4
  38. package/esm2022/libs/data-access/gn4/src/openapi/api/logos.api.service.mjs +4 -4
  39. package/esm2022/libs/data-access/gn4/src/openapi/api/mapservers.api.service.mjs +4 -4
  40. package/esm2022/libs/data-access/gn4/src/openapi/api/mapservices.api.service.mjs +4 -4
  41. package/esm2022/libs/data-access/gn4/src/openapi/api/me.api.service.mjs +4 -4
  42. package/esm2022/libs/data-access/gn4/src/openapi/api/operations.api.service.mjs +4 -4
  43. package/esm2022/libs/data-access/gn4/src/openapi/api/pages.api.service.mjs +4 -4
  44. package/esm2022/libs/data-access/gn4/src/openapi/api/processes.api.service.mjs +4 -4
  45. package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +5 -9
  46. package/esm2022/libs/data-access/gn4/src/openapi/api/regions.api.service.mjs +4 -4
  47. package/esm2022/libs/data-access/gn4/src/openapi/api/registries.api.service.mjs +4 -4
  48. package/esm2022/libs/data-access/gn4/src/openapi/api/related.api.service.mjs +4 -4
  49. package/esm2022/libs/data-access/gn4/src/openapi/api/search.api.service.mjs +4 -4
  50. package/esm2022/libs/data-access/gn4/src/openapi/api/selections.api.service.mjs +4 -4
  51. package/esm2022/libs/data-access/gn4/src/openapi/api/site.api.service.mjs +4 -4
  52. package/esm2022/libs/data-access/gn4/src/openapi/api/sources.api.service.mjs +4 -4
  53. package/esm2022/libs/data-access/gn4/src/openapi/api/standards.api.service.mjs +4 -4
  54. package/esm2022/libs/data-access/gn4/src/openapi/api/status.api.service.mjs +4 -4
  55. package/esm2022/libs/data-access/gn4/src/openapi/api/tags.api.service.mjs +4 -4
  56. package/esm2022/libs/data-access/gn4/src/openapi/api/tools.api.service.mjs +4 -4
  57. package/esm2022/libs/data-access/gn4/src/openapi/api/ui.api.service.mjs +4 -4
  58. package/esm2022/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.mjs +4 -4
  59. package/esm2022/libs/data-access/gn4/src/openapi/api/users.api.service.mjs +4 -4
  60. package/esm2022/libs/data-access/gn4/src/openapi/api/usersearches.api.service.mjs +4 -4
  61. package/esm2022/libs/data-access/gn4/src/openapi/api/userselections.api.service.mjs +4 -4
  62. package/esm2022/libs/data-access/gn4/src/openapi/api.module.mjs +5 -5
  63. package/esm2022/libs/data-access/gn4/src/openapi/model/user.api.model.mjs +1 -1
  64. package/esm2022/libs/feature/auth/src/lib/feature-auth.module.mjs +5 -5
  65. package/esm2022/libs/feature/catalog/src/index.mjs +2 -1
  66. package/esm2022/libs/feature/catalog/src/lib/feature-catalog.module.mjs +5 -5
  67. package/esm2022/libs/feature/catalog/src/lib/my-org/my-org.service.mjs +4 -4
  68. package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +7 -7
  69. package/esm2022/libs/feature/catalog/src/lib/organization-url.token.mjs +4 -0
  70. package/esm2022/libs/feature/catalog/src/lib/records/records.service.mjs +7 -9
  71. package/esm2022/libs/feature/catalog/src/lib/site-title/site-title.component.mjs +4 -4
  72. package/esm2022/libs/feature/catalog/src/lib/source-label/source-label.component.mjs +4 -4
  73. package/esm2022/libs/feature/catalog/src/lib/sources/sources.service.mjs +4 -4
  74. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +7 -7
  75. package/esm2022/libs/feature/dataviz/src/lib/feature-dataviz.module.mjs +11 -8
  76. package/esm2022/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.mjs +4 -4
  77. package/esm2022/libs/feature/dataviz/src/lib/figure/figure.service.mjs +4 -4
  78. package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +4 -4
  79. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +4 -4
  80. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +4 -4
  81. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +3 -1
  82. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +9 -7
  83. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +11 -5
  84. package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +1 -1
  85. package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +7 -3
  86. package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +16 -6
  87. package/esm2022/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.mjs +131 -0
  88. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +4 -4
  89. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +4 -4
  90. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +59 -0
  91. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +4 -4
  92. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +4 -4
  93. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +21 -0
  94. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.mjs +4 -4
  95. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +4 -4
  96. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +4 -4
  97. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +4 -4
  98. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.mjs +17 -0
  99. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.mjs +17 -0
  100. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +106 -0
  101. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +67 -53
  102. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +39 -49
  103. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +5 -3
  104. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +13 -9
  105. package/esm2022/libs/feature/editor/src/lib/components/wizard/wizard.component.mjs +4 -4
  106. package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +4 -4
  107. package/esm2022/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.mjs +4 -4
  108. package/esm2022/libs/feature/editor/src/lib/expressions.mjs +1 -1
  109. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +7 -6
  110. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +155 -48
  111. package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +2 -0
  112. package/esm2022/libs/feature/editor/src/lib/models/index.mjs +2 -1
  113. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +18 -11
  114. package/esm2022/libs/feature/editor/src/lib/services/wizard.service.mjs +4 -4
  115. package/esm2022/libs/feature/map/src/lib/+state/map.effects.mjs +4 -4
  116. package/esm2022/libs/feature/map/src/lib/+state/map.facade.mjs +4 -4
  117. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +4 -4
  118. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +4 -4
  119. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +4 -4
  120. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +4 -4
  121. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +4 -4
  122. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +4 -4
  123. package/esm2022/libs/feature/map/src/lib/feature-info/feature-info.service.mjs +4 -4
  124. package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +5 -5
  125. package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +4 -4
  126. package/esm2022/libs/feature/map/src/lib/geocoding.service.mjs +4 -4
  127. package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +4 -4
  128. package/esm2022/libs/feature/map/src/lib/manager/map-instance.directive.mjs +4 -4
  129. package/esm2022/libs/feature/map/src/lib/manager/map-manager.service.mjs +4 -4
  130. package/esm2022/libs/feature/map/src/lib/map-container/map-container.component.mjs +4 -4
  131. package/esm2022/libs/feature/map/src/lib/map-context/component/map-context.component.mjs +4 -4
  132. package/esm2022/libs/feature/map/src/lib/map-context/map-context.service.mjs +4 -4
  133. package/esm2022/libs/feature/map/src/lib/style/map-style.service.mjs +4 -4
  134. package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +13 -8
  135. package/esm2022/libs/feature/notifications/src/lib/feature-notifications.module.mjs +5 -5
  136. package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +4 -4
  137. package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +4 -4
  138. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +4 -4
  139. package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +44 -25
  140. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +15 -7
  141. package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +51 -17
  142. package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +4 -4
  143. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +11 -8
  144. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +6 -6
  145. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +4 -4
  146. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +11 -15
  147. package/esm2022/libs/feature/router/src/lib/default/constants.mjs +2 -1
  148. package/esm2022/libs/feature/router/src/lib/default/container/search-router.container.directive.mjs +4 -4
  149. package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +1 -1
  150. package/esm2022/libs/feature/router/src/lib/default/router.module.mjs +5 -5
  151. package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +12 -5
  152. package/esm2022/libs/feature/router/src/lib/default/services/router-search.service.mjs +4 -4
  153. package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +4 -4
  154. package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +11 -4
  155. package/esm2022/libs/feature/search/src/index.mjs +2 -2
  156. package/esm2022/libs/feature/search/src/lib/facets/facets-container/facets-container.component.mjs +4 -4
  157. package/esm2022/libs/feature/search/src/lib/facets/facets.module.mjs +5 -5
  158. package/esm2022/libs/feature/search/src/lib/facets/facets.service.mjs +4 -4
  159. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +4 -4
  160. package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +11 -8
  161. package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +4 -4
  162. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +5 -5
  163. package/esm2022/libs/feature/search/src/lib/records-metrics/records-metrics.component.mjs +4 -4
  164. package/esm2022/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.mjs +4 -4
  165. package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +4 -4
  166. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +4 -4
  167. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +88 -0
  168. package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +4 -4
  169. package/esm2022/libs/feature/search/src/lib/state/container/search-state.container.directive.mjs +4 -4
  170. package/esm2022/libs/feature/search/src/lib/state/effects.mjs +4 -4
  171. package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +11 -6
  172. package/esm2022/libs/feature/search/src/lib/state/selectors.mjs +4 -1
  173. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +10 -6
  174. package/esm2022/libs/feature/search/src/lib/utils/service/search.service.mjs +4 -4
  175. package/esm2022/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.mjs +4 -4
  176. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +4 -4
  177. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +7 -7
  178. package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +4 -4
  179. package/esm2022/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.mjs +4 -4
  180. package/esm2022/libs/ui/catalog/src/lib/ui-catalog.module.mjs +9 -6
  181. package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +4 -4
  182. package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +7 -10
  183. package/esm2022/libs/ui/dataviz/src/lib/table/table.component.mjs +4 -4
  184. package/esm2022/libs/ui/dataviz/src/lib/ui-dataviz.module.mjs +5 -5
  185. package/esm2022/libs/ui/elements/src/index.mjs +5 -4
  186. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +5 -5
  187. package/esm2022/libs/ui/elements/src/lib/avatar/avatar.component.mjs +4 -4
  188. package/esm2022/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.mjs +27 -0
  189. package/esm2022/libs/ui/elements/src/lib/content-ghost/content-ghost.component.mjs +4 -4
  190. package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +4 -4
  191. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +4 -4
  192. package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +7 -5
  193. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +4 -4
  194. package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +4 -4
  195. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +6 -5
  196. package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +5 -5
  197. package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +4 -4
  198. package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +4 -4
  199. package/esm2022/libs/ui/elements/src/lib/metadata-info/linkify.directive.mjs +4 -4
  200. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +11 -11
  201. package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +7 -13
  202. package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +5 -5
  203. package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +4 -4
  204. package/esm2022/libs/ui/elements/src/lib/pagination/pagination.component.mjs +4 -4
  205. package/esm2022/libs/ui/elements/src/lib/pagination-buttons/pagination-buttons.component.mjs +4 -4
  206. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +4 -4
  207. package/esm2022/libs/ui/elements/src/lib/related-record-card/related-record-card.component.mjs +26 -7
  208. package/esm2022/libs/ui/elements/src/lib/sortable-list/sortable-list.component.mjs +46 -0
  209. package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +4 -4
  210. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +16 -15
  211. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +4 -4
  212. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +4 -4
  213. package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +5 -5
  214. package/esm2022/libs/ui/inputs/src/index.mjs +2 -1
  215. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +61 -28
  216. package/esm2022/libs/ui/inputs/src/lib/badge/badge.component.mjs +28 -0
  217. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +4 -4
  218. package/esm2022/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.mjs +4 -4
  219. package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +4 -4
  220. package/esm2022/libs/ui/inputs/src/lib/chips-input/chips-input.component.mjs +4 -4
  221. package/esm2022/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.mjs +4 -4
  222. package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +6 -6
  223. package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +19 -13
  224. package/esm2022/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.mjs +4 -4
  225. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +4 -4
  226. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +4 -4
  227. package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +4 -4
  228. package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +4 -4
  229. package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +4 -4
  230. package/esm2022/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.mjs +4 -4
  231. package/esm2022/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +4 -4
  232. package/esm2022/libs/ui/inputs/src/lib/search-input/search-input.component.mjs +4 -4
  233. package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +4 -4
  234. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +4 -4
  235. package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +4 -4
  236. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +14 -13
  237. package/esm2022/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.mjs +4 -4
  238. package/esm2022/libs/ui/layout/src/index.mjs +2 -1
  239. package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +4 -4
  240. package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +4 -4
  241. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +4 -4
  242. package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +4 -4
  243. package/esm2022/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.mjs +4 -4
  244. package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +5 -5
  245. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.mjs +4 -4
  246. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +5 -5
  247. package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +71 -0
  248. package/esm2022/libs/ui/layout/src/lib/sticky-header/sticky-header.component.mjs +4 -4
  249. package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +5 -5
  250. package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +4 -4
  251. package/esm2022/libs/ui/map/src/lib/components/map/map.component.mjs +4 -4
  252. package/esm2022/libs/ui/map/src/lib/ui-map.module.mjs +5 -5
  253. package/esm2022/libs/ui/search/src/index.mjs +2 -1
  254. package/esm2022/libs/ui/search/src/lib/facets/facet-block/facet-block.component.mjs +7 -7
  255. package/esm2022/libs/ui/search/src/lib/facets/facet-item/facet-item.component.mjs +7 -7
  256. package/esm2022/libs/ui/search/src/lib/facets/facet-list/facet-list.component.mjs +4 -4
  257. package/esm2022/libs/ui/search/src/lib/facets/facets.module.mjs +5 -5
  258. package/esm2022/libs/ui/search/src/lib/record-metric/record-metric.component.mjs +4 -4
  259. package/esm2022/libs/ui/search/src/lib/record-preview/record-preview.component.mjs +4 -4
  260. package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +4 -4
  261. package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +4 -4
  262. package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +4 -4
  263. package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +4 -4
  264. package/esm2022/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.mjs +4 -4
  265. package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +4 -4
  266. package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +4 -4
  267. package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +4 -4
  268. package/esm2022/libs/ui/search/src/lib/results-list-item/results-list-item.component.mjs +4 -4
  269. package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +67 -0
  270. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +140 -0
  271. package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +5 -5
  272. package/esm2022/libs/ui/widgets/src/index.mjs +2 -2
  273. package/esm2022/libs/ui/widgets/src/lib/color-scale/color-scale.component.mjs +4 -4
  274. package/esm2022/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.mjs +4 -4
  275. package/esm2022/libs/ui/widgets/src/lib/popover/popover.component.mjs +68 -0
  276. package/esm2022/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.mjs +7 -5
  277. package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +4 -4
  278. package/esm2022/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.mjs +4 -4
  279. package/esm2022/libs/ui/widgets/src/lib/step-bar/step-bar.component.mjs +4 -4
  280. package/esm2022/libs/ui/widgets/src/lib/ui-widgets.module.mjs +5 -10
  281. package/esm2022/libs/util/i18n/src/lib/i18n.interceptor.mjs +4 -4
  282. package/esm2022/libs/util/i18n/src/lib/lang.service.mjs +4 -4
  283. package/esm2022/libs/util/i18n/src/lib/util-i18n.module.mjs +5 -5
  284. package/esm2022/libs/util/shared/src/lib/image-fallback.directive.mjs +4 -4
  285. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +4 -4
  286. package/esm2022/libs/util/shared/src/lib/services/log.service.mjs +4 -4
  287. package/esm2022/libs/util/shared/src/lib/services/proxy.service.mjs +4 -4
  288. package/esm2022/libs/util/shared/src/lib/services/theme.service.mjs +4 -4
  289. package/esm2022/libs/util/shared/src/lib/util-shared.module.mjs +5 -5
  290. package/esm2022/translations/de.json +100 -31
  291. package/esm2022/translations/en.json +78 -9
  292. package/esm2022/translations/es.json +77 -8
  293. package/esm2022/translations/fr.json +88 -19
  294. package/esm2022/translations/it.json +78 -9
  295. package/esm2022/translations/nl.json +77 -8
  296. package/esm2022/translations/pt.json +77 -8
  297. package/fesm2022/geonetwork-ui.mjs +3178 -1687
  298. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  299. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +1 -1
  300. package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts +1 -0
  301. package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts.map +1 -1
  302. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts +31 -0
  303. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts.map +1 -0
  304. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +1 -0
  305. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
  306. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +1 -1
  307. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +10 -2
  308. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  309. package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts +5 -0
  310. package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts.map +1 -0
  311. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts +1 -1
  312. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts.map +1 -1
  313. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +5 -2
  314. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  315. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +1 -0
  316. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +1 -1
  317. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +8 -1
  318. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  319. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts.map +1 -1
  320. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +1 -1
  321. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +3 -3
  322. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +1 -1
  323. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +9 -5
  324. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  325. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +6 -8
  326. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  327. package/libs/common/domain/src/lib/model/record/organization.model.d.ts +1 -0
  328. package/libs/common/domain/src/lib/model/record/organization.model.d.ts.map +1 -1
  329. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts +12 -5
  330. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts.map +1 -1
  331. package/libs/common/domain/src/lib/platform.service.interface.d.ts +4 -3
  332. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  333. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +20 -1
  334. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
  335. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +1 -1
  336. package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts +1 -1
  337. package/libs/feature/catalog/src/index.d.ts +1 -0
  338. package/libs/feature/catalog/src/index.d.ts.map +1 -1
  339. package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts.map +1 -1
  340. package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts.map +1 -1
  341. package/libs/feature/catalog/src/lib/organization-url.token.d.ts +3 -0
  342. package/libs/feature/catalog/src/lib/organization-url.token.d.ts.map +1 -0
  343. package/libs/feature/catalog/src/lib/records/records.service.d.ts.map +1 -1
  344. package/libs/feature/dataviz/src/lib/feature-dataviz.module.d.ts +2 -1
  345. package/libs/feature/dataviz/src/lib/feature-dataviz.module.d.ts.map +1 -1
  346. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +6 -0
  347. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
  348. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +1 -1
  349. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -1
  350. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +5 -4
  351. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  352. package/libs/feature/editor/src/lib/+state/editor.models.d.ts +8 -0
  353. package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +1 -1
  354. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +4 -3
  355. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +1 -1
  356. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +4 -8
  357. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +1 -1
  358. package/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.d.ts +27 -0
  359. package/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.d.ts.map +1 -0
  360. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +25 -0
  361. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -0
  362. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts +11 -0
  363. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +1 -0
  364. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.d.ts +8 -0
  365. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.d.ts.map +1 -0
  366. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.d.ts +8 -0
  367. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.d.ts.map +1 -0
  368. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts +33 -0
  369. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +1 -0
  370. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +6 -6
  371. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +1 -1
  372. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +13 -13
  373. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
  374. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +4 -2
  375. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
  376. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +5 -7
  377. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -1
  378. package/libs/feature/editor/src/lib/expressions.d.ts +1 -1
  379. package/libs/feature/editor/src/lib/expressions.d.ts.map +1 -1
  380. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
  381. package/libs/feature/editor/src/lib/fields.config.d.ts +39 -2
  382. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  383. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +36 -0
  384. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +1 -0
  385. package/libs/feature/editor/src/lib/models/index.d.ts +1 -0
  386. package/libs/feature/editor/src/lib/models/index.d.ts.map +1 -1
  387. package/libs/feature/editor/src/lib/services/editor.service.d.ts +2 -2
  388. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
  389. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +1 -1
  390. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +4 -1
  391. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +1 -1
  392. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts +4 -1
  393. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts.map +1 -1
  394. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +4 -1
  395. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +1 -1
  396. package/libs/feature/record/src/lib/feature-record.module.d.ts +2 -1
  397. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
  398. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  399. package/libs/feature/router/src/lib/default/constants.d.ts +1 -0
  400. package/libs/feature/router/src/lib/default/constants.d.ts.map +1 -1
  401. package/libs/feature/router/src/lib/default/router.config.d.ts +1 -0
  402. package/libs/feature/router/src/lib/default/router.config.d.ts.map +1 -1
  403. package/libs/feature/router/src/lib/default/router.service.d.ts +1 -0
  404. package/libs/feature/router/src/lib/default/router.service.d.ts.map +1 -1
  405. package/libs/feature/router/src/lib/default/state/router.facade.d.ts +1 -0
  406. package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +1 -1
  407. package/libs/feature/search/src/index.d.ts +1 -1
  408. package/libs/feature/search/src/index.d.ts.map +1 -1
  409. package/libs/feature/search/src/lib/feature-search.module.d.ts +2 -1
  410. package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
  411. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +1 -1
  412. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +35 -0
  413. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -0
  414. package/libs/feature/search/src/lib/state/search.facade.d.ts +2 -0
  415. package/libs/feature/search/src/lib/state/search.facade.d.ts.map +1 -1
  416. package/libs/feature/search/src/lib/state/selectors.d.ts +1 -0
  417. package/libs/feature/search/src/lib/state/selectors.d.ts.map +1 -1
  418. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
  419. package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts +2 -2
  420. package/libs/ui/catalog/src/lib/ui-catalog.module.d.ts +2 -1
  421. package/libs/ui/catalog/src/lib/ui-catalog.module.d.ts.map +1 -1
  422. package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts +1 -2
  423. package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts.map +1 -1
  424. package/libs/ui/elements/src/index.d.ts +4 -3
  425. package/libs/ui/elements/src/index.d.ts.map +1 -1
  426. package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts +18 -0
  427. package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts.map +1 -0
  428. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
  429. package/libs/ui/elements/src/lib/error/error.component.d.ts +3 -1
  430. package/libs/ui/elements/src/lib/error/error.component.d.ts.map +1 -1
  431. package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts +0 -3
  432. package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +1 -1
  433. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +1 -1
  434. package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts +5 -1
  435. package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts.map +1 -1
  436. package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts +23 -0
  437. package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts.map +1 -0
  438. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +17 -16
  439. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  440. package/libs/ui/inputs/src/index.d.ts +1 -0
  441. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  442. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +7 -4
  443. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +1 -1
  444. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts +11 -0
  445. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts.map +1 -0
  446. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +1 -1
  447. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts +4 -4
  448. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +1 -1
  449. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +35 -35
  450. package/libs/ui/layout/src/index.d.ts +1 -0
  451. package/libs/ui/layout/src/index.d.ts.map +1 -1
  452. package/libs/ui/{elements → layout}/src/lib/max-lines/max-lines.component.d.ts +2 -2
  453. package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts.map +1 -0
  454. package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +1 -1
  455. package/libs/ui/search/src/index.d.ts +1 -0
  456. package/libs/ui/search/src/index.d.ts.map +1 -1
  457. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +20 -0
  458. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +1 -0
  459. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +36 -0
  460. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -0
  461. package/libs/ui/widgets/src/index.d.ts +1 -1
  462. package/libs/ui/widgets/src/index.d.ts.map +1 -1
  463. package/libs/ui/widgets/src/lib/popover/popover.component.d.ts +19 -0
  464. package/libs/ui/widgets/src/lib/popover/popover.component.d.ts.map +1 -0
  465. package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts +1 -1
  466. package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts.map +1 -1
  467. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts +10 -11
  468. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts.map +1 -1
  469. package/package.json +1 -1
  470. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +5 -1
  471. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +37 -12
  472. package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +5 -1
  473. package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +1 -0
  474. package/src/libs/api/metadata-converter/src/lib/gn4/types/index.ts +1 -0
  475. package/src/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.ts +31 -0
  476. package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +1 -0
  477. package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +4 -2
  478. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +73 -3
  479. package/src/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.ts +39 -0
  480. package/src/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.ts +1 -1
  481. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +71 -2
  482. package/src/libs/api/metadata-converter/src/lib/xml-utils.ts +8 -0
  483. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +63 -10
  484. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +1 -0
  485. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +3 -1
  486. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +25 -4
  487. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +81 -21
  488. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +6 -10
  489. package/src/libs/common/domain/src/lib/model/record/organization.model.ts +1 -0
  490. package/src/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.ts +13 -6
  491. package/src/libs/common/domain/src/lib/platform.service.interface.ts +7 -3
  492. package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +26 -1
  493. package/src/libs/common/fixtures/src/index.ts +2 -0
  494. package/src/libs/common/fixtures/src/lib/editor/editor.fixtures.ts +156 -0
  495. package/src/libs/common/fixtures/src/lib/editor/index.ts +1 -0
  496. package/src/libs/common/fixtures/src/lib/organisations.fixture.ts +28 -0
  497. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +8 -0
  498. package/src/libs/data-access/datafeeder/src/openapi/model/datasetMetadata.api.model.ts +4 -0
  499. package/src/libs/data-access/datafeeder/src/openapi/model/datasetUploadStatus.api.model.ts +2 -0
  500. package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +1 -5
  501. package/src/libs/data-access/gn4/src/openapi/model/user.api.model.ts +1 -1
  502. package/src/libs/data-access/gn4/src/spec.yaml +0 -8
  503. package/src/libs/feature/catalog/src/index.ts +1 -0
  504. package/src/libs/feature/catalog/src/lib/feature-catalog.module.ts +0 -1
  505. package/src/libs/feature/catalog/src/lib/organisations/organisations.component.html +1 -1
  506. package/src/libs/feature/catalog/src/lib/organisations/organisations.component.ts +2 -2
  507. package/src/libs/feature/catalog/src/lib/organization-url.token.ts +6 -0
  508. package/src/libs/feature/catalog/src/lib/records/records.service.ts +6 -8
  509. package/src/libs/feature/dataviz/src/lib/feature-dataviz.module.ts +2 -1
  510. package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +7 -0
  511. package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +35 -29
  512. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +10 -1
  513. package/src/libs/feature/editor/src/lib/+state/editor.models.ts +11 -0
  514. package/src/libs/feature/editor/src/lib/+state/editor.reducer.ts +11 -5
  515. package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +22 -8
  516. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.html +2 -1
  517. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.ts +110 -19
  518. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.html +19 -0
  519. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +79 -0
  520. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.html +5 -0
  521. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +22 -0
  522. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.html +7 -0
  523. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.ts +16 -0
  524. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.html +13 -0
  525. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.ts +16 -0
  526. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.css +0 -0
  527. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +6 -0
  528. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +131 -0
  529. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +95 -86
  530. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +26 -33
  531. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +40 -53
  532. package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +4 -2
  533. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +51 -11
  534. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +15 -8
  535. package/src/libs/feature/editor/src/lib/expressions.ts +1 -1
  536. package/src/libs/feature/editor/src/lib/feature-editor.module.ts +2 -1
  537. package/src/libs/feature/editor/src/lib/fields.config.ts +188 -49
  538. package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +53 -0
  539. package/src/libs/feature/editor/src/lib/models/index.ts +1 -0
  540. package/src/libs/feature/editor/src/lib/services/editor.service.ts +27 -9
  541. package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +8 -4
  542. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +36 -19
  543. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +6 -2
  544. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +11 -0
  545. package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +59 -12
  546. package/src/libs/feature/record/src/lib/feature-record.module.ts +3 -2
  547. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +42 -31
  548. package/src/libs/feature/router/src/lib/default/constants.ts +1 -0
  549. package/src/libs/feature/router/src/lib/default/router.config.ts +1 -0
  550. package/src/libs/feature/router/src/lib/default/router.service.ts +13 -1
  551. package/src/libs/feature/router/src/lib/default/state/router.facade.ts +9 -1
  552. package/src/libs/feature/search/src/index.ts +1 -1
  553. package/src/libs/feature/search/src/lib/feature-search.module.ts +2 -1
  554. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +2 -2
  555. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.css +0 -0
  556. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +11 -0
  557. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +103 -0
  558. package/src/libs/feature/search/src/lib/state/search.facade.ts +11 -0
  559. package/src/libs/feature/search/src/lib/state/selectors.ts +7 -0
  560. package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +16 -2
  561. package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html +8 -6
  562. package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.ts +2 -2
  563. package/src/libs/ui/catalog/src/lib/ui-catalog.module.ts +2 -0
  564. package/src/libs/ui/dataviz/src/lib/figure/figure.component.html +11 -3
  565. package/src/libs/ui/dataviz/src/lib/figure/figure.component.ts +3 -7
  566. package/src/libs/ui/elements/src/index.ts +4 -3
  567. package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +29 -29
  568. package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.css +0 -0
  569. package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.html +12 -0
  570. package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.ts +37 -0
  571. package/src/libs/ui/elements/src/lib/error/error.component.html +30 -6
  572. package/src/libs/ui/elements/src/lib/error/error.component.ts +2 -0
  573. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.html +4 -1
  574. package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.css +2 -1
  575. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +12 -8
  576. package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +14 -20
  577. package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.ts +0 -10
  578. package/src/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.html +1 -1
  579. package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.html +1 -1
  580. package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.ts +22 -1
  581. package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.css +18 -0
  582. package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.html +38 -0
  583. package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.ts +60 -0
  584. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +5 -6
  585. package/src/libs/ui/elements/src/lib/user-preview/user-preview.component.html +1 -1
  586. package/src/libs/ui/inputs/src/index.ts +1 -0
  587. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.css +0 -1
  588. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +23 -19
  589. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +79 -27
  590. package/src/libs/ui/inputs/src/lib/badge/badge.component.css +0 -0
  591. package/src/libs/ui/inputs/src/lib/badge/badge.component.html +18 -0
  592. package/src/libs/ui/inputs/src/lib/badge/badge.component.ts +27 -0
  593. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.html +2 -1
  594. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +8 -1
  595. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.html +7 -7
  596. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.ts +13 -15
  597. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +31 -0
  598. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +15 -0
  599. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +38 -0
  600. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +3 -3
  601. package/src/libs/ui/layout/src/index.ts +1 -0
  602. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.html +1 -1
  603. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +1 -0
  604. package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.css +0 -0
  605. package/src/libs/ui/{elements → layout}/src/lib/max-lines/max-lines.component.html +1 -0
  606. package/src/libs/ui/{elements → layout}/src/lib/max-lines/max-lines.component.ts +9 -5
  607. package/src/libs/ui/layout/src/lib/ui-layout.module.ts +0 -1
  608. package/src/libs/ui/search/src/index.ts +1 -0
  609. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.css +0 -0
  610. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +26 -0
  611. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +74 -0
  612. package/src/libs/ui/search/src/lib/results-table/results-table.component.css +0 -0
  613. package/src/libs/{feature → ui}/search/src/lib/results-table/results-table.component.html +21 -7
  614. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +152 -0
  615. package/src/libs/ui/widgets/src/index.ts +1 -1
  616. package/src/libs/ui/widgets/src/lib/popover/popover.component.css +0 -0
  617. package/src/libs/ui/widgets/src/lib/popover/popover.component.html +3 -0
  618. package/src/libs/ui/widgets/src/lib/popover/popover.component.ts +85 -0
  619. package/src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts +4 -0
  620. package/src/libs/ui/widgets/src/lib/ui-widgets.module.ts +0 -3
  621. package/tailwind.base.css +7 -1
  622. package/translations/de.json +100 -31
  623. package/translations/en.json +78 -9
  624. package/translations/es.json +77 -8
  625. package/translations/fr.json +88 -19
  626. package/translations/it.json +78 -9
  627. package/translations/nl.json +77 -8
  628. package/translations/pt.json +77 -8
  629. package/translations/sk.json +79 -10
  630. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.mjs +0 -11
  631. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.mjs +0 -2
  632. package/esm2022/libs/feature/editor/src/lib/models/fields.model.mjs +0 -2
  633. package/esm2022/libs/feature/search/src/lib/results-table/results-table.component.mjs +0 -136
  634. package/esm2022/libs/ui/elements/src/lib/max-lines/max-lines.component.mjs +0 -69
  635. package/esm2022/libs/ui/widgets/src/lib/badge/badge.component.mjs +0 -18
  636. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts +0 -6
  637. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts.map +0 -1
  638. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts +0 -26
  639. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts.map +0 -1
  640. package/libs/feature/editor/src/lib/models/fields.model.d.ts +0 -15
  641. package/libs/feature/editor/src/lib/models/fields.model.d.ts.map +0 -1
  642. package/libs/feature/search/src/lib/results-table/results-table.component.d.ts +0 -36
  643. package/libs/feature/search/src/lib/results-table/results-table.component.d.ts.map +0 -1
  644. package/libs/ui/elements/src/lib/max-lines/max-lines.component.d.ts.map +0 -1
  645. package/libs/ui/widgets/src/lib/badge/badge.component.d.ts +0 -7
  646. package/libs/ui/widgets/src/lib/badge/badge.component.d.ts.map +0 -1
  647. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.html +0 -1
  648. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.ts +0 -10
  649. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.ts +0 -43
  650. package/src/libs/feature/editor/src/lib/models/fields.model.ts +0 -29
  651. package/src/libs/feature/search/src/lib/results-table/results-table.component.ts +0 -172
  652. package/src/libs/ui/widgets/src/lib/badge/badge.component.html +0 -10
  653. package/src/libs/ui/widgets/src/lib/badge/badge.component.ts +0 -14
  654. /package/src/libs/feature/editor/src/lib/components/record-form/form-field/{form-field-temporal-extent/form-field-temporal-extent.component.css → form-field-keywords/form-field-keywords.component.css} +0 -0
  655. /package/src/libs/feature/{search/src/lib/results-table/results-table.component.css → editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.css} +0 -0
  656. /package/src/libs/{ui/elements/src/lib/max-lines/max-lines.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.css} +0 -0
  657. /package/src/libs/{ui/widgets/src/lib/badge/badge.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.css} +0 -0
@@ -1,69 +0,0 @@
1
- import { Component, Input, ElementRef, ChangeDetectionStrategy, ViewChild, ChangeDetectorRef, } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "@ngx-translate/core";
5
- export class MaxLinesComponent {
6
- constructor(cdr) {
7
- this.cdr = cdr;
8
- this.maxLines = 6;
9
- this.isExpanded = false;
10
- this.maxHeight = '';
11
- this.showToggleButton = false;
12
- }
13
- ngAfterViewInit() {
14
- this.calculateMaxHeight();
15
- this.observer = new ResizeObserver((mutations) => {
16
- mutations.forEach(() => {
17
- this.calculateMaxHeight();
18
- });
19
- });
20
- this.observer.observe(this.container.nativeElement.children[0]);
21
- }
22
- toggleDisplay() {
23
- this.isExpanded = !this.isExpanded;
24
- this.calculateMaxHeight();
25
- }
26
- calculateMaxHeight() {
27
- const containerElement = this.container.nativeElement;
28
- const contentElement = containerElement.children[0];
29
- const contentHeight = contentElement.getBoundingClientRect().height;
30
- if (contentHeight) {
31
- if (contentHeight > this.maxLines * this.getLineHeight(contentElement)) {
32
- this.showToggleButton = true;
33
- this.maxHeight = this.isExpanded
34
- ? `${contentHeight}px`
35
- : `${this.maxLines * this.getLineHeight(contentElement)}px`;
36
- }
37
- else {
38
- this.showToggleButton = false;
39
- this.maxHeight = `${contentHeight}px`;
40
- }
41
- containerElement.setAttribute('style', `max-height: ${this.maxHeight}; overflow: hidden`);
42
- this.cdr.detectChanges();
43
- }
44
- }
45
- getLineHeight(element) {
46
- const computedStyle = window.getComputedStyle(element);
47
- const lineHeight = parseFloat(computedStyle.lineHeight);
48
- const fontSize = parseFloat(computedStyle.fontSize || '14');
49
- const result = isNaN(lineHeight) ? fontSize * 1.2 : lineHeight; // Use a default if line height is not specified
50
- return result;
51
- }
52
- ngOnDestroy() {
53
- if (!this.observer)
54
- return;
55
- this.observer.unobserve(this.container.nativeElement.children[0]);
56
- }
57
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: MaxLinesComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
58
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: MaxLinesComponent, selector: "gn-ui-max-lines", inputs: { maxLines: "maxLines" }, viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true }], ngImport: i0, template: "<div\n #container\n class=\"max-lines overflow-hidden transition-[max-height] duration-300 relative\"\n [ngClass]=\"isExpanded ? 'ease-in' : 'ease-out'\"\n [style.maxHeight]=\"maxHeight\"\n>\n <ng-content></ng-content>\n <div\n *ngIf=\"showToggleButton && !isExpanded\"\n class=\"absolute inset-x-0 bottom-0 bg-gradient-to-b from-transparent to-white h-3\"\n ></div>\n</div>\n<div\n *ngIf=\"showToggleButton\"\n (click)=\"toggleDisplay()\"\n class=\"text-secondary cursor-pointer pt-2.5\"\n>\n {{ (isExpanded ? 'ui.readLess' : 'ui.readMore') | translate }}\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
59
- }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: MaxLinesComponent, decorators: [{
61
- type: Component,
62
- args: [{ selector: 'gn-ui-max-lines', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\n #container\n class=\"max-lines overflow-hidden transition-[max-height] duration-300 relative\"\n [ngClass]=\"isExpanded ? 'ease-in' : 'ease-out'\"\n [style.maxHeight]=\"maxHeight\"\n>\n <ng-content></ng-content>\n <div\n *ngIf=\"showToggleButton && !isExpanded\"\n class=\"absolute inset-x-0 bottom-0 bg-gradient-to-b from-transparent to-white h-3\"\n ></div>\n</div>\n<div\n *ngIf=\"showToggleButton\"\n (click)=\"toggleDisplay()\"\n class=\"text-secondary cursor-pointer pt-2.5\"\n>\n {{ (isExpanded ? 'ui.readLess' : 'ui.readMore') | translate }}\n</div>\n" }]
63
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { maxLines: [{
64
- type: Input
65
- }], container: [{
66
- type: ViewChild,
67
- args: ['container']
68
- }] } });
69
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF4LWxpbmVzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvZWxlbWVudHMvc3JjL2xpYi9tYXgtbGluZXMvbWF4LWxpbmVzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvZWxlbWVudHMvc3JjL2xpYi9tYXgtbGluZXMvbWF4LWxpbmVzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsS0FBSyxFQUNMLFVBQVUsRUFDVix1QkFBdUIsRUFFdkIsU0FBUyxFQUVULGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQTs7OztBQVF0QixNQUFNLE9BQU8saUJBQWlCO0lBVTVCLFlBQW9CLEdBQXNCO1FBQXRCLFFBQUcsR0FBSCxHQUFHLENBQW1CO1FBVGpDLGFBQVEsR0FBRyxDQUFDLENBQUE7UUFFckIsZUFBVSxHQUFHLEtBQUssQ0FBQTtRQUNsQixjQUFTLEdBQUcsRUFBRSxDQUFBO1FBQ2QscUJBQWdCLEdBQUcsS0FBSyxDQUFBO0lBS3FCLENBQUM7SUFFOUMsZUFBZTtRQUNiLElBQUksQ0FBQyxrQkFBa0IsRUFBRSxDQUFBO1FBRXpCLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxjQUFjLENBQUMsQ0FBQyxTQUFTLEVBQUUsRUFBRTtZQUMvQyxTQUFTLENBQUMsT0FBTyxDQUFDLEdBQUcsRUFBRTtnQkFDckIsSUFBSSxDQUFDLGtCQUFrQixFQUFFLENBQUE7WUFDM0IsQ0FBQyxDQUFDLENBQUE7UUFDSixDQUFDLENBQUMsQ0FBQTtRQUVGLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsYUFBYSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFBO0lBQ2pFLENBQUM7SUFFRCxhQUFhO1FBQ1gsSUFBSSxDQUFDLFVBQVUsR0FBRyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUE7UUFDbEMsSUFBSSxDQUFDLGtCQUFrQixFQUFFLENBQUE7SUFDM0IsQ0FBQztJQUVELGtCQUFrQjtRQUNoQixNQUFNLGdCQUFnQixHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsYUFBYSxDQUFBO1FBQ3JELE1BQU0sY0FBYyxHQUFHLGdCQUFnQixDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQTtRQUNuRCxNQUFNLGFBQWEsR0FBRyxjQUFjLENBQUMscUJBQXFCLEVBQUUsQ0FBQyxNQUFNLENBQUE7UUFFbkUsSUFBSSxhQUFhLEVBQUU7WUFDakIsSUFBSSxhQUFhLEdBQUcsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLGNBQWMsQ0FBQyxFQUFFO2dCQUN0RSxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFBO2dCQUU1QixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxVQUFVO29CQUM5QixDQUFDLENBQUMsR0FBRyxhQUFhLElBQUk7b0JBQ3RCLENBQUMsQ0FBQyxHQUFHLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFBO2FBQzlEO2lCQUFNO2dCQUNMLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxLQUFLLENBQUE7Z0JBQzdCLElBQUksQ0FBQyxTQUFTLEdBQUcsR0FBRyxhQUFhLElBQUksQ0FBQTthQUN0QztZQUNELGdCQUFnQixDQUFDLFlBQVksQ0FDM0IsT0FBTyxFQUNQLGVBQWUsSUFBSSxDQUFDLFNBQVMsb0JBQW9CLENBQ2xELENBQUE7WUFFRCxJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxDQUFBO1NBQ3pCO0lBQ0gsQ0FBQztJQUVELGFBQWEsQ0FBQyxPQUFvQjtRQUNoQyxNQUFNLGFBQWEsR0FBRyxNQUFNLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxDQUFDLENBQUE7UUFDdEQsTUFBTSxVQUFVLEdBQUcsVUFBVSxDQUFDLGFBQWEsQ0FBQyxVQUFVLENBQUMsQ0FBQTtRQUN2RCxNQUFNLFFBQVEsR0FBRyxVQUFVLENBQUMsYUFBYSxDQUFDLFFBQVEsSUFBSSxJQUFJLENBQUMsQ0FBQTtRQUMzRCxNQUFNLE1BQU0sR0FBRyxLQUFLLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFDLFFBQVEsR0FBRyxHQUFHLENBQUMsQ0FBQyxDQUFDLFVBQVUsQ0FBQSxDQUFDLGdEQUFnRDtRQUMvRyxPQUFPLE1BQU0sQ0FBQTtJQUNmLENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRO1lBQUUsT0FBTTtRQUMxQixJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLGFBQWEsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtJQUNuRSxDQUFDOzhHQWpFVSxpQkFBaUI7a0dBQWpCLGlCQUFpQixpTUNqQjlCLHlrQkFtQkE7OzJGREZhLGlCQUFpQjtrQkFON0IsU0FBUzsrQkFDRSxpQkFBaUIsbUJBR1YsdUJBQXVCLENBQUMsTUFBTTt3R0FHdEMsUUFBUTtzQkFBaEIsS0FBSztnQkFPa0IsU0FBUztzQkFBaEMsU0FBUzt1QkFBQyxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBJbnB1dCxcbiAgRWxlbWVudFJlZixcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIEFmdGVyVmlld0luaXQsXG4gIFZpZXdDaGlsZCxcbiAgT25EZXN0cm95LFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZ24tdWktbWF4LWxpbmVzJyxcbiAgdGVtcGxhdGVVcmw6ICcuL21heC1saW5lcy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL21heC1saW5lcy5jb21wb25lbnQuY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBNYXhMaW5lc0NvbXBvbmVudCBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQsIE9uRGVzdHJveSB7XG4gIEBJbnB1dCgpIG1heExpbmVzID0gNlxuXG4gIGlzRXhwYW5kZWQgPSBmYWxzZVxuICBtYXhIZWlnaHQgPSAnJ1xuICBzaG93VG9nZ2xlQnV0dG9uID0gZmFsc2VcbiAgb2JzZXJ2ZXI6IFJlc2l6ZU9ic2VydmVyXG5cbiAgQFZpZXdDaGlsZCgnY29udGFpbmVyJykgY29udGFpbmVyITogRWxlbWVudFJlZlxuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZikge31cblxuICBuZ0FmdGVyVmlld0luaXQoKSB7XG4gICAgdGhpcy5jYWxjdWxhdGVNYXhIZWlnaHQoKVxuXG4gICAgdGhpcy5vYnNlcnZlciA9IG5ldyBSZXNpemVPYnNlcnZlcigobXV0YXRpb25zKSA9PiB7XG4gICAgICBtdXRhdGlvbnMuZm9yRWFjaCgoKSA9PiB7XG4gICAgICAgIHRoaXMuY2FsY3VsYXRlTWF4SGVpZ2h0KClcbiAgICAgIH0pXG4gICAgfSlcblxuICAgIHRoaXMub2JzZXJ2ZXIub2JzZXJ2ZSh0aGlzLmNvbnRhaW5lci5uYXRpdmVFbGVtZW50LmNoaWxkcmVuWzBdKVxuICB9XG5cbiAgdG9nZ2xlRGlzcGxheSgpIHtcbiAgICB0aGlzLmlzRXhwYW5kZWQgPSAhdGhpcy5pc0V4cGFuZGVkXG4gICAgdGhpcy5jYWxjdWxhdGVNYXhIZWlnaHQoKVxuICB9XG5cbiAgY2FsY3VsYXRlTWF4SGVpZ2h0KCkge1xuICAgIGNvbnN0IGNvbnRhaW5lckVsZW1lbnQgPSB0aGlzLmNvbnRhaW5lci5uYXRpdmVFbGVtZW50XG4gICAgY29uc3QgY29udGVudEVsZW1lbnQgPSBjb250YWluZXJFbGVtZW50LmNoaWxkcmVuWzBdXG4gICAgY29uc3QgY29udGVudEhlaWdodCA9IGNvbnRlbnRFbGVtZW50LmdldEJvdW5kaW5nQ2xpZW50UmVjdCgpLmhlaWdodFxuXG4gICAgaWYgKGNvbnRlbnRIZWlnaHQpIHtcbiAgICAgIGlmIChjb250ZW50SGVpZ2h0ID4gdGhpcy5tYXhMaW5lcyAqIHRoaXMuZ2V0TGluZUhlaWdodChjb250ZW50RWxlbWVudCkpIHtcbiAgICAgICAgdGhpcy5zaG93VG9nZ2xlQnV0dG9uID0gdHJ1ZVxuXG4gICAgICAgIHRoaXMubWF4SGVpZ2h0ID0gdGhpcy5pc0V4cGFuZGVkXG4gICAgICAgICAgPyBgJHtjb250ZW50SGVpZ2h0fXB4YFxuICAgICAgICAgIDogYCR7dGhpcy5tYXhMaW5lcyAqIHRoaXMuZ2V0TGluZUhlaWdodChjb250ZW50RWxlbWVudCl9cHhgXG4gICAgICB9IGVsc2Uge1xuICAgICAgICB0aGlzLnNob3dUb2dnbGVCdXR0b24gPSBmYWxzZVxuICAgICAgICB0aGlzLm1heEhlaWdodCA9IGAke2NvbnRlbnRIZWlnaHR9cHhgXG4gICAgICB9XG4gICAgICBjb250YWluZXJFbGVtZW50LnNldEF0dHJpYnV0ZShcbiAgICAgICAgJ3N0eWxlJyxcbiAgICAgICAgYG1heC1oZWlnaHQ6ICR7dGhpcy5tYXhIZWlnaHR9OyBvdmVyZmxvdzogaGlkZGVuYFxuICAgICAgKVxuXG4gICAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKClcbiAgICB9XG4gIH1cblxuICBnZXRMaW5lSGVpZ2h0KGVsZW1lbnQ6IEhUTUxFbGVtZW50KTogbnVtYmVyIHtcbiAgICBjb25zdCBjb21wdXRlZFN0eWxlID0gd2luZG93LmdldENvbXB1dGVkU3R5bGUoZWxlbWVudClcbiAgICBjb25zdCBsaW5lSGVpZ2h0ID0gcGFyc2VGbG9hdChjb21wdXRlZFN0eWxlLmxpbmVIZWlnaHQpXG4gICAgY29uc3QgZm9udFNpemUgPSBwYXJzZUZsb2F0KGNvbXB1dGVkU3R5bGUuZm9udFNpemUgfHwgJzE0JylcbiAgICBjb25zdCByZXN1bHQgPSBpc05hTihsaW5lSGVpZ2h0KSA/IGZvbnRTaXplICogMS4yIDogbGluZUhlaWdodCAvLyBVc2UgYSBkZWZhdWx0IGlmIGxpbmUgaGVpZ2h0IGlzIG5vdCBzcGVjaWZpZWRcbiAgICByZXR1cm4gcmVzdWx0XG4gIH1cblxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICBpZiAoIXRoaXMub2JzZXJ2ZXIpIHJldHVyblxuICAgIHRoaXMub2JzZXJ2ZXIudW5vYnNlcnZlKHRoaXMuY29udGFpbmVyLm5hdGl2ZUVsZW1lbnQuY2hpbGRyZW5bMF0pXG4gIH1cbn1cbiIsIjxkaXZcbiAgI2NvbnRhaW5lclxuICBjbGFzcz1cIm1heC1saW5lcyBvdmVyZmxvdy1oaWRkZW4gdHJhbnNpdGlvbi1bbWF4LWhlaWdodF0gZHVyYXRpb24tMzAwIHJlbGF0aXZlXCJcbiAgW25nQ2xhc3NdPVwiaXNFeHBhbmRlZCA/ICdlYXNlLWluJyA6ICdlYXNlLW91dCdcIlxuICBbc3R5bGUubWF4SGVpZ2h0XT1cIm1heEhlaWdodFwiXG4+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgPGRpdlxuICAgICpuZ0lmPVwic2hvd1RvZ2dsZUJ1dHRvbiAmJiAhaXNFeHBhbmRlZFwiXG4gICAgY2xhc3M9XCJhYnNvbHV0ZSBpbnNldC14LTAgYm90dG9tLTAgYmctZ3JhZGllbnQtdG8tYiBmcm9tLXRyYW5zcGFyZW50IHRvLXdoaXRlIGgtM1wiXG4gID48L2Rpdj5cbjwvZGl2PlxuPGRpdlxuICAqbmdJZj1cInNob3dUb2dnbGVCdXR0b25cIlxuICAoY2xpY2spPVwidG9nZ2xlRGlzcGxheSgpXCJcbiAgY2xhc3M9XCJ0ZXh0LXNlY29uZGFyeSBjdXJzb3ItcG9pbnRlciBwdC0yLjVcIlxuPlxuICB7eyAoaXNFeHBhbmRlZCA/ICd1aS5yZWFkTGVzcycgOiAndWkucmVhZE1vcmUnKSB8IHRyYW5zbGF0ZSB9fVxuPC9kaXY+XG4iXX0=
@@ -1,18 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- export class BadgeComponent {
6
- constructor() {
7
- this.clickable = false;
8
- }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: BadgeComponent, isStandalone: true, selector: "gn-ui-badge", inputs: { clickable: "clickable" }, ngImport: i0, template: "<div\n class=\"gn-ui-badge\"\n [ngClass]=\"\n clickable\n ? 'hover:bg-primary cursor-pointer transition-colors duration-100'\n : ''\n \"\n>\n <ng-content></ng-content>\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
11
- }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: BadgeComponent, decorators: [{
13
- type: Component,
14
- args: [{ selector: 'gn-ui-badge', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [CommonModule], template: "<div\n class=\"gn-ui-badge\"\n [ngClass]=\"\n clickable\n ? 'hover:bg-primary cursor-pointer transition-colors duration-100'\n : ''\n \"\n>\n <ng-content></ng-content>\n</div>\n" }]
15
- }], propDecorators: { clickable: [{
16
- type: Input
17
- }] } });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS93aWRnZXRzL3NyYy9saWIvYmFkZ2UvYmFkZ2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS93aWRnZXRzL3NyYy9saWIvYmFkZ2UvYmFkZ2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFDekUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBOzs7QUFVOUMsTUFBTSxPQUFPLGNBQWM7SUFSM0I7UUFTVyxjQUFTLEdBQUcsS0FBSyxDQUFBO0tBQzNCOzhHQUZZLGNBQWM7a0dBQWQsY0FBYywyR0NYM0Isb01BVUEseURERFksWUFBWTs7MkZBRVgsY0FBYztrQkFSMUIsU0FBUzsrQkFDRSxhQUFhLG1CQUdOLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQLENBQUMsWUFBWSxDQUFDOzhCQUdkLFNBQVM7c0JBQWpCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2duLXVpLWJhZGdlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2JhZGdlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYmFkZ2UuY29tcG9uZW50LmNzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG59KVxuZXhwb3J0IGNsYXNzIEJhZGdlQ29tcG9uZW50IHtcbiAgQElucHV0KCkgY2xpY2thYmxlID0gZmFsc2Vcbn1cbiIsIjxkaXZcbiAgY2xhc3M9XCJnbi11aS1iYWRnZVwiXG4gIFtuZ0NsYXNzXT1cIlxuICAgIGNsaWNrYWJsZVxuICAgICAgPyAnaG92ZXI6YmctcHJpbWFyeSBjdXJzb3ItcG9pbnRlciB0cmFuc2l0aW9uLWNvbG9ycyBkdXJhdGlvbi0xMDAnXG4gICAgICA6ICcnXG4gIFwiXG4+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvZGl2PlxuIl19
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class FormFieldTemporalExtentComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldTemporalExtentComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldTemporalExtentComponent, "gn-ui-form-field-temporal-extent", never, {}, {}, never, never, true, never>;
5
- }
6
- //# sourceMappingURL=form-field-temporal-extent.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"form-field-temporal-extent.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.ts"],"names":[],"mappings":";AAEA,qBAOa,gCAAgC;yCAAhC,gCAAgC;2CAAhC,gCAAgC;CAAG"}
@@ -1,26 +0,0 @@
1
- type BaseFormFieldType = 'text' | 'number' | 'rich' | 'date' | 'list' | 'spatial_extent' | 'temporal_extent' | 'url' | 'file' | 'toggle';
2
- type AllFormFieldType = BaseFormFieldType | 'object' | 'array';
3
- interface FormFieldConfigBase {
4
- type: AllFormFieldType;
5
- labelKey: string;
6
- hintKey?: string;
7
- tooltipKey?: string;
8
- required?: boolean;
9
- locked?: boolean;
10
- invalid?: boolean;
11
- invalidHintKey?: string;
12
- }
13
- export interface FormFieldConfigSimple extends FormFieldConfigBase {
14
- type: BaseFormFieldType;
15
- }
16
- export interface FormFieldConfigArray extends FormFieldConfigBase {
17
- type: 'array';
18
- items: FormFieldConfig;
19
- }
20
- export interface FormFieldConfigObject extends FormFieldConfigBase {
21
- type: 'object';
22
- fields: Array<FormFieldConfig>;
23
- }
24
- export type FormFieldConfig = FormFieldConfigSimple | FormFieldConfigArray | FormFieldConfigObject;
25
- export {};
26
- //# sourceMappingURL=form-field.model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"form-field.model.d.ts","sourceRoot":"","sources":["../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.ts"],"names":[],"mappings":"AAAA,KAAK,iBAAiB,GAClB,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,GACN,MAAM,GACN,gBAAgB,GAChB,iBAAiB,GACjB,KAAK,GACL,MAAM,GACN,QAAQ,CAAA;AAEZ,KAAK,gBAAgB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,OAAO,CAAA;AAE9D,UAAU,mBAAmB;IAC3B,IAAI,EAAE,gBAAgB,CAAA;IACtB,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB;AAED,MAAM,WAAW,qBAAsB,SAAQ,mBAAmB;IAChE,IAAI,EAAE,iBAAiB,CAAA;CACxB;AAED,MAAM,WAAW,oBAAqB,SAAQ,mBAAmB;IAC/D,IAAI,EAAE,OAAO,CAAA;IACb,KAAK,EAAE,eAAe,CAAA;CACvB;AAED,MAAM,WAAW,qBAAsB,SAAQ,mBAAmB;IAChE,IAAI,EAAE,QAAQ,CAAA;IACd,MAAM,EAAE,KAAK,CAAC,eAAe,CAAC,CAAA;CAC/B;AAED,MAAM,MAAM,eAAe,GACvB,qBAAqB,GACrB,oBAAoB,GACpB,qBAAqB,CAAA"}
@@ -1,15 +0,0 @@
1
- import { FormFieldConfig } from '../components/record-form/form-field';
2
- export type EditorFieldExpression = `$\{${string}}`;
3
- export interface EditorFieldConfig {
4
- formFieldConfig?: FormFieldConfig;
5
- model?: string;
6
- hidden?: boolean;
7
- onSaveProcess?: EditorFieldExpression;
8
- }
9
- export type EditorFieldsConfig = EditorFieldConfig[];
10
- export type EditorFieldValue = string | number | boolean | unknown;
11
- export interface EditorFieldState {
12
- config: EditorFieldConfig;
13
- value: string | number | boolean | unknown;
14
- }
15
- //# sourceMappingURL=fields.model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fields.model.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/models/fields.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAA;AAItE,MAAM,MAAM,qBAAqB,GAAG,MAAM,MAAM,GAAG,CAAA;AAEnD,MAAM,WAAW,iBAAiB;IAEhC,eAAe,CAAC,EAAE,eAAe,CAAA;IAGjC,KAAK,CAAC,EAAE,MAAM,CAAA;IAId,MAAM,CAAC,EAAE,OAAO,CAAA;IAGhB,aAAa,CAAC,EAAE,qBAAqB,CAAA;CACtC;AAED,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,EAAE,CAAA;AAEpD,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,CAAA;AAElE,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,iBAAiB,CAAA;IACzB,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,CAAA;CAC3C"}
@@ -1,36 +0,0 @@
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 { RecordsRepositoryInterface } from '../../../../../../libs/common/domain/src/lib/repository/records-repository.interface';
9
- import * as i0 from "@angular/core";
10
- export declare class ResultsTableComponent {
11
- private searchFacade;
12
- private searchService;
13
- private selectionService;
14
- private recordsRepository;
15
- recordClick: EventEmitter<CatalogRecord>;
16
- records$: Observable<CatalogRecord[]>;
17
- selectedRecords$: import("rxjs").BehaviorSubject<string[]>;
18
- constructor(searchFacade: SearchFacade, searchService: SearchService, selectionService: SelectionService, recordsRepository: RecordsRepositoryInterface);
19
- dateToString(date: Date): string;
20
- getStatus(isPublishedToAll: boolean | unknown): "published" | "not published";
21
- getRecordFormats(record: CatalogRecord): FileFormat[];
22
- formatUserInfo(userInfo: string | unknown): string;
23
- getBadgeColor(format: FileFormat): string;
24
- handleRecordClick(item: unknown): void;
25
- setSortBy(col: string, order: 'asc' | 'desc'): void;
26
- isSortedBy(col: string): Observable<'asc' | 'desc' | null>;
27
- isChecked(record: CatalogRecord): Observable<boolean>;
28
- handleRecordSelectedChange(selected: boolean, record: CatalogRecord): void;
29
- toggleSelectAll(): Promise<void>;
30
- isAllSelected(): Observable<boolean>;
31
- isSomeSelected(): Observable<boolean>;
32
- hasDraft(record: CatalogRecord): boolean;
33
- static ɵfac: i0.ɵɵFactoryDeclaration<ResultsTableComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<ResultsTableComponent, "gn-ui-results-table", never, {}, { "recordClick": "recordClick"; }, never, never, true, never>;
35
- }
36
- //# sourceMappingURL=results-table.component.d.ts.map
@@ -1 +0,0 @@
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,OAAO,EAAE,0BAA0B,EAAE,MAAM,sFAAsF,CAAA;;AAEjI,qBAea,qBAAqB;IAO9B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,iBAAiB;IATjB,WAAW,8BAAoC;IAEzD,QAAQ,8BAA6B;IACrC,gBAAgB,2CAAoD;gBAG1D,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,iBAAiB,EAAE,0BAA0B;IAGvD,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;IAerC,QAAQ,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO;yCAhI7B,qBAAqB;2CAArB,qBAAqB;CAmIjC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"max-lines.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/max-lines/max-lines.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAEV,aAAa,EAEb,SAAS,EACT,iBAAiB,EAClB,MAAM,eAAe,CAAA;;AAEtB,qBAMa,iBAAkB,YAAW,aAAa,EAAE,SAAS;IAUpD,OAAO,CAAC,GAAG;IATd,QAAQ,SAAI;IAErB,UAAU,UAAQ;IAClB,SAAS,SAAK;IACd,gBAAgB,UAAQ;IACxB,QAAQ,EAAE,cAAc,CAAA;IAEA,SAAS,EAAG,UAAU,CAAA;gBAE1B,GAAG,EAAE,iBAAiB;IAE1C,eAAe;IAYf,aAAa;IAKb,kBAAkB;IAyBlB,aAAa,CAAC,OAAO,EAAE,WAAW,GAAG,MAAM;IAQ3C,WAAW,IAAI,IAAI;yCA9DR,iBAAiB;2CAAjB,iBAAiB;CAkE7B"}
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BadgeComponent {
3
- clickable: boolean;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "gn-ui-badge", never, { "clickable": { "alias": "clickable"; "required": false; }; }, {}, never, ["*"], true, never>;
6
- }
7
- //# sourceMappingURL=badge.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"badge.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/widgets/src/lib/badge/badge.component.ts"],"names":[],"mappings":";AAGA,qBAQa,cAAc;IAChB,SAAS,UAAQ;yCADf,cAAc;2CAAd,cAAc;CAE1B"}
@@ -1,10 +0,0 @@
1
- import { ChangeDetectionStrategy, Component } from '@angular/core'
2
-
3
- @Component({
4
- selector: 'gn-ui-form-field-temporal-extent',
5
- templateUrl: './form-field-temporal-extent.component.html',
6
- styleUrls: ['./form-field-temporal-extent.component.css'],
7
- changeDetection: ChangeDetectionStrategy.OnPush,
8
- standalone: true,
9
- })
10
- export class FormFieldTemporalExtentComponent {}
@@ -1,43 +0,0 @@
1
- type BaseFormFieldType =
2
- | 'text'
3
- | 'number'
4
- | 'rich'
5
- | 'date'
6
- | 'list'
7
- | 'spatial_extent'
8
- | 'temporal_extent'
9
- | 'url'
10
- | 'file'
11
- | 'toggle'
12
-
13
- type AllFormFieldType = BaseFormFieldType | 'object' | 'array'
14
-
15
- interface FormFieldConfigBase {
16
- type: AllFormFieldType
17
- labelKey: string
18
- hintKey?: string
19
- tooltipKey?: string
20
- required?: boolean
21
- locked?: boolean
22
- invalid?: boolean
23
- invalidHintKey?: string
24
- }
25
-
26
- export interface FormFieldConfigSimple extends FormFieldConfigBase {
27
- type: BaseFormFieldType
28
- }
29
-
30
- export interface FormFieldConfigArray extends FormFieldConfigBase {
31
- type: 'array'
32
- items: FormFieldConfig
33
- }
34
-
35
- export interface FormFieldConfigObject extends FormFieldConfigBase {
36
- type: 'object'
37
- fields: Array<FormFieldConfig>
38
- }
39
-
40
- export type FormFieldConfig =
41
- | FormFieldConfigSimple
42
- | FormFieldConfigArray
43
- | FormFieldConfigObject
@@ -1,29 +0,0 @@
1
- import { FormFieldConfig } from '../components/record-form/form-field'
2
-
3
- // Expressions should be enclosed in `${}` to be recognized as such
4
- // eg. ${dateNow()}
5
- export type EditorFieldExpression = `$\{${string}}`
6
-
7
- export interface EditorFieldConfig {
8
- // configuration of the form field used as presentation; optional, nothing shown if not defined
9
- formFieldConfig?: FormFieldConfig
10
-
11
- // name of the target field in the record; will not change the record directly if not defined
12
- model?: string
13
-
14
- // a hidden field won't show but can still be used to modify the record
15
- // FIXME: currently this is redundant with an absence of formFieldConfig but necessary for clarity
16
- hidden?: boolean
17
-
18
- // the result of this expression will replace the field value on save
19
- onSaveProcess?: EditorFieldExpression
20
- }
21
-
22
- export type EditorFieldsConfig = EditorFieldConfig[]
23
-
24
- export type EditorFieldValue = string | number | boolean | unknown
25
-
26
- export interface EditorFieldState {
27
- config: EditorFieldConfig
28
- value: string | number | boolean | unknown
29
- }
@@ -1,172 +0,0 @@
1
- import { Component, EventEmitter, Output } from '@angular/core'
2
- import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/model/record'
3
- import {
4
- FileFormat,
5
- getBadgeColor,
6
- getFileFormat,
7
- getFormatPriority,
8
- } from '../../../../../../libs/util/shared/src'
9
- import { UiInputsModule } from '../../../../../../libs/ui/inputs/src'
10
- import {
11
- InteractiveTableColumnComponent,
12
- InteractiveTableComponent,
13
- } from '../../../../../../libs/ui/layout/src'
14
- import { MatIconModule } from '@angular/material/icon'
15
- import { TranslateModule } from '@ngx-translate/core'
16
- import { SearchFacade } from '../state/search.facade'
17
- import { SelectionService } from '../../../../../../libs/api/repository/src'
18
- import { combineLatest, firstValueFrom, Observable } from 'rxjs'
19
- import { CommonModule } from '@angular/common'
20
- import { map, take } from 'rxjs/operators'
21
- import { FieldSort } from '../../../../../../libs/common/domain/src/lib/model/search'
22
- import { SearchService } from '../utils/service/search.service'
23
- import { BadgeComponent } from '../../../../../../libs/ui/widgets/src'
24
- import { RecordsRepositoryInterface } from '../../../../../../libs/common/domain/src/lib/repository/records-repository.interface'
25
-
26
- @Component({
27
- selector: 'gn-ui-results-table',
28
- templateUrl: './results-table.component.html',
29
- styleUrls: ['./results-table.component.css'],
30
- standalone: true,
31
- imports: [
32
- CommonModule,
33
- UiInputsModule,
34
- InteractiveTableComponent,
35
- InteractiveTableColumnComponent,
36
- MatIconModule,
37
- TranslateModule,
38
- BadgeComponent,
39
- ],
40
- })
41
- export class ResultsTableComponent {
42
- @Output() recordClick = new EventEmitter<CatalogRecord>()
43
-
44
- records$ = this.searchFacade.results$
45
- selectedRecords$ = this.selectionService.selectedRecordsIdentifiers$
46
-
47
- constructor(
48
- private searchFacade: SearchFacade,
49
- private searchService: SearchService,
50
- private selectionService: SelectionService,
51
- private recordsRepository: RecordsRepositoryInterface
52
- ) {}
53
-
54
- dateToString(date: Date): string {
55
- return date?.toLocaleDateString(undefined, {
56
- year: 'numeric',
57
- month: 'long',
58
- day: 'numeric',
59
- timeZone: 'UTC',
60
- })
61
- }
62
-
63
- getStatus(isPublishedToAll: boolean | unknown) {
64
- return isPublishedToAll ? 'published' : 'not published'
65
- }
66
-
67
- getRecordFormats(record: CatalogRecord): FileFormat[] {
68
- if (record.kind === 'service' || !('distributions' in record)) {
69
- return []
70
- }
71
- const formats = Array.from(
72
- new Set(
73
- record.distributions.map((distribution) => getFileFormat(distribution))
74
- )
75
- ).filter((format) => !!format)
76
- formats.sort((a, b) => getFormatPriority(b) - getFormatPriority(a))
77
- return formats
78
- }
79
-
80
- formatUserInfo(userInfo: string | unknown): string {
81
- const infos = (typeof userInfo === 'string' ? userInfo : '').split('|')
82
- if (infos && infos.length === 4) {
83
- return `${infos[2]} ${infos[1]}`
84
- }
85
- return undefined
86
- }
87
-
88
- getBadgeColor(format: FileFormat): string {
89
- return getBadgeColor(format)
90
- }
91
-
92
- handleRecordClick(item: unknown) {
93
- this.recordClick.emit(item as CatalogRecord)
94
- }
95
-
96
- setSortBy(col: string, order: 'asc' | 'desc') {
97
- this.searchService.setSortBy([order, col])
98
- }
99
-
100
- isSortedBy(col: string): Observable<'asc' | 'desc' | null> {
101
- return this.searchFacade.sortBy$.pipe(
102
- take(1),
103
- map((sortOrder) => {
104
- const sortArray = Array.isArray(sortOrder[0])
105
- ? (sortOrder as FieldSort[])
106
- : ([sortOrder] as FieldSort[])
107
- for (const sort of sortArray) {
108
- if (sort[1] === col) {
109
- return sort[0]
110
- }
111
- }
112
- return null
113
- })
114
- )
115
- }
116
-
117
- isChecked(record: CatalogRecord): Observable<boolean> {
118
- return this.selectedRecords$.pipe(
119
- take(1),
120
- map((selectedRecords) => {
121
- return selectedRecords.includes(record.uniqueIdentifier)
122
- })
123
- )
124
- }
125
-
126
- handleRecordSelectedChange(selected: boolean, record: CatalogRecord) {
127
- if (!selected) {
128
- this.selectionService.deselectRecords([record])
129
- } else {
130
- this.selectionService.selectRecords([record])
131
- }
132
- }
133
-
134
- async toggleSelectAll() {
135
- const records = await firstValueFrom(this.records$)
136
- if (await firstValueFrom(this.isAllSelected())) {
137
- this.selectionService.deselectRecords(records)
138
- } else {
139
- this.selectionService.selectRecords(records)
140
- }
141
- }
142
-
143
- isAllSelected(): Observable<boolean> {
144
- return combineLatest([this.records$, this.selectedRecords$]).pipe(
145
- take(1),
146
- map(([records, selectedRecords]) => {
147
- return records.every((record) =>
148
- selectedRecords.includes(record.uniqueIdentifier)
149
- )
150
- })
151
- )
152
- }
153
-
154
- isSomeSelected(): Observable<boolean> {
155
- return combineLatest([this.records$, this.selectedRecords$]).pipe(
156
- take(1),
157
- map(([records, selectedRecords]) => {
158
- const allSelected = records.every((record) =>
159
- selectedRecords.includes(record.uniqueIdentifier)
160
- )
161
- const someSelected = records.some((record) =>
162
- selectedRecords.includes(record.uniqueIdentifier)
163
- )
164
- return !allSelected && someSelected
165
- })
166
- )
167
- }
168
-
169
- hasDraft(record: CatalogRecord): boolean {
170
- return this.recordsRepository.recordHasDraft(record.uniqueIdentifier)
171
- }
172
- }
@@ -1,10 +0,0 @@
1
- <div
2
- class="gn-ui-badge"
3
- [ngClass]="
4
- clickable
5
- ? 'hover:bg-primary cursor-pointer transition-colors duration-100'
6
- : ''
7
- "
8
- >
9
- <ng-content></ng-content>
10
- </div>
@@ -1,14 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core'
2
- import { CommonModule } from '@angular/common'
3
-
4
- @Component({
5
- selector: 'gn-ui-badge',
6
- templateUrl: './badge.component.html',
7
- styleUrls: ['./badge.component.css'],
8
- changeDetection: ChangeDetectionStrategy.OnPush,
9
- standalone: true,
10
- imports: [CommonModule],
11
- })
12
- export class BadgeComponent {
13
- @Input() clickable = false
14
- }