@trudb/tru-common-lib 0.0.885 → 0.0.887

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.
@@ -161,7 +161,7 @@ export declare class TruDesktopWindow implements OnInit, AfterViewInit {
161
161
  * @description
162
162
  *
163
163
  */
164
- onKeydown(event: MouseEvent): void;
164
+ onKeydown(event: KeyboardEvent): void;
165
165
  /**
166
166
  * @tru.doc watch
167
167
  * @module tru.desktop.window
@@ -7,16 +7,18 @@ import { Observable } from 'rxjs';
7
7
  import { TruAppEnvironment } from "./tru-app-environment";
8
8
  import { TruChoice } from "../classes/tru-choice";
9
9
  import { TruNameValue } from "../classes/tru-name-value";
10
+ import { TruUser } from "./tru-user";
10
11
  import * as i0 from "@angular/core";
11
12
  export declare class TruEntityAccessor {
12
13
  private http;
13
14
  private appEnvironment;
14
15
  private uiNotification;
16
+ private user;
15
17
  private _breezeContext;
16
18
  private _entityManager;
17
19
  private _maxRecordCount;
18
20
  private _baseUrl;
19
- constructor(http: HttpClient, appEnvironment: TruAppEnvironment, uiNotification: TruUiNotification);
21
+ constructor(http: HttpClient, appEnvironment: TruAppEnvironment, uiNotification: TruUiNotification, user: TruUser);
20
22
  set context(dataContext: TruDataContext);
21
23
  private getQueryServiceName;
22
24
  private warnIfMaxRecords;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.0.885",
3
+ "version": "0.0.887",
4
4
  "type": "module",
5
5
  "peerDependencies": {},
6
6
  "dependencies": {