@rolatech/angular-services 20.2.5 → 20.2.7-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,9 +3,9 @@ import { inject, viewChild, ViewContainerRef, OutputEmitterRef, EventEmitter, Ho
|
|
|
3
3
|
import { MAT_DIALOG_DATA, MatDialogRef, MatDialogActions, MatDialogTitle, MatDialogContent, MatDialog } from '@angular/material/dialog';
|
|
4
4
|
import * as i1 from '@angular/material/button';
|
|
5
5
|
import { MatButtonModule } from '@angular/material/button';
|
|
6
|
-
import { switchMap, map, take, BehaviorSubject, Observable, Subject, firstValueFrom } from 'rxjs';
|
|
6
|
+
import { switchMap, map, take, BehaviorSubject, Observable, Subject, firstValueFrom, shareReplay as shareReplay$1 } from 'rxjs';
|
|
7
7
|
import _ from 'lodash';
|
|
8
|
-
import { HttpClient, HttpParams, HTTP_INTERCEPTORS } from '@angular/common/http';
|
|
8
|
+
import { HttpClient, HttpParams, HttpHeaders, HTTP_INTERCEPTORS } from '@angular/common/http';
|
|
9
9
|
import { APP_CONFIG } from '@rolatech/angular-common';
|
|
10
10
|
import { Location, isPlatformBrowser, isPlatformServer } from '@angular/common';
|
|
11
11
|
import { Router, NavigationEnd, ActivatedRoute } from '@angular/router';
|
|
@@ -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.0.6", ngImport: i0, type: DialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
76
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: BaseService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
130
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: ProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
305
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: CartService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
381
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: NavigationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
427
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: DialogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
453
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: LoadingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
477
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: MediaService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
528
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: LayoutService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
562
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: SnackBarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
577
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: SupportService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
645
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: BreadcrumbService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
676
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: SidenavService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
711
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
752
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: OrderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
853
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: InventoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
938
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: NotificationStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
953
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: NotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1028
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: ProductCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1063
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: NotificationTemplateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1108
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: FulfillmentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1133
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: TitleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1152
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: PostService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1185
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: OrderPayoutService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1211
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: ResourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1383
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: ResourceCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1408
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: BookingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1482
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: FacilityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1497
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: AmenityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1512
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1872
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: FeatureService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1902
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: PaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1933
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: OfferingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
2298
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: MembershipService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
2360
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: CategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
2421
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: AssistantStreamService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2635
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: ConversationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2901
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: ConversationInitService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2916
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: PropertySearchService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
2972
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: TimeZoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3003
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", 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.0.6", ngImport: i0, type: BillingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3018
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", 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.0.6", ngImport: i0, type: BillingService, decorators: [{
|
|
3021
3021
|
type: Injectable,
|
|
3022
3022
|
args: [{
|
|
3023
3023
|
providedIn: 'root',
|
|
@@ -3062,10 +3062,20 @@ class InvoiceService extends BaseService {
|
|
|
3062
3062
|
withCredentials: true,
|
|
3063
3063
|
});
|
|
3064
3064
|
}
|
|
3065
|
-
|
|
3066
|
-
|
|
3065
|
+
updateLines(invoiceId, data) {
|
|
3066
|
+
return this.http.patch(`${this.actionUrl}/${invoiceId}/lines`, data, {
|
|
3067
|
+
withCredentials: true,
|
|
3068
|
+
});
|
|
3069
|
+
}
|
|
3070
|
+
sendInvoice(invoiceId) {
|
|
3071
|
+
return this.http.post(`${this.actionUrl}/${invoiceId}/send`, {}, {
|
|
3072
|
+
withCredentials: true,
|
|
3073
|
+
});
|
|
3074
|
+
}
|
|
3075
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: InvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3076
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: InvoiceService, providedIn: 'root' });
|
|
3067
3077
|
}
|
|
3068
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
3078
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: InvoiceService, decorators: [{
|
|
3069
3079
|
type: Injectable,
|
|
3070
3080
|
args: [{
|
|
3071
3081
|
providedIn: 'root',
|
|
@@ -3101,10 +3111,10 @@ class PropertyHighlightsService extends BaseService {
|
|
|
3101
3111
|
deleteHighlightAt(id, index) {
|
|
3102
3112
|
return this.http.delete(`${this.actionUrl}/${id}/highlights/${index}`, { withCredentials: true });
|
|
3103
3113
|
}
|
|
3104
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
3105
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.
|
|
3114
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: PropertyHighlightsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3115
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: PropertyHighlightsService, providedIn: 'root' });
|
|
3106
3116
|
}
|
|
3107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
3117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: PropertyHighlightsService, decorators: [{
|
|
3108
3118
|
type: Injectable,
|
|
3109
3119
|
args: [{ providedIn: 'root' }]
|
|
3110
3120
|
}] });
|
|
@@ -3127,10 +3137,10 @@ class FloorplanService extends BaseService {
|
|
|
3127
3137
|
withCredentials: true,
|
|
3128
3138
|
});
|
|
3129
3139
|
}
|
|
3130
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
3131
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.
|
|
3140
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: FloorplanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3141
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: FloorplanService, providedIn: 'root' });
|
|
3132
3142
|
}
|
|
3133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
3143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: FloorplanService, decorators: [{
|
|
3134
3144
|
type: Injectable,
|
|
3135
3145
|
args: [{
|
|
3136
3146
|
providedIn: 'root',
|
|
@@ -3147,10 +3157,10 @@ class PropertyStatsService extends BaseService {
|
|
|
3147
3157
|
.get(`${this.actionUrl}/stats`, { withCredentials: true })
|
|
3148
3158
|
.pipe(map((res) => res.data));
|
|
3149
3159
|
}
|
|
3150
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
3151
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.
|
|
3160
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: PropertyStatsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3161
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: PropertyStatsService, providedIn: 'root' });
|
|
3152
3162
|
}
|
|
3153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
3163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: PropertyStatsService, decorators: [{
|
|
3154
3164
|
type: Injectable,
|
|
3155
3165
|
args: [{
|
|
3156
3166
|
providedIn: 'root',
|
|
@@ -3167,10 +3177,10 @@ class InvoiceStatsService extends BaseService {
|
|
|
3167
3177
|
.get(`${this.actionUrl}/stats`, { withCredentials: true })
|
|
3168
3178
|
.pipe(map((res) => res.data));
|
|
3169
3179
|
}
|
|
3170
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
3171
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.
|
|
3180
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: InvoiceStatsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3181
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: InvoiceStatsService, providedIn: 'root' });
|
|
3172
3182
|
}
|
|
3173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
3183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: InvoiceStatsService, decorators: [{
|
|
3174
3184
|
type: Injectable,
|
|
3175
3185
|
args: [{
|
|
3176
3186
|
providedIn: 'root',
|
|
@@ -3247,6 +3257,11 @@ class PropertyOfferService extends BaseService {
|
|
|
3247
3257
|
withCredentials: true,
|
|
3248
3258
|
});
|
|
3249
3259
|
}
|
|
3260
|
+
underOffer(id) {
|
|
3261
|
+
return this.http.post(`${this.actionUrl}/offers/${id}/under-offer`, {}, {
|
|
3262
|
+
withCredentials: true,
|
|
3263
|
+
});
|
|
3264
|
+
}
|
|
3250
3265
|
acceptOffer(id) {
|
|
3251
3266
|
return this.http.put(`${this.actionUrl}/offers/${id}/accept`, {}, {
|
|
3252
3267
|
withCredentials: true,
|
|
@@ -3257,13 +3272,23 @@ class PropertyOfferService extends BaseService {
|
|
|
3257
3272
|
withCredentials: true,
|
|
3258
3273
|
});
|
|
3259
3274
|
}
|
|
3260
|
-
|
|
3261
|
-
return this.http.post(`${this.actionUrl}/offers/${id}/references/
|
|
3275
|
+
referencesPassed(id) {
|
|
3276
|
+
return this.http.post(`${this.actionUrl}/offers/${id}/references/passed`, {}, {
|
|
3277
|
+
withCredentials: true,
|
|
3278
|
+
});
|
|
3279
|
+
}
|
|
3280
|
+
referencesFailed(id, data) {
|
|
3281
|
+
return this.http.post(`${this.actionUrl}/offers/${id}/references/failed`, data, {
|
|
3282
|
+
withCredentials: true,
|
|
3283
|
+
});
|
|
3284
|
+
}
|
|
3285
|
+
complete(id) {
|
|
3286
|
+
return this.http.post(`${this.actionUrl}/offers/${id}/complete`, {}, {
|
|
3262
3287
|
withCredentials: true,
|
|
3263
3288
|
});
|
|
3264
3289
|
}
|
|
3265
|
-
|
|
3266
|
-
return this.http.post(`${this.actionUrl}/offers/${id}/
|
|
3290
|
+
fail(id) {
|
|
3291
|
+
return this.http.post(`${this.actionUrl}/offers/${id}/fail`, {}, {
|
|
3267
3292
|
withCredentials: true,
|
|
3268
3293
|
});
|
|
3269
3294
|
}
|
|
@@ -3293,10 +3318,15 @@ class PropertyOfferService extends BaseService {
|
|
|
3293
3318
|
withCredentials: true,
|
|
3294
3319
|
});
|
|
3295
3320
|
}
|
|
3296
|
-
|
|
3297
|
-
|
|
3321
|
+
updateInvoiceOption(offerId, data) {
|
|
3322
|
+
return this.http.patch(`${this.actionUrl}/offers/${offerId}/invoice-option`, data, {
|
|
3323
|
+
withCredentials: true,
|
|
3324
|
+
});
|
|
3325
|
+
}
|
|
3326
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: PropertyOfferService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3327
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: PropertyOfferService, providedIn: 'root' });
|
|
3298
3328
|
}
|
|
3299
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
3329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: PropertyOfferService, decorators: [{
|
|
3300
3330
|
type: Injectable,
|
|
3301
3331
|
args: [{
|
|
3302
3332
|
providedIn: 'root',
|
|
@@ -3309,10 +3339,269 @@ class PropertyViewingService extends BaseService {
|
|
|
3309
3339
|
this.endpoint = 'properties';
|
|
3310
3340
|
super.init();
|
|
3311
3341
|
}
|
|
3312
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
3313
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.
|
|
3342
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: PropertyViewingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3343
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: PropertyViewingService, providedIn: 'root' });
|
|
3344
|
+
}
|
|
3345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: PropertyViewingService, decorators: [{
|
|
3346
|
+
type: Injectable,
|
|
3347
|
+
args: [{
|
|
3348
|
+
providedIn: 'root',
|
|
3349
|
+
}]
|
|
3350
|
+
}] });
|
|
3351
|
+
|
|
3352
|
+
// angular-automation/src/lib/services/automation.service.ts
|
|
3353
|
+
class AutomationService extends BaseService {
|
|
3354
|
+
init() {
|
|
3355
|
+
this.endpoint = 'automations';
|
|
3356
|
+
super.init();
|
|
3357
|
+
}
|
|
3358
|
+
// -----------------------
|
|
3359
|
+
// /automations
|
|
3360
|
+
// ---------- Summary ----------
|
|
3361
|
+
summary() {
|
|
3362
|
+
return this.http.get(`${this.actionUrl}/summary`, { withCredentials: true }).pipe(map((r) => r.data));
|
|
3363
|
+
}
|
|
3364
|
+
// -----------------------
|
|
3365
|
+
// /automations/definitions
|
|
3366
|
+
// -----------------------
|
|
3367
|
+
listDefinitions(options, withCredentials = true) {
|
|
3368
|
+
return this.http.get(`${this.actionUrl}/definitions`, {
|
|
3369
|
+
params: options,
|
|
3370
|
+
withCredentials,
|
|
3371
|
+
});
|
|
3372
|
+
}
|
|
3373
|
+
getDefinition(id, options, withCredentials = true) {
|
|
3374
|
+
return this.http.get(`${this.actionUrl}/definitions/${id}`, {
|
|
3375
|
+
params: options,
|
|
3376
|
+
withCredentials,
|
|
3377
|
+
});
|
|
3378
|
+
}
|
|
3379
|
+
createDefinition(req, withCredentials = true) {
|
|
3380
|
+
return this.http.post(`${this.actionUrl}/definitions`, req, {
|
|
3381
|
+
withCredentials,
|
|
3382
|
+
});
|
|
3383
|
+
}
|
|
3384
|
+
updateDefinition(id, req, withCredentials = true) {
|
|
3385
|
+
return this.http.put(`${this.actionUrl}/definitions/${id}`, req, {
|
|
3386
|
+
withCredentials,
|
|
3387
|
+
});
|
|
3388
|
+
}
|
|
3389
|
+
/** Backend @DeleteMapping disables (soft delete). */
|
|
3390
|
+
deleteDefinition(id, withCredentials = true) {
|
|
3391
|
+
return this.http.delete(`${this.actionUrl}/definitions/${id}`, {
|
|
3392
|
+
withCredentials,
|
|
3393
|
+
});
|
|
3394
|
+
}
|
|
3395
|
+
// -----------------------
|
|
3396
|
+
// /automations/executions
|
|
3397
|
+
// -----------------------
|
|
3398
|
+
listExecutions(options, withCredentials = true) {
|
|
3399
|
+
return this.http.get(`${this.actionUrl}/executions`, {
|
|
3400
|
+
params: options,
|
|
3401
|
+
withCredentials,
|
|
3402
|
+
});
|
|
3403
|
+
}
|
|
3404
|
+
getExecution(id, options, withCredentials = true) {
|
|
3405
|
+
return this.http.get(`${this.actionUrl}/executions/${id}`, {
|
|
3406
|
+
params: options,
|
|
3407
|
+
withCredentials,
|
|
3408
|
+
});
|
|
3409
|
+
}
|
|
3410
|
+
enqueueExecution(req, withCredentials = true) {
|
|
3411
|
+
return this.http.post(`${this.actionUrl}/executions`, req, {
|
|
3412
|
+
withCredentials,
|
|
3413
|
+
});
|
|
3414
|
+
}
|
|
3415
|
+
cancelExecution(id, withCredentials = true) {
|
|
3416
|
+
return this.http.post(`${this.actionUrl}/executions/${id}/cancel`, {}, { withCredentials });
|
|
3417
|
+
}
|
|
3418
|
+
cancelState(id, withCredentials = true) {
|
|
3419
|
+
return this.http.get(`${this.actionUrl}/executions/${id}/cancel-state`, {
|
|
3420
|
+
withCredentials,
|
|
3421
|
+
});
|
|
3422
|
+
}
|
|
3423
|
+
/** GET /automations/executions/{id}/logs?after=...&limit=200 */
|
|
3424
|
+
listExecutionLogs(executionId, params, withCredentials = true) {
|
|
3425
|
+
return this.http.get(`${this.actionUrl}/executions/${executionId}/logs`, {
|
|
3426
|
+
params: (params ?? {}),
|
|
3427
|
+
withCredentials,
|
|
3428
|
+
});
|
|
3429
|
+
}
|
|
3430
|
+
// -----------------------
|
|
3431
|
+
// /automations/schedules
|
|
3432
|
+
// -----------------------
|
|
3433
|
+
listSchedules(options, withCredentials = true) {
|
|
3434
|
+
return this.http.get(`${this.actionUrl}/schedules`, {
|
|
3435
|
+
params: options,
|
|
3436
|
+
withCredentials,
|
|
3437
|
+
});
|
|
3438
|
+
}
|
|
3439
|
+
getSchedule(id, options, withCredentials = true) {
|
|
3440
|
+
return this.http
|
|
3441
|
+
.get(`${this.actionUrl}/schedules/${id}`, {
|
|
3442
|
+
params: options,
|
|
3443
|
+
withCredentials,
|
|
3444
|
+
})
|
|
3445
|
+
.pipe(map((res) => res.data));
|
|
3446
|
+
}
|
|
3447
|
+
scheduleOptions(withCredentials = true) {
|
|
3448
|
+
return this.http
|
|
3449
|
+
.get(`${this.actionUrl}/schedules/options`, { withCredentials })
|
|
3450
|
+
.pipe(map((res) => res.data ?? []));
|
|
3451
|
+
}
|
|
3452
|
+
createSchedule(req, withCredentials = true) {
|
|
3453
|
+
return this.http.post(`${this.actionUrl}/schedules`, req, { withCredentials });
|
|
3454
|
+
}
|
|
3455
|
+
updateSchedule(id, req, withCredentials = true) {
|
|
3456
|
+
return this.http.put(`${this.actionUrl}/schedules/${id}`, req, { withCredentials });
|
|
3457
|
+
}
|
|
3458
|
+
enableSchedule(id, withCredentials = true) {
|
|
3459
|
+
return this.http.post(`${this.actionUrl}/schedules/${id}/enable`, {}, { withCredentials });
|
|
3460
|
+
}
|
|
3461
|
+
disableSchedule(id, withCredentials = true) {
|
|
3462
|
+
return this.http.post(`${this.actionUrl}/schedules/${id}/disable`, {}, { withCredentials });
|
|
3463
|
+
}
|
|
3464
|
+
deleteSchedule(id, withCredentials = true) {
|
|
3465
|
+
return this.http.delete(`${this.actionUrl}/schedules/${id}`, { withCredentials });
|
|
3466
|
+
}
|
|
3467
|
+
runNowByDefinition(definitionCode, inputJson, idempotencyKey) {
|
|
3468
|
+
return this.enqueueExecution({
|
|
3469
|
+
definitionCode,
|
|
3470
|
+
inputJson: inputJson ?? null,
|
|
3471
|
+
idempotencyKey: idempotencyKey ?? null,
|
|
3472
|
+
scheduleId: null,
|
|
3473
|
+
});
|
|
3474
|
+
}
|
|
3475
|
+
runNowBySchedule(scheduleId, definitionCode, inputJson) {
|
|
3476
|
+
return this.enqueueExecution({
|
|
3477
|
+
definitionCode,
|
|
3478
|
+
inputJson: inputJson ?? null,
|
|
3479
|
+
scheduleId,
|
|
3480
|
+
});
|
|
3481
|
+
}
|
|
3482
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AutomationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3483
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AutomationService, providedIn: 'root' });
|
|
3484
|
+
}
|
|
3485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: AutomationService, decorators: [{
|
|
3486
|
+
type: Injectable,
|
|
3487
|
+
args: [{
|
|
3488
|
+
providedIn: 'root',
|
|
3489
|
+
}]
|
|
3490
|
+
}] });
|
|
3491
|
+
|
|
3492
|
+
// i18n-locale.service.ts
|
|
3493
|
+
class I18nLocaleService {
|
|
3494
|
+
// integrate with Transloco/ngx-translate if you use it:
|
|
3495
|
+
// set from your i18n library whenever language changes
|
|
3496
|
+
lang = signal(navigator.language || 'en-GB', ...(ngDevMode ? [{ debugName: "lang" }] : []));
|
|
3497
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: I18nLocaleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3498
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: I18nLocaleService, providedIn: 'root' });
|
|
3499
|
+
}
|
|
3500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: I18nLocaleService, decorators: [{
|
|
3501
|
+
type: Injectable,
|
|
3502
|
+
args: [{ providedIn: 'root' }]
|
|
3503
|
+
}] });
|
|
3504
|
+
|
|
3505
|
+
// enum-api.client.ts
|
|
3506
|
+
class EnumApiClient {
|
|
3507
|
+
environment = inject(APP_CONFIG);
|
|
3508
|
+
http = inject(HttpClient);
|
|
3509
|
+
locale = inject(I18nLocaleService);
|
|
3510
|
+
baseUrl = `${this.environment.baseUrl}`;
|
|
3511
|
+
/**
|
|
3512
|
+
* resource: "properties" | "billing" | ...
|
|
3513
|
+
* enumName: "AdverseCreditStatus" | "InvoiceLineType" | ...
|
|
3514
|
+
*/
|
|
3515
|
+
getOptions(resource, enumName) {
|
|
3516
|
+
const headers = new HttpHeaders({
|
|
3517
|
+
'Accept-Language': this.locale.lang(), // e.g. "zh-CN"
|
|
3518
|
+
});
|
|
3519
|
+
return this.http
|
|
3520
|
+
.get(`${this.baseUrl}/${resource}/enums/${enumName}`, { headers })
|
|
3521
|
+
.pipe(map((res) => res.data));
|
|
3522
|
+
}
|
|
3523
|
+
listEnums(resource) {
|
|
3524
|
+
const headers = new HttpHeaders({
|
|
3525
|
+
'Accept-Language': this.locale.lang(),
|
|
3526
|
+
});
|
|
3527
|
+
return this.http.get(`${this.baseUrl}/${resource}/enums`, { headers }).pipe(map((res) => res.data));
|
|
3528
|
+
}
|
|
3529
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: EnumApiClient, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3530
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: EnumApiClient, providedIn: 'root' });
|
|
3531
|
+
}
|
|
3532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: EnumApiClient, decorators: [{
|
|
3533
|
+
type: Injectable,
|
|
3534
|
+
args: [{ providedIn: 'root' }]
|
|
3535
|
+
}] });
|
|
3536
|
+
|
|
3537
|
+
// enum-cache.service.ts
|
|
3538
|
+
class EnumCacheService {
|
|
3539
|
+
api = inject(EnumApiClient);
|
|
3540
|
+
locale = inject(I18nLocaleService);
|
|
3541
|
+
cache = new Map();
|
|
3542
|
+
options(resource, enumName) {
|
|
3543
|
+
const lang = this.locale.lang();
|
|
3544
|
+
const key = `${resource}:${enumName}:${lang}`;
|
|
3545
|
+
const existing = this.cache.get(key);
|
|
3546
|
+
if (existing)
|
|
3547
|
+
return existing;
|
|
3548
|
+
const obs = this.api.getOptions(resource, enumName).pipe(shareReplay$1({ bufferSize: 1, refCount: true }));
|
|
3549
|
+
this.cache.set(key, obs);
|
|
3550
|
+
return obs;
|
|
3551
|
+
}
|
|
3552
|
+
clear() {
|
|
3553
|
+
this.cache.clear();
|
|
3554
|
+
}
|
|
3555
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: EnumCacheService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3556
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: EnumCacheService, providedIn: 'root' });
|
|
3557
|
+
}
|
|
3558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: EnumCacheService, decorators: [{
|
|
3559
|
+
type: Injectable,
|
|
3560
|
+
args: [{ providedIn: 'root' }]
|
|
3561
|
+
}] });
|
|
3562
|
+
|
|
3563
|
+
class InvoiceLineService extends BaseService {
|
|
3564
|
+
init() {
|
|
3565
|
+
this.endpoint = 'billing/invoices';
|
|
3566
|
+
super.init();
|
|
3567
|
+
}
|
|
3568
|
+
createByManager(data) {
|
|
3569
|
+
return this.http.post(`${this.actionUrl}`, data, {
|
|
3570
|
+
withCredentials: true,
|
|
3571
|
+
});
|
|
3572
|
+
}
|
|
3573
|
+
findByManager(options) {
|
|
3574
|
+
return this.http.get(`${this.actionUrl}/by/manager`, {
|
|
3575
|
+
params: options,
|
|
3576
|
+
withCredentials: true,
|
|
3577
|
+
});
|
|
3578
|
+
}
|
|
3579
|
+
getInvoice(id) {
|
|
3580
|
+
return this.http.get(`${this.actionUrl}/${id}`, {
|
|
3581
|
+
withCredentials: true,
|
|
3582
|
+
});
|
|
3583
|
+
}
|
|
3584
|
+
me(options) {
|
|
3585
|
+
return this.http.get(`${this.actionUrl}/me`, {
|
|
3586
|
+
params: options,
|
|
3587
|
+
withCredentials: true,
|
|
3588
|
+
});
|
|
3589
|
+
}
|
|
3590
|
+
findPendingInvoices(options) {
|
|
3591
|
+
return this.http.get(`${this.actionUrl}/pending`, {
|
|
3592
|
+
params: options,
|
|
3593
|
+
withCredentials: true,
|
|
3594
|
+
});
|
|
3595
|
+
}
|
|
3596
|
+
updateInvoice(invoiceId, data) {
|
|
3597
|
+
return this.http.put(`${this.actionUrl}/${invoiceId}`, data, {
|
|
3598
|
+
withCredentials: true,
|
|
3599
|
+
});
|
|
3600
|
+
}
|
|
3601
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: InvoiceLineService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3602
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: InvoiceLineService, providedIn: 'root' });
|
|
3314
3603
|
}
|
|
3315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
3604
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: InvoiceLineService, decorators: [{
|
|
3316
3605
|
type: Injectable,
|
|
3317
3606
|
args: [{
|
|
3318
3607
|
providedIn: 'root',
|
|
@@ -3334,10 +3623,10 @@ class LoadingInterceptor {
|
|
|
3334
3623
|
}
|
|
3335
3624
|
}));
|
|
3336
3625
|
}
|
|
3337
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
3338
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.
|
|
3626
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LoadingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3627
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LoadingInterceptor, providedIn: 'root' });
|
|
3339
3628
|
}
|
|
3340
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
3629
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LoadingInterceptor, decorators: [{
|
|
3341
3630
|
type: Injectable,
|
|
3342
3631
|
args: [{
|
|
3343
3632
|
providedIn: 'root',
|
|
@@ -3372,10 +3661,10 @@ class LanguageService {
|
|
|
3372
3661
|
document.documentElement.lang = lang.startsWith('zh') ? 'zh' : 'en';
|
|
3373
3662
|
}
|
|
3374
3663
|
}
|
|
3375
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
3376
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.
|
|
3664
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LanguageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3665
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LanguageService, providedIn: 'root' });
|
|
3377
3666
|
}
|
|
3378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
3667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: LanguageService, decorators: [{
|
|
3379
3668
|
type: Injectable,
|
|
3380
3669
|
args: [{ providedIn: 'root' }]
|
|
3381
3670
|
}] });
|
|
@@ -3423,10 +3712,10 @@ class BackButtonDirective {
|
|
|
3423
3712
|
onClick() {
|
|
3424
3713
|
this.navigation.back();
|
|
3425
3714
|
}
|
|
3426
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
3427
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
3715
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: BackButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3716
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.6", type: BackButtonDirective, isStandalone: true, selector: "[rolatechBackButton]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
|
|
3428
3717
|
}
|
|
3429
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
3718
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: BackButtonDirective, decorators: [{
|
|
3430
3719
|
type: Directive,
|
|
3431
3720
|
args: [{
|
|
3432
3721
|
selector: '[rolatechBackButton]',
|
|
@@ -3440,10 +3729,10 @@ class HideFooterDirective {
|
|
|
3440
3729
|
layout = inject(LayoutService);
|
|
3441
3730
|
ngOnInit() { this.layout.setHideFooter(true); }
|
|
3442
3731
|
ngOnDestroy() { this.layout.setHideFooter(false); }
|
|
3443
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
3444
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.
|
|
3732
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: HideFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3733
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.6", type: HideFooterDirective, isStandalone: true, selector: "[rolatechHideFooter]", ngImport: i0 });
|
|
3445
3734
|
}
|
|
3446
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
3735
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: HideFooterDirective, decorators: [{
|
|
3447
3736
|
type: Directive,
|
|
3448
3737
|
args: [{
|
|
3449
3738
|
selector: '[rolatechHideFooter]',
|
|
@@ -3452,6 +3741,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImpor
|
|
|
3452
3741
|
|
|
3453
3742
|
const SERVICE_DIRECTIVES = [BackButtonDirective];
|
|
3454
3743
|
|
|
3744
|
+
// angular-automation/src/lib/models/automation.models.ts
|
|
3745
|
+
const SCHEDULE_CRON_META = [
|
|
3746
|
+
{ value: 'EVERY_5_MINUTES', label: 'Every 5 minutes', description: 'Runs every 5 minutes' },
|
|
3747
|
+
{ value: 'EVERY_15_MINUTES', label: 'Every 15 minutes', description: 'Runs every 15 minutes' },
|
|
3748
|
+
{ value: 'HOURLY', label: 'Hourly', description: 'Runs once per hour' },
|
|
3749
|
+
{ value: 'DAILY', label: 'Daily', description: 'Runs once per day' },
|
|
3750
|
+
{ value: 'WEEKLY', label: 'Weekly', description: 'Runs once per week' },
|
|
3751
|
+
];
|
|
3752
|
+
|
|
3455
3753
|
function provideAngularServices() {
|
|
3456
3754
|
const providers = [
|
|
3457
3755
|
BaseService,
|
|
@@ -3483,5 +3781,5 @@ function provideAngularServices() {
|
|
|
3483
3781
|
* Generated bundle index. Do not edit.
|
|
3484
3782
|
*/
|
|
3485
3783
|
|
|
3486
|
-
export { AmenityService, BackButtonDirective, BaseService, BillingService, BookingService, BreadcrumbService, CartEventType, CartService, CategoryService, ConversationInitService, ConversationService, DialogComponent, DialogService, FacilityService, FeatureService, FloorplanService, FulfillmentService, HideFooterDirective, InventoryService, 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, SERVICE_DIRECTIVES, SidenavService, SnackBarService, SupportService, ThemeService, TimeZoneService, TitleService, acceptLanguageInterceptor, provideAngularServices };
|
|
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 };
|
|
3487
3785
|
//# sourceMappingURL=rolatech-angular-services.mjs.map
|