[ADF-604] Upgrade @angular/material to latest version (#1909)

* update dependencies and module imports

* fix template warnings and fix import issues

* migrate Activiti Form to MdTabsModule

* fix unit tests

* fix tests

* fix unit tests

* fix unit tests

* disable test that fails only on travis

* upgrade activiti form component to angular/material

* fix test (remove MDL class check)
This commit is contained in:
Denys Vuika
2017-05-30 11:51:50 +01:00
committed by Eugenio Romano
parent 6e3e3ab5b7
commit a2ef939860
47 changed files with 192 additions and 230 deletions

View File

@@ -20,14 +20,14 @@
(rowDblClick)="onRowDblClick($event)">
<div *ngIf="!isEmptyTemplateDefined()">
<no-content-template>
<template>
<ng-template>
<div class="document-list_empty_template">
<div class="document-list__this-space-is-empty">This folder is empty</div>
<div class="document-list__drag-drop">Drag and Drop</div>
<div class="document-list__any-files-here-to-add">any files here to add</div>
<img [src]="emptyFolderImageUrl" class="document-list__empty_doc_lib">
</div>
</template>
</ng-template>
</no-content-template>
</div>
</alfresco-datatable>