geonetwork-ui 2.3.0-dev.3d65a13b → 2.3.0-dev.3efe236f

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 (328) hide show
  1. package/esm2022/index.mjs +2 -1
  2. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +6 -2
  3. package/esm2022/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.mjs +1 -1
  4. package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +12 -1
  5. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +36 -3
  6. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +19 -7
  7. package/esm2022/libs/common/domain/src/lib/model/record/index.mjs +2 -1
  8. package/esm2022/libs/common/domain/src/lib/model/record/user-feedbacks.model.mjs +2 -0
  9. package/esm2022/libs/common/domain/src/lib/model/user/index.mjs +2 -0
  10. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  11. package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +35 -7
  12. package/esm2022/libs/data-access/gn4/src/openapi/model/models.mjs +1 -2
  13. package/esm2022/libs/feature/editor/src/index.mjs +2 -2
  14. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +6 -2
  15. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +11 -0
  16. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +28 -0
  17. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +11 -0
  18. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +45 -0
  19. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +50 -0
  20. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +11 -0
  21. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.mjs +11 -0
  22. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +107 -0
  23. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.mjs +2 -0
  24. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +10 -0
  25. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +29 -0
  26. package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +1 -1
  27. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +10 -10
  28. package/esm2022/libs/feature/editor/src/lib/models/fields.model.mjs +1 -1
  29. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +3 -3
  30. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +1 -1
  31. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +1 -1
  32. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +1 -1
  33. package/esm2022/libs/feature/notifications/src/index.mjs +4 -0
  34. package/esm2022/libs/feature/notifications/src/lib/feature-notifications.module.mjs +18 -0
  35. package/esm2022/libs/feature/notifications/src/lib/notification.model.mjs +2 -0
  36. package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +49 -0
  37. package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +29 -0
  38. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +4 -4
  39. package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +22 -4
  40. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +37 -10
  41. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +22 -7
  42. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +52 -17
  43. package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +18 -3
  44. package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +2 -2
  45. package/esm2022/libs/feature/search/src/lib/results-table/results-table.component.mjs +3 -3
  46. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +3 -3
  47. package/esm2022/libs/ui/elements/src/index.mjs +15 -15
  48. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +5 -5
  49. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +45 -0
  50. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +3 -3
  51. package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +34 -0
  52. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +3 -3
  53. package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +4 -3
  54. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +14 -5
  55. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +59 -0
  56. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +62 -0
  57. package/esm2022/libs/ui/inputs/src/index.mjs +1 -2
  58. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +2 -1
  59. package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +59 -0
  60. package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +183 -0
  61. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +27 -4
  62. package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +19 -3
  63. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +10 -23
  64. package/esm2022/libs/ui/layout/src/index.mjs +6 -5
  65. package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +18 -0
  66. package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +4 -0
  67. package/esm2022/libs/util/shared/src/lib/utils/image-resize.mjs +60 -0
  68. package/esm2022/libs/util/shared/src/lib/utils/index.mjs +8 -6
  69. package/esm2022/translations/de.json +33 -0
  70. package/esm2022/translations/en.json +33 -0
  71. package/esm2022/translations/es.json +33 -0
  72. package/esm2022/translations/fr.json +33 -0
  73. package/esm2022/translations/it.json +33 -0
  74. package/esm2022/translations/nl.json +33 -0
  75. package/esm2022/translations/pt.json +33 -0
  76. package/fesm2022/geonetwork-ui.mjs +2168 -1119
  77. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  78. package/index.d.ts +1 -0
  79. package/index.d.ts.map +1 -1
  80. package/index.ts +1 -0
  81. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  82. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts +1 -0
  83. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts.map +1 -1
  84. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts +1 -0
  85. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts.map +1 -1
  86. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +6 -2
  87. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +1 -1
  88. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +9 -6
  89. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  90. package/libs/common/domain/src/lib/model/record/index.d.ts +1 -0
  91. package/libs/common/domain/src/lib/model/record/index.d.ts.map +1 -1
  92. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts +15 -0
  93. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts.map +1 -0
  94. package/libs/common/domain/src/lib/model/user/index.d.ts +2 -0
  95. package/libs/common/domain/src/lib/model/user/index.d.ts.map +1 -0
  96. package/libs/common/domain/src/lib/platform.service.interface.d.ts +3 -0
  97. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  98. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts +9 -5
  99. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +1 -1
  100. package/libs/data-access/gn4/src/openapi/model/models.d.ts +0 -1
  101. package/libs/data-access/gn4/src/openapi/model/models.d.ts.map +1 -1
  102. package/libs/feature/editor/src/index.d.ts +1 -1
  103. package/libs/feature/editor/src/index.d.ts.map +1 -1
  104. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +8 -5
  105. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  106. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.d.ts +1 -1
  107. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts.map +1 -0
  108. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.d.ts +1 -1
  109. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts.map +1 -0
  110. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-object/form-field-object.component.d.ts +1 -1
  111. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts.map +1 -0
  112. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +16 -0
  113. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +1 -0
  114. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-simple/form-field-simple.component.d.ts +2 -2
  115. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +1 -0
  116. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts +1 -1
  117. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -0
  118. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts +1 -1
  119. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts.map +1 -0
  120. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.component.d.ts +9 -4
  121. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -0
  122. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts.map +1 -0
  123. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -0
  124. package/libs/feature/editor/src/lib/{record-form → components/record-form}/record-form.component.d.ts +3 -3
  125. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -0
  126. package/libs/feature/editor/src/lib/feature-editor.module.d.ts +1 -1
  127. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
  128. package/libs/feature/editor/src/lib/models/fields.model.d.ts +1 -1
  129. package/libs/feature/notifications/src/index.d.ts +4 -0
  130. package/libs/feature/notifications/src/index.d.ts.map +1 -0
  131. package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts +7 -0
  132. package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts.map +1 -0
  133. package/libs/feature/notifications/src/lib/notification.model.d.ts +7 -0
  134. package/libs/feature/notifications/src/lib/notification.model.d.ts.map +1 -0
  135. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts +12 -0
  136. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts.map +1 -0
  137. package/libs/feature/notifications/src/lib/notifications.service.d.ts +15 -0
  138. package/libs/feature/notifications/src/lib/notifications.service.d.ts.map +1 -0
  139. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
  140. package/libs/feature/record/src/lib/state/mdview.actions.d.ts +40 -6
  141. package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +1 -1
  142. package/libs/feature/record/src/lib/state/mdview.effects.d.ts +24 -4
  143. package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
  144. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +14 -4
  145. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  146. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +8 -5
  147. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +1 -1
  148. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +12 -9
  149. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +1 -1
  150. package/libs/ui/elements/src/index.d.ts +14 -14
  151. package/libs/ui/elements/src/index.d.ts.map +1 -1
  152. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +13 -0
  153. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +1 -0
  154. package/libs/ui/elements/src/lib/notification/notification.component.d.ts +13 -0
  155. package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +1 -0
  156. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts +1 -1
  157. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts.map +1 -1
  158. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +10 -8
  159. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  160. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts +11 -0
  161. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts.map +1 -0
  162. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts +22 -0
  163. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts.map +1 -0
  164. package/libs/ui/inputs/src/index.d.ts +0 -1
  165. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  166. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
  167. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts +14 -0
  168. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts.map +1 -0
  169. package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts +44 -0
  170. package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts.map +1 -0
  171. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +7 -1
  172. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +1 -1
  173. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +4 -1
  174. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +1 -1
  175. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +26 -33
  176. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
  177. package/libs/ui/layout/src/index.d.ts +5 -4
  178. package/libs/ui/layout/src/index.d.ts.map +1 -1
  179. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +8 -0
  180. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +1 -0
  181. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +2 -0
  182. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +1 -0
  183. package/libs/util/shared/src/lib/utils/image-resize.d.ts +3 -0
  184. package/libs/util/shared/src/lib/utils/image-resize.d.ts.map +1 -0
  185. package/libs/util/shared/src/lib/utils/index.d.ts +7 -5
  186. package/libs/util/shared/src/lib/utils/index.d.ts.map +1 -1
  187. package/package.json +1 -1
  188. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +7 -1
  189. package/src/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.ts +1 -0
  190. package/src/libs/api/repository/src/lib/gn4/auth/gravatar.service.ts +12 -1
  191. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +51 -1
  192. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +34 -7
  193. package/src/libs/common/domain/src/lib/model/record/index.ts +1 -0
  194. package/src/libs/common/domain/src/lib/model/record/user-feedbacks.model.ts +15 -0
  195. package/src/libs/common/domain/src/lib/platform.service.interface.ts +3 -0
  196. package/src/libs/common/fixtures/src/index.ts +8 -6
  197. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +1 -1
  198. package/src/libs/common/fixtures/src/lib/user-feedbacks.fixtures.ts +83 -0
  199. package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +43 -12
  200. package/src/libs/data-access/gn4/src/openapi/model/models.ts +0 -1
  201. package/src/libs/data-access/gn4/src/spec.yaml +1 -1
  202. package/src/libs/feature/editor/src/index.ts +1 -1
  203. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +8 -1
  204. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.html +8 -0
  205. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.ts +70 -0
  206. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.ts +1 -0
  207. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.ts +4 -1
  208. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-object/form-field-object.component.ts +1 -0
  209. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.html +20 -0
  210. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +44 -0
  211. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-simple/form-field-simple.component.ts +4 -1
  212. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +1 -0
  213. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-temporal-extent/form-field-temporal-extent.component.ts +1 -0
  214. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.component.html +28 -4
  215. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +121 -0
  216. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.css +0 -0
  217. package/src/libs/feature/editor/src/lib/{record-form → components/record-form}/record-form.component.html +1 -0
  218. package/src/libs/feature/editor/src/lib/{record-form → components/record-form}/record-form.component.ts +4 -4
  219. package/src/libs/feature/editor/src/lib/feature-editor.module.ts +9 -9
  220. package/src/libs/feature/editor/src/lib/models/fields.model.ts +1 -1
  221. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.html +1 -1
  222. package/src/libs/feature/notifications/src/index.ts +3 -0
  223. package/src/libs/feature/notifications/src/lib/feature-notifications.module.ts +10 -0
  224. package/src/libs/feature/notifications/src/lib/notification.model.ts +6 -0
  225. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.css +0 -0
  226. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.html +17 -0
  227. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.ts +44 -0
  228. package/src/libs/feature/notifications/src/lib/notifications.service.ts +27 -0
  229. package/src/libs/feature/record/src/lib/feature-record.module.ts +5 -2
  230. package/src/libs/feature/record/src/lib/state/mdview.actions.ts +51 -6
  231. package/src/libs/feature/record/src/lib/state/mdview.effects.ts +82 -7
  232. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +49 -8
  233. package/src/libs/feature/record/src/lib/state/mdview.reducer.ts +81 -24
  234. package/src/libs/feature/record/src/lib/state/mdview.selectors.ts +40 -10
  235. package/src/libs/feature/router/src/lib/default/state/router.effects.ts +2 -2
  236. package/src/libs/feature/search/src/lib/results-table/results-table.component.html +3 -3
  237. package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html +5 -5
  238. package/src/libs/ui/elements/src/index.ts +14 -14
  239. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +1 -1
  240. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.css +0 -5
  241. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.html +0 -21
  242. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +1 -14
  243. package/src/libs/ui/elements/src/lib/notification/notification.component.css +0 -0
  244. package/src/libs/ui/elements/src/lib/notification/notification.component.html +52 -0
  245. package/src/libs/ui/elements/src/lib/notification/notification.component.ts +31 -0
  246. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +1 -1
  247. package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts +5 -3
  248. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +6 -1
  249. package/src/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.ts +54 -0
  250. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.css +0 -0
  251. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.html +75 -0
  252. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +63 -0
  253. package/src/libs/ui/inputs/src/index.ts +0 -1
  254. package/src/libs/ui/inputs/src/lib/button/button.component.ts +1 -1
  255. package/src/libs/ui/inputs/src/lib/files-drop/files-drop.directive.ts +45 -0
  256. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.css +0 -0
  257. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.html +146 -0
  258. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.ts +193 -0
  259. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.html +2 -1
  260. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.ts +29 -0
  261. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.html +1 -1
  262. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.ts +16 -1
  263. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +3 -19
  264. package/src/libs/ui/layout/src/index.ts +5 -4
  265. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.css +0 -0
  266. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.html +18 -0
  267. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.ts +16 -0
  268. package/src/libs/util/shared/src/lib/utils/bytes-convert.ts +3 -0
  269. package/src/libs/util/shared/src/lib/utils/image-resize.ts +72 -0
  270. package/src/libs/util/shared/src/lib/utils/index.ts +7 -5
  271. package/tailwind.base.css +36 -0
  272. package/translations/de.json +33 -0
  273. package/translations/en.json +33 -0
  274. package/translations/es.json +33 -0
  275. package/translations/fr.json +33 -0
  276. package/translations/it.json +33 -0
  277. package/translations/nl.json +33 -0
  278. package/translations/pt.json +33 -0
  279. package/translations/sk.json +33 -0
  280. package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.mjs +0 -13
  281. package/esm2022/libs/feature/editor/src/lib/record-form/record-form.component.mjs +0 -30
  282. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-array/form-field-array.component.mjs +0 -11
  283. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-file/form-field-file.component.mjs +0 -27
  284. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-object/form-field-object.component.mjs +0 -11
  285. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.mjs +0 -27
  286. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-simple/form-field-simple.component.mjs +0 -49
  287. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +0 -11
  288. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-temporal-extent/form-field-temporal-extent.component.mjs +0 -11
  289. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field.component.mjs +0 -76
  290. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field.model.mjs +0 -2
  291. package/esm2022/libs/ui/inputs/src/lib/form-field/index.mjs +0 -10
  292. package/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.d.ts +0 -18
  293. package/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.d.ts.map +0 -1
  294. package/libs/feature/editor/src/lib/record-form/record-form.component.d.ts.map +0 -1
  295. package/libs/ui/inputs/src/lib/form-field/form-field-array/form-field-array.component.d.ts.map +0 -1
  296. package/libs/ui/inputs/src/lib/form-field/form-field-file/form-field-file.component.d.ts.map +0 -1
  297. package/libs/ui/inputs/src/lib/form-field/form-field-object/form-field-object.component.d.ts.map +0 -1
  298. package/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.d.ts +0 -11
  299. package/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.d.ts.map +0 -1
  300. package/libs/ui/inputs/src/lib/form-field/form-field-simple/form-field-simple.component.d.ts.map +0 -1
  301. package/libs/ui/inputs/src/lib/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +0 -1
  302. package/libs/ui/inputs/src/lib/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts.map +0 -1
  303. package/libs/ui/inputs/src/lib/form-field/form-field.component.d.ts.map +0 -1
  304. package/libs/ui/inputs/src/lib/form-field/form-field.model.d.ts.map +0 -1
  305. package/libs/ui/inputs/src/lib/form-field/index.d.ts.map +0 -1
  306. package/src/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.ts +0 -18
  307. package/src/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.html +0 -11
  308. package/src/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.ts +0 -15
  309. package/src/libs/ui/inputs/src/lib/form-field/form-field.component.ts +0 -80
  310. /package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.model.d.ts +0 -0
  311. /package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/index.d.ts +0 -0
  312. /package/src/libs/feature/editor/src/lib/{record-form/record-form.component.css → components/overview-upload/overview-upload.component.css} +0 -0
  313. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.css +0 -0
  314. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.html +0 -0
  315. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.css +0 -0
  316. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.html +0 -0
  317. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-object/form-field-object.component.css +0 -0
  318. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-object/form-field-object.component.html +0 -0
  319. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-rich/form-field-rich.component.css +0 -0
  320. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-simple/form-field-simple.component.css +0 -0
  321. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-simple/form-field-simple.component.html +0 -0
  322. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-spatial-extent/form-field-spatial-extent.component.css +0 -0
  323. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +0 -0
  324. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-temporal-extent/form-field-temporal-extent.component.css +0 -0
  325. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-temporal-extent/form-field-temporal-extent.component.html +0 -0
  326. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.component.css +0 -0
  327. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.model.ts +0 -0
  328. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/index.ts +0 -0
