mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[DURACOM-307] fix lint
This commit is contained in:
@@ -60,8 +60,8 @@ import { BrowserOnlyPipe } from '../../../shared/utils/browser-only.pipe';
|
||||
BrowserOnlyPipe,
|
||||
NgxPaginationModule,
|
||||
SelectableListItemControlComponent,
|
||||
ListableObjectComponentLoaderComponent
|
||||
],
|
||||
ListableObjectComponentLoaderComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class BulkAccessBrowseComponent implements OnInit, OnDestroy {
|
||||
|
@@ -16,8 +16,8 @@ import { AccessControlFormContainerComponent } from '../../../shared/access-cont
|
||||
imports: [
|
||||
NgbAccordionModule,
|
||||
TranslateModule,
|
||||
AccessControlFormContainerComponent
|
||||
],
|
||||
AccessControlFormContainerComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class BulkAccessSettingsComponent {
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
OnDestroy,
|
||||
@@ -71,8 +74,8 @@ import { EPersonFormComponent } from './eperson-form/eperson-form.component';
|
||||
ReactiveFormsModule,
|
||||
ThemedLoadingComponent,
|
||||
PaginationComponent,
|
||||
NgClass
|
||||
],
|
||||
NgClass,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
ChangeDetectorRef,
|
||||
Component,
|
||||
@@ -86,8 +89,8 @@ import { ValidateEmailNotTaken } from './validators/email-taken.validator';
|
||||
PaginationComponent,
|
||||
RouterLink,
|
||||
HasNoValuePipe,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -93,8 +93,8 @@ import { ValidateGroupExists } from './validators/group-exists.validator';
|
||||
TranslateModule,
|
||||
ContextHelpDirective,
|
||||
MembersListComponent,
|
||||
SubgroupsListComponent
|
||||
],
|
||||
SubgroupsListComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
Input,
|
||||
@@ -107,8 +110,8 @@ export interface EPersonListActionConfig {
|
||||
AsyncPipe,
|
||||
RouterLink,
|
||||
NgClass,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -64,8 +64,8 @@ enum SubKey {
|
||||
ContextHelpDirective,
|
||||
TranslateModule,
|
||||
ReactiveFormsModule,
|
||||
PaginationComponent
|
||||
],
|
||||
PaginationComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -75,8 +75,8 @@ import { followLink } from '../../shared/utils/follow-link-config.model';
|
||||
AsyncPipe,
|
||||
PaginationComponent,
|
||||
NgbTooltipModule,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -36,8 +36,8 @@ import { FileDropzoneNoUploaderComponent } from '../../shared/upload/file-dropzo
|
||||
TranslateModule,
|
||||
FormsModule,
|
||||
UiSwitchModule,
|
||||
FileDropzoneNoUploaderComponent
|
||||
],
|
||||
FileDropzoneNoUploaderComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class BatchImportPageComponent {
|
||||
|
@@ -74,8 +74,8 @@ import { notifyPatterns } from '../ldn-services-patterns/ldn-service-coar-patter
|
||||
ReactiveFormsModule,
|
||||
TranslateModule,
|
||||
NgbDropdownModule,
|
||||
AsyncPipe
|
||||
],
|
||||
AsyncPipe,
|
||||
],
|
||||
})
|
||||
export class LdnServiceFormComponent implements OnInit, OnDestroy {
|
||||
formModel: FormGroup;
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
ChangeDetectionStrategy,
|
||||
ChangeDetectorRef,
|
||||
@@ -55,8 +58,8 @@ import { LdnService } from '../ldn-services-model/ldn-services.model';
|
||||
TruncatableComponent,
|
||||
TruncatablePartComponent,
|
||||
NgClass,
|
||||
RouterLink
|
||||
],
|
||||
RouterLink,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class LdnServicesOverviewComponent implements OnInit, OnDestroy {
|
||||
|
@@ -44,8 +44,8 @@ import {
|
||||
AdminNotifyMetricsComponent,
|
||||
RouterLink,
|
||||
TranslateModule,
|
||||
AsyncPipe
|
||||
],
|
||||
AsyncPipe,
|
||||
],
|
||||
})
|
||||
|
||||
/**
|
||||
|
@@ -23,8 +23,8 @@ import { AdminNotifyMessage } from '../models/admin-notify-message.model';
|
||||
],
|
||||
standalone: true,
|
||||
imports: [
|
||||
TranslateModule
|
||||
],
|
||||
TranslateModule,
|
||||
],
|
||||
})
|
||||
/**
|
||||
* Component for detailed view of LDN messages displayed in search result in AdminNotifyDashboardComponent
|
||||
|
@@ -35,8 +35,8 @@ import { ThemedSearchComponent } from '../../../../shared/search/themed-search.c
|
||||
SearchLabelsComponent,
|
||||
ThemedSearchComponent,
|
||||
AsyncPipe,
|
||||
TranslateModule
|
||||
],
|
||||
TranslateModule,
|
||||
],
|
||||
})
|
||||
|
||||
/**
|
||||
|
@@ -16,8 +16,8 @@ import { AdminNotifyMetricsRow } from './admin-notify-metrics.model';
|
||||
standalone: true,
|
||||
imports: [
|
||||
NotificationBoxComponent,
|
||||
TranslateModule
|
||||
],
|
||||
TranslateModule,
|
||||
],
|
||||
})
|
||||
/**
|
||||
* Component used to display the number of notification for each configured box in the notifyMetrics section
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, DatePipe } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
DatePipe,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
Inject,
|
||||
@@ -41,8 +44,8 @@ import { AdminNotifyMessagesService } from '../services/admin-notify-messages.se
|
||||
AsyncPipe,
|
||||
TruncatableComponent,
|
||||
TruncatablePartComponent,
|
||||
RouterLink
|
||||
],
|
||||
RouterLink,
|
||||
],
|
||||
})
|
||||
/**
|
||||
* Component for visualization in table format of the search results related to the AdminNotifyDashboardComponent
|
||||
|
@@ -40,8 +40,8 @@ import { PaginationComponentOptions } from '../../../shared/pagination/paginatio
|
||||
AsyncPipe,
|
||||
RouterLink,
|
||||
TranslateModule,
|
||||
PaginationComponent
|
||||
],
|
||||
PaginationComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class BitstreamFormatsComponent implements OnInit, OnDestroy {
|
||||
|
@@ -34,8 +34,8 @@ import { getBitstreamFormatsModuleRoute } from '../../admin-registries-routing-p
|
||||
selector: 'ds-bitstream-format-form',
|
||||
templateUrl: './format-form.component.html',
|
||||
imports: [
|
||||
FormComponent
|
||||
],
|
||||
FormComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class FormatFormComponent implements OnInit {
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
OnDestroy,
|
||||
@@ -45,8 +48,8 @@ import { MetadataSchemaFormComponent } from './metadata-schema-form/metadata-sch
|
||||
AsyncPipe,
|
||||
PaginationComponent,
|
||||
NgClass,
|
||||
RouterLink
|
||||
],
|
||||
RouterLink,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -38,8 +38,8 @@ import { FormComponent } from '../../../../shared/form/form.component';
|
||||
imports: [
|
||||
AsyncPipe,
|
||||
TranslateModule,
|
||||
FormComponent
|
||||
],
|
||||
FormComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -34,8 +34,8 @@ import { FormComponent } from '../../../../shared/form/form.component';
|
||||
imports: [
|
||||
FormComponent,
|
||||
TranslateModule,
|
||||
AsyncPipe
|
||||
],
|
||||
AsyncPipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
OnDestroy,
|
||||
@@ -55,8 +58,8 @@ import { MetadataFieldFormComponent } from './metadata-field-form/metadata-field
|
||||
TranslateModule,
|
||||
PaginationComponent,
|
||||
NgClass,
|
||||
RouterLink
|
||||
],
|
||||
RouterLink,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -33,8 +33,8 @@ import { FilteredCollections } from './filtered-collections.model';
|
||||
TranslateModule,
|
||||
NgbAccordionModule,
|
||||
FiltersComponent,
|
||||
KeyValuePipe
|
||||
],
|
||||
KeyValuePipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class FilteredCollectionsComponent implements OnInit {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import { Item } from 'src/app/core/shared/item.model';
|
||||
import { Observable } from "rxjs";
|
||||
import { Collection } from "../../../core/shared/collection.model";
|
||||
|
||||
import { Collection } from '../../../core/shared/collection.model';
|
||||
|
||||
export class FilteredItems {
|
||||
|
||||
|
@@ -40,7 +40,10 @@ import { environment } from 'src/environments/environment';
|
||||
|
||||
import { BtnDisabledDirective } from '../../../shared/btn-disabled.directive';
|
||||
import { FiltersComponent } from '../filters-section/filters-section.component';
|
||||
import { FilteredItem, FilteredItems } from './filtered-items-model';
|
||||
import {
|
||||
FilteredItem,
|
||||
FilteredItems,
|
||||
} from './filtered-items-model';
|
||||
import { OptionVO } from './option-vo.model';
|
||||
import { PresetQuery } from './preset-query.model';
|
||||
import { QueryPredicate } from './query-predicate.model';
|
||||
@@ -58,8 +61,8 @@ import { QueryPredicate } from './query-predicate.model';
|
||||
TranslateModule,
|
||||
AsyncPipe,
|
||||
FiltersComponent,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class FilteredItemsComponent implements OnInit {
|
||||
|
@@ -24,8 +24,8 @@ import { FilterGroup } from './filter-group.model';
|
||||
styleUrls: ['./filters-section.component.scss'],
|
||||
imports: [
|
||||
ReactiveFormsModule,
|
||||
TranslateModule
|
||||
],
|
||||
TranslateModule,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class FiltersComponent {
|
||||
|
@@ -1,4 +1,8 @@
|
||||
import { AsyncPipe, NgClass, NgComponentOutlet } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
NgComponentOutlet,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
HostListener,
|
||||
|
@@ -1,4 +1,8 @@
|
||||
import { AsyncPipe, NgClass, NgComponentOutlet } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
NgComponentOutlet,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
Inject,
|
||||
|
@@ -91,8 +91,8 @@ import { ThemedThumbnailComponent } from '../../thumbnail/themed-thumbnail.compo
|
||||
ErrorComponent,
|
||||
ThemedLoadingComponent,
|
||||
TranslateModule,
|
||||
FileSizePipe
|
||||
],
|
||||
FileSizePipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgTemplateOutlet } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgTemplateOutlet,
|
||||
} from '@angular/common';
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterLink } from '@angular/router';
|
||||
import { NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap';
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, isPlatformServer } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
isPlatformServer,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
Inject,
|
||||
@@ -67,8 +70,8 @@ export const BBM_PAGINATION_ID = 'bbm';
|
||||
AsyncPipe,
|
||||
TranslateModule,
|
||||
ThemedLoadingComponent,
|
||||
ThemedBrowseByComponent
|
||||
],
|
||||
ThemedBrowseByComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -57,8 +57,8 @@ import { BrowseByDataType } from '../browse-by-switcher/browse-by-data-type';
|
||||
ThemedLoadingComponent,
|
||||
ThemedBrowseByComponent,
|
||||
VocabularyTreeviewComponent,
|
||||
RouterLink
|
||||
],
|
||||
RouterLink,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -1,8 +1,4 @@
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
NgIf,
|
||||
} from '@angular/common';
|
||||
import { AsyncPipe } from '@angular/common';
|
||||
import {
|
||||
ChangeDetectorRef,
|
||||
Component,
|
||||
@@ -64,8 +60,6 @@ import {
|
||||
UploaderComponent,
|
||||
AsyncPipe,
|
||||
ComcolPageLogoComponent,
|
||||
NgIf,
|
||||
NgClass,
|
||||
VarDirective,
|
||||
],
|
||||
})
|
||||
|
@@ -83,8 +83,8 @@ import { followLink } from '../../shared/utils/follow-link-config.model';
|
||||
TranslateModule,
|
||||
AsyncPipe,
|
||||
ItemSelectComponent,
|
||||
BrowserOnlyPipe
|
||||
],
|
||||
BrowserOnlyPipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -73,8 +73,8 @@ import { getCollectionPageRoute } from './collection-page-routing-paths';
|
||||
DsoEditMenuComponent,
|
||||
ThemedComcolPageBrowseByComponent,
|
||||
ObjectCollectionComponent,
|
||||
RouterOutlet
|
||||
],
|
||||
RouterOutlet,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class CollectionPageComponent implements OnInit {
|
||||
|
@@ -28,8 +28,8 @@ import { CollectionFormComponent } from '../collection-form/collection-form.comp
|
||||
CollectionFormComponent,
|
||||
TranslateModule,
|
||||
AsyncPipe,
|
||||
ThemedLoadingComponent
|
||||
],
|
||||
ThemedLoadingComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class CreateCollectionPageComponent extends CreateComColPageComponent<Collection> {
|
||||
|
@@ -28,8 +28,8 @@ import { VarDirective } from '../../shared/utils/var.directive';
|
||||
TranslateModule,
|
||||
AsyncPipe,
|
||||
VarDirective,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class DeleteCollectionPageComponent extends DeleteComColPageComponent<Collection> {
|
||||
|
@@ -18,8 +18,8 @@ import { AccessControlFormContainerComponent } from '../../../shared/access-cont
|
||||
styleUrls: ['./collection-access-control.component.scss'],
|
||||
imports: [
|
||||
AccessControlFormContainerComponent,
|
||||
AsyncPipe
|
||||
],
|
||||
AsyncPipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class CollectionAccessControlComponent implements OnInit {
|
||||
|
@@ -53,8 +53,8 @@ import { getCollectionItemTemplateRoute } from '../../collection-page-routing-pa
|
||||
RouterLink,
|
||||
AsyncPipe,
|
||||
TranslateModule,
|
||||
VarDirective
|
||||
],
|
||||
VarDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class CollectionMetadataComponent extends ComcolMetadataComponent<Collection> implements OnInit {
|
||||
|
@@ -28,8 +28,8 @@ import { hasValue } from '../../../shared/empty.util';
|
||||
templateUrl: './collection-roles.component.html',
|
||||
imports: [
|
||||
ComcolRoleComponent,
|
||||
AsyncPipe
|
||||
],
|
||||
AsyncPipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class CollectionRolesComponent implements OnInit {
|
||||
|
@@ -53,8 +53,8 @@ import { VarDirective } from '../../../../shared/utils/var.directive';
|
||||
TranslateModule,
|
||||
AsyncPipe,
|
||||
VarDirective,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class CollectionSourceControlsComponent implements OnInit, OnDestroy {
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, Location } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
Location,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
OnDestroy,
|
||||
@@ -77,8 +80,8 @@ import { CollectionSourceControlsComponent } from './collection-source-controls/
|
||||
ThemedLoadingComponent,
|
||||
FormComponent,
|
||||
CollectionSourceControlsComponent,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class CollectionSourceComponent extends AbstractTrackableComponent implements OnInit, OnDestroy {
|
||||
|
@@ -1,8 +1,6 @@
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
NgForOf,
|
||||
NgIf,
|
||||
} from '@angular/common';
|
||||
import { Component } from '@angular/core';
|
||||
import {
|
||||
@@ -28,9 +26,7 @@ import { getCollectionPageRoute } from '../collection-page-routing-paths';
|
||||
RouterLink,
|
||||
TranslateModule,
|
||||
NgClass,
|
||||
NgForOf,
|
||||
RouterOutlet,
|
||||
NgIf,
|
||||
AsyncPipe,
|
||||
],
|
||||
standalone: true,
|
||||
|
@@ -38,8 +38,8 @@ import { getCollectionEditRoute } from '../collection-page-routing-paths';
|
||||
VarDirective,
|
||||
TranslateModule,
|
||||
ThemedLoadingComponent,
|
||||
AlertComponent
|
||||
],
|
||||
AlertComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -2,7 +2,10 @@ import {
|
||||
CdkTreeModule,
|
||||
FlatTreeControl,
|
||||
} from '@angular/cdk/tree';
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
OnDestroy,
|
||||
|
@@ -65,8 +65,8 @@ import { ThemedCommunityPageSubCommunityListComponent } from './sections/sub-com
|
||||
ViewTrackerComponent,
|
||||
VarDirective,
|
||||
RouterOutlet,
|
||||
RouterModule
|
||||
],
|
||||
RouterModule,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -29,8 +29,8 @@ import { CommunityFormComponent } from '../community-form/community-form.compone
|
||||
TranslateModule,
|
||||
VarDirective,
|
||||
AsyncPipe,
|
||||
ThemedLoadingComponent
|
||||
],
|
||||
ThemedLoadingComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class CreateCommunityPageComponent extends CreateComColPageComponent<Community> {
|
||||
|
@@ -28,8 +28,8 @@ import { VarDirective } from '../../shared/utils/var.directive';
|
||||
TranslateModule,
|
||||
AsyncPipe,
|
||||
VarDirective,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class DeleteCommunityPageComponent extends DeleteComColPageComponent<Community> {
|
||||
|
@@ -18,8 +18,8 @@ import { AccessControlFormContainerComponent } from '../../../shared/access-cont
|
||||
styleUrls: ['./community-access-control.component.scss'],
|
||||
imports: [
|
||||
AccessControlFormContainerComponent,
|
||||
AsyncPipe
|
||||
],
|
||||
AsyncPipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class CommunityAccessControlComponent implements OnInit {
|
||||
|
@@ -27,8 +27,8 @@ import { ComcolRoleComponent } from '../../../shared/comcol/comcol-forms/edit-co
|
||||
templateUrl: './community-roles.component.html',
|
||||
imports: [
|
||||
ComcolRoleComponent,
|
||||
AsyncPipe
|
||||
],
|
||||
AsyncPipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class CommunityRolesComponent implements OnInit {
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import { Component } from '@angular/core';
|
||||
import {
|
||||
ActivatedRoute,
|
||||
@@ -24,8 +27,8 @@ import { getCommunityPageRoute } from '../community-page-routing-paths';
|
||||
TranslateModule,
|
||||
NgClass,
|
||||
RouterOutlet,
|
||||
AsyncPipe
|
||||
],
|
||||
AsyncPipe,
|
||||
],
|
||||
})
|
||||
export class EditCommunityPageComponent extends EditComColPageComponent<Community> {
|
||||
type = 'community';
|
||||
|
@@ -43,8 +43,8 @@ import { VarDirective } from '../../../../shared/utils/var.directive';
|
||||
ThemedLoadingComponent,
|
||||
TranslateModule,
|
||||
AsyncPipe,
|
||||
VarDirective
|
||||
],
|
||||
VarDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class CommunityPageSubCollectionListComponent implements OnInit, OnDestroy {
|
||||
|
@@ -22,8 +22,8 @@ import { ThemedCommunityPageSubCommunityListComponent } from './sub-community-li
|
||||
imports: [
|
||||
ThemedCommunityPageSubCommunityListComponent,
|
||||
ThemedCollectionPageSubCollectionListComponent,
|
||||
AsyncPipe
|
||||
],
|
||||
AsyncPipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class SubComColSectionComponent implements OnInit {
|
||||
|
@@ -46,8 +46,8 @@ import { VarDirective } from '../../../../shared/utils/var.directive';
|
||||
ObjectCollectionComponent,
|
||||
ErrorComponent,
|
||||
ThemedLoadingComponent,
|
||||
VarDirective
|
||||
],
|
||||
VarDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -2,7 +2,10 @@ import {
|
||||
CdkDrag,
|
||||
CdkDragHandle,
|
||||
} from '@angular/cdk/drag-drop';
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
ChangeDetectorRef,
|
||||
Component,
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
AfterViewInit,
|
||||
Component,
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterLink } from '@angular/router';
|
||||
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterLink } from '@angular/router';
|
||||
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterLink } from '@angular/router';
|
||||
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterLink } from '@angular/router';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
Inject,
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterLink } from '@angular/router';
|
||||
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
forwardRef,
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
Inject,
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
forwardRef,
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, DatePipe } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
DatePipe,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
Inject,
|
||||
|
@@ -39,8 +39,8 @@ import { BrowserOnlyPipe } from '../../shared/utils/browser-only.pipe';
|
||||
BrowserOnlyPipe,
|
||||
ProfilePageSecurityFormComponent,
|
||||
AsyncPipe,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -1,4 +1,8 @@
|
||||
import { AsyncPipe, NgClass, NgTemplateOutlet } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
NgTemplateOutlet,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
Inject,
|
||||
|
@@ -1,4 +1,8 @@
|
||||
import { AsyncPipe, isPlatformBrowser, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
isPlatformBrowser,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
ChangeDetectionStrategy,
|
||||
Component,
|
||||
|
@@ -36,8 +36,8 @@ import {
|
||||
AlertComponent,
|
||||
TranslateModule,
|
||||
RouterLink,
|
||||
AsyncPipe
|
||||
],
|
||||
AsyncPipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, Location } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
Location,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
OnDestroy,
|
||||
@@ -67,8 +70,8 @@ import { getItemPageRoute } from '../../item-page-routing-paths';
|
||||
RouterLink,
|
||||
AsyncPipe,
|
||||
ReactiveFormsModule,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -61,8 +61,8 @@ import { getEntityEditRoute } from '../../item-page-routing-paths';
|
||||
VarDirective,
|
||||
DsoInputSuggestionsComponent,
|
||||
FormsModule,
|
||||
UploaderComponent
|
||||
],
|
||||
UploaderComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
ChangeDetectionStrategy,
|
||||
Component,
|
||||
@@ -46,8 +49,8 @@ import { getItemPageRoute } from '../item-page-routing-paths';
|
||||
AsyncPipe,
|
||||
NgbTooltipModule,
|
||||
RouterLink,
|
||||
RouterOutlet
|
||||
],
|
||||
RouterOutlet,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -18,8 +18,8 @@ import { AccessControlFormContainerComponent } from '../../../shared/access-cont
|
||||
styleUrls: ['./item-access-control.component.scss'],
|
||||
imports: [
|
||||
AccessControlFormContainerComponent,
|
||||
AsyncPipe
|
||||
],
|
||||
AsyncPipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class ItemAccessControlComponent implements OnInit {
|
||||
|
@@ -63,8 +63,8 @@ interface BundleBitstreamsMapEntry {
|
||||
TranslateModule,
|
||||
NgForTrackByIdDirective,
|
||||
AsyncPipe,
|
||||
AlertComponent
|
||||
],
|
||||
AlertComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, CommonModule } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
CommonModule,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
ChangeDetectorRef,
|
||||
Component,
|
||||
@@ -75,8 +78,8 @@ import { ItemEditBitstreamBundleComponent } from './item-edit-bitstream-bundle/i
|
||||
VarDirective,
|
||||
ThemedLoadingComponent,
|
||||
AlertComponent,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
providers: [ObjectValuesPipe],
|
||||
standalone: true,
|
||||
})
|
||||
|
@@ -76,8 +76,8 @@ import { getItemPageRoute } from '../../item-page-routing-paths';
|
||||
ThemedSearchFormComponent,
|
||||
AsyncPipe,
|
||||
TranslateModule,
|
||||
BrowserOnlyPipe
|
||||
],
|
||||
BrowserOnlyPipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -27,8 +27,8 @@ import { hasValue } from '../../../shared/empty.util';
|
||||
imports: [
|
||||
CurationFormComponent,
|
||||
TranslateModule,
|
||||
AsyncPipe
|
||||
],
|
||||
AsyncPipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class ItemCurateComponent implements OnInit {
|
||||
|
@@ -104,8 +104,8 @@ class RelationshipDTO {
|
||||
AsyncPipe,
|
||||
VarDirective,
|
||||
RouterLink,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -53,8 +53,8 @@ import {
|
||||
RouterLink,
|
||||
AsyncPipe,
|
||||
AuthorizedCollectionSelectorComponent,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -17,8 +17,8 @@ import { ItemOperation } from './itemOperation.model';
|
||||
TranslateModule,
|
||||
RouterLink,
|
||||
NgbTooltipModule,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -37,8 +37,8 @@ import { AbstractSimpleItemActionComponent } from '../simple-item-action/abstrac
|
||||
ModifyItemOverviewComponent,
|
||||
RouterLink,
|
||||
TranslateModule,
|
||||
AsyncPipe
|
||||
],
|
||||
AsyncPipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -27,8 +27,8 @@ import { EditRelationshipListComponent } from '../edit-relationship-list/edit-re
|
||||
standalone: true,
|
||||
imports: [
|
||||
AsyncPipe,
|
||||
EditRelationshipListComponent
|
||||
],
|
||||
EditRelationshipListComponent,
|
||||
],
|
||||
})
|
||||
/**
|
||||
* A component creating a list of editable relationships of a certain type
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
EventEmitter,
|
||||
@@ -94,8 +97,8 @@ import { EditRelationshipComponent } from '../edit-relationship/edit-relationshi
|
||||
TranslateModule,
|
||||
NgClass,
|
||||
ThemedLoadingComponent,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -51,8 +51,8 @@ import { VirtualMetadataComponent } from '../../virtual-metadata/virtual-metadat
|
||||
AsyncPipe,
|
||||
TranslateModule,
|
||||
VirtualMetadataComponent,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class EditRelationshipComponent implements OnChanges {
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgTemplateOutlet } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgTemplateOutlet,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
ChangeDetectorRef,
|
||||
Component,
|
||||
@@ -61,8 +64,8 @@ import { EditRelationshipListWrapperComponent } from './edit-relationship-list-w
|
||||
TranslateModule,
|
||||
VarDirective,
|
||||
EditRelationshipListWrapperComponent,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
ChangeDetectionStrategy,
|
||||
Component,
|
||||
@@ -66,8 +69,8 @@ import { ItemOperation } from '../item-operation/itemOperation.model';
|
||||
AsyncPipe,
|
||||
RouterLink,
|
||||
ItemOperationComponent,
|
||||
NgClass
|
||||
],
|
||||
NgClass,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -20,8 +20,8 @@ import { ItemVersionsComponent } from '../../versions/item-versions.component';
|
||||
imports: [
|
||||
ItemVersionsComponent,
|
||||
VarDirective,
|
||||
AsyncPipe
|
||||
],
|
||||
AsyncPipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgClass } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgClass,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
EventEmitter,
|
||||
@@ -43,8 +46,8 @@ interface ItemDTO {
|
||||
TranslateModule,
|
||||
VarDirective,
|
||||
AsyncPipe,
|
||||
ListableObjectComponentLoaderComponent
|
||||
],
|
||||
ListableObjectComponentLoaderComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
|
@@ -48,8 +48,8 @@ import { MetadataFieldWrapperComponent } from '../../../shared/metadata-field-wr
|
||||
MetadataFieldWrapperComponent,
|
||||
TranslateModule,
|
||||
AsyncPipe,
|
||||
RouterLink
|
||||
],
|
||||
RouterLink,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class CollectionsComponent implements OnInit {
|
||||
|
@@ -22,8 +22,8 @@ import { MetadataValuesComponent } from '../metadata-values/metadata-values.comp
|
||||
templateUrl: './metadata-uri-values.component.html',
|
||||
imports: [
|
||||
MetadataFieldWrapperComponent,
|
||||
TranslateModule
|
||||
],
|
||||
TranslateModule,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class MetadataUriValuesComponent extends MetadataValuesComponent {
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgTemplateOutlet } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgTemplateOutlet,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
Inject,
|
||||
|
@@ -59,8 +59,8 @@ import { FileSectionComponent } from '../../../simple/field-components/file-sect
|
||||
ThemedThumbnailComponent,
|
||||
ThemedFileDownloadLinkComponent,
|
||||
FileSizePipe,
|
||||
MetadataFieldWrapperComponent
|
||||
],
|
||||
MetadataFieldWrapperComponent,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class FullFileSectionComponent extends FileSectionComponent implements OnDestroy, OnInit {
|
||||
|
@@ -1,4 +1,8 @@
|
||||
import { AsyncPipe, KeyValuePipe, Location } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
KeyValuePipe,
|
||||
Location,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
ChangeDetectionStrategy,
|
||||
Component,
|
||||
@@ -73,8 +77,8 @@ import { ThemedFullFileSectionComponent } from './field-components/file-section/
|
||||
ItemVersionsNoticeComponent,
|
||||
ViewTrackerComponent,
|
||||
ThemedItemAlertsComponent,
|
||||
VarDirective
|
||||
],
|
||||
VarDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class FullItemPageComponent extends ItemPageComponent implements OnInit, OnDestroy {
|
||||
|
@@ -23,8 +23,8 @@ import { languageHelper } from './language-helper';
|
||||
imports: [
|
||||
NgbDropdownModule,
|
||||
TranslateModule,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class MediaViewerVideoComponent {
|
||||
|
@@ -49,8 +49,8 @@ import { ThemedMediaViewerVideoComponent } from './media-viewer-video/themed-med
|
||||
ThemedMediaViewerVideoComponent,
|
||||
TranslateModule,
|
||||
ThemedLoadingComponent,
|
||||
VarDirective
|
||||
],
|
||||
VarDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class MediaViewerComponent implements OnDestroy, OnInit {
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, isPlatformBrowser } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
isPlatformBrowser,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
ChangeDetectionStrategy,
|
||||
Component,
|
||||
@@ -38,8 +41,8 @@ import { MiradorViewerService } from './mirador-viewer.service';
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
imports: [
|
||||
TranslateModule,
|
||||
AsyncPipe
|
||||
],
|
||||
AsyncPipe,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class MiradorViewerComponent implements OnInit {
|
||||
|
@@ -42,8 +42,8 @@ import { createFailedRemoteDataObjectFromError$ } from '../../../shared/remote-d
|
||||
TranslateModule,
|
||||
AsyncPipe,
|
||||
AlertComponent,
|
||||
BtnDisabledDirective
|
||||
],
|
||||
BtnDisabledDirective,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class OrcidAuthComponent implements OnInit, OnChanges {
|
||||
|
@@ -1,4 +1,7 @@
|
||||
import { CommonModule, isPlatformBrowser } from '@angular/common';
|
||||
import {
|
||||
CommonModule,
|
||||
isPlatformBrowser,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
Inject,
|
||||
|
@@ -50,8 +50,8 @@ import { createFailedRemoteDataObjectFromError$ } from '../../../shared/remote-d
|
||||
imports: [
|
||||
AlertComponent,
|
||||
FormsModule,
|
||||
TranslateModule
|
||||
],
|
||||
TranslateModule,
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class OrcidSyncSettingsComponent implements OnInit, OnDestroy {
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user