geonetwork-ui 2.3.0-dev.ff2a9db7 → 2.4.0-dev.573bccd7

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 (424) hide show
  1. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.converter.mjs +4 -4
  2. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +4 -4
  3. package/esm2022/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.mjs +4 -4
  4. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.mjs +2 -2
  5. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +9 -7
  6. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +22 -7
  7. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +14 -3
  8. package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +4 -4
  9. package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +4 -4
  10. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +4 -4
  11. package/esm2022/libs/api/repository/src/lib/gn4/favorites/favorites.service.mjs +4 -4
  12. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +59 -11
  13. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +4 -4
  14. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +4 -4
  15. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +4 -4
  16. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +4 -4
  17. package/esm2022/libs/api/repository/src/lib/gn4/selection/selection.service.mjs +4 -4
  18. package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +4 -4
  19. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  20. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
  21. package/esm2022/libs/data-access/gn4/src/openapi/api/atom.api.service.mjs +4 -4
  22. package/esm2022/libs/data-access/gn4/src/openapi/api/customstyle.api.service.mjs +4 -4
  23. package/esm2022/libs/data-access/gn4/src/openapi/api/formatters.api.service.mjs +4 -4
  24. package/esm2022/libs/data-access/gn4/src/openapi/api/groups.api.service.mjs +4 -4
  25. package/esm2022/libs/data-access/gn4/src/openapi/api/harvesters.api.service.mjs +4 -4
  26. package/esm2022/libs/data-access/gn4/src/openapi/api/identifiers.api.service.mjs +4 -4
  27. package/esm2022/libs/data-access/gn4/src/openapi/api/languages.api.service.mjs +4 -4
  28. package/esm2022/libs/data-access/gn4/src/openapi/api/links.api.service.mjs +4 -4
  29. package/esm2022/libs/data-access/gn4/src/openapi/api/logos.api.service.mjs +4 -4
  30. package/esm2022/libs/data-access/gn4/src/openapi/api/mapservers.api.service.mjs +4 -4
  31. package/esm2022/libs/data-access/gn4/src/openapi/api/mapservices.api.service.mjs +4 -4
  32. package/esm2022/libs/data-access/gn4/src/openapi/api/me.api.service.mjs +4 -4
  33. package/esm2022/libs/data-access/gn4/src/openapi/api/operations.api.service.mjs +4 -4
  34. package/esm2022/libs/data-access/gn4/src/openapi/api/pages.api.service.mjs +4 -4
  35. package/esm2022/libs/data-access/gn4/src/openapi/api/processes.api.service.mjs +4 -4
  36. package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +5 -5
  37. package/esm2022/libs/data-access/gn4/src/openapi/api/regions.api.service.mjs +4 -4
  38. package/esm2022/libs/data-access/gn4/src/openapi/api/registries.api.service.mjs +4 -4
  39. package/esm2022/libs/data-access/gn4/src/openapi/api/related.api.service.mjs +4 -4
  40. package/esm2022/libs/data-access/gn4/src/openapi/api/search.api.service.mjs +4 -4
  41. package/esm2022/libs/data-access/gn4/src/openapi/api/selections.api.service.mjs +4 -4
  42. package/esm2022/libs/data-access/gn4/src/openapi/api/site.api.service.mjs +4 -4
  43. package/esm2022/libs/data-access/gn4/src/openapi/api/sources.api.service.mjs +4 -4
  44. package/esm2022/libs/data-access/gn4/src/openapi/api/standards.api.service.mjs +4 -4
  45. package/esm2022/libs/data-access/gn4/src/openapi/api/status.api.service.mjs +4 -4
  46. package/esm2022/libs/data-access/gn4/src/openapi/api/tags.api.service.mjs +4 -4
  47. package/esm2022/libs/data-access/gn4/src/openapi/api/tools.api.service.mjs +4 -4
  48. package/esm2022/libs/data-access/gn4/src/openapi/api/ui.api.service.mjs +4 -4
  49. package/esm2022/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.mjs +4 -4
  50. package/esm2022/libs/data-access/gn4/src/openapi/api/users.api.service.mjs +4 -4
  51. package/esm2022/libs/data-access/gn4/src/openapi/api/usersearches.api.service.mjs +4 -4
  52. package/esm2022/libs/data-access/gn4/src/openapi/api/userselections.api.service.mjs +4 -4
  53. package/esm2022/libs/data-access/gn4/src/openapi/api.module.mjs +5 -5
  54. package/esm2022/libs/feature/auth/src/lib/feature-auth.module.mjs +5 -5
  55. package/esm2022/libs/feature/catalog/src/lib/feature-catalog.module.mjs +5 -5
  56. package/esm2022/libs/feature/catalog/src/lib/my-org/my-org.service.mjs +4 -4
  57. package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +4 -4
  58. package/esm2022/libs/feature/catalog/src/lib/records/records.service.mjs +4 -4
  59. package/esm2022/libs/feature/catalog/src/lib/site-title/site-title.component.mjs +4 -4
  60. package/esm2022/libs/feature/catalog/src/lib/source-label/source-label.component.mjs +4 -4
  61. package/esm2022/libs/feature/catalog/src/lib/sources/sources.service.mjs +4 -4
  62. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +4 -4
  63. package/esm2022/libs/feature/dataviz/src/lib/feature-dataviz.module.mjs +5 -5
  64. package/esm2022/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.mjs +4 -4
  65. package/esm2022/libs/feature/dataviz/src/lib/figure/figure.service.mjs +4 -4
  66. package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +4 -4
  67. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +17 -5
  68. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +4 -4
  69. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +1 -1
  70. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +14 -6
  71. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +8 -6
  72. package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +6 -2
  73. package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +3 -1
  74. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +4 -4
  75. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +4 -4
  76. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +4 -4
  77. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +4 -4
  78. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.mjs +4 -4
  79. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +4 -4
  80. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +4 -4
  81. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +4 -4
  82. 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
  83. 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
  84. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +105 -0
  85. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +4 -4
  86. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +10 -12
  87. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +4 -2
  88. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +4 -4
  89. package/esm2022/libs/feature/editor/src/lib/components/wizard/wizard.component.mjs +4 -4
  90. package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +4 -4
  91. package/esm2022/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.mjs +4 -4
  92. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +5 -5
  93. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +8 -1
  94. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +22 -42
  95. package/esm2022/libs/feature/editor/src/lib/services/wizard.service.mjs +4 -4
  96. package/esm2022/libs/feature/map/src/lib/+state/map.effects.mjs +4 -4
  97. package/esm2022/libs/feature/map/src/lib/+state/map.facade.mjs +4 -4
  98. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +4 -4
  99. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +4 -4
  100. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +4 -4
  101. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +4 -4
  102. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +4 -4
  103. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +4 -4
  104. package/esm2022/libs/feature/map/src/lib/feature-info/feature-info.service.mjs +4 -4
  105. package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +5 -5
  106. package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +4 -4
  107. package/esm2022/libs/feature/map/src/lib/geocoding.service.mjs +4 -4
  108. package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +4 -4
  109. package/esm2022/libs/feature/map/src/lib/manager/map-instance.directive.mjs +4 -4
  110. package/esm2022/libs/feature/map/src/lib/manager/map-manager.service.mjs +4 -4
  111. package/esm2022/libs/feature/map/src/lib/map-container/map-container.component.mjs +4 -4
  112. package/esm2022/libs/feature/map/src/lib/map-context/component/map-context.component.mjs +4 -4
  113. package/esm2022/libs/feature/map/src/lib/map-context/map-context.model.mjs +1 -1
  114. package/esm2022/libs/feature/map/src/lib/map-context/map-context.service.mjs +33 -13
  115. package/esm2022/libs/feature/map/src/lib/style/map-style.service.mjs +4 -4
  116. package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +10 -6
  117. package/esm2022/libs/feature/notifications/src/lib/feature-notifications.module.mjs +5 -5
  118. package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +4 -4
  119. package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +4 -4
  120. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +4 -4
  121. package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +4 -4
  122. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +4 -4
  123. package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +4 -4
  124. package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +4 -4
  125. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +5 -5
  126. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +17 -10
  127. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +5 -5
  128. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +36 -7
  129. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +1 -3
  130. package/esm2022/libs/feature/router/src/lib/default/container/search-router.container.directive.mjs +4 -4
  131. package/esm2022/libs/feature/router/src/lib/default/router.module.mjs +5 -5
  132. package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +4 -4
  133. package/esm2022/libs/feature/router/src/lib/default/services/router-search.service.mjs +4 -4
  134. package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +4 -4
  135. package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +4 -4
  136. package/esm2022/libs/feature/search/src/lib/facets/facets-container/facets-container.component.mjs +4 -4
  137. package/esm2022/libs/feature/search/src/lib/facets/facets.module.mjs +5 -5
  138. package/esm2022/libs/feature/search/src/lib/facets/facets.service.mjs +4 -4
  139. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +4 -4
  140. package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +5 -5
  141. package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +4 -4
  142. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +4 -4
  143. package/esm2022/libs/feature/search/src/lib/records-metrics/records-metrics.component.mjs +4 -4
  144. package/esm2022/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.mjs +4 -4
  145. package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +4 -4
  146. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +6 -6
  147. package/esm2022/libs/feature/search/src/lib/results-table/results-table.component.mjs +19 -11
  148. package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +4 -4
  149. package/esm2022/libs/feature/search/src/lib/state/container/search-state.container.directive.mjs +4 -4
  150. package/esm2022/libs/feature/search/src/lib/state/effects.mjs +4 -4
  151. package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +4 -4
  152. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +4 -4
  153. package/esm2022/libs/feature/search/src/lib/utils/service/search.service.mjs +4 -4
  154. package/esm2022/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.mjs +4 -4
  155. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +4 -4
  156. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +4 -4
  157. package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +4 -4
  158. package/esm2022/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.mjs +4 -4
  159. package/esm2022/libs/ui/catalog/src/lib/ui-catalog.module.mjs +5 -5
  160. package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +4 -4
  161. package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +4 -4
  162. package/esm2022/libs/ui/dataviz/src/lib/table/table.component.mjs +4 -4
  163. package/esm2022/libs/ui/dataviz/src/lib/ui-dataviz.module.mjs +5 -5
  164. package/esm2022/libs/ui/elements/src/index.mjs +4 -3
  165. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +4 -4
  166. package/esm2022/libs/ui/elements/src/lib/avatar/avatar.component.mjs +4 -4
  167. package/esm2022/libs/ui/elements/src/lib/content-ghost/content-ghost.component.mjs +4 -4
  168. package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +4 -4
  169. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +4 -4
  170. package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +30 -0
  171. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +4 -4
  172. package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +4 -4
  173. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +4 -4
  174. package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +4 -4
  175. package/esm2022/libs/ui/elements/src/lib/max-lines/max-lines.component.mjs +4 -4
  176. package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +4 -4
  177. package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +4 -4
  178. package/esm2022/libs/ui/elements/src/lib/metadata-info/linkify.directive.mjs +4 -4
  179. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +10 -10
  180. package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +4 -4
  181. package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +4 -4
  182. package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +4 -4
  183. package/esm2022/libs/ui/elements/src/lib/pagination/pagination.component.mjs +4 -4
  184. package/esm2022/libs/ui/elements/src/lib/pagination-buttons/pagination-buttons.component.mjs +4 -4
  185. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +9 -10
  186. package/esm2022/libs/ui/elements/src/lib/related-record-card/related-record-card.component.mjs +4 -4
  187. package/esm2022/libs/ui/elements/src/lib/sortable-list/sortable-list.component.mjs +43 -0
  188. package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +4 -4
  189. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +16 -13
  190. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +4 -4
  191. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +4 -4
  192. package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +4 -4
  193. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +4 -4
  194. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +4 -4
  195. package/esm2022/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.mjs +4 -4
  196. package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +4 -4
  197. package/esm2022/libs/ui/inputs/src/lib/chips-input/chips-input.component.mjs +4 -4
  198. package/esm2022/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.mjs +4 -4
  199. package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +6 -6
  200. package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +19 -13
  201. package/esm2022/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.mjs +4 -4
  202. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +4 -4
  203. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +4 -4
  204. package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +4 -4
  205. package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +4 -4
  206. package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +4 -4
  207. package/esm2022/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.mjs +4 -4
  208. package/esm2022/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +4 -4
  209. package/esm2022/libs/ui/inputs/src/lib/search-input/search-input.component.mjs +4 -4
  210. package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +4 -4
  211. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +4 -4
  212. package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +4 -4
  213. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +5 -5
  214. package/esm2022/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.mjs +4 -4
  215. package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +4 -4
  216. package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +4 -4
  217. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +4 -4
  218. package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +4 -4
  219. package/esm2022/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.mjs +4 -4
  220. package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +4 -4
  221. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.mjs +4 -4
  222. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +4 -4
  223. package/esm2022/libs/ui/layout/src/lib/sticky-header/sticky-header.component.mjs +4 -4
  224. package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +5 -5
  225. package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +4 -4
  226. package/esm2022/libs/ui/map/src/lib/components/map/map.component.mjs +4 -4
  227. package/esm2022/libs/ui/map/src/lib/ui-map.module.mjs +5 -5
  228. package/esm2022/libs/ui/search/src/lib/facets/facet-block/facet-block.component.mjs +7 -7
  229. package/esm2022/libs/ui/search/src/lib/facets/facet-item/facet-item.component.mjs +7 -7
  230. package/esm2022/libs/ui/search/src/lib/facets/facet-list/facet-list.component.mjs +4 -4
  231. package/esm2022/libs/ui/search/src/lib/facets/facets.module.mjs +5 -5
  232. package/esm2022/libs/ui/search/src/lib/record-metric/record-metric.component.mjs +4 -4
  233. package/esm2022/libs/ui/search/src/lib/record-preview/record-preview.component.mjs +4 -4
  234. package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +4 -4
  235. package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +4 -4
  236. package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +4 -4
  237. package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +4 -4
  238. package/esm2022/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.mjs +4 -4
  239. package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +4 -4
  240. package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +4 -4
  241. package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +4 -4
  242. package/esm2022/libs/ui/search/src/lib/results-list-item/results-list-item.component.mjs +4 -4
  243. package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +5 -5
  244. package/esm2022/libs/ui/widgets/src/lib/badge/badge.component.mjs +6 -5
  245. package/esm2022/libs/ui/widgets/src/lib/color-scale/color-scale.component.mjs +4 -4
  246. package/esm2022/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.mjs +4 -4
  247. package/esm2022/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.mjs +4 -4
  248. package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +4 -4
  249. package/esm2022/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.mjs +4 -4
  250. package/esm2022/libs/ui/widgets/src/lib/step-bar/step-bar.component.mjs +4 -4
  251. package/esm2022/libs/ui/widgets/src/lib/ui-widgets.module.mjs +5 -10
  252. package/esm2022/libs/util/app-config/src/lib/app-config.mjs +3 -1
  253. package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +2 -1
  254. package/esm2022/libs/util/app-config/src/lib/model.mjs +1 -1
  255. package/esm2022/libs/util/i18n/src/lib/i18n.interceptor.mjs +4 -4
  256. package/esm2022/libs/util/i18n/src/lib/lang.service.mjs +4 -4
  257. package/esm2022/libs/util/i18n/src/lib/util-i18n.module.mjs +5 -5
  258. package/esm2022/libs/util/shared/src/lib/image-fallback.directive.mjs +4 -4
  259. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +4 -4
  260. package/esm2022/libs/util/shared/src/lib/services/log.service.mjs +4 -4
  261. package/esm2022/libs/util/shared/src/lib/services/proxy.service.mjs +4 -4
  262. package/esm2022/libs/util/shared/src/lib/services/theme.service.mjs +4 -4
  263. package/esm2022/libs/util/shared/src/lib/util-shared.module.mjs +5 -5
  264. package/esm2022/translations/de.json +10 -0
  265. package/esm2022/translations/en.json +10 -0
  266. package/esm2022/translations/es.json +10 -0
  267. package/esm2022/translations/fr.json +10 -0
  268. package/esm2022/translations/it.json +10 -0
  269. package/esm2022/translations/nl.json +10 -0
  270. package/esm2022/translations/pt.json +10 -0
  271. package/fesm2022/geonetwork-ui.mjs +1588 -1212
  272. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  273. package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts +2 -2
  274. package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts.map +1 -1
  275. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts +1 -1
  276. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +1 -1
  277. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +4 -1
  278. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  279. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +2 -1
  280. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  281. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +15 -3
  282. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  283. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +3 -3
  284. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  285. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +24 -1
  286. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
  287. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts +6 -6
  288. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +1 -1
  289. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +2 -1
  290. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  291. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +4 -0
  292. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
  293. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +5 -0
  294. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -1
  295. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +9 -8
  296. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  297. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +10 -0
  298. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +1 -1
  299. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +2 -0
  300. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +1 -1
  301. 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
  302. 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
  303. 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
  304. 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
  305. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts +31 -0
  306. 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
  307. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +1 -1
  308. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
  309. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +3 -1
  310. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
  311. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  312. package/libs/feature/editor/src/lib/services/editor.service.d.ts +6 -9
  313. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
  314. package/libs/feature/map/src/lib/map-context/map-context.model.d.ts +6 -0
  315. package/libs/feature/map/src/lib/map-context/map-context.model.d.ts.map +1 -1
  316. package/libs/feature/map/src/lib/map-context/map-context.service.d.ts +1 -1
  317. package/libs/feature/map/src/lib/map-context/map-context.service.d.ts.map +1 -1
  318. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +1 -1
  319. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +2 -2
  320. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  321. package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
  322. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +5 -2
  323. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  324. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +1 -1
  325. package/libs/feature/search/src/lib/results-table/results-table.component.d.ts +4 -1
  326. package/libs/feature/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  327. package/libs/ui/elements/src/index.d.ts +3 -2
  328. package/libs/ui/elements/src/index.d.ts.map +1 -1
  329. package/libs/ui/elements/src/lib/error/error.component.d.ts +16 -0
  330. package/libs/ui/elements/src/lib/error/error.component.d.ts.map +1 -0
  331. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +1 -1
  332. package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts +22 -0
  333. package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts.map +1 -0
  334. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +3 -2
  335. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  336. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +1 -1
  337. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts +4 -4
  338. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +1 -1
  339. package/libs/ui/widgets/src/lib/badge/badge.component.d.ts +2 -2
  340. package/libs/ui/widgets/src/lib/badge/badge.component.d.ts.map +1 -1
  341. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts +10 -11
  342. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts.map +1 -1
  343. package/libs/util/app-config/src/lib/app-config.d.ts.map +1 -1
  344. package/libs/util/app-config/src/lib/fixtures.d.ts.map +1 -1
  345. package/libs/util/app-config/src/lib/model.d.ts +1 -0
  346. package/libs/util/app-config/src/lib/model.d.ts.map +1 -1
  347. package/package.json +2 -2
  348. package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +9 -1
  349. package/src/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.ts +3 -3
  350. package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +35 -31
  351. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +67 -15
  352. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +71 -13
  353. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +145 -7
  354. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +3 -3
  355. package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +36 -3
  356. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +211 -0
  357. package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +9 -9
  358. package/src/libs/data-access/gn4/src/spec.yaml +4 -5
  359. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +15 -1
  360. package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +5 -1
  361. package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +31 -3
  362. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +13 -3
  363. package/src/libs/feature/editor/src/lib/+state/editor.reducer.ts +22 -5
  364. package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +10 -0
  365. 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
  366. 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
  367. 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.css +0 -0
  368. 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
  369. 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
  370. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.css +0 -0
  371. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +6 -0
  372. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +130 -0
  373. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +5 -3
  374. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +9 -7
  375. package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +4 -1
  376. package/src/libs/feature/editor/src/lib/fields.config.ts +7 -0
  377. package/src/libs/feature/editor/src/lib/services/editor.service.ts +17 -52
  378. package/src/libs/feature/map/src/lib/map-context/map-context.model.ts +6 -0
  379. package/src/libs/feature/map/src/lib/map-context/map-context.service.ts +31 -9
  380. package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +6 -2
  381. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +15 -8
  382. package/src/libs/feature/record/src/lib/state/mdview.effects.ts +1 -3
  383. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +40 -3
  384. package/src/libs/feature/record/src/lib/state/mdview.reducer.ts +0 -2
  385. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +4 -4
  386. package/src/libs/feature/search/src/lib/results-table/results-table.component.html +12 -1
  387. package/src/libs/feature/search/src/lib/results-table/results-table.component.ts +9 -1
  388. package/src/libs/ui/elements/src/index.ts +3 -2
  389. package/src/libs/ui/elements/src/lib/{search-results-error/search-results-error.component.html → error/error.component.html} +18 -3
  390. package/src/libs/ui/elements/src/lib/{search-results-error/search-results-error.component.ts → error/error.component.ts} +5 -4
  391. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +7 -8
  392. package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.css +18 -0
  393. package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.html +36 -0
  394. package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.ts +56 -0
  395. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +5 -5
  396. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.html +2 -1
  397. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +8 -1
  398. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.html +7 -7
  399. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.ts +13 -15
  400. package/src/libs/ui/widgets/src/lib/badge/badge.component.html +1 -1
  401. package/src/libs/ui/widgets/src/lib/badge/badge.component.ts +4 -1
  402. package/src/libs/ui/widgets/src/lib/ui-widgets.module.ts +0 -3
  403. package/src/libs/util/app-config/src/lib/app-config.ts +2 -0
  404. package/src/libs/util/app-config/src/lib/fixtures.ts +1 -0
  405. package/src/libs/util/app-config/src/lib/model.ts +1 -0
  406. package/tailwind.base.css +26 -1
  407. package/translations/de.json +10 -0
  408. package/translations/en.json +10 -0
  409. package/translations/es.json +10 -0
  410. package/translations/fr.json +10 -0
  411. package/translations/it.json +10 -0
  412. package/translations/nl.json +10 -0
  413. package/translations/pt.json +10 -0
  414. package/translations/sk.json +10 -0
  415. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.mjs +0 -11
  416. package/esm2022/libs/ui/elements/src/lib/search-results-error/search-results-error.component.mjs +0 -29
  417. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts +0 -6
  418. 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
  419. package/libs/ui/elements/src/lib/search-results-error/search-results-error.component.d.ts +0 -15
  420. package/libs/ui/elements/src/lib/search-results-error/search-results-error.component.d.ts.map +0 -1
  421. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.html +0 -1
  422. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.ts +0 -10
  423. /package/src/libs/feature/editor/src/lib/components/record-form/form-field/{form-field-temporal-extent/form-field-temporal-extent.component.css → form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.css} +0 -0
  424. /package/src/libs/ui/elements/src/lib/{search-results-error/search-results-error.component.css → error/error.component.css} +0 -0