package/index.d.ts CHANGED
@@ -2,6 +2,7 @@ export * from './libs/api/metadata-converter/src';
2
2
  export * from './libs/api/repository/src';
3
3
  export * from './libs/feature/auth/src';
4
4
  export * from './libs/feature/map/src';
5
+ export * from './libs/feature/notifications/src';
5
6
  export * from './libs/feature/search/src';
6
7
  export * from './libs/feature/record/src';
7
8
  export * from './libs/feature/dataviz/src';
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AACA,cAAc,mCAAmC,CAAA;AACjD,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,2BAA2B,CAAA;AACzC,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,2BAA2B,CAAA;AACzC,cAAc,2BAA2B,CAAA;AACzC,cAAc,mBAAmB,CAAA;AACjC,cAAc,uBAAuB,CAAA;AACrC,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,8BAA8B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AACA,cAAc,mCAAmC,CAAA;AACjD,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,kCAAkC,CAAA;AAChD,cAAc,2BAA2B,CAAA;AACzC,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,2BAA2B,CAAA;AACzC,cAAc,2BAA2B,CAAA;AACzC,cAAc,mBAAmB,CAAA;AACjC,cAAc,uBAAuB,CAAA;AACrC,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,8BAA8B,CAAA"}
package/index.ts CHANGED
@@ -3,6 +3,7 @@ export * from './libs/api/metadata-converter/src'
3
3
  export * from './libs/api/repository/src'
