taxtank-core 0.29.28 → 0.29.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/taxtank-core.umd.js +344 -330
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/collections/subscription/service-subscription.collection.js +4 -1
- package/esm2015/lib/collections/subscription/subscription-item.collection.js +2 -2
- package/esm2015/lib/interceptors/basiq-client-id.interceptor.js +3 -3
- package/esm2015/lib/interceptors/basiq-token.interceptor.js +3 -3
- package/esm2015/lib/interceptors/corelogic-interceptor.js +3 -3
- package/esm2015/lib/interceptors/financial-year-interceptor.js +3 -3
- package/esm2015/lib/interceptors/interceptors.module.js +4 -4
- package/esm2015/lib/interceptors/jwt-interceptor.js +3 -3
- package/esm2015/lib/interceptors/preloader.interceptor.js +3 -3
- package/esm2015/lib/interceptors/user-switcher-interceptor.js +3 -3
- package/esm2015/lib/models/endpoint/endpoints.const.js +3 -1
- package/esm2015/lib/services/account-setup/account-setup.service.js +3 -3
- package/esm2015/lib/services/affiliate/rewardful/rewardful.service.js +3 -3
- package/esm2015/lib/services/asset/assets.service.js +3 -3
- package/esm2015/lib/services/auth/auth.service.js +3 -3
- package/esm2015/lib/services/auth/jwt.service.js +3 -3
- package/esm2015/lib/services/bank/bank-account-calculation.service.js +3 -3
- package/esm2015/lib/services/bank/bank-transaction-calculation.service.js +3 -3
- package/esm2015/lib/services/event/event-dispatcher.service.js +3 -3
- package/esm2015/lib/services/event/sse.service.js +3 -3
- package/esm2015/lib/services/export/export-formatter.service.js +3 -3
- package/esm2015/lib/services/header-title/header-title.service.js +3 -3
- package/esm2015/lib/services/http/address/address.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank-account/bank-account.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank-connection/bank-connection.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank-transaction/bank-transaction.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank.service.js +3 -3
- package/esm2015/lib/services/http/bank/basiq/basiq-token.service.js +3 -3
- package/esm2015/lib/services/http/bank/basiq/basiq.service.js +3 -3
- package/esm2015/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.js +3 -3
- package/esm2015/lib/services/http/chart-accounts/chart-accounts.service.js +3 -3
- package/esm2015/lib/services/http/chat/chat.service.js +3 -3
- package/esm2015/lib/services/http/chat/message-document.service.js +3 -3
- package/esm2015/lib/services/http/chat/message.service.js +3 -3
- package/esm2015/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.js +3 -3
- package/esm2015/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.js +3 -3
- package/esm2015/lib/services/http/depreciation/depreciation.service.js +3 -3
- package/esm2015/lib/services/http/document/document-folder/document-folder.service.js +3 -3
- package/esm2015/lib/services/http/document/document.service.js +3 -3
- package/esm2015/lib/services/http/facebook/facebook.service.js +3 -3
- package/esm2015/lib/services/http/file/file.service.js +3 -3
- package/esm2015/lib/services/http/firm/client-income/client-income-types.service.js +3 -3
- package/esm2015/lib/services/http/firm/client-invite/client-invite.service.js +3 -3
- package/esm2015/lib/services/http/firm/client-movement/client-movement.service.js +3 -3
- package/esm2015/lib/services/http/firm/employee/employee.service.js +3 -3
- package/esm2015/lib/services/http/firm/employee-invite/employee-invite.service.js +3 -3
- package/esm2015/lib/services/http/firm/firm.service.js +3 -3
- package/esm2015/lib/services/http/firm/portfolio-report/client-portfolio-report.service.js +3 -3
- package/esm2015/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.js +3 -3
- package/esm2015/lib/services/http/income-source/income-source.service.js +3 -3
- package/esm2015/lib/services/http/income-source/salary-forecast/salary-forecast.service.js +3 -3
- package/esm2015/lib/services/http/income-source/sole-forecast/sole-forecast.service.js +3 -3
- package/esm2015/lib/services/http/loan/borrowing-expense/borrowing-expense.service.js +3 -3
- package/esm2015/lib/services/http/loan/loan.service.js +3 -3
- package/esm2015/lib/services/http/property/property-category/property-category.service.js +3 -3
- package/esm2015/lib/services/http/property/property-category-movement/property-category-movement.service.js +3 -3
- package/esm2015/lib/services/http/property/property-document/property-document.service.js +3 -3
- package/esm2015/lib/services/http/property/property-sale/property-sale.service.js +3 -3
- package/esm2015/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.js +3 -3
- package/esm2015/lib/services/http/property/property-share/property-share.service.js +3 -3
- package/esm2015/lib/services/http/property/property.service.js +3 -3
- package/esm2015/lib/services/http/receipt/receipt.service.js +3 -3
- package/esm2015/lib/services/http/rest/rest-old.service.js +3 -3
- package/esm2015/lib/services/http/rest/rest.service.js +3 -3
- package/esm2015/lib/services/http/service-notification/service-notification.service.js +3 -3
- package/esm2015/lib/services/http/sole/bas-report/bas-report.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-business/sole-business.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-business-activity/sole-business-activity.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-business-loss/sole-business-loss.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-contact/sole-contact.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-details/sole-details.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-invoice/sole-invoice.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.js +3 -3
- package/esm2015/lib/services/http/subscription/service-payment/service-payment.service.js +3 -3
- package/esm2015/lib/services/http/subscription/service-price/service-price.service.js +3 -3
- package/esm2015/lib/services/http/subscription/service-product/service-product.service.js +3 -3
- package/esm2015/lib/services/http/subscription/service-subscription/subscription.service.js +3 -3
- package/esm2015/lib/services/http/tax-review/tax-review-history/tax-review-history.service.js +3 -3
- package/esm2015/lib/services/http/tax-review/tax-review.service.js +3 -3
- package/esm2015/lib/services/http/tax-summary/tax-summary.service.js +3 -3
- package/esm2015/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.js +3 -3
- package/esm2015/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.js +3 -3
- package/esm2015/lib/services/http/transaction/transaction.service.js +3 -3
- package/esm2015/lib/services/http/tutorial-video/tutorial-video.service.js +3 -3
- package/esm2015/lib/services/http/user/occupation/occupation.service.js +3 -3
- package/esm2015/lib/services/http/user/user-event-setting/user-event-setting.service.js +3 -3
- package/esm2015/lib/services/http/user/user-event-type/user-event-type.service.js +3 -3
- package/esm2015/lib/services/http/user/user.service.js +3 -3
- package/esm2015/lib/services/http/user/users-invite/users-invite.service.js +3 -3
- package/esm2015/lib/services/http/vehicle/vehicle-claim-details.service.js +3 -3
- package/esm2015/lib/services/http/vehicle/vehicle-claim.service.js +3 -3
- package/esm2015/lib/services/http/vehicle/vehicle-logbook.service.js +3 -3
- package/esm2015/lib/services/http/vehicle/vehicle.service.js +3 -3
- package/esm2015/lib/services/intercom/intercom.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-table.service.js +3 -3
- package/esm2015/lib/services/preloader/preloader.service.js +3 -3
- package/esm2015/lib/services/property/corelogic/corelogic.service.js +3 -3
- package/esm2015/lib/services/property/equity-position-chart/equity-position-chart.service.js +3 -3
- package/esm2015/lib/services/property/property-calculation/property-calculation.service.js +3 -3
- package/esm2015/lib/services/report/property/property-transaction-report.service.js +3 -3
- package/esm2015/lib/services/toast/toast.service.js +3 -3
- package/esm2015/lib/services/transaction/transaction-calculation.service.js +3 -3
- package/esm2015/lib/services/user/user-switcher.service.js +3 -3
- package/esm2015/lib/services/vehicle/logbook-best-period.service.js +3 -3
- package/esm2015/lib/services/xlsx/xlsx.service.js +3 -3
- package/esm2015/lib/tt-core.module.js +4 -4
- package/fesm2015/taxtank-core.js +332 -327
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/collections/subscription/service-subscription.collection.d.ts +3 -0
- package/package.json +1 -1
|
@@ -92,9 +92,9 @@
|
|
|
92
92
|
};
|
|
93
93
|
return CorelogicService;
|
|
94
94
|
}());
|
|
95
|
-
CorelogicService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
96
|
-
CorelogicService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
97
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
95
|
+
CorelogicService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: CorelogicService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
96
|
+
CorelogicService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: CorelogicService, providedIn: 'root' });
|
|
97
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: CorelogicService, decorators: [{
|
|
98
98
|
type: i0.Injectable,
|
|
99
99
|
args: [{
|
|
100
100
|
providedIn: 'root'
|
|
@@ -138,9 +138,9 @@
|
|
|
138
138
|
};
|
|
139
139
|
return CorelogicInterceptor;
|
|
140
140
|
}());
|
|
141
|
-
CorelogicInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
142
|
-
CorelogicInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
143
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
141
|
+
CorelogicInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
142
|
+
CorelogicInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: CorelogicInterceptor });
|
|
143
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: CorelogicInterceptor, decorators: [{
|
|
144
144
|
type: i0.Injectable
|
|
145
145
|
}], ctorParameters: function () {
|
|
146
146
|
return [{ type: CorelogicService }, { type: undefined, decorators: [{
|
|
@@ -180,9 +180,9 @@
|
|
|
180
180
|
};
|
|
181
181
|
return FinancialYearInterceptor;
|
|
182
182
|
}());
|
|
183
|
-
FinancialYearInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
184
|
-
FinancialYearInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
185
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
183
|
+
FinancialYearInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
184
|
+
FinancialYearInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FinancialYearInterceptor });
|
|
185
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FinancialYearInterceptor, decorators: [{
|
|
186
186
|
type: i0.Injectable
|
|
187
187
|
}], ctorParameters: function () {
|
|
188
188
|
return [{ type: undefined, decorators: [{
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
}] }];
|
|
192
192
|
} });
|
|
193
193
|
|
|
194
|
-
|
|
194
|
+
/******************************************************************************
|
|
195
195
|
Copyright (c) Microsoft Corporation.
|
|
196
196
|
|
|
197
197
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
function step(op) {
|
|
290
290
|
if (f)
|
|
291
291
|
throw new TypeError("Generator is already executing.");
|
|
292
|
-
while (_)
|
|
292
|
+
while (g && (g = 0, op[0] && (_ = 0)), _)
|
|
293
293
|
try {
|
|
294
294
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
|
295
295
|
return t;
|
|
@@ -353,7 +353,11 @@
|
|
|
353
353
|
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
354
354
|
if (k2 === undefined)
|
|
355
355
|
k2 = k;
|
|
356
|
-
Object.
|
|
356
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
357
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
358
|
+
desc = { enumerable: true, get: function () { return m[k]; } };
|
|
359
|
+
}
|
|
360
|
+
Object.defineProperty(o, k2, desc);
|
|
357
361
|
}) : (function (o, m, k, k2) {
|
|
358
362
|
if (k2 === undefined)
|
|
359
363
|
k2 = k;
|
|
@@ -508,6 +512,11 @@
|
|
|
508
512
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
509
513
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
510
514
|
}
|
|
515
|
+
function __classPrivateFieldIn(state, receiver) {
|
|
516
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
|
517
|
+
throw new TypeError("Cannot use 'in' operator on non-object");
|
|
518
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
519
|
+
}
|
|
511
520
|
|
|
512
521
|
// @TODO make it abstract
|
|
513
522
|
var AbstractModel = /** @class */ (function () {
|
|
@@ -5482,7 +5491,7 @@
|
|
|
5482
5491
|
}
|
|
5483
5492
|
Object.defineProperty(SubscriptionItemCollection.prototype, "propertiesItem", {
|
|
5484
5493
|
get: function () {
|
|
5485
|
-
return this.
|
|
5494
|
+
return this.filter(function (item) { return item.price.product.isProperties(); }).last;
|
|
5486
5495
|
},
|
|
5487
5496
|
enumerable: false,
|
|
5488
5497
|
configurable: true
|
|
@@ -5526,6 +5535,9 @@
|
|
|
5526
5535
|
ServiceSubscriptionCollection.prototype.getActivePaid = function () {
|
|
5527
5536
|
return this.getActive().find(function (subscription) { return !!subscription.stripeId; });
|
|
5528
5537
|
};
|
|
5538
|
+
/**
|
|
5539
|
+
* @TODO vik remove trials replaced by paid item
|
|
5540
|
+
*/
|
|
5529
5541
|
ServiceSubscriptionCollection.prototype.getItems = function () {
|
|
5530
5542
|
return new SubscriptionItemCollection(flatten__default["default"](this.mapBy('items')));
|
|
5531
5543
|
};
|
|
@@ -9650,9 +9662,9 @@
|
|
|
9650
9662
|
};
|
|
9651
9663
|
return JwtService;
|
|
9652
9664
|
}(angularJwt.JwtHelperService));
|
|
9653
|
-
JwtService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
9654
|
-
JwtService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
9655
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9665
|
+
JwtService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: JwtService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
9666
|
+
JwtService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: JwtService, providedIn: 'root' });
|
|
9667
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: JwtService, decorators: [{
|
|
9656
9668
|
type: i0.Injectable,
|
|
9657
9669
|
args: [{
|
|
9658
9670
|
providedIn: 'root'
|
|
@@ -9692,9 +9704,9 @@
|
|
|
9692
9704
|
};
|
|
9693
9705
|
return EventDispatcherService;
|
|
9694
9706
|
}());
|
|
9695
|
-
EventDispatcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
9696
|
-
EventDispatcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
9697
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9707
|
+
EventDispatcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EventDispatcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
9708
|
+
EventDispatcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EventDispatcherService, providedIn: 'root' });
|
|
9709
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EventDispatcherService, decorators: [{
|
|
9698
9710
|
type: i0.Injectable,
|
|
9699
9711
|
args: [{
|
|
9700
9712
|
providedIn: 'root'
|
|
@@ -9748,9 +9760,9 @@
|
|
|
9748
9760
|
};
|
|
9749
9761
|
return AuthService;
|
|
9750
9762
|
}());
|
|
9751
|
-
AuthService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
9752
|
-
AuthService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
9753
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9763
|
+
AuthService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AuthService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
9764
|
+
AuthService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AuthService, providedIn: 'root' });
|
|
9765
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AuthService, decorators: [{
|
|
9754
9766
|
type: i0.Injectable,
|
|
9755
9767
|
args: [{
|
|
9756
9768
|
providedIn: 'root'
|
|
@@ -9891,9 +9903,9 @@
|
|
|
9891
9903
|
};
|
|
9892
9904
|
return JwtInterceptor;
|
|
9893
9905
|
}());
|
|
9894
|
-
JwtInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
9895
|
-
JwtInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
9896
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9906
|
+
JwtInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
9907
|
+
JwtInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: JwtInterceptor });
|
|
9908
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: JwtInterceptor, decorators: [{
|
|
9897
9909
|
type: i0.Injectable
|
|
9898
9910
|
}], ctorParameters: function () {
|
|
9899
9911
|
return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
|
|
@@ -9931,9 +9943,9 @@
|
|
|
9931
9943
|
};
|
|
9932
9944
|
return UserSwitcherService;
|
|
9933
9945
|
}());
|
|
9934
|
-
UserSwitcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
9935
|
-
UserSwitcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
9936
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9946
|
+
UserSwitcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserSwitcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
9947
|
+
UserSwitcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserSwitcherService, providedIn: 'root' });
|
|
9948
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserSwitcherService, decorators: [{
|
|
9937
9949
|
type: i0.Injectable,
|
|
9938
9950
|
args: [{
|
|
9939
9951
|
providedIn: 'root'
|
|
@@ -9980,9 +9992,9 @@
|
|
|
9980
9992
|
};
|
|
9981
9993
|
return UserSwitcherInterceptor;
|
|
9982
9994
|
}());
|
|
9983
|
-
UserSwitcherInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
9984
|
-
UserSwitcherInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
9985
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9995
|
+
UserSwitcherInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
9996
|
+
UserSwitcherInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserSwitcherInterceptor });
|
|
9997
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserSwitcherInterceptor, decorators: [{
|
|
9986
9998
|
type: i0.Injectable
|
|
9987
9999
|
}], ctorParameters: function () {
|
|
9988
10000
|
return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
|
|
@@ -10100,6 +10112,8 @@
|
|
|
10100
10112
|
PROPERTIES_GET: new Endpoint('GET', '\\/properties'),
|
|
10101
10113
|
PROPERTIES_POST: new Endpoint('POST', '\\/properties'),
|
|
10102
10114
|
PROPERTY_PUT: new Endpoint('PUT', '\\/properties/\\d+'),
|
|
10115
|
+
PROPERTY_SUBSCRIPTIONS_DELETE: new Endpoint('DELETE', '\\/property-subscriptions\\/\\d+'),
|
|
10116
|
+
PROPERTY_SUBSCRIPTIONS_PUT: new Endpoint('PUT', '\\/property-subscriptions\\/\\d+'),
|
|
10103
10117
|
PROPERTIES_PUT: new Endpoint('PUT', '\\/properties'),
|
|
10104
10118
|
PROPERTIES_CATEGORIES_EQUITY_GET: new Endpoint('GET', '\\/properties\\/categories\\/equity'),
|
|
10105
10119
|
PROPERTIES_CATEGORIES_GET: new Endpoint('GET', '\\/properties\\/categories'),
|
|
@@ -10231,9 +10245,9 @@
|
|
|
10231
10245
|
};
|
|
10232
10246
|
return PreloaderService;
|
|
10233
10247
|
}());
|
|
10234
|
-
PreloaderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10235
|
-
PreloaderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10236
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10248
|
+
PreloaderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PreloaderService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
10249
|
+
PreloaderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PreloaderService, providedIn: 'root' });
|
|
10250
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PreloaderService, decorators: [{
|
|
10237
10251
|
type: i0.Injectable,
|
|
10238
10252
|
args: [{
|
|
10239
10253
|
providedIn: 'root'
|
|
@@ -10263,9 +10277,9 @@
|
|
|
10263
10277
|
};
|
|
10264
10278
|
return PreloaderInterceptor;
|
|
10265
10279
|
}());
|
|
10266
|
-
PreloaderInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10267
|
-
PreloaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10268
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10280
|
+
PreloaderInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
10281
|
+
PreloaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PreloaderInterceptor });
|
|
10282
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PreloaderInterceptor, decorators: [{
|
|
10269
10283
|
type: i0.Injectable
|
|
10270
10284
|
}], ctorParameters: function () { return [{ type: PreloaderService }]; } });
|
|
10271
10285
|
|
|
@@ -10303,9 +10317,9 @@
|
|
|
10303
10317
|
};
|
|
10304
10318
|
return SseService;
|
|
10305
10319
|
}());
|
|
10306
|
-
SseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10307
|
-
SseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10308
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10320
|
+
SseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SseService, deps: [{ token: i0__namespace.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
10321
|
+
SseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SseService, providedIn: 'root' });
|
|
10322
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SseService, decorators: [{
|
|
10309
10323
|
type: i0.Injectable,
|
|
10310
10324
|
args: [{
|
|
10311
10325
|
providedIn: 'root'
|
|
@@ -10550,9 +10564,9 @@
|
|
|
10550
10564
|
RestService.prototype.listenEvents = function () { };
|
|
10551
10565
|
return RestService;
|
|
10552
10566
|
}());
|
|
10553
|
-
RestService$1.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10554
|
-
RestService$1.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10555
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10567
|
+
RestService$1.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RestService$1, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
10568
|
+
RestService$1.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RestService$1, providedIn: 'root' });
|
|
10569
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RestService$1, decorators: [{
|
|
10556
10570
|
type: i0.Injectable,
|
|
10557
10571
|
args: [{
|
|
10558
10572
|
providedIn: 'root'
|
|
@@ -10674,9 +10688,9 @@
|
|
|
10674
10688
|
};
|
|
10675
10689
|
return ToastService;
|
|
10676
10690
|
}());
|
|
10677
|
-
ToastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10678
|
-
ToastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10679
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10691
|
+
ToastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ToastService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
10692
|
+
ToastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ToastService, providedIn: 'root' });
|
|
10693
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ToastService, decorators: [{
|
|
10680
10694
|
type: i0.Injectable,
|
|
10681
10695
|
args: [{
|
|
10682
10696
|
providedIn: 'root'
|
|
@@ -10772,9 +10786,9 @@
|
|
|
10772
10786
|
UserEventTypeTypeEnum.BASIQ_NEW_ACCOUNTS,
|
|
10773
10787
|
UserEventTypeTypeEnum.BASIQ_AUTHORIZATION_FAIL
|
|
10774
10788
|
];
|
|
10775
|
-
BankConnectionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10776
|
-
BankConnectionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10777
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10789
|
+
BankConnectionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankConnectionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
10790
|
+
BankConnectionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankConnectionService, providedIn: 'root' });
|
|
10791
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankConnectionService, decorators: [{
|
|
10778
10792
|
type: i0.Injectable,
|
|
10779
10793
|
args: [{
|
|
10780
10794
|
providedIn: 'root'
|
|
@@ -10893,9 +10907,9 @@
|
|
|
10893
10907
|
* Basiq does not provide a hook, so we have to check job status manually every x seconds
|
|
10894
10908
|
*/
|
|
10895
10909
|
BasiqService.bankCredintialsCheckInterval = 3000;
|
|
10896
|
-
BasiqService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10897
|
-
BasiqService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10898
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10910
|
+
BasiqService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BasiqService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
10911
|
+
BasiqService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BasiqService, providedIn: 'root' });
|
|
10912
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BasiqService, decorators: [{
|
|
10899
10913
|
type: i0.Injectable,
|
|
10900
10914
|
args: [{
|
|
10901
10915
|
providedIn: 'root'
|
|
@@ -10936,9 +10950,9 @@
|
|
|
10936
10950
|
};
|
|
10937
10951
|
return BasiqTokenService;
|
|
10938
10952
|
}(RestService$1));
|
|
10939
|
-
BasiqTokenService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10940
|
-
BasiqTokenService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10941
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10953
|
+
BasiqTokenService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BasiqTokenService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
10954
|
+
BasiqTokenService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BasiqTokenService, providedIn: 'root' });
|
|
10955
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BasiqTokenService, decorators: [{
|
|
10942
10956
|
type: i0.Injectable,
|
|
10943
10957
|
args: [{
|
|
10944
10958
|
providedIn: 'root'
|
|
@@ -10971,9 +10985,9 @@
|
|
|
10971
10985
|
};
|
|
10972
10986
|
return BasiqTokenInterceptor;
|
|
10973
10987
|
}());
|
|
10974
|
-
BasiqTokenInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10975
|
-
BasiqTokenInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10976
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10988
|
+
BasiqTokenInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
10989
|
+
BasiqTokenInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BasiqTokenInterceptor });
|
|
10990
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BasiqTokenInterceptor, decorators: [{
|
|
10977
10991
|
type: i0.Injectable
|
|
10978
10992
|
}], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
|
|
10979
10993
|
|
|
@@ -11170,9 +11184,9 @@
|
|
|
11170
11184
|
};
|
|
11171
11185
|
return UserService;
|
|
11172
11186
|
}());
|
|
11173
|
-
UserService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
11174
|
-
UserService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
11175
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
11187
|
+
UserService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
11188
|
+
UserService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserService, providedIn: 'root' });
|
|
11189
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserService, decorators: [{
|
|
11176
11190
|
type: i0.Injectable,
|
|
11177
11191
|
args: [{
|
|
11178
11192
|
providedIn: 'root'
|
|
@@ -11206,9 +11220,9 @@
|
|
|
11206
11220
|
};
|
|
11207
11221
|
return BasiqClientIdInterceptor;
|
|
11208
11222
|
}());
|
|
11209
|
-
BasiqClientIdInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
11210
|
-
BasiqClientIdInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
11211
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
11223
|
+
BasiqClientIdInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
11224
|
+
BasiqClientIdInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BasiqClientIdInterceptor });
|
|
11225
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BasiqClientIdInterceptor, decorators: [{
|
|
11212
11226
|
type: i0.Injectable
|
|
11213
11227
|
}], ctorParameters: function () { return [{ type: UserService }]; } });
|
|
11214
11228
|
|
|
@@ -11217,9 +11231,9 @@
|
|
|
11217
11231
|
}
|
|
11218
11232
|
return InterceptorsModule;
|
|
11219
11233
|
}());
|
|
11220
|
-
InterceptorsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
11221
|
-
InterceptorsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
11222
|
-
InterceptorsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
11234
|
+
InterceptorsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: InterceptorsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
11235
|
+
InterceptorsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: InterceptorsModule });
|
|
11236
|
+
InterceptorsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: InterceptorsModule, providers: [
|
|
11223
11237
|
{
|
|
11224
11238
|
provide: i1.HTTP_INTERCEPTORS,
|
|
11225
11239
|
useClass: CorelogicInterceptor,
|
|
@@ -11257,7 +11271,7 @@
|
|
|
11257
11271
|
multi: true
|
|
11258
11272
|
}
|
|
11259
11273
|
] });
|
|
11260
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
11274
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: InterceptorsModule, decorators: [{
|
|
11261
11275
|
type: i0.NgModule,
|
|
11262
11276
|
args: [{
|
|
11263
11277
|
providers: [
|
|
@@ -11318,14 +11332,14 @@
|
|
|
11318
11332
|
};
|
|
11319
11333
|
return TtCoreModule;
|
|
11320
11334
|
}());
|
|
11321
|
-
TtCoreModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
11322
|
-
TtCoreModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
11335
|
+
TtCoreModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TtCoreModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
11336
|
+
TtCoreModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TtCoreModule, imports: [i1$1.CommonModule,
|
|
11323
11337
|
InterceptorsModule] });
|
|
11324
|
-
TtCoreModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
11338
|
+
TtCoreModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TtCoreModule, imports: [[
|
|
11325
11339
|
i1$1.CommonModule,
|
|
11326
11340
|
InterceptorsModule
|
|
11327
11341
|
]] });
|
|
11328
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
11342
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TtCoreModule, decorators: [{
|
|
11329
11343
|
type: i0.NgModule,
|
|
11330
11344
|
args: [{
|
|
11331
11345
|
declarations: [],
|
|
@@ -13240,9 +13254,9 @@
|
|
|
13240
13254
|
};
|
|
13241
13255
|
return AddressService;
|
|
13242
13256
|
}());
|
|
13243
|
-
AddressService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13244
|
-
AddressService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13245
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13257
|
+
AddressService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AddressService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
13258
|
+
AddressService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AddressService, providedIn: 'root' });
|
|
13259
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AddressService, decorators: [{
|
|
13246
13260
|
type: i0.Injectable,
|
|
13247
13261
|
args: [{
|
|
13248
13262
|
providedIn: 'root'
|
|
@@ -13302,9 +13316,9 @@
|
|
|
13302
13316
|
};
|
|
13303
13317
|
return BankAccountService;
|
|
13304
13318
|
}(RestService$1));
|
|
13305
|
-
BankAccountService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13306
|
-
BankAccountService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13307
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13319
|
+
BankAccountService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankAccountService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
13320
|
+
BankAccountService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankAccountService, providedIn: 'root' });
|
|
13321
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankAccountService, decorators: [{
|
|
13308
13322
|
type: i0.Injectable,
|
|
13309
13323
|
args: [{
|
|
13310
13324
|
providedIn: 'root'
|
|
@@ -13374,9 +13388,9 @@
|
|
|
13374
13388
|
};
|
|
13375
13389
|
return BankTransactionService;
|
|
13376
13390
|
}(RestService$1));
|
|
13377
|
-
BankTransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13378
|
-
BankTransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13379
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13391
|
+
BankTransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankTransactionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
13392
|
+
BankTransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankTransactionService, providedIn: 'root' });
|
|
13393
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankTransactionService, decorators: [{
|
|
13380
13394
|
type: i0.Injectable,
|
|
13381
13395
|
args: [{
|
|
13382
13396
|
providedIn: 'root'
|
|
@@ -13407,9 +13421,9 @@
|
|
|
13407
13421
|
};
|
|
13408
13422
|
return BankService;
|
|
13409
13423
|
}(RestService$1));
|
|
13410
|
-
BankService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13411
|
-
BankService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13412
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13424
|
+
BankService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
13425
|
+
BankService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankService, providedIn: 'root' });
|
|
13426
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankService, decorators: [{
|
|
13413
13427
|
type: i0.Injectable,
|
|
13414
13428
|
args: [{
|
|
13415
13429
|
providedIn: 'root'
|
|
@@ -13432,9 +13446,9 @@
|
|
|
13432
13446
|
}
|
|
13433
13447
|
return ChartAccountsDepreciationService;
|
|
13434
13448
|
}(RestService$1));
|
|
13435
|
-
ChartAccountsDepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13436
|
-
ChartAccountsDepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13437
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13449
|
+
ChartAccountsDepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ChartAccountsDepreciationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
13450
|
+
ChartAccountsDepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ChartAccountsDepreciationService, providedIn: 'root' });
|
|
13451
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ChartAccountsDepreciationService, decorators: [{
|
|
13438
13452
|
type: i0.Injectable,
|
|
13439
13453
|
args: [{
|
|
13440
13454
|
providedIn: 'root'
|
|
@@ -13478,9 +13492,9 @@
|
|
|
13478
13492
|
};
|
|
13479
13493
|
return ChartAccountsService;
|
|
13480
13494
|
}(RestService$1));
|
|
13481
|
-
ChartAccountsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13482
|
-
ChartAccountsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13483
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13495
|
+
ChartAccountsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ChartAccountsService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
13496
|
+
ChartAccountsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ChartAccountsService, providedIn: 'root' });
|
|
13497
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ChartAccountsService, decorators: [{
|
|
13484
13498
|
type: i0.Injectable,
|
|
13485
13499
|
args: [{
|
|
13486
13500
|
providedIn: 'root'
|
|
@@ -13554,9 +13568,9 @@
|
|
|
13554
13568
|
};
|
|
13555
13569
|
return ChatService;
|
|
13556
13570
|
}(RestService$1));
|
|
13557
|
-
ChatService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13558
|
-
ChatService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13559
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13571
|
+
ChatService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ChatService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
13572
|
+
ChatService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ChatService, providedIn: 'root' });
|
|
13573
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ChatService, decorators: [{
|
|
13560
13574
|
type: i0.Injectable,
|
|
13561
13575
|
args: [{
|
|
13562
13576
|
providedIn: 'root'
|
|
@@ -13619,9 +13633,9 @@
|
|
|
13619
13633
|
};
|
|
13620
13634
|
return MessageService;
|
|
13621
13635
|
}(RestService$1));
|
|
13622
|
-
MessageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13623
|
-
MessageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13624
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13636
|
+
MessageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MessageService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
13637
|
+
MessageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MessageService, providedIn: 'root' });
|
|
13638
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MessageService, decorators: [{
|
|
13625
13639
|
type: i0.Injectable,
|
|
13626
13640
|
args: [{
|
|
13627
13641
|
providedIn: 'root'
|
|
@@ -13700,9 +13714,9 @@
|
|
|
13700
13714
|
};
|
|
13701
13715
|
return MessageDocumentService;
|
|
13702
13716
|
}(RestService$1));
|
|
13703
|
-
MessageDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13704
|
-
MessageDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13705
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13717
|
+
MessageDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MessageDocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
13718
|
+
MessageDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MessageDocumentService, providedIn: 'root' });
|
|
13719
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MessageDocumentService, decorators: [{
|
|
13706
13720
|
type: i0.Injectable,
|
|
13707
13721
|
args: [{
|
|
13708
13722
|
providedIn: 'root'
|
|
@@ -13838,9 +13852,9 @@
|
|
|
13838
13852
|
};
|
|
13839
13853
|
return DepreciationService;
|
|
13840
13854
|
}(RestService$1));
|
|
13841
|
-
DepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13842
|
-
DepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13843
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13855
|
+
DepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DepreciationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
13856
|
+
DepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DepreciationService, providedIn: 'root' });
|
|
13857
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DepreciationService, decorators: [{
|
|
13844
13858
|
type: i0.Injectable,
|
|
13845
13859
|
args: [{
|
|
13846
13860
|
providedIn: 'root'
|
|
@@ -13899,9 +13913,9 @@
|
|
|
13899
13913
|
};
|
|
13900
13914
|
return DepreciationCapitalProjectService;
|
|
13901
13915
|
}());
|
|
13902
|
-
DepreciationCapitalProjectService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13903
|
-
DepreciationCapitalProjectService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13904
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13916
|
+
DepreciationCapitalProjectService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DepreciationCapitalProjectService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
13917
|
+
DepreciationCapitalProjectService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DepreciationCapitalProjectService, providedIn: 'root' });
|
|
13918
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DepreciationCapitalProjectService, decorators: [{
|
|
13905
13919
|
type: i0.Injectable,
|
|
13906
13920
|
args: [{
|
|
13907
13921
|
providedIn: 'root'
|
|
@@ -13974,9 +13988,9 @@
|
|
|
13974
13988
|
};
|
|
13975
13989
|
return ReceiptService;
|
|
13976
13990
|
}());
|
|
13977
|
-
ReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13978
|
-
ReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13979
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13991
|
+
ReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
13992
|
+
ReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ReceiptService, providedIn: 'root' });
|
|
13993
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ReceiptService, decorators: [{
|
|
13980
13994
|
type: i0.Injectable,
|
|
13981
13995
|
args: [{
|
|
13982
13996
|
providedIn: 'root'
|
|
@@ -14010,9 +14024,9 @@
|
|
|
14010
14024
|
}
|
|
14011
14025
|
return DepreciationReceiptService;
|
|
14012
14026
|
}(ReceiptService));
|
|
14013
|
-
DepreciationReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14014
|
-
DepreciationReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14015
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14027
|
+
DepreciationReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DepreciationReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
14028
|
+
DepreciationReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DepreciationReceiptService, providedIn: 'root' });
|
|
14029
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DepreciationReceiptService, decorators: [{
|
|
14016
14030
|
type: i0.Injectable,
|
|
14017
14031
|
args: [{
|
|
14018
14032
|
providedIn: 'root'
|
|
@@ -14243,9 +14257,9 @@
|
|
|
14243
14257
|
RestService.prototype.listenEvents = function () { };
|
|
14244
14258
|
return RestService;
|
|
14245
14259
|
}());
|
|
14246
|
-
RestService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14247
|
-
RestService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14248
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14260
|
+
RestService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RestService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
14261
|
+
RestService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RestService, providedIn: 'root' });
|
|
14262
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RestService, decorators: [{
|
|
14249
14263
|
type: i0.Injectable,
|
|
14250
14264
|
args: [{
|
|
14251
14265
|
providedIn: 'root'
|
|
@@ -14267,9 +14281,9 @@
|
|
|
14267
14281
|
}
|
|
14268
14282
|
return DocumentService;
|
|
14269
14283
|
}(RestService));
|
|
14270
|
-
DocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14271
|
-
DocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14272
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14284
|
+
DocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
14285
|
+
DocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentService, providedIn: 'root' });
|
|
14286
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentService, decorators: [{
|
|
14273
14287
|
type: i0.Injectable,
|
|
14274
14288
|
args: [{
|
|
14275
14289
|
providedIn: 'root'
|
|
@@ -14341,9 +14355,9 @@
|
|
|
14341
14355
|
};
|
|
14342
14356
|
return DocumentFolderService;
|
|
14343
14357
|
}(RestService));
|
|
14344
|
-
DocumentFolderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14345
|
-
DocumentFolderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14346
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14358
|
+
DocumentFolderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentFolderService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
14359
|
+
DocumentFolderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentFolderService, providedIn: 'root' });
|
|
14360
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentFolderService, decorators: [{
|
|
14347
14361
|
type: i0.Injectable,
|
|
14348
14362
|
args: [{
|
|
14349
14363
|
providedIn: 'root'
|
|
@@ -14432,9 +14446,9 @@
|
|
|
14432
14446
|
auth_type: 'rerequest',
|
|
14433
14447
|
return_scopes: true
|
|
14434
14448
|
};
|
|
14435
|
-
FacebookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14436
|
-
FacebookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14437
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14449
|
+
FacebookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FacebookService, deps: [{ token: i1__namespace.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i1__namespace$1.Router }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
14450
|
+
FacebookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FacebookService, providedIn: 'root' });
|
|
14451
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FacebookService, decorators: [{
|
|
14438
14452
|
type: i0.Injectable,
|
|
14439
14453
|
args: [{
|
|
14440
14454
|
providedIn: 'root'
|
|
@@ -14465,9 +14479,9 @@
|
|
|
14465
14479
|
};
|
|
14466
14480
|
return FileService;
|
|
14467
14481
|
}(RestService$1));
|
|
14468
|
-
FileService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14469
|
-
FileService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14470
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14482
|
+
FileService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FileService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
14483
|
+
FileService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FileService, providedIn: 'root' });
|
|
14484
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FileService, decorators: [{
|
|
14471
14485
|
type: i0.Injectable,
|
|
14472
14486
|
args: [{
|
|
14473
14487
|
providedIn: 'root'
|
|
@@ -14487,9 +14501,9 @@
|
|
|
14487
14501
|
}
|
|
14488
14502
|
return ClientIncomeTypesService;
|
|
14489
14503
|
}(RestService$1));
|
|
14490
|
-
ClientIncomeTypesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14491
|
-
ClientIncomeTypesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14492
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14504
|
+
ClientIncomeTypesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClientIncomeTypesService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
14505
|
+
ClientIncomeTypesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClientIncomeTypesService, providedIn: 'root' });
|
|
14506
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClientIncomeTypesService, decorators: [{
|
|
14493
14507
|
type: i0.Injectable,
|
|
14494
14508
|
args: [{
|
|
14495
14509
|
providedIn: 'root'
|
|
@@ -14613,9 +14627,9 @@
|
|
|
14613
14627
|
};
|
|
14614
14628
|
return ClientInviteService;
|
|
14615
14629
|
}(RestService));
|
|
14616
|
-
ClientInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14617
|
-
ClientInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14618
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14630
|
+
ClientInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClientInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
14631
|
+
ClientInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClientInviteService, providedIn: 'root' });
|
|
14632
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClientInviteService, decorators: [{
|
|
14619
14633
|
type: i0.Injectable,
|
|
14620
14634
|
args: [{
|
|
14621
14635
|
providedIn: 'root'
|
|
@@ -14702,9 +14716,9 @@
|
|
|
14702
14716
|
};
|
|
14703
14717
|
return ClientMovementService;
|
|
14704
14718
|
}(RestService));
|
|
14705
|
-
ClientMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14706
|
-
ClientMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14707
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14719
|
+
ClientMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClientMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
14720
|
+
ClientMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClientMovementService, providedIn: 'root' });
|
|
14721
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClientMovementService, decorators: [{
|
|
14708
14722
|
type: i0.Injectable,
|
|
14709
14723
|
args: [{
|
|
14710
14724
|
providedIn: 'root'
|
|
@@ -14737,9 +14751,9 @@
|
|
|
14737
14751
|
};
|
|
14738
14752
|
return EmployeeService;
|
|
14739
14753
|
}(RestService));
|
|
14740
|
-
EmployeeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14741
|
-
EmployeeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14742
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14754
|
+
EmployeeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EmployeeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
14755
|
+
EmployeeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EmployeeService, providedIn: 'root' });
|
|
14756
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EmployeeService, decorators: [{
|
|
14743
14757
|
type: i0.Injectable,
|
|
14744
14758
|
args: [{
|
|
14745
14759
|
providedIn: 'root'
|
|
@@ -14786,9 +14800,9 @@
|
|
|
14786
14800
|
};
|
|
14787
14801
|
return EmployeeInviteService;
|
|
14788
14802
|
}(RestService));
|
|
14789
|
-
EmployeeInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14790
|
-
EmployeeInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14791
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14803
|
+
EmployeeInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EmployeeInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
14804
|
+
EmployeeInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EmployeeInviteService, providedIn: 'root' });
|
|
14805
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EmployeeInviteService, decorators: [{
|
|
14792
14806
|
type: i0.Injectable,
|
|
14793
14807
|
args: [{
|
|
14794
14808
|
providedIn: 'root'
|
|
@@ -14814,9 +14828,9 @@
|
|
|
14814
14828
|
};
|
|
14815
14829
|
return ClientPortfolioReportService;
|
|
14816
14830
|
}());
|
|
14817
|
-
ClientPortfolioReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14818
|
-
ClientPortfolioReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14819
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14831
|
+
ClientPortfolioReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClientPortfolioReportService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
14832
|
+
ClientPortfolioReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClientPortfolioReportService, providedIn: 'root' });
|
|
14833
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ClientPortfolioReportService, decorators: [{
|
|
14820
14834
|
type: i0.Injectable,
|
|
14821
14835
|
args: [{
|
|
14822
14836
|
providedIn: 'root'
|
|
@@ -14892,9 +14906,9 @@
|
|
|
14892
14906
|
};
|
|
14893
14907
|
return FirmService;
|
|
14894
14908
|
}());
|
|
14895
|
-
FirmService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14896
|
-
FirmService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14897
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14909
|
+
FirmService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FirmService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
14910
|
+
FirmService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FirmService, providedIn: 'root' });
|
|
14911
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FirmService, decorators: [{
|
|
14898
14912
|
type: i0.Injectable,
|
|
14899
14913
|
args: [{
|
|
14900
14914
|
providedIn: 'root'
|
|
@@ -14974,9 +14988,9 @@
|
|
|
14974
14988
|
};
|
|
14975
14989
|
return IncomeSourceForecastService;
|
|
14976
14990
|
}(RestService));
|
|
14977
|
-
IncomeSourceForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14978
|
-
IncomeSourceForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14979
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14991
|
+
IncomeSourceForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: IncomeSourceForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
14992
|
+
IncomeSourceForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: IncomeSourceForecastService, providedIn: 'root' });
|
|
14993
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: IncomeSourceForecastService, decorators: [{
|
|
14980
14994
|
type: i0.Injectable,
|
|
14981
14995
|
args: [{
|
|
14982
14996
|
providedIn: 'root'
|
|
@@ -15051,9 +15065,9 @@
|
|
|
15051
15065
|
};
|
|
15052
15066
|
return SalaryForecastService;
|
|
15053
15067
|
}(RestService));
|
|
15054
|
-
SalaryForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15055
|
-
SalaryForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15056
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15068
|
+
SalaryForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SalaryForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15069
|
+
SalaryForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SalaryForecastService, providedIn: 'root' });
|
|
15070
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SalaryForecastService, decorators: [{
|
|
15057
15071
|
type: i0.Injectable,
|
|
15058
15072
|
args: [{
|
|
15059
15073
|
providedIn: 'root'
|
|
@@ -15135,9 +15149,9 @@
|
|
|
15135
15149
|
};
|
|
15136
15150
|
return SoleForecastService;
|
|
15137
15151
|
}(RestService));
|
|
15138
|
-
SoleForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15139
|
-
SoleForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15140
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15152
|
+
SoleForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15153
|
+
SoleForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleForecastService, providedIn: 'root' });
|
|
15154
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleForecastService, decorators: [{
|
|
15141
15155
|
type: i0.Injectable,
|
|
15142
15156
|
args: [{
|
|
15143
15157
|
providedIn: 'root'
|
|
@@ -15245,9 +15259,9 @@
|
|
|
15245
15259
|
};
|
|
15246
15260
|
return IncomeSourceService;
|
|
15247
15261
|
}(RestService));
|
|
15248
|
-
IncomeSourceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15249
|
-
IncomeSourceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15250
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15262
|
+
IncomeSourceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: IncomeSourceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15263
|
+
IncomeSourceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: IncomeSourceService, providedIn: 'root' });
|
|
15264
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: IncomeSourceService, decorators: [{
|
|
15251
15265
|
type: i0.Injectable,
|
|
15252
15266
|
args: [{
|
|
15253
15267
|
providedIn: 'root'
|
|
@@ -15312,9 +15326,9 @@
|
|
|
15312
15326
|
};
|
|
15313
15327
|
return BorrowingExpenseService;
|
|
15314
15328
|
}());
|
|
15315
|
-
BorrowingExpenseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15316
|
-
BorrowingExpenseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15317
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15329
|
+
BorrowingExpenseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BorrowingExpenseService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15330
|
+
BorrowingExpenseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BorrowingExpenseService, providedIn: 'root' });
|
|
15331
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BorrowingExpenseService, decorators: [{
|
|
15318
15332
|
type: i0.Injectable,
|
|
15319
15333
|
args: [{
|
|
15320
15334
|
providedIn: 'root'
|
|
@@ -15405,9 +15419,9 @@
|
|
|
15405
15419
|
};
|
|
15406
15420
|
return LoanService;
|
|
15407
15421
|
}(RestService$1));
|
|
15408
|
-
LoanService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15409
|
-
LoanService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15410
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15422
|
+
LoanService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: LoanService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15423
|
+
LoanService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: LoanService, providedIn: 'root' });
|
|
15424
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: LoanService, decorators: [{
|
|
15411
15425
|
type: i0.Injectable,
|
|
15412
15426
|
args: [{
|
|
15413
15427
|
providedIn: 'root'
|
|
@@ -15429,9 +15443,9 @@
|
|
|
15429
15443
|
}
|
|
15430
15444
|
return PropertyCategoryService;
|
|
15431
15445
|
}(RestService$1));
|
|
15432
|
-
PropertyCategoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15433
|
-
PropertyCategoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15434
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15446
|
+
PropertyCategoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyCategoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15447
|
+
PropertyCategoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyCategoryService, providedIn: 'root' });
|
|
15448
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyCategoryService, decorators: [{
|
|
15435
15449
|
type: i0.Injectable,
|
|
15436
15450
|
args: [{
|
|
15437
15451
|
providedIn: 'root'
|
|
@@ -15450,9 +15464,9 @@
|
|
|
15450
15464
|
}
|
|
15451
15465
|
return PropertyCategoryMovementService;
|
|
15452
15466
|
}(RestService$1));
|
|
15453
|
-
PropertyCategoryMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15454
|
-
PropertyCategoryMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15455
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15467
|
+
PropertyCategoryMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyCategoryMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15468
|
+
PropertyCategoryMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyCategoryMovementService, providedIn: 'root' });
|
|
15469
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyCategoryMovementService, decorators: [{
|
|
15456
15470
|
type: i0.Injectable,
|
|
15457
15471
|
args: [{
|
|
15458
15472
|
providedIn: 'root'
|
|
@@ -15499,9 +15513,9 @@
|
|
|
15499
15513
|
};
|
|
15500
15514
|
return PropertyDocumentService;
|
|
15501
15515
|
}(RestService$1));
|
|
15502
|
-
PropertyDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15503
|
-
PropertyDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15504
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15516
|
+
PropertyDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyDocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15517
|
+
PropertyDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyDocumentService, providedIn: 'root' });
|
|
15518
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyDocumentService, decorators: [{
|
|
15505
15519
|
type: i0.Injectable,
|
|
15506
15520
|
args: [{
|
|
15507
15521
|
providedIn: 'root'
|
|
@@ -15521,9 +15535,9 @@
|
|
|
15521
15535
|
}
|
|
15522
15536
|
return TaxExemptionService;
|
|
15523
15537
|
}(RestService$1));
|
|
15524
|
-
TaxExemptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15525
|
-
TaxExemptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15526
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15538
|
+
TaxExemptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TaxExemptionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15539
|
+
TaxExemptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TaxExemptionService, providedIn: 'root' });
|
|
15540
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TaxExemptionService, decorators: [{
|
|
15527
15541
|
type: i0.Injectable,
|
|
15528
15542
|
args: [{
|
|
15529
15543
|
providedIn: 'root'
|
|
@@ -15542,9 +15556,9 @@
|
|
|
15542
15556
|
}
|
|
15543
15557
|
return PropertySaleService;
|
|
15544
15558
|
}(RestService$1));
|
|
15545
|
-
PropertySaleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15546
|
-
PropertySaleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15547
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15559
|
+
PropertySaleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertySaleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15560
|
+
PropertySaleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertySaleService, providedIn: 'root' });
|
|
15561
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertySaleService, decorators: [{
|
|
15548
15562
|
type: i0.Injectable,
|
|
15549
15563
|
args: [{
|
|
15550
15564
|
providedIn: 'root'
|
|
@@ -15595,9 +15609,9 @@
|
|
|
15595
15609
|
};
|
|
15596
15610
|
return PropertyShareService;
|
|
15597
15611
|
}(RestService$1));
|
|
15598
|
-
PropertyShareService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15599
|
-
PropertyShareService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15600
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15612
|
+
PropertyShareService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyShareService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15613
|
+
PropertyShareService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyShareService, providedIn: 'root' });
|
|
15614
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyShareService, decorators: [{
|
|
15601
15615
|
type: i0.Injectable,
|
|
15602
15616
|
args: [{
|
|
15603
15617
|
providedIn: 'root'
|
|
@@ -15702,9 +15716,9 @@
|
|
|
15702
15716
|
};
|
|
15703
15717
|
return PropertyService;
|
|
15704
15718
|
}(RestService$1));
|
|
15705
|
-
PropertyService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15706
|
-
PropertyService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15707
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15719
|
+
PropertyService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15720
|
+
PropertyService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyService, providedIn: 'root' });
|
|
15721
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyService, decorators: [{
|
|
15708
15722
|
type: i0.Injectable,
|
|
15709
15723
|
args: [{
|
|
15710
15724
|
providedIn: 'root'
|
|
@@ -15752,9 +15766,9 @@
|
|
|
15752
15766
|
};
|
|
15753
15767
|
return ServiceNotificationService;
|
|
15754
15768
|
}(RestService));
|
|
15755
|
-
ServiceNotificationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15756
|
-
ServiceNotificationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15757
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15769
|
+
ServiceNotificationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ServiceNotificationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15770
|
+
ServiceNotificationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ServiceNotificationService, providedIn: 'root' });
|
|
15771
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ServiceNotificationService, decorators: [{
|
|
15758
15772
|
type: i0.Injectable,
|
|
15759
15773
|
args: [{
|
|
15760
15774
|
providedIn: 'root'
|
|
@@ -15810,9 +15824,9 @@
|
|
|
15810
15824
|
};
|
|
15811
15825
|
return SoleBusinessService;
|
|
15812
15826
|
}(RestService));
|
|
15813
|
-
SoleBusinessService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15814
|
-
SoleBusinessService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15815
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15827
|
+
SoleBusinessService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleBusinessService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15828
|
+
SoleBusinessService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleBusinessService, providedIn: 'root' });
|
|
15829
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleBusinessService, decorators: [{
|
|
15816
15830
|
type: i0.Injectable,
|
|
15817
15831
|
args: [{
|
|
15818
15832
|
providedIn: 'root'
|
|
@@ -15830,9 +15844,9 @@
|
|
|
15830
15844
|
}
|
|
15831
15845
|
return SoleBusinessActivityService;
|
|
15832
15846
|
}(RestService));
|
|
15833
|
-
SoleBusinessActivityService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15834
|
-
SoleBusinessActivityService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15835
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15847
|
+
SoleBusinessActivityService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleBusinessActivityService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15848
|
+
SoleBusinessActivityService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleBusinessActivityService, providedIn: 'root' });
|
|
15849
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleBusinessActivityService, decorators: [{
|
|
15836
15850
|
type: i0.Injectable,
|
|
15837
15851
|
args: [{
|
|
15838
15852
|
providedIn: 'root'
|
|
@@ -15862,9 +15876,9 @@
|
|
|
15862
15876
|
};
|
|
15863
15877
|
return SoleBusinessLossService;
|
|
15864
15878
|
}(RestService));
|
|
15865
|
-
SoleBusinessLossService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15866
|
-
SoleBusinessLossService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15867
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15879
|
+
SoleBusinessLossService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleBusinessLossService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15880
|
+
SoleBusinessLossService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleBusinessLossService, providedIn: 'root' });
|
|
15881
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleBusinessLossService, decorators: [{
|
|
15868
15882
|
type: i0.Injectable,
|
|
15869
15883
|
args: [{
|
|
15870
15884
|
providedIn: 'root'
|
|
@@ -15885,9 +15899,9 @@
|
|
|
15885
15899
|
}
|
|
15886
15900
|
return SoleBusinessLossOffsetRuleService;
|
|
15887
15901
|
}(RestService));
|
|
15888
|
-
SoleBusinessLossOffsetRuleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15889
|
-
SoleBusinessLossOffsetRuleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15890
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15902
|
+
SoleBusinessLossOffsetRuleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15903
|
+
SoleBusinessLossOffsetRuleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
|
|
15904
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, decorators: [{
|
|
15891
15905
|
type: i0.Injectable,
|
|
15892
15906
|
args: [{
|
|
15893
15907
|
providedIn: 'root'
|
|
@@ -15905,9 +15919,9 @@
|
|
|
15905
15919
|
}
|
|
15906
15920
|
return SoleContactService;
|
|
15907
15921
|
}(RestService));
|
|
15908
|
-
SoleContactService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15909
|
-
SoleContactService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15910
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15922
|
+
SoleContactService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleContactService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15923
|
+
SoleContactService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleContactService, providedIn: 'root' });
|
|
15924
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleContactService, decorators: [{
|
|
15911
15925
|
type: i0.Injectable,
|
|
15912
15926
|
args: [{
|
|
15913
15927
|
providedIn: 'root'
|
|
@@ -15967,9 +15981,9 @@
|
|
|
15967
15981
|
};
|
|
15968
15982
|
return SoleDepreciationMethodService;
|
|
15969
15983
|
}());
|
|
15970
|
-
SoleDepreciationMethodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15971
|
-
SoleDepreciationMethodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15972
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15984
|
+
SoleDepreciationMethodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleDepreciationMethodService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
15985
|
+
SoleDepreciationMethodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleDepreciationMethodService, providedIn: 'root' });
|
|
15986
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleDepreciationMethodService, decorators: [{
|
|
15973
15987
|
type: i0.Injectable,
|
|
15974
15988
|
args: [{
|
|
15975
15989
|
providedIn: 'root'
|
|
@@ -16028,9 +16042,9 @@
|
|
|
16028
16042
|
};
|
|
16029
16043
|
return SoleDetailsService;
|
|
16030
16044
|
}());
|
|
16031
|
-
SoleDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
16032
|
-
SoleDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
16033
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
16045
|
+
SoleDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleDetailsService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
16046
|
+
SoleDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleDetailsService, providedIn: 'root' });
|
|
16047
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleDetailsService, decorators: [{
|
|
16034
16048
|
type: i0.Injectable,
|
|
16035
16049
|
args: [{
|
|
16036
16050
|
providedIn: 'root'
|
|
@@ -16113,9 +16127,9 @@
|
|
|
16113
16127
|
};
|
|
16114
16128
|
return SoleInvoiceService;
|
|
16115
16129
|
}(RestService));
|
|
16116
|
-
SoleInvoiceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
16117
|
-
SoleInvoiceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
16118
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
16130
|
+
SoleInvoiceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleInvoiceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
16131
|
+
SoleInvoiceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleInvoiceService, providedIn: 'root' });
|
|
16132
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleInvoiceService, decorators: [{
|
|
16119
16133
|
type: i0.Injectable,
|
|
16120
16134
|
args: [{
|
|
16121
16135
|
providedIn: 'root'
|
|
@@ -16133,9 +16147,9 @@
|
|
|
16133
16147
|
}
|
|
16134
16148
|
return SoleInvoiceTemplateService;
|
|
16135
16149
|
}(RestService));
|
|
16136
|
-
SoleInvoiceTemplateService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
16137
|
-
SoleInvoiceTemplateService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
16138
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
16150
|
+
SoleInvoiceTemplateService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleInvoiceTemplateService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
16151
|
+
SoleInvoiceTemplateService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleInvoiceTemplateService, providedIn: 'root' });
|
|
16152
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SoleInvoiceTemplateService, decorators: [{
|
|
16139
16153
|
type: i0.Injectable,
|
|
16140
16154
|
args: [{
|
|
16141
16155
|
providedIn: 'root'
|
|
@@ -16153,9 +16167,9 @@
|
|
|
16153
16167
|
}
|
|
16154
16168
|
return BasReportService;
|
|
16155
16169
|
}(RestService));
|
|
16156
|
-
BasReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
16157
|
-
BasReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
16158
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
16170
|
+
BasReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BasReportService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
16171
|
+
BasReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BasReportService, providedIn: 'root' });
|
|
16172
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BasReportService, decorators: [{
|
|
16159
16173
|
type: i0.Injectable,
|
|
16160
16174
|
args: [{
|
|
16161
16175
|
providedIn: 'root'
|
|
@@ -16178,9 +16192,9 @@
|
|
|
16178
16192
|
}
|
|
16179
16193
|
return ServicePriceService;
|
|
16180
16194
|
}(RestService$1));
|
|
16181
|
-
ServicePriceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
16182
|
-
ServicePriceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
16183
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
16195
|
+
ServicePriceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ServicePriceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
16196
|
+
ServicePriceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ServicePriceService, providedIn: 'root' });
|
|
16197
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ServicePriceService, decorators: [{
|
|
16184
16198
|
type: i0.Injectable,
|
|
16185
16199
|
args: [{
|
|
16186
16200
|
providedIn: 'root'
|
|
@@ -16209,9 +16223,9 @@
|
|
|
16209
16223
|
};
|
|
16210
16224
|
return ServicePaymentService;
|
|
16211
16225
|
}(RestService$1));
|
|
16212
|
-
ServicePaymentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
16213
|
-
ServicePaymentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
16214
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
16226
|
+
ServicePaymentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ServicePaymentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
16227
|
+
ServicePaymentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ServicePaymentService, providedIn: 'root' });
|
|
16228
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ServicePaymentService, decorators: [{
|
|
16215
16229
|
type: i0.Injectable,
|
|
16216
16230
|
args: [{
|
|
16217
16231
|
providedIn: 'root'
|
|
@@ -16337,9 +16351,9 @@
|
|
|
16337
16351
|
};
|
|
16338
16352
|
return SubscriptionService;
|
|
16339
16353
|
}(RestService$1));
|
|
16340
|
-
SubscriptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
16341
|
-
SubscriptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
16342
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
16354
|
+
SubscriptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SubscriptionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
16355
|
+
SubscriptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SubscriptionService, providedIn: 'root' });
|
|
16356
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SubscriptionService, decorators: [{
|
|
16343
16357
|
type: i0.Injectable,
|
|
16344
16358
|
args: [{
|
|
16345
16359
|
providedIn: 'root'
|
|
@@ -16364,9 +16378,9 @@
|
|
|
16364
16378
|
}
|
|
16365
16379
|
return ServiceProductService;
|
|
16366
16380
|
}(RestService$1));
|
|
16367
|
-
ServiceProductService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
16368
|
-
ServiceProductService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
16369
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
16381
|
+
ServiceProductService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ServiceProductService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
16382
|
+
ServiceProductService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ServiceProductService, providedIn: 'root' });
|
|
16383
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ServiceProductService, decorators: [{
|
|
16370
16384
|
type: i0.Injectable,
|
|
16371
16385
|
args: [{
|
|
16372
16386
|
providedIn: 'root'
|
|
@@ -16402,9 +16416,9 @@
|
|
|
16402
16416
|
};
|
|
16403
16417
|
return TaxReviewHistoryService;
|
|
16404
16418
|
}(RestService));
|
|
16405
|
-
TaxReviewHistoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
16406
|
-
TaxReviewHistoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
16407
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
16419
|
+
TaxReviewHistoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TaxReviewHistoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
16420
|
+
TaxReviewHistoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TaxReviewHistoryService, providedIn: 'root' });
|
|
16421
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TaxReviewHistoryService, decorators: [{
|
|
16408
16422
|
type: i0.Injectable,
|
|
16409
16423
|
args: [{
|
|
16410
16424
|
providedIn: 'root'
|
|
@@ -16501,9 +16515,9 @@
|
|
|
16501
16515
|
};
|
|
16502
16516
|
return TaxReviewService;
|
|
16503
16517
|
}(RestService));
|
|
16504
|
-
TaxReviewService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
16505
|
-
TaxReviewService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
16506
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
16518
|
+
TaxReviewService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TaxReviewService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
16519
|
+
TaxReviewService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TaxReviewService, providedIn: 'root' });
|
|
16520
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TaxReviewService, decorators: [{
|
|
16507
16521
|
type: i0.Injectable,
|
|
16508
16522
|
args: [{
|
|
16509
16523
|
providedIn: 'root'
|
|
@@ -16564,9 +16578,9 @@
|
|
|
16564
16578
|
};
|
|
16565
16579
|
return TaxSummaryService;
|
|
16566
16580
|
}());
|
|
16567
|
-
TaxSummaryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
16568
|
-
TaxSummaryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
16569
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
16581
|
+
TaxSummaryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TaxSummaryService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
16582
|
+
TaxSummaryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TaxSummaryService, providedIn: 'root' });
|
|
16583
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TaxSummaryService, decorators: [{
|
|
16570
16584
|
type: i0.Injectable,
|
|
16571
16585
|
args: [{
|
|
16572
16586
|
providedIn: 'root'
|
|
@@ -16671,9 +16685,9 @@
|
|
|
16671
16685
|
};
|
|
16672
16686
|
return TransactionAllocationService;
|
|
16673
16687
|
}(RestService));
|
|
16674
|
-
TransactionAllocationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
16675
|
-
TransactionAllocationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
16676
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
16688
|
+
TransactionAllocationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TransactionAllocationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
16689
|
+
TransactionAllocationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TransactionAllocationService, providedIn: 'root' });
|
|
16690
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TransactionAllocationService, decorators: [{
|
|
16677
16691
|
type: i0.Injectable,
|
|
16678
16692
|
args: [{
|
|
16679
16693
|
providedIn: 'root'
|
|
@@ -16702,9 +16716,9 @@
|
|
|
16702
16716
|
}
|
|
16703
16717
|
return TransactionReceiptService;
|
|
16704
16718
|
}(ReceiptService));
|
|
16705
|
-
TransactionReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
16706
|
-
TransactionReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
16707
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
16719
|
+
TransactionReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TransactionReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
16720
|
+
TransactionReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TransactionReceiptService, providedIn: 'root' });
|
|
16721
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TransactionReceiptService, decorators: [{
|
|
16708
16722
|
type: i0.Injectable,
|
|
16709
16723
|
args: [{
|
|
16710
16724
|
providedIn: 'root'
|
|
@@ -17043,9 +17057,9 @@
|
|
|
17043
17057
|
};
|
|
17044
17058
|
return TransactionService;
|
|
17045
17059
|
}(RestService));
|
|
17046
|
-
TransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17047
|
-
TransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17048
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17060
|
+
TransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TransactionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17061
|
+
TransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TransactionService, providedIn: 'root' });
|
|
17062
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TransactionService, decorators: [{
|
|
17049
17063
|
type: i0.Injectable,
|
|
17050
17064
|
args: [{
|
|
17051
17065
|
providedIn: 'root'
|
|
@@ -17077,9 +17091,9 @@
|
|
|
17077
17091
|
}());
|
|
17078
17092
|
TutorialVideoService.googleUrl = "https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name";
|
|
17079
17093
|
TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
|
|
17080
|
-
TutorialVideoService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17081
|
-
TutorialVideoService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17082
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17094
|
+
TutorialVideoService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TutorialVideoService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17095
|
+
TutorialVideoService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TutorialVideoService, providedIn: 'root' });
|
|
17096
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TutorialVideoService, decorators: [{
|
|
17083
17097
|
type: i0.Injectable,
|
|
17084
17098
|
args: [{
|
|
17085
17099
|
providedIn: 'root'
|
|
@@ -17104,9 +17118,9 @@
|
|
|
17104
17118
|
}
|
|
17105
17119
|
return VehicleService;
|
|
17106
17120
|
}(RestService));
|
|
17107
|
-
VehicleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17108
|
-
VehicleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17109
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17121
|
+
VehicleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VehicleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17122
|
+
VehicleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VehicleService, providedIn: 'root' });
|
|
17123
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VehicleService, decorators: [{
|
|
17110
17124
|
type: i0.Injectable,
|
|
17111
17125
|
args: [{
|
|
17112
17126
|
providedIn: 'root'
|
|
@@ -17187,9 +17201,9 @@
|
|
|
17187
17201
|
};
|
|
17188
17202
|
return VehicleClaimService;
|
|
17189
17203
|
}(RestService));
|
|
17190
|
-
VehicleClaimService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17191
|
-
VehicleClaimService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17192
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17204
|
+
VehicleClaimService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VehicleClaimService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17205
|
+
VehicleClaimService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VehicleClaimService, providedIn: 'root' });
|
|
17206
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VehicleClaimService, decorators: [{
|
|
17193
17207
|
type: i0.Injectable,
|
|
17194
17208
|
args: [{
|
|
17195
17209
|
providedIn: 'root'
|
|
@@ -17271,9 +17285,9 @@
|
|
|
17271
17285
|
};
|
|
17272
17286
|
return VehicleClaimDetailsService;
|
|
17273
17287
|
}());
|
|
17274
|
-
VehicleClaimDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17275
|
-
VehicleClaimDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17276
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17288
|
+
VehicleClaimDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1__namespace.HttpClient }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17289
|
+
VehicleClaimDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VehicleClaimDetailsService, providedIn: 'root' });
|
|
17290
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VehicleClaimDetailsService, decorators: [{
|
|
17277
17291
|
type: i0.Injectable,
|
|
17278
17292
|
args: [{
|
|
17279
17293
|
providedIn: 'root'
|
|
@@ -17298,9 +17312,9 @@
|
|
|
17298
17312
|
}
|
|
17299
17313
|
return VehicleLogbookService;
|
|
17300
17314
|
}(RestService));
|
|
17301
|
-
VehicleLogbookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17302
|
-
VehicleLogbookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17303
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17315
|
+
VehicleLogbookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VehicleLogbookService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17316
|
+
VehicleLogbookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VehicleLogbookService, providedIn: 'root' });
|
|
17317
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: VehicleLogbookService, decorators: [{
|
|
17304
17318
|
type: i0.Injectable,
|
|
17305
17319
|
args: [{
|
|
17306
17320
|
providedIn: 'root'
|
|
@@ -17335,9 +17349,9 @@
|
|
|
17335
17349
|
};
|
|
17336
17350
|
return OccupationService;
|
|
17337
17351
|
}());
|
|
17338
|
-
OccupationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17339
|
-
OccupationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17340
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17352
|
+
OccupationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: OccupationService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17353
|
+
OccupationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: OccupationService, providedIn: 'root' });
|
|
17354
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: OccupationService, decorators: [{
|
|
17341
17355
|
type: i0.Injectable,
|
|
17342
17356
|
args: [{
|
|
17343
17357
|
providedIn: 'root'
|
|
@@ -17387,9 +17401,9 @@
|
|
|
17387
17401
|
};
|
|
17388
17402
|
return UserEventSettingService;
|
|
17389
17403
|
}(RestService));
|
|
17390
|
-
UserEventSettingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17391
|
-
UserEventSettingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17392
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17404
|
+
UserEventSettingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserEventSettingService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17405
|
+
UserEventSettingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserEventSettingService, providedIn: 'root' });
|
|
17406
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserEventSettingService, decorators: [{
|
|
17393
17407
|
type: i0.Injectable,
|
|
17394
17408
|
args: [{
|
|
17395
17409
|
providedIn: 'root'
|
|
@@ -17407,9 +17421,9 @@
|
|
|
17407
17421
|
}
|
|
17408
17422
|
return UserEventTypeService;
|
|
17409
17423
|
}(RestService));
|
|
17410
|
-
UserEventTypeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17411
|
-
UserEventTypeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17412
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17424
|
+
UserEventTypeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserEventTypeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17425
|
+
UserEventTypeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserEventTypeService, providedIn: 'root' });
|
|
17426
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UserEventTypeService, decorators: [{
|
|
17413
17427
|
type: i0.Injectable,
|
|
17414
17428
|
args: [{
|
|
17415
17429
|
providedIn: 'root'
|
|
@@ -17429,9 +17443,9 @@
|
|
|
17429
17443
|
}
|
|
17430
17444
|
return UsersInviteService;
|
|
17431
17445
|
}(RestService));
|
|
17432
|
-
UsersInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17433
|
-
UsersInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17434
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17446
|
+
UsersInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UsersInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17447
|
+
UsersInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UsersInviteService, providedIn: 'root' });
|
|
17448
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UsersInviteService, decorators: [{
|
|
17435
17449
|
type: i0.Injectable,
|
|
17436
17450
|
args: [{
|
|
17437
17451
|
providedIn: 'root'
|
|
@@ -17629,9 +17643,9 @@
|
|
|
17629
17643
|
};
|
|
17630
17644
|
return AccountSetupService;
|
|
17631
17645
|
}());
|
|
17632
|
-
AccountSetupService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17633
|
-
AccountSetupService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17634
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17646
|
+
AccountSetupService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17647
|
+
AccountSetupService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AccountSetupService, providedIn: 'root' });
|
|
17648
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AccountSetupService, decorators: [{
|
|
17635
17649
|
type: i0.Injectable,
|
|
17636
17650
|
args: [{
|
|
17637
17651
|
providedIn: 'root'
|
|
@@ -17659,9 +17673,9 @@
|
|
|
17659
17673
|
};
|
|
17660
17674
|
return RewardfulService;
|
|
17661
17675
|
}());
|
|
17662
|
-
RewardfulService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17663
|
-
RewardfulService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17664
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17676
|
+
RewardfulService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RewardfulService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17677
|
+
RewardfulService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RewardfulService, providedIn: 'root' });
|
|
17678
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RewardfulService, decorators: [{
|
|
17665
17679
|
type: i0.Injectable,
|
|
17666
17680
|
args: [{
|
|
17667
17681
|
providedIn: 'root'
|
|
@@ -17709,9 +17723,9 @@
|
|
|
17709
17723
|
};
|
|
17710
17724
|
return AssetsService;
|
|
17711
17725
|
}());
|
|
17712
|
-
AssetsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17713
|
-
AssetsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17714
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17726
|
+
AssetsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AssetsService, deps: [{ token: i1__namespace.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17727
|
+
AssetsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AssetsService, providedIn: 'root' });
|
|
17728
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AssetsService, decorators: [{
|
|
17715
17729
|
type: i0.Injectable,
|
|
17716
17730
|
args: [{
|
|
17717
17731
|
providedIn: 'root'
|
|
@@ -17781,9 +17795,9 @@
|
|
|
17781
17795
|
};
|
|
17782
17796
|
return BankTransactionCalculationService;
|
|
17783
17797
|
}());
|
|
17784
|
-
BankTransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17785
|
-
BankTransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17786
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17798
|
+
BankTransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankTransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17799
|
+
BankTransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankTransactionCalculationService, providedIn: 'root' });
|
|
17800
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankTransactionCalculationService, decorators: [{
|
|
17787
17801
|
type: i0.Injectable,
|
|
17788
17802
|
args: [{
|
|
17789
17803
|
providedIn: 'root'
|
|
@@ -17813,9 +17827,9 @@
|
|
|
17813
17827
|
};
|
|
17814
17828
|
return BankAccountCalculationService;
|
|
17815
17829
|
}());
|
|
17816
|
-
BankAccountCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17817
|
-
BankAccountCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17818
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17830
|
+
BankAccountCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17831
|
+
BankAccountCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankAccountCalculationService, providedIn: 'root' });
|
|
17832
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: BankAccountCalculationService, decorators: [{
|
|
17819
17833
|
type: i0.Injectable,
|
|
17820
17834
|
args: [{
|
|
17821
17835
|
providedIn: 'root'
|
|
@@ -17842,9 +17856,9 @@
|
|
|
17842
17856
|
};
|
|
17843
17857
|
return ExportFormatterService;
|
|
17844
17858
|
}());
|
|
17845
|
-
ExportFormatterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17846
|
-
ExportFormatterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17847
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17859
|
+
ExportFormatterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ExportFormatterService, deps: [{ token: i1__namespace$2.CurrencyPipe }, { token: i1__namespace$2.DatePipe }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17860
|
+
ExportFormatterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ExportFormatterService, providedIn: 'root' });
|
|
17861
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ExportFormatterService, decorators: [{
|
|
17848
17862
|
type: i0.Injectable,
|
|
17849
17863
|
args: [{
|
|
17850
17864
|
providedIn: 'root'
|
|
@@ -17867,9 +17881,9 @@
|
|
|
17867
17881
|
};
|
|
17868
17882
|
return HeaderTitleService;
|
|
17869
17883
|
}());
|
|
17870
|
-
HeaderTitleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17871
|
-
HeaderTitleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17872
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17884
|
+
HeaderTitleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: HeaderTitleService, deps: [{ token: i1__namespace$1.Router }, { token: i1__namespace$1.ActivatedRoute }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17885
|
+
HeaderTitleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: HeaderTitleService, providedIn: 'root' });
|
|
17886
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: HeaderTitleService, decorators: [{
|
|
17873
17887
|
type: i0.Injectable,
|
|
17874
17888
|
args: [{
|
|
17875
17889
|
providedIn: 'root'
|
|
@@ -17904,9 +17918,9 @@
|
|
|
17904
17918
|
};
|
|
17905
17919
|
return IntercomService;
|
|
17906
17920
|
}());
|
|
17907
|
-
IntercomService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17908
|
-
IntercomService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17909
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17921
|
+
IntercomService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: IntercomService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17922
|
+
IntercomService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: IntercomService, providedIn: 'root' });
|
|
17923
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: IntercomService, decorators: [{
|
|
17910
17924
|
type: i0.Injectable,
|
|
17911
17925
|
args: [{
|
|
17912
17926
|
providedIn: 'root'
|
|
@@ -17974,9 +17988,9 @@
|
|
|
17974
17988
|
};
|
|
17975
17989
|
return PdfFromDomElementService;
|
|
17976
17990
|
}());
|
|
17977
|
-
PdfFromDomElementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17978
|
-
PdfFromDomElementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
17979
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
17991
|
+
PdfFromDomElementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PdfFromDomElementService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
17992
|
+
PdfFromDomElementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PdfFromDomElementService, providedIn: 'root' });
|
|
17993
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PdfFromDomElementService, decorators: [{
|
|
17980
17994
|
type: i0.Injectable,
|
|
17981
17995
|
args: [{
|
|
17982
17996
|
providedIn: 'root'
|
|
@@ -18059,9 +18073,9 @@
|
|
|
18059
18073
|
};
|
|
18060
18074
|
return PdfFromTableService;
|
|
18061
18075
|
}());
|
|
18062
|
-
PdfFromTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
18063
|
-
PdfFromTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
18064
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
18076
|
+
PdfFromTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PdfFromTableService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
18077
|
+
PdfFromTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PdfFromTableService, providedIn: 'root' });
|
|
18078
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PdfFromTableService, decorators: [{
|
|
18065
18079
|
type: i0.Injectable,
|
|
18066
18080
|
args: [{
|
|
18067
18081
|
providedIn: 'root'
|
|
@@ -18097,9 +18111,9 @@
|
|
|
18097
18111
|
};
|
|
18098
18112
|
return PdfFromDataTableService;
|
|
18099
18113
|
}(PdfFromTableService));
|
|
18100
|
-
PdfFromDataTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
18101
|
-
PdfFromDataTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
18102
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
18114
|
+
PdfFromDataTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
18115
|
+
PdfFromDataTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PdfFromDataTableService, providedIn: 'root' });
|
|
18116
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PdfFromDataTableService, decorators: [{
|
|
18103
18117
|
type: i0.Injectable,
|
|
18104
18118
|
args: [{
|
|
18105
18119
|
providedIn: 'root'
|
|
@@ -18138,9 +18152,9 @@
|
|
|
18138
18152
|
};
|
|
18139
18153
|
return PdfFromHtmlTableService;
|
|
18140
18154
|
}(PdfFromTableService));
|
|
18141
|
-
PdfFromHtmlTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
18142
|
-
PdfFromHtmlTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
18143
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
18155
|
+
PdfFromHtmlTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PdfFromHtmlTableService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
18156
|
+
PdfFromHtmlTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PdfFromHtmlTableService, providedIn: 'root' });
|
|
18157
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PdfFromHtmlTableService, decorators: [{
|
|
18144
18158
|
type: i0.Injectable,
|
|
18145
18159
|
args: [{
|
|
18146
18160
|
providedIn: 'root'
|
|
@@ -18174,9 +18188,9 @@
|
|
|
18174
18188
|
};
|
|
18175
18189
|
return EquityPositionChartService;
|
|
18176
18190
|
}());
|
|
18177
|
-
EquityPositionChartService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
18178
|
-
EquityPositionChartService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
18179
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
18191
|
+
EquityPositionChartService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EquityPositionChartService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
18192
|
+
EquityPositionChartService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EquityPositionChartService, providedIn: 'root' });
|
|
18193
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EquityPositionChartService, decorators: [{
|
|
18180
18194
|
type: i0.Injectable,
|
|
18181
18195
|
args: [{
|
|
18182
18196
|
providedIn: 'root'
|
|
@@ -18364,9 +18378,9 @@
|
|
|
18364
18378
|
};
|
|
18365
18379
|
return PropertyCalculationService;
|
|
18366
18380
|
}());
|
|
18367
|
-
PropertyCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
18368
|
-
PropertyCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
18369
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
18381
|
+
PropertyCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
18382
|
+
PropertyCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyCalculationService, providedIn: 'root' });
|
|
18383
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyCalculationService, decorators: [{
|
|
18370
18384
|
type: i0.Injectable,
|
|
18371
18385
|
args: [{
|
|
18372
18386
|
providedIn: 'root'
|
|
@@ -18423,9 +18437,9 @@
|
|
|
18423
18437
|
};
|
|
18424
18438
|
return PropertyTransactionReportService;
|
|
18425
18439
|
}());
|
|
18426
|
-
PropertyTransactionReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
18427
|
-
PropertyTransactionReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
18428
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
18440
|
+
PropertyTransactionReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
18441
|
+
PropertyTransactionReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyTransactionReportService, providedIn: 'root' });
|
|
18442
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyTransactionReportService, decorators: [{
|
|
18429
18443
|
type: i0.Injectable,
|
|
18430
18444
|
args: [{
|
|
18431
18445
|
providedIn: 'root'
|
|
@@ -18498,9 +18512,9 @@
|
|
|
18498
18512
|
};
|
|
18499
18513
|
return TransactionCalculationService;
|
|
18500
18514
|
}());
|
|
18501
|
-
TransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
18502
|
-
TransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
18503
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
18515
|
+
TransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
18516
|
+
TransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TransactionCalculationService, providedIn: 'root' });
|
|
18517
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TransactionCalculationService, decorators: [{
|
|
18504
18518
|
type: i0.Injectable,
|
|
18505
18519
|
args: [{
|
|
18506
18520
|
providedIn: 'root'
|
|
@@ -18564,9 +18578,9 @@
|
|
|
18564
18578
|
};
|
|
18565
18579
|
return LogbookBestPeriodService;
|
|
18566
18580
|
}());
|
|
18567
|
-
LogbookBestPeriodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
18568
|
-
LogbookBestPeriodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
18569
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
18581
|
+
LogbookBestPeriodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
18582
|
+
LogbookBestPeriodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: LogbookBestPeriodService, providedIn: 'root' });
|
|
18583
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: LogbookBestPeriodService, decorators: [{
|
|
18570
18584
|
type: i0.Injectable,
|
|
18571
18585
|
args: [{
|
|
18572
18586
|
providedIn: 'root'
|
|
@@ -18610,9 +18624,9 @@
|
|
|
18610
18624
|
};
|
|
18611
18625
|
return XlsxService;
|
|
18612
18626
|
}());
|
|
18613
|
-
XlsxService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
18614
|
-
XlsxService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
18615
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
18627
|
+
XlsxService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: XlsxService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
18628
|
+
XlsxService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: XlsxService, providedIn: 'root' });
|
|
18629
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: XlsxService, decorators: [{
|
|
18616
18630
|
type: i0.Injectable,
|
|
18617
18631
|
args: [{
|
|
18618
18632
|
providedIn: 'root'
|