mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-26215 standalone cloud tasks (#10537)
This commit is contained in:
@@ -19,6 +19,7 @@ import { AfterContentInit, ContentChild, Directive, TemplateRef } from '@angular
|
||||
import { TaskDetailsComponent } from '../task-details/task-details.component';
|
||||
|
||||
/**
|
||||
* @deprecated no longer used anywhere, and can be safely removed
|
||||
* Directive selectors without adf- prefix will be deprecated on 3.0.0
|
||||
*/
|
||||
@Directive({
|
||||
|
@@ -24,6 +24,7 @@ import { TaskListService } from '../../services/tasklist.service';
|
||||
const JSON_FORMAT: string = 'json';
|
||||
const PDF_FORMAT: string = 'pdf';
|
||||
|
||||
/** @deprecated no longer used anywhere, and can be safely removed */
|
||||
@Directive({
|
||||
// eslint-disable-next-line @angular-eslint/directive-selector
|
||||
selector: 'button[adf-task-audit]',
|
||||
|
@@ -58,6 +58,7 @@ import { MatButtonModule } from '@angular/material/button';
|
||||
import { MatCardModule } from '@angular/material/card';
|
||||
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
||||
|
||||
/** @deprecated no longer used anywhere, and can be safely removed */
|
||||
@Component({
|
||||
selector: 'adf-task-details',
|
||||
standalone: true,
|
||||
|
Reference in New Issue
Block a user