mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[AAE-16995] Code refactor of LocationCellComponent (#9033)
* [AAE-16995] Migrate to standalone * [AAE-16995] Update Datatable module * [AAE-16995] Enable hyperlink click * [AAE-16995] Fix test mistake * [AAE-16995] Refactor DatatableCell * [AAE-16995] Refactor LocationCellComponent * [AAE-16995] Update doc about location cell * [AAE-16995] Clarify the purpose of location cell * [AAE-16995] Remove unnecessary check * [AAE-16995] Align to remarks
This commit is contained in:
committed by
GitHub
parent
5d72597d7d
commit
81f0df3da1
@@ -75,7 +75,8 @@ import { NumberCellComponent } from './components/number-cell/number-cell.compon
|
||||
DataColumnModule,
|
||||
BooleanCellComponent,
|
||||
AmountCellComponent,
|
||||
NumberCellComponent
|
||||
NumberCellComponent,
|
||||
LocationCellComponent
|
||||
],
|
||||
declarations: [
|
||||
DataTableComponent,
|
||||
@@ -87,7 +88,6 @@ import { NumberCellComponent } from './components/number-cell/number-cell.compon
|
||||
DataTableRowComponent,
|
||||
DateCellComponent,
|
||||
FileSizeCellComponent,
|
||||
LocationCellComponent,
|
||||
JsonCellComponent,
|
||||
ColumnsSelectorComponent,
|
||||
NoContentTemplateDirective,
|
||||
@@ -111,7 +111,6 @@ import { NumberCellComponent } from './components/number-cell/number-cell.compon
|
||||
DateCellComponent,
|
||||
ColumnsSelectorComponent,
|
||||
FileSizeCellComponent,
|
||||
LocationCellComponent,
|
||||
JsonCellComponent,
|
||||
NoContentTemplateDirective,
|
||||
NoPermissionTemplateDirective,
|
||||
|
Reference in New Issue
Block a user