geonetwork-ui 2.2.0-dev.723017a4 → 2.2.0-dev.751c5530

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 (156) hide show
  1. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +16 -4
  2. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.metadata.mapper.mjs +3 -1
  3. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
  4. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/converter.mjs +7 -2
  5. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +4 -1
  6. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +1 -1
  7. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +2 -2
  8. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  9. package/esm2022/libs/feature/editor/src/index.mjs +6 -1
  10. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +8 -0
  11. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +26 -0
  12. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +30 -0
  13. package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +2 -0
  14. package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +42 -0
  15. package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +13 -0
  16. package/esm2022/libs/feature/editor/src/lib/expressions.mjs +13 -0
  17. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +16 -4
  18. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +34 -0
  19. package/esm2022/libs/feature/editor/src/lib/models/fields.model.mjs +2 -0
  20. package/esm2022/libs/feature/editor/src/lib/record-form/record-form.component.mjs +15 -11
  21. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +22 -44
  22. package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +13 -13
  23. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +3 -3
  24. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +3 -3
  25. package/esm2022/libs/ui/elements/src/lib/max-lines/max-lines.component.mjs +5 -3
  26. package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +3 -3
  27. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +17 -5
  28. package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +3 -3
  29. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +9 -9
  30. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +3 -3
  31. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +3 -3
  32. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field.component.mjs +4 -2
  33. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field.model.mjs +1 -1
  34. package/esm2022/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.mjs +3 -3
  35. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +3 -3
  36. package/esm2022/libs/util/i18n/src/lib/i18n.constants.mjs +18 -1
  37. package/esm2022/libs/util/shared/src/lib/utils/index.mjs +2 -1
  38. package/esm2022/libs/util/shared/src/lib/utils/temporal-extent-union.mjs +32 -0
  39. package/esm2022/translations/de.json +35 -26
  40. package/esm2022/translations/en.json +27 -18
  41. package/esm2022/translations/es.json +24 -15
  42. package/esm2022/translations/fr.json +45 -36
  43. package/esm2022/translations/it.json +39 -30
  44. package/esm2022/translations/nl.json +25 -16
  45. package/esm2022/translations/pt.json +24 -15
  46. package/fesm2022/geonetwork-ui.mjs +581 -300
  47. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  48. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  49. package/libs/api/metadata-converter/src/lib/gn4/gn4.metadata.mapper.d.ts.map +1 -1
  50. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +1 -0
  51. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
  52. package/libs/api/metadata-converter/src/lib/iso19139/converter.d.ts.map +1 -1
  53. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +1 -0
  54. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  55. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  56. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +1 -1
  57. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +3 -0
  58. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  59. package/libs/feature/editor/src/index.d.ts +5 -0
  60. package/libs/feature/editor/src/index.d.ts.map +1 -1
  61. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +23 -0
  62. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -0
  63. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +15 -0
  64. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -0
  65. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +19 -0
  66. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -0
  67. package/libs/feature/editor/src/lib/+state/editor.models.d.ts +2 -0
  68. package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +1 -0
  69. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +18 -0
  70. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +1 -0
  71. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +15 -0
  72. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +1 -0
  73. package/libs/feature/editor/src/lib/expressions.d.ts +4 -0
  74. package/libs/feature/editor/src/lib/expressions.d.ts.map +1 -0
  75. package/libs/feature/editor/src/lib/feature-editor.module.d.ts +3 -1
  76. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
  77. package/libs/feature/editor/src/lib/fields.config.d.ts +3 -0
  78. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -0
  79. package/libs/feature/editor/src/lib/models/fields.model.d.ts +15 -0
  80. package/libs/feature/editor/src/lib/models/fields.model.d.ts.map +1 -0
  81. package/libs/feature/editor/src/lib/record-form/record-form.component.d.ts +10 -5
  82. package/libs/feature/editor/src/lib/record-form/record-form.component.d.ts.map +1 -1
  83. package/libs/feature/editor/src/lib/services/editor.service.d.ts +3 -13
  84. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
  85. package/libs/ui/elements/src/lib/max-lines/max-lines.component.d.ts.map +1 -1
  86. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +6 -0
  87. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +1 -1
  88. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
  89. package/libs/ui/inputs/src/lib/form-field/form-field.component.d.ts.map +1 -1
  90. package/libs/ui/inputs/src/lib/form-field/form-field.model.d.ts +0 -1
  91. package/libs/ui/inputs/src/lib/form-field/form-field.model.d.ts.map +1 -1
  92. package/libs/util/i18n/src/lib/i18n.constants.d.ts +17 -0
  93. package/libs/util/i18n/src/lib/i18n.constants.d.ts.map +1 -1
  94. package/libs/util/shared/src/lib/utils/index.d.ts +1 -0
  95. package/libs/util/shared/src/lib/utils/index.d.ts.map +1 -1
  96. package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts +5 -0
  97. package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts.map +1 -0
  98. package/package.json +1 -1
  99. package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +2 -0
  100. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +2 -0
  101. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +4 -0
  102. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +19 -3
  103. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.metadata.mapper.ts +2 -0
  104. package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +1 -0
  105. package/src/libs/api/metadata-converter/src/lib/iso19139/converter.ts +6 -0
  106. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +5 -1
  107. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +8 -2
  108. package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +1 -1
  109. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +4 -0
  110. package/src/libs/common/fixtures/src/lib/elasticsearch/full-response.ts +1 -1
  111. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +33 -11
  112. package/src/libs/feature/editor/src/index.ts +5 -0
  113. package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +24 -0
  114. package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +49 -0
  115. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +30 -0
  116. package/src/libs/feature/editor/src/lib/+state/editor.models.ts +1 -0
  117. package/src/libs/feature/editor/src/lib/+state/editor.reducer.ts +68 -0
  118. package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +39 -0
  119. package/src/libs/feature/editor/src/lib/expressions.ts +16 -0
  120. package/src/libs/feature/editor/src/lib/feature-editor.module.ts +11 -0
  121. package/src/libs/feature/editor/src/lib/fields.config.ts +35 -0
  122. package/src/libs/feature/editor/src/lib/models/fields.model.ts +29 -0
  123. package/src/libs/feature/editor/src/lib/record-form/record-form.component.html +9 -7
  124. package/src/libs/feature/editor/src/lib/record-form/record-form.component.ts +11 -5
  125. package/src/libs/feature/editor/src/lib/services/editor.service.ts +34 -73
  126. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +12 -12
  127. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +3 -4
  128. package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.html +1 -1
  129. package/src/libs/ui/elements/src/lib/max-lines/max-lines.component.html +5 -1
  130. package/src/libs/ui/elements/src/lib/max-lines/max-lines.component.ts +1 -0
  131. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +1 -1
  132. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +108 -20
  133. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +14 -0
  134. package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.html +2 -2
  135. package/src/libs/ui/inputs/src/lib/button/button.component.css +0 -5
  136. package/src/libs/ui/inputs/src/lib/button/button.component.html +0 -1
  137. package/src/libs/ui/inputs/src/lib/button/button.component.ts +6 -6
  138. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +1 -1
  139. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +3 -1
  140. package/src/libs/ui/inputs/src/lib/form-field/form-field.component.ts +3 -1
  141. package/src/libs/ui/inputs/src/lib/form-field/form-field.model.ts +0 -1
  142. package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.css +3 -0
  143. package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.html +1 -1
  144. package/src/libs/ui/layout/src/lib/carousel/carousel.component.html +1 -0
  145. package/src/libs/util/i18n/src/lib/i18n.constants.ts +18 -0
  146. package/src/libs/util/shared/src/lib/utils/index.ts +1 -0
  147. package/src/libs/util/shared/src/lib/utils/temporal-extent-union.ts +32 -0
  148. package/tailwind.base.css +44 -15
  149. package/translations/de.json +35 -26
  150. package/translations/en.json +27 -18
  151. package/translations/es.json +24 -15
  152. package/translations/fr.json +45 -36
  153. package/translations/it.json +39 -30
  154. package/translations/nl.json +25 -16
  155. package/translations/pt.json +24 -15
  156. package/translations/sk.json +117 -108

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.