invenio-app-rdm 13.0.0rc2__py2.py3-none-any.whl → 13.0.0rc4__py2.py3-none-any.whl

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. invenio_app_rdm/__init__.py +1 -1
  2. invenio_app_rdm/config.py +14 -1
  3. invenio_app_rdm/ext.py +2 -2
  4. invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html +5 -0
  5. invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html +1 -1
  6. invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html +1 -1
  7. invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html +20 -3
  8. invenio_app_rdm/records_ui/views/deposits.py +11 -5
  9. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUserForm.js +12 -17
  10. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/SetQuotaAction.js +1 -1
  11. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/CommunityRecordsSearchAppLayout.js +3 -4
  12. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/RDMDepositForm.js +6 -1
  13. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/index.js +1 -0
  14. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordVersionsList.js +16 -17
  15. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RemoveFromCommunity/RemoveFromCommunityAction.js +5 -5
  16. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/search/components.js +13 -18
  17. invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/file_uploader/uppy.less +37 -0
  18. invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/accordion.overrides +9 -0
  19. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next-scanner.config.js +1 -1
  20. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next.js +1 -1
  21. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/_generatedTranslations.js +66 -0
  22. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/messages.po +804 -137
  23. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/translations.json +277 -249
  24. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/messages.po +689 -70
  25. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/translations.json +102 -82
  26. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/messages.po +699 -80
  27. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/translations.json +112 -92
  28. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/messages.po +821 -138
  29. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/translations.json +290 -262
  30. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/messages.po +691 -66
  31. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/translations.json +91 -71
  32. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/messages.po +818 -138
  33. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/translations.json +260 -240
  34. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/messages.po +698 -78
  35. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/translations.json +108 -88
  36. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/messages.po +1000 -5
  37. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/translations.json +81 -28
  38. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/messages.po +810 -137
  39. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/translations.json +253 -233
  40. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/messages.po +746 -133
  41. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/translations.json +130 -110
  42. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/messages.po +688 -69
  43. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/translations.json +103 -79
  44. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/messages.po +809 -126
  45. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/translations.json +277 -257
  46. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/messages.po +695 -70
  47. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/translations.json +101 -79
  48. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/messages.po +801 -135
  49. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/translations.json +254 -234
  50. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/index.js +16 -65
  51. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/messages.po +712 -86
  52. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/translations.json +116 -96
  53. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/messages.po +683 -70
  54. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/translations.json +96 -78
  55. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/messages.po +689 -70
  56. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/translations.json +109 -85
  57. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/messages.po +889 -0
  58. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/translations.json +277 -0
  59. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/messages.po +702 -71
  60. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/translations.json +113 -85
  61. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/messages.po +689 -70
  62. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/translations.json +102 -82
  63. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/messages.po +704 -70
  64. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/translations.json +119 -91
  65. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/messages.po +694 -69
  66. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/translations.json +93 -73
  67. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/messages.po +717 -85
  68. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/translations.json +155 -133
  69. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/messages.po +806 -124
  70. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/translations.json +288 -260
  71. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/messages.po +713 -82
  72. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/translations.json +119 -91
  73. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/messages.po +807 -141
  74. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/translations.json +260 -240
  75. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/messages.po +799 -128
  76. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/translations.json +259 -239
  77. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/messages.po +756 -131
  78. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/translations.json +124 -96
  79. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/messages.po +736 -123
  80. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/translations.json +130 -108
  81. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/messages.po +683 -70
  82. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/translations.json +100 -78
  83. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package-lock.json +1295 -678
  84. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package.json +3 -37
  85. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/compileCatalog.js +102 -24
  86. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/fixTrailingNewlines.js +23 -0
  87. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/initCatalog.js +1 -1
  88. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/postExtractMessages.js +36 -0
  89. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/translations.pot +243 -94
  90. invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html +7 -6
  91. invenio_app_rdm/theme/webpack.py +1 -0
  92. invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo +0 -0
  93. invenio_app_rdm/translations/ar/LC_MESSAGES/messages.po +972 -376
  94. invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo +0 -0
  95. invenio_app_rdm/translations/bg/LC_MESSAGES/messages.po +907 -278
  96. invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo +0 -0
  97. invenio_app_rdm/translations/ca/LC_MESSAGES/messages.po +912 -283
  98. invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo +0 -0
  99. invenio_app_rdm/translations/cs/LC_MESSAGES/messages.po +1069 -405
  100. invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo +0 -0
  101. invenio_app_rdm/translations/da/LC_MESSAGES/messages.po +908 -273
  102. invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo +0 -0
  103. invenio_app_rdm/translations/de/LC_MESSAGES/messages.po +1017 -406
  104. invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo +0 -0
  105. invenio_app_rdm/translations/el/LC_MESSAGES/messages.po +915 -286
  106. invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo +0 -0
  107. invenio_app_rdm/translations/es/LC_MESSAGES/messages.po +963 -371
  108. invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo +0 -0
  109. invenio_app_rdm/translations/et/LC_MESSAGES/messages.po +938 -362
  110. invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo +0 -0
  111. invenio_app_rdm/translations/fa/LC_MESSAGES/messages.po +906 -277
  112. invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo +0 -0
  113. invenio_app_rdm/translations/fr/LC_MESSAGES/messages.po +1032 -375
  114. invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo +0 -0
  115. invenio_app_rdm/translations/hr/LC_MESSAGES/messages.po +907 -278
  116. invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo +0 -0
  117. invenio_app_rdm/translations/hu/LC_MESSAGES/messages.po +985 -369
  118. invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo +0 -0
  119. invenio_app_rdm/translations/it/LC_MESSAGES/messages.po +928 -298
  120. invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo +0 -0
  121. invenio_app_rdm/translations/ja/LC_MESSAGES/messages.po +907 -278
  122. invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo +0 -0
  123. invenio_app_rdm/translations/ka/LC_MESSAGES/messages.po +909 -280
  124. invenio_app_rdm/translations/ko/LC_MESSAGES/messages.mo +0 -0
  125. invenio_app_rdm/translations/ko/LC_MESSAGES/messages.po +1361 -0
  126. invenio_app_rdm/translations/lt/LC_MESSAGES/messages.mo +0 -0
  127. invenio_app_rdm/translations/lt/LC_MESSAGES/messages.po +910 -281
  128. invenio_app_rdm/translations/messages.pot +486 -303
  129. invenio_app_rdm/translations/no/LC_MESSAGES/messages.mo +0 -0
  130. invenio_app_rdm/translations/no/LC_MESSAGES/messages.po +907 -278
  131. invenio_app_rdm/translations/pl/LC_MESSAGES/messages.mo +0 -0
  132. invenio_app_rdm/translations/pl/LC_MESSAGES/messages.po +907 -278
  133. invenio_app_rdm/translations/pt/LC_MESSAGES/messages.mo +0 -0
  134. invenio_app_rdm/translations/pt/LC_MESSAGES/messages.po +906 -277
  135. invenio_app_rdm/translations/ro/LC_MESSAGES/messages.mo +0 -0
  136. invenio_app_rdm/translations/ro/LC_MESSAGES/messages.po +1042 -384
  137. invenio_app_rdm/translations/ru/LC_MESSAGES/messages.mo +0 -0
  138. invenio_app_rdm/translations/ru/LC_MESSAGES/messages.po +1022 -370
  139. invenio_app_rdm/translations/sk/LC_MESSAGES/messages.mo +0 -0
  140. invenio_app_rdm/translations/sk/LC_MESSAGES/messages.po +916 -287
  141. invenio_app_rdm/translations/sv/LC_MESSAGES/messages.mo +0 -0
  142. invenio_app_rdm/translations/sv/LC_MESSAGES/messages.po +989 -380
  143. invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo +0 -0
  144. invenio_app_rdm/translations/tr/LC_MESSAGES/messages.po +992 -341
  145. invenio_app_rdm/translations/uk/LC_MESSAGES/messages.mo +0 -0
  146. invenio_app_rdm/translations/uk/LC_MESSAGES/messages.po +935 -356
  147. invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.mo +0 -0
  148. invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.po +939 -347
  149. invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.mo +0 -0
  150. invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.po +907 -278
  151. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/METADATA +27 -1
  152. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/RECORD +156 -148
  153. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/WHEEL +0 -0
  154. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/entry_points.txt +0 -0
  155. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/licenses/LICENSE +0 -0
  156. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/top_level.txt +0 -0