geonetwork-ui 2.4.2-dev.ff0aab388 → 2.5.0-dev.6d78023ff

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 (185) hide show
  1. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +2 -3
  2. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +4 -1
  3. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +17 -5
  4. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +2 -2
  5. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  6. package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +18 -16
  7. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +4 -14
  8. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +12 -17
  9. package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +3 -3
  10. package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +3 -3
  11. package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +3 -4
  12. package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +3 -3
  13. package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +31 -40
  14. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +3 -3
  15. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +3 -3
  16. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +3 -3
  17. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +8 -9
  18. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +5 -25
  19. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +5 -4
  20. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +3 -3
  21. package/esm2022/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.mjs +11 -11
  22. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +10 -2
  23. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +6 -3
  24. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +3 -3
  25. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +6 -7
  26. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +6 -3
  27. package/esm2022/libs/ui/dataviz/src/index.mjs +3 -3
  28. package/esm2022/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.mjs +51 -0
  29. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +133 -0
  30. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.data.source.mjs +24 -0
  31. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.mjs +82 -0
  32. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +18 -10
  33. package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +3 -1
  34. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +15 -13
  35. package/esm2022/libs/util/data-fetcher/src/index.mjs +3 -1
  36. package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +5 -1
  37. package/esm2022/libs/util/data-fetcher/src/lib/headers.mjs +3 -2
  38. package/esm2022/libs/util/data-fetcher/src/lib/model.mjs +8 -3
  39. package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +97 -0
  40. package/esm2022/libs/util/data-fetcher/src/lib/utils.mjs +3 -3
  41. package/esm2022/libs/util/shared/src/lib/services/date.service.mjs +41 -0
  42. package/esm2022/libs/util/shared/src/lib/services/index.mjs +2 -1
  43. package/esm2022/libs/util/shared/src/lib/utils/temporal-extent-union.mjs +4 -4
  44. package/esm2022/translations/de.json +20 -5
  45. package/esm2022/translations/en.json +29 -14
  46. package/esm2022/translations/es.json +20 -5
  47. package/esm2022/translations/fr.json +30 -15
  48. package/esm2022/translations/it.json +39 -26
  49. package/esm2022/translations/nl.json +20 -5
  50. package/esm2022/translations/pt.json +20 -5
  51. package/fesm2022/geonetwork-ui.mjs +942 -534
  52. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  53. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  54. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  55. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +2 -1
  56. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +1 -1
  57. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  58. package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts +7 -9
  59. package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts.map +1 -1
  60. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  61. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +3 -6
  62. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
  63. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts +0 -1
  64. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +1 -1
  65. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +7 -14
  66. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +1 -1
  67. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts +2 -2
  68. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts.map +1 -1
  69. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts +1 -6
  70. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts.map +1 -1
  71. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -1
  72. package/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.d.ts +3 -3
  73. package/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.d.ts.map +1 -1
  74. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  75. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +2 -1
  76. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
  77. package/libs/feature/record/src/lib/feature-record.module.d.ts +2 -2
  78. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
  79. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +2 -1
  80. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  81. package/libs/ui/dataviz/src/index.d.ts +2 -2
  82. package/libs/ui/dataviz/src/index.d.ts.map +1 -1
  83. package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts +14 -0
  84. package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts.map +1 -0
  85. package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts +45 -0
  86. package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +1 -0
  87. package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts +12 -0
  88. package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts.map +1 -0
  89. package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts +10 -0
  90. package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts.map +1 -0
  91. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +5 -0
  92. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +1 -1
  93. package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts.map +1 -1
  94. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +3 -2
  95. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  96. package/libs/util/data-fetcher/src/index.d.ts +3 -1
  97. package/libs/util/data-fetcher/src/index.d.ts.map +1 -1
  98. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts +3 -2
  99. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts.map +1 -1
  100. package/libs/util/data-fetcher/src/lib/headers.d.ts.map +1 -1
  101. package/libs/util/data-fetcher/src/lib/model.d.ts +2 -2
  102. package/libs/util/data-fetcher/src/lib/model.d.ts.map +1 -1
  103. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts +21 -0
  104. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +1 -0
  105. package/libs/util/shared/src/lib/services/date.service.d.ts +13 -0
  106. package/libs/util/shared/src/lib/services/date.service.d.ts.map +1 -0
  107. package/libs/util/shared/src/lib/services/index.d.ts +1 -0
  108. package/libs/util/shared/src/lib/services/index.d.ts.map +1 -1
  109. package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts +2 -1
  110. package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts.map +1 -1
  111. package/package.json +1 -1
  112. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -0
  113. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +1 -2
  114. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +3 -0
  115. package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +19 -5
  116. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +1 -5
  117. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +1 -1
  118. package/src/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.html +3 -3
  119. package/src/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.ts +17 -15
  120. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +4 -14
  121. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +4 -3
  122. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +9 -18
  123. package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.html +1 -1
  124. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +1 -1
  125. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.html +4 -1
  126. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +0 -4
  127. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +2 -2
  128. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +8 -8
  129. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +32 -45
  130. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +1 -1
  131. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +3 -1
  132. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.html +1 -1
  133. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.html +0 -1
  134. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.ts +6 -6
  135. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.html +24 -17
  136. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +2 -27
  137. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +1 -1
  138. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +2 -1
  139. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +1 -1
  140. package/src/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.ts +3 -4
  141. package/src/libs/feature/editor/src/lib/fields.config.ts +9 -1
  142. package/src/libs/feature/record/src/lib/data-view/data-view.component.html +2 -1
  143. package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +1 -0
  144. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +1 -1
  145. package/src/libs/feature/record/src/lib/feature-record.module.ts +6 -4
  146. package/src/libs/feature/record/src/lib/map-view/map-view.component.html +1 -0
  147. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +1 -0
  148. package/src/libs/ui/dataviz/src/index.ts +2 -2
  149. package/src/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.ts +52 -0
  150. package/src/libs/ui/dataviz/src/lib/{table/table.component.css → data-table/data-table.component.css} +4 -0
  151. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +67 -0
  152. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +173 -0
  153. package/src/libs/ui/dataviz/src/lib/data-table/data-table.data.source.ts +33 -0
  154. package/src/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.ts +84 -0
  155. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +3 -3
  156. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +12 -2
  157. package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +3 -0
  158. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +1 -1
  159. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +4 -2
  160. package/src/libs/util/data-fetcher/src/index.ts +3 -0
  161. package/src/libs/util/data-fetcher/src/lib/data-fetcher.ts +9 -1
  162. package/src/libs/util/data-fetcher/src/lib/headers.ts +4 -3
  163. package/src/libs/util/data-fetcher/src/lib/model.ts +7 -2
  164. package/src/libs/util/data-fetcher/src/lib/readers/wfs.ts +134 -0
  165. package/src/libs/util/data-fetcher/src/lib/utils.ts +2 -2
  166. package/src/libs/util/shared/src/lib/services/date.service.ts +45 -0
  167. package/src/libs/util/shared/src/lib/services/index.ts +1 -0
  168. package/src/libs/util/shared/src/lib/utils/temporal-extent-union.ts +6 -3
  169. package/translations/de.json +20 -5
  170. package/translations/en.json +29 -14
  171. package/translations/es.json +20 -5
  172. package/translations/fr.json +30 -15
  173. package/translations/it.json +39 -26
  174. package/translations/nl.json +20 -5
  175. package/translations/pt.json +20 -5
  176. package/translations/sk.json +21 -6
  177. package/esm2022/libs/ui/dataviz/src/lib/table/table.component.mjs +0 -61
  178. package/esm2022/libs/ui/dataviz/src/lib/table/table.fixtures.mjs +0 -40
  179. package/libs/ui/dataviz/src/lib/table/table.component.d.ts +0 -29
  180. package/libs/ui/dataviz/src/lib/table/table.component.d.ts.map +0 -1
  181. package/libs/ui/dataviz/src/lib/table/table.fixtures.d.ts +0 -11
  182. package/libs/ui/dataviz/src/lib/table/table.fixtures.d.ts.map +0 -1
  183. package/src/libs/ui/dataviz/src/lib/table/table.component.html +0 -40
  184. package/src/libs/ui/dataviz/src/lib/table/table.component.ts +0 -80
  185. package/src/libs/ui/dataviz/src/lib/table/table.fixtures.ts +0 -40

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.