AAE-26215 standalone cloud tasks (#10537)

This commit is contained in:
Denys Vuika
2025-01-14 12:00:07 -05:00
committed by GitHub
parent 972566fb29
commit af3ca02347
128 changed files with 1419 additions and 1658 deletions

View File

@@ -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({

View File

@@ -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]',

View File

@@ -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,