@@ -20,6 +20,7 @@
20
20
  "dashboard.createRecord": "New record",
21
21
  "dashboard.labels.mySpace": "My space",
22
22
  "dashboard.records.all": "Metadata records",
23
+ "dashboard.records.hasDraft": "draft",
23
24
  "dashboard.records.myDraft": "My drafts",
24
25
  "dashboard.records.myLibrary": "My library",
25
26
  "dashboard.records.myOrg": "Organization",
@@ -156,6 +157,11 @@
156
157
  "editor.record.form.license.pddl": "Open Data Commons PDDL",
157
158
  "editor.record.form.license.unknown": "Unknown or absent",
158
159
  "editor.record.form.resourceUpdated": "Last update date",
160
+ "editor.record.form.temporalExtents": "Temporal extent",
161
+ "editor.record.form.temporalExtents.addDate": "Time instant",
162
+ "editor.record.form.temporalExtents.addRange": "Time period",
163
+ "editor.record.form.temporalExtents.date": "Date",
164
+ "editor.record.form.temporalExtents.range": "Date range",
159
165
  "editor.record.form.updateFrequency": "Update frequency",
160
166
  "editor.record.form.updateFrequency.planned": "The data should be updated regularly.",
161
167
  "editor.record.loadError.body": "The record could not be loaded:",
