RED-4590 - removed emtpy scss files
This commit is contained in:
parent
4a7b298d0d
commit
da05ce3f1b
@ -19,7 +19,6 @@ import { AdminDialogService } from '../../services/admin-dialog.service';
|
||||
|
||||
@Component({
|
||||
templateUrl: './watermarks-listing-screen.component.html',
|
||||
styleUrls: ['./watermarks-listing-screen.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
providers: listingProvidersFactory(WatermarksListingScreenComponent),
|
||||
})
|
||||
|
||||
@ -10,7 +10,6 @@ import { DossiersDialogService } from '../../../shared-dossiers/services/dossier
|
||||
@Component({
|
||||
selector: 'redaction-table-item [dossier]',
|
||||
templateUrl: './table-item.component.html',
|
||||
styleUrls: ['./table-item.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class TableItemComponent implements OnChanges {
|
||||
|
||||
@ -10,7 +10,6 @@ import { Router } from '@angular/router';
|
||||
@Component({
|
||||
selector: 'redaction-archived-dossiers-screen',
|
||||
templateUrl: './archived-dossiers-screen.component.html',
|
||||
styleUrls: ['./archived-dossiers-screen.component.scss'],
|
||||
providers: listingProvidersFactory(ArchivedDossiersScreenComponent),
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
|
||||
@ -26,7 +26,6 @@ import { DossiersService } from '@services/dossiers/dossiers.service';
|
||||
@Component({
|
||||
selector: 'redaction-dossier-overview-screen-header',
|
||||
templateUrl: './dossier-overview-screen-header.component.html',
|
||||
styleUrls: ['./dossier-overview-screen-header.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class DossierOverviewScreenHeaderComponent implements OnInit {
|
||||
|
||||
@ -5,7 +5,6 @@ import { List, StatusBarConfig } from '@iqser/common-ui';
|
||||
@Component({
|
||||
selector: 'redaction-dossier-documents-status',
|
||||
templateUrl: './dossier-documents-status.component.html',
|
||||
styleUrls: ['./dossier-documents-status.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class DossierDocumentsStatusComponent implements OnChanges {
|
||||
|
||||
@ -14,7 +14,6 @@ import { firstValueFrom } from 'rxjs';
|
||||
@Component({
|
||||
selector: 'redaction-dossiers-listing-actions',
|
||||
templateUrl: './dossiers-listing-actions.component.html',
|
||||
styleUrls: ['./dossiers-listing-actions.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class DossiersListingActionsComponent implements OnChanges {
|
||||
|
||||
@ -9,7 +9,6 @@ import { AnnotationsListingService } from '../../services/annotations-listing.se
|
||||
@Component({
|
||||
selector: 'redaction-annotation-reference [annotation]',
|
||||
templateUrl: './annotation-reference.component.html',
|
||||
styleUrls: ['./annotation-reference.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class AnnotationReferenceComponent implements OnChanges {
|
||||
|
||||
@ -10,7 +10,6 @@ import { firstValueFrom } from 'rxjs';
|
||||
|
||||
@Component({
|
||||
templateUrl: './document-info-dialog.component.html',
|
||||
styleUrls: ['./document-info-dialog.component.scss'],
|
||||
})
|
||||
export class DocumentInfoDialogComponent extends BaseDialogComponent implements OnInit {
|
||||
form: UntypedFormGroup;
|
||||
|
||||
@ -3,7 +3,6 @@ import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
||||
@Component({
|
||||
selector: 'redaction-date-column [date]',
|
||||
templateUrl: './date-column.component.html',
|
||||
styleUrls: ['./date-column.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class DateColumnComponent {
|
||||
|
||||
@ -20,7 +20,6 @@ class DialogData {
|
||||
|
||||
@Component({
|
||||
templateUrl: './assign-reviewer-approver-dialog.component.html',
|
||||
styleUrls: ['./assign-reviewer-approver-dialog.component.scss'],
|
||||
})
|
||||
export class AssignReviewerApproverDialogComponent {
|
||||
readonly form: UntypedFormGroup;
|
||||
|
||||
@ -7,7 +7,6 @@ import { AddEditEntityComponent } from '@shared/components/add-edit-entity/add-e
|
||||
|
||||
@Component({
|
||||
templateUrl: './dictionary-details-dialog.component.html',
|
||||
styleUrls: ['./dictionary-details-dialog.component.scss'],
|
||||
providers: [dossiersServiceProvider],
|
||||
})
|
||||
export class DictionaryDetailsDialogComponent extends BaseDialogComponent {
|
||||
|
||||
@ -9,7 +9,6 @@ import { firstValueFrom } from 'rxjs';
|
||||
@Component({
|
||||
selector: 'redaction-file-download-btn [files] [dossier]',
|
||||
templateUrl: './file-download-btn.component.html',
|
||||
styleUrls: ['./file-download-btn.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class FileDownloadBtnComponent implements OnChanges {
|
||||
|
||||
@ -19,7 +19,6 @@ interface PartialDossier extends Partial<IDossier> {
|
||||
@Component({
|
||||
selector: 'redaction-dossier-name-column',
|
||||
templateUrl: './dossier-name-column.component.html',
|
||||
styleUrls: ['./dossier-name-column.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class DossierNameColumnComponent {
|
||||
|
||||
@ -3,7 +3,6 @@ import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
||||
@Component({
|
||||
selector: 'redaction-file-stats',
|
||||
templateUrl: './file-stats.component.html',
|
||||
styleUrls: ['./file-stats.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class FileStatsComponent {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user