mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-970] Create a new Empty list component for the datatable (#2045)
* Create a new empty list component Share the component between attachment list and document list Add unit test Add basic documentation * Use the adf empty list also in the process attachment component * Fix unit test * delete wrong file
This commit is contained in:
committed by
Eugenio Romano
parent
843afdbcc6
commit
dac9b21e85
@@ -23,11 +23,13 @@ export * from './src/data/index';
|
||||
|
||||
export { DataTableCellComponent } from './src/components/datatable/datatable-cell.component';
|
||||
export { DataTableComponent } from './src/components/datatable/datatable.component';
|
||||
export { AdfEmptyList } from './src/components/datatable/adf-empty-list.component';
|
||||
export { PaginationComponent } from './src/components/pagination/pagination.component';
|
||||
export { DataCellEvent, DataCellEventModel } from './src/components/datatable/data-cell.event';
|
||||
export { DataRowActionEvent, DataRowActionModel } from './src/components/datatable/data-row-action.event';
|
||||
|
||||
import { DataTableComponent } from './src/components/datatable/datatable.component';
|
||||
import { AdfEmptyList } from './src/components/datatable/adf-empty-list.component';
|
||||
import { NoContentTemplateComponent } from './src/directives/no-content-template.component';
|
||||
import { LoadingContentTemplateComponent } from './src/directives/loading-template.component';
|
||||
import { PaginationComponent } from './src/components/pagination/pagination.component';
|
||||
@@ -36,6 +38,7 @@ import { DataTableCellComponent } from './src/components/datatable/datatable-cel
|
||||
export function directives() {
|
||||
return [
|
||||
DataTableComponent,
|
||||
AdfEmptyList,
|
||||
DataTableCellComponent,
|
||||
NoContentTemplateComponent,
|
||||
LoadingContentTemplateComponent,
|
||||
|
Reference in New Issue
Block a user