@trudb/tru-common-lib 0.2.282 → 0.2.284
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -63,6 +63,7 @@ export declare class TruDataGrid implements OnInit, OnChanges, AfterViewInit {
|
|
|
63
63
|
constructor(dataContext: TruDataContext, componentLookup: TruComponentLookup, searchResultViewManager: TruSearchResultViewManager, appEnvironment: TruAppEnvironment, searchViewEventHandler: TruSearchViewEventHandler, uiNotification: TruUiNotification, connectionHub: TruConnectionHub, windowEventHandler: TruWindowEventHandler, dataGridClipboard: TruDataGridClipboard, util: TruUtil, app: ApplicationRef, cdr: ChangeDetectorRef, tabGroupEventNotifier: TruTabGroupEventNotifier);
|
|
64
64
|
private enhanceRowDataForEntity;
|
|
65
65
|
private setNoRowsTemplate;
|
|
66
|
+
private applyRelationships;
|
|
66
67
|
private subscribeTo;
|
|
67
68
|
private getRefs;
|
|
68
69
|
private getRowData;
|