@@ -167,6 +173,9 @@
167
173
  "editor.record.publishError.title": "Error publishing record",
168
174
  "editor.record.publishSuccess.body": "The record was successfully published!",
169
175
  "editor.record.publishSuccess.title": "Publish success",
176
+ "editor.record.saveStatus.asDraftOnly": "Saved as draft only - not published yet",
177
+ "editor.record.saveStatus.draftWithChangesPending": "Saved as draft - changes are pending",
178
+ "editor.record.saveStatus.recordUpToDate": "Record is up to date",
170
179
  "editor.record.upToDate": "This record is up to date",
171
180
  "externalviewer.dataset.unnamed": "Datahub layer",
172
181
  "facets.block.title.OrgForResource": "Organisation",
@@ -334,6 +343,7 @@
334
343
  "search.autocomplete.error": "Suggestions could not be fetched:",
335
344
  "search.error.couldNotReachApi": "The API could not be reached",
336
345
  "search.error.receivedError": "An error was received",
346
+ "search.error.recordHasnolink": "This record currently has no link yet, please come back later.",
337
347
  "search.error.recordNotFound": "The record with identifier \"{ id }\" could not be found.",
338
348
  "search.field.any.placeholder": "Search datasets ...",
339
349
  "search.field.sortBy": "Sort by:",