4
4
  export * from './libs/feature/auth/src'
5
5
  export * from './libs/feature/map/src'
6
+ export * from './libs/feature/notifications/src'
6
7
  export * from './libs/feature/search/src'
7
8
  export * from './libs/feature/record/src'
8
9
  export * from './libs/feature/dataviz/src'
@@ -1 +1 @@
1
- {"version":3,"file":"gn4.field.mapper.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAYL,sBAAsB,EAEvB,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAI3D,OAAO,EACL,aAAa,EAEb,mBAAmB,EACnB,uBAAuB,EAKxB,MAAM,2DAA2D,CAAA;AAGlE,OAAO,EAAsB,WAAW,EAAE,MAAM,sCAAsC,CAAA;;AAEtF,KAAK,gBAAgB,GAAG,sBAAsB,CAAA;AAE9C,KAAK,eAAe,GAAG,CACrB,MAAM,EAAE,OAAO,CAAC,aAAa,CAAC,EAC9B,MAAM,EAAE,gBAAgB,KACrB,OAAO,CAAC,aAAa,CAAC,CAAA;AAE3B,qBAGa,cAAc;IAEvB,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,WAAW;gBADX,kBAAkB,EAAE,kBAAkB,EACtC,WAAW,EAAE,WAAW;IAGlC,OAAO,CAAC,KAAK,CAA0B;IAEvC,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAmRhD;IAED,OAAO,CAAC,YAAY,CAAqB;IAEzC,OAAO,CAAC,eAAe,CA+CtB;IAED,YAAY,CAAC,SAAS,EAAE,MAAM;IAI9B,WAAW,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,uBAAuB;IAmBpE,OAAO,eACO,sBAAsB,KACjC,mBAAmB,GAAG,IAAI,CA2D5B;IAED,OAAO,CAAC,QAAQ,CAGd;yCAzaS,cAAc;6CAAd,cAAc;CA0a1B"}
1
+ {"version":3,"file":"gn4.field.mapper.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAYL,sBAAsB,EAEvB,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAI3D,OAAO,EACL,aAAa,EAEb,mBAAmB,EACnB,uBAAuB,EAKxB,MAAM,2DAA2D,CAAA;AAGlE,OAAO,EAAsB,WAAW,EAAE,MAAM,sCAAsC,CAAA;;AAEtF,KAAK,gBAAgB,GAAG,sBAAsB,CAAA;AAE9C,KAAK,eAAe,GAAG,CACrB,MAAM,EAAE,OAAO,CAAC,aAAa,CAAC,EAC9B,MAAM,EAAE,gBAAgB,KACrB,OAAO,CAAC,aAAa,CAAC,CAAA;AAE3B,qBAGa,cAAc;IAEvB,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,WAAW;gBADX,kBAAkB,EAAE,kBAAkB,EACtC,WAAW,EAAE,WAAW;IAGlC,OAAO,CAAC,KAAK,CAA0B;IAEvC,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAyRhD;IAED,OAAO,CAAC,YAAY,CAAqB;IAEzC,OAAO,CAAC,eAAe,CA+CtB;IAED,YAAY,CAAC,SAAS,EAAE,MAAM;IAI9B,WAAW,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,uBAAuB;IAmBpE,OAAO,eACO,sBAAsB,KACjC,mBAAmB,GAAG,IAAI,CA2D5B;IAED,OAAO,CAAC,QAAQ,CAGd;yCA/aS,cAAc;6CAAd,cAAc;CAgb1B"}
@@ -2,5 +2,6 @@ import { Observable } from 'rxjs';
2
2
  export declare abstract class AvatarServiceInterface {
3
3
  abstract getPlaceholder(): Observable<string>;
4
4
  abstract getProfileIcon(...args: any[]): Observable<string>;
5
+ abstract getProfileIconUrl(userId: string): Promise<string>;
5
6
  }
