|
|
|
@ -57,7 +57,7 @@ import { isDefinedAndNotNull, isUndefinedOrNull } from '@core/utils'; |
|
|
|
import { coerceBoolean } from '@shared/decorators/coercion'; |
|
|
|
import { SharedModule } from '@shared/shared.module'; |
|
|
|
import { CommonModule } from '@angular/common'; |
|
|
|
import { TruncateTooltipDirective } from '@shared/directives/truncate-tooltip.directive'; |
|
|
|
import { TruncateWithTooltipDirective } from '@shared/directives/truncate-with-tooltip.directive'; |
|
|
|
import { TbTableDatasource } from '@shared/components/table/table-datasource.abstract'; |
|
|
|
|
|
|
|
@Component({ |
|
|
|
@ -78,7 +78,7 @@ import { TbTableDatasource } from '@shared/components/table/table-datasource.abs |
|
|
|
} |
|
|
|
], |
|
|
|
standalone: true, |
|
|
|
imports: [CommonModule, SharedModule, TruncateTooltipDirective] |
|
|
|
imports: [CommonModule, SharedModule, TruncateWithTooltipDirective] |
|
|
|
}) |
|
|
|
export class MappingTableComponent implements ControlValueAccessor, Validator, AfterViewInit, OnInit, OnDestroy { |
|
|
|
|
|
|
|
|