[ADF-868] Use new ADF prefix in all tags (#2035)

* use new ADF prefix in all thr tag

* fix failing test

* fix datatable test
This commit is contained in:
Eugenio Romano
2017-07-04 09:47:29 +02:00
committed by Eugenio Romano
parent ba580ad11d
commit ff2c566c90
95 changed files with 373 additions and 471 deletions

View File

@@ -1,11 +1,11 @@
<alfresco-document-menu-action
<adf-document-menu-action
*ngIf="creationMenuActions"
[folderId]="currentFolderId"
(success)="onActionMenuSuccess($event)"
(error)="onActionMenuError($event)"
(permissionErrorEvent)="onPermissionError($event)">
</alfresco-document-menu-action>
<alfresco-datatable
</adf-document-menu-action>
<adf-datatable
[selectionMode]="selectionMode"
[data]="data"
[actions]="contentActions"
@@ -47,11 +47,11 @@
</ng-template>
</loading-content-template>
</div>
</alfresco-datatable>
<alfresco-pagination *ngIf="isPaginationEnabled()"
</adf-datatable>
<adf-pagination *ngIf="isPaginationEnabled()"
(changePageSize)="onChangePageSize($event)"
(nextPage)="onNextPage($event)"
(prevPage)="onPrevPage($event)"
[pagination]="pagination"
[supportedPageSizes]="[5, 10, 15, 20]">
</alfresco-pagination>
</adf-pagination>