6
7
  //# sourceMappingURL=avatar.service.interface.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"avatar.service.interface.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AAEjC,8BAAsB,sBAAsB;aAC1B,cAAc,IAAI,UAAU,CAAC,MAAM,CAAC;aACpC,cAAc,CAAC,GAAG,IAAI,OAAA,GAAG,UAAU,CAAC,MAAM,CAAC;CAC5D"}
1
+ {"version":3,"file":"avatar.service.interface.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AAEjC,8BAAsB,sBAAsB;aAC1B,cAAc,IAAI,UAAU,CAAC,MAAM,CAAC;aACpC,cAAc,CAAC,GAAG,IAAI,OAAA,GAAG,UAAU,CAAC,MAAM,CAAC;aAC3C,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;CACnE"}
@@ -10,6 +10,7 @@ export declare class GravatarService implements AvatarServiceInterface {
10
10
  constructor(gn4SettingsService: Gn4SettingsService);
11
11
  getPlaceholder(): Observable<string>;
12
12
  getProfileIcon(hash: string): Observable<string>;
13
+ getProfileIconUrl(userId: string): Promise<string>;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<GravatarService, never>;
14
15
  static ɵprov: i0.ɵɵInjectableDeclaration<GravatarService>;
15
16
  }
@@ -1 +1 @@
1
- {"version":3,"file":"gravatar.service.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/api/repository/src/lib/gn4/auth/gravatar.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAA;AAErE,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;;AAEjC,qBAGa,eAAgB,YAAW,sBAAsB;IAOhD,OAAO,CAAC,kBAAkB;IANtC,OAAO,CAAC,YAAY,CAAqC;IACzD,OAAO,CAAC,kBAAkB,CAAO;IAEjC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAE1B;gBACmB,kBAAkB,EAAE,kBAAkB;IAE1D,cAAc,IAAI,UAAU,CAAC,MAAM,CAAC;IAIpC,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;yCAbrC,eAAe;6CAAf,eAAe;CAmB3B"}
1
+ {"version":3,"file":"gravatar.service.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/api/repository/src/lib/gn4/auth/gravatar.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAA;AAErE,OAAO,EAAkB,UAAU,EAAE,MAAM,MAAM,CAAA;;AAEjD,qBAGa,eAAgB,YAAW,sBAAsB;IAQhD,OAAO,CAAC,kBAAkB;IAPtC,OAAO,CAAC,YAAY,CAAqC;IACzD,OAAO,CAAC,kBAAkB,CAAO;IAEjC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAE1B;gBAEmB,kBAAkB,EAAE,kBAAkB;IAE1D,cAAc,IAAI,UAAU,CAAC,MAAM,CAAC;IAIpC,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAO1C,iBAAiB,CAAC,MAAM,EAAE,MAAM;yCArB3B,eAAe;6CAAf,eAAe;CA8B3B"}
@@ -1,8 +1,9 @@
1
- import { MeResponseApiModel, UserApiModel } from '../../../../../../../libs/data-access/gn4/src';
1
+ import { MeResponseApiModel, UserApiModel, UserFeedbackDTOApiModel } from '../../../../../../../libs/data-access/gn4/src';
2
2
  import { UserModel } from '../../../../../../../libs/common/domain/src/lib/model/user/user.model';
