Skip to content

Commit d568474

Browse files
Merge branch 'main' into DURACOM-383-BatchDeletingOfDSpaceObjects
2 parents c0ddaff + 841a46c commit d568474

3 files changed

Lines changed: 121 additions & 60 deletions

File tree

package-lock.json

Lines changed: 117 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"cerialize": "0.1.18",
123123
"cli-progress": "^3.12.0",
124124
"colors": "^1.4.0",
125-
"compression": "^1.7.5",
125+
"compression": "^1.8.1",
126126
"cookie-parser": "1.4.7",
127127
"core-js": "^3.42.0",
128128
"date-fns": "^2.29.3",
@@ -150,7 +150,7 @@
150150
"mirador": "^3.4.3",
151151
"mirador-dl-plugin": "^0.13.0",
152152
"mirador-share-plugin": "^0.16.0",
153-
"morgan": "^1.10.0",
153+
"morgan": "^1.10.1",
154154
"ng2-file-upload": "7.0.1",
155155
"ng2-nouislider": "^2.0.0",
156156
"ngx-infinite-scroll": "^18.0.0",
@@ -206,7 +206,7 @@
206206
"eslint-plugin-deprecation": "^1.4.1",
207207
"eslint-plugin-dspace-angular-html": "file:./lint/dist/src/rules/html",
208208
"eslint-plugin-dspace-angular-ts": "file:./lint/dist/src/rules/ts",
209-
"eslint-plugin-import": "^2.31.0",
209+
"eslint-plugin-import": "^2.32.0",
210210
"eslint-plugin-import-newlines": "^1.3.1",
211211
"eslint-plugin-jsdoc": "^45.0.0",
212212
"eslint-plugin-jsonc": "^2.20.1",

src/app/shared/object-list/object-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
(prev)="goPrev()"
1717
(next)="goNext()">
1818
@if (objects?.hasSucceeded) {
19-
<ul class="list-unstyled" [ngClass]="{'ml-4': selectable}" data-test="objects">
19+
<ul class="list-unstyled" [ngClass]="{'ms-4': selectable}" data-test="objects">
2020
@for (object of objects?.payload?.page; track object; let i = $index; let last = $last) {
2121
<li class="mt-4 mb-4 d-flex" [class.border-bottom]="hasBorder && !last" [attr.data-test]="'list-object' | dsBrowserOnly">
2222
@if (selectable) {

0 commit comments

Comments
 (0)