@@ -20,6 +20,7 @@
20
20
  "dashboard.createRecord": "",
21
21
  "dashboard.labels.mySpace": "Mi espacio",
22
22
  "dashboard.records.all": "Catálogo",
23
+ "dashboard.records.hasDraft": "",
23
24
  "dashboard.records.myDraft": "Mis borradores",
24
25
  "dashboard.records.myLibrary": "Mi biblioteca",
25
26
  "dashboard.records.myOrg": "Organización",
@@ -156,6 +157,11 @@
156
157
  "editor.record.form.license.pddl": "",
157
158
  "editor.record.form.license.unknown": "",
158
159
  "editor.record.form.resourceUpdated": "",
160
+ "editor.record.form.temporalExtents": "",
161
+ "editor.record.form.temporalExtents.addDate": "",
162
+ "editor.record.form.temporalExtents.addRange": "",
163
+ "editor.record.form.temporalExtents.date": "",
164
+ "editor.record.form.temporalExtents.range": "",
159
165
  "editor.record.form.updateFrequency": "",
160
166
  "editor.record.form.updateFrequency.planned": "",
161
167
  "editor.record.loadError.body": "",
@@ -167,6 +173,9 @@
167
173
  "editor.record.publishError.title": "",
168
174
  "editor.record.publishSuccess.body": "",
169
175
  "editor.record.publishSuccess.title": "",
176
+ "editor.record.saveStatus.asDraftOnly": "",
177
+ "editor.record.saveStatus.draftWithChangesPending": "",
178
+ "editor.record.saveStatus.recordUpToDate": "",
170
179
  "editor.record.upToDate": "",