3
- import { AvatarServiceInterface } from '../auth/avatar.service.interface';
3
+ import { AvatarServiceInterface } from '../auth';
4
4
  import { Observable } from 'rxjs';
5
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';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class Gn4PlatformMapper {
8
9
  private avatarService;
@@ -10,6 +11,9 @@ export declare class Gn4PlatformMapper {
10
11
  userFromMeApi(apiUser: MeResponseApiModel): Observable<UserModel | null>;
11
12
  userFromApi(apiUser: UserApiModel): UserModel;
12
13
  thesaurusFromApi(thesaurus: any[], lang3?: string): ThesaurusModel;
14
+ userFeedbacksFromApi(userFeedback: any): UserFeedback;
15
+ userFeedbacksToApi(userFeedback: UserFeedback): Partial<UserFeedbackDTOApiModel>;
16
+ createUserFeedbackViewModel(baseUserFeedback: UserFeedback): Promise<UserFeedbackViewModel>;
13
17
  static ɵfac: i0.ɵɵFactoryDeclaration<Gn4PlatformMapper, never>;
14
18
  static ɵprov: i0.ɵɵInjectableDeclaration<Gn4PlatformMapper>;
15
19
  }
@@ -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,EACb,MAAM,+CAA+C,CAAA;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,uEAAuE,CAAA;AAEjG,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAA;AAEzE,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAA;AACrC,OAAO,EAAE,cAAc,EAAE,MAAM,iFAAiF,CAAA;;AAEhH,qBACa,iBAAiB;IAChB,OAAO,CAAC,aAAa;gBAAb,aAAa,EAAE,sBAAsB;IACzD,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,UAAU,CAAC,SAAS,GAAG,IAAI,CAAC;IAgBxE,WAAW,CAAC,OAAO,EAAE,YAAY,GAAG,SAAS;IAiB7C,gBAAgB,CAAC,SAAS,EAAE,GAAG,EAAE,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,cAAc;yCAnCvD,iBAAiB;6CAAjB,iBAAiB;CAuD7B"}
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,8 +1,8 @@
1
1
  import { Observable } from 'rxjs';
