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