taxtank-core 2.0.42 → 2.0.45
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/README.md +5 -5
- package/fesm2022/taxtank-core-common.mjs +20 -21
- package/fesm2022/taxtank-core-common.mjs.map +1 -1
- package/fesm2022/taxtank-core.mjs +518 -518
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +17 -17
- package/package.json +1 -1
- package/index.d.ts.map +0 -1
|
@@ -100,10 +100,10 @@ class AddressService {
|
|
|
100
100
|
}
|
|
101
101
|
return this.countriesSubject.asObservable();
|
|
102
102
|
}
|
|
103
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
104
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
103
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
104
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AddressService, providedIn: 'root' }); }
|
|
105
105
|
}
|
|
106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AddressService, decorators: [{
|
|
107
107
|
type: Injectable,
|
|
108
108
|
args: [{
|
|
109
109
|
providedIn: 'root'
|
|
@@ -127,10 +127,10 @@ class PdfService {
|
|
|
127
127
|
formData.append('landscape', landscape ? '1' : '0');
|
|
128
128
|
return this.http.post(`${this.environment.apiV2}/pdf/html`, formData, { responseType: 'blob' });
|
|
129
129
|
}
|
|
130
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
131
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
130
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
131
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfService, providedIn: 'root' }); }
|
|
132
132
|
}
|
|
133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfService, decorators: [{
|
|
134
134
|
type: Injectable,
|
|
135
135
|
args: [{
|
|
136
136
|
providedIn: 'root'
|
|
@@ -11414,7 +11414,7 @@ class Budget extends Budget$1 {
|
|
|
11414
11414
|
super(...arguments);
|
|
11415
11415
|
this.financialYear = new FinancialYear().year;
|
|
11416
11416
|
}
|
|
11417
|
-
getMetadata(isIncome) {
|
|
11417
|
+
static getMetadata(isIncome) {
|
|
11418
11418
|
return isIncome ? {
|
|
11419
11419
|
name: 'Income',
|
|
11420
11420
|
thumbnail: 'income-budget.png',
|
|
@@ -11697,10 +11697,10 @@ class EventDispatcherService {
|
|
|
11697
11697
|
dispatch2(event) {
|
|
11698
11698
|
this.eventSubject2.next(event);
|
|
11699
11699
|
}
|
|
11700
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
11701
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
11700
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
11701
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EventDispatcherService, providedIn: 'root' }); }
|
|
11702
11702
|
}
|
|
11703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
11703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EventDispatcherService, decorators: [{
|
|
11704
11704
|
type: Injectable,
|
|
11705
11705
|
args: [{
|
|
11706
11706
|
providedIn: 'root'
|
|
@@ -11735,10 +11735,10 @@ class SseService {
|
|
|
11735
11735
|
})
|
|
11736
11736
|
.pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
|
|
11737
11737
|
}
|
|
11738
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
11739
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
11738
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: i3.JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
11739
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SseService, providedIn: 'root' }); }
|
|
11740
11740
|
}
|
|
11741
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
11741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SseService, decorators: [{
|
|
11742
11742
|
type: Injectable,
|
|
11743
11743
|
args: [{
|
|
11744
11744
|
providedIn: 'root'
|
|
@@ -11826,10 +11826,10 @@ class DataService {
|
|
|
11826
11826
|
setCache(data) {
|
|
11827
11827
|
this.cache = this.createCollectionInstance(this.collectionClass, data);
|
|
11828
11828
|
}
|
|
11829
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
11830
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
11829
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
11830
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DataService, providedIn: 'root' }); }
|
|
11831
11831
|
}
|
|
11832
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
11832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DataService, decorators: [{
|
|
11833
11833
|
type: Injectable,
|
|
11834
11834
|
args: [{
|
|
11835
11835
|
providedIn: 'root'
|
|
@@ -11897,10 +11897,10 @@ class ToastService {
|
|
|
11897
11897
|
message,
|
|
11898
11898
|
}));
|
|
11899
11899
|
}
|
|
11900
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
11901
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
11900
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
11901
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ToastService, providedIn: 'root' }); }
|
|
11902
11902
|
}
|
|
11903
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
11903
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ToastService, decorators: [{
|
|
11904
11904
|
type: Injectable,
|
|
11905
11905
|
args: [{
|
|
11906
11906
|
providedIn: 'root'
|
|
@@ -12267,10 +12267,10 @@ let RestService$1 = class RestService extends DataService {
|
|
|
12267
12267
|
this.handleResponse([change.model], change.method);
|
|
12268
12268
|
});
|
|
12269
12269
|
}
|
|
12270
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
12271
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
12270
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RestService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
12271
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RestService, providedIn: 'root' }); }
|
|
12272
12272
|
};
|
|
12273
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
12273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RestService$1, decorators: [{
|
|
12274
12274
|
type: Injectable,
|
|
12275
12275
|
args: [{
|
|
12276
12276
|
providedIn: 'root'
|
|
@@ -12393,7 +12393,7 @@ class BankAccountService extends RestService$1 {
|
|
|
12393
12393
|
* manualConnection moved to basiq, old manual bankAccounts closed to let user add automated bankAccounts (because there is no reliable way to merge)
|
|
12394
12394
|
*/
|
|
12395
12395
|
listenConnections() {
|
|
12396
|
-
this.sseService.on(`bankConnections`).subscribe((
|
|
12396
|
+
this.sseService.on(`bankConnections`).subscribe(() => {
|
|
12397
12397
|
this.refreshCache();
|
|
12398
12398
|
});
|
|
12399
12399
|
}
|
|
@@ -12410,10 +12410,10 @@ class BankAccountService extends RestService$1 {
|
|
|
12410
12410
|
}
|
|
12411
12411
|
});
|
|
12412
12412
|
}
|
|
12413
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
12414
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
12413
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
12414
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankAccountService, providedIn: 'root' }); }
|
|
12415
12415
|
}
|
|
12416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
12416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankAccountService, decorators: [{
|
|
12417
12417
|
type: Injectable,
|
|
12418
12418
|
args: [{
|
|
12419
12419
|
providedIn: 'root'
|
|
@@ -12518,10 +12518,10 @@ class BankConnectionService extends RestService$1 {
|
|
|
12518
12518
|
}
|
|
12519
12519
|
});
|
|
12520
12520
|
}
|
|
12521
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
12522
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
12521
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankConnectionService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
12522
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankConnectionService, providedIn: 'root' }); }
|
|
12523
12523
|
}
|
|
12524
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
12524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankConnectionService, decorators: [{
|
|
12525
12525
|
type: Injectable,
|
|
12526
12526
|
args: [{
|
|
12527
12527
|
providedIn: 'root'
|
|
@@ -12587,10 +12587,10 @@ class BankTransactionService extends RestService$1 {
|
|
|
12587
12587
|
}
|
|
12588
12588
|
});
|
|
12589
12589
|
}
|
|
12590
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
12591
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
12590
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankTransactionService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
12591
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankTransactionService, providedIn: 'root' }); }
|
|
12592
12592
|
}
|
|
12593
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
12593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankTransactionService, decorators: [{
|
|
12594
12594
|
type: Injectable,
|
|
12595
12595
|
args: [{
|
|
12596
12596
|
providedIn: 'root'
|
|
@@ -12624,10 +12624,10 @@ class BasiqTokenService extends RestService$1 {
|
|
|
12624
12624
|
const now = new Date().getTime();
|
|
12625
12625
|
return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
|
|
12626
12626
|
}
|
|
12627
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
12628
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
12627
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
12628
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqTokenService, providedIn: 'root' }); }
|
|
12629
12629
|
}
|
|
12630
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
12630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqTokenService, decorators: [{
|
|
12631
12631
|
type: Injectable,
|
|
12632
12632
|
args: [{
|
|
12633
12633
|
providedIn: 'root'
|
|
@@ -12769,10 +12769,10 @@ class BasiqService extends RestService$1 {
|
|
|
12769
12769
|
}
|
|
12770
12770
|
});
|
|
12771
12771
|
}
|
|
12772
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
12773
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
12772
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
12773
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqService, providedIn: 'root' }); }
|
|
12774
12774
|
}
|
|
12775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
12775
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqService, decorators: [{
|
|
12776
12776
|
type: Injectable,
|
|
12777
12777
|
args: [{
|
|
12778
12778
|
providedIn: 'root'
|
|
@@ -12800,10 +12800,10 @@ class BankTransactionCommentService extends RestService$1 {
|
|
|
12800
12800
|
this.endpointUri = 'bank-transaction-comments';
|
|
12801
12801
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
12802
12802
|
}
|
|
12803
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
12804
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
12803
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankTransactionCommentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
12804
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankTransactionCommentService, providedIn: 'root' }); }
|
|
12805
12805
|
}
|
|
12806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
12806
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankTransactionCommentService, decorators: [{
|
|
12807
12807
|
type: Injectable,
|
|
12808
12808
|
args: [{
|
|
12809
12809
|
providedIn: 'root'
|
|
@@ -12829,10 +12829,10 @@ class BankService extends RestService$1 {
|
|
|
12829
12829
|
this.endpointUri = 'banks';
|
|
12830
12830
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
12831
12831
|
}
|
|
12832
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
12833
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
12832
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
12833
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankService, providedIn: 'root' }); }
|
|
12834
12834
|
}
|
|
12835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
12835
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankService, decorators: [{
|
|
12836
12836
|
type: Injectable,
|
|
12837
12837
|
args: [{
|
|
12838
12838
|
providedIn: 'root'
|
|
@@ -12847,10 +12847,10 @@ class BudgetService extends RestService$1 {
|
|
|
12847
12847
|
this.endpointUri = 'budgets';
|
|
12848
12848
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
12849
12849
|
}
|
|
12850
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
12851
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
12850
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
12851
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BudgetService, providedIn: 'root' }); }
|
|
12852
12852
|
}
|
|
12853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
12853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BudgetService, decorators: [{
|
|
12854
12854
|
type: Injectable,
|
|
12855
12855
|
args: [{
|
|
12856
12856
|
providedIn: 'root'
|
|
@@ -12873,10 +12873,10 @@ class BudgetRuleService extends RestService$1 {
|
|
|
12873
12873
|
this.endpointUri = 'budget-rules';
|
|
12874
12874
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
12875
12875
|
}
|
|
12876
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
12877
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
12876
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BudgetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
12877
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BudgetRuleService, providedIn: 'root' }); }
|
|
12878
12878
|
}
|
|
12879
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
12879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BudgetRuleService, decorators: [{
|
|
12880
12880
|
type: Injectable,
|
|
12881
12881
|
args: [{
|
|
12882
12882
|
providedIn: 'root'
|
|
@@ -12887,14 +12887,14 @@ class FinancialGoalService extends RestService$1 {
|
|
|
12887
12887
|
constructor() {
|
|
12888
12888
|
super(...arguments);
|
|
12889
12889
|
this.modelClass = FinancialGoal;
|
|
12890
|
-
this.collectionClass =
|
|
12890
|
+
this.collectionClass = FinancialGoalCollection;
|
|
12891
12891
|
this.endpointUri = 'financial-goals';
|
|
12892
12892
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
12893
12893
|
}
|
|
12894
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
12895
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
12894
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FinancialGoalService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
12895
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FinancialGoalService, providedIn: 'root' }); }
|
|
12896
12896
|
}
|
|
12897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
12897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FinancialGoalService, decorators: [{
|
|
12898
12898
|
type: Injectable,
|
|
12899
12899
|
args: [{
|
|
12900
12900
|
providedIn: 'root'
|
|
@@ -12912,10 +12912,10 @@ class ChartAccountsDepreciationService extends RestService$1 {
|
|
|
12912
12912
|
this.collectionClass = Collection;
|
|
12913
12913
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
12914
12914
|
}
|
|
12915
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
12916
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
12915
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
12916
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' }); }
|
|
12917
12917
|
}
|
|
12918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
12918
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
|
|
12919
12919
|
type: Injectable,
|
|
12920
12920
|
args: [{
|
|
12921
12921
|
providedIn: 'root'
|
|
@@ -12954,10 +12954,10 @@ class ChartAccountsService extends RestService$1 {
|
|
|
12954
12954
|
return headings;
|
|
12955
12955
|
}));
|
|
12956
12956
|
}
|
|
12957
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
12958
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
12957
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
12958
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsService, providedIn: 'root' }); }
|
|
12959
12959
|
}
|
|
12960
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
12960
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsService, decorators: [{
|
|
12961
12961
|
type: Injectable,
|
|
12962
12962
|
args: [{
|
|
12963
12963
|
providedIn: 'root'
|
|
@@ -13041,10 +13041,10 @@ class ChatService extends RestService$1 {
|
|
|
13041
13041
|
this.setCache(cache, true);
|
|
13042
13042
|
}, ['post']);
|
|
13043
13043
|
}
|
|
13044
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13045
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13044
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChatService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13045
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChatService, providedIn: 'root' }); }
|
|
13046
13046
|
}
|
|
13047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13047
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChatService, decorators: [{
|
|
13048
13048
|
type: Injectable,
|
|
13049
13049
|
args: [{
|
|
13050
13050
|
providedIn: 'root'
|
|
@@ -13074,10 +13074,10 @@ class MessageService extends RestService$1 {
|
|
|
13074
13074
|
getUnreadChatsAmount() {
|
|
13075
13075
|
return this.get().pipe(map((messages) => messages.getUnreadChatsAmount()));
|
|
13076
13076
|
}
|
|
13077
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13078
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13077
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MessageService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13078
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MessageService, providedIn: 'root' }); }
|
|
13079
13079
|
}
|
|
13080
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MessageService, decorators: [{
|
|
13081
13081
|
type: Injectable,
|
|
13082
13082
|
args: [{
|
|
13083
13083
|
providedIn: 'root'
|
|
@@ -13146,10 +13146,10 @@ class MessageDocumentService extends RestService$1 {
|
|
|
13146
13146
|
addBatch(chatId, files) {
|
|
13147
13147
|
return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
|
|
13148
13148
|
}
|
|
13149
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13150
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13149
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MessageDocumentService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13150
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MessageDocumentService, providedIn: 'root' }); }
|
|
13151
13151
|
}
|
|
13152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MessageDocumentService, decorators: [{
|
|
13153
13153
|
type: Injectable,
|
|
13154
13154
|
args: [{
|
|
13155
13155
|
providedIn: 'root'
|
|
@@ -13244,10 +13244,10 @@ class DepreciationService extends RestService$1 {
|
|
|
13244
13244
|
this.refreshCache();
|
|
13245
13245
|
});
|
|
13246
13246
|
}
|
|
13247
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13248
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13247
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13248
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DepreciationService, providedIn: 'root' }); }
|
|
13249
13249
|
}
|
|
13250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DepreciationService, decorators: [{
|
|
13251
13251
|
type: Injectable,
|
|
13252
13252
|
args: [{
|
|
13253
13253
|
providedIn: 'root'
|
|
@@ -13269,10 +13269,10 @@ class DepreciationCapitalProjectService extends RestService$1 {
|
|
|
13269
13269
|
this.endpointUri = 'depreciation-capital-projects';
|
|
13270
13270
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
13271
13271
|
}
|
|
13272
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13273
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13272
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DepreciationCapitalProjectService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13273
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' }); }
|
|
13274
13274
|
}
|
|
13275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
|
|
13276
13276
|
type: Injectable,
|
|
13277
13277
|
args: [{
|
|
13278
13278
|
providedIn: 'root'
|
|
@@ -13298,10 +13298,10 @@ class DocumentFolderService extends RestService$1 {
|
|
|
13298
13298
|
this.modelClass = DocumentFolder;
|
|
13299
13299
|
this.disabledMethods = ['deleteBatch', 'postBatch', 'putBatch'];
|
|
13300
13300
|
}
|
|
13301
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13302
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13301
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13302
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DocumentFolderService, providedIn: 'root' }); }
|
|
13303
13303
|
}
|
|
13304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DocumentFolderService, decorators: [{
|
|
13305
13305
|
type: Injectable,
|
|
13306
13306
|
args: [{
|
|
13307
13307
|
providedIn: 'root'
|
|
@@ -13326,10 +13326,10 @@ class DocumentService extends RestService$1 {
|
|
|
13326
13326
|
postFiles(folder, files) {
|
|
13327
13327
|
return this.postParallel(files.map(file => plainToClass(Document, { folder, file })));
|
|
13328
13328
|
}
|
|
13329
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13330
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13329
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DocumentService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13330
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DocumentService, providedIn: 'root' }); }
|
|
13331
13331
|
}
|
|
13332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: DocumentService, decorators: [{
|
|
13333
13333
|
type: Injectable,
|
|
13334
13334
|
args: [{
|
|
13335
13335
|
providedIn: 'root'
|
|
@@ -13414,10 +13414,10 @@ class FacebookService {
|
|
|
13414
13414
|
});
|
|
13415
13415
|
});
|
|
13416
13416
|
}
|
|
13417
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13418
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13417
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: i3.JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13418
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FacebookService, providedIn: 'root' }); }
|
|
13419
13419
|
}
|
|
13420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13420
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FacebookService, decorators: [{
|
|
13421
13421
|
type: Injectable,
|
|
13422
13422
|
args: [{
|
|
13423
13423
|
providedIn: 'root'
|
|
@@ -13484,10 +13484,10 @@ class GoogleService {
|
|
|
13484
13484
|
logout() {
|
|
13485
13485
|
google.accounts.id.disableAutoSelect();
|
|
13486
13486
|
}
|
|
13487
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13488
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13487
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: i3.JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13488
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: GoogleService, providedIn: 'root' }); }
|
|
13489
13489
|
}
|
|
13490
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: GoogleService, decorators: [{
|
|
13491
13491
|
type: Injectable,
|
|
13492
13492
|
args: [{
|
|
13493
13493
|
providedIn: 'root'
|
|
@@ -13519,10 +13519,10 @@ class FileService extends RestService$1 {
|
|
|
13519
13519
|
download(file) {
|
|
13520
13520
|
return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
|
|
13521
13521
|
}
|
|
13522
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13523
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13522
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13523
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FileService, providedIn: 'root' }); }
|
|
13524
13524
|
}
|
|
13525
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13525
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FileService, decorators: [{
|
|
13526
13526
|
type: Injectable,
|
|
13527
13527
|
args: [{
|
|
13528
13528
|
providedIn: 'root'
|
|
@@ -13612,10 +13612,10 @@ class ClientInviteService extends RestService$1 {
|
|
|
13612
13612
|
}
|
|
13613
13613
|
});
|
|
13614
13614
|
}
|
|
13615
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13616
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13615
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientInviteService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13616
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientInviteService, providedIn: 'root' }); }
|
|
13617
13617
|
}
|
|
13618
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13618
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientInviteService, decorators: [{
|
|
13619
13619
|
type: Injectable,
|
|
13620
13620
|
args: [{
|
|
13621
13621
|
providedIn: 'root'
|
|
@@ -13705,10 +13705,10 @@ class ClientMovementService extends RestService$1 {
|
|
|
13705
13705
|
// this.updateCache([clientMovement], 'delete');
|
|
13706
13706
|
}));
|
|
13707
13707
|
}
|
|
13708
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13709
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13708
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientMovementService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13709
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientMovementService, providedIn: 'root' }); }
|
|
13710
13710
|
}
|
|
13711
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13711
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientMovementService, decorators: [{
|
|
13712
13712
|
type: Injectable,
|
|
13713
13713
|
args: [{
|
|
13714
13714
|
providedIn: 'root'
|
|
@@ -13769,10 +13769,10 @@ class EmployeeService extends RestService$1 {
|
|
|
13769
13769
|
index === -1 ? employee.roles.push(role) : employee.roles.splice(index, 1);
|
|
13770
13770
|
return super.put(employee, `${this.environment.apiV2}/${this.endpointUri}/${employee.id}`);
|
|
13771
13771
|
}
|
|
13772
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13773
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13772
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13773
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeService, providedIn: 'root' }); }
|
|
13774
13774
|
}
|
|
13775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13775
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeService, decorators: [{
|
|
13776
13776
|
type: Injectable,
|
|
13777
13777
|
args: [{
|
|
13778
13778
|
providedIn: 'root'
|
|
@@ -13833,10 +13833,10 @@ class EmployeeInviteService extends RestService$1 {
|
|
|
13833
13833
|
return updatedInvite;
|
|
13834
13834
|
}));
|
|
13835
13835
|
}
|
|
13836
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13837
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13836
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13837
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' }); }
|
|
13838
13838
|
}
|
|
13839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeInviteService, decorators: [{
|
|
13840
13840
|
type: Injectable,
|
|
13841
13841
|
args: [{
|
|
13842
13842
|
providedIn: 'root'
|
|
@@ -13860,10 +13860,10 @@ class ClientPortfolioReportService {
|
|
|
13860
13860
|
return new ClientPortfolioReportCollection(clientReports);
|
|
13861
13861
|
}));
|
|
13862
13862
|
}
|
|
13863
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13864
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13863
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13864
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' }); }
|
|
13865
13865
|
}
|
|
13866
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
|
|
13867
13867
|
type: Injectable,
|
|
13868
13868
|
args: [{
|
|
13869
13869
|
providedIn: 'root'
|
|
@@ -13917,10 +13917,10 @@ class FirmService {
|
|
|
13917
13917
|
getByType(type) {
|
|
13918
13918
|
return this.getAll().pipe(map((firms) => firms.filter((firm) => firm.type === type)));
|
|
13919
13919
|
}
|
|
13920
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13921
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13920
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13921
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FirmService, providedIn: 'root' }); }
|
|
13922
13922
|
}
|
|
13923
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13923
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FirmService, decorators: [{
|
|
13924
13924
|
type: Injectable,
|
|
13925
13925
|
args: [{
|
|
13926
13926
|
providedIn: 'root'
|
|
@@ -13938,10 +13938,10 @@ class FirmBranchService extends RestService$1 {
|
|
|
13938
13938
|
this.collectionClass = (Collection);
|
|
13939
13939
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
13940
13940
|
}
|
|
13941
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
13942
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
13941
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FirmBranchService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13942
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FirmBranchService, providedIn: 'root' }); }
|
|
13943
13943
|
}
|
|
13944
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
13944
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FirmBranchService, decorators: [{
|
|
13945
13945
|
type: Injectable,
|
|
13946
13946
|
args: [{
|
|
13947
13947
|
providedIn: 'root'
|
|
@@ -14182,10 +14182,10 @@ class RestService {
|
|
|
14182
14182
|
getCache() {
|
|
14183
14183
|
return clone(this.cache);
|
|
14184
14184
|
}
|
|
14185
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
14186
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
14185
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RestService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14186
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RestService, providedIn: 'root' }); }
|
|
14187
14187
|
}
|
|
14188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
14188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RestService, decorators: [{
|
|
14189
14189
|
type: Injectable,
|
|
14190
14190
|
args: [{
|
|
14191
14191
|
providedIn: 'root'
|
|
@@ -14260,10 +14260,10 @@ class IncomeSourceForecastService extends RestService {
|
|
|
14260
14260
|
return incomeSource.incomeSourceForecasts;
|
|
14261
14261
|
}).flat();
|
|
14262
14262
|
}
|
|
14263
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
14264
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
14263
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14264
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' }); }
|
|
14265
14265
|
}
|
|
14266
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
14266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
|
|
14267
14267
|
type: Injectable,
|
|
14268
14268
|
args: [{
|
|
14269
14269
|
providedIn: 'root'
|
|
@@ -14337,10 +14337,10 @@ class SalaryForecastService extends RestService {
|
|
|
14337
14337
|
return incomeSource.salaryForecasts;
|
|
14338
14338
|
}).flat();
|
|
14339
14339
|
}
|
|
14340
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
14341
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
14340
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SalaryForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14341
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SalaryForecastService, providedIn: 'root' }); }
|
|
14342
14342
|
}
|
|
14343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
14343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SalaryForecastService, decorators: [{
|
|
14344
14344
|
type: Injectable,
|
|
14345
14345
|
args: [{
|
|
14346
14346
|
providedIn: 'root'
|
|
@@ -14422,10 +14422,10 @@ class SoleForecastService extends RestService {
|
|
|
14422
14422
|
this.refreshCache();
|
|
14423
14423
|
});
|
|
14424
14424
|
}
|
|
14425
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
14426
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
14425
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14426
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleForecastService, providedIn: 'root' }); }
|
|
14427
14427
|
}
|
|
14428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
14428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleForecastService, decorators: [{
|
|
14429
14429
|
type: Injectable,
|
|
14430
14430
|
args: [{
|
|
14431
14431
|
providedIn: 'root'
|
|
@@ -14508,10 +14508,10 @@ class IncomeSourceService extends RestService {
|
|
|
14508
14508
|
this.refreshCache();
|
|
14509
14509
|
});
|
|
14510
14510
|
}
|
|
14511
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
14512
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
14511
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14512
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceService, providedIn: 'root' }); }
|
|
14513
14513
|
}
|
|
14514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
14514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceService, decorators: [{
|
|
14515
14515
|
type: Injectable,
|
|
14516
14516
|
args: [{
|
|
14517
14517
|
providedIn: 'root'
|
|
@@ -14584,10 +14584,10 @@ class BorrowingExpenseService {
|
|
|
14584
14584
|
return combinedBorrowingExpenses;
|
|
14585
14585
|
}));
|
|
14586
14586
|
}
|
|
14587
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
14588
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
14587
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14588
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' }); }
|
|
14589
14589
|
}
|
|
14590
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
14590
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BorrowingExpenseService, decorators: [{
|
|
14591
14591
|
type: Injectable,
|
|
14592
14592
|
args: [{
|
|
14593
14593
|
providedIn: 'root'
|
|
@@ -14671,10 +14671,10 @@ class LoanService extends RestService$1 {
|
|
|
14671
14671
|
delete(loan) {
|
|
14672
14672
|
return super.delete(loan, `${this.environment.apiV2}/loans/${loan.id}`);
|
|
14673
14673
|
}
|
|
14674
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
14675
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
14674
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: LoanService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14675
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: LoanService, providedIn: 'root' }); }
|
|
14676
14676
|
}
|
|
14677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
14677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: LoanService, decorators: [{
|
|
14678
14678
|
type: Injectable,
|
|
14679
14679
|
args: [{
|
|
14680
14680
|
providedIn: 'root'
|
|
@@ -14700,10 +14700,10 @@ class BorrowingReportService extends RestService$1 {
|
|
|
14700
14700
|
this.collectionClass = Collection;
|
|
14701
14701
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14702
14702
|
}
|
|
14703
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
14704
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
14703
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BorrowingReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14704
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BorrowingReportService, providedIn: 'root' }); }
|
|
14705
14705
|
}
|
|
14706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
14706
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BorrowingReportService, decorators: [{
|
|
14707
14707
|
type: Injectable,
|
|
14708
14708
|
args: [{
|
|
14709
14709
|
providedIn: 'root'
|
|
@@ -14728,10 +14728,10 @@ class PropertyCategoryService extends RestService$1 {
|
|
|
14728
14728
|
this.endpointUri = 'properties/categories';
|
|
14729
14729
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14730
14730
|
}
|
|
14731
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
14732
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
14731
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14732
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' }); }
|
|
14733
14733
|
}
|
|
14734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
14734
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCategoryService, decorators: [{
|
|
14735
14735
|
type: Injectable,
|
|
14736
14736
|
args: [{
|
|
14737
14737
|
providedIn: 'root'
|
|
@@ -14753,10 +14753,10 @@ class PropertyCategoryMovementService extends RestService$1 {
|
|
|
14753
14753
|
this.listenCSE(Property, this.refreshCache, ['post']);
|
|
14754
14754
|
this.listenCSE(PropertyValuation, this.refreshCache);
|
|
14755
14755
|
}
|
|
14756
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
14757
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
14756
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCategoryMovementService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14757
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' }); }
|
|
14758
14758
|
}
|
|
14759
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
14759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
|
|
14760
14760
|
type: Injectable,
|
|
14761
14761
|
args: [{
|
|
14762
14762
|
providedIn: 'root'
|
|
@@ -14837,10 +14837,10 @@ class TaxExemptionService extends DataService {
|
|
|
14837
14837
|
this.collectionClass = TaxExemptionCollection;
|
|
14838
14838
|
this.setCache(TaxExemptions);
|
|
14839
14839
|
}
|
|
14840
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
14841
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
14840
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14841
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxExemptionService, providedIn: 'root' }); }
|
|
14842
14842
|
}
|
|
14843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
14843
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxExemptionService, decorators: [{
|
|
14844
14844
|
type: Injectable,
|
|
14845
14845
|
args: [{
|
|
14846
14846
|
providedIn: 'root'
|
|
@@ -14856,10 +14856,10 @@ class PropertySaleService extends RestService$1 {
|
|
|
14856
14856
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14857
14857
|
this.roles = [UserRolesEnum$1.PROPERTY_TANK];
|
|
14858
14858
|
}
|
|
14859
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
14860
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
14859
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14860
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertySaleService, providedIn: 'root' }); }
|
|
14861
14861
|
}
|
|
14862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
14862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertySaleService, decorators: [{
|
|
14863
14863
|
type: Injectable,
|
|
14864
14864
|
args: [{
|
|
14865
14865
|
providedIn: 'root'
|
|
@@ -14913,10 +14913,10 @@ class PropertyShareService extends RestService$1 {
|
|
|
14913
14913
|
listenSalesChanges() {
|
|
14914
14914
|
this.listenCSE(PropertySale, this.refreshCache, ['post', 'delete']);
|
|
14915
14915
|
}
|
|
14916
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
14917
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
14916
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyShareService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14917
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyShareService, providedIn: 'root' }); }
|
|
14918
14918
|
}
|
|
14919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
14919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyShareService, decorators: [{
|
|
14920
14920
|
type: Injectable,
|
|
14921
14921
|
args: [{
|
|
14922
14922
|
providedIn: 'root'
|
|
@@ -14935,10 +14935,10 @@ class PropertyValuationService extends RestService$1 {
|
|
|
14935
14935
|
this.disabledMethods = ['postBatch', 'putBatch'];
|
|
14936
14936
|
this.useBackendError = true;
|
|
14937
14937
|
}
|
|
14938
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
14939
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
14938
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyValuationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14939
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyValuationService, providedIn: 'root' }); }
|
|
14940
14940
|
}
|
|
14941
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
14941
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyValuationService, decorators: [{
|
|
14942
14942
|
type: Injectable,
|
|
14943
14943
|
args: [{
|
|
14944
14944
|
providedIn: 'root'
|
|
@@ -15082,10 +15082,10 @@ class PropertyService extends RestService$1 {
|
|
|
15082
15082
|
return of({ growthPercent: 0, lowMarketValue: 0, marketValue: 0, highMarketValue: 0, confidence: PropertyCorelogicStatsConfidenceTypeEnum.LOW });
|
|
15083
15083
|
}));
|
|
15084
15084
|
}
|
|
15085
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15086
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15085
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15086
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyService, providedIn: 'root' }); }
|
|
15087
15087
|
}
|
|
15088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyService, decorators: [{
|
|
15089
15089
|
type: Injectable,
|
|
15090
15090
|
args: [{
|
|
15091
15091
|
providedIn: 'root'
|
|
@@ -15142,10 +15142,10 @@ class ServiceNotificationService extends RestService {
|
|
|
15142
15142
|
this.eventDispatcherService.dispatch(new AppEvent(AppEventTypeEnum.NOTIFICATION_ADDED, notification));
|
|
15143
15143
|
});
|
|
15144
15144
|
}
|
|
15145
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15146
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15145
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServiceNotificationService, deps: [{ token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15146
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' }); }
|
|
15147
15147
|
}
|
|
15148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15148
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServiceNotificationService, decorators: [{
|
|
15149
15149
|
type: Injectable,
|
|
15150
15150
|
args: [{
|
|
15151
15151
|
providedIn: 'root'
|
|
@@ -15168,10 +15168,10 @@ class SoleBusinessService extends RestService$1 {
|
|
|
15168
15168
|
this.endpointUri = 'sole-businesses';
|
|
15169
15169
|
this.roles = [UserRolesEnum$1.SOLE_TANK];
|
|
15170
15170
|
}
|
|
15171
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15172
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15171
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15172
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessService, providedIn: 'root' }); }
|
|
15173
15173
|
}
|
|
15174
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15174
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessService, decorators: [{
|
|
15175
15175
|
type: Injectable,
|
|
15176
15176
|
args: [{
|
|
15177
15177
|
providedIn: 'root'
|
|
@@ -15184,10 +15184,10 @@ class SoleBusinessActivityService extends RestService {
|
|
|
15184
15184
|
this.modelClass = SoleBusinessActivity;
|
|
15185
15185
|
this.url = 'sole-business-activities';
|
|
15186
15186
|
}
|
|
15187
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15188
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15187
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15188
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' }); }
|
|
15189
15189
|
}
|
|
15190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
|
|
15191
15191
|
type: Injectable,
|
|
15192
15192
|
args: [{
|
|
15193
15193
|
providedIn: 'root'
|
|
@@ -15216,10 +15216,10 @@ class SoleBusinessLossService extends RestService$1 {
|
|
|
15216
15216
|
this.refreshCache();
|
|
15217
15217
|
});
|
|
15218
15218
|
}
|
|
15219
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15220
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15219
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessLossService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15220
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' }); }
|
|
15221
15221
|
}
|
|
15222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessLossService, decorators: [{
|
|
15223
15223
|
type: Injectable,
|
|
15224
15224
|
args: [{
|
|
15225
15225
|
providedIn: 'root'
|
|
@@ -15238,10 +15238,10 @@ class SoleBusinessLossOffsetRuleService extends RestService {
|
|
|
15238
15238
|
this.modelClass = SoleBusinessLossOffsetRule;
|
|
15239
15239
|
this.url = 'sole-business-loss-offset-rules';
|
|
15240
15240
|
}
|
|
15241
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15242
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15241
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15242
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' }); }
|
|
15243
15243
|
}
|
|
15244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
|
|
15245
15245
|
type: Injectable,
|
|
15246
15246
|
args: [{
|
|
15247
15247
|
providedIn: 'root'
|
|
@@ -15254,10 +15254,10 @@ class SoleContactService extends RestService {
|
|
|
15254
15254
|
this.modelClass = SoleContact;
|
|
15255
15255
|
this.url = 'sole-contacts';
|
|
15256
15256
|
}
|
|
15257
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15258
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15257
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15258
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleContactService, providedIn: 'root' }); }
|
|
15259
15259
|
}
|
|
15260
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleContactService, decorators: [{
|
|
15261
15261
|
type: Injectable,
|
|
15262
15262
|
args: [{
|
|
15263
15263
|
providedIn: 'root'
|
|
@@ -15313,10 +15313,10 @@ class SoleDepreciationMethodService {
|
|
|
15313
15313
|
this.get().subscribe();
|
|
15314
15314
|
});
|
|
15315
15315
|
}
|
|
15316
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15317
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15316
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15317
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' }); }
|
|
15318
15318
|
}
|
|
15319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
|
|
15320
15320
|
type: Injectable,
|
|
15321
15321
|
args: [{
|
|
15322
15322
|
providedIn: 'root'
|
|
@@ -15341,10 +15341,10 @@ class SoleDetailsService extends RestService$1 {
|
|
|
15341
15341
|
get() {
|
|
15342
15342
|
return super.get().pipe(map(soleDetails => soleDetails.length ? soleDetails : new Collection([plainToClass(SoleDetails, {})])));
|
|
15343
15343
|
}
|
|
15344
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15345
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15344
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15345
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDetailsService, providedIn: 'root' }); }
|
|
15346
15346
|
}
|
|
15347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDetailsService, decorators: [{
|
|
15348
15348
|
type: Injectable,
|
|
15349
15349
|
args: [{
|
|
15350
15350
|
providedIn: 'root'
|
|
@@ -15378,10 +15378,10 @@ class SoleInvoiceService extends RestService$1 {
|
|
|
15378
15378
|
}
|
|
15379
15379
|
return this.cache.last.number + 1;
|
|
15380
15380
|
}
|
|
15381
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15382
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15381
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleInvoiceService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15382
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' }); }
|
|
15383
15383
|
}
|
|
15384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleInvoiceService, decorators: [{
|
|
15385
15385
|
type: Injectable,
|
|
15386
15386
|
args: [{
|
|
15387
15387
|
providedIn: 'root'
|
|
@@ -15397,10 +15397,10 @@ class SoleInvoiceTemplateService extends RestService {
|
|
|
15397
15397
|
this.modelClass = SoleInvoiceTemplate;
|
|
15398
15398
|
this.url = 'sole-invoice-templates';
|
|
15399
15399
|
}
|
|
15400
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15401
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15400
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15401
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' }); }
|
|
15402
15402
|
}
|
|
15403
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
|
|
15404
15404
|
type: Injectable,
|
|
15405
15405
|
args: [{
|
|
15406
15406
|
providedIn: 'root'
|
|
@@ -15421,10 +15421,10 @@ class BasReportService extends RestService {
|
|
|
15421
15421
|
this.modelClass = BasReport;
|
|
15422
15422
|
this.url = 'bas-reports';
|
|
15423
15423
|
}
|
|
15424
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15425
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15424
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15425
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasReportService, providedIn: 'root' }); }
|
|
15426
15426
|
}
|
|
15427
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasReportService, decorators: [{
|
|
15428
15428
|
type: Injectable,
|
|
15429
15429
|
args: [{
|
|
15430
15430
|
providedIn: 'root'
|
|
@@ -15448,10 +15448,10 @@ class ServicePaymentService extends RestService$1 {
|
|
|
15448
15448
|
}
|
|
15449
15449
|
return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
|
|
15450
15450
|
}
|
|
15451
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15452
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15451
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15452
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePaymentService, providedIn: 'root' }); }
|
|
15453
15453
|
}
|
|
15454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePaymentService, decorators: [{
|
|
15455
15455
|
type: Injectable,
|
|
15456
15456
|
args: [{
|
|
15457
15457
|
providedIn: 'root'
|
|
@@ -15483,10 +15483,10 @@ class ServicePaymentMethodService extends RestService$1 {
|
|
|
15483
15483
|
return this.http.put(`${this.apiUrl}/${paymentMethod.id}/default`, {})
|
|
15484
15484
|
.pipe(map((updatedPaymentMethod) => plainToClass(ServicePaymentMethod, updatedPaymentMethod)));
|
|
15485
15485
|
}
|
|
15486
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15487
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15486
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15487
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' }); }
|
|
15488
15488
|
}
|
|
15489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
|
|
15490
15490
|
type: Injectable,
|
|
15491
15491
|
args: [{
|
|
15492
15492
|
providedIn: 'root'
|
|
@@ -15507,10 +15507,10 @@ class ServicePriceService extends RestService$1 {
|
|
|
15507
15507
|
this.collectionClass = ServicePriceCollection;
|
|
15508
15508
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
15509
15509
|
}
|
|
15510
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15511
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15510
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15511
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePriceService, providedIn: 'root' }); }
|
|
15512
15512
|
}
|
|
15513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServicePriceService, decorators: [{
|
|
15514
15514
|
type: Injectable,
|
|
15515
15515
|
args: [{
|
|
15516
15516
|
providedIn: 'root'
|
|
@@ -15595,10 +15595,10 @@ class SubscriptionService extends RestService$1 {
|
|
|
15595
15595
|
get(path = this.apiUrl) {
|
|
15596
15596
|
return super.get(path).pipe(map(subscriptions => subscriptions.sortBy('isActive', 'ask')));
|
|
15597
15597
|
}
|
|
15598
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15599
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15598
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15599
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SubscriptionService, providedIn: 'root' }); }
|
|
15600
15600
|
}
|
|
15601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SubscriptionService, decorators: [{
|
|
15602
15602
|
type: Injectable,
|
|
15603
15603
|
args: [{
|
|
15604
15604
|
providedIn: 'root'
|
|
@@ -15616,10 +15616,10 @@ class ServiceProductService extends RestService$1 {
|
|
|
15616
15616
|
this.endpointUri = 'service-products';
|
|
15617
15617
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
15618
15618
|
}
|
|
15619
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15620
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15619
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15620
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServiceProductService, providedIn: 'root' }); }
|
|
15621
15621
|
}
|
|
15622
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ServiceProductService, decorators: [{
|
|
15623
15623
|
type: Injectable,
|
|
15624
15624
|
args: [{
|
|
15625
15625
|
providedIn: 'root'
|
|
@@ -15755,10 +15755,10 @@ class TaxReviewHistoryService extends RestService {
|
|
|
15755
15755
|
this.updateCache();
|
|
15756
15756
|
});
|
|
15757
15757
|
}
|
|
15758
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15759
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15758
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReviewHistoryService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15759
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' }); }
|
|
15760
15760
|
}
|
|
15761
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15761
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
|
|
15762
15762
|
type: Injectable,
|
|
15763
15763
|
args: [{
|
|
15764
15764
|
providedIn: 'root'
|
|
@@ -15851,10 +15851,10 @@ class TaxReviewService extends RestService {
|
|
|
15851
15851
|
}
|
|
15852
15852
|
});
|
|
15853
15853
|
}
|
|
15854
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
15855
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
15854
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReviewService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
15855
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReviewService, providedIn: 'root' }); }
|
|
15856
15856
|
}
|
|
15857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
15857
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReviewService, decorators: [{
|
|
15858
15858
|
type: Injectable,
|
|
15859
15859
|
args: [{
|
|
15860
15860
|
providedIn: 'root'
|
|
@@ -16185,10 +16185,10 @@ class TaxSummaryService {
|
|
|
16185
16185
|
this.getForecast().subscribe();
|
|
16186
16186
|
});
|
|
16187
16187
|
}
|
|
16188
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16189
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16188
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16189
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxSummaryService, providedIn: 'root' }); }
|
|
16190
16190
|
}
|
|
16191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxSummaryService, decorators: [{
|
|
16192
16192
|
type: Injectable,
|
|
16193
16193
|
args: [{
|
|
16194
16194
|
providedIn: 'root'
|
|
@@ -16209,10 +16209,10 @@ class AllocationRuleService extends RestService$1 {
|
|
|
16209
16209
|
getCustomHttpErrorMessages() {
|
|
16210
16210
|
return { 422: 'You can only have 10 conditions in a rule' };
|
|
16211
16211
|
}
|
|
16212
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16213
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16212
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16213
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AllocationRuleService, providedIn: 'root' }); }
|
|
16214
16214
|
}
|
|
16215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AllocationRuleService, decorators: [{
|
|
16216
16216
|
type: Injectable,
|
|
16217
16217
|
args: [{
|
|
16218
16218
|
providedIn: 'root'
|
|
@@ -16317,10 +16317,10 @@ class TransactionAllocationService extends RestService {
|
|
|
16317
16317
|
}
|
|
16318
16318
|
});
|
|
16319
16319
|
}
|
|
16320
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16321
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16320
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TransactionAllocationService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16321
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' }); }
|
|
16322
16322
|
}
|
|
16323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TransactionAllocationService, decorators: [{
|
|
16324
16324
|
type: Injectable,
|
|
16325
16325
|
args: [{
|
|
16326
16326
|
providedIn: 'root'
|
|
@@ -16572,10 +16572,10 @@ class TransactionService extends RestService {
|
|
|
16572
16572
|
}
|
|
16573
16573
|
});
|
|
16574
16574
|
}
|
|
16575
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16576
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16575
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16576
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TransactionService, providedIn: 'root' }); }
|
|
16577
16577
|
}
|
|
16578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TransactionService, decorators: [{
|
|
16579
16579
|
type: Injectable,
|
|
16580
16580
|
args: [{
|
|
16581
16581
|
providedIn: 'root'
|
|
@@ -16601,10 +16601,10 @@ class PriorTransactionService extends RestService$1 {
|
|
|
16601
16601
|
const financialYear = new FinancialYear(new FinancialYear().year - 1);
|
|
16602
16602
|
return super.get(this.apiUrl + `?financialYear=${financialYear.year}`).pipe(map(transactions => transactions.filterByFinancialYear('date', null, financialYear)));
|
|
16603
16603
|
}
|
|
16604
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16605
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16604
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PriorTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16605
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PriorTransactionService, providedIn: 'root' }); }
|
|
16606
16606
|
}
|
|
16607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PriorTransactionService, decorators: [{
|
|
16608
16608
|
type: Injectable,
|
|
16609
16609
|
args: [{
|
|
16610
16610
|
providedIn: 'root'
|
|
@@ -16626,10 +16626,10 @@ class InvoiceTransactionsService extends RestService$1 {
|
|
|
16626
16626
|
this.endpointUri = 'invoices/transactions';
|
|
16627
16627
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
16628
16628
|
}
|
|
16629
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16630
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16629
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InvoiceTransactionsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16630
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InvoiceTransactionsService, providedIn: 'root' }); }
|
|
16631
16631
|
}
|
|
16632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InvoiceTransactionsService, decorators: [{
|
|
16633
16633
|
type: Injectable,
|
|
16634
16634
|
args: [{
|
|
16635
16635
|
providedIn: 'root'
|
|
@@ -16653,10 +16653,10 @@ class YoutubeService {
|
|
|
16653
16653
|
title: item.snippet.title
|
|
16654
16654
|
}))));
|
|
16655
16655
|
}
|
|
16656
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16657
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16656
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: YoutubeService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16657
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: YoutubeService, providedIn: 'root' }); }
|
|
16658
16658
|
}
|
|
16659
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: YoutubeService, decorators: [{
|
|
16660
16660
|
type: Injectable,
|
|
16661
16661
|
args: [{
|
|
16662
16662
|
providedIn: 'root'
|
|
@@ -16676,10 +16676,10 @@ class VehicleService extends RestService$1 {
|
|
|
16676
16676
|
this.collectionClass = (Collection);
|
|
16677
16677
|
this.modelClass = Vehicle;
|
|
16678
16678
|
}
|
|
16679
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16680
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16679
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16680
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleService, providedIn: 'root' }); }
|
|
16681
16681
|
}
|
|
16682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleService, decorators: [{
|
|
16683
16683
|
type: Injectable,
|
|
16684
16684
|
args: [{
|
|
16685
16685
|
providedIn: 'root'
|
|
@@ -16709,10 +16709,10 @@ class VehicleClaimService extends RestService$1 {
|
|
|
16709
16709
|
this.refreshCache();
|
|
16710
16710
|
});
|
|
16711
16711
|
}
|
|
16712
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16713
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16712
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleClaimService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16713
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleClaimService, providedIn: 'root' }); }
|
|
16714
16714
|
}
|
|
16715
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16715
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleClaimService, decorators: [{
|
|
16716
16716
|
type: Injectable,
|
|
16717
16717
|
args: [{
|
|
16718
16718
|
providedIn: 'root'
|
|
@@ -16774,10 +16774,10 @@ class VehicleClaimDetailsService {
|
|
|
16774
16774
|
const vehicleClaimDetails = plainToClass(VehicleClaimDetails, Object.assign({}, this.cache, { isManual: true }));
|
|
16775
16775
|
this.update(vehicleClaimDetails).subscribe();
|
|
16776
16776
|
}
|
|
16777
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16778
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16777
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16778
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' }); }
|
|
16779
16779
|
}
|
|
16780
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16780
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
|
|
16781
16781
|
type: Injectable,
|
|
16782
16782
|
args: [{
|
|
16783
16783
|
providedIn: 'root'
|
|
@@ -16798,10 +16798,10 @@ class VehicleLogbookService extends RestService$1 {
|
|
|
16798
16798
|
this.collectionClass = VehicleLogbookCollection;
|
|
16799
16799
|
this.modelClass = VehicleLogbook;
|
|
16800
16800
|
}
|
|
16801
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16802
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16801
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16802
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' }); }
|
|
16803
16803
|
}
|
|
16804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: VehicleLogbookService, decorators: [{
|
|
16805
16805
|
type: Injectable,
|
|
16806
16806
|
args: [{
|
|
16807
16807
|
providedIn: 'root'
|
|
@@ -16824,10 +16824,10 @@ class AnnualClientDetailsService extends RestService$1 {
|
|
|
16824
16824
|
this.endpointUri = 'annual-client-details';
|
|
16825
16825
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
|
|
16826
16826
|
}
|
|
16827
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16828
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16827
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16828
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' }); }
|
|
16829
16829
|
}
|
|
16830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16830
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
|
|
16831
16831
|
type: Injectable,
|
|
16832
16832
|
args: [{
|
|
16833
16833
|
providedIn: 'root'
|
|
@@ -16857,10 +16857,10 @@ class OccupationService {
|
|
|
16857
16857
|
}
|
|
16858
16858
|
return this.occupationsSubject.asObservable();
|
|
16859
16859
|
}
|
|
16860
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16861
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16860
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16861
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: OccupationService, providedIn: 'root' }); }
|
|
16862
16862
|
}
|
|
16863
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16863
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: OccupationService, decorators: [{
|
|
16864
16864
|
type: Injectable,
|
|
16865
16865
|
args: [{
|
|
16866
16866
|
providedIn: 'root'
|
|
@@ -16882,10 +16882,10 @@ class ClientCouponService extends RestService$1 {
|
|
|
16882
16882
|
this.endpointUri = 'users/current/promo-code';
|
|
16883
16883
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
16884
16884
|
}
|
|
16885
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16886
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16885
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientCouponService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16886
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientCouponService, providedIn: 'root' }); }
|
|
16887
16887
|
}
|
|
16888
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16888
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientCouponService, decorators: [{
|
|
16889
16889
|
type: Injectable,
|
|
16890
16890
|
args: [{
|
|
16891
16891
|
providedIn: 'root'
|
|
@@ -16900,10 +16900,10 @@ class CapitalLossService extends RestService$1 {
|
|
|
16900
16900
|
this.collectionClass = (Collection);
|
|
16901
16901
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16902
16902
|
}
|
|
16903
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16904
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16903
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CapitalLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16904
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CapitalLossService, providedIn: 'root' }); }
|
|
16905
16905
|
}
|
|
16906
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16906
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CapitalLossService, decorators: [{
|
|
16907
16907
|
type: Injectable,
|
|
16908
16908
|
args: [{
|
|
16909
16909
|
providedIn: 'root'
|
|
@@ -16966,10 +16966,10 @@ class UserEventSettingService extends RestService$1 {
|
|
|
16966
16966
|
this.endpointUri = 'user-event-settings';
|
|
16967
16967
|
this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
|
|
16968
16968
|
}
|
|
16969
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16970
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16969
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16970
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserEventSettingService, providedIn: 'root' }); }
|
|
16971
16971
|
}
|
|
16972
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16972
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserEventSettingService, decorators: [{
|
|
16973
16973
|
type: Injectable,
|
|
16974
16974
|
args: [{
|
|
16975
16975
|
providedIn: 'root'
|
|
@@ -16984,10 +16984,10 @@ class UserEventTypeService extends RestService$1 {
|
|
|
16984
16984
|
this.endpointUri = 'user-event-types';
|
|
16985
16985
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
16986
16986
|
}
|
|
16987
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
16988
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
16987
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16988
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserEventTypeService, providedIn: 'root' }); }
|
|
16989
16989
|
}
|
|
16990
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
16990
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserEventTypeService, decorators: [{
|
|
16991
16991
|
type: Injectable,
|
|
16992
16992
|
args: [{
|
|
16993
16993
|
providedIn: 'root'
|
|
@@ -17014,10 +17014,10 @@ class UsersInviteService extends RestService {
|
|
|
17014
17014
|
this.modelClass = RegistrationInvite;
|
|
17015
17015
|
this.url = 'users/invite';
|
|
17016
17016
|
}
|
|
17017
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17018
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17017
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17018
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UsersInviteService, providedIn: 'root' }); }
|
|
17019
17019
|
}
|
|
17020
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UsersInviteService, decorators: [{
|
|
17021
17021
|
type: Injectable,
|
|
17022
17022
|
args: [{
|
|
17023
17023
|
providedIn: 'root'
|
|
@@ -17132,10 +17132,10 @@ class UserService extends RestService$1 {
|
|
|
17132
17132
|
this.setCache([user], true);
|
|
17133
17133
|
}, ['post', 'put']);
|
|
17134
17134
|
}
|
|
17135
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17136
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17135
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17136
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserService, providedIn: 'root' }); }
|
|
17137
17137
|
}
|
|
17138
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17138
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserService, decorators: [{
|
|
17139
17139
|
type: Injectable,
|
|
17140
17140
|
args: [{
|
|
17141
17141
|
providedIn: 'root'
|
|
@@ -17156,10 +17156,10 @@ class FinancialYearService {
|
|
|
17156
17156
|
window.location.reload();
|
|
17157
17157
|
}));
|
|
17158
17158
|
}
|
|
17159
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17160
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17159
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FinancialYearService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17160
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FinancialYearService, providedIn: 'root' }); }
|
|
17161
17161
|
}
|
|
17162
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FinancialYearService, decorators: [{
|
|
17163
17163
|
type: Injectable,
|
|
17164
17164
|
args: [{
|
|
17165
17165
|
providedIn: 'root'
|
|
@@ -17203,10 +17203,10 @@ class MfaDetailsService extends RestService$1 {
|
|
|
17203
17203
|
return mfaDetails;
|
|
17204
17204
|
}));
|
|
17205
17205
|
}
|
|
17206
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17207
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17206
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MfaDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17207
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MfaDetailsService, providedIn: 'root' }); }
|
|
17208
17208
|
}
|
|
17209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MfaDetailsService, decorators: [{
|
|
17210
17210
|
type: Injectable,
|
|
17211
17211
|
args: [{
|
|
17212
17212
|
providedIn: 'root'
|
|
@@ -17243,10 +17243,10 @@ class HoldingTradeService extends RestService$1 {
|
|
|
17243
17243
|
}
|
|
17244
17244
|
});
|
|
17245
17245
|
}
|
|
17246
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17247
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17246
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTradeService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17247
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTradeService, providedIn: 'root' }); }
|
|
17248
17248
|
}
|
|
17249
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTradeService, decorators: [{
|
|
17250
17250
|
type: Injectable,
|
|
17251
17251
|
args: [{
|
|
17252
17252
|
providedIn: 'root'
|
|
@@ -17283,10 +17283,10 @@ class HoldingTypeService extends RestService$1 {
|
|
|
17283
17283
|
}
|
|
17284
17284
|
});
|
|
17285
17285
|
}
|
|
17286
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17287
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17286
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTypeService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17287
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTypeService, providedIn: 'root' }); }
|
|
17288
17288
|
}
|
|
17289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTypeService, decorators: [{
|
|
17290
17290
|
type: Injectable,
|
|
17291
17291
|
args: [{
|
|
17292
17292
|
providedIn: 'root'
|
|
@@ -17305,10 +17305,10 @@ class HoldingSaleService extends RestService$1 {
|
|
|
17305
17305
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
17306
17306
|
this.roles = [UserRolesEnum$1.HOLDING_TANK];
|
|
17307
17307
|
}
|
|
17308
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17309
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17308
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17309
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingSaleService, providedIn: 'root' }); }
|
|
17310
17310
|
}
|
|
17311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingSaleService, decorators: [{
|
|
17312
17312
|
type: Injectable,
|
|
17313
17313
|
args: [{
|
|
17314
17314
|
providedIn: 'root'
|
|
@@ -17350,10 +17350,10 @@ class HoldingTradeImportService extends RestService$1 {
|
|
|
17350
17350
|
return throwError(error);
|
|
17351
17351
|
}));
|
|
17352
17352
|
}
|
|
17353
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17354
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17353
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTradeImportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17354
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTradeImportService, providedIn: 'root' }); }
|
|
17355
17355
|
}
|
|
17356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTradeImportService, decorators: [{
|
|
17357
17357
|
type: Injectable,
|
|
17358
17358
|
args: [{
|
|
17359
17359
|
providedIn: 'root'
|
|
@@ -17447,10 +17447,10 @@ class HoldingTypeExchangeService extends DataService {
|
|
|
17447
17447
|
this.collectionClass = Collection;
|
|
17448
17448
|
this.setCache(HoldingTypeExchanges);
|
|
17449
17449
|
}
|
|
17450
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17451
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17450
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17451
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' }); }
|
|
17452
17452
|
}
|
|
17453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
|
|
17454
17454
|
type: Injectable,
|
|
17455
17455
|
args: [{
|
|
17456
17456
|
providedIn: 'root'
|
|
@@ -17484,10 +17484,10 @@ class HomeOfficeClaimService extends RestService$1 {
|
|
|
17484
17484
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
17485
17485
|
this.roles = [UserRolesEnum$1.WORK_TANK, UserRolesEnum$1.SOLE_TANK];
|
|
17486
17486
|
}
|
|
17487
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17488
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17487
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HomeOfficeClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17488
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HomeOfficeClaimService, providedIn: 'root' }); }
|
|
17489
17489
|
}
|
|
17490
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HomeOfficeClaimService, decorators: [{
|
|
17491
17491
|
type: Injectable,
|
|
17492
17492
|
args: [{
|
|
17493
17493
|
providedIn: 'root'
|
|
@@ -17515,10 +17515,10 @@ class HomeOfficeLogService extends RestService$1 {
|
|
|
17515
17515
|
listenEvents() {
|
|
17516
17516
|
this.listenCSE(HomeOfficeClaim, this.refreshCache, ['post']);
|
|
17517
17517
|
}
|
|
17518
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17519
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17518
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HomeOfficeLogService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17519
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HomeOfficeLogService, providedIn: 'root' }); }
|
|
17520
17520
|
}
|
|
17521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HomeOfficeLogService, decorators: [{
|
|
17522
17522
|
type: Injectable,
|
|
17523
17523
|
args: [{
|
|
17524
17524
|
providedIn: 'root'
|
|
@@ -17558,10 +17558,10 @@ class AussieService extends RestService$1 {
|
|
|
17558
17558
|
postAppointment() {
|
|
17559
17559
|
return this.http.delete(`${this.environment.apiV2}/aussie/appointments`);
|
|
17560
17560
|
}
|
|
17561
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17562
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17561
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AussieService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17562
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AussieService, providedIn: 'root' }); }
|
|
17563
17563
|
}
|
|
17564
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AussieService, decorators: [{
|
|
17565
17565
|
type: Injectable,
|
|
17566
17566
|
args: [{
|
|
17567
17567
|
providedIn: 'root'
|
|
@@ -17585,10 +17585,10 @@ class SharesightDetailsService extends RestService$1 {
|
|
|
17585
17585
|
reconnect(sharesightDetails) {
|
|
17586
17586
|
return this.put(sharesightDetails, `${this.apiUrl}/${sharesightDetails.id}/reconnect`);
|
|
17587
17587
|
}
|
|
17588
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17589
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17588
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SharesightDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17589
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SharesightDetailsService, providedIn: 'root' }); }
|
|
17590
17590
|
}
|
|
17591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SharesightDetailsService, decorators: [{
|
|
17592
17592
|
type: Injectable,
|
|
17593
17593
|
args: [{
|
|
17594
17594
|
providedIn: 'root'
|
|
@@ -17606,10 +17606,10 @@ class SharesightPortfolioService extends RestService$1 {
|
|
|
17606
17606
|
getExternal() {
|
|
17607
17607
|
return this.fetch(`${this.apiUrl}/external`, false);
|
|
17608
17608
|
}
|
|
17609
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17610
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17609
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SharesightPortfolioService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17610
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SharesightPortfolioService, providedIn: 'root' }); }
|
|
17611
17611
|
}
|
|
17612
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17612
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SharesightPortfolioService, decorators: [{
|
|
17613
17613
|
type: Injectable,
|
|
17614
17614
|
args: [{
|
|
17615
17615
|
providedIn: 'root'
|
|
@@ -17686,10 +17686,10 @@ class IncomeSourceTypeService extends DataService {
|
|
|
17686
17686
|
this.collectionClass = Collection;
|
|
17687
17687
|
this.setCache(IncomeSourceTypes);
|
|
17688
17688
|
}
|
|
17689
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17690
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17689
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17690
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' }); }
|
|
17691
17691
|
}
|
|
17692
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
|
|
17693
17693
|
type: Injectable,
|
|
17694
17694
|
args: [{
|
|
17695
17695
|
providedIn: 'root'
|
|
@@ -17703,10 +17703,10 @@ class ChartAccountsValueService extends DataService {
|
|
|
17703
17703
|
this.collectionClass = ChartAccountsValueCollection;
|
|
17704
17704
|
this.setCache(ChartAccountsValues);
|
|
17705
17705
|
}
|
|
17706
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17707
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17706
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17707
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' }); }
|
|
17708
17708
|
}
|
|
17709
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ChartAccountsValueService, decorators: [{
|
|
17710
17710
|
type: Injectable,
|
|
17711
17711
|
args: [{
|
|
17712
17712
|
providedIn: 'root'
|
|
@@ -19679,10 +19679,10 @@ class TaxReturnItemService extends DataService {
|
|
|
19679
19679
|
this.collectionClass = Collection;
|
|
19680
19680
|
this.setCache(TaxReturnItems);
|
|
19681
19681
|
}
|
|
19682
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
19683
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
19682
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19683
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' }); }
|
|
19684
19684
|
}
|
|
19685
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
19685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TaxReturnItemService, decorators: [{
|
|
19686
19686
|
type: Injectable,
|
|
19687
19687
|
args: [{
|
|
19688
19688
|
providedIn: 'root'
|
|
@@ -19697,10 +19697,10 @@ class SetupItemService extends RestService$1 {
|
|
|
19697
19697
|
this.collectionClass = AccountSetupItemCollection;
|
|
19698
19698
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
19699
19699
|
}
|
|
19700
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
19701
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
19700
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SetupItemService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19701
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SetupItemService, providedIn: 'root' }); }
|
|
19702
19702
|
}
|
|
19703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
19703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SetupItemService, decorators: [{
|
|
19704
19704
|
type: Injectable,
|
|
19705
19705
|
args: [{
|
|
19706
19706
|
providedIn: 'root'
|
|
@@ -19883,10 +19883,10 @@ class AccountSetupService {
|
|
|
19883
19883
|
getSharesightDetails(importEnabled) {
|
|
19884
19884
|
return this.sharesightDetailsService.getArray().pipe(map(details => details.filter(detail => importEnabled ? detail.importEnabled : detail.exportEnabled)));
|
|
19885
19885
|
}
|
|
19886
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
19887
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
19886
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AccountSetupService, deps: [{ token: SetupItemService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankConnectionService }, { token: BankAccountService }, { token: BankTransactionService }, { token: LoanService }, { token: AllocationRuleService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: HomeOfficeClaimService }, { token: TransactionService }, { token: DepreciationService }, { token: SoleBusinessService }, { token: HoldingTradeService }, { token: UserService }, { token: ClientMovementService }, { token: ClientInviteService }, { token: EmployeeService }, { token: EmployeeInviteService }, { token: FirmService }, { token: SharesightDetailsService }, { token: PropertyShareService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19887
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AccountSetupService, providedIn: 'root' }); }
|
|
19888
19888
|
}
|
|
19889
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
19889
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AccountSetupService, decorators: [{
|
|
19890
19890
|
type: Injectable,
|
|
19891
19891
|
args: [{
|
|
19892
19892
|
providedIn: 'root'
|
|
@@ -19901,10 +19901,10 @@ class AdblockDetectorService {
|
|
|
19901
19901
|
constructor() {
|
|
19902
19902
|
checkAdBlock().then((isDetected) => this.isDetected = isDetected);
|
|
19903
19903
|
}
|
|
19904
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
19905
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
19904
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AdblockDetectorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19905
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AdblockDetectorService, providedIn: 'root' }); }
|
|
19906
19906
|
}
|
|
19907
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
19907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AdblockDetectorService, decorators: [{
|
|
19908
19908
|
type: Injectable,
|
|
19909
19909
|
args: [{
|
|
19910
19910
|
providedIn: 'root'
|
|
@@ -19941,7 +19941,6 @@ class MixpanelService {
|
|
|
19941
19941
|
if (!this.environment.enableMixpanel) {
|
|
19942
19942
|
return;
|
|
19943
19943
|
}
|
|
19944
|
-
console.log(event, properties);
|
|
19945
19944
|
mixpanel.track(event, properties);
|
|
19946
19945
|
}
|
|
19947
19946
|
trackLink(id, event, properties = {}) {
|
|
@@ -19956,10 +19955,10 @@ class MixpanelService {
|
|
|
19956
19955
|
}
|
|
19957
19956
|
mixpanel['track_pageview']();
|
|
19958
19957
|
}
|
|
19959
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
19960
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
19958
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MixpanelService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19959
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MixpanelService, providedIn: 'root' }); }
|
|
19961
19960
|
}
|
|
19962
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
19961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MixpanelService, decorators: [{
|
|
19963
19962
|
type: Injectable,
|
|
19964
19963
|
args: [{
|
|
19965
19964
|
providedIn: 'root'
|
|
@@ -20026,10 +20025,10 @@ class JwtService extends JwtHelperService {
|
|
|
20026
20025
|
isMe(userId) {
|
|
20027
20026
|
return this.decode().id === userId;
|
|
20028
20027
|
}
|
|
20029
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20030
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20028
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20029
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JwtService, providedIn: 'root' }); }
|
|
20031
20030
|
}
|
|
20032
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20031
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JwtService, decorators: [{
|
|
20033
20032
|
type: Injectable,
|
|
20034
20033
|
args: [{
|
|
20035
20034
|
providedIn: 'root'
|
|
@@ -20070,10 +20069,10 @@ class AuthService {
|
|
|
20070
20069
|
this.jwtService.destroyTokens();
|
|
20071
20070
|
location.replace(url);
|
|
20072
20071
|
}
|
|
20073
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20074
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20072
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: MixpanelService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20073
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AuthService, providedIn: 'root' }); }
|
|
20075
20074
|
}
|
|
20076
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AuthService, decorators: [{
|
|
20077
20076
|
type: Injectable,
|
|
20078
20077
|
args: [{
|
|
20079
20078
|
providedIn: 'root'
|
|
@@ -20210,10 +20209,10 @@ class JwtInterceptor {
|
|
|
20210
20209
|
// });
|
|
20211
20210
|
});
|
|
20212
20211
|
}
|
|
20213
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20214
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20212
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20213
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JwtInterceptor }); }
|
|
20215
20214
|
}
|
|
20216
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JwtInterceptor, decorators: [{
|
|
20217
20216
|
type: Injectable
|
|
20218
20217
|
}], ctorParameters: () => [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
|
|
20219
20218
|
type: Inject,
|
|
@@ -20221,9 +20220,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
|
|
|
20221
20220
|
}] }] });
|
|
20222
20221
|
|
|
20223
20222
|
let InterceptorsModule$1 = class InterceptorsModule {
|
|
20224
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20225
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
20226
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
20223
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
20224
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: InterceptorsModule }); }
|
|
20225
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InterceptorsModule, providers: [
|
|
20227
20226
|
{
|
|
20228
20227
|
provide: HTTP_INTERCEPTORS,
|
|
20229
20228
|
useClass: JwtInterceptor,
|
|
@@ -20231,7 +20230,7 @@ let InterceptorsModule$1 = class InterceptorsModule {
|
|
|
20231
20230
|
}
|
|
20232
20231
|
] }); }
|
|
20233
20232
|
};
|
|
20234
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InterceptorsModule$1, decorators: [{
|
|
20235
20234
|
type: NgModule,
|
|
20236
20235
|
args: [{
|
|
20237
20236
|
providers: [
|
|
@@ -20261,13 +20260,13 @@ class CommonModule {
|
|
|
20261
20260
|
]
|
|
20262
20261
|
};
|
|
20263
20262
|
}
|
|
20264
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20265
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
20263
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
20264
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: CommonModule, imports: [CommonModule$1,
|
|
20266
20265
|
InterceptorsModule$1] }); }
|
|
20267
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
20266
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CommonModule, imports: [CommonModule$1,
|
|
20268
20267
|
InterceptorsModule$1] }); }
|
|
20269
20268
|
}
|
|
20270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CommonModule, decorators: [{
|
|
20271
20270
|
type: NgModule,
|
|
20272
20271
|
args: [{
|
|
20273
20272
|
declarations: [],
|
|
@@ -20314,10 +20313,10 @@ class UserSwitcherService {
|
|
|
20314
20313
|
window.location.replace('/client/dashboard');
|
|
20315
20314
|
});
|
|
20316
20315
|
}
|
|
20317
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20318
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20316
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserSwitcherService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20317
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserSwitcherService, providedIn: 'root' }); }
|
|
20319
20318
|
}
|
|
20320
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserSwitcherService, decorators: [{
|
|
20321
20320
|
type: Injectable,
|
|
20322
20321
|
args: [{
|
|
20323
20322
|
providedIn: 'root'
|
|
@@ -20361,10 +20360,10 @@ class AssetsService {
|
|
|
20361
20360
|
delete(entityId, asset) {
|
|
20362
20361
|
return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
|
|
20363
20362
|
}
|
|
20364
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20365
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20363
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20364
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AssetsService, providedIn: 'root' }); }
|
|
20366
20365
|
}
|
|
20367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AssetsService, decorators: [{
|
|
20368
20367
|
type: Injectable,
|
|
20369
20368
|
args: [{
|
|
20370
20369
|
providedIn: 'root'
|
|
@@ -20392,10 +20391,10 @@ class BankAccountCalculationService {
|
|
|
20392
20391
|
getNetPosition(bankAccounts, bankTransactions, allocations) {
|
|
20393
20392
|
return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
|
|
20394
20393
|
}
|
|
20395
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20396
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20394
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankAccountCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20395
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' }); }
|
|
20397
20396
|
}
|
|
20398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BankAccountCalculationService, decorators: [{
|
|
20399
20398
|
type: Injectable,
|
|
20400
20399
|
args: [{
|
|
20401
20400
|
providedIn: 'root'
|
|
@@ -20422,10 +20421,10 @@ class ExportFormatterService {
|
|
|
20422
20421
|
}
|
|
20423
20422
|
}));
|
|
20424
20423
|
}
|
|
20425
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20426
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20424
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20425
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ExportFormatterService, providedIn: 'root' }); }
|
|
20427
20426
|
}
|
|
20428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ExportFormatterService, decorators: [{
|
|
20429
20428
|
type: Injectable,
|
|
20430
20429
|
args: [{
|
|
20431
20430
|
providedIn: 'root'
|
|
@@ -20445,10 +20444,10 @@ class HeaderTitleService {
|
|
|
20445
20444
|
return route;
|
|
20446
20445
|
}), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
|
|
20447
20446
|
}
|
|
20448
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20449
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20447
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20448
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HeaderTitleService, providedIn: 'root' }); }
|
|
20450
20449
|
}
|
|
20451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HeaderTitleService, decorators: [{
|
|
20452
20451
|
type: Injectable,
|
|
20453
20452
|
args: [{
|
|
20454
20453
|
providedIn: 'root'
|
|
@@ -20481,10 +20480,10 @@ class IntercomService {
|
|
|
20481
20480
|
const connectionCredentials = this.initUser(user);
|
|
20482
20481
|
window.Intercom('boot', connectionCredentials);
|
|
20483
20482
|
}
|
|
20484
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20485
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20483
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20484
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IntercomService, providedIn: 'root' }); }
|
|
20486
20485
|
}
|
|
20487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20486
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: IntercomService, decorators: [{
|
|
20488
20487
|
type: Injectable,
|
|
20489
20488
|
args: [{
|
|
20490
20489
|
providedIn: 'root'
|
|
@@ -20561,20 +20560,20 @@ class PdfFromDomElementService {
|
|
|
20561
20560
|
if (!document.getElementById('pdf-export-style')) {
|
|
20562
20561
|
const style = document.createElement('style');
|
|
20563
20562
|
style.id = 'pdf-export-style';
|
|
20564
|
-
style.textContent = `
|
|
20565
|
-
.pdf-export input.mat-mdc-input-element {
|
|
20566
|
-
height: 30px !important;
|
|
20567
|
-
margin-top: 20px;
|
|
20568
|
-
padding: 0 15px !important;
|
|
20569
|
-
}
|
|
20563
|
+
style.textContent = `
|
|
20564
|
+
.pdf-export input.mat-mdc-input-element {
|
|
20565
|
+
height: 30px !important;
|
|
20566
|
+
margin-top: 20px;
|
|
20567
|
+
padding: 0 15px !important;
|
|
20568
|
+
}
|
|
20570
20569
|
`;
|
|
20571
20570
|
document.head.appendChild(style);
|
|
20572
20571
|
}
|
|
20573
20572
|
}
|
|
20574
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20575
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20573
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20574
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' }); }
|
|
20576
20575
|
}
|
|
20577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromDomElementService, decorators: [{
|
|
20578
20577
|
type: Injectable,
|
|
20579
20578
|
args: [{
|
|
20580
20579
|
providedIn: 'root'
|
|
@@ -20690,10 +20689,10 @@ class PdfFromTableService {
|
|
|
20690
20689
|
startY: lastTableCoords + FILE_SETTINGS.titleCoords.top / 2,
|
|
20691
20690
|
});
|
|
20692
20691
|
}
|
|
20693
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20694
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20692
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20693
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromTableService, providedIn: 'root' }); }
|
|
20695
20694
|
}
|
|
20696
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromTableService, decorators: [{
|
|
20697
20696
|
type: Injectable,
|
|
20698
20697
|
args: [{
|
|
20699
20698
|
providedIn: 'root'
|
|
@@ -20735,10 +20734,10 @@ class PdfFromDataTableService extends PdfFromTableService {
|
|
|
20735
20734
|
});
|
|
20736
20735
|
return pdf;
|
|
20737
20736
|
}
|
|
20738
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20739
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20737
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20738
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' }); }
|
|
20740
20739
|
}
|
|
20741
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20740
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromDataTableService, decorators: [{
|
|
20742
20741
|
type: Injectable,
|
|
20743
20742
|
args: [{
|
|
20744
20743
|
providedIn: 'root'
|
|
@@ -20787,10 +20786,10 @@ class PdfFromHtmlTableService extends PdfFromTableService {
|
|
|
20787
20786
|
Array.from(caption.children).map((node) => node.textContent).join('\n') :
|
|
20788
20787
|
caption.innerText;
|
|
20789
20788
|
}
|
|
20790
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20791
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20789
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20790
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' }); }
|
|
20792
20791
|
}
|
|
20793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
|
|
20794
20793
|
type: Injectable,
|
|
20795
20794
|
args: [{
|
|
20796
20795
|
providedIn: 'root'
|
|
@@ -20814,10 +20813,10 @@ class PreloaderService {
|
|
|
20814
20813
|
activePreloaders = activePreloaders.filter((preloader) => preloader !== endpoint);
|
|
20815
20814
|
this.activePreloaders.next(activePreloaders);
|
|
20816
20815
|
}
|
|
20817
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20818
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20816
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20817
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PreloaderService, providedIn: 'root' }); }
|
|
20819
20818
|
}
|
|
20820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PreloaderService, decorators: [{
|
|
20821
20820
|
type: Injectable,
|
|
20822
20821
|
args: [{
|
|
20823
20822
|
providedIn: 'root'
|
|
@@ -20855,10 +20854,10 @@ class CorelogicService {
|
|
|
20855
20854
|
return throwError(() => error);
|
|
20856
20855
|
}));
|
|
20857
20856
|
}
|
|
20858
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20859
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20857
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20858
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CorelogicService, providedIn: 'root' }); }
|
|
20860
20859
|
}
|
|
20861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CorelogicService, decorators: [{
|
|
20862
20861
|
type: Injectable,
|
|
20863
20862
|
args: [{
|
|
20864
20863
|
providedIn: 'root'
|
|
@@ -20887,10 +20886,10 @@ class EquityPositionChartService {
|
|
|
20887
20886
|
}))
|
|
20888
20887
|
}))));
|
|
20889
20888
|
}
|
|
20890
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20891
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20889
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20890
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' }); }
|
|
20892
20891
|
}
|
|
20893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20892
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EquityPositionChartService, decorators: [{
|
|
20894
20893
|
type: Injectable,
|
|
20895
20894
|
args: [{
|
|
20896
20895
|
providedIn: 'root'
|
|
@@ -21061,10 +21060,10 @@ class PropertyCalculationService {
|
|
|
21061
21060
|
return new Badge('Monitoring performance');
|
|
21062
21061
|
}
|
|
21063
21062
|
}
|
|
21064
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
21065
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
21063
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21064
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' }); }
|
|
21066
21065
|
}
|
|
21067
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
21066
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyCalculationService, decorators: [{
|
|
21068
21067
|
type: Injectable,
|
|
21069
21068
|
args: [{
|
|
21070
21069
|
providedIn: 'root'
|
|
@@ -21122,10 +21121,10 @@ class PropertyTransactionReportService {
|
|
|
21122
21121
|
getDepreciations() {
|
|
21123
21122
|
return this.depreciationService.get().pipe(map((depreciations) => depreciations.getByChartAccountsCategories(CHART_ACCOUNTS_CATEGORIES.property)));
|
|
21124
21123
|
}
|
|
21125
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
21126
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
21124
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21125
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' }); }
|
|
21127
21126
|
}
|
|
21128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
21127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
|
|
21129
21128
|
type: Injectable,
|
|
21130
21129
|
args: [{
|
|
21131
21130
|
providedIn: 'root'
|
|
@@ -21145,10 +21144,10 @@ class CurrentFirmBranchService {
|
|
|
21145
21144
|
set(firmBranches) {
|
|
21146
21145
|
this.firmBranchIds$.next(firmBranches.map(branch => branch.id));
|
|
21147
21146
|
}
|
|
21148
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
21149
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
21147
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CurrentFirmBranchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21148
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CurrentFirmBranchService, providedIn: 'root' }); }
|
|
21150
21149
|
}
|
|
21151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
21150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CurrentFirmBranchService, decorators: [{
|
|
21152
21151
|
type: Injectable,
|
|
21153
21152
|
args: [{
|
|
21154
21153
|
providedIn: 'root'
|
|
@@ -21246,10 +21245,10 @@ class XlsxService {
|
|
|
21246
21245
|
});
|
|
21247
21246
|
FileSaver.saveAs(data, `${fileName}.xlsx`);
|
|
21248
21247
|
}
|
|
21249
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
21250
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
21248
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21249
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: XlsxService, providedIn: 'root' }); }
|
|
21251
21250
|
}
|
|
21252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
21251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: XlsxService, decorators: [{
|
|
21253
21252
|
type: Injectable,
|
|
21254
21253
|
args: [{
|
|
21255
21254
|
providedIn: 'root'
|
|
@@ -21283,10 +21282,10 @@ class CorelogicInterceptor {
|
|
|
21283
21282
|
}
|
|
21284
21283
|
});
|
|
21285
21284
|
}
|
|
21286
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
21287
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
21285
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21286
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CorelogicInterceptor }); }
|
|
21288
21287
|
}
|
|
21289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
21288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CorelogicInterceptor, decorators: [{
|
|
21290
21289
|
type: Injectable
|
|
21291
21290
|
}], ctorParameters: () => [{ type: CorelogicService }, { type: undefined, decorators: [{
|
|
21292
21291
|
type: Inject,
|
|
@@ -21322,10 +21321,10 @@ class FinancialYearInterceptor {
|
|
|
21322
21321
|
}
|
|
21323
21322
|
return next.handle(clonedReq);
|
|
21324
21323
|
}
|
|
21325
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
21326
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
21324
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21325
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FinancialYearInterceptor }); }
|
|
21327
21326
|
}
|
|
21328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
21327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
|
|
21329
21328
|
type: Injectable
|
|
21330
21329
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
21331
21330
|
type: Inject,
|
|
@@ -21359,10 +21358,10 @@ class UserSwitcherInterceptor {
|
|
|
21359
21358
|
intercept(request, next) {
|
|
21360
21359
|
return next.handle(this.switch(request, this.userSwitcherService.get()));
|
|
21361
21360
|
}
|
|
21362
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
21363
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
21361
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21362
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserSwitcherInterceptor }); }
|
|
21364
21363
|
}
|
|
21365
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
21364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
|
|
21366
21365
|
type: Injectable
|
|
21367
21366
|
}], ctorParameters: () => [{ type: UserSwitcherService }, { type: undefined, decorators: [{
|
|
21368
21367
|
type: Inject,
|
|
@@ -21713,10 +21712,10 @@ class PreloaderInterceptor {
|
|
|
21713
21712
|
findEndpoint(requestPath) {
|
|
21714
21713
|
return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
|
|
21715
21714
|
}
|
|
21716
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
21717
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
21715
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21716
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PreloaderInterceptor }); }
|
|
21718
21717
|
}
|
|
21719
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
21718
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: PreloaderInterceptor, decorators: [{
|
|
21720
21719
|
type: Injectable
|
|
21721
21720
|
}], ctorParameters: () => [{ type: PreloaderService }] });
|
|
21722
21721
|
|
|
@@ -21741,10 +21740,10 @@ class BasiqTokenInterceptor {
|
|
|
21741
21740
|
}
|
|
21742
21741
|
});
|
|
21743
21742
|
}
|
|
21744
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
21745
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
21743
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21744
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqTokenInterceptor }); }
|
|
21746
21745
|
}
|
|
21747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
21746
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
|
|
21748
21747
|
type: Injectable
|
|
21749
21748
|
}], ctorParameters: () => [{ type: BasiqTokenService }] });
|
|
21750
21749
|
|
|
@@ -21767,10 +21766,10 @@ class BasiqClientIdInterceptor {
|
|
|
21767
21766
|
url: request.url.replace('null', basiqClientId)
|
|
21768
21767
|
});
|
|
21769
21768
|
}
|
|
21770
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
21771
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
21769
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21770
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqClientIdInterceptor }); }
|
|
21772
21771
|
}
|
|
21773
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
21772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
|
|
21774
21773
|
type: Injectable
|
|
21775
21774
|
}], ctorParameters: () => [{ type: UserService }] });
|
|
21776
21775
|
|
|
@@ -21805,10 +21804,10 @@ class RewardfulInterceptor {
|
|
|
21805
21804
|
&& (window['Rewardful'].referral || window['Rewardful'].coupon?.id)
|
|
21806
21805
|
&& registrationUrls.some(registrationUrl => request.url.includes(registrationUrl));
|
|
21807
21806
|
}
|
|
21808
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
21809
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
21807
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RewardfulInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21808
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RewardfulInterceptor }); }
|
|
21810
21809
|
}
|
|
21811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
21810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RewardfulInterceptor, decorators: [{
|
|
21812
21811
|
type: Injectable
|
|
21813
21812
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
21814
21813
|
type: Inject,
|
|
@@ -21837,10 +21836,10 @@ class AussieInterceptor {
|
|
|
21837
21836
|
}
|
|
21838
21837
|
});
|
|
21839
21838
|
}
|
|
21840
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
21841
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
21839
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AussieInterceptor, deps: [{ token: AussieService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21840
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AussieInterceptor }); }
|
|
21842
21841
|
}
|
|
21843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
21842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AussieInterceptor, decorators: [{
|
|
21844
21843
|
type: Injectable
|
|
21845
21844
|
}], ctorParameters: () => [{ type: AussieService }, { type: undefined, decorators: [{
|
|
21846
21845
|
type: Inject,
|
|
@@ -21848,13 +21847,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
|
|
|
21848
21847
|
}] }] });
|
|
21849
21848
|
|
|
21850
21849
|
const ADBLOCK_ERROR_HTML = new InjectionToken('ADBLOCK_ERROR_HTML');
|
|
21851
|
-
const ADBLOCK_ERROR_HTML_VALUE = `
|
|
21852
|
-
<div class="text-center">
|
|
21853
|
-
<strong>Action needed - Your adblocker is blocking CoreLogic</strong>
|
|
21854
|
-
To add a property in TaxTank we need to fetch data from CoreLogic — but your ad blocker is getting in the way.
|
|
21855
|
-
Please disable your adblocker or whitelist TaxTank to continue.
|
|
21856
|
-
<a class="btn" target="_blank" href="https://support.taxtank.com.au/en/articles/10505609-how-to-ensure-seamless-functionality-while-using-ad-blockers-with-taxtank">Learn more</a>
|
|
21857
|
-
</div>
|
|
21850
|
+
const ADBLOCK_ERROR_HTML_VALUE = `
|
|
21851
|
+
<div class="text-center">
|
|
21852
|
+
<strong>Action needed - Your adblocker is blocking CoreLogic</strong>
|
|
21853
|
+
To add a property in TaxTank we need to fetch data from CoreLogic — but your ad blocker is getting in the way.
|
|
21854
|
+
Please disable your adblocker or whitelist TaxTank to continue.
|
|
21855
|
+
<a class="btn" target="_blank" href="https://support.taxtank.com.au/en/articles/10505609-how-to-ensure-seamless-functionality-while-using-ad-blockers-with-taxtank">Learn more</a>
|
|
21856
|
+
</div>
|
|
21858
21857
|
`;
|
|
21859
21858
|
|
|
21860
21859
|
/**
|
|
@@ -21879,10 +21878,10 @@ class AdBlockErrorInterceptor {
|
|
|
21879
21878
|
}
|
|
21880
21879
|
return next.handle(request);
|
|
21881
21880
|
}
|
|
21882
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
21883
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
21881
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AdBlockErrorInterceptor, deps: [{ token: 'environment' }, { token: AdblockDetectorService }, { token: ToastService }, { token: ADBLOCK_ERROR_HTML }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21882
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AdBlockErrorInterceptor }); }
|
|
21884
21883
|
}
|
|
21885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
21884
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AdBlockErrorInterceptor, decorators: [{
|
|
21886
21885
|
type: Injectable
|
|
21887
21886
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
21888
21887
|
type: Inject,
|
|
@@ -21893,9 +21892,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
|
|
|
21893
21892
|
}] }] });
|
|
21894
21893
|
|
|
21895
21894
|
class InterceptorsModule {
|
|
21896
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
21897
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
21898
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
21895
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
21896
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: InterceptorsModule }); }
|
|
21897
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InterceptorsModule, providers: [
|
|
21899
21898
|
{
|
|
21900
21899
|
provide: HTTP_INTERCEPTORS,
|
|
21901
21900
|
useClass: CorelogicInterceptor,
|
|
@@ -21948,7 +21947,7 @@ class InterceptorsModule {
|
|
|
21948
21947
|
}
|
|
21949
21948
|
] }); }
|
|
21950
21949
|
}
|
|
21951
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
21950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InterceptorsModule, decorators: [{
|
|
21952
21951
|
type: NgModule,
|
|
21953
21952
|
args: [{
|
|
21954
21953
|
providers: [
|
|
@@ -22010,13 +22009,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
|
|
|
22010
22009
|
* https://angular.io/guide/creating-libraries
|
|
22011
22010
|
*/
|
|
22012
22011
|
class CoreModule {
|
|
22013
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
22014
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
22012
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
22013
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: CoreModule, imports: [CommonModule$1,
|
|
22015
22014
|
InterceptorsModule] }); }
|
|
22016
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
22015
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CoreModule, imports: [CommonModule$1,
|
|
22017
22016
|
InterceptorsModule] }); }
|
|
22018
22017
|
}
|
|
22019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
22018
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CoreModule, decorators: [{
|
|
22020
22019
|
type: NgModule,
|
|
22021
22020
|
args: [{
|
|
22022
22021
|
declarations: [],
|
|
@@ -22036,10 +22035,10 @@ class AppCurrencyPipe extends CurrencyPipe {
|
|
|
22036
22035
|
digitsInfo = digitsInfo ?? '1.0-' + (value.toString().match(/[1-9]/)?.index || 2);
|
|
22037
22036
|
return super.transform(value, currencyCode, display, digitsInfo, locale);
|
|
22038
22037
|
}
|
|
22039
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
22040
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.
|
|
22038
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AppCurrencyPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
22039
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AppCurrencyPipe, isStandalone: true, name: "appCurrency" }); }
|
|
22041
22040
|
}
|
|
22042
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
22041
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AppCurrencyPipe, decorators: [{
|
|
22043
22042
|
type: Pipe,
|
|
22044
22043
|
args: [{
|
|
22045
22044
|
name: 'appCurrency',
|
|
@@ -22054,10 +22053,10 @@ class SafeUrlPipe {
|
|
|
22054
22053
|
transform(url) {
|
|
22055
22054
|
return this.sanitizer.bypassSecurityTrustResourceUrl(url);
|
|
22056
22055
|
}
|
|
22057
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
22058
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.
|
|
22056
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SafeUrlPipe, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
22057
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
|
|
22059
22058
|
}
|
|
22060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
22059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SafeUrlPipe, decorators: [{
|
|
22061
22060
|
type: Pipe,
|
|
22062
22061
|
args: [{
|
|
22063
22062
|
name: 'safeUrl',
|
|
@@ -22072,10 +22071,10 @@ class AppPercentPipe {
|
|
|
22072
22071
|
transform(value, total, floor) {
|
|
22073
22072
|
return this.percentagePipe.transform(value, total, floor) + '%';
|
|
22074
22073
|
}
|
|
22075
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
22076
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.
|
|
22074
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AppPercentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
22075
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AppPercentPipe, isStandalone: true, name: "percentage" }); }
|
|
22077
22076
|
}
|
|
22078
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
22077
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AppPercentPipe, decorators: [{
|
|
22079
22078
|
type: Pipe,
|
|
22080
22079
|
args: [{
|
|
22081
22080
|
name: 'percentage',
|
|
@@ -22428,10 +22427,10 @@ class BusinessResolver {
|
|
|
22428
22427
|
resolve() {
|
|
22429
22428
|
return this.soleDetailsService.getFirst();
|
|
22430
22429
|
}
|
|
22431
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
22432
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
22430
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BusinessResolver, deps: [{ token: SoleDetailsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
22431
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BusinessResolver, providedIn: 'root' }); }
|
|
22433
22432
|
}
|
|
22434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
22433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: BusinessResolver, decorators: [{
|
|
22435
22434
|
type: Injectable,
|
|
22436
22435
|
args: [{ providedIn: 'root' }]
|
|
22437
22436
|
}], ctorParameters: () => [{ type: SoleDetailsService }] });
|
|
@@ -22443,10 +22442,10 @@ class SoleDetailsResolver {
|
|
|
22443
22442
|
resolve() {
|
|
22444
22443
|
return this.soleDetails.getFirst();
|
|
22445
22444
|
}
|
|
22446
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
22447
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
22445
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDetailsResolver, deps: [{ token: SoleDetailsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
22446
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDetailsResolver, providedIn: 'root' }); }
|
|
22448
22447
|
}
|
|
22449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
22448
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SoleDetailsResolver, decorators: [{
|
|
22450
22449
|
type: Injectable,
|
|
22451
22450
|
args: [{ providedIn: 'root' }]
|
|
22452
22451
|
}], ctorParameters: () => [{ type: SoleDetailsService }] });
|
|
@@ -23142,10 +23141,10 @@ class UniqueEmailValidator {
|
|
|
23142
23141
|
validate(control) {
|
|
23143
23142
|
return this.userService.search(control.value).pipe(map(user => user ? { emailIsUsed: true } : null));
|
|
23144
23143
|
}
|
|
23145
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
23146
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
23144
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UniqueEmailValidator, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23145
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UniqueEmailValidator, providedIn: 'root' }); }
|
|
23147
23146
|
}
|
|
23148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
23147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: UniqueEmailValidator, decorators: [{
|
|
23149
23148
|
type: Injectable,
|
|
23150
23149
|
args: [{ providedIn: 'root' }]
|
|
23151
23150
|
}], ctorParameters: () => [{ type: UserService }] });
|
|
@@ -23182,7 +23181,7 @@ class BudgetRuleForm extends AbstractForm {
|
|
|
23182
23181
|
startDate: new FormControl(rule.startDate, Validators.required),
|
|
23183
23182
|
endDate: new FormControl(rule.endDate),
|
|
23184
23183
|
inCalendar: new FormControl(rule.inCalendar),
|
|
23185
|
-
frequency: new FormControl(rule.frequency
|
|
23184
|
+
frequency: new FormControl(rule.frequency, Validators.required),
|
|
23186
23185
|
description: new FormControl(rule.description),
|
|
23187
23186
|
bankAccount: new FormControl(rule.endDate, conditionalValidator(() => !!this.value.inCalendar, Validators.required)),
|
|
23188
23187
|
property: new FormControl(rule.property, conditionalValidator(() => this.value.tankType === TankTypeEnum.PROPERTY, Validators.required)),
|
|
@@ -23305,14 +23304,16 @@ class LoanForm extends AbstractForm {
|
|
|
23305
23304
|
|
|
23306
23305
|
const END_DATE_VALIDATION_ERROR = 'Target date must be more than start date';
|
|
23307
23306
|
class FinancialGoalForm extends AbstractForm {
|
|
23308
|
-
constructor(goal = plainToClass(FinancialGoal, {})) {
|
|
23307
|
+
constructor(goal = plainToClass(FinancialGoal, {}), bankAccounts) {
|
|
23309
23308
|
super({
|
|
23310
|
-
type: new FormControl({
|
|
23309
|
+
type: new FormControl({
|
|
23310
|
+
value: goal.type ?? FinancialGoalTypeEnum.DEBIT,
|
|
23311
|
+
disabled: !!goal.id
|
|
23312
|
+
}, Validators.required),
|
|
23311
23313
|
name: new FormControl(goal.name, Validators.required),
|
|
23312
23314
|
bankAccount: new FormControl({ value: goal.bankAccount, disabled: !!goal.id }, Validators.required),
|
|
23313
|
-
targetValue: new FormControl(
|
|
23315
|
+
targetValue: new FormControl(goal.targetValue, [Validators.required, Validators.min(goal.initialValue ?? 0)]),
|
|
23314
23316
|
initialValue: new FormControl({ value: goal.initialValue, disabled: true }, Validators.required),
|
|
23315
|
-
finalValue: new FormControl({ value: goal.finalValue, disabled: true }),
|
|
23316
23317
|
startDate: new FormControl({ value: goal.startDate, disabled: true }),
|
|
23317
23318
|
endDate: new FormControl(goal.endDate, [Validators.required, minDateValidator(goal.startDate, END_DATE_VALIDATION_ERROR)]),
|
|
23318
23319
|
paymentFrequency: new FormControl(goal.paymentFrequency, Validators.required),
|
|
@@ -23320,55 +23321,43 @@ class FinancialGoalForm extends AbstractForm {
|
|
|
23320
23321
|
file: new FormControl(goal.file),
|
|
23321
23322
|
description: new FormControl(goal.description),
|
|
23322
23323
|
}, goal);
|
|
23324
|
+
this.includeDisabledFields = true;
|
|
23325
|
+
this.bankAccountsById = bankAccounts.indexBy('id');
|
|
23323
23326
|
this.listenEvents();
|
|
23324
23327
|
// Trigger manual value updates when editing an existing goal
|
|
23325
23328
|
// (needed to re-emit payment valueChanges and keep endDate recalculated)
|
|
23326
|
-
if (goal.id) {
|
|
23327
|
-
|
|
23328
|
-
|
|
23329
|
-
}
|
|
23329
|
+
// if (goal.id) {
|
|
23330
|
+
// this.get('paymentFrequency').updateValueAndValidity({ onlySelf: false, emitEvent: true });
|
|
23331
|
+
// this.get('paymentAmount').updateValueAndValidity({ onlySelf: false, emitEvent: true });
|
|
23332
|
+
// }
|
|
23330
23333
|
}
|
|
23331
23334
|
listenEvents() {
|
|
23332
23335
|
this.listenTypeChanges();
|
|
23333
23336
|
this.listenBankAccountChanges();
|
|
23334
23337
|
this.listenPaymentChanges();
|
|
23335
|
-
this.listenInitialValueChanges();
|
|
23336
|
-
this.listenEndDateChanges();
|
|
23337
23338
|
}
|
|
23338
23339
|
listenTypeChanges() {
|
|
23339
23340
|
this.get('type').valueChanges.subscribe(() => {
|
|
23340
23341
|
this.get('bankAccount').setValue(null, { onlySelf: true });
|
|
23341
23342
|
});
|
|
23342
23343
|
}
|
|
23343
|
-
listenEndDateChanges() {
|
|
23344
|
-
this.get('endDate').valueChanges
|
|
23345
|
-
.pipe(debounceTime(300))
|
|
23346
|
-
.subscribe(() => {
|
|
23347
|
-
if (this.invalid) {
|
|
23348
|
-
return;
|
|
23349
|
-
}
|
|
23350
|
-
this.get('paymentAmount').setValue(this.calculatePaymentAmount(this.currentValue), { emitEvent: false });
|
|
23351
|
-
});
|
|
23352
|
-
}
|
|
23353
23344
|
/**
|
|
23354
23345
|
* Watch payment fields and auto-recalculate endDate when form is valid
|
|
23355
23346
|
*/
|
|
23356
23347
|
listenPaymentChanges() {
|
|
23357
|
-
|
|
23358
|
-
|
|
23359
|
-
paymentFrequency
|
|
23360
|
-
}).pipe(debounceTime(300))
|
|
23361
|
-
.subscribe(() => {
|
|
23362
|
-
if (this.invalid) {
|
|
23348
|
+
this.valueChanges.subscribe(() => {
|
|
23349
|
+
const goal = this.getRawValue();
|
|
23350
|
+
if (!goal.targetValue || !goal.bankAccount || !goal.paymentFrequency || !goal.endDate) {
|
|
23363
23351
|
return;
|
|
23364
23352
|
}
|
|
23365
|
-
this.get('
|
|
23353
|
+
this.get('paymentAmount').setValue(this.calculatePaymentAmount(), { emitEvent: false });
|
|
23366
23354
|
});
|
|
23367
|
-
|
|
23368
|
-
|
|
23369
|
-
|
|
23370
|
-
|
|
23371
|
-
|
|
23355
|
+
this.get('paymentAmount').valueChanges.subscribe(() => {
|
|
23356
|
+
const goal = this.getRawValue();
|
|
23357
|
+
if (!goal.targetValue || !goal.bankAccount || !goal.paymentFrequency || !goal.paymentAmount) {
|
|
23358
|
+
return;
|
|
23359
|
+
}
|
|
23360
|
+
this.get('endDate').setValue(this.calculateEndDate(), { emitEvent: false });
|
|
23372
23361
|
});
|
|
23373
23362
|
}
|
|
23374
23363
|
/**
|
|
@@ -23376,22 +23365,20 @@ class FinancialGoalForm extends AbstractForm {
|
|
|
23376
23365
|
*/
|
|
23377
23366
|
listenBankAccountChanges() {
|
|
23378
23367
|
this.get('bankAccount').valueChanges.subscribe((bankAccount) => {
|
|
23379
|
-
|
|
23380
|
-
|
|
23368
|
+
this.get('initialValue').setValue(this.bankAccountsById.get(bankAccount.id)?.currentBalance);
|
|
23369
|
+
// @TODO Vladimir custom validator
|
|
23370
|
+
this.get('targetValue').setValidators([Validators.required, Validators.min(this.get('initialValue').value)]);
|
|
23371
|
+
this.get('targetValue').updateValueAndValidity();
|
|
23381
23372
|
});
|
|
23382
23373
|
}
|
|
23383
23374
|
/**
|
|
23384
|
-
*
|
|
23385
|
-
*/
|
|
23386
|
-
calculatePaymentsByAmount(goal) {
|
|
23387
|
-
return Math.round(goal.target / goal.paymentAmount);
|
|
23388
|
-
}
|
|
23389
|
-
/**
|
|
23375
|
+
* requires targetValue/initialValue/paymentAmount/paymentFrequency fields to be filled
|
|
23390
23376
|
* Derives the final goal completion date by adding all payment periods to the start date.
|
|
23391
23377
|
*/
|
|
23392
|
-
calculateEndDate(
|
|
23378
|
+
calculateEndDate() {
|
|
23379
|
+
const goal = this.getRawValue();
|
|
23393
23380
|
const start = moment(goal.startDate);
|
|
23394
|
-
const paymentsCount = this.calculatePaymentsByAmount(
|
|
23381
|
+
const paymentsCount = this.calculatePaymentsByAmount();
|
|
23395
23382
|
switch (goal.paymentFrequency) {
|
|
23396
23383
|
case DailyFrequencyEnum.WEEKLY:
|
|
23397
23384
|
return start.add(paymentsCount, 'weeks').toDate();
|
|
@@ -23404,28 +23391,41 @@ class FinancialGoalForm extends AbstractForm {
|
|
|
23404
23391
|
}
|
|
23405
23392
|
}
|
|
23406
23393
|
/**
|
|
23407
|
-
*
|
|
23394
|
+
* Computes the recurring payment amount required to hit the target by the chosen end date.
|
|
23408
23395
|
*/
|
|
23409
|
-
calculatePaymentAmount(
|
|
23410
|
-
|
|
23411
|
-
return paymentsCount ? goal.target / this.calculatePaymentsByDate(goal) : goal.target;
|
|
23396
|
+
calculatePaymentAmount() {
|
|
23397
|
+
return round(this.target / this.calculatePaymentsByDate(), 2);
|
|
23412
23398
|
}
|
|
23413
23399
|
/**
|
|
23414
23400
|
* Calculates the number of scheduled payments between start and end dates for the selected payment frequency.
|
|
23415
23401
|
*/
|
|
23416
|
-
calculatePaymentsByDate(
|
|
23402
|
+
calculatePaymentsByDate() {
|
|
23403
|
+
const goal = this.getRawValue();
|
|
23417
23404
|
const start = moment(goal.startDate);
|
|
23418
23405
|
const end = moment(goal.endDate);
|
|
23406
|
+
let payments = 0;
|
|
23419
23407
|
switch (goal.paymentFrequency) {
|
|
23420
23408
|
case DailyFrequencyEnum.WEEKLY:
|
|
23421
|
-
|
|
23409
|
+
payments = end.diff(start, 'weeks');
|
|
23410
|
+
break;
|
|
23422
23411
|
case DailyFrequencyEnum.FORTNIGHTLY:
|
|
23423
|
-
|
|
23412
|
+
payments = Math.round(end.diff(start, 'weeks') / 2);
|
|
23413
|
+
break;
|
|
23424
23414
|
case DailyFrequencyEnum.MONTHLY:
|
|
23425
|
-
|
|
23426
|
-
|
|
23427
|
-
return 0;
|
|
23415
|
+
payments = end.diff(start, 'months');
|
|
23416
|
+
break;
|
|
23428
23417
|
}
|
|
23418
|
+
return Math.max(1, payments);
|
|
23419
|
+
}
|
|
23420
|
+
/**
|
|
23421
|
+
* Returns total number of deposits needed to fully reach the goal at current paymentAmount.
|
|
23422
|
+
*/
|
|
23423
|
+
calculatePaymentsByAmount() {
|
|
23424
|
+
const goal = this.getRawValue();
|
|
23425
|
+
return Math.round(this.target / goal.paymentAmount);
|
|
23426
|
+
}
|
|
23427
|
+
get target() {
|
|
23428
|
+
return Math.abs(this.get('targetValue').value - this.get('initialValue').value);
|
|
23429
23429
|
}
|
|
23430
23430
|
}
|
|
23431
23431
|
|
|
@@ -23480,10 +23480,10 @@ class ClientMovementForm extends AbstractForm {
|
|
|
23480
23480
|
firmBranch: new FormControl(clientMovement.firmBranch, [Validators.required]),
|
|
23481
23481
|
}, clientMovement);
|
|
23482
23482
|
}
|
|
23483
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
23484
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
23483
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientMovementForm, deps: [{ token: ClientMovement }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23484
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientMovementForm, providedIn: 'root' }); }
|
|
23485
23485
|
}
|
|
23486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
23486
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ClientMovementForm, decorators: [{
|
|
23487
23487
|
type: Injectable,
|
|
23488
23488
|
args: [{
|
|
23489
23489
|
providedIn: 'root'
|
|
@@ -23496,10 +23496,10 @@ class EmployeeDetailsForm extends AbstractForm {
|
|
|
23496
23496
|
firmBranches: new FormControl(employeeDetails.firmBranches, [Validators.required]),
|
|
23497
23497
|
}, employeeDetails);
|
|
23498
23498
|
}
|
|
23499
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
23500
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
23499
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeDetailsForm, deps: [{ token: EmployeeDetails }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23500
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeDetailsForm, providedIn: 'root' }); }
|
|
23501
23501
|
}
|
|
23502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
23502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: EmployeeDetailsForm, decorators: [{
|
|
23503
23503
|
type: Injectable,
|
|
23504
23504
|
args: [{
|
|
23505
23505
|
providedIn: 'root'
|