@rolatech/angular-services 20.2.7-beta.2 → 20.2.8-beta.11
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.
|
@@ -72,10 +72,10 @@ class DialogComponent {
|
|
|
72
72
|
confirm() {
|
|
73
73
|
this.close(this.result || true);
|
|
74
74
|
}
|
|
75
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
76
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "21.0
|
|
75
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: DialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
76
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "21.1.0", type: DialogComponent, isStandalone: true, selector: "rolatech-dialog", host: { listeners: { "keydown.esc": "onEsc()" } }, viewQueries: [{ propertyName: "componentRef", first: true, predicate: ["container"], descendants: true, read: ViewContainerRef, isSignal: true }], ngImport: i0, template: "<div class=\"min-w-[320px]\">\n <h1 class=\"text-xl\" mat-dialog-title i18n>{{ data.title }}</h1>\n <mat-dialog-content>\n <div>\n <p i18n>{{ data.message }}</p>\n <ng-template #container></ng-template>\n <!-- <ng-container #container></ng-container> -->\n </div>\n </mat-dialog-content>\n <div class=\"flex-1\"></div>\n <mat-dialog-actions>\n <button mat-button (click)=\"close()\" i18n>{{ data.cancelText ? data.cancelText : 'Cancel' }}</button>\n <button mat-flat-button class=\"w-20\" (click)=\"confirm()\" i18n>{{ data.confirmText ? data.confirmText : 'Ok' }}</button>\n </mat-dialog-actions>\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i1.MatButton, selector: " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", inputs: ["matButton"], exportAs: ["matButton", "matAnchor"] }, { kind: "directive", type: MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "directive", type: MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }] });
|
|
77
77
|
}
|
|
78
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
78
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: DialogComponent, decorators: [{
|
|
79
79
|
type: Component,
|
|
80
80
|
args: [{ selector: 'rolatech-dialog', imports: [MatButtonModule, MatDialogActions, MatDialogTitle, MatDialogContent], template: "<div class=\"min-w-[320px]\">\n <h1 class=\"text-xl\" mat-dialog-title i18n>{{ data.title }}</h1>\n <mat-dialog-content>\n <div>\n <p i18n>{{ data.message }}</p>\n <ng-template #container></ng-template>\n <!-- <ng-container #container></ng-container> -->\n </div>\n </mat-dialog-content>\n <div class=\"flex-1\"></div>\n <mat-dialog-actions>\n <button mat-button (click)=\"close()\" i18n>{{ data.cancelText ? data.cancelText : 'Cancel' }}</button>\n <button mat-flat-button class=\"w-20\" (click)=\"confirm()\" i18n>{{ data.confirmText ? data.confirmText : 'Ok' }}</button>\n </mat-dialog-actions>\n</div>\n" }]
|
|
81
81
|
}], propDecorators: { onEsc: [{
|
|
@@ -126,10 +126,10 @@ class BaseService {
|
|
|
126
126
|
withCredentials: true,
|
|
127
127
|
});
|
|
128
128
|
}
|
|
129
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
130
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
129
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: BaseService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
130
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: BaseService, providedIn: 'root' });
|
|
131
131
|
}
|
|
132
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: BaseService, decorators: [{
|
|
133
133
|
type: Injectable,
|
|
134
134
|
args: [{
|
|
135
135
|
providedIn: 'root',
|
|
@@ -301,10 +301,10 @@ class ProductService extends BaseService {
|
|
|
301
301
|
withCredentials: true,
|
|
302
302
|
});
|
|
303
303
|
}
|
|
304
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
305
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
304
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
305
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ProductService, providedIn: 'root' });
|
|
306
306
|
}
|
|
307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ProductService, decorators: [{
|
|
308
308
|
type: Injectable,
|
|
309
309
|
args: [{
|
|
310
310
|
providedIn: 'root',
|
|
@@ -377,10 +377,10 @@ class CartService extends BaseService {
|
|
|
377
377
|
withCredentials: true,
|
|
378
378
|
});
|
|
379
379
|
}
|
|
380
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
381
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
380
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CartService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
381
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CartService, providedIn: 'root' });
|
|
382
382
|
}
|
|
383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CartService, decorators: [{
|
|
384
384
|
type: Injectable,
|
|
385
385
|
args: [{
|
|
386
386
|
providedIn: 'root',
|
|
@@ -423,10 +423,10 @@ class NavigationService {
|
|
|
423
423
|
}
|
|
424
424
|
return '';
|
|
425
425
|
}
|
|
426
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
427
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
426
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NavigationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
427
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NavigationService, providedIn: 'root' });
|
|
428
428
|
}
|
|
429
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NavigationService, decorators: [{
|
|
430
430
|
type: Injectable,
|
|
431
431
|
args: [{
|
|
432
432
|
providedIn: 'root',
|
|
@@ -449,10 +449,10 @@ class DialogService {
|
|
|
449
449
|
confirmed() {
|
|
450
450
|
return this.dialogRef.afterClosed().pipe(take(1), map((res) => res));
|
|
451
451
|
}
|
|
452
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
453
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
452
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: DialogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
453
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: DialogService });
|
|
454
454
|
}
|
|
455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: DialogService, decorators: [{
|
|
456
456
|
type: Injectable
|
|
457
457
|
}] });
|
|
458
458
|
|
|
@@ -473,10 +473,10 @@ class LoadingService {
|
|
|
473
473
|
async dismiss() {
|
|
474
474
|
this.isLoading = false;
|
|
475
475
|
}
|
|
476
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
477
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
476
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LoadingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
477
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LoadingService, providedIn: 'root' });
|
|
478
478
|
}
|
|
479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LoadingService, decorators: [{
|
|
480
480
|
type: Injectable,
|
|
481
481
|
args: [{
|
|
482
482
|
providedIn: 'root',
|
|
@@ -524,10 +524,10 @@ class MediaService extends BaseService {
|
|
|
524
524
|
getImageInfo(url) {
|
|
525
525
|
return this.http.get(`${url}?imageInfo`);
|
|
526
526
|
}
|
|
527
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
528
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
527
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MediaService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
528
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MediaService, providedIn: 'root' });
|
|
529
529
|
}
|
|
530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MediaService, decorators: [{
|
|
531
531
|
type: Injectable,
|
|
532
532
|
args: [{
|
|
533
533
|
providedIn: 'root',
|
|
@@ -558,10 +558,10 @@ class LayoutService {
|
|
|
558
558
|
setHideFooter(v) {
|
|
559
559
|
this._hideFooter.set(v);
|
|
560
560
|
}
|
|
561
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
562
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
561
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LayoutService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
562
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LayoutService });
|
|
563
563
|
}
|
|
564
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LayoutService, decorators: [{
|
|
565
565
|
type: Injectable
|
|
566
566
|
}], ctorParameters: () => [] });
|
|
567
567
|
|
|
@@ -573,10 +573,10 @@ class SnackBarService {
|
|
|
573
573
|
dismiss() {
|
|
574
574
|
this.snackBar.dismiss();
|
|
575
575
|
}
|
|
576
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
577
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
576
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SnackBarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
577
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SnackBarService });
|
|
578
578
|
}
|
|
579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
579
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SnackBarService, decorators: [{
|
|
580
580
|
type: Injectable
|
|
581
581
|
}] });
|
|
582
582
|
|
|
@@ -641,10 +641,10 @@ class SupportService {
|
|
|
641
641
|
withCredentials: true,
|
|
642
642
|
});
|
|
643
643
|
}
|
|
644
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
645
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
644
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SupportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
645
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SupportService, providedIn: 'root' });
|
|
646
646
|
}
|
|
647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SupportService, decorators: [{
|
|
648
648
|
type: Injectable,
|
|
649
649
|
args: [{
|
|
650
650
|
providedIn: 'root',
|
|
@@ -672,10 +672,10 @@ class BreadcrumbService {
|
|
|
672
672
|
relativeTo: route,
|
|
673
673
|
});
|
|
674
674
|
}
|
|
675
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
676
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
675
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: BreadcrumbService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
676
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: BreadcrumbService, providedIn: 'root' });
|
|
677
677
|
}
|
|
678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: BreadcrumbService, decorators: [{
|
|
679
679
|
type: Injectable,
|
|
680
680
|
args: [{
|
|
681
681
|
providedIn: 'root',
|
|
@@ -707,10 +707,10 @@ class SidenavService {
|
|
|
707
707
|
this.isCollaped = !this.isMobile && !this.sidenav?.opened;
|
|
708
708
|
}
|
|
709
709
|
lists() { }
|
|
710
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
711
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
710
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SidenavService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
711
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SidenavService });
|
|
712
712
|
}
|
|
713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SidenavService, decorators: [{
|
|
714
714
|
type: Injectable
|
|
715
715
|
}], ctorParameters: () => [] });
|
|
716
716
|
|
|
@@ -748,10 +748,10 @@ class ThemeService {
|
|
|
748
748
|
setDarkTheme(isDarkTheme) {
|
|
749
749
|
this.darkTheme.next(isDarkTheme);
|
|
750
750
|
}
|
|
751
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
752
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
751
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
752
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ThemeService, providedIn: 'root' });
|
|
753
753
|
}
|
|
754
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
754
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ThemeService, decorators: [{
|
|
755
755
|
type: Injectable,
|
|
756
756
|
args: [{
|
|
757
757
|
providedIn: 'root',
|
|
@@ -849,10 +849,10 @@ class OrderService extends BaseService {
|
|
|
849
849
|
withCredentials: true,
|
|
850
850
|
});
|
|
851
851
|
}
|
|
852
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
853
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
852
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: OrderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
853
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: OrderService, providedIn: 'root' });
|
|
854
854
|
}
|
|
855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
855
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: OrderService, decorators: [{
|
|
856
856
|
type: Injectable,
|
|
857
857
|
args: [{
|
|
858
858
|
providedIn: 'root',
|
|
@@ -934,10 +934,10 @@ class InventoryService extends BaseService {
|
|
|
934
934
|
adjustStocksByLocationId(data) {
|
|
935
935
|
return this.http.put(`${this.actionUrl}/levels/adjust`, data, { withCredentials: true });
|
|
936
936
|
}
|
|
937
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
938
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
937
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: InventoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
938
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: InventoryService, providedIn: 'root' });
|
|
939
939
|
}
|
|
940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
940
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: InventoryService, decorators: [{
|
|
941
941
|
type: Injectable,
|
|
942
942
|
args: [{
|
|
943
943
|
providedIn: 'root',
|
|
@@ -949,10 +949,10 @@ class NotificationStore {
|
|
|
949
949
|
getCount() {
|
|
950
950
|
return this.$count.asObservable();
|
|
951
951
|
}
|
|
952
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
953
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
952
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NotificationStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
953
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NotificationStore, providedIn: 'root' });
|
|
954
954
|
}
|
|
955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NotificationStore, decorators: [{
|
|
956
956
|
type: Injectable,
|
|
957
957
|
args: [{
|
|
958
958
|
providedIn: 'root',
|
|
@@ -1024,10 +1024,10 @@ class NotificationService {
|
|
|
1024
1024
|
return data;
|
|
1025
1025
|
}));
|
|
1026
1026
|
}
|
|
1027
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
1028
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
1027
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1028
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NotificationService, providedIn: 'root' });
|
|
1029
1029
|
}
|
|
1030
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
1030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NotificationService, decorators: [{
|
|
1031
1031
|
type: Injectable,
|
|
1032
1032
|
args: [{
|
|
1033
1033
|
providedIn: 'root',
|
|
@@ -1059,10 +1059,10 @@ class ProductCategoryService extends BaseService {
|
|
|
1059
1059
|
withCredentials: true,
|
|
1060
1060
|
});
|
|
1061
1061
|
}
|
|
1062
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
1063
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
1062
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ProductCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1063
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ProductCategoryService, providedIn: 'root' });
|
|
1064
1064
|
}
|
|
1065
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
1065
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ProductCategoryService, decorators: [{
|
|
1066
1066
|
type: Injectable,
|
|
1067
1067
|
args: [{
|
|
1068
1068
|
providedIn: 'root',
|
|
@@ -1104,10 +1104,10 @@ class NotificationTemplateService {
|
|
|
1104
1104
|
withCredentials: true,
|
|
1105
1105
|
});
|
|
1106
1106
|
}
|
|
1107
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
1108
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
1107
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NotificationTemplateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1108
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NotificationTemplateService, providedIn: 'root' });
|
|
1109
1109
|
}
|
|
1110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
1110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: NotificationTemplateService, decorators: [{
|
|
1111
1111
|
type: Injectable,
|
|
1112
1112
|
args: [{
|
|
1113
1113
|
providedIn: 'root',
|
|
@@ -1129,10 +1129,10 @@ class FulfillmentService extends BaseService {
|
|
|
1129
1129
|
withCredentials: true,
|
|
1130
1130
|
});
|
|
1131
1131
|
}
|
|
1132
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
1133
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
1132
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FulfillmentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1133
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FulfillmentService, providedIn: 'root' });
|
|
1134
1134
|
}
|
|
1135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
1135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FulfillmentService, decorators: [{
|
|
1136
1136
|
type: Injectable,
|
|
1137
1137
|
args: [{
|
|
1138
1138
|
providedIn: 'root',
|
|
@@ -1148,10 +1148,10 @@ class TitleService {
|
|
|
1148
1148
|
setTitle(newTitle) {
|
|
1149
1149
|
this.titleService.setTitle(`${newTitle} - ${this.environment.name}`);
|
|
1150
1150
|
}
|
|
1151
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
1152
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
1151
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TitleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1152
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TitleService, providedIn: 'root' });
|
|
1153
1153
|
}
|
|
1154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
1154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TitleService, decorators: [{
|
|
1155
1155
|
type: Injectable,
|
|
1156
1156
|
args: [{
|
|
1157
1157
|
providedIn: 'root',
|
|
@@ -1181,10 +1181,10 @@ class PostService extends BaseService {
|
|
|
1181
1181
|
withCredentials: true,
|
|
1182
1182
|
});
|
|
1183
1183
|
}
|
|
1184
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
1185
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
1184
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PostService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1185
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PostService, providedIn: 'root' });
|
|
1186
1186
|
}
|
|
1187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
1187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PostService, decorators: [{
|
|
1188
1188
|
type: Injectable,
|
|
1189
1189
|
args: [{
|
|
1190
1190
|
providedIn: 'root',
|
|
@@ -1207,10 +1207,10 @@ class OrderPayoutService extends BaseService {
|
|
|
1207
1207
|
withCredentials: true,
|
|
1208
1208
|
});
|
|
1209
1209
|
}
|
|
1210
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
1211
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
1210
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: OrderPayoutService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1211
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: OrderPayoutService, providedIn: 'root' });
|
|
1212
1212
|
}
|
|
1213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
1213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: OrderPayoutService, decorators: [{
|
|
1214
1214
|
type: Injectable,
|
|
1215
1215
|
args: [{
|
|
1216
1216
|
providedIn: 'root',
|
|
@@ -1379,10 +1379,10 @@ class ResourceService extends BaseService {
|
|
|
1379
1379
|
withCredentials: true,
|
|
1380
1380
|
});
|
|
1381
1381
|
}
|
|
1382
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
1383
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
1382
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ResourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1383
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ResourceService, providedIn: 'root' });
|
|
1384
1384
|
}
|
|
1385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
1385
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ResourceService, decorators: [{
|
|
1386
1386
|
type: Injectable,
|
|
1387
1387
|
args: [{
|
|
1388
1388
|
providedIn: 'root',
|
|
@@ -1404,10 +1404,10 @@ class ResourceCategoryService extends BaseService {
|
|
|
1404
1404
|
withCredentials: true,
|
|
1405
1405
|
});
|
|
1406
1406
|
}
|
|
1407
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
1408
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
1407
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ResourceCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1408
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ResourceCategoryService, providedIn: 'root' });
|
|
1409
1409
|
}
|
|
1410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
1410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ResourceCategoryService, decorators: [{
|
|
1411
1411
|
type: Injectable,
|
|
1412
1412
|
args: [{
|
|
1413
1413
|
providedIn: 'root',
|
|
@@ -1478,10 +1478,10 @@ class BookingService extends BaseService {
|
|
|
1478
1478
|
withCredentials: true,
|
|
1479
1479
|
});
|
|
1480
1480
|
}
|
|
1481
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
1482
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
1481
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: BookingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1482
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: BookingService, providedIn: 'root' });
|
|
1483
1483
|
}
|
|
1484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
1484
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: BookingService, decorators: [{
|
|
1485
1485
|
type: Injectable,
|
|
1486
1486
|
args: [{
|
|
1487
1487
|
providedIn: 'root',
|
|
@@ -1493,10 +1493,10 @@ class FacilityService extends BaseService {
|
|
|
1493
1493
|
this.endpoint = 'facilities';
|
|
1494
1494
|
super.init();
|
|
1495
1495
|
}
|
|
1496
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
1497
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
1496
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FacilityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1497
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FacilityService, providedIn: 'root' });
|
|
1498
1498
|
}
|
|
1499
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
1499
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FacilityService, decorators: [{
|
|
1500
1500
|
type: Injectable,
|
|
1501
1501
|
args: [{
|
|
1502
1502
|
providedIn: 'root',
|
|
@@ -1508,10 +1508,10 @@ class AmenityService extends BaseService {
|
|
|
1508
1508
|
this.endpoint = 'resources/amenities';
|
|
1509
1509
|
super.init();
|
|
1510
1510
|
}
|
|
1511
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
1512
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
1511
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AmenityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1512
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AmenityService, providedIn: 'root' });
|
|
1513
1513
|
}
|
|
1514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
1514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AmenityService, decorators: [{
|
|
1515
1515
|
type: Injectable,
|
|
1516
1516
|
args: [{
|
|
1517
1517
|
providedIn: 'root',
|
|
@@ -1868,10 +1868,10 @@ class PropertyService extends BaseService {
|
|
|
1868
1868
|
deleteEpc(id) {
|
|
1869
1869
|
return this.http.delete(`${this.actionUrl}/${id}/epc`, { withCredentials: true });
|
|
1870
1870
|
}
|
|
1871
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
1872
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
1871
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1872
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertyService, providedIn: 'root' });
|
|
1873
1873
|
}
|
|
1874
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
1874
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertyService, decorators: [{
|
|
1875
1875
|
type: Injectable,
|
|
1876
1876
|
args: [{
|
|
1877
1877
|
providedIn: 'root',
|
|
@@ -1898,10 +1898,10 @@ class FeatureService extends BaseService {
|
|
|
1898
1898
|
withCredentials: true,
|
|
1899
1899
|
});
|
|
1900
1900
|
}
|
|
1901
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
1902
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
1901
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FeatureService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1902
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FeatureService, providedIn: 'root' });
|
|
1903
1903
|
}
|
|
1904
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
1904
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FeatureService, decorators: [{
|
|
1905
1905
|
type: Injectable,
|
|
1906
1906
|
args: [{
|
|
1907
1907
|
providedIn: 'root',
|
|
@@ -1929,10 +1929,10 @@ class PaymentService extends BaseService {
|
|
|
1929
1929
|
withCredentials: true,
|
|
1930
1930
|
});
|
|
1931
1931
|
}
|
|
1932
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
1933
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
1932
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1933
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PaymentService, providedIn: 'root' });
|
|
1934
1934
|
}
|
|
1935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
1935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PaymentService, decorators: [{
|
|
1936
1936
|
type: Injectable,
|
|
1937
1937
|
args: [{
|
|
1938
1938
|
providedIn: 'root',
|
|
@@ -2294,10 +2294,10 @@ class OfferingService extends BaseService {
|
|
|
2294
2294
|
deleteVideo(id, videoId, y) {
|
|
2295
2295
|
return this.http.delete(`${this.actionUrl}/${id}/videos/${videoId}`, { withCredentials: true });
|
|
2296
2296
|
}
|
|
2297
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
2298
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
2297
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: OfferingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
2298
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: OfferingService, providedIn: 'root' });
|
|
2299
2299
|
}
|
|
2300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
2300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: OfferingService, decorators: [{
|
|
2301
2301
|
type: Injectable,
|
|
2302
2302
|
args: [{
|
|
2303
2303
|
providedIn: 'root',
|
|
@@ -2356,10 +2356,10 @@ class MembershipService extends BaseService {
|
|
|
2356
2356
|
withCredentials: true,
|
|
2357
2357
|
});
|
|
2358
2358
|
}
|
|
2359
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
2360
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
2359
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MembershipService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
2360
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MembershipService, providedIn: 'root' });
|
|
2361
2361
|
}
|
|
2362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
2362
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: MembershipService, decorators: [{
|
|
2363
2363
|
type: Injectable,
|
|
2364
2364
|
args: [{
|
|
2365
2365
|
providedIn: 'root',
|
|
@@ -2417,10 +2417,10 @@ class CategoryService extends BaseService {
|
|
|
2417
2417
|
withCredentials: true,
|
|
2418
2418
|
});
|
|
2419
2419
|
}
|
|
2420
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
2421
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
2420
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
2421
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CategoryService, providedIn: 'root' });
|
|
2422
2422
|
}
|
|
2423
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
2423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: CategoryService, decorators: [{
|
|
2424
2424
|
type: Injectable,
|
|
2425
2425
|
args: [{
|
|
2426
2426
|
providedIn: 'root',
|
|
@@ -2631,10 +2631,10 @@ class AssistantStreamService {
|
|
|
2631
2631
|
// Fallback: unknown event name -> json wrapper
|
|
2632
2632
|
return { type: 'json', data: parsed };
|
|
2633
2633
|
}
|
|
2634
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
2635
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
2634
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AssistantStreamService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2635
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AssistantStreamService, providedIn: 'root' });
|
|
2636
2636
|
}
|
|
2637
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
2637
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AssistantStreamService, decorators: [{
|
|
2638
2638
|
type: Injectable,
|
|
2639
2639
|
args: [{ providedIn: 'root' }]
|
|
2640
2640
|
}] });
|
|
@@ -2897,10 +2897,10 @@ class ConversationService {
|
|
|
2897
2897
|
nextId() {
|
|
2898
2898
|
return Math.random().toString(36).slice(2) + Date.now().toString(36);
|
|
2899
2899
|
}
|
|
2900
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
2901
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
2900
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ConversationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2901
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ConversationService, providedIn: 'root' });
|
|
2902
2902
|
}
|
|
2903
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
2903
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ConversationService, decorators: [{
|
|
2904
2904
|
type: Injectable,
|
|
2905
2905
|
args: [{ providedIn: 'root' }]
|
|
2906
2906
|
}] });
|
|
@@ -2912,10 +2912,10 @@ class ConversationInitService {
|
|
|
2912
2912
|
init(message) {
|
|
2913
2913
|
return firstValueFrom(this.http.post(`${this.environment.baseUrl}/conversations/init`, { message }, { withCredentials: true }));
|
|
2914
2914
|
}
|
|
2915
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
2916
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
2915
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ConversationInitService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2916
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ConversationInitService, providedIn: 'root' });
|
|
2917
2917
|
}
|
|
2918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
2918
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ConversationInitService, decorators: [{
|
|
2919
2919
|
type: Injectable,
|
|
2920
2920
|
args: [{ providedIn: 'root' }]
|
|
2921
2921
|
}] });
|
|
@@ -2968,10 +2968,10 @@ class PropertySearchService extends BaseService {
|
|
|
2968
2968
|
isEmptyFilter(params, ignoreKeys = ['page', 'limit', 'sort']) {
|
|
2969
2969
|
return Object.entries(params).every(([k, v]) => ignoreKeys.includes(k) || v === undefined || v === null || v === '' || (Array.isArray(v) && v.length === 0));
|
|
2970
2970
|
}
|
|
2971
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
2972
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
2971
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertySearchService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
2972
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertySearchService, providedIn: 'root' });
|
|
2973
2973
|
}
|
|
2974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
2974
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertySearchService, decorators: [{
|
|
2975
2975
|
type: Injectable,
|
|
2976
2976
|
args: [{
|
|
2977
2977
|
providedIn: 'root',
|
|
@@ -2999,10 +2999,10 @@ class TimeZoneService {
|
|
|
2999
2999
|
// proxy /worldtime/api/ip
|
|
3000
3000
|
return this.http.get(`/worldtime/api/ip`).pipe(map((r) => r.timezone));
|
|
3001
3001
|
}
|
|
3002
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3003
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
3002
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TimeZoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3003
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TimeZoneService, providedIn: 'root' });
|
|
3004
3004
|
}
|
|
3005
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3005
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TimeZoneService, decorators: [{
|
|
3006
3006
|
type: Injectable,
|
|
3007
3007
|
args: [{
|
|
3008
3008
|
providedIn: 'root',
|
|
@@ -3014,10 +3014,10 @@ class BillingService extends BaseService {
|
|
|
3014
3014
|
this.endpoint = 'billing';
|
|
3015
3015
|
super.init();
|
|
3016
3016
|
}
|
|
3017
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3018
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
3017
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: BillingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3018
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: BillingService, providedIn: 'root' });
|
|
3019
3019
|
}
|
|
3020
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: BillingService, decorators: [{
|
|
3021
3021
|
type: Injectable,
|
|
3022
3022
|
args: [{
|
|
3023
3023
|
providedIn: 'root',
|
|
@@ -3072,10 +3072,10 @@ class InvoiceService extends BaseService {
|
|
|
3072
3072
|
withCredentials: true,
|
|
3073
3073
|
});
|
|
3074
3074
|
}
|
|
3075
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3076
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
3075
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: InvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3076
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: InvoiceService, providedIn: 'root' });
|
|
3077
3077
|
}
|
|
3078
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3078
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: InvoiceService, decorators: [{
|
|
3079
3079
|
type: Injectable,
|
|
3080
3080
|
args: [{
|
|
3081
3081
|
providedIn: 'root',
|
|
@@ -3111,10 +3111,10 @@ class PropertyHighlightsService extends BaseService {
|
|
|
3111
3111
|
deleteHighlightAt(id, index) {
|
|
3112
3112
|
return this.http.delete(`${this.actionUrl}/${id}/highlights/${index}`, { withCredentials: true });
|
|
3113
3113
|
}
|
|
3114
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3115
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
3114
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertyHighlightsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3115
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertyHighlightsService, providedIn: 'root' });
|
|
3116
3116
|
}
|
|
3117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertyHighlightsService, decorators: [{
|
|
3118
3118
|
type: Injectable,
|
|
3119
3119
|
args: [{ providedIn: 'root' }]
|
|
3120
3120
|
}] });
|
|
@@ -3137,10 +3137,10 @@ class FloorplanService extends BaseService {
|
|
|
3137
3137
|
withCredentials: true,
|
|
3138
3138
|
});
|
|
3139
3139
|
}
|
|
3140
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3141
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
3140
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FloorplanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3141
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FloorplanService, providedIn: 'root' });
|
|
3142
3142
|
}
|
|
3143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FloorplanService, decorators: [{
|
|
3144
3144
|
type: Injectable,
|
|
3145
3145
|
args: [{
|
|
3146
3146
|
providedIn: 'root',
|
|
@@ -3157,10 +3157,10 @@ class PropertyStatsService extends BaseService {
|
|
|
3157
3157
|
.get(`${this.actionUrl}/stats`, { withCredentials: true })
|
|
3158
3158
|
.pipe(map((res) => res.data));
|
|
3159
3159
|
}
|
|
3160
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3161
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
3160
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertyStatsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3161
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertyStatsService, providedIn: 'root' });
|
|
3162
3162
|
}
|
|
3163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertyStatsService, decorators: [{
|
|
3164
3164
|
type: Injectable,
|
|
3165
3165
|
args: [{
|
|
3166
3166
|
providedIn: 'root',
|
|
@@ -3177,10 +3177,10 @@ class InvoiceStatsService extends BaseService {
|
|
|
3177
3177
|
.get(`${this.actionUrl}/stats`, { withCredentials: true })
|
|
3178
3178
|
.pipe(map((res) => res.data));
|
|
3179
3179
|
}
|
|
3180
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3181
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
3180
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: InvoiceStatsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3181
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: InvoiceStatsService, providedIn: 'root' });
|
|
3182
3182
|
}
|
|
3183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: InvoiceStatsService, decorators: [{
|
|
3184
3184
|
type: Injectable,
|
|
3185
3185
|
args: [{
|
|
3186
3186
|
providedIn: 'root',
|
|
@@ -3199,55 +3199,54 @@ class PropertyOfferService extends BaseService {
|
|
|
3199
3199
|
});
|
|
3200
3200
|
}
|
|
3201
3201
|
findOffers(options) {
|
|
3202
|
-
return this.http
|
|
3203
|
-
.get(`${this.actionUrl}/offers`, {
|
|
3202
|
+
return this.http.get(`${this.actionUrl}/offers`, {
|
|
3204
3203
|
params: options,
|
|
3205
3204
|
withCredentials: true,
|
|
3206
|
-
})
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3205
|
+
});
|
|
3206
|
+
}
|
|
3207
|
+
search(rawParams) {
|
|
3208
|
+
const params = this.stripUndefined(rawParams);
|
|
3209
|
+
// Decide route: empty filter → DB list; else → Elasticsearch-backed search
|
|
3210
|
+
const isEmpty = this.isEmptyFilter(params);
|
|
3211
|
+
let httpParams = new HttpParams();
|
|
3212
|
+
for (const [k, v] of Object.entries(params)) {
|
|
3213
|
+
if (k === 'sort' && v != null) {
|
|
3214
|
+
// Normalize sort for each backend
|
|
3215
|
+
const value = String(v);
|
|
3216
|
+
const sortForJpa = value; // e.g. "updatedAt desc"
|
|
3217
|
+
const sortForEs = value.replace(/\s+/, ' '); // e.g. "updatedAt,desc"
|
|
3218
|
+
const finalSort = isEmpty ? sortForJpa : sortForEs;
|
|
3219
|
+
httpParams = httpParams.set('sort', finalSort);
|
|
3220
|
+
continue;
|
|
3221
|
+
}
|
|
3222
|
+
if (Array.isArray(v)) {
|
|
3223
|
+
v.forEach((item) => (httpParams = httpParams.append(k, String(item))));
|
|
3224
|
+
}
|
|
3225
|
+
else {
|
|
3226
|
+
httpParams = httpParams.set(k, String(v));
|
|
3227
|
+
}
|
|
3228
|
+
}
|
|
3229
|
+
return isEmpty
|
|
3230
|
+
? this.http.get(`${this.actionUrl}/offers`, { params: httpParams, withCredentials: true }) // DB list
|
|
3231
|
+
: this.http.get(`${this.actionUrl}/offers/search`, { params: httpParams, withCredentials: true }); // ES search
|
|
3232
|
+
}
|
|
3233
|
+
search1(options) {
|
|
3234
|
+
return this.http.get(`${this.actionUrl}/offers/search`, {
|
|
3235
|
+
params: options,
|
|
3236
|
+
withCredentials: true,
|
|
3237
|
+
});
|
|
3217
3238
|
}
|
|
3218
3239
|
findOffersByUser(options) {
|
|
3219
|
-
return this.http
|
|
3220
|
-
.get(`${this.actionUrl}/offers/by/user`, {
|
|
3240
|
+
return this.http.get(`${this.actionUrl}/offers/by/user`, {
|
|
3221
3241
|
params: options,
|
|
3222
3242
|
withCredentials: true,
|
|
3223
|
-
})
|
|
3224
|
-
.pipe(switchMap((res) => {
|
|
3225
|
-
const propertyIds = _.uniq(_.map(res.data, 'propertyId')); // [12, 14, 16, 18]
|
|
3226
|
-
return this.propertyService.findPropertiesByIds(propertyIds).pipe(map((properties) => {
|
|
3227
|
-
res.data?.forEach((item) => {
|
|
3228
|
-
const matchingUser = _.find(properties.data, { id: item.propertyId });
|
|
3229
|
-
item.property = matchingUser;
|
|
3230
|
-
});
|
|
3231
|
-
return res;
|
|
3232
|
-
}));
|
|
3233
|
-
}));
|
|
3243
|
+
});
|
|
3234
3244
|
}
|
|
3235
3245
|
findOffersByAgent(options) {
|
|
3236
|
-
return this.http
|
|
3237
|
-
.get(`${this.actionUrl}/offers/by/agent`, {
|
|
3246
|
+
return this.http.get(`${this.actionUrl}/offers/by/agent`, {
|
|
3238
3247
|
params: options,
|
|
3239
3248
|
withCredentials: true,
|
|
3240
|
-
})
|
|
3241
|
-
.pipe(switchMap((res) => {
|
|
3242
|
-
const propertyIds = _.uniq(_.map(res.data, 'propertyId')); // [12, 14, 16, 18]
|
|
3243
|
-
return this.propertyService.findPropertiesByIds(propertyIds).pipe(map((properties) => {
|
|
3244
|
-
res.data?.forEach((item) => {
|
|
3245
|
-
const matchingUser = _.find(properties.data, { id: item.propertyId });
|
|
3246
|
-
item.property = matchingUser;
|
|
3247
|
-
});
|
|
3248
|
-
return res;
|
|
3249
|
-
}));
|
|
3250
|
-
}));
|
|
3249
|
+
});
|
|
3251
3250
|
}
|
|
3252
3251
|
getOffer(offerId) {
|
|
3253
3252
|
return this.http.get(`${this.actionUrl}/offers/${offerId}`, { withCredentials: true });
|
|
@@ -3272,6 +3271,7 @@ class PropertyOfferService extends BaseService {
|
|
|
3272
3271
|
withCredentials: true,
|
|
3273
3272
|
});
|
|
3274
3273
|
}
|
|
3274
|
+
// references
|
|
3275
3275
|
referencesPassed(id) {
|
|
3276
3276
|
return this.http.post(`${this.actionUrl}/offers/${id}/references/passed`, {}, {
|
|
3277
3277
|
withCredentials: true,
|
|
@@ -3282,6 +3282,16 @@ class PropertyOfferService extends BaseService {
|
|
|
3282
3282
|
withCredentials: true,
|
|
3283
3283
|
});
|
|
3284
3284
|
}
|
|
3285
|
+
getReference(offerId) {
|
|
3286
|
+
return this.http.get(`${this.actionUrl}/offers/${offerId}/references/provider`, {
|
|
3287
|
+
withCredentials: true,
|
|
3288
|
+
});
|
|
3289
|
+
}
|
|
3290
|
+
updateReferenceProvider(offerId, payload) {
|
|
3291
|
+
return this.http.patch(`${this.actionUrl}/offers/${offerId}/references/provider`, payload, {
|
|
3292
|
+
withCredentials: true,
|
|
3293
|
+
});
|
|
3294
|
+
}
|
|
3285
3295
|
complete(id) {
|
|
3286
3296
|
return this.http.post(`${this.actionUrl}/offers/${id}/complete`, {}, {
|
|
3287
3297
|
withCredentials: true,
|
|
@@ -3323,10 +3333,39 @@ class PropertyOfferService extends BaseService {
|
|
|
3323
3333
|
withCredentials: true,
|
|
3324
3334
|
});
|
|
3325
3335
|
}
|
|
3326
|
-
|
|
3327
|
-
|
|
3336
|
+
createRental(payload) {
|
|
3337
|
+
return this.http.post(`${this.actionUrl}/offers/rental`, payload, {
|
|
3338
|
+
withCredentials: true,
|
|
3339
|
+
});
|
|
3340
|
+
}
|
|
3341
|
+
createSale(payload) {
|
|
3342
|
+
return this.http.post(`${this.actionUrl}/offers/sale`, payload, {
|
|
3343
|
+
withCredentials: true,
|
|
3344
|
+
});
|
|
3345
|
+
}
|
|
3346
|
+
getCopyText(id, redactContact = true) {
|
|
3347
|
+
const params = new HttpParams().set('redactContact', String(redactContact));
|
|
3348
|
+
return this.http.get(`${this.actionUrl}/offers/${id}/copy-text`, {
|
|
3349
|
+
params,
|
|
3350
|
+
withCredentials: true,
|
|
3351
|
+
});
|
|
3352
|
+
}
|
|
3353
|
+
stripUndefined(obj) {
|
|
3354
|
+
const out = {};
|
|
3355
|
+
for (const [k, v] of Object.entries(obj)) {
|
|
3356
|
+
if (v !== undefined && v !== null && !(Array.isArray(v) && v.length === 0) && v !== '') {
|
|
3357
|
+
out[k] = v;
|
|
3358
|
+
}
|
|
3359
|
+
}
|
|
3360
|
+
return out;
|
|
3361
|
+
}
|
|
3362
|
+
isEmptyFilter(params, ignoreKeys = ['page', 'limit', 'sort']) {
|
|
3363
|
+
return Object.entries(params).every(([k, v]) => ignoreKeys.includes(k) || v === undefined || v === null || v === '' || (Array.isArray(v) && v.length === 0));
|
|
3364
|
+
}
|
|
3365
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertyOfferService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3366
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertyOfferService, providedIn: 'root' });
|
|
3328
3367
|
}
|
|
3329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertyOfferService, decorators: [{
|
|
3330
3369
|
type: Injectable,
|
|
3331
3370
|
args: [{
|
|
3332
3371
|
providedIn: 'root',
|
|
@@ -3339,10 +3378,10 @@ class PropertyViewingService extends BaseService {
|
|
|
3339
3378
|
this.endpoint = 'properties';
|
|
3340
3379
|
super.init();
|
|
3341
3380
|
}
|
|
3342
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3343
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
3381
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertyViewingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3382
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertyViewingService, providedIn: 'root' });
|
|
3344
3383
|
}
|
|
3345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PropertyViewingService, decorators: [{
|
|
3346
3385
|
type: Injectable,
|
|
3347
3386
|
args: [{
|
|
3348
3387
|
providedIn: 'root',
|
|
@@ -3479,10 +3518,10 @@ class AutomationService extends BaseService {
|
|
|
3479
3518
|
scheduleId,
|
|
3480
3519
|
});
|
|
3481
3520
|
}
|
|
3482
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3483
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
3521
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AutomationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3522
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AutomationService, providedIn: 'root' });
|
|
3484
3523
|
}
|
|
3485
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: AutomationService, decorators: [{
|
|
3486
3525
|
type: Injectable,
|
|
3487
3526
|
args: [{
|
|
3488
3527
|
providedIn: 'root',
|
|
@@ -3494,10 +3533,10 @@ class I18nLocaleService {
|
|
|
3494
3533
|
// integrate with Transloco/ngx-translate if you use it:
|
|
3495
3534
|
// set from your i18n library whenever language changes
|
|
3496
3535
|
lang = signal(navigator.language || 'en-GB', ...(ngDevMode ? [{ debugName: "lang" }] : []));
|
|
3497
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3498
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
3536
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: I18nLocaleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3537
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: I18nLocaleService, providedIn: 'root' });
|
|
3499
3538
|
}
|
|
3500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: I18nLocaleService, decorators: [{
|
|
3501
3540
|
type: Injectable,
|
|
3502
3541
|
args: [{ providedIn: 'root' }]
|
|
3503
3542
|
}] });
|
|
@@ -3526,10 +3565,10 @@ class EnumApiClient {
|
|
|
3526
3565
|
});
|
|
3527
3566
|
return this.http.get(`${this.baseUrl}/${resource}/enums`, { headers }).pipe(map((res) => res.data));
|
|
3528
3567
|
}
|
|
3529
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3530
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
3568
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: EnumApiClient, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3569
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: EnumApiClient, providedIn: 'root' });
|
|
3531
3570
|
}
|
|
3532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: EnumApiClient, decorators: [{
|
|
3533
3572
|
type: Injectable,
|
|
3534
3573
|
args: [{ providedIn: 'root' }]
|
|
3535
3574
|
}] });
|
|
@@ -3552,10 +3591,10 @@ class EnumCacheService {
|
|
|
3552
3591
|
clear() {
|
|
3553
3592
|
this.cache.clear();
|
|
3554
3593
|
}
|
|
3555
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3556
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
3594
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: EnumCacheService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3595
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: EnumCacheService, providedIn: 'root' });
|
|
3557
3596
|
}
|
|
3558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: EnumCacheService, decorators: [{
|
|
3559
3598
|
type: Injectable,
|
|
3560
3599
|
args: [{ providedIn: 'root' }]
|
|
3561
3600
|
}] });
|
|
@@ -3598,10 +3637,10 @@ class InvoiceLineService extends BaseService {
|
|
|
3598
3637
|
withCredentials: true,
|
|
3599
3638
|
});
|
|
3600
3639
|
}
|
|
3601
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3602
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
3640
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: InvoiceLineService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3641
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: InvoiceLineService, providedIn: 'root' });
|
|
3603
3642
|
}
|
|
3604
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: InvoiceLineService, decorators: [{
|
|
3605
3644
|
type: Injectable,
|
|
3606
3645
|
args: [{
|
|
3607
3646
|
providedIn: 'root',
|
|
@@ -3623,10 +3662,10 @@ class LoadingInterceptor {
|
|
|
3623
3662
|
}
|
|
3624
3663
|
}));
|
|
3625
3664
|
}
|
|
3626
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3627
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
3665
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LoadingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3666
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LoadingInterceptor, providedIn: 'root' });
|
|
3628
3667
|
}
|
|
3629
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3668
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LoadingInterceptor, decorators: [{
|
|
3630
3669
|
type: Injectable,
|
|
3631
3670
|
args: [{
|
|
3632
3671
|
providedIn: 'root',
|
|
@@ -3661,10 +3700,10 @@ class LanguageService {
|
|
|
3661
3700
|
document.documentElement.lang = lang.startsWith('zh') ? 'zh' : 'en';
|
|
3662
3701
|
}
|
|
3663
3702
|
}
|
|
3664
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3665
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0
|
|
3703
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LanguageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3704
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LanguageService, providedIn: 'root' });
|
|
3666
3705
|
}
|
|
3667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3706
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: LanguageService, decorators: [{
|
|
3668
3707
|
type: Injectable,
|
|
3669
3708
|
args: [{ providedIn: 'root' }]
|
|
3670
3709
|
}] });
|
|
@@ -3712,10 +3751,10 @@ class BackButtonDirective {
|
|
|
3712
3751
|
onClick() {
|
|
3713
3752
|
this.navigation.back();
|
|
3714
3753
|
}
|
|
3715
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3716
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0
|
|
3754
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: BackButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3755
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: BackButtonDirective, isStandalone: true, selector: "[rolatechBackButton]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
|
|
3717
3756
|
}
|
|
3718
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: BackButtonDirective, decorators: [{
|
|
3719
3758
|
type: Directive,
|
|
3720
3759
|
args: [{
|
|
3721
3760
|
selector: '[rolatechBackButton]',
|
|
@@ -3729,10 +3768,10 @@ class HideFooterDirective {
|
|
|
3729
3768
|
layout = inject(LayoutService);
|
|
3730
3769
|
ngOnInit() { this.layout.setHideFooter(true); }
|
|
3731
3770
|
ngOnDestroy() { this.layout.setHideFooter(false); }
|
|
3732
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0
|
|
3733
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0
|
|
3771
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: HideFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3772
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: HideFooterDirective, isStandalone: true, selector: "[rolatechHideFooter]", ngImport: i0 });
|
|
3734
3773
|
}
|
|
3735
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0
|
|
3774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: HideFooterDirective, decorators: [{
|
|
3736
3775
|
type: Directive,
|
|
3737
3776
|
args: [{
|
|
3738
3777
|
selector: '[rolatechHideFooter]',
|
|
@@ -3741,6 +3780,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImpor
|
|
|
3741
3780
|
|
|
3742
3781
|
const SERVICE_DIRECTIVES = [BackButtonDirective];
|
|
3743
3782
|
|
|
3783
|
+
var PropertyOfferStatus;
|
|
3784
|
+
(function (PropertyOfferStatus) {
|
|
3785
|
+
// ── Applicant action ─────────────────────
|
|
3786
|
+
PropertyOfferStatus["SUBMITTED"] = "Submitted";
|
|
3787
|
+
// ── Decision / negotiation ───────────────
|
|
3788
|
+
PropertyOfferStatus["ACCEPTED"] = "Accepted";
|
|
3789
|
+
PropertyOfferStatus["COUNTERED"] = "Countered";
|
|
3790
|
+
PropertyOfferStatus["REJECTED"] = "Rejected";
|
|
3791
|
+
// ── Market / listing state ───────────────
|
|
3792
|
+
PropertyOfferStatus["UNDER_OFFER"] = "Under offer";
|
|
3793
|
+
// ── Holding deposit ──────────────────────
|
|
3794
|
+
PropertyOfferStatus["HOLDING_DEPOSIT_PENDING"] = "Holding deposit pending";
|
|
3795
|
+
PropertyOfferStatus["HOLDING_DEPOSIT_PAID"] = "Holding deposit paid";
|
|
3796
|
+
// ── Financial & checks ───────────────────
|
|
3797
|
+
PropertyOfferStatus["REFERENCING"] = "Referencing";
|
|
3798
|
+
PropertyOfferStatus["REFERENCES_PASSED"] = "References passed";
|
|
3799
|
+
PropertyOfferStatus["REFERENCES_FAILED"] = "References failed";
|
|
3800
|
+
// ── Contract ─────────────────────────────
|
|
3801
|
+
PropertyOfferStatus["CONTRACT_PENDING"] = "Contract pending";
|
|
3802
|
+
PropertyOfferStatus["CONTRACT_SIGNED"] = "Contract signed";
|
|
3803
|
+
PropertyOfferStatus["CONTRACT_FAILED"] = "Contract failed";
|
|
3804
|
+
// ── Move-in payments ─────────────────────
|
|
3805
|
+
PropertyOfferStatus["SECURITY_DEPOSIT_PENDING"] = "Security deposit pending";
|
|
3806
|
+
PropertyOfferStatus["SECURITY_DEPOSIT_PAID"] = "Security deposit paid";
|
|
3807
|
+
PropertyOfferStatus["FIRST_RENT_PENDING"] = "First rent pending";
|
|
3808
|
+
PropertyOfferStatus["MOVE_IN_PAYMENT_PAID"] = "Move-in payment paid";
|
|
3809
|
+
// ── Completion ───────────────────────────
|
|
3810
|
+
PropertyOfferStatus["COMPLETED"] = "Completed";
|
|
3811
|
+
// ── Terminal / cancellation ──────────────
|
|
3812
|
+
PropertyOfferStatus["FAILED"] = "Failed";
|
|
3813
|
+
PropertyOfferStatus["WITHDRAWN"] = "Withdrawn";
|
|
3814
|
+
PropertyOfferStatus["EXPIRED"] = "Expired";
|
|
3815
|
+
PropertyOfferStatus["CANCELLED"] = "Cancelled";
|
|
3816
|
+
})(PropertyOfferStatus || (PropertyOfferStatus = {}));
|
|
3817
|
+
|
|
3744
3818
|
// angular-automation/src/lib/models/automation.models.ts
|
|
3745
3819
|
const SCHEDULE_CRON_META = [
|
|
3746
3820
|
{ value: 'EVERY_5_MINUTES', label: 'Every 5 minutes', description: 'Runs every 5 minutes' },
|
|
@@ -3781,5 +3855,5 @@ function provideAngularServices() {
|
|
|
3781
3855
|
* Generated bundle index. Do not edit.
|
|
3782
3856
|
*/
|
|
3783
3857
|
|
|
3784
|
-
export { AmenityService, AutomationService, BackButtonDirective, BaseService, BillingService, BookingService, BreadcrumbService, CartEventType, CartService, CategoryService, ConversationInitService, ConversationService, DialogComponent, DialogService, EnumApiClient, EnumCacheService, FacilityService, FeatureService, FloorplanService, FulfillmentService, HideFooterDirective, InventoryService, InvoiceLineService, InvoiceService, InvoiceStatsService, LayoutService, LoadingInterceptor, LoadingService, MediaService, MembershipService, NavigationService, NotificationService, NotificationStore, NotificationTemplateService, OfferingService, OrderPayoutService, OrderService, PaymentService, PostService, ProductCategoryService, ProductService, PropertyHighlightsService, PropertyOfferService, PropertySearchService, PropertyService, PropertyStatsService, PropertyViewingService, ResourceCategoryService, ResourceService, SCHEDULE_CRON_META, SERVICE_DIRECTIVES, SidenavService, SnackBarService, SupportService, ThemeService, TimeZoneService, TitleService, acceptLanguageInterceptor, provideAngularServices };
|
|
3858
|
+
export { AmenityService, AutomationService, BackButtonDirective, BaseService, BillingService, BookingService, BreadcrumbService, CartEventType, CartService, CategoryService, ConversationInitService, ConversationService, DialogComponent, DialogService, EnumApiClient, EnumCacheService, FacilityService, FeatureService, FloorplanService, FulfillmentService, HideFooterDirective, InventoryService, InvoiceLineService, InvoiceService, InvoiceStatsService, LayoutService, LoadingInterceptor, LoadingService, MediaService, MembershipService, NavigationService, NotificationService, NotificationStore, NotificationTemplateService, OfferingService, OrderPayoutService, OrderService, PaymentService, PostService, ProductCategoryService, ProductService, PropertyHighlightsService, PropertyOfferService, PropertyOfferStatus, PropertySearchService, PropertyService, PropertyStatsService, PropertyViewingService, ResourceCategoryService, ResourceService, SCHEDULE_CRON_META, SERVICE_DIRECTIVES, SidenavService, SnackBarService, SupportService, ThemeService, TimeZoneService, TitleService, acceptLanguageInterceptor, provideAngularServices };
|
|
3785
3859
|
//# sourceMappingURL=rolatech-angular-services.mjs.map
|