taxtank-core 0.9.0 → 0.9.1
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.
- package/bundles/taxtank-core.umd.js +8 -0
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/services/http/transaction/transaction.service.js +8 -1
- package/fesm2015/taxtank-core.js +7 -0
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/services/http/transaction/transaction.service.d.ts +4 -0
- package/package.json +1 -1
|
@@ -87,6 +87,10 @@ export declare class TransactionService extends RestService<TransactionBase, Tra
|
|
|
87
87
|
* Listen to EventDispatcherService event related to Depreciation changing
|
|
88
88
|
*/
|
|
89
89
|
private listenDepreciationChange;
|
|
90
|
+
/**
|
|
91
|
+
* Listen to EventDispatcherService event related to Property Share changing
|
|
92
|
+
*/
|
|
93
|
+
private listenPropertyShareUpdate;
|
|
90
94
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionService, never>;
|
|
91
95
|
static ɵprov: i0.ɵɵInjectableDeclaration<TransactionService>;
|
|
92
96
|
}
|