171
180
  "externalviewer.dataset.unnamed": "",
172
181
  "facets.block.title.OrgForResource": "",
@@ -334,6 +343,7 @@
334
343
  "search.autocomplete.error": "",
335
344
  "search.error.couldNotReachApi": "",
336
345
  "search.error.receivedError": "",
346
+ "search.error.recordHasnolink": "",
337
347
  "search.error.recordNotFound": "",
338
348
  "search.field.any.placeholder": "",
339
349
  "search.field.sortBy": "",
@@ -20,6 +20,7 @@
20
20
  "dashboard.createRecord": "Nouvel enregistrement",
21
21
  "dashboard.labels.mySpace": "Mon espace",
22
22
  "dashboard.records.all": "Catalogue",
23
+ "dashboard.records.hasDraft": "brouillon",
23
24
  "dashboard.records.myDraft": "Mes brouillons",
24
25
  "dashboard.records.myLibrary": "Ma bibliothèque",
25
26
  "dashboard.records.myOrg": "Mon organisation",
@@ -156,6 +157,11 @@
156
157
  "editor.record.form.license.pddl": "",
157
158
  "editor.record.form.license.unknown": "Non-reconnue ou absente",
158
159
  "editor.record.form.resourceUpdated": "Date de dernière révision",
160
+ "editor.record.form.temporalExtents": "Étendue temporelle",
161
+ "editor.record.form.temporalExtents.addDate": "Date déterminée",
162
+ "editor.record.form.temporalExtents.addRange": "Période de temps",
163
+ "editor.record.form.temporalExtents.date": "Date concernée",
164
+ "editor.record.form.temporalExtents.range": "Période concernée",
159
165
  "editor.record.form.updateFrequency": "Fréquence de mise à jour",
160
166
  "editor.record.form.updateFrequency.planned": "Ces données doivent être mise à jour régulièrement.",
161
167
  "editor.record.loadError.body": "",
@@ -167,6 +173,9 @@
167
173
  "editor.record.publishError.title": "",
168
174
  "editor.record.publishSuccess.body": "",
169
175
  "editor.record.publishSuccess.title": "",
176
+ "editor.record.saveStatus.asDraftOnly": "Brouillon enregistré - fiche non publiée",
177
+ "editor.record.saveStatus.draftWithChangesPending": "Brouillon enregistré - modifications en cours",
178
+ "editor.record.saveStatus.recordUpToDate": "La fiche publiée est à jour",
170
179
  "editor.record.upToDate": "",
171
180
  "externalviewer.dataset.unnamed": "Couche du datahub",
172
181
  "facets.block.title.OrgForResource": "Organisation",
@@ -334,6 +343,7 @@
334
343
  "search.autocomplete.error": "Les suggestions ne peuvent pas être récupérées",
335
344
  "search.error.couldNotReachApi": "Problème de connexion à l'API",
336
345
  "search.error.receivedError": "Erreur retournée",
346
+ "search.error.recordHasnolink": "Ce dataset n'a pas encore de lien, réessayez plus tard s'il vous plaît.",
337
347
  "search.error.recordNotFound": "Cette donnée n'a pu être trouvée.",
338
348
  "search.field.any.placeholder": "Rechercher une donnée...",
339
349
  "search.field.sortBy": "Trier par :",
@@ -20,6 +20,7 @@
20
20
  "dashboard.createRecord": "Crea un record",
21
21
  "dashboard.labels.mySpace": "Il mio spazio",
22
22
  "dashboard.records.all": "Catalogo",
23
+ "dashboard.records.hasDraft": "",
23
24
  "dashboard.records.myDraft": "Le mie bozze",
24
25
  "dashboard.records.myLibrary": "La mia biblioteca",
25
26
  "dashboard.records.myOrg": "La mia organizzazione",
@@ -156,6 +157,11 @@
156
157
  "editor.record.form.license.pddl": "",
157
158
  "editor.record.form.license.unknown": "Non riconosciuta o assente",
158
159
  "editor.record.form.resourceUpdated": "",
160
+ "editor.record.form.temporalExtents": "",
161
+ "editor.record.form.temporalExtents.addDate": "",
162
+ "editor.record.form.temporalExtents.addRange": "",
163
+ "editor.record.form.temporalExtents.date": "",
164
+ "editor.record.form.temporalExtents.range": "",
159
165
  "editor.record.form.updateFrequency": "",
160
166
  "editor.record.form.updateFrequency.planned": "",
161
167
  "editor.record.loadError.body": "",
@@ -167,6 +173,9 @@
167
173
  "editor.record.publishError.title": "",
168
174
  "editor.record.publishSuccess.body": "",
169
175
  "editor.record.publishSuccess.title": "",
176
+ "editor.record.saveStatus.asDraftOnly": "",
177
+ "editor.record.saveStatus.draftWithChangesPending": "",
178
+ "editor.record.saveStatus.recordUpToDate": "",
170
179
  "editor.record.upToDate": "",
171
180
  "externalviewer.dataset.unnamed": "Layer del datahub",
172
181
  "facets.block.title.OrgForResource": "Organizzazione",
@@ -334,6 +343,7 @@
334
343
  "search.autocomplete.error": "Impossibile recuperare le suggerimenti",
335
344
  "search.error.couldNotReachApi": "Problema di connessione all'API",
336
345
  "search.error.receivedError": "Errore ricevuto",
346
+ "search.error.recordHasnolink": "",
337
347
  "search.error.recordNotFound": "Impossibile trovare questo dato",
338
348
  "search.field.any.placeholder": "Cerca un dato...",
339
349
  "search.field.sortBy": "Ordina per:",
@@ -20,6 +20,7 @@
20
20
  "dashboard.createRecord": "",
21
21
  "dashboard.labels.mySpace": "Mijn ruimte",
22
22
  "dashboard.records.all": "Catalogus",
23
+ "dashboard.records.hasDraft": "",
23
24
  "dashboard.records.myDraft": "Mijn concepten",
24
25
  "dashboard.records.myLibrary": "Mijn bibliotheek",
25
26
  "dashboard.records.myOrg": "Organisatie",
@@ -156,6 +157,11 @@
156
157
  "editor.record.form.license.pddl": "",
157
158
  "editor.record.form.license.unknown": "",
158
159
  "editor.record.form.resourceUpdated": "",
160
+ "editor.record.form.temporalExtents": "",
161
+ "editor.record.form.temporalExtents.addDate": "",
162
+ "editor.record.form.temporalExtents.addRange": "",
163
+ "editor.record.form.temporalExtents.date": "",
164
+ "editor.record.form.temporalExtents.range": "",
159
165
  "editor.record.form.updateFrequency": "",
160
166
  "editor.record.form.updateFrequency.planned": "",
161
167
  "editor.record.loadError.body": "",
@@ -167,6 +173,9 @@
167
173
  "editor.record.publishError.title": "",
