@trudb/tru-common-lib 0.2.473 → 0.2.474
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.
|
@@ -64,6 +64,8 @@ export declare class TruDataGrid implements OnInit, OnChanges, AfterViewInit {
|
|
|
64
64
|
private rowFocuedOnMousedown;
|
|
65
65
|
private copiedRowData;
|
|
66
66
|
private scrollOffsetCleanup;
|
|
67
|
+
private detailResizeCleanup;
|
|
68
|
+
private pendingResizeFrameId;
|
|
67
69
|
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, hostElement: ElementRef, desktopViewEventNotifier: TruDesktopViewEventNotifier, tabGroupEventNotifier: TruTabGroupEventNotifier);
|
|
68
70
|
private enhanceRowDataForEntity;
|
|
69
71
|
private setNoRowsTemplate;
|
|
@@ -109,6 +111,9 @@ export declare class TruDataGrid implements OnInit, OnChanges, AfterViewInit {
|
|
|
109
111
|
private updateScrollOffsets;
|
|
110
112
|
private setupScrollObservers;
|
|
111
113
|
private teardownScrollObservers;
|
|
114
|
+
private scheduleResizeGrid;
|
|
115
|
+
private setupDetailResizeObservers;
|
|
116
|
+
private teardownDetailResizeObservers;
|
|
112
117
|
private resizeGrid;
|
|
113
118
|
static ɵfac: i0.ɵɵFactoryDeclaration<TruDataGrid, [null, null, null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
|
|
114
119
|
static ɵcmp: i0.ɵɵComponentDeclaration<TruDataGrid, "tru-data-grid", never, { "config": { "alias": "config"; "required": false; }; "entity": { "alias": "entity"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -8,6 +8,7 @@ export declare class TruTabGroup {
|
|
|
8
8
|
constructor();
|
|
9
9
|
ngAfterViewInit(): void;
|
|
10
10
|
onChange(event: MatTabChangeEvent): void;
|
|
11
|
+
private setActiveTabByIndex;
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<TruTabGroup, never>;
|
|
12
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<TruTabGroup, "tru-tab-group", never, {}, {}, ["tabs"], ["*"], true, never>;
|
|
13
14
|
}
|