[AAE-3514] Create file viewer widget (#6142)

* AAE-3514 Create File viewer widget

* AAE-3514 Fix complex fields behaviour

* AAE-3514 Modify attach widget selection indicator

* AAE-3514 Add unit tests to attach-file-cloud widget

* AAE-3514 Add unit tests

* AAE-3514 Increase coverage

* AAE-3514 Fix review comments

* AAE-3514 Fix review comments
This commit is contained in:
Pablo Martinez Garcia
2020-09-22 18:01:03 +02:00
committed by GitHub
parent 46383602f1
commit 3a464a7bed
20 changed files with 715 additions and 77 deletions

View File

@@ -39,6 +39,7 @@ import { FormRendererComponent } from './components/form-renderer.component';
import { EditJsonDialogModule } from '../dialogs/edit-json/edit-json.dialog.module';
import { A11yModule } from '@angular/cdk/a11y';
import { FlexLayoutModule } from '@angular/flex-layout';
import { ViewerModule } from '../viewer/viewer.module';
@NgModule({
imports: [
@@ -55,7 +56,8 @@ import { FlexLayoutModule } from '@angular/flex-layout';
PipeModule,
MatDatetimepickerModule,
MatNativeDatetimeModule,
EditJsonDialogModule
EditJsonDialogModule,
ViewerModule
],
declarations: [
ContentWidgetComponent,