168
174
  "editor.record.publishSuccess.body": "",
169
175
  "editor.record.publishSuccess.title": "",
176
+ "editor.record.saveStatus.asDraftOnly": "",
177
+ "editor.record.saveStatus.draftWithChangesPending": "",
178
+ "editor.record.saveStatus.recordUpToDate": "",
170
179
  "editor.record.upToDate": "",
171
180
  "externalviewer.dataset.unnamed": "",
172
181
  "facets.block.title.OrgForResource": "",
@@ -334,6 +343,7 @@
334
343
  "search.autocomplete.error": "",
335
344
  "search.error.couldNotReachApi": "",
336
345
  "search.error.receivedError": "",
346
+ "search.error.recordHasnolink": "",
337
347
  "search.error.recordNotFound": "",
338
348
  "search.field.any.placeholder": "",
339
349
  "search.field.sortBy": "",
@@ -20,6 +20,7 @@
20
20
  "dashboard.createRecord": "",
21
21
  "dashboard.labels.mySpace": "Meu espaço",
22
22
  "dashboard.records.all": "Catálogo",
23
+ "dashboard.records.hasDraft": "",
23
24
  "dashboard.records.myDraft": "Meus rascunhos",
24
25
  "dashboard.records.myLibrary": "Minha biblioteca",
25
26
  "dashboard.records.myOrg": "Organização",
@@ -156,6 +157,11 @@
156
157
  "editor.record.form.license.pddl": "",
157
158
  "editor.record.form.license.unknown": "",
158
159
  "editor.record.form.resourceUpdated": "",
160
+ "editor.record.form.temporalExtents": "",
161
+ "editor.record.form.temporalExtents.addDate": "",
162
+ "editor.record.form.temporalExtents.addRange": "",
163
+ "editor.record.form.temporalExtents.date": "",
164
+ "editor.record.form.temporalExtents.range": "",
159
165
  "editor.record.form.updateFrequency": "",
160
166
  "editor.record.form.updateFrequency.planned": "",
161
167
  "editor.record.loadError.body": "",
@@ -167,6 +173,9 @@
167
173
  "editor.record.publishError.title": "",
168
174
  "editor.record.publishSuccess.body": "",
169
175
  "editor.record.publishSuccess.title": "",
176
+ "editor.record.saveStatus.asDraftOnly": "",
177
+ "editor.record.saveStatus.draftWithChangesPending": "",
178
+ "editor.record.saveStatus.recordUpToDate": "",
170
179
  "editor.record.upToDate": "",
171
180
  "externalviewer.dataset.unnamed": "",
172
181
  "facets.block.title.OrgForResource": "",
@@ -334,6 +343,7 @@
334
343
  "search.autocomplete.error": "",
335
344
  "search.error.couldNotReachApi": "",
336
345
  "search.error.receivedError": "",
346
+ "search.error.recordHasnolink": "",
337
347
  "search.error.recordNotFound": "",
338
348
  "search.field.any.placeholder": "",
339
349
  "search.field.sortBy": "",
@@ -20,6 +20,7 @@
20
20
  "dashboard.createRecord": "",
21
21
  "dashboard.labels.mySpace": "Môj priestor",
22
22
  "dashboard.records.all": "Katalóg",
23
+ "dashboard.records.hasDraft": "",
23
24
  "dashboard.records.myDraft": "Moje koncepty",
24
25
  "dashboard.records.myLibrary": "Moja knižnica",
25
26
  "dashboard.records.myOrg": "Organizácia",
@@ -156,6 +157,11 @@
156
157
  "editor.record.form.license.pddl": "",
157
158
  "editor.record.form.license.unknown": "Neznáme alebo chýbajúce",
158
159
  "editor.record.form.resourceUpdated": "",
160
+ "editor.record.form.temporalExtents": "",
161
+ "editor.record.form.temporalExtents.addDate": "",
162
+ "editor.record.form.temporalExtents.addRange": "",
163
+ "editor.record.form.temporalExtents.date": "",
164
+ "editor.record.form.temporalExtents.range": "",
159
165
  "editor.record.form.updateFrequency": "",
160
166
  "editor.record.form.updateFrequency.planned": "",
161
167
  "editor.record.loadError.body": "",
@@ -167,6 +173,9 @@
167
173
  "editor.record.publishError.title": "",
168
174
  "editor.record.publishSuccess.body": "",
169
175
  "editor.record.publishSuccess.title": "",
176
+ "editor.record.saveStatus.asDraftOnly": "",
177
+ "editor.record.saveStatus.draftWithChangesPending": "",
178
+ "editor.record.saveStatus.recordUpToDate": "",
170
179
  "editor.record.upToDate": "",
171
180
  "externalviewer.dataset.unnamed": "",
172
181
  "facets.block.title.OrgForResource": "Organizácia",
@@ -334,6 +343,7 @@
334
343
  "search.autocomplete.error": "Návrhy sa nepodarilo načítať:",
335
344
  "search.error.couldNotReachApi": "K rozhraniu API sa nepodarilo pripojiť",
336
345
  "search.error.receivedError": "Bola zaznamenaná chyba",
346
+ "search.error.recordHasnolink": "",
337
347
  "search.error.recordNotFound": "Záznam s identifikátorom \"{ id }\" sa nepodarilo nájsť.",
338
348
  "search.field.any.placeholder": "Hľadať datasety ...",
339
349
  "search.field.sortBy": "Zoradiť podľa:",
