invenio-app-rdm 14.0.0b3.dev6__py2.py3-none-any.whl → 14.0.0b4.dev1__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 (19) hide show
  1. invenio_app_rdm/__init__.py +2 -2
  2. invenio_app_rdm/administration/audit_logs/audit_logs.py +1 -2
  3. invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html +2 -2
  4. invenio_app_rdm/records_ui/utils.py +1 -1
  5. invenio_app_rdm/requests_ui/views/requests.py +2 -2
  6. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/FileModificationUntil.js +2 -5
  7. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/RDMDepositForm.js +35 -4
  8. invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/grid.overrides +7 -0
  9. invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/button.overrides +17 -0
  10. invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/button.variables +1 -0
  11. invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.overrides +162 -4
  12. invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.variables +1 -0
  13. invenio_app_rdm/upgrade_scripts/migrate_11_0_to_12_0.py +1 -2
  14. {invenio_app_rdm-14.0.0b3.dev6.dist-info → invenio_app_rdm-14.0.0b4.dev1.dist-info}/METADATA +11 -16
  15. {invenio_app_rdm-14.0.0b3.dev6.dist-info → invenio_app_rdm-14.0.0b4.dev1.dist-info}/RECORD +19 -19
  16. {invenio_app_rdm-14.0.0b3.dev6.dist-info → invenio_app_rdm-14.0.0b4.dev1.dist-info}/WHEEL +1 -1
  17. {invenio_app_rdm-14.0.0b3.dev6.dist-info → invenio_app_rdm-14.0.0b4.dev1.dist-info}/entry_points.txt +0 -0
  18. {invenio_app_rdm-14.0.0b3.dev6.dist-info → invenio_app_rdm-14.0.0b4.dev1.dist-info}/licenses/LICENSE +0 -0
  19. {invenio_app_rdm-14.0.0b3.dev6.dist-info → invenio_app_rdm-14.0.0b4.dev1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  #
3
- # Copyright (C) 2019-2026 CERN.
3
+ # Copyright (C) 2019-2025 CERN.
4
4
  # Copyright (C) 2019-2022 Northwestern University.
5
5
  # Copyright (C) 2024-2025 Graz University of Technology.
6
6
  #
@@ -17,6 +17,6 @@
17
17
  #
18
18
  # See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
19
19
 
20
- __version__ = "14.0.0b3.dev6"
20
+ __version__ = "14.0.0b4.dev1"
21
21
 
22
22
  __all__ = ("__version__",)
@@ -1,12 +1,11 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  #
3
- # Copyright (C) 2025-2026 CERN.
3
+ # Copyright (C) 2025 CERN.
4
4
  #
5
5
  # Invenio App RDM is free software; you can redistribute it and/or modify it
6
6
  # under the terms of the MIT License; see LICENSE file for more details.
7
7
 
8
8
  """Invenio administration view module for audit logs."""
9
-
10
9
  from flask import current_app
11
10
  from invenio_administration.views.base import AdminResourceListView
12
11
  from invenio_i18n import lazy_gettext as _
@@ -1,5 +1,5 @@
1
1
  {#
2
- Copyright (C) 2021-2026 CERN.
2
+ Copyright (C) 2021-2025 CERN.
3
3
  Copyright (C) 2023 TU Wien.
4
4
 
5
5
  Invenio App RDM is free software; you can redistribute it and/or modify it
@@ -39,7 +39,7 @@
39
39
  </p>
40
40
  {%- if record.ui.tombstone.deletion_policy %}
41
41
  <p>
42
- <strong>{{ _("Deletion policy:") }}</strong> {{ record.ui.tombstone.deletion_policy }}
42
+ <strong>{{ _("Deletion Policy:") }}</strong> {{ record.ui.tombstone.deletion_policy }}
43
43
  </p>
44
44
  {%- endif %}
45
45
  {%- if record.ui.tombstone.note %}
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  #
3
- # Copyright (C) 2020-2026 CERN.
3
+ # Copyright (C) 2020-2025 CERN.
4
4
  # Copyright (C) 2020 Northwestern University.
5
5
  # Copyright (C) 2021 TU Wien.
6
6
  #
@@ -187,7 +187,7 @@ def user_dashboard_request_view(request, **kwargs):
187
187
  has_community_topic = has_topic and "community" in request["topic"]
188
188
  is_record_inclusion = request_type == CommunityInclusion.type_id
189
189
  request_permissions = request.has_permissions_to(
190
- ["action_accept", "lock_request", "create_comment"]
190
+ ["action_accept", "lock_request", "create_comment", "reply_comment"]
191
191
  )
192
192
 
193
193
  if has_record_topic:
@@ -293,7 +293,7 @@ def community_dashboard_request_view(request, community, community_ui, **kwargs)
293
293
  ["update", "read", "search_requests", "search_invites", "submit_record"]
294
294
  )
295
295
  request_permissions = request.has_permissions_to(
296
- ["action_accept", "lock_request", "create_comment"]
296
+ ["action_accept", "lock_request", "create_comment", "reply_comment"]
297
297
  )
298
298
  # Add request specific permissions so that reviewers can be selected from community curators
299
299
  permissions.update(request_permissions)
@@ -1,5 +1,5 @@
1
1
  // This file is part of InvenioRDM
2
- // Copyright (C) 2025-2026 CERN.
2
+ // Copyright (C) 2025 CERN.
3
3
  //
4
4
  // Invenio RDM Records is free software; you can redistribute it and/or modify it
5
5
  // under the terms of the MIT License; see LICENSE file for more details.
@@ -19,10 +19,7 @@ export class FileModificationUntil extends Component {
19
19
  const isPublished = record.is_published;
20
20
  const filesUnlocked = !filesLocked;
21
21
  const daysUntil = fileModification.context?.days_until;
22
- if (isPublished && filesUnlocked && daysUntil !== undefined) {
23
- if (daysUntil <= 0) {
24
- return <> {i18next.t("– You are past the allowed period to edit files.")}</>;
25
- }
22
+ if (isPublished && filesUnlocked && daysUntil) {
26
23
  return (
27
24
  <>
28
25
  {" "}
@@ -1,5 +1,5 @@
1
1
  // This file is part of InvenioRDM
2
- // Copyright (C) 2020-2026 CERN.
2
+ // Copyright (C) 2020-2025 CERN.
3
3
  // Copyright (C) 2020-2022 Northwestern University.
4
4
  // Copyright (C) 2021-2022 Graz University of Technology.
5
5
  // Copyright (C) 2022-2024 KTH Royal Institute of Technology.
@@ -179,6 +179,23 @@ export class RDMDepositForm extends Component {
179
179
  <Container id="rdm-deposit-form" className="rel-mt-1">
180
180
  <Grid className="mt-25">
181
181
  <Grid.Column mobile={16} tablet={16} computer={11}>
182
+ <Overridable
183
+ id="InvenioAppRdm.Deposit.Files.before.container"
184
+ record={record}
185
+ files={files}
186
+ permissions={permissions}
187
+ preselectedCommunity={preselectedCommunity}
188
+ filesLocked={filesLocked}
189
+ recordRestrictionGracePeriod={recordRestrictionGracePeriod}
190
+ allowRecordRestriction={allowRecordRestriction}
191
+ groupsEnabled={groupsEnabled}
192
+ allowEmptyFiles={allowEmptyFiles}
193
+ customFieldsUI={customFieldsUI}
194
+ config={this.config}
195
+ vocabularies={this.vocabularies}
196
+ noFiles={this.noFiles}
197
+ hideCommunitySelection={this.hide_community_selection}
198
+ />
182
199
  <Overridable
183
200
  id="InvenioAppRdm.Deposit.AccordionFieldFiles.container"
184
201
  record={record}
@@ -191,9 +208,6 @@ export class RDMDepositForm extends Component {
191
208
  includesPaths={this.sectionsConfig["files-section"]}
192
209
  severityChecks={this.severityChecks}
193
210
  active
194
- // NOTE: This is needed because the `FormFeedbackSummary` component
195
- // doesn't work when there are multiple elements under the `label` prop.
196
- data-label={i18next.t("Files")}
197
211
  label={
198
212
  <>
199
213
  {i18next.t("Files")}
@@ -234,6 +248,23 @@ export class RDMDepositForm extends Component {
234
248
  </Overridable>
235
249
  </AccordionField>
236
250
  </Overridable>
251
+ <Overridable
252
+ id="InvenioAppRdm.Deposit.Files.after.container"
253
+ record={record}
254
+ files={files}
255
+ permissions={permissions}
256
+ preselectedCommunity={preselectedCommunity}
257
+ filesLocked={filesLocked}
258
+ recordRestrictionGracePeriod={recordRestrictionGracePeriod}
259
+ allowRecordRestriction={allowRecordRestriction}
260
+ groupsEnabled={groupsEnabled}
261
+ allowEmptyFiles={allowEmptyFiles}
262
+ customFieldsUI={customFieldsUI}
263
+ config={this.config}
264
+ vocabularies={this.vocabularies}
265
+ noFiles={this.noFiles}
266
+ hideCommunitySelection={this.hide_community_selection}
267
+ />
237
268
  <Overridable
238
269
  id="InvenioAppRdm.Deposit.AccordionFieldBasicInformation.container"
239
270
  config={this.config}
@@ -112,3 +112,10 @@
112
112
  padding-right: 0 !important;
113
113
  }
114
114
  }
115
+
116
+ .ui.grid {
117
+ .hidden-comment-line {
118
+ border-bottom: 3px dotted @borderColor;
119
+ width: 100%
120
+ }
121
+ }
@@ -83,3 +83,20 @@
83
83
  background-color: transparent;
84
84
  padding-left: 0;
85
85
  }
86
+
87
+ .ui.button.text-only {
88
+ padding: @verticalPadding @textOnlyHorizontalPadding;
89
+ transform: translateX(-@textOnlyHorizontalPadding);
90
+
91
+ &:not(:hover):not(:active):not(:focus) {
92
+ background: none;
93
+ }
94
+
95
+ &:hover:not(:active), &:focus:not(:active) {
96
+ background-color: @backgroundColor;
97
+ }
98
+
99
+ &:active {
100
+ background-color: @hoverBackgroundColor;
101
+ }
102
+ }
@@ -3,3 +3,4 @@
3
3
  ***********************************************/
4
4
 
5
5
  @searchButtonColor: #fb8273;
6
+ @textOnlyHorizontalPadding: 0.5rem;
@@ -3,8 +3,10 @@
3
3
  .requests-event-item {
4
4
  box-sizing: border-box;
5
5
 
6
- &.selected .event, &:target .event {
7
- outline: 2px solid @primaryColor;
6
+ &.selected, &:target {
7
+ & > .requests-event-container > .requests-event-inner-container > .event {
8
+ outline: 2px solid @primaryColor;
9
+ }
8
10
  }
9
11
  }
10
12
 
@@ -12,7 +14,7 @@
12
14
  position: relative;
13
15
  padding: @defaultPadding 0;
14
16
 
15
- &::before {
17
+ &:not(.reply)::before {
16
18
  position: absolute;
17
19
  top: 0;
18
20
  bottom: 0;
@@ -31,11 +33,36 @@
31
33
  padding-top: 0;
32
34
  }
33
35
 
36
+ &.reply {
37
+ padding: (@eventPadding / 2) @eventPadding;
38
+
39
+ &:hover {
40
+ background-color: @whiteHover;
41
+ }
42
+
43
+ .requests-avatar-container {
44
+ margin-top: 0;
45
+ }
46
+
47
+ .content {
48
+ margin: 0;
49
+ }
50
+
51
+ .event {
52
+ background: none;
53
+ }
54
+ }
55
+
56
+ .timeline-comment-editor-container {
57
+ padding: @eventPadding;
58
+ padding-top: 0;
59
+ }
34
60
  }
35
61
 
36
62
  .requests-avatar-container {
37
63
  padding-right: 0.5em;
38
64
  margin-top: 1rem;
65
+ position: relative;
39
66
 
40
67
  @media screen and (max-width: @largestMobileScreen) {
41
68
  margin-top: 0;
@@ -45,6 +72,56 @@
45
72
  max-height: 40px;
46
73
  width: auto;
47
74
  }
75
+
76
+ &.has-line::before {
77
+ content: "";
78
+ position: absolute;
79
+ display: block;
80
+ top: 0;
81
+ bottom: 0;
82
+ // Half the width of the avatar minus the width of the line
83
+ left: calc(1em - 2px);
84
+ width: 2px;
85
+ background-color: @borderColor;
86
+ // Full height of the comment + the margin of the next comment
87
+ height: calc(100% + 1rem);
88
+
89
+ @media screen and (max-width: @largestMobileScreen) {
90
+ & {
91
+ display: none;
92
+ }
93
+ }
94
+ }
95
+ }
96
+
97
+ .requests-reply-top-divider {
98
+ margin-bottom: 0;
99
+ border-bottom: none !important;
100
+ }
101
+
102
+ .requests-reply-container {
103
+ padding-top: 0.5rem;
104
+ background-color: #f9f9f9;
105
+ }
106
+
107
+ .requests-comment-fake-reply {
108
+ display: flex;
109
+ align-items: center;
110
+ padding: @eventPadding;
111
+ padding-top: 0;
112
+
113
+ .requests-avatar-container {
114
+ margin-top: 0;
115
+ }
116
+
117
+ .requests-comment-fake-reply-input {
118
+ width: 100%;
119
+
120
+ &:disabled {
121
+ // This is overriden to `opacity: 1 !important` in the Invenio Theme so we need a clearer visual effect
122
+ opacity: 0.45 !important;
123
+ }
124
+ }
48
125
  }
49
126
 
50
127
  .requests-event-inner-container {
@@ -72,7 +149,6 @@
72
149
  flex: 1;
73
150
  border: @defaultBorder;
74
151
  border-radius: @defaultBorderRadius;
75
- padding: 0.5 * @defaultPadding;
76
152
  background-color: @white;
77
153
  position: relative;
78
154
 
@@ -94,6 +170,10 @@
94
170
  }
95
171
  }
96
172
 
173
+ .button.requests-reply-expand {
174
+ margin-left: @eventPadding;
175
+ }
176
+
97
177
  &.requests-action-event {
98
178
  border: 0;
99
179
  display: flex;
@@ -103,6 +183,17 @@
103
183
  margin-right: 0.5 * @defaultMargin;
104
184
  }
105
185
  }
186
+
187
+ &.requests-reply-event {
188
+ border: none;
189
+ padding: 0;
190
+ margin-left: 0.5rem;
191
+ }
192
+
193
+ p.requests-event-body-deleted {
194
+ font-style: italic;
195
+ color: @mutedTextColor;
196
+ }
106
197
  }
107
198
 
108
199
  .requests-action-event-icon {
@@ -113,6 +204,69 @@
113
204
  background-color: @white;
114
205
  }
115
206
  }
207
+
208
+ .requests-comment-fake-reply {
209
+ display: flex;
210
+ align-items: center;
211
+
212
+ .requests-avatar-container {
213
+ margin-top: 0;
214
+ }
215
+ }
216
+
217
+ .requests-reply-count {
218
+ background-color: @primaryColor;
219
+ color: white;
220
+ padding: 2px 4px;
221
+ border-radius: @defaultBorderRadius;
222
+ font-weight: normal;
223
+ // Default font Helvetica has non-standard metrics so doesn't look middle-aligned on Firefox
224
+ font-family: sans-serif;
225
+ font-size: 0.75rem;
226
+ }
227
+
228
+ .requests-reply-caret {
229
+ margin-left: 2px !important;
230
+ // The button styles add a right margin when the `right` class is added, despite that just being
231
+ // part of the icon name.
232
+ margin-right: 0 !important;
233
+ }
234
+
235
+ .requests-reply-load-more {
236
+ // Padding + width of avatar + padding on right-side of avatar + margin on left-side of main content
237
+ margin-left: calc(@eventPadding + 28px + 1em + 0.5rem);
238
+ margin-top: 0.5rem;
239
+ margin-bottom: 0.5rem;
240
+ position: relative;
241
+ color: @linkColor;
242
+ font-weight: normal;
243
+
244
+ &::before {
245
+ content: "";
246
+ position: absolute;
247
+ display: block;
248
+ top: 0;
249
+ bottom: 0;
250
+ // Margin on left-side of main content, padding on right-side of avatar, half width of line
251
+ left: calc(-1rem - 1em);
252
+ width: 2px;
253
+ background: linear-gradient(to bottom, white, @borderColor);
254
+ // Full height of the comment + the margin of the next comment
255
+ height: calc(100% + 1rem);
256
+ }
257
+
258
+ @media screen and (max-width: @largestMobileScreen) {
259
+ & {
260
+ margin: 0.5rem @eventPadding;
261
+ &::before {
262
+ display: none;
263
+ }
264
+ }
265
+ }
266
+ }
267
+ }
268
+ .ui.feed.last-page .requests-event-item:first-child .requests-event-container {
269
+ padding-top: @defaultPadding;
116
270
  }
117
271
 
118
272
  .ui.feed {
@@ -131,6 +285,10 @@
131
285
  vertical-align: @userImageVerticalAlign;
132
286
  }
133
287
 
288
+ .event > .content {
289
+ margin: @eventPadding;
290
+ }
291
+
134
292
  /*--------------
135
293
  Inline Date
136
294
  ---------------*/
@@ -0,0 +1 @@
1
+ @eventPadding: 0.5 * @defaultPadding;
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  #
3
- # Copyright (C) 2023-2026 CERN.
3
+ # Copyright (C) 2023-2024 CERN.
4
4
  # Copyright (C) 2024 Graz University of Technology.
5
5
  #
6
6
  # Invenio-App-RDM is free software; you can redistribute it and/or modify
@@ -38,7 +38,6 @@ This script has been tested with following data:
38
38
  - drafts visible
39
39
  - records visible
40
40
  """
41
-
42
41
  import sys
43
42
 
44
43
  from click import secho
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invenio-app-rdm
3
- Version: 14.0.0b3.dev6
3
+ Version: 14.0.0b4.dev1
4
4
  Summary: Invenio Research Data Management.
5
5
  Home-page: https://github.com/inveniosoftware/invenio-app-rdm
6
6
  Author: CERN
@@ -40,9 +40,9 @@ Requires-Dist: invenio-search-ui<5.0.0,>=4.0.0
40
40
  Requires-Dist: invenio-files-rest<4.0.0,>=3.0.0
41
41
  Requires-Dist: invenio-previewer<4.0.0,>=3.0.0
42
42
  Requires-Dist: invenio-records-files<2.0.0,>=1.2.1
43
- Requires-Dist: invenio-collections<3.0.0,>=1.0.0
44
- Requires-Dist: invenio-communities<22.0.0,>=21.0.0
45
- Requires-Dist: invenio-rdm-records<23.0.0,>=22.0.0
43
+ Requires-Dist: invenio-collections<4.0.0,>=3.0.0
44
+ Requires-Dist: invenio-communities<23.0.0,>=22.0.0
45
+ Requires-Dist: invenio-rdm-records<24.0.0,>=23.0.0
46
46
  Requires-Dist: CairoSVG<3.0.0,>=2.5.2
47
47
  Requires-Dist: invenio-banners<6.0.0,>=5.0.0
48
48
  Requires-Dist: invenio-pages<8.0.0,>=7.0.0
@@ -101,21 +101,16 @@ https://inveniordm.docs.cern.ch
101
101
  Changes
102
102
  =======
103
103
 
104
- Version v14.0.0b3.dev6 (released 2026-01-29)
104
+ Version v14.0.0b4.dev1 (released 2025-12-13)
105
105
 
106
- - fix: formatting black+eslint
106
+ - feat(css): styles for threaded replies
107
+ - feat(views-request): include `can_reply_comment` in template permissions dict
107
108
 
108
- Version v14.0.0b3.dev5 (released 2026-01-29)
109
+ Version v14.0.0b4.dev0 (released 2025-12-12)
109
110
 
110
- - fix(deposit-ui): add explicit `data-label` for files section
111
- * This is a fix for allowing for the `FormFeedbackSummary` to be able to
112
- pick-up the correct "Files" label when reporting the error summary.
113
- Getting the text from the original `label` attribute didn't work
114
- because it has more than a single element/node, which caused the
115
- section to show up as `[object Object]` on the error banner.
116
-
117
- - fix(tombstone): use consistent casing for labels
118
- - fix(deposit-ui): better display of expired file modification period
111
+ - chore(setup): bump major versions
112
+ - feat: add empty Overridable container before and after the files accordion
113
+ - assets: added css for hidden comment line and last page first comment
119
114
 
120
115
  Version v14.0.0b3.dev4 (released 2025-12-08)
121
116
 
@@ -1,4 +1,4 @@
1
- invenio_app_rdm/__init__.py,sha256=fZ2Ql91Y9MSg3S7Kx4HBqf1mqT0cQhzRL18kr0mlEP8,704
1
+ invenio_app_rdm/__init__.py,sha256=5YWVAzC2dRYfBTYLcy8l6i0t1Uml8jFSIXhyQI2WAmU,704
2
2
  invenio_app_rdm/cli.py,sha256=G6QqNU2W6n6ICtTMnpeKFXIsdorncDmVXwwwsGH5F2k,2746
3
3
  invenio_app_rdm/config.py,sha256=pigyCXGUMru2krv-ZJ15iosbm3UBk9dmiAQauYvzWbk,53632
4
4
  invenio_app_rdm/ext.py,sha256=K7syn5CU5If7yOclFeNOCZX_u5q6VB7NJEQVm41mlng,5286
@@ -6,7 +6,7 @@ invenio_app_rdm/tasks.py,sha256=FyrIQXVuPjms-dNEnLrVmmdwrX_IykJ87gcSNgOR6O0,1373
6
6
  invenio_app_rdm/views.py,sha256=SDr9NwZEWQcgT_3GFRYdDf6eUaK9DfnoafIkhUf9nSI,785
7
7
  invenio_app_rdm/administration/__init__.py,sha256=8r9LeoE9fNHZSVS5QsCfVhRU7MAiEOWJk9MA3Y--4F8,251
8
8
  invenio_app_rdm/administration/audit_logs/__init__.py,sha256=jsBXeKSY5YNn1juF9sFyHPYo_XYpwdP3Dye-de7cMK0,318
9
- invenio_app_rdm/administration/audit_logs/audit_logs.py,sha256=TIm1Bz2fkrJrSm8_wBJGcFE1wfmItqJmfWMO5cC2ryg,2172
9
+ invenio_app_rdm/administration/audit_logs/audit_logs.py,sha256=6tZvqPKt54Hc8gL3Lz5LLwwKHABU3fWWhU5t0DHhgPk,2166
10
10
  invenio_app_rdm/administration/domains/__init__.py,sha256=Qob5kqjRPxpuSE5yDV2tesN6tmaKp5JcxCxGA8Mrcak,487
11
11
  invenio_app_rdm/administration/domains/domains.py,sha256=vafLa-mqkg_tQLjx328E64P_4mksB5kjBlsfunvdatg,5599
12
12
  invenio_app_rdm/administration/moderation/__init__.py,sha256=5Jr_Kicz0xsybdyRr48amQDkLlalVbRz9Pq0zGrTqMg,404
@@ -47,7 +47,7 @@ invenio_app_rdm/fixtures/pages/.gitkeep,sha256=1HVs32jZTGcMkk-dV9RHGPZm5FdydwFIZ
47
47
  invenio_app_rdm/records_ui/__init__.py,sha256=c4_HH3R7fTOp7AnNQSF4P9h_mwOvL0SE9tkpo6SBnT8,327
48
48
  invenio_app_rdm/records_ui/searchapp.py,sha256=QD5fTdimVUC5K4ERVBjgXHZdbC3ZkgcR8LSIxFTPBQY,2697
49
49
  invenio_app_rdm/records_ui/sitemap.py,sha256=erWpwi8lx17ATicBo3dTwMiEEwHTilL8xTAkNCC3J4U,1619
50
- invenio_app_rdm/records_ui/utils.py,sha256=ws_B5jQFBV6JauwTavBVQj4xCQUIgYoDsNZYHUE-INk,6101
50
+ invenio_app_rdm/records_ui/utils.py,sha256=MGB4YAWrrE5Wu4RhbT2F5SAfVkm3PLe-jzD1BDWBpdo,6101
51
51
  invenio_app_rdm/records_ui/previewer/__init__.py,sha256=T32i_ssGKONDpNB3gECpn20ubHvGYYVrNuIgCADioOM,267
52
52
  invenio_app_rdm/records_ui/previewer/iiif_simple.py,sha256=lGxB3g0hNVJDWnq5jV_KrKPwC-LR1C51DMjas1-UpBM,1589
53
53
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html,sha256=aBdqSLQMi2nKKoC0dt3c7B8xluy3eE6l9j-M-rAa5Zc,3121
@@ -57,7 +57,7 @@ invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/export.
57
57
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/iiif_preview.html,sha256=RningdsVBXsJ8qnQjzurf0Ty8R5Tq08eS31s53c3DNE,444
58
58
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/restricted_with_doi_tombstone.html,sha256=d2_LrLbWG_vQuR-Gz8P2nrgGuBZONk36kGBMT6iW3uE,987
59
59
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/search.html,sha256=MdDMzWNIqvZRH-7Blvb9lBdJCA-TK0MXdPpyVWjjBo8,606
60
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html,sha256=N3hMm9nHdi99N_iZ7dZfsZySD_u2R18scXL4qaW0Ul0,2094
60
+ invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html,sha256=QyFJ1q9NsECLpktZxPtR4X62uJ6X8-gymq0g2CKsFwI,2094
61
61
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html,sha256=rLkoNmouAMV8S6fAU3_PtGuqDjFTACniyiosGAKjcN0,2317
62
62
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/citation.html,sha256=QBbRNCBBdE7JJirLrIdCWlhcmR37qh_2QXg7AnTtwdw,576
63
63
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/contact.html,sha256=czuC-Ec5zJaKzFOaqhz7JqhWiCS3U3NKaQmPw9-rzks,403
@@ -109,7 +109,7 @@ invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/subcommunity/
109
109
  invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/subcommunity-invitation/index.html,sha256=347Saf8Fv78uevCbK2nFiOtNFUT0QyZSZS7lgoNzHdQ,1448
110
110
  invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/user-access-request/index.html,sha256=ltSP9sYPnpmCKMDYpZYU25Wxr3Dfqe2RNDxm6bVjX_I,1779
111
111
  invenio_app_rdm/requests_ui/views/__init__.py,sha256=7QiAyRq8Eu84IXwjzxK63vNeTZnowZ5P85xtw7XgRjs,397
112
- invenio_app_rdm/requests_ui/views/requests.py,sha256=dMimAd5AldgLuCPBzZ7LCAAwghzbEo-mVHC4dquJZCA,15369
112
+ invenio_app_rdm/requests_ui/views/requests.py,sha256=beMGMiKhg6YXwV6V3GQ0_SA0FG8nUjUrbeHVRG0LJT4,15403
113
113
  invenio_app_rdm/requests_ui/views/ui.py,sha256=DBysYQa__gOCg-pikO6HmoVLmRmMAVWeTBiYhPa7PmA,2359
114
114
  invenio_app_rdm/theme/__init__.py,sha256=QbkxNjjOmGKRlie96HfTXgnFeVQjOX0GdiZnHP7pIhs,277
115
115
  invenio_app_rdm/theme/views.py,sha256=mrcxejY9PlYwEqh8f0ojKX4CtmD9jz4f9rU-5aLZszU,4457
@@ -178,12 +178,12 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/CompactSt
178
178
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/CopyButton.js,sha256=tIWybsEB9V4qCwX0Yra8PDFIj-bEYvUistR_dcZR7IU,3554
179
179
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayPartOfCommunities.js,sha256=bSmhuwSWk4CW80mqa4ZZbjfa-_NsiJ1IxQ9veDy6sAM,2751
180
180
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayVerifiedCommunity.js,sha256=m3rT8jJ3440ZX22zZog8bHatWltYXwvmw_tu6tJUM9k,1506
181
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/FileModificationUntil.js,sha256=1GcjRBfRbfvEzkwxd4KUZ8kcLA9iyjjKoMiT2JreuRI,1397
181
+ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/FileModificationUntil.js,sha256=3GtEW_IaP6TBKzMBBX1eYD-DuJbM31ps-dbjdgpLfc8,1254
182
182
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/RecordDeletion.js,sha256=AZOgoxAfI19_KXfGGaKP8rtyJDbYjnYzu43hspAIKCk,2272
183
183
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/RecordsResultsListItem.js,sha256=RTSQBlGQY7ww7fVGHDvDfWQNyJ07mnEoyboTGIcCgD4,6694
184
184
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/RecordDeletion/DeletionModal.js,sha256=u5ta6jcMl_s0Wj52ExgHlfviW6bsnNmUrYXgIUi6URs,12033
185
185
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/RecordDeletion/DeletionRadioGroup.js,sha256=qMFdPQkVQQsaS0P9KdPyFcuunZmGlEALjfABPueuoVU,1227
186
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/RDMDepositForm.js,sha256=u21TBpUhdKH9m0ENoMJ8kaZjtxTdWmi-3UrIxMOAuVQ,36073
186
+ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/RDMDepositForm.js,sha256=PRX-64GwbpQ8yV1FQSJR2khrrVF8lNavLBmfWYrXWC0,37499
187
187
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/ShareDraftButton.js,sha256=ICMV4Ixe-nTe6q7COZ0oyAQf2nVp2cez_-iUZobwUD0,1998
188
188
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/config.js,sha256=rd2wqiwmYOkh4kWe8AiGWJar2kA8R8TkGMnX5XZvihs,1473
189
189
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/index.js,sha256=hvgwIw_mCDL6tWmXVYehdHJaZ2W44Kp3mzWdDOpCng4,1781
@@ -249,7 +249,7 @@ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/previewer/iiif_sim
249
249
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/theme.less,sha256=Qf4srjQoY4uAw___JDsrMhLRHTY39e5DEFyE5QlfBTg,1959
250
250
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/form.overrides,sha256=KQ4zXjP5z9-WAq4vn_lSQ6QunZf0jApC5GqU6-Mi2tY,3291
251
251
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/form.variables,sha256=GO_q0qcm7zp3CD8FWAhmRItZE2X5oXh44REfeZRiK8s,138
252
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/grid.overrides,sha256=P6H7CwpBhbO3BFN-G-cNkm5TM2rpZlFcoj0XvHTF6UQ,2497
252
+ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/grid.overrides,sha256=d-glic5o2yOqaHHqTrqr81PJIj4EJGMyYaad1MFnzks,2598
253
253
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/grid.variables,sha256=E_bmQXqxqXc-hGMQcjPEe5cf2TiKbigXZE6rHWD25Rg,138
254
254
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/menu.overrides,sha256=lz4PhpPS70FiC98Jzd9hTaZK2d8--Ibkwtb8EJ6n0ss,7005
255
255
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/menu.variables,sha256=PFeBxa0v967OzZmbh0wQDjraWqO2J0y4W2wOg0zKXts,138
@@ -257,8 +257,8 @@ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/
257
257
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/message.variables,sha256=mDRGjqL2avCh326NEin4h0z7bTP9QiE0nQxV_c9X40k,224
258
258
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/table.overrides,sha256=x26vg15BUVB4OjSbIol0EGY2XF9NlPDMvfRIsYl-ots,4104
259
259
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/table.variables,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
260
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/button.overrides,sha256=SlAYdbQF6awibEurtsB5s74XHo1hAqYWRdJmw_tFa9s,1515
261
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/button.variables,sha256=rxOygY7OLVGLcY9n1Ny-qI-cC6sFqtYMmDS1stzxszw,170
260
+ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/button.overrides,sha256=RzrycdPZr2nEoMQMndK7_4kvXLLFnZRf0U0B-1A6gMM,1876
261
+ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/button.variables,sha256=D7XmhqrO4orM91k0iMdyCcEqW2JywOdMZdSzR9tcyI8,206
262
262
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/container.overrides,sha256=KYUGvQqDLcgUUCiUreJ2eVXN85B800H3pZV3O2sXVpI,2826
263
263
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/container.variables,sha256=pq_DrgmlkubeyqvRYhhv7LXbWYJ8q_hbTOWVpDxG6A8,237
264
264
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/elements/header.overrides,sha256=je1hCE7T7phcEwItTMqkOqJo6vcflQfiGctRDy3bdMs,854
@@ -295,8 +295,8 @@ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/tran
295
295
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/transition.variables,sha256=LxC404-t4GRykg6qSUf4KDoDX9OgRvVlOp9LhVtTj3o,139
296
296
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/card.overrides,sha256=QKS9FOgRu0wFAcRzSq_HTt1lxiEBsXuq5xBwJB2nr7M,3348
297
297
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/card.variables,sha256=3KceqH6Y0rQsbWgH3IPuXHE9ThE6cEygSrOsW5XcWto,83
298
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.overrides,sha256=0n01Fs7lMiJBQ05EUAjYXk9mYvDlpIGVbStXG2x70OE,5019
299
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.variables,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
298
+ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.overrides,sha256=9Pd093tvm_DmcSg8-Eez2pkPlWizOieehJmV6jcDgBw,8684
299
+ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.variables,sha256=2cPZcPQO6ULJygE_BkFgo29lAq-aBMRyyEgQna2rL24,38
300
300
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/item.overrides,sha256=m8gkMU_yKP9YIbVQ-A9eZIAj7dTmz0R25aZ5nWOYuCE,3059
301
301
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/item.variables,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
302
302
  invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next.js,sha256=un5pmzpJeMu6UeZygWGnsIIuNu8RTVQhZXMINj2mXk8,1065
@@ -475,7 +475,7 @@ invenio_app_rdm/upgrade_scripts/__init__.py,sha256=AlBBeGDr7RmylFE1ynJhFylaAlINQ
475
475
  invenio_app_rdm/upgrade_scripts/fix_migrated_records_from_1_0_to_2_0.py,sha256=SCUdvuQYGnjWLfm6Kd-f3swlOrxSNN3kO36OVEOkN7g,1760
476
476
  invenio_app_rdm/upgrade_scripts/fix_migrated_records_from_8_0_to_9_0.py,sha256=p6qTNjUMAJ-0tnrSwar7jtDX_sg6V9kFj7fzH-wrbkY,2769
477
477
  invenio_app_rdm/upgrade_scripts/migrate_10_0_to_11_0.py,sha256=TX6FCWXY4qM4z7IYzDO5qaMTheo3zAjFrmR1sXaEf4U,1333
478
- invenio_app_rdm/upgrade_scripts/migrate_11_0_to_12_0.py,sha256=Bnb8GIzvpsqPrvBQfxxcNAnX6l9G4IqKwkH9PSp7l28,6942
478
+ invenio_app_rdm/upgrade_scripts/migrate_11_0_to_12_0.py,sha256=Tp7jfT2JHrYCFzF2qIYqG7yr7k-GhX2zkw61CWJGA78,6941
479
479
  invenio_app_rdm/upgrade_scripts/migrate_12_0_to_13_0.py,sha256=pyO68jyGyKXVTcja8tpi2XgNx_FxXk7JhgDTV-wx3xM,8205
480
480
  invenio_app_rdm/upgrade_scripts/migrate_13_0_to_14_0.py,sha256=vSixZ-Md5esqabBNbWwN8mjEWSsMv0IroHA2gqy_GJ8,11247
481
481
  invenio_app_rdm/upgrade_scripts/migrate_1_0_records_to_2_0.py,sha256=mRDv_Ao5zMgA6X0aogMfvhspO1CIApKtDW_ziJp5fjI,3325
@@ -498,9 +498,9 @@ invenio_app_rdm/users_ui/views/__init__.py,sha256=SMdY2NJj9GICfr3Xuok7qdNYVtA2bJ
498
498
  invenio_app_rdm/users_ui/views/dashboard.py,sha256=iUn2PrODAwb8ugmMosJKAjPhUzjCiWiAWoXQr9RUFuc,1793
499
499
  invenio_app_rdm/users_ui/views/ui.py,sha256=W_eXM8dLVIrNHQB2UEh37C9BYoHauft6RyvcDNFHovA,1742
500
500
  invenio_app_rdm/utils/files.py,sha256=CruDyO2gDVadSlWEJD-WHpWHeOQ0juh-Ei9jz3D9yjc,3923
501
- invenio_app_rdm-14.0.0b3.dev6.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
502
- invenio_app_rdm-14.0.0b3.dev6.dist-info/METADATA,sha256=S4HnDxjZPsEzmMEGVzhwiMH6nseo6Hre2Za8Z2Fs2YM,22066
503
- invenio_app_rdm-14.0.0b3.dev6.dist-info/WHEEL,sha256=Mk1ST5gDzEO5il5kYREiBnzzM469m5sI8ESPl7TRhJY,110
504
- invenio_app_rdm-14.0.0b3.dev6.dist-info/entry_points.txt,sha256=MwtT1SN5saWOgTYhNb5y0YGA9VGAi0kXN0cykIfsb4U,2405
505
- invenio_app_rdm-14.0.0b3.dev6.dist-info/top_level.txt,sha256=quZejDUw2vLfKQboNIuVLJ9fxZifdnCT_s2PNf1dfmk,16
506
- invenio_app_rdm-14.0.0b3.dev6.dist-info/RECORD,,
501
+ invenio_app_rdm-14.0.0b4.dev1.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
502
+ invenio_app_rdm-14.0.0b4.dev1.dist-info/METADATA,sha256=5Yg3KNJ7UklCH4exaUVFiEe_PgdaIJ3ff_v6BKQXRZE,21796
503
+ invenio_app_rdm-14.0.0b4.dev1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
504
+ invenio_app_rdm-14.0.0b4.dev1.dist-info/entry_points.txt,sha256=MwtT1SN5saWOgTYhNb5y0YGA9VGAi0kXN0cykIfsb4U,2405
505
+ invenio_app_rdm-14.0.0b4.dev1.dist-info/top_level.txt,sha256=quZejDUw2vLfKQboNIuVLJ9fxZifdnCT_s2PNf1dfmk,16
506
+ invenio_app_rdm-14.0.0b4.dev1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.10.2)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any