@trudb/tru-common-lib 0.2.448 → 0.2.450
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.
|
@@ -8,6 +8,7 @@ import { TruDesktopManager } from '../components/desktop/services/tru-desktop-ma
|
|
|
8
8
|
import { TruUiNotification } from './tru-ui-notification';
|
|
9
9
|
import { TruWindowEventHandler } from '../components/desktop/services/tru-window-event-handler';
|
|
10
10
|
import { TruAppEnvironment } from './tru-app-environment';
|
|
11
|
+
import { TruComponentLookup } from './tru-component-lookup';
|
|
11
12
|
import * as i0 from "@angular/core";
|
|
12
13
|
export declare class TruActionInvoke {
|
|
13
14
|
private dataContext;
|
|
@@ -17,10 +18,11 @@ export declare class TruActionInvoke {
|
|
|
17
18
|
private uiNotification;
|
|
18
19
|
private appEnvironment;
|
|
19
20
|
private httpClient;
|
|
21
|
+
private componentLookup;
|
|
20
22
|
private modelTypeLookup;
|
|
21
23
|
private globalDataContext;
|
|
22
24
|
private user;
|
|
23
|
-
constructor(dataContext: TruDataContext, textManager: TruTextManager, desktopManager: TruDesktopManager, windowEventHandler: TruWindowEventHandler, uiNotification: TruUiNotification, appEnvironment: TruAppEnvironment, httpClient: HttpClient, modelTypeLookup: TruModelTypeLookup, globalDataContext: TruGlobalDataContext, user: TruUser);
|
|
25
|
+
constructor(dataContext: TruDataContext, textManager: TruTextManager, desktopManager: TruDesktopManager, windowEventHandler: TruWindowEventHandler, uiNotification: TruUiNotification, appEnvironment: TruAppEnvironment, httpClient: HttpClient, componentLookup: TruComponentLookup, modelTypeLookup: TruModelTypeLookup, globalDataContext: TruGlobalDataContext, user: TruUser);
|
|
24
26
|
/**
|
|
25
27
|
* Creates an array of menu item config objects.
|
|
26
28
|
* @param {object[]} menuItemConfigs - Menu item config configs(!)
|