[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:
Wiktor Danielewski
2023-10-31 16:51:07 +01:00
committed by GitHub
parent 5d72597d7d
commit 81f0df3da1
5 changed files with 49 additions and 31 deletions

View File

@@ -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,