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

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 (453) 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/gn4/types/index.mjs +2 -1
  5. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.mjs +2 -0
  6. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +1 -1
  7. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.mjs +1 -1
  8. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +1 -1
  9. package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +4 -4
  10. package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +4 -4
  11. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +4 -4
  12. package/esm2022/libs/api/repository/src/lib/gn4/favorites/favorites.service.mjs +4 -4
  13. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +17 -8
  14. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +4 -4
  15. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +4 -4
  16. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +14 -6
  17. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +36 -16
  18. package/esm2022/libs/api/repository/src/lib/gn4/selection/selection.service.mjs +4 -4
  19. package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +4 -4
  20. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  21. package/esm2022/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.mjs +1 -1
  22. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  23. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
  24. package/esm2022/libs/data-access/gn4/src/openapi/api/atom.api.service.mjs +4 -4
  25. package/esm2022/libs/data-access/gn4/src/openapi/api/customstyle.api.service.mjs +4 -4
  26. package/esm2022/libs/data-access/gn4/src/openapi/api/formatters.api.service.mjs +4 -4
  27. package/esm2022/libs/data-access/gn4/src/openapi/api/groups.api.service.mjs +4 -4
  28. package/esm2022/libs/data-access/gn4/src/openapi/api/harvesters.api.service.mjs +4 -4
  29. package/esm2022/libs/data-access/gn4/src/openapi/api/identifiers.api.service.mjs +4 -4
  30. package/esm2022/libs/data-access/gn4/src/openapi/api/languages.api.service.mjs +4 -4
  31. package/esm2022/libs/data-access/gn4/src/openapi/api/links.api.service.mjs +4 -4
  32. package/esm2022/libs/data-access/gn4/src/openapi/api/logos.api.service.mjs +4 -4
  33. package/esm2022/libs/data-access/gn4/src/openapi/api/mapservers.api.service.mjs +4 -4
  34. package/esm2022/libs/data-access/gn4/src/openapi/api/mapservices.api.service.mjs +4 -4
  35. package/esm2022/libs/data-access/gn4/src/openapi/api/me.api.service.mjs +4 -4
  36. package/esm2022/libs/data-access/gn4/src/openapi/api/operations.api.service.mjs +4 -4
  37. package/esm2022/libs/data-access/gn4/src/openapi/api/pages.api.service.mjs +4 -4
  38. package/esm2022/libs/data-access/gn4/src/openapi/api/processes.api.service.mjs +4 -4
  39. package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +4 -4
  40. package/esm2022/libs/data-access/gn4/src/openapi/api/regions.api.service.mjs +4 -4
  41. package/esm2022/libs/data-access/gn4/src/openapi/api/registries.api.service.mjs +4 -4
  42. package/esm2022/libs/data-access/gn4/src/openapi/api/related.api.service.mjs +4 -4
  43. package/esm2022/libs/data-access/gn4/src/openapi/api/search.api.service.mjs +4 -4
  44. package/esm2022/libs/data-access/gn4/src/openapi/api/selections.api.service.mjs +4 -4
  45. package/esm2022/libs/data-access/gn4/src/openapi/api/site.api.service.mjs +4 -4
  46. package/esm2022/libs/data-access/gn4/src/openapi/api/sources.api.service.mjs +4 -4
  47. package/esm2022/libs/data-access/gn4/src/openapi/api/standards.api.service.mjs +4 -4
  48. package/esm2022/libs/data-access/gn4/src/openapi/api/status.api.service.mjs +4 -4
  49. package/esm2022/libs/data-access/gn4/src/openapi/api/tags.api.service.mjs +4 -4
  50. package/esm2022/libs/data-access/gn4/src/openapi/api/tools.api.service.mjs +4 -4
  51. package/esm2022/libs/data-access/gn4/src/openapi/api/ui.api.service.mjs +4 -4
  52. package/esm2022/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.mjs +4 -4
  53. package/esm2022/libs/data-access/gn4/src/openapi/api/users.api.service.mjs +4 -4
  54. package/esm2022/libs/data-access/gn4/src/openapi/api/usersearches.api.service.mjs +4 -4
  55. package/esm2022/libs/data-access/gn4/src/openapi/api/userselections.api.service.mjs +4 -4
  56. package/esm2022/libs/data-access/gn4/src/openapi/api.module.mjs +5 -5
  57. package/esm2022/libs/feature/auth/src/lib/feature-auth.module.mjs +5 -5
  58. package/esm2022/libs/feature/catalog/src/lib/feature-catalog.module.mjs +5 -5
  59. package/esm2022/libs/feature/catalog/src/lib/my-org/my-org.service.mjs +4 -4
  60. package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +4 -4
  61. package/esm2022/libs/feature/catalog/src/lib/records/records.service.mjs +4 -4
  62. package/esm2022/libs/feature/catalog/src/lib/site-title/site-title.component.mjs +4 -4
  63. package/esm2022/libs/feature/catalog/src/lib/source-label/source-label.component.mjs +4 -4
  64. package/esm2022/libs/feature/catalog/src/lib/sources/sources.service.mjs +4 -4
  65. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +7 -7
  66. package/esm2022/libs/feature/dataviz/src/lib/feature-dataviz.module.mjs +11 -8
  67. package/esm2022/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.mjs +4 -4
  68. package/esm2022/libs/feature/dataviz/src/lib/figure/figure.service.mjs +4 -4
  69. package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +4 -4
  70. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +4 -4
  71. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +4 -4
  72. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +2 -1
  73. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +9 -7
  74. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +5 -4
  75. package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +2 -2
  76. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +4 -4
  77. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +4 -4
  78. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +57 -0
  79. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +4 -4
  80. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +4 -4
  81. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.mjs +4 -4
  82. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +4 -4
  83. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +4 -4
  84. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +4 -4
  85. 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
  86. 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
  87. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +105 -0
  88. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +67 -53
  89. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +24 -44
  90. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +5 -2
  91. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +4 -4
  92. package/esm2022/libs/feature/editor/src/lib/components/wizard/wizard.component.mjs +4 -4
  93. package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +4 -4
  94. package/esm2022/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.mjs +4 -4
  95. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +7 -6
  96. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +15 -1
  97. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +15 -9
  98. package/esm2022/libs/feature/editor/src/lib/services/wizard.service.mjs +4 -4
  99. package/esm2022/libs/feature/map/src/lib/+state/map.effects.mjs +4 -4
  100. package/esm2022/libs/feature/map/src/lib/+state/map.facade.mjs +4 -4
  101. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +4 -4
  102. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +4 -4
  103. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +4 -4
  104. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +4 -4
  105. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +4 -4
  106. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +4 -4
  107. package/esm2022/libs/feature/map/src/lib/feature-info/feature-info.service.mjs +4 -4
  108. package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +5 -5
  109. package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +4 -4
  110. package/esm2022/libs/feature/map/src/lib/geocoding.service.mjs +4 -4
  111. package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +4 -4
  112. package/esm2022/libs/feature/map/src/lib/manager/map-instance.directive.mjs +4 -4
  113. package/esm2022/libs/feature/map/src/lib/manager/map-manager.service.mjs +4 -4
  114. package/esm2022/libs/feature/map/src/lib/map-container/map-container.component.mjs +4 -4
  115. package/esm2022/libs/feature/map/src/lib/map-context/component/map-context.component.mjs +4 -4
  116. package/esm2022/libs/feature/map/src/lib/map-context/map-context.service.mjs +4 -4
  117. package/esm2022/libs/feature/map/src/lib/style/map-style.service.mjs +4 -4
  118. package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +4 -4
  119. package/esm2022/libs/feature/notifications/src/lib/feature-notifications.module.mjs +5 -5
  120. package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +4 -4
  121. package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +4 -4
  122. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +4 -4
  123. package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +4 -4
  124. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +4 -4
  125. package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +4 -4
  126. package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +4 -4
  127. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +11 -8
  128. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +6 -6
  129. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +4 -4
  130. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +7 -14
  131. package/esm2022/libs/feature/router/src/lib/default/container/search-router.container.directive.mjs +4 -4
  132. package/esm2022/libs/feature/router/src/lib/default/router.module.mjs +5 -5
  133. package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +4 -4
  134. package/esm2022/libs/feature/router/src/lib/default/services/router-search.service.mjs +4 -4
  135. package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +4 -4
  136. package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +4 -4
  137. package/esm2022/libs/feature/search/src/index.mjs +2 -2
  138. package/esm2022/libs/feature/search/src/lib/facets/facets-container/facets-container.component.mjs +4 -4
  139. package/esm2022/libs/feature/search/src/lib/facets/facets.module.mjs +5 -5
  140. package/esm2022/libs/feature/search/src/lib/facets/facets.service.mjs +4 -4
  141. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +4 -4
  142. package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +11 -8
  143. package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +4 -4
  144. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +5 -5
  145. package/esm2022/libs/feature/search/src/lib/records-metrics/records-metrics.component.mjs +4 -4
  146. package/esm2022/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.mjs +4 -4
  147. package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +4 -4
  148. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +4 -4
  149. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +49 -0
  150. package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +4 -4
  151. package/esm2022/libs/feature/search/src/lib/state/container/search-state.container.directive.mjs +4 -4
  152. package/esm2022/libs/feature/search/src/lib/state/effects.mjs +4 -4
  153. package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +4 -4
  154. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +4 -4
  155. package/esm2022/libs/feature/search/src/lib/utils/service/search.service.mjs +4 -4
  156. package/esm2022/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.mjs +4 -4
  157. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +4 -4
  158. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +4 -4
  159. package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +4 -4
  160. package/esm2022/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.mjs +4 -4
  161. package/esm2022/libs/ui/catalog/src/lib/ui-catalog.module.mjs +5 -5
  162. package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +4 -4
  163. package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +4 -4
  164. package/esm2022/libs/ui/dataviz/src/lib/table/table.component.mjs +4 -4
  165. package/esm2022/libs/ui/dataviz/src/lib/ui-dataviz.module.mjs +5 -5
  166. package/esm2022/libs/ui/elements/src/index.mjs +4 -3
  167. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +4 -4
  168. package/esm2022/libs/ui/elements/src/lib/avatar/avatar.component.mjs +4 -4
  169. package/esm2022/libs/ui/elements/src/lib/content-ghost/content-ghost.component.mjs +4 -4
  170. package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +4 -4
  171. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +4 -4
  172. package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +4 -4
  173. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +4 -4
  174. package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +4 -4
  175. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +4 -4
  176. package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +4 -4
  177. package/esm2022/libs/ui/elements/src/lib/max-lines/max-lines.component.mjs +4 -4
  178. package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +4 -4
  179. package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +4 -4
  180. package/esm2022/libs/ui/elements/src/lib/metadata-info/linkify.directive.mjs +4 -4
  181. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +7 -7
  182. package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +4 -4
  183. package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +4 -4
  184. package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +4 -4
  185. package/esm2022/libs/ui/elements/src/lib/pagination/pagination.component.mjs +4 -4
  186. package/esm2022/libs/ui/elements/src/lib/pagination-buttons/pagination-buttons.component.mjs +4 -4
  187. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +4 -4
  188. package/esm2022/libs/ui/elements/src/lib/related-record-card/related-record-card.component.mjs +4 -4
  189. package/esm2022/libs/ui/elements/src/lib/sortable-list/sortable-list.component.mjs +43 -0
  190. package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +4 -4
  191. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +7 -7
  192. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +4 -4
  193. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +4 -4
  194. package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +4 -4
  195. package/esm2022/libs/ui/inputs/src/index.mjs +2 -1
  196. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +61 -28
  197. package/esm2022/libs/ui/inputs/src/lib/badge/badge.component.mjs +28 -0
  198. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +4 -4
  199. package/esm2022/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.mjs +4 -4
  200. package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +4 -4
  201. package/esm2022/libs/ui/inputs/src/lib/chips-input/chips-input.component.mjs +4 -4
  202. package/esm2022/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.mjs +4 -4
  203. package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +6 -6
  204. package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +19 -13
  205. package/esm2022/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.mjs +4 -4
  206. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +4 -4
  207. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +4 -4
  208. package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +4 -4
  209. package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +4 -4
  210. package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +4 -4
  211. package/esm2022/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.mjs +4 -4
  212. package/esm2022/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +4 -4
  213. package/esm2022/libs/ui/inputs/src/lib/search-input/search-input.component.mjs +4 -4
  214. package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +4 -4
  215. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +4 -4
  216. package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +4 -4
  217. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +14 -13
  218. package/esm2022/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.mjs +4 -4
  219. package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +4 -4
  220. package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +4 -4
  221. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +4 -4
  222. package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +4 -4
  223. package/esm2022/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.mjs +4 -4
  224. package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +4 -4
  225. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.mjs +4 -4
  226. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +4 -4
  227. package/esm2022/libs/ui/layout/src/lib/sticky-header/sticky-header.component.mjs +4 -4
  228. package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +5 -5
  229. package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +4 -4
  230. package/esm2022/libs/ui/map/src/lib/components/map/map.component.mjs +4 -4
  231. package/esm2022/libs/ui/map/src/lib/ui-map.module.mjs +5 -5
  232. package/esm2022/libs/ui/search/src/index.mjs +2 -1
  233. package/esm2022/libs/ui/search/src/lib/facets/facet-block/facet-block.component.mjs +7 -7
  234. package/esm2022/libs/ui/search/src/lib/facets/facet-item/facet-item.component.mjs +7 -7
  235. package/esm2022/libs/ui/search/src/lib/facets/facet-list/facet-list.component.mjs +4 -4
  236. package/esm2022/libs/ui/search/src/lib/facets/facets.module.mjs +5 -5
  237. package/esm2022/libs/ui/search/src/lib/record-metric/record-metric.component.mjs +4 -4
  238. package/esm2022/libs/ui/search/src/lib/record-preview/record-preview.component.mjs +4 -4
  239. package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +4 -4
  240. package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +4 -4
  241. package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +4 -4
  242. package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +4 -4
  243. package/esm2022/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.mjs +4 -4
  244. package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +4 -4
  245. package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +4 -4
  246. package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +4 -4
  247. package/esm2022/libs/ui/search/src/lib/results-list-item/results-list-item.component.mjs +4 -4
  248. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +120 -0
  249. package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +5 -5
  250. package/esm2022/libs/ui/widgets/src/index.mjs +1 -2
  251. package/esm2022/libs/ui/widgets/src/lib/color-scale/color-scale.component.mjs +4 -4
  252. package/esm2022/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.mjs +4 -4
  253. package/esm2022/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.mjs +7 -5
  254. package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +4 -4
  255. package/esm2022/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.mjs +4 -4
  256. package/esm2022/libs/ui/widgets/src/lib/step-bar/step-bar.component.mjs +4 -4
  257. package/esm2022/libs/ui/widgets/src/lib/ui-widgets.module.mjs +5 -10
  258. package/esm2022/libs/util/i18n/src/lib/i18n.interceptor.mjs +4 -4
  259. package/esm2022/libs/util/i18n/src/lib/lang.service.mjs +4 -4
  260. package/esm2022/libs/util/i18n/src/lib/util-i18n.module.mjs +5 -5
  261. package/esm2022/libs/util/shared/src/lib/image-fallback.directive.mjs +4 -4
  262. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +4 -4
  263. package/esm2022/libs/util/shared/src/lib/services/log.service.mjs +4 -4
  264. package/esm2022/libs/util/shared/src/lib/services/proxy.service.mjs +4 -4
  265. package/esm2022/libs/util/shared/src/lib/services/theme.service.mjs +4 -4
  266. package/esm2022/libs/util/shared/src/lib/util-shared.module.mjs +5 -5
  267. package/esm2022/translations/de.json +13 -1
  268. package/esm2022/translations/en.json +13 -1
  269. package/esm2022/translations/es.json +13 -1
  270. package/esm2022/translations/fr.json +13 -1
  271. package/esm2022/translations/it.json +13 -1
  272. package/esm2022/translations/nl.json +13 -1
  273. package/esm2022/translations/pt.json +13 -1
  274. package/fesm2022/geonetwork-ui.mjs +1713 -1312
  275. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  276. package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts +1 -0
  277. package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts.map +1 -1
  278. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts +31 -0
  279. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts.map +1 -0
  280. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +3 -2
  281. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  282. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts +1 -1
  283. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts.map +1 -1
  284. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +3 -2
  285. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  286. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +1 -0
  287. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  288. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +3 -3
  289. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +1 -1
  290. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +8 -5
  291. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  292. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +4 -7
  293. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  294. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts +12 -5
  295. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts.map +1 -1
  296. package/libs/common/domain/src/lib/platform.service.interface.d.ts +3 -3
  297. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  298. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +3 -1
  299. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
  300. package/libs/feature/dataviz/src/lib/feature-dataviz.module.d.ts +2 -1
  301. package/libs/feature/dataviz/src/lib/feature-dataviz.module.d.ts.map +1 -1
  302. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +1 -0
  303. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
  304. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +1 -1
  305. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -1
  306. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +1 -0
  307. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  308. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +25 -0
  309. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -0
  310. 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
  311. 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
  312. 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
  313. 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
  314. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts +31 -0
  315. 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
  316. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +6 -6
  317. 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
  318. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +7 -11
  319. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
  320. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +4 -1
  321. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
  322. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
  323. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  324. package/libs/feature/editor/src/lib/services/editor.service.d.ts +1 -1
  325. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
  326. package/libs/feature/record/src/lib/feature-record.module.d.ts +2 -1
  327. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
  328. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  329. package/libs/feature/search/src/index.d.ts +1 -1
  330. package/libs/feature/search/src/index.d.ts.map +1 -1
  331. package/libs/feature/search/src/lib/feature-search.module.d.ts +2 -1
  332. package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
  333. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +1 -1
  334. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +25 -0
  335. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -0
  336. package/libs/ui/elements/src/index.d.ts +3 -2
  337. package/libs/ui/elements/src/index.d.ts.map +1 -1
  338. package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts +22 -0
  339. package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts.map +1 -0
  340. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +1 -1
  341. package/libs/ui/inputs/src/index.d.ts +1 -0
  342. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  343. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +7 -4
  344. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +1 -1
  345. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts +11 -0
  346. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts.map +1 -0
  347. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +1 -1
  348. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts +4 -4
  349. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +1 -1
  350. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +35 -35
  351. package/libs/ui/search/src/index.d.ts +1 -0
  352. package/libs/ui/search/src/index.d.ts.map +1 -1
  353. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +30 -0
  354. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -0
  355. package/libs/ui/widgets/src/index.d.ts +0 -1
  356. package/libs/ui/widgets/src/index.d.ts.map +1 -1
  357. package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts +1 -1
  358. package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts.map +1 -1
  359. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts +10 -11
  360. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts.map +1 -1
  361. package/package.json +1 -1
  362. package/src/libs/api/metadata-converter/src/lib/gn4/types/index.ts +1 -0
  363. package/src/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.ts +31 -0
  364. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +2 -2
  365. package/src/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.ts +1 -1
  366. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +2 -2
  367. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +21 -8
  368. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +24 -3
  369. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +70 -21
  370. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +4 -9
  371. package/src/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.ts +13 -6
  372. package/src/libs/common/domain/src/lib/platform.service.interface.ts +3 -3
  373. package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +4 -1
  374. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +8 -0
  375. package/src/libs/feature/dataviz/src/lib/feature-dataviz.module.ts +2 -1
  376. package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +2 -0
  377. package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +35 -29
  378. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +1 -0
  379. package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +1 -1
  380. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.html +19 -0
  381. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +77 -0
  382. 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
  383. 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
  384. 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
  385. 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
  386. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.css +0 -0
  387. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +6 -0
  388. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +130 -0
  389. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +95 -86
  390. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +11 -24
  391. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +25 -51
  392. package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +4 -1
  393. package/src/libs/feature/editor/src/lib/feature-editor.module.ts +2 -1
  394. package/src/libs/feature/editor/src/lib/fields.config.ts +14 -0
  395. package/src/libs/feature/editor/src/lib/services/editor.service.ts +20 -6
  396. package/src/libs/feature/record/src/lib/feature-record.module.ts +3 -2
  397. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +38 -31
  398. package/src/libs/feature/search/src/index.ts +1 -1
  399. package/src/libs/feature/search/src/lib/feature-search.module.ts +2 -1
  400. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +2 -2
  401. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.css +0 -0
  402. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +9 -0
  403. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +49 -0
  404. package/src/libs/ui/elements/src/index.ts +3 -2
  405. package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.css +18 -0
  406. package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.html +36 -0
  407. package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.ts +56 -0
  408. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +2 -2
  409. package/src/libs/ui/inputs/src/index.ts +1 -0
  410. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.css +0 -1
  411. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +23 -19
  412. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +79 -27
  413. package/src/libs/ui/inputs/src/lib/badge/badge.component.css +0 -0
  414. package/src/libs/ui/inputs/src/lib/badge/badge.component.html +18 -0
  415. package/src/libs/ui/inputs/src/lib/badge/badge.component.ts +27 -0
  416. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.html +2 -1
  417. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +8 -1
  418. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.html +7 -7
  419. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.ts +13 -15
  420. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +3 -3
  421. package/src/libs/ui/search/src/index.ts +1 -0
  422. package/src/libs/ui/search/src/lib/results-table/results-table.component.css +0 -0
  423. package/src/libs/{feature → ui}/search/src/lib/results-table/results-table.component.html +8 -8
  424. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +138 -0
  425. package/src/libs/ui/widgets/src/index.ts +0 -1
  426. package/src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts +4 -0
  427. package/src/libs/ui/widgets/src/lib/ui-widgets.module.ts +0 -3
  428. package/tailwind.base.css +5 -0
  429. package/translations/de.json +13 -1
  430. package/translations/en.json +13 -1
  431. package/translations/es.json +13 -1
  432. package/translations/fr.json +13 -1
  433. package/translations/it.json +13 -1
  434. package/translations/nl.json +13 -1
  435. package/translations/pt.json +13 -1
  436. package/translations/sk.json +13 -1
  437. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.mjs +0 -11
  438. package/esm2022/libs/feature/search/src/lib/results-table/results-table.component.mjs +0 -136
  439. package/esm2022/libs/ui/widgets/src/lib/badge/badge.component.mjs +0 -18
  440. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts +0 -6
  441. 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
  442. package/libs/feature/search/src/lib/results-table/results-table.component.d.ts +0 -36
  443. package/libs/feature/search/src/lib/results-table/results-table.component.d.ts.map +0 -1
  444. package/libs/ui/widgets/src/lib/badge/badge.component.d.ts +0 -7
  445. package/libs/ui/widgets/src/lib/badge/badge.component.d.ts.map +0 -1
  446. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.html +0 -1
  447. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.ts +0 -10
  448. package/src/libs/feature/search/src/lib/results-table/results-table.component.ts +0 -172
  449. package/src/libs/ui/widgets/src/lib/badge/badge.component.html +0 -10
  450. package/src/libs/ui/widgets/src/lib/badge/badge.component.ts +0 -14
  451. /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
  452. /package/src/libs/feature/{search/src/lib/results-table/results-table.component.css → 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
  453. /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,4 +1,5 @@
1
1
  export * from './elasticsearch.model';
2
2
  export * from './search.model';
3
3
  export * from './metadata.model';
4
+ export * from './keywords.model';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/api/metadata-converter/src/lib/gn4/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,kBAAkB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/api/metadata-converter/src/lib/gn4/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA"}
@@ -0,0 +1,31 @@
1
+ export interface KeywordApiResponse {
2
+ values?: {
3
+ eng: string;
4
+ };
5
+ definitions?: {
6
+ eng: string;
7
+ };
8
+ coordEast?: string;
9
+ coordWest?: string;
10
+ coordSouth?: string;
11
+ coordNorth?: string;
12
+ thesaurusKey?: string;
13
+ definition?: string;
14
+ value?: string;
15
+ uri?: string;
16
+ }
17
+ export interface ThesaurusApiResponse {
18
+ key?: string;
19
+ dname?: string;
20
+ description?: string[] | string;
21
+ filename?: string;
22
+ title?: string;
23
+ multilingualTitles?: string[];
24
+ dublinCoreMultilinguals?: string[];
25
+ date?: string;
26
+ url?: string;
27
+ defaultNamespace?: string;
28
+ type?: string;
29
+ activated?: string;
30
+ }
31
+ //# sourceMappingURL=keywords.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"keywords.model.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,MAAM,CAAC,EAAE;QACP,GAAG,EAAE,MAAM,CAAA;KACZ,CAAA;IACD,WAAW,CAAC,EAAE;QACZ,GAAG,EAAE,MAAM,CAAA;KACZ,CAAA;IACD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,GAAG,CAAC,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,oBAAoB;IACnC,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,CAAA;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC7B,uBAAuB,CAAC,EAAE,MAAM,EAAE,CAAA;IAClC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB"}
@@ -1,6 +1,7 @@
1
- import { Constraint, DatasetDistribution, GraphicOverview, Individual, Keyword, KeywordThesaurus, Organization, RecordKind, RecordStatus, Role, ServiceOnlineResource, SpatialRepresentationType, UpdateFrequency, UpdateFrequencyCustom } from '../../../../../../libs/common/domain/src/lib/model/record';
1
+ import { Constraint, DatasetDistribution, GraphicOverview, Individual, Keyword, Organization, RecordKind, RecordStatus, Role, ServiceOnlineResource, SpatialRepresentationType, UpdateFrequency, UpdateFrequencyCustom } from '../../../../../../libs/common/domain/src/lib/model/record';
2
2
  import { ChainableFunction } from '../function-utils';
3
3
  import { XmlElement } from '../xml-utils';
4
+ import { ThesaurusModel } from '../../../../../../libs/common/domain/src/lib/model/thesaurus';
4
5
  export declare function extractCharacterString(): ChainableFunction<XmlElement, string>;
5
6
  export declare function extractDateTime(): ChainableFunction<XmlElement, Date>;
6
7
  export declare function extractUrl(): ChainableFunction<XmlElement, URL>;
@@ -39,7 +40,7 @@ export declare function readTitle(rootEl: XmlElement): string;
39
40
  export declare function readAbstract(rootEl: XmlElement): string;
40
41
  export declare function readContacts(rootEl: XmlElement): Individual[];
41
42
  export declare function readContactsForResource(rootEl: XmlElement): Individual[];
42
- export declare function readThesaurus(rootEl: XmlElement): KeywordThesaurus;
43
+ export declare function readThesaurus(rootEl: XmlElement): ThesaurusModel;
43
44
  export declare function readKeywordGroup(rootEl: XmlElement): Keyword[];
44
45
  export declare function readKeywords(rootEl: XmlElement): Keyword[];
45
46
  export declare function readStatus(rootEl: XmlElement): RecordStatus;
@@ -1 +1 @@
1
- {"version":3,"file":"read-parts.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"read-parts.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,3 @@
1
- import { KeywordType } from '../../../../../../../libs/common/domain/src/lib/model/record';
1
+ import { KeywordType } from '../../../../../../../libs/common/domain/src/lib/model/thesaurus';
2
2
  export declare function getKeywordTypeFromKeywordTypeCode(typeCode: string): KeywordType;
3
3
  //# sourceMappingURL=keyword.mapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"keyword.mapper.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,8DAA8D,CAAA;AAE1F,wBAAgB,iCAAiC,CAC/C,QAAQ,EAAE,MAAM,GACf,WAAW,CAWb"}
1
+ {"version":3,"file":"keyword.mapper.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iEAAiE,CAAA;AAE7F,wBAAgB,iCAAiC,CAC/C,QAAQ,EAAE,MAAM,GACf,WAAW,CAWb"}
@@ -1,6 +1,7 @@
1
- import { CatalogRecord, Constraint, DatasetDistribution, DatasetRecord, DatasetServiceDistribution, Individual, Keyword, KeywordThesaurus, RecordStatus, Role, ServiceEndpoint, ServiceOnlineResource, ServiceRecord, UpdateFrequencyCode, UpdateFrequencyCustom } from '../../../../../../libs/common/domain/src/lib/model/record';
1
+ import { CatalogRecord, Constraint, DatasetDistribution, DatasetRecord, DatasetServiceDistribution, Individual, Keyword, RecordStatus, Role, ServiceEndpoint, ServiceOnlineResource, ServiceRecord, UpdateFrequencyCode, UpdateFrequencyCustom } from '../../../../../../libs/common/domain/src/lib/model/record';
2
2
  import { ChainableFunction } from '../function-utils';
3
3
  import { XmlElement } from '../xml-utils';
4
+ import { ThesaurusModel } from '../../../../../../libs/common/domain/src/lib/model/thesaurus';
4
5
  export declare function writeCharacterString(text: string): ChainableFunction<XmlElement, XmlElement>;
5
6
  export declare function writeLinkage(url: URL): ChainableFunction<XmlElement, XmlElement>;
6
7
  export declare function writeAnchor(url: URL, text?: string): ChainableFunction<XmlElement, XmlElement>;
@@ -15,7 +16,7 @@ export declare function appendResponsibleParty(contact: Individual): ChainableFu
15
16
  export declare function updateCitationDate(date: Date, type: 'revision' | 'creation' | 'publication'): ChainableFunction<XmlElement, XmlElement>;
16
17
  export declare function appendCitationDate(date: Date, type: 'revision' | 'creation' | 'publication'): ChainableFunction<XmlElement, XmlElement>;
17
18
  export declare function removeKeywords(): ChainableFunction<XmlElement, XmlElement>;
18
- export declare function createThesaurus(thesaurus: KeywordThesaurus): ChainableFunction<void, XmlElement>;
19
+ export declare function createThesaurus(thesaurus: ThesaurusModel): ChainableFunction<void, XmlElement>;
19
20
  export declare function appendKeywords(keywords: Keyword[]): ChainableFunction<XmlElement, XmlElement>;
20
21
  export declare function createConstraint(constraint: Constraint, type: 'legal' | 'security' | 'other'): ChainableFunction<void, XmlElement>;
21
22
  export declare function removeOtherConstraints(): ChainableFunction<XmlElement, XmlElement>;
@@ -1 +1 @@
1
- {"version":3,"file":"write-parts.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"write-parts.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts"],"names":[],"mappings":"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"}
@@ -30,6 +30,7 @@ export declare class Gn4Repository implements RecordsRepositoryInterface {
30
30
  saveRecordAsDraft(record: CatalogRecord, referenceRecordSource?: string): Observable<string>;
31
31
  clearRecordDraft(uniqueIdentifier: string): void;
32
32
  recordHasDraft(uniqueIdentifier: string): boolean;
33
+ getAllDrafts(): Observable<CatalogRecord[]>;
33
34
  static ɵfac: i0.ɵɵFactoryDeclaration<Gn4Repository, never>;
34
35
  static ɵprov: i0.ɵɵInjectableDeclaration<Gn4Repository>;
35
36
  }
@@ -1 +1 @@
1
- {"version":3,"file":"gn4-repository.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/api/repository/src/lib/gn4/gn4-repository.ts"],"names":[],"mappings":"AACA,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,4CAA4C,CAAA;AACnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAA;AACtD,OAAO,EAGL,UAAU,EAIX,MAAM,MAAM,CAAA;AACb,OAAO,EAAE,0BAA0B,EAAE,MAAM,sFAAsF,CAAA;AACjI,OAAO,EACL,YAAY,EACZ,aAAa,EACd,MAAM,wEAAwE,CAAA;AAC/E,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,YAAY,EACb,MAAM,2DAA2D,CAAA;AAElE,OAAO,EAEL,YAAY,EAGb,MAAM,mDAAmD,CAAA;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;;AAGzF,qBACa,aAAc,YAAW,0BAA0B;IAE5D,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;gBAHb,YAAY,EAAE,gBAAgB,EAC9B,eAAe,EAAE,oBAAoB,EACrC,SAAS,EAAE,YAAY,EACvB,aAAa,EAAE,iBAAiB;IAG1C,MAAM,CAAC,EACL,OAAO,EACP,MAAM,EACN,MAAM,EACN,KAAK,EACL,IAAI,EACJ,SAAS,EACT,cAAc,GACf,EAAE,YAAY,GAAG,UAAU,CAAC,aAAa,CAAC;IA6B3C,eAAe,CAAC,OAAO,EAAE,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC;IAoB1D,SAAS,CAAC,gBAAgB,EAAE,MAAM,GAAG,UAAU,CAAC,aAAa,GAAG,IAAI,CAAC;IAiBrE,iBAAiB,CAAC,SAAS,EAAE,aAAa,GAAG,UAAU,CAAC,aAAa,EAAE,CAAC;IAmBxE,SAAS,CAAC,MAAM,EAAE,kBAAkB,GAAG,UAAU,CAAC,YAAY,CAAC;IA2B/D,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC,aAAa,CAAC;IAiBrD;;OAEG;IACH,OAAO,CAAC,eAAe;IAsBvB,OAAO,CAAC,2BAA2B;IAInC,oBAAoB,CAClB,gBAAgB,EAAE,MAAM,GACvB,UAAU,CAAC,CAAC,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;IAqBtD,OAAO,CAAC,oBAAoB;IAW5B,UAAU,CACR,MAAM,EAAE,aAAa,EACrB,qBAAqB,CAAC,EAAE,MAAM,GAC7B,UAAU,CAAC,MAAM,CAAC;IAgCrB,iBAAiB,CACf,MAAM,EAAE,aAAa,EACrB,qBAAqB,CAAC,EAAE,MAAM,GAC7B,UAAU,CAAC,MAAM,CAAC;IAWrB,gBAAgB,CAAC,gBAAgB,EAAE,MAAM,GAAG,IAAI;IAMhD,cAAc,CAAC,gBAAgB,EAAE,MAAM,GAAG,OAAO;yCAvQtC,aAAa;6CAAb,aAAa;CA8QzB"}
1
+ {"version":3,"file":"gn4-repository.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/api/repository/src/lib/gn4/gn4-repository.ts"],"names":[],"mappings":"AACA,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,4CAA4C,CAAA;AACnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAA;AACtD,OAAO,EAGL,UAAU,EAIX,MAAM,MAAM,CAAA;AACb,OAAO,EAAE,0BAA0B,EAAE,MAAM,sFAAsF,CAAA;AACjI,OAAO,EACL,YAAY,EACZ,aAAa,EACd,MAAM,wEAAwE,CAAA;AAC/E,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,YAAY,EACb,MAAM,2DAA2D,CAAA;AAElE,OAAO,EAEL,YAAY,EAGb,MAAM,mDAAmD,CAAA;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;;AAGzF,qBACa,aAAc,YAAW,0BAA0B;IAE5D,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;gBAHb,YAAY,EAAE,gBAAgB,EAC9B,eAAe,EAAE,oBAAoB,EACrC,SAAS,EAAE,YAAY,EACvB,aAAa,EAAE,iBAAiB;IAG1C,MAAM,CAAC,EACL,OAAO,EACP,MAAM,EACN,MAAM,EACN,KAAK,EACL,IAAI,EACJ,SAAS,EACT,cAAc,GACf,EAAE,YAAY,GAAG,UAAU,CAAC,aAAa,CAAC;IA6B3C,eAAe,CAAC,OAAO,EAAE,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC;IAoB1D,SAAS,CAAC,gBAAgB,EAAE,MAAM,GAAG,UAAU,CAAC,aAAa,GAAG,IAAI,CAAC;IAiBrE,iBAAiB,CAAC,SAAS,EAAE,aAAa,GAAG,UAAU,CAAC,aAAa,EAAE,CAAC;IAmBxE,SAAS,CAAC,MAAM,EAAE,kBAAkB,GAAG,UAAU,CAAC,YAAY,CAAC;IA2B/D,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC,aAAa,CAAC;IAiBrD;;OAEG;IACH,OAAO,CAAC,eAAe;IAsBvB,OAAO,CAAC,2BAA2B;IAInC,oBAAoB,CAClB,gBAAgB,EAAE,MAAM,GACvB,UAAU,CAAC,CAAC,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;IAqBtD,OAAO,CAAC,oBAAoB;IAW5B,UAAU,CACR,MAAM,EAAE,aAAa,EACrB,qBAAqB,CAAC,EAAE,MAAM,GAC7B,UAAU,CAAC,MAAM,CAAC;IA+BrB,iBAAiB,CACf,MAAM,EAAE,aAAa,EACrB,qBAAqB,CAAC,EAAE,MAAM,GAC7B,UAAU,CAAC,MAAM,CAAC;IAWrB,gBAAgB,CAAC,gBAAgB,EAAE,MAAM,GAAG,IAAI;IAMhD,cAAc,CAAC,gBAAgB,EAAE,MAAM,GAAG,OAAO;IASjD,YAAY,IAAI,UAAU,CAAC,aAAa,EAAE,CAAC;yCA/QhC,aAAa;6CAAb,aAAa;CA2RzB"}
@@ -2,15 +2,15 @@ import { MeResponseApiModel, UserApiModel, UserFeedbackDTOApiModel } from '../..
2
2
  import { UserModel } from '../../../../../../../libs/common/domain/src/lib/model/user/user.model';
3
3
  import { AvatarServiceInterface } from '../auth';
4
4
  import { Observable } from 'rxjs';
5
- import { ThesaurusModel } from '../../../../../../../libs/common/domain/src/lib/model/thesaurus/thesaurus.model';
6
- import { UserFeedback, UserFeedbackViewModel } from '../../../../../../../libs/common/domain/src/lib/model/record';
5
+ import { Keyword, UserFeedback, UserFeedbackViewModel } from '../../../../../../../libs/common/domain/src/lib/model/record';
6
+ import { KeywordApiResponse, ThesaurusApiResponse } from '../../../../../../../libs/api/metadata-converter/src';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class Gn4PlatformMapper {
9
9
  private avatarService;
10
10
  constructor(avatarService: AvatarServiceInterface);
11
11
  userFromMeApi(apiUser: MeResponseApiModel): Observable<UserModel | null>;
12
12
  userFromApi(apiUser: UserApiModel): UserModel;
13
- thesaurusFromApi(thesaurus: any[], lang3?: string): ThesaurusModel;
13
+ keywordsFromApi(keywords: KeywordApiResponse[], thesaurus: ThesaurusApiResponse[], lang3?: string): Keyword[];
14
14
  userFeedbacksFromApi(userFeedback: any): UserFeedback;
15
15
  userFeedbacksToApi(userFeedback: UserFeedback): Partial<UserFeedbackDTOApiModel>;
16
16
  createUserFeedbackViewModel(baseUserFeedback: UserFeedback): Promise<UserFeedbackViewModel>;
@@ -1 +1 @@
1
- {"version":3,"file":"gn4-platform.mapper.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,YAAY,EACZ,uBAAuB,EACxB,MAAM,+CAA+C,CAAA;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,uEAAuE,CAAA;AAEjG,OAAO,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAEhD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;AACrC,OAAO,EAAE,cAAc,EAAE,MAAM,iFAAiF,CAAA;AAChH,OAAO,EACL,YAAY,EACZ,qBAAqB,EACtB,MAAM,8DAA8D,CAAA;;AAErE,qBACa,iBAAiB;IAChB,OAAO,CAAC,aAAa;gBAAb,aAAa,EAAE,sBAAsB;IAEzD,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,UAAU,CAAC,SAAS,GAAG,IAAI,CAAC;IAiBxE,WAAW,CAAC,OAAO,EAAE,YAAY,GAAG,SAAS;IAiB7C,gBAAgB,CAAC,SAAS,EAAE,GAAG,EAAE,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,cAAc;IAqBlE,oBAAoB,CAAC,YAAY,EAAE,GAAG,GAAG,YAAY;IAcrD,kBAAkB,CAChB,YAAY,EAAE,YAAY,GACzB,OAAO,CAAC,uBAAuB,CAAC;IAc7B,2BAA2B,CAC/B,gBAAgB,EAAE,YAAY,GAC7B,OAAO,CAAC,qBAAqB,CAAC;yCA1FtB,iBAAiB;6CAAjB,iBAAiB;CAoG7B"}
1
+ {"version":3,"file":"gn4-platform.mapper.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,YAAY,EACZ,uBAAuB,EACxB,MAAM,+CAA+C,CAAA;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,uEAAuE,CAAA;AAEjG,OAAO,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAEhD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;AACrC,OAAO,EACL,OAAO,EACP,YAAY,EACZ,qBAAqB,EACtB,MAAM,8DAA8D,CAAA;AACrE,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,sDAAsD,CAAA;;AAG7D,qBACa,iBAAiB;IAChB,OAAO,CAAC,aAAa;gBAAb,aAAa,EAAE,sBAAsB;IAEzD,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,UAAU,CAAC,SAAS,GAAG,IAAI,CAAC;IAiBxE,WAAW,CAAC,OAAO,EAAE,YAAY,GAAG,SAAS;IAiB7C,eAAe,CACb,QAAQ,EAAE,kBAAkB,EAAE,EAC9B,SAAS,EAAE,oBAAoB,EAAE,EACjC,KAAK,CAAC,EAAE,MAAM,GACb,OAAO,EAAE;IAiCZ,oBAAoB,CAAC,YAAY,EAAE,GAAG,GAAG,YAAY;IAcrD,kBAAkB,CAChB,YAAY,EAAE,YAAY,GACzB,OAAO,CAAC,uBAAuB,CAAC;IAc7B,2BAA2B,CAC/B,gBAAgB,EAAE,YAAY,GAC7B,OAAO,CAAC,qBAAqB,CAAC;yCA1GtB,iBAAiB;6CAAjB,iBAAiB;CAoH7B"}
@@ -2,10 +2,10 @@ import { Observable } from 'rxjs';
2
2
  import { MeApiService, RegistriesApiService, SiteApiService, ToolsApiService, UserfeedbackApiService, UsersApiService } from '../../../../../../../libs/data-access/gn4/src';
3
3
  import { PlatformServiceInterface } from '../../../../../../../libs/common/domain/src/lib/platform.service.interface';
4
4
  import { UserModel } from '../../../../../../../libs/common/domain/src/lib/model/user/user.model';
5
- import { Organization, UserFeedback } from '../../../../../../../libs/common/domain/src/lib/model/record';
5
+ import { Keyword, Organization, UserFeedback } from '../../../../../../../libs/common/domain/src/lib/model/record';
6
6
  import { Gn4PlatformMapper } from './gn4-platform.mapper';
7
- import { ThesaurusModel } from '../../../../../../../libs/common/domain/src/lib/model/thesaurus/thesaurus.model';
8
7
  import { LangService } from '../../../../../../../libs/util/i18n/src';
8
+ import { HttpClient } from '@angular/common/http';
9
9
  import * as i0 from "@angular/core";
10
10
  export declare class Gn4PlatformService implements PlatformServiceInterface {
11
11
  private siteApiService;
@@ -16,6 +16,7 @@ export declare class Gn4PlatformService implements PlatformServiceInterface {
16
16
  private registriesApiService;
17
17
  private langService;
18
18
  private userfeedbackApiService;
19
+ private httpClient;
19
20
  private readonly type;
20
21
  private readonly me$;
21
22
  private readonly users$;
@@ -27,8 +28,8 @@ export declare class Gn4PlatformService implements PlatformServiceInterface {
27
28
  * A map of already loaded thesauri (groups of keywords); the key is a URI
28
29
  * @private
29
30
  */
30
- private thesauri;
31
- constructor(siteApiService: SiteApiService, meApi: MeApiService, usersApi: UsersApiService, mapper: Gn4PlatformMapper, toolsApiService: ToolsApiService, registriesApiService: RegistriesApiService, langService: LangService, userfeedbackApiService: UserfeedbackApiService);
31
+ private keywordsByThesauri;
32
+ constructor(siteApiService: SiteApiService, meApi: MeApiService, usersApi: UsersApiService, mapper: Gn4PlatformMapper, toolsApiService: ToolsApiService, registriesApiService: RegistriesApiService, langService: LangService, userfeedbackApiService: UserfeedbackApiService, httpClient: HttpClient);
32
33
  getType(): string;
33
34
  getApiVersion(): Observable<string>;
34
35
  getMe(): Observable<UserModel>;
@@ -37,7 +38,9 @@ export declare class Gn4PlatformService implements PlatformServiceInterface {
37
38
  getUsersByOrganization(organisation: Organization): Observable<UserModel[]>;
38
39
  getUsers(): Observable<UserModel[]>;
39
40
  translateKey(key: string): Observable<string>;
40
- getThesaurusByUri(uri: string): Observable<ThesaurusModel>;
41
+ private allThesaurus$;
42
+ searchKeywords(query: string): Observable<Keyword[]>;
43
+ getKeywordsByUri(uri: string): Observable<Keyword[]>;
41
44
  getUserFeedbacks(uuid: string): Observable<UserFeedback[]>;
42
45
  postUserFeedbacks(userFeedback: UserFeedback): Observable<void>;
43
46
  static ɵfac: i0.ɵɵFactoryDeclaration<Gn4PlatformService, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"gn4-platform.service.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAiB,MAAM,MAAM,CAAA;AAEhD,OAAO,EACL,YAAY,EACZ,oBAAoB,EACpB,cAAc,EACd,eAAe,EACf,sBAAsB,EACtB,eAAe,EAChB,MAAM,+CAA+C,CAAA;AACtD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4EAA4E,CAAA;AACrH,OAAO,EAAE,SAAS,EAAE,MAAM,uEAAuE,CAAA;AACjG,OAAO,EACL,YAAY,EACZ,YAAY,EACb,MAAM,8DAA8D,CAAA;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AAEzD,OAAO,EAAE,cAAc,EAAE,MAAM,iFAAiF,CAAA;AAChH,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAA;;AAIrE,qBACa,kBAAmB,YAAW,wBAAwB;IAwC/D,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,sBAAsB;IA9ChC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAe;IACpC,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAuB;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAChD,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAqB;IAEtD,OAAO,CAAC,gBAAgB,CAQrB;IAEH,OAAO,CAAC,SAAS,CAGhB;IAED,OAAO,CAAC,QAAQ,CAAC,WAAW,CAU3B;IAED;;;OAGG;IACH,OAAO,CAAC,QAAQ,CAAiD;gBAGvD,cAAc,EAAE,cAAc,EAC9B,KAAK,EAAE,YAAY,EACnB,QAAQ,EAAE,eAAe,EACzB,MAAM,EAAE,iBAAiB,EACzB,eAAe,EAAE,eAAe,EAChC,oBAAoB,EAAE,oBAAoB,EAC1C,WAAW,EAAE,WAAW,EACxB,sBAAsB,EAAE,sBAAsB;IAiBxD,OAAO,IAAI,MAAM;IAIjB,aAAa,IAAI,UAAU,CAAC,MAAM,CAAC;IAInC,KAAK,IAAI,UAAU,CAAC,SAAS,CAAC;IAI9B,WAAW,IAAI,UAAU,CAAC,OAAO,CAAC;IAIlC,gBAAgB,IAAI,UAAU,CAAC,YAAY,EAAE,CAAC;IAI9C,sBAAsB,CAAC,YAAY,EAAE,YAAY,GAAG,UAAU,CAAC,SAAS,EAAE,CAAC;IAI3E,QAAQ,IAAI,UAAU,CAAC,SAAS,EAAE,CAAC;IAInC,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAkB7C,iBAAiB,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,cAAc,CAAC;IA4B1D,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,YAAY,EAAE,CAAC;IAY1D,iBAAiB,CAAC,YAAY,EAAE,YAAY,GAAG,UAAU,CAAC,IAAI,CAAC;yCAtJpD,kBAAkB;6CAAlB,kBAAkB;CAgK9B"}
1
+ {"version":3,"file":"gn4-platform.service.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAgC,MAAM,MAAM,CAAA;AAE/D,OAAO,EACL,YAAY,EACZ,oBAAoB,EACpB,cAAc,EAEd,eAAe,EACf,sBAAsB,EACtB,eAAe,EAChB,MAAM,+CAA+C,CAAA;AACtD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4EAA4E,CAAA;AACrH,OAAO,EAAE,SAAS,EAAE,MAAM,uEAAuE,CAAA;AACjG,OAAO,EACL,OAAO,EACP,YAAY,EACZ,YAAY,EACb,MAAM,8DAA8D,CAAA;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AAEzD,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAA;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;;AAQjD,qBACa,kBAAmB,YAAW,wBAAwB;IAwC/D,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,sBAAsB;IAC9B,OAAO,CAAC,UAAU;IA/CpB,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAe;IACpC,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAuB;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAChD,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAqB;IAEtD,OAAO,CAAC,gBAAgB,CAQrB;IAEH,OAAO,CAAC,SAAS,CAGhB;IAED,OAAO,CAAC,QAAQ,CAAC,WAAW,CAU3B;IAED;;;OAGG;IACH,OAAO,CAAC,kBAAkB,CAA4C;gBAG5D,cAAc,EAAE,cAAc,EAC9B,KAAK,EAAE,YAAY,EACnB,QAAQ,EAAE,eAAe,EACzB,MAAM,EAAE,iBAAiB,EACzB,eAAe,EAAE,eAAe,EAChC,oBAAoB,EAAE,oBAAoB,EAC1C,WAAW,EAAE,WAAW,EACxB,sBAAsB,EAAE,sBAAsB,EAC9C,UAAU,EAAE,UAAU;IAiBhC,OAAO,IAAI,MAAM;IAIjB,aAAa,IAAI,UAAU,CAAC,MAAM,CAAC;IAInC,KAAK,IAAI,UAAU,CAAC,SAAS,CAAC;IAI9B,WAAW,IAAI,UAAU,CAAC,OAAO,CAAC;IAIlC,gBAAgB,IAAI,UAAU,CAAC,YAAY,EAAE,CAAC;IAI9C,sBAAsB,CAAC,YAAY,EAAE,YAAY,GAAG,UAAU,CAAC,SAAS,EAAE,CAAC;IAI3E,QAAQ,IAAI,UAAU,CAAC,SAAS,EAAE,CAAC;IAInC,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAkB7C,OAAO,CAAC,aAAa,CAWlB;IAEH,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;IAwBpD,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;IAiCpD,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,YAAY,EAAE,CAAC;IAY1D,iBAAiB,CAAC,YAAY,EAAE,YAAY,GAAG,UAAU,CAAC,IAAI,CAAC;yCAjMpD,kBAAkB;6CAAlB,kBAAkB;CA2M9B"}
@@ -1,6 +1,7 @@
1
1
  import type { Individual } from './contact.model';
2
2
  import type { Organization } from './organization.model';
3
3
  import type { Geometry } from 'geojson';
4
+ import { KeywordType, ThesaurusModel } from '../thesaurus';
4
5
  type Uuid = string;
5
6
  export type UpdateFrequencyCode = 'unknown' | 'notPlanned' | 'asNeeded' | 'irregular' | 'continual' | 'periodic';
6
7
  export type UpdateFrequencyCustom = {
@@ -16,16 +17,12 @@ export type Constraint = {
16
17
  url?: URL;
17
18
  };
18
19
  export type SpatialRepresentationType = 'grid' | 'vector' | 'tin' | 'table' | 'point';
19
- export type KeywordType = 'place' | 'temporal' | 'theme' | 'other';
20
- export type KeywordThesaurus = {
21
- id: string;
22
- name?: string;
23
- url?: URL;
24
- };
25
20
  export interface Keyword {
21
+ key?: string;
26
22
  label: string;
23
+ description?: string;
27
24
  type: KeywordType;
28
- thesaurus?: KeywordThesaurus;
25
+ thesaurus?: ThesaurusModel;
29
26
  }
30
27
  export type LanguageCode = string;
31
28
  export interface BaseRecord {
@@ -1 +1 @@
1
- {"version":3,"file":"metadata.model.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/common/domain/src/lib/model/record/metadata.model.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"metadata.model.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/common/domain/src/lib/model/record/metadata.model.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,14 @@
1
- export interface ThesaurusItemModel {
2
- key: string;
3
- label: string;
4
- description?: string;
1
+ export type KeywordType = 'place' | 'temporal' | 'theme' | 'other';
2
+ export interface ThesaurusModel {
3
+ id: string;
4
+ name?: string;
5
+ url?: URL;
6
+ thesaurusKey?: string;
7
+ definition?: string;
8
+ definitions?: object;
9
+ uri?: string;
10
+ value?: string;
11
+ values?: object;
12
+ type?: KeywordType;
5
13
  }
6
- export type ThesaurusModel = ThesaurusItemModel[];
7
14
  //# sourceMappingURL=thesaurus.model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"thesaurus.model.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,MAAM,MAAM,cAAc,GAAG,kBAAkB,EAAE,CAAA"}
1
+ {"version":3,"file":"thesaurus.model.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,UAAU,GAAG,OAAO,GAAG,OAAO,CAAA;AAElE,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,GAAG,CAAC,EAAE,GAAG,CAAA;IACT,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,WAAW,CAAA;CACnB"}
@@ -1,8 +1,7 @@
1
1
  import type { Observable } from 'rxjs';
2
2
  import type { UserModel } from './model/user/user.model';
3
3
  import type { Organization } from './model/record/organization.model';
4
- import type { ThesaurusModel } from './model/thesaurus/';
5
- import { UserFeedback } from './model/record';
4
+ import { Keyword, UserFeedback } from './model/record';
6
5
  export declare abstract class PlatformServiceInterface {
7
6
  abstract getType(): string;
8
7
  abstract getApiVersion(): Observable<string>;
@@ -12,7 +11,8 @@ export declare abstract class PlatformServiceInterface {
12
11
  abstract getUsersByOrganization(organisation: Organization): Observable<UserModel[]>;
13
12
  abstract getOrganizations(): Observable<Organization[]>;
14
13
  abstract translateKey(key: string): Observable<string>;
15
- abstract getThesaurusByUri(uri: string): Observable<ThesaurusModel>;
14
+ abstract searchKeywords(query: string): Observable<Keyword[]>;
15
+ abstract getKeywordsByUri(uri: string): Observable<Keyword[]>;
16
16
  abstract getUserFeedbacks(recordUuid: string): Observable<UserFeedback[]>;
17
17
  abstract postUserFeedbacks(recordUuid: UserFeedback): Observable<void>;
18
18
  }
@@ -1 +1 @@
1
- {"version":3,"file":"platform.service.interface.d.ts","sourceRoot":"","sources":["../../../../../src/libs/common/domain/src/lib/platform.service.interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AACtC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAA;AACrE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAE7C,8BAAsB,wBAAwB;IAC5C,QAAQ,CAAC,OAAO,IAAI,MAAM;IAC1B,QAAQ,CAAC,aAAa,IAAI,UAAU,CAAC,MAAM,CAAC;IAE5C,QAAQ,CAAC,KAAK,IAAI,UAAU,CAAC,SAAS,CAAC;IACvC,QAAQ,CAAC,WAAW,IAAI,UAAU,CAAC,OAAO,CAAC;IAC3C,QAAQ,CAAC,QAAQ,IAAI,UAAU,CAAC,SAAS,EAAE,CAAC;IAC5C,QAAQ,CAAC,sBAAsB,CAC7B,YAAY,EAAE,YAAY,GACzB,UAAU,CAAC,SAAS,EAAE,CAAC;IAC1B,QAAQ,CAAC,gBAAgB,IAAI,UAAU,CAAC,YAAY,EAAE,CAAC;IACvD,QAAQ,CAAC,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IACtD,QAAQ,CAAC,iBAAiB,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,cAAc,CAAC;IACnE,QAAQ,CAAC,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,YAAY,EAAE,CAAC;IACzE,QAAQ,CAAC,iBAAiB,CAAC,UAAU,EAAE,YAAY,GAAG,UAAU,CAAC,IAAI,CAAC;CACvE"}
1
+ {"version":3,"file":"platform.service.interface.d.ts","sourceRoot":"","sources":["../../../../../src/libs/common/domain/src/lib/platform.service.interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AACtC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAA;AACrE,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAEtD,8BAAsB,wBAAwB;IAC5C,QAAQ,CAAC,OAAO,IAAI,MAAM;IAC1B,QAAQ,CAAC,aAAa,IAAI,UAAU,CAAC,MAAM,CAAC;IAE5C,QAAQ,CAAC,KAAK,IAAI,UAAU,CAAC,SAAS,CAAC;IACvC,QAAQ,CAAC,WAAW,IAAI,UAAU,CAAC,OAAO,CAAC;IAC3C,QAAQ,CAAC,QAAQ,IAAI,UAAU,CAAC,SAAS,EAAE,CAAC;IAC5C,QAAQ,CAAC,sBAAsB,CAC7B,YAAY,EAAE,YAAY,GACzB,UAAU,CAAC,SAAS,EAAE,CAAC;IAC1B,QAAQ,CAAC,gBAAgB,IAAI,UAAU,CAAC,YAAY,EAAE,CAAC;IACvD,QAAQ,CAAC,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IACtD,QAAQ,CAAC,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;IAC7D,QAAQ,CAAC,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;IAC7D,QAAQ,CAAC,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,YAAY,EAAE,CAAC;IACzE,QAAQ,CAAC,iBAAiB,CAAC,UAAU,EAAE,YAAY,GAAG,UAAU,CAAC,IAAI,CAAC;CACvE"}
@@ -20,7 +20,7 @@ export declare abstract class RecordsRepositoryInterface {
20
20
  /**
21
21
  * @param record
22
22
  * @param referenceRecordSource
23
- * @returns Observable<string> Returns the source of the record as it was serialized when saved
23
+ * @returns Observable<string> Returns the unique identifier of the record as it was when saved
24
24
  */
25
25
  abstract saveRecord(record: CatalogRecord, referenceRecordSource?: string): Observable<string>;
26
26
  /**
@@ -31,5 +31,7 @@ export declare abstract class RecordsRepositoryInterface {
31
31
  abstract saveRecordAsDraft(record: CatalogRecord, referenceRecordSource?: string): Observable<string>;
32
32
  abstract clearRecordDraft(uniqueIdentifier: string): void;
33
33
  abstract recordHasDraft(uniqueIdentifier: string): boolean;
34
+ /** will return all pending drafts, both published and not published */
35
+ abstract getAllDrafts(): Observable<CatalogRecord[]>;
34
36
  }
35
37
  //# sourceMappingURL=records-repository.interface.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"records-repository.interface.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/common/domain/src/lib/repository/records-repository.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AACjC,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,YAAY,EACZ,YAAY,EACZ,aAAa,EACd,MAAM,iBAAiB,CAAA;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAE/C,8BAAsB,0BAA0B;IAC9C,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,UAAU,CAAC,aAAa,CAAC;IAChE,QAAQ,CAAC,eAAe,CAAC,OAAO,EAAE,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC;IACnE,QAAQ,CAAC,SAAS,CAAC,gBAAgB,EAAE,MAAM,GAAG,UAAU,CAAC,aAAa,GAAG,IAAI,CAAC;IAC9E,QAAQ,CAAC,SAAS,CAAC,MAAM,EAAE,kBAAkB,GAAG,UAAU,CAAC,YAAY,CAAC;IACxE,QAAQ,CAAC,iBAAiB,CACxB,SAAS,EAAE,aAAa,GACvB,UAAU,CAAC,aAAa,EAAE,CAAC;IAC9B,QAAQ,CAAC,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC,aAAa,CAAC;IAE9D;;;;;;;OAOG;IACH,QAAQ,CAAC,oBAAoB,CAC3B,gBAAgB,EAAE,MAAM,GACvB,UAAU,CAAC,CAAC,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;IAEtD;;;;OAIG;IACH,QAAQ,CAAC,UAAU,CACjB,MAAM,EAAE,aAAa,EACrB,qBAAqB,CAAC,EAAE,MAAM,GAC7B,UAAU,CAAC,MAAM,CAAC;IAErB;;;;OAIG;IACH,QAAQ,CAAC,iBAAiB,CACxB,MAAM,EAAE,aAAa,EACrB,qBAAqB,CAAC,EAAE,MAAM,GAC7B,UAAU,CAAC,MAAM,CAAC;IAErB,QAAQ,CAAC,gBAAgB,CAAC,gBAAgB,EAAE,MAAM,GAAG,IAAI;IACzD,QAAQ,CAAC,cAAc,CAAC,gBAAgB,EAAE,MAAM,GAAG,OAAO;CAC3D"}
1
+ {"version":3,"file":"records-repository.interface.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/common/domain/src/lib/repository/records-repository.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AACjC,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,YAAY,EACZ,YAAY,EACZ,aAAa,EACd,MAAM,iBAAiB,CAAA;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAE/C,8BAAsB,0BAA0B;IAC9C,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,UAAU,CAAC,aAAa,CAAC;IAChE,QAAQ,CAAC,eAAe,CAAC,OAAO,EAAE,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC;IACnE,QAAQ,CAAC,SAAS,CAAC,gBAAgB,EAAE,MAAM,GAAG,UAAU,CAAC,aAAa,GAAG,IAAI,CAAC;IAC9E,QAAQ,CAAC,SAAS,CAAC,MAAM,EAAE,kBAAkB,GAAG,UAAU,CAAC,YAAY,CAAC;IACxE,QAAQ,CAAC,iBAAiB,CACxB,SAAS,EAAE,aAAa,GACvB,UAAU,CAAC,aAAa,EAAE,CAAC;IAC9B,QAAQ,CAAC,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC,aAAa,CAAC;IAE9D;;;;;;;OAOG;IACH,QAAQ,CAAC,oBAAoB,CAC3B,gBAAgB,EAAE,MAAM,GACvB,UAAU,CAAC,CAAC,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;IAEtD;;;;OAIG;IACH,QAAQ,CAAC,UAAU,CACjB,MAAM,EAAE,aAAa,EACrB,qBAAqB,CAAC,EAAE,MAAM,GAC7B,UAAU,CAAC,MAAM,CAAC;IAErB;;;;OAIG;IACH,QAAQ,CAAC,iBAAiB,CACxB,MAAM,EAAE,aAAa,EACrB,qBAAqB,CAAC,EAAE,MAAM,GAC7B,UAAU,CAAC,MAAM,CAAC;IAErB,QAAQ,CAAC,gBAAgB,CAAC,gBAAgB,EAAE,MAAM,GAAG,IAAI;IACzD,QAAQ,CAAC,cAAc,CAAC,gBAAgB,EAAE,MAAM,GAAG,OAAO;IAE1D,uEAAuE;IACvE,QAAQ,CAAC,YAAY,IAAI,UAAU,CAAC,aAAa,EAAE,CAAC;CACrD"}
@@ -12,9 +12,10 @@ import * as i10 from "../../../../ui/widgets/src/lib/ui-widgets.module";
12
12
  import * as i11 from "@ngx-translate/core";
13
13
  import * as i12 from "../../../../ui/dataviz/src/lib/chart/chart.component";
14
14
  import * as i13 from "../../../../ui/inputs/src/lib/ui-inputs.module";
15
+ import * as i14 from "../../../../ui/widgets/src/lib/popup-alert/popup-alert.component";
15
16
  export declare class FeatureDatavizModule {
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDatavizModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureDatavizModule, [typeof i1.GeoTableViewComponent, typeof i2.FigureContainerComponent, typeof i3.TableViewComponent, typeof i4.ChartViewComponent], [typeof i5.CommonModule, typeof i6.FeatureMapModule, typeof i7.UiMapModule, typeof i8.UiDatavizModule, typeof i9.TableComponent, typeof i10.UiWidgetsModule, typeof i11.TranslateModule, typeof i12.ChartComponent, typeof i13.UiInputsModule], [typeof i1.GeoTableViewComponent, typeof i2.FigureContainerComponent, typeof i3.TableViewComponent, typeof i4.ChartViewComponent]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureDatavizModule, [typeof i1.GeoTableViewComponent, typeof i2.FigureContainerComponent, typeof i3.TableViewComponent, typeof i4.ChartViewComponent], [typeof i5.CommonModule, typeof i6.FeatureMapModule, typeof i7.UiMapModule, typeof i8.UiDatavizModule, typeof i9.TableComponent, typeof i10.UiWidgetsModule, typeof i11.TranslateModule, typeof i12.ChartComponent, typeof i13.UiInputsModule, typeof i14.PopupAlertComponent], [typeof i1.GeoTableViewComponent, typeof i2.FigureContainerComponent, typeof i3.TableViewComponent, typeof i4.ChartViewComponent]>;
18
19
  static ɵinj: i0.ɵɵInjectorDeclaration<FeatureDatavizModule>;
19
20
  }
20
21
  //# sourceMappingURL=feature-dataviz.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"feature-dataviz.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/dataviz/src/lib/feature-dataviz.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAiBA,qBAyBa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
1
+ {"version":3,"file":"feature-dataviz.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/dataviz/src/lib/feature-dataviz.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAiBA,qBA0Ba,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
@@ -24,4 +24,5 @@ export declare const saveRecordFailure: import("@ngrx/store").ActionCreator<"[Ed
24
24
  }) => {
25
25
  error: SaveRecordError;
26
26
  } & import("@ngrx/store/src/models").TypedAction<"[Editor] Save record failure">>;
27
+ export declare const draftSaveSuccess: import("@ngrx/store").ActionCreator<"[Editor] Draft save success", () => import("@ngrx/store/src/models").TypedAction<"[Editor] Draft save success">>;
27
28
  //# sourceMappingURL=editor.actions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"editor.actions.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/+state/editor.actions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;AACzF,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAA;AAEjD,eAAO,MAAM,UAAU;YAGX,aAAa;sBACH,OAAO;mBACV,MAAM,GAAG,IAAI;;YAFpB,aAAa;sBACH,OAAO;mBACV,MAAM,GAAG,IAAI;yEAE/B,CAAA;AAED,eAAO,MAAM,iBAAiB;WAEb,MAAM;WAAS,OAAO;;WAAtB,MAAM;WAAS,OAAO;iFACtC,CAAA;AAED,eAAO,MAAM,mBAAmB,+JAE/B,CAAA;AAED,eAAO,MAAM,UAAU,yIAAuC,CAAA;AAC9D,eAAO,MAAM,iBAAiB,yJAA+C,CAAA;AAC7E,eAAO,MAAM,iBAAiB;WAEb,eAAe;;WAAf,eAAe;iFAC/B,CAAA"}
1
+ {"version":3,"file":"editor.actions.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/+state/editor.actions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;AACzF,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAA;AAEjD,eAAO,MAAM,UAAU;YAGX,aAAa;sBACH,OAAO;mBACV,MAAM,GAAG,IAAI;;YAFpB,aAAa;sBACH,OAAO;mBACV,MAAM,GAAG,IAAI;yEAE/B,CAAA;AAED,eAAO,MAAM,iBAAiB;WAEb,MAAM;WAAS,OAAO;;WAAtB,MAAM;WAAS,OAAO;iFACtC,CAAA;AAED,eAAO,MAAM,mBAAmB,+JAE/B,CAAA;AAED,eAAO,MAAM,UAAU,yIAAuC,CAAA;AAC9D,eAAO,MAAM,iBAAiB,yJAA+C,CAAA;AAC7E,eAAO,MAAM,iBAAiB;WAEb,eAAe;;WAAf,eAAe;iFAC/B,CAAA;AAED,eAAO,MAAM,gBAAgB,uJAA8C,CAAA"}
@@ -12,7 +12,7 @@ export declare class EditorEffects {
12
12
  error: string;
13
13
  } & import("@ngrx/store/src/models").TypedAction<"[Editor] Save record failure">)> & import("@ngrx/effects").CreateEffectMetadata;
14
14
  markAsChanged$: import("rxjs").Observable<import("@ngrx/store/src/models").TypedAction<"[Editor] Mark record as changed">> & import("@ngrx/effects").CreateEffectMetadata;
15
- saveRecordDraft$: import("rxjs").Observable<void> & import("@ngrx/effects").CreateEffectMetadata;
15
+ saveRecordDraft$: import("rxjs").Observable<import("@ngrx/store/src/models").TypedAction<"[Editor] Draft save success">> & import("@ngrx/effects").CreateEffectMetadata;
16
16
  checkHasChangesOnOpen$: import("rxjs").Observable<import("@ngrx/store/src/models").TypedAction<"[Editor] Mark record as changed">> & import("@ngrx/effects").CreateEffectMetadata;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<EditorEffects, never>;
18
18
  static ɵprov: i0.ɵɵInjectableDeclaration<EditorEffects>;
@@ -1 +1 @@
1
- {"version":3,"file":"editor.effects.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/+state/editor.effects.ts"],"names":[],"mappings":";AAUA,qBACa,aAAa;IACxB,OAAO,CAAC,QAAQ,CAAkB;IAClC,OAAO,CAAC,aAAa,CAAwB;IAC7C,OAAO,CAAC,iBAAiB,CAAqC;IAC9D,OAAO,CAAC,KAAK,CAAgB;IAE7B,WAAW;;;;;;sIA6BV;IAED,cAAc,4JAKb;IAED,gBAAgB,iFASf;IAED,sBAAsB,4JASrB;yCAhEU,aAAa;6CAAb,aAAa;CAiEzB"}
1
+ {"version":3,"file":"editor.effects.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/+state/editor.effects.ts"],"names":[],"mappings":";AAcA,qBACa,aAAa;IACxB,OAAO,CAAC,QAAQ,CAAkB;IAClC,OAAO,CAAC,aAAa,CAAwB;IAC7C,OAAO,CAAC,iBAAiB,CAAqC;IAC9D,OAAO,CAAC,KAAK,CAAgB;IAE7B,WAAW;;;;;;sIAgCV;IAED,cAAc,4JAKb;IAED,gBAAgB,wJAQf;IAED,sBAAsB,4JASrB;yCAlEU,aAAa;6CAAb,aAAa;CAmEzB"}
@@ -14,6 +14,7 @@ export declare class EditorFacade {
14
14
  config: import("../models/fields.model").EditorFieldConfig;
15
15
  value: any;
16
16
  }[]>;
17
+ draftSaveSuccess$: import("rxjs").Observable<import("@ngrx/store/src/models").TypedAction<"[Editor] Draft save success">>;
17
18
  openRecord(record: CatalogRecord, recordSource: string, alreadySavedOnce: boolean): void;
18
19
  saveRecord(): void;
19
20
  updateRecordField(field: string, value: unknown): void;
@@ -1 +1 @@
1
- {"version":3,"file":"editor.facade.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/+state/editor.facade.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;;AAIzF,qBACa,YAAY;IACvB,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAgB;IACtC,OAAO,CAAC,QAAQ,CAAkB;IAElC,OAAO,2CAAwD;IAC/D,aAAa,oCAA8D;IAC3E,iBAAiB,qCAEhB;IACD,OAAO,qCAA8D;IACrE,UAAU,oCAGT;IACD,YAAY,0GAA8D;IAC1E,iBAAiB,qCAEhB;IACD,aAAa;;;SAA8D;IAE3E,UAAU,CACR,MAAM,EAAE,aAAa,EACrB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,OAAO;IAO3B,UAAU;IAIV,iBAAiB,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO;yCAlCpC,YAAY;6CAAZ,YAAY;CAqCxB"}
1
+ {"version":3,"file":"editor.facade.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/+state/editor.facade.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;;AAIzF,qBACa,YAAY;IACvB,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAgB;IACtC,OAAO,CAAC,QAAQ,CAAkB;IAElC,OAAO,2CAAwD;IAC/D,aAAa,oCAA8D;IAC3E,iBAAiB,qCAEhB;IACD,OAAO,qCAA8D;IACrE,UAAU,oCAGT;IACD,YAAY,0GAA8D;IAC1E,iBAAiB,qCAEhB;IACD,aAAa;;;SAA8D;IAC3E,iBAAiB,yGAA6D;IAE9E,UAAU,CACR,MAAM,EAAE,aAAa,EACrB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,OAAO;IAO3B,UAAU;IAIV,iBAAiB,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO;yCAnCpC,YAAY;6CAAZ,YAAY;CAsCxB"}
@@ -0,0 +1,25 @@
1
+ import { FormControl } from '@angular/forms';
2
+ import { PlatformServiceInterface } from '../../../../../../../../../libs/common/domain/src/lib/platform.service.interface';
3
+ import { Keyword } from '../../../../../../../../../libs/common/domain/src/lib/model/record';
4
+ import * as i0 from "@angular/core";
5
+ type AutocompleteItem = {
6
+ title: string;
7
+ value: Keyword;
8
+ };
9
+ export declare class FormFieldKeywordsComponent {
10
+ private platformService;
11
+ control: FormControl<Keyword[]>;
12
+ displayWithFn: (item: AutocompleteItem) => string;
13
+ autoCompleteAction: (query: string) => import("rxjs").Observable<{
14
+ title: string;
15
+ value: Keyword;
16
+ }[]>;
17
+ constructor(platformService: PlatformServiceInterface);
18
+ handleItemSelection(item: AutocompleteItem): void;
19
+ addKeyword(keyword: Keyword): void;
20
+ removeKeyword(index: number): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldKeywordsComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldKeywordsComponent, "gn-ui-form-field-keywords", never, { "control": { "alias": "control"; "required": false; }; }, {}, never, never, true, never>;
23
+ }
24
+ export {};
25
+ //# sourceMappingURL=form-field-keywords.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-field-keywords.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAC5C,OAAO,EAAE,wBAAwB,EAAE,MAAM,kFAAkF,CAAA;AAQ3H,OAAO,EAAE,OAAO,EAAE,MAAM,oEAAoE,CAAA;;AAE5F,KAAK,gBAAgB,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,CAAA;CAAE,CAAA;AAEzD,qBAca,0BAA0B;IAiBzB,OAAO,CAAC,eAAe;IAhB1B,OAAO,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,CAAA;IAExC,aAAa,SAAU,gBAAgB,YAEtC;IAED,kBAAkB,UAAW,MAAM;;;SAQlC;gBAEmB,eAAe,EAAE,wBAAwB;IAE7D,mBAAmB,CAAC,IAAI,EAAE,gBAAgB;IAI1C,UAAU,CAAC,OAAO,EAAE,OAAO;IAmB3B,aAAa,CAAC,KAAK,EAAE,MAAM;yCA1ChB,0BAA0B;2CAA1B,0BAA0B;CA+CtC"}
@@ -0,0 +1,8 @@
1
+ import { FormControl } from '@angular/forms';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FormFieldTemporalExtentsDateComponent {
4
+ control: FormControl;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldTemporalExtentsDateComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldTemporalExtentsDateComponent, "gn-ui-form-field-temporal-extents-date", never, { "control": { "alias": "control"; "required": false; }; }, {}, never, never, true, never>;
7
+ }
8
+ //# sourceMappingURL=form-field-temporal-extents-date.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-field-temporal-extents-date.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../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"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;;AAI5C,qBAQa,qCAAqC;IACvC,OAAO,EAAG,WAAW,CAAA;yCADnB,qCAAqC;2CAArC,qCAAqC;CAEjD"}
@@ -0,0 +1,8 @@
1
+ import { FormControl } from '@angular/forms';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FormFieldTemporalExtentsRangeComponent {
4
+ control: FormControl;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldTemporalExtentsRangeComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldTemporalExtentsRangeComponent, "gn-ui-form-field-temporal-extents-range", never, { "control": { "alias": "control"; "required": false; }; }, {}, never, never, true, never>;
7
+ }
8
+ //# sourceMappingURL=form-field-temporal-extents-range.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-field-temporal-extents-range.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../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"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;;AAI5C,qBAQa,sCAAsC;IACxC,OAAO,EAAG,WAAW,CAAA;yCADnB,sCAAsC;2CAAtC,sCAAsC;CAElD"}
@@ -0,0 +1,31 @@
1
+ import { OnDestroy, OnInit, Type } from '@angular/core';
2
+ import { FormArray, FormControl } from '@angular/forms';
3
+ import { Subscription } from 'rxjs';
4
+ import { TranslateService } from '@ngx-translate/core';
5
+ import * as i0 from "@angular/core";
6
+ export declare class FormFieldTemporalExtentsComponent implements OnInit, OnDestroy {
7
+ private translateService;
8
+ control: FormControl;
9
+ subscription: Subscription;
10
+ array: FormArray;
11
+ elements: Array<{
12
+ component: Type<any>;
13
+ inputs: Record<string, any>;
14
+ }>;
15
+ addOptions$: import("rxjs").Observable<[{
16
+ buttonLabel: any;
17
+ eventName: string;
18
+ }, {
19
+ buttonLabel: any;
20
+ eventName: string;
21
+ }]>;
22
+ constructor(translateService: TranslateService);
23
+ ngOnInit(): void;
24
+ onElementsChange(elements: any): void;
25
+ onAdd(eventName: string): void;
26
+ ngOnDestroy(): void;
27
+ private resetValueFromInput;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldTemporalExtentsComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldTemporalExtentsComponent, "gn-ui-form-field-temporal-extents", never, { "control": { "alias": "control"; "required": false; }; }, {}, never, never, true, never>;
30
+ }
31
+ //# sourceMappingURL=form-field-temporal-extents.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-field-temporal-extents.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,SAAS,EACT,MAAM,EACN,IAAI,EACL,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAEvD,OAAO,EAAE,YAAY,EAAsB,MAAM,MAAM,CAAA;AAGvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;;AAGtD,qBAQa,iCAAkC,YAAW,MAAM,EAAE,SAAS;IAoB7D,OAAO,CAAC,gBAAgB;IAnB3B,OAAO,EAAG,WAAW,CAAA;IAE9B,YAAY,EAAE,YAAY,CAAA;IAE1B,KAAK,EAAE,SAAS,CAAoB;IACpC,QAAQ,EAAE,KAAK,CAAC;QACd,SAAS,EAAE,IAAI,CAAC,GAAG,CAAC,CAAA;QACpB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;KAC5B,CAAC,CAAA;IAEF,WAAW;;;;;;QAOT;gBAEkB,gBAAgB,EAAE,gBAAgB;IAEtD,QAAQ;IAkBR,gBAAgB,CAAC,QAAQ,EAAE,GAAG;IAS9B,KAAK,CAAC,SAAS,EAAE,MAAM;IAkBvB,WAAW,IAAI,IAAI;IAInB,OAAO,CAAC,mBAAmB;yCAvEhB,iCAAiC;2CAAjC,iCAAiC;CAyG7C"}
@@ -1,20 +1,20 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { FormControl } from '@angular/forms';
3
+ import { DropdownChoice } from '../../../../../../../../../libs/ui/inputs/src';
3
4
  import { TranslateService } from '@ngx-translate/core';
5
+ import { UpdateFrequency } from '../../../../../../../../../libs/common/domain/src/lib/model/record';
4
6
  import * as i0 from "@angular/core";
5
7
  export declare class FormFieldUpdateFrequencyComponent implements OnInit {
6
8
  private translateService;
7
- control: FormControl;
9
+ control: FormControl<UpdateFrequency>;
10
+ protected choices: DropdownChoice[];
8
11
  get planned(): boolean;
9
12
  constructor(translateService: TranslateService);
10
- ngOnInit(): void;
13
+ ngOnInit(): Promise<void>;
11
14
  onPlannedToggled(): void;
12
15
  get selectedFrequency(): string;
13
16
  onSelectFrequencyValue(value: unknown): void;
14
- choices: {
15
- value: string;
16
- label: any;
17
- }[];
17
+ private getInitialChoices;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldUpdateFrequencyComponent, never>;
19
19
  static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldUpdateFrequencyComponent, "gn-ui-form-field-update-frequency", never, { "control": { "alias": "control"; "required": false; }; }, {}, never, never, true, never>;
20
20
  }
@@ -1 +1 @@
1
- {"version":3,"file":"form-field-update-frequency.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,MAAM,EACP,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAM5C,OAAO,EAAmB,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;;AAEvE,qBAQa,iCAAkC,YAAW,MAAM;IAOlD,OAAO,CAAC,gBAAgB;IAN3B,OAAO,EAAE,WAAW,CAAA;IAE7B,IAAI,OAAO,YAEV;gBAEmB,gBAAgB,EAAE,gBAAgB;IAEtD,QAAQ;IAmBR,gBAAgB;IAQhB,IAAI,iBAAiB,WAGpB;IAED,sBAAsB,CAAC,KAAK,EAAE,OAAO;IAKrC,OAAO;;;QAyEN;yCAvHU,iCAAiC;2CAAjC,iCAAiC;CAwH7C"}
1
+ {"version":3,"file":"form-field-update-frequency.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,MAAM,EACP,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAC5C,OAAO,EAEL,cAAc,EAEf,MAAM,+CAA+C,CAAA;AACtD,OAAO,EAAmB,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACvE,OAAO,EACL,eAAe,EAEhB,MAAM,oEAAoE,CAAA;;AAG3E,qBAQa,iCAAkC,YAAW,MAAM;IASlD,OAAO,CAAC,gBAAgB;IAR3B,OAAO,EAAE,WAAW,CAAC,eAAe,CAAC,CAAA;IAE9C,SAAS,CAAC,OAAO,EAAE,cAAc,EAAE,CAAK;IAExC,IAAI,OAAO,YAEV;gBAEmB,gBAAgB,EAAE,gBAAgB;IAEhD,QAAQ;IAuBd,gBAAgB;IAQhB,IAAI,iBAAiB,IAAI,MAAM,CAI9B;IAED,sBAAsB,CAAC,KAAK,EAAE,OAAO;YAQvB,iBAAiB;yCAxDpB,iCAAiC;2CAAjC,iCAAiC;CA4H7C"}