2
- import { MeApiService, RegistriesApiService, SiteApiService, ToolsApiService, UsersApiService } from '../../../../../../../libs/data-access/gn4/src';
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 } from '../../../../../../../libs/common/domain/src/lib/model/record';
5
+ import { Organization, UserFeedback } from '../../../../../../../libs/common/domain/src/lib/model/record';
6
6
  import { Gn4PlatformMapper } from './gn4-platform.mapper';
7
7
  import { ThesaurusModel } from '../../../../../../../libs/common/domain/src/lib/model/thesaurus/thesaurus.model';
8
8
  import { LangService } from '../../../../../../../libs/util/i18n/src';
@@ -15,10 +15,11 @@ export declare class Gn4PlatformService implements PlatformServiceInterface {
15
15
  private toolsApiService;
16
16
  private registriesApiService;
17
17
  private langService;
18
+ private userfeedbackApiService;
18
19
  private readonly type;
19
- private me$;
20
- private users$;
21
- private isAnonymous$;
20
+ private readonly me$;
21
+ private readonly users$;
22
+ private readonly isUserAnonymous$;
22
23
  private keyTranslations$;
23
24
  private settings$;
24
25
  private readonly apiVersion$;
@@ -27,7 +28,7 @@ export declare class Gn4PlatformService implements PlatformServiceInterface {
27
28
  * @private
28
29
  */
29
30
  private thesauri;
30
- constructor(siteApiService: SiteApiService, meApi: MeApiService, usersApi: UsersApiService, mapper: Gn4PlatformMapper, toolsApiService: ToolsApiService, registriesApiService: RegistriesApiService, langService: LangService);
31
+ constructor(siteApiService: SiteApiService, meApi: MeApiService, usersApi: UsersApiService, mapper: Gn4PlatformMapper, toolsApiService: ToolsApiService, registriesApiService: RegistriesApiService, langService: LangService, userfeedbackApiService: UserfeedbackApiService);
31
32
  getType(): string;
32
33
  getApiVersion(): Observable<string>;
33
34
  getMe(): Observable<UserModel>;
@@ -37,6 +38,8 @@ export declare class Gn4PlatformService implements PlatformServiceInterface {
37
38
  getUsers(): Observable<UserModel[]>;
38
39
  translateKey(key: string): Observable<string>;
39
40
  getThesaurusByUri(uri: string): Observable<ThesaurusModel>;
41
+ getUserFeedbacks(uuid: string): Observable<UserFeedback[]>;
42
+ postUserFeedbacks(userFeedback: UserFeedback): Observable<void>;
40
43
  static ɵfac: i0.ɵɵFactoryDeclaration<Gn4PlatformService, never>;
41
44
  static ɵprov: i0.ɵɵInjectableDeclaration<Gn4PlatformService>;
42
45
  }
@@ -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,eAAe,EAChB,MAAM,+CAA+C,CAAA;AACtD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4EAA4E,CAAA;AACrH,OAAO,EAAE,SAAS,EAAE,MAAM,uEAAuE,CAAA;AACjG,OAAO,EAAE,YAAY,EAAE,MAAM,8DAA8D,CAAA;AAC3F,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;IA7CrB,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAe;IACpC,OAAO,CAAC,GAAG,CAAuB;IAClC,OAAO,CAAC,MAAM,CAAyB;IACvC,OAAO,CAAC,YAAY,CAAqB;IAEzC,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;IAalC,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;yCAzG/C,kBAAkB;6CAAlB,kBAAkB;CAmI9B"}
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;IAU1D,iBAAiB,CAAC,YAAY,EAAE,YAAY,GAAG,UAAU,CAAC,IAAI,CAAC;yCApJpD,kBAAkB;6CAAlB,kBAAkB;CA0J9B"}
@@ -1,4 +1,5 @@
1
1
  export * from './contact.model';
2
2
  export * from './organization.model';
3
3
  export * from './metadata.model';
4
+ export * from './user-feedbacks.model';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/common/domain/src/lib/model/record/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,sBAAsB,CAAA;AACpC,cAAc,kBAAkB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/common/domain/src/lib/model/record/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,sBAAsB,CAAA;AACpC,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA"}
@@ -0,0 +1,15 @@
1
+ export interface UserFeedback {
2
+ uuid: string;
3
+ comment: string;
4
+ metadataUUID: string;
5
+ authorUserId: string;
6
+ authorName: string;
7
+ authorEmail: string;
8
+ published: boolean;
9
+ parentUuid?: string;
10
+ date: Date;
11
+ }
12
+ export interface UserFeedbackViewModel extends UserFeedback {
13
+ avatarUrl: string;
14
+ }
15
+ //# sourceMappingURL=user-feedbacks.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-feedbacks.model.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/common/domain/src/lib/model/record/user-feedbacks.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,EAAE,MAAM,CAAA;IACpB,YAAY,EAAE,MAAM,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW,EAAE,MAAM,CAAA;IACnB,SAAS,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,IAAI,CAAA;CACX;AAED,MAAM,WAAW,qBAAsB,SAAQ,YAAY;IACzD,SAAS,EAAE,MAAM,CAAA;CAClB"}
@@ -0,0 +1,2 @@
1
+ export * from './user.model';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/common/domain/src/lib/model/user/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
@@ -2,6 +2,7 @@ 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
4
  import type { ThesaurusModel } from './model/thesaurus/';
5
+ import { UserFeedback } from './model/record';
5
6
  export declare abstract class PlatformServiceInterface {
6
7
  abstract getType(): string;
7
8
  abstract getApiVersion(): Observable<string>;
@@ -12,5 +13,7 @@ export declare abstract class PlatformServiceInterface {
12
13
  abstract getOrganizations(): Observable<Organization[]>;
13
14
  abstract translateKey(key: string): Observable<string>;
14
15
  abstract getThesaurusByUri(uri: string): Observable<ThesaurusModel>;
16
+ abstract getUserFeedbacks(recordUuid: string): Observable<UserFeedback[]>;
17
+ abstract postUserFeedbacks(recordUuid: UserFeedback): Observable<void>;
15
18
  }
16
19
  //# sourceMappingURL=platform.service.interface.d.ts.map
@@ -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;AAExD,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;CACpE"}
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"}
@@ -4,7 +4,6 @@ import { AssociatedRecordApiModel, BatchEditParameterApiModel } from '../model/m
4
4
  import { ExtentDtoApiModel } from '../model/models';
5
5
  import { FeatureResponseApiModel } from '../model/models';
6
6
  import { IProcessingReportApiModel } from '../model/models';
7
- import { InlineObject3ApiModel } from '../model/models';
8
7
  import { MetadataBatchApproveParameterApiModel } from '../model/models';
9
8
  import { MetadataBatchSubmitParameterApiModel } from '../model/models';
10
9
  import { MetadataCategoryApiModel } from '../model/models';
@@ -28,6 +27,11 @@ export declare class RecordsApiService {
28
27
  configuration: Configuration;
29
28
  encoder: HttpParameterCodec;
30
29
  constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
30
+ /**
31
+ * @param consumes string[] mime-types
32
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
33
+ */
34
+ private canConsumeForm;
31
35
  private addToHttpParams;
32
36
  private addToHttpParamsRecursive;
33
37
  /**
@@ -1405,19 +1409,19 @@ export declare class RecordsApiService {
1405
1409
  /**
1406
1410
  * Create a new resource for a given metadata
1407
1411
  * @param metadataUuid The metadata UUID
1412
+ * @param file The file to upload
1408
1413
  * @param visibility The sharing policy
1409
1414
  * @param approved Use approved version or not
1410
- * @param inlineObject3ApiModel
1411
1415
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1412
1416
  * @param reportProgress flag to report request and response progress.
1413
1417
  */
1414
- putResource(metadataUuid: string, visibility?: 'public' | 'private', approved?: boolean, inlineObject3ApiModel?: InlineObject3ApiModel, observe?: 'body', reportProgress?: boolean, options?: {
1418
+ putResource(metadataUuid: string, file: Blob, visibility?: 'public' | 'private', approved?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
1415
1419
  httpHeaderAccept?: 'application/json';
1416
1420
  }): Observable<MetadataResourceApiModel>;
1417
- putResource(metadataUuid: string, visibility?: 'public' | 'private', approved?: boolean, inlineObject3ApiModel?: InlineObject3ApiModel, observe?: 'response', reportProgress?: boolean, options?: {
1421
+ putResource(metadataUuid: string, file: Blob, visibility?: 'public' | 'private', approved?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
1418
1422
  httpHeaderAccept?: 'application/json';
1419
1423
  }): Observable<HttpResponse<MetadataResourceApiModel>>;
1420
- putResource(metadataUuid: string, visibility?: 'public' | 'private', approved?: boolean, inlineObject3ApiModel?: InlineObject3ApiModel, observe?: 'events', reportProgress?: boolean, options?: {
1424
+ putResource(metadataUuid: string, file: Blob, visibility?: 'public' | 'private', approved?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
1421
1425
  httpHeaderAccept?: 'application/json';
1422
1426
  }): Observable<HttpEvent<MetadataResourceApiModel>>;
1423
1427
  /**