Revert "ACS-8255: Migrate InfoDrawer component to Standalone (#9846)" (#9868)

This reverts commit 215b9c2e4b.
This commit is contained in:
Maurizio Vitale
2024-06-25 14:15:31 +01:00
committed by GitHub
parent f9aadde4bf
commit 88a2a4c9df
11 changed files with 101 additions and 136 deletions

View File

@@ -22,8 +22,7 @@ import {
FormFieldValidator,
FormModel,
FormOutcomeEvent,
InfoDrawerComponent,
InfoDrawerTabComponent,
InfoDrawerModule,
UpdateNotification
} from '@alfresco/adf-core';
import {
@@ -54,7 +53,6 @@ import { TaskHeaderComponent } from '../task-header/task-header.component';
import { TaskCommentsComponent } from '../../../task-comments';
import { ChecklistComponent } from '../checklist/checklist.component';
import { MatButtonModule } from '@angular/material/button';
import { MatCardModule } from '@angular/material/card';
@Component({
selector: 'adf-task-details',
@@ -64,16 +62,14 @@ import { MatCardModule } from '@angular/material/card';
TranslateModule,
TaskFormComponent,
AttachFormComponent,
InfoDrawerModule,
PeopleSearchComponent,
TaskHeaderComponent,
PeopleComponent,
TaskCommentsComponent,
ChecklistComponent,
MatDialogModule,
MatButtonModule,
InfoDrawerComponent,
InfoDrawerTabComponent,
MatCardModule
MatButtonModule
],
templateUrl: './task-details.component.html',
styleUrls: ['./task-details.component.scss'],