[AAE-26767] - Fixed lint

This commit is contained in:
VitoAlbano 2025-01-16 18:05:45 +00:00 committed by Vito Albano
parent 665cc9e201
commit 46ff46c7f4
5 changed files with 5 additions and 5 deletions

View File

@ -3,6 +3,6 @@
<div #container></div> <div #container></div>
</mat-card-content> </mat-card-content>
<mat-card-actions align="end"> <mat-card-actions align="end">
<ng-content select="[buttons]"></ng-content> <ng-content select="[buttons]" />
</mat-card-actions> </mat-card-actions>
</mat-card> </mat-card>

View File

@ -35,8 +35,7 @@
(taskCompleted)="onCompleteTask()" (taskCompleted)="onCompleteTask()"
(taskSaved)="onFormSaved()" (taskSaved)="onFormSaved()"
> >
<ng-template [ngTemplateOutlet]="taskFormCloudButtons" buttons> <ng-template [ngTemplateOutlet]="taskFormCloudButtons" buttons />
</ng-template>
</adf-cloud-task-screen> </adf-cloud-task-screen>
</ng-container> </ng-container>

View File

@ -299,6 +299,7 @@ export abstract class BaseTaskListCloudComponent<T = unknown>
/** /**
* Resets the pagination values and * Resets the pagination values and
* Reloads the task list * Reloads the task list
*
* @param pagination Pagination values to be set * @param pagination Pagination values to be set
*/ */
updatePagination(pagination: PaginationModel) { updatePagination(pagination: PaginationModel) {

View File

@ -42,7 +42,7 @@
icon="assignment" icon="assignment"
[title]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.TITLE' | translate" [title]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.TITLE' | translate"
[subtitle]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.SUBTITLE' | translate" /> [subtitle]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.SUBTITLE' | translate" />
<ng-content select="adf-custom-empty-content-template"></ng-content> <ng-content select="adf-custom-empty-content-template" />
</ng-template> </ng-template>
</adf-no-content-template> </adf-no-content-template>

View File

@ -42,7 +42,7 @@
icon="assignment" icon="assignment"
[title]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.TITLE' | translate" [title]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.TITLE' | translate"
[subtitle]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.SUBTITLE' | translate" /> [subtitle]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.SUBTITLE' | translate" />
<ng-content select="adf-custom-empty-content-template"></ng-content> <ng-content select="adf-custom-empty-content-template" />
</ng-template> </ng-template>
</adf-no-content-template> </adf-no-content-template>