@trudb/tru-common-lib 0.2.218 → 0.2.219

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.
@@ -17,6 +17,7 @@ export declare class TruDataContext {
17
17
  private entityAccessor;
18
18
  private uiNotification;
19
19
  private _propertyChanged$;
20
+ private _entityAdded$;
20
21
  private _dataChanged$;
21
22
  private _breezeContext;
22
23
  private _pendingDeleteEntities;
@@ -25,6 +26,8 @@ export declare class TruDataContext {
25
26
  constructor(breezeContextFactory: TruBreezeContextFactory, modelNavigationPropertiesLookup: TruModelNavigationPropertiesLookup, globalDataContext: TruGlobalDataContext, appEnvironment: TruAppEnvironment, entityAccessor: TruEntityAccessor, uiNotification: TruUiNotification);
26
27
  onPropertyChanged(): Subject<any>;
27
28
  propertyChanged(changeArgs: EntityChangedEventArgs | null): void;
29
+ onEntityAdded(): Subject<any>;
30
+ entityAdded(changeArgs: EntityChangedEventArgs | null): void;
28
31
  onDataChanged(): Subject<TruDataChange>;
29
32
  dataChanged(change: TruDataChange): void;
30
33
  validationChangeDetection: Observable<unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.2.218",
3
+ "version": "0.2.219",
4
4
  "type": "module",
5
5
  "module": "fesm2022/trudb-tru-common-lib.mjs",
6
6
  "typings": "index.d.ts",