mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3193] CardView Variables Item (#3485)
* variables item * unit tests * translations fix * docs added * change requests * change requests
This commit is contained in:
committed by
Eugenio Romano
parent
c7e3319e4c
commit
cb23103c83
@@ -21,6 +21,7 @@ import { FormsModule } from '@angular/forms';
|
||||
import {
|
||||
MatButtonModule,
|
||||
MatDatepickerModule,
|
||||
MatTableModule,
|
||||
MatIconModule,
|
||||
MatInputModule,
|
||||
MatCheckboxModule,
|
||||
@@ -37,6 +38,7 @@ import { CardViewDateItemComponent } from './components/card-view-dateitem/card-
|
||||
import { CardViewItemDispatcherComponent } from './components/card-view-item-dispatcher/card-view-item-dispatcher.component';
|
||||
import { CardViewMapItemComponent } from './components/card-view-mapitem/card-view-mapitem.component';
|
||||
import { CardViewTextItemComponent } from './components/card-view-textitem/card-view-textitem.component';
|
||||
import { CardViewKeyValuePairsItemComponent } from './components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -48,6 +50,7 @@ import { CardViewTextItemComponent } from './components/card-view-textitem/card-
|
||||
MatNativeDateModule,
|
||||
MatCheckboxModule,
|
||||
MatInputModule,
|
||||
MatTableModule,
|
||||
MatIconModule,
|
||||
MatButtonModule,
|
||||
MatDatetimepickerModule,
|
||||
@@ -59,6 +62,7 @@ import { CardViewTextItemComponent } from './components/card-view-textitem/card-
|
||||
CardViewDateItemComponent,
|
||||
CardViewMapItemComponent,
|
||||
CardViewTextItemComponent,
|
||||
CardViewKeyValuePairsItemComponent,
|
||||
CardViewItemDispatcherComponent,
|
||||
CardViewContentProxyDirective
|
||||
],
|
||||
@@ -66,14 +70,16 @@ import { CardViewTextItemComponent } from './components/card-view-textitem/card-
|
||||
CardViewBoolItemComponent,
|
||||
CardViewDateItemComponent,
|
||||
CardViewMapItemComponent,
|
||||
CardViewTextItemComponent
|
||||
CardViewTextItemComponent,
|
||||
CardViewKeyValuePairsItemComponent
|
||||
],
|
||||
exports: [
|
||||
CardViewComponent,
|
||||
CardViewBoolItemComponent,
|
||||
CardViewDateItemComponent,
|
||||
CardViewMapItemComponent,
|
||||
CardViewTextItemComponent
|
||||
CardViewTextItemComponent,
|
||||
CardViewKeyValuePairsItemComponent
|
||||
]
|
||||
})
|
||||
export class CardViewModule {}
|
||||
|
Reference in New Issue
Block a user