@@ -1,11 +0,0 @@
1
- import { ChangeDetectionStrategy, Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class FormFieldTemporalExtentComponent {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: FormFieldTemporalExtentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: FormFieldTemporalExtentComponent, isStandalone: true, selector: "gn-ui-form-field-temporal-extent", ngImport: i0, template: "<p>form-field-temporal-extent works!</p>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6
- }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: FormFieldTemporalExtentComponent, decorators: [{
8
- type: Component,
9
- args: [{ selector: 'gn-ui-form-field-temporal-extent', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, template: "<p>form-field-temporal-extent works!</p>\n" }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC10ZW1wb3JhbC1leHRlbnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mZWF0dXJlL2VkaXRvci9zcmMvbGliL2NvbXBvbmVudHMvcmVjb3JkLWZvcm0vZm9ybS1maWVsZC9mb3JtLWZpZWxkLXRlbXBvcmFsLWV4dGVudC9mb3JtLWZpZWxkLXRlbXBvcmFsLWV4dGVudC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvZWRpdG9yL3NyYy9saWIvY29tcG9uZW50cy9yZWNvcmQtZm9ybS9mb3JtLWZpZWxkL2Zvcm0tZmllbGQtdGVtcG9yYWwtZXh0ZW50L2Zvcm0tZmllbGQtdGVtcG9yYWwtZXh0ZW50LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUE7O0FBU2xFLE1BQU0sT0FBTyxnQ0FBZ0M7OEdBQWhDLGdDQUFnQztrR0FBaEMsZ0NBQWdDLDRGQ1Q3Qyw0Q0FDQTs7MkZEUWEsZ0NBQWdDO2tCQVA1QyxTQUFTOytCQUNFLGtDQUFrQyxtQkFHM0IsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2duLXVpLWZvcm0tZmllbGQtdGVtcG9yYWwtZXh0ZW50JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Zvcm0tZmllbGQtdGVtcG9yYWwtZXh0ZW50LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZm9ybS1maWVsZC10ZW1wb3JhbC1leHRlbnQuY29tcG9uZW50LmNzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgRm9ybUZpZWxkVGVtcG9yYWxFeHRlbnRDb21wb25lbnQge31cbiIsIjxwPmZvcm0tZmllbGQtdGVtcG9yYWwtZXh0ZW50IHdvcmtzITwvcD5cbiJdfQ==
@@ -1,29 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "@angular/material/icon";
5
- import * as i3 from "@ngx-translate/core";
6
- export var ErrorType;
7
- (function (ErrorType) {
8
- ErrorType[ErrorType["COULD_NOT_REACH_API"] = 0] = "COULD_NOT_REACH_API";
9
- ErrorType[ErrorType["RECEIVED_ERROR"] = 1] = "RECEIVED_ERROR";
10
- ErrorType[ErrorType["RECORD_NOT_FOUND"] = 2] = "RECORD_NOT_FOUND";
11
- })(ErrorType || (ErrorType = {}));
12
- export class SearchResultsErrorComponent {
13
- constructor() {
14
- this.types = ErrorType;
15
- }
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: SearchResultsErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: SearchResultsErrorComponent, selector: "gn-ui-search-results-error", inputs: { type: "type", error: "error", recordId: "recordId" }, ngImport: i0, template: "<div\n class=\"p-[1.7em] bg-red-50 text-red-800 text-[1.5em] text-center rounded-lg\"\n>\n <div *ngIf=\"type === types.COULD_NOT_REACH_API\">\n <div class=\"relative opacity-40\">\n <mat-icon class=\"material-symbols-outlined face\">face</mat-icon>\n <mat-icon class=\"material-symbols-outlined question-mark1\"\n >question_mark</mat-icon\n >\n <mat-icon class=\"material-symbols-outlined question-mark2\"\n >question_mark</mat-icon\n >\n </div>\n <div translate>search.error.couldNotReachApi</div>\n </div>\n <div *ngIf=\"type === types.RECEIVED_ERROR\">\n <div class=\"relative opacity-40\">\n <mat-icon class=\"material-symbols-outlined face\">mood_bad</mat-icon>\n </div>\n <div translate>search.error.receivedError</div>\n <div *ngIf=\"error\">{{ error }}</div>\n </div>\n <div *ngIf=\"type === types.RECORD_NOT_FOUND\">\n <div class=\"relative opacity-40\">\n <mat-icon class=\"material-symbols-outlined computer\">computer</mat-icon>\n <mat-icon class=\"material-symbols-outlined computer-question-mark\"\n >question_mark</mat-icon\n >\n </div>\n <div translate [translateParams]=\"{ id: recordId }\">\n search.error.recordNotFound\n </div>\n <div *ngIf=\"error\">{{ error }}</div>\n </div>\n</div>\n", styles: ["mat-icon{width:auto;height:auto}mat-icon.face{font-size:3em}mat-icon.question-mark1{position:absolute;bottom:1.1em;left:calc(50% + .7em);font-size:1.7em}mat-icon.question-mark2{position:absolute;bottom:1.6em;left:calc(50% + 1.6em);font-size:1.4em}.computer{font-size:3em}.computer-question-mark{position:absolute;top:.6em;left:calc(50% - .5em);font-size:1.2em}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i3.TranslateDirective, selector: "[translate],[ngx-translate]", inputs: ["translate", "translateParams"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
18
- }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: SearchResultsErrorComponent, decorators: [{
20
- type: Component,
21
- args: [{ selector: 'gn-ui-search-results-error', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\n class=\"p-[1.7em] bg-red-50 text-red-800 text-[1.5em] text-center rounded-lg\"\n>\n <div *ngIf=\"type === types.COULD_NOT_REACH_API\">\n <div class=\"relative opacity-40\">\n <mat-icon class=\"material-symbols-outlined face\">face</mat-icon>\n <mat-icon class=\"material-symbols-outlined question-mark1\"\n >question_mark</mat-icon\n >\n <mat-icon class=\"material-symbols-outlined question-mark2\"\n >question_mark</mat-icon\n >\n </div>\n <div translate>search.error.couldNotReachApi</div>\n </div>\n <div *ngIf=\"type === types.RECEIVED_ERROR\">\n <div class=\"relative opacity-40\">\n <mat-icon class=\"material-symbols-outlined face\">mood_bad</mat-icon>\n </div>\n <div translate>search.error.receivedError</div>\n <div *ngIf=\"error\">{{ error }}</div>\n </div>\n <div *ngIf=\"type === types.RECORD_NOT_FOUND\">\n <div class=\"relative opacity-40\">\n <mat-icon class=\"material-symbols-outlined computer\">computer</mat-icon>\n <mat-icon class=\"material-symbols-outlined computer-question-mark\"\n >question_mark</mat-icon\n >\n </div>\n <div translate [translateParams]=\"{ id: recordId }\">\n search.error.recordNotFound\n </div>\n <div *ngIf=\"error\">{{ error }}</div>\n </div>\n</div>\n", styles: ["mat-icon{width:auto;height:auto}mat-icon.face{font-size:3em}mat-icon.question-mark1{position:absolute;bottom:1.1em;left:calc(50% + .7em);font-size:1.7em}mat-icon.question-mark2{position:absolute;bottom:1.6em;left:calc(50% + 1.6em);font-size:1.4em}.computer{font-size:3em}.computer-question-mark{position:absolute;top:.6em;left:calc(50% - .5em);font-size:1.2em}\n"] }]
22
- }], propDecorators: { type: [{
23
- type: Input
24
- }], error: [{
25
- type: Input
26
- }], recordId: [{
27
- type: Input
28
- }] } });
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhcmNoLXJlc3VsdHMtZXJyb3IuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9lbGVtZW50cy9zcmMvbGliL3NlYXJjaC1yZXN1bHRzLWVycm9yL3NlYXJjaC1yZXN1bHRzLWVycm9yLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvZWxlbWVudHMvc3JjL2xpYi9zZWFyY2gtcmVzdWx0cy1lcnJvci9zZWFyY2gtcmVzdWx0cy1lcnJvci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQTs7Ozs7QUFFekUsTUFBTSxDQUFOLElBQVksU0FJWDtBQUpELFdBQVksU0FBUztJQUNuQix1RUFBbUIsQ0FBQTtJQUNuQiw2REFBYyxDQUFBO0lBQ2QsaUVBQWdCLENBQUE7QUFDbEIsQ0FBQyxFQUpXLFNBQVMsS0FBVCxTQUFTLFFBSXBCO0FBUUQsTUFBTSxPQUFPLDJCQUEyQjtJQU54QztRQVVFLFVBQUssR0FBRyxTQUFTLENBQUE7S0FDbEI7OEdBTFksMkJBQTJCO2tHQUEzQiwyQkFBMkIsa0lDZHhDLDJ5Q0FtQ0E7OzJGRHJCYSwyQkFBMkI7a0JBTnZDLFNBQVM7K0JBQ0UsNEJBQTRCLG1CQUdyQix1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5cbmV4cG9ydCBlbnVtIEVycm9yVHlwZSB7XG4gIENPVUxEX05PVF9SRUFDSF9BUEksXG4gIFJFQ0VJVkVEX0VSUk9SLFxuICBSRUNPUkRfTk9UX0ZPVU5ELFxufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdnbi11aS1zZWFyY2gtcmVzdWx0cy1lcnJvcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9zZWFyY2gtcmVzdWx0cy1lcnJvci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3NlYXJjaC1yZXN1bHRzLWVycm9yLmNvbXBvbmVudC5jc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFNlYXJjaFJlc3VsdHNFcnJvckNvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHR5cGUhOiBFcnJvclR5cGVcbiAgQElucHV0KCkgZXJyb3I/OiBzdHJpbmdcbiAgQElucHV0KCkgcmVjb3JkSWQ/OiBzdHJpbmdcbiAgdHlwZXMgPSBFcnJvclR5cGVcbn1cbiIsIjxkaXZcbiAgY2xhc3M9XCJwLVsxLjdlbV0gYmctcmVkLTUwIHRleHQtcmVkLTgwMCB0ZXh0LVsxLjVlbV0gdGV4dC1jZW50ZXIgcm91bmRlZC1sZ1wiXG4+XG4gIDxkaXYgKm5nSWY9XCJ0eXBlID09PSB0eXBlcy5DT1VMRF9OT1RfUkVBQ0hfQVBJXCI+XG4gICAgPGRpdiBjbGFzcz1cInJlbGF0aXZlIG9wYWNpdHktNDBcIj5cbiAgICAgIDxtYXQtaWNvbiBjbGFzcz1cIm1hdGVyaWFsLXN5bWJvbHMtb3V0bGluZWQgZmFjZVwiPmZhY2U8L21hdC1pY29uPlxuICAgICAgPG1hdC1pY29uIGNsYXNzPVwibWF0ZXJpYWwtc3ltYm9scy1vdXRsaW5lZCBxdWVzdGlvbi1tYXJrMVwiXG4gICAgICAgID5xdWVzdGlvbl9tYXJrPC9tYXQtaWNvblxuICAgICAgPlxuICAgICAgPG1hdC1pY29uIGNsYXNzPVwibWF0ZXJpYWwtc3ltYm9scy1vdXRsaW5lZCBxdWVzdGlvbi1tYXJrMlwiXG4gICAgICAgID5xdWVzdGlvbl9tYXJrPC9tYXQtaWNvblxuICAgICAgPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgdHJhbnNsYXRlPnNlYXJjaC5lcnJvci5jb3VsZE5vdFJlYWNoQXBpPC9kaXY+XG4gIDwvZGl2PlxuICA8ZGl2ICpuZ0lmPVwidHlwZSA9PT0gdHlwZXMuUkVDRUlWRURfRVJST1JcIj5cbiAgICA8ZGl2IGNsYXNzPVwicmVsYXRpdmUgb3BhY2l0eS00MFwiPlxuICAgICAgPG1hdC1pY29uIGNsYXNzPVwibWF0ZXJpYWwtc3ltYm9scy1vdXRsaW5lZCBmYWNlXCI+bW9vZF9iYWQ8L21hdC1pY29uPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgdHJhbnNsYXRlPnNlYXJjaC5lcnJvci5yZWNlaXZlZEVycm9yPC9kaXY+XG4gICAgPGRpdiAqbmdJZj1cImVycm9yXCI+e3sgZXJyb3IgfX08L2Rpdj5cbiAgPC9kaXY+XG4gIDxkaXYgKm5nSWY9XCJ0eXBlID09PSB0eXBlcy5SRUNPUkRfTk9UX0ZPVU5EXCI+XG4gICAgPGRpdiBjbGFzcz1cInJlbGF0aXZlIG9wYWNpdHktNDBcIj5cbiAgICAgIDxtYXQtaWNvbiBjbGFzcz1cIm1hdGVyaWFsLXN5bWJvbHMtb3V0bGluZWQgY29tcHV0ZXJcIj5jb21wdXRlcjwvbWF0LWljb24+XG4gICAgICA8bWF0LWljb24gY2xhc3M9XCJtYXRlcmlhbC1zeW1ib2xzLW91dGxpbmVkIGNvbXB1dGVyLXF1ZXN0aW9uLW1hcmtcIlxuICAgICAgICA+cXVlc3Rpb25fbWFyazwvbWF0LWljb25cbiAgICAgID5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IHRyYW5zbGF0ZSBbdHJhbnNsYXRlUGFyYW1zXT1cInsgaWQ6IHJlY29yZElkIH1cIj5cbiAgICAgIHNlYXJjaC5lcnJvci5yZWNvcmROb3RGb3VuZFxuICAgIDwvZGl2PlxuICAgIDxkaXYgKm5nSWY9XCJlcnJvclwiPnt7IGVycm9yIH19PC9kaXY+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
@@ -1,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,15 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare enum ErrorType {
3
- COULD_NOT_REACH_API = 0,
4
- RECEIVED_ERROR = 1,
5
- RECORD_NOT_FOUND = 2
6
- }
7
- export declare class SearchResultsErrorComponent {
8
- type: ErrorType;
9
- error?: string;
10
- recordId?: string;
11
- types: typeof ErrorType;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<SearchResultsErrorComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsErrorComponent, "gn-ui-search-results-error", never, { "type": { "alias": "type"; "required": false; }; "error": { "alias": "error"; "required": false; }; "recordId": { "alias": "recordId"; "required": false; }; }, {}, never, never, false, never>;
14
- }
15
- //# sourceMappingURL=search-results-error.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"search-results-error.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/search-results-error/search-results-error.component.ts"],"names":[],"mappings":";AAEA,oBAAY,SAAS;IACnB,mBAAmB,IAAA;IACnB,cAAc,IAAA;IACd,gBAAgB,IAAA;CACjB;AAED,qBAMa,2BAA2B;IAC7B,IAAI,EAAG,SAAS,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IAC1B,KAAK,mBAAY;yCAJN,2BAA2B;2CAA3B,2BAA2B;CAKvC"}
@@ -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 {}