mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
[AAE-26767] - Fixed lint
This commit is contained in:
parent
665cc9e201
commit
46ff46c7f4
@ -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>
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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) {
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user