@rolatech/angular-property 20.0.2-beta.3 → 20.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/rolatech-angular-property-property-filter-icon.component-_P3G8E-x.mjs +126 -0
- package/fesm2022/rolatech-angular-property-property-filter-icon.component-_P3G8E-x.mjs.map +1 -0
- package/fesm2022/rolatech-angular-property-property-index.component-CbbxIQ8w.mjs +92 -0
- package/fesm2022/rolatech-angular-property-property-index.component-CbbxIQ8w.mjs.map +1 -0
- package/fesm2022/{rolatech-angular-property-property-manage-viewings-index.component-UsM6RfhW.mjs → rolatech-angular-property-property-manage-viewings-index.component-Bk02i8QS.mjs} +2 -2
- package/fesm2022/{rolatech-angular-property-property-manage-viewings-index.component-UsM6RfhW.mjs.map → rolatech-angular-property-property-manage-viewings-index.component-Bk02i8QS.mjs.map} +1 -1
- package/fesm2022/{rolatech-angular-property-rolatech-angular-property-CQG71H-d.mjs → rolatech-angular-property-rolatech-angular-property-nGHNbG8j.mjs} +248 -88
- package/fesm2022/rolatech-angular-property-rolatech-angular-property-nGHNbG8j.mjs.map +1 -0
- package/fesm2022/rolatech-angular-property.mjs +1 -1
- package/index.d.ts +6 -6
- package/package.json +5 -5
- package/themes/_default.scss +1 -1
- package/fesm2022/rolatech-angular-property-property-filter-icon.component-CO2B-Na5.mjs +0 -93
- package/fesm2022/rolatech-angular-property-property-filter-icon.component-CO2B-Na5.mjs.map +0 -1
- package/fesm2022/rolatech-angular-property-property-index.component-Bg9L4p2Z.mjs +0 -44
- package/fesm2022/rolatech-angular-property-property-index.component-Bg9L4p2Z.mjs.map +0 -1
- package/fesm2022/rolatech-angular-property-rolatech-angular-property-CQG71H-d.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { inject, ElementRef, input, booleanAttribute, effect, HostBinding, ViewEncapsulation, Component, viewChild, PLATFORM_ID, output, computed,
|
|
2
|
+
import { inject, ElementRef, input, booleanAttribute, effect, HostBinding, ViewEncapsulation, Component, viewChild, PLATFORM_ID, output, computed, EventEmitter, Injectable, signal, Pipe, model, ViewChild } from '@angular/core';
|
|
3
3
|
import * as i1$4 from '@angular/material/button';
|
|
4
4
|
import { MatButtonModule } from '@angular/material/button';
|
|
5
5
|
import * as i4 from '@angular/material/menu';
|
|
@@ -10,7 +10,7 @@ import { MatSnackBar } from '@angular/material/snack-bar';
|
|
|
10
10
|
import { MatTableModule } from '@angular/material/table';
|
|
11
11
|
import * as i1$1 from '@angular/router';
|
|
12
12
|
import { RouterLink, RouterModule, Router, ActivatedRoute, RouterLinkActive, RouterOutlet } from '@angular/router';
|
|
13
|
-
import { ThumbnailComponent, ImagePlaceholderComponent, ToolbarComponent, SpinnerComponent, ImagePreviewDialogComponent, BaseComponent, AcceptDialogComponent, RejectDialogComponent, RichLabelComponent, AngularComponentsModule, ConfirmationDialogComponent, TabsComponent, TabComponent, EmptyComponent, ContainerComponent, ListComponent, MediaListComponent, MediaListItemComponent, InputComponent } from '@rolatech/angular-components';
|
|
13
|
+
import { ThumbnailComponent, ImagePlaceholderComponent, ToolbarComponent, SpinnerComponent, ImagePreviewDialogComponent, BaseComponent, AcceptDialogComponent, RejectDialogComponent, RichLabelComponent, AngularComponentsModule, ConfirmationDialogComponent, TabsComponent, TabComponent, EmptyComponent, ContainerComponent, SearchBar, ListComponent, MediaListComponent, MediaListItemComponent, InputComponent } from '@rolatech/angular-components';
|
|
14
14
|
import { PropertyService, FeatureService, PropertySearchService, DialogService } from '@rolatech/angular-services';
|
|
15
15
|
import * as i1 from '@angular/common';
|
|
16
16
|
import { CommonModule, NgClass, isPlatformBrowser, ViewportScroller, KeyValuePipe, Location } from '@angular/common';
|
|
@@ -38,9 +38,6 @@ import { MatOptionModule, MAT_DATE_LOCALE, DateAdapter, MAT_DATE_FORMATS } from
|
|
|
38
38
|
import _, { findIndex, findLastIndex, first, remove } from 'lodash';
|
|
39
39
|
import * as i2$1 from '@angular/material/divider';
|
|
40
40
|
import { MatDividerModule, MatDivider } from '@angular/material/divider';
|
|
41
|
-
import * as i7 from '@angular/material/datepicker';
|
|
42
|
-
import { MatDatepickerModule } from '@angular/material/datepicker';
|
|
43
|
-
import { trigger, state, transition, style, animate } from '@angular/animations';
|
|
44
41
|
import { CommentsComponent } from '@rolatech/angular-comment';
|
|
45
42
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
46
43
|
import * as i4$1 from '@angular/cdk/text-field';
|
|
@@ -48,8 +45,11 @@ import { TextFieldModule } from '@angular/cdk/text-field';
|
|
|
48
45
|
import * as i7$1 from '@angular/material/radio';
|
|
49
46
|
import { MatRadioModule } from '@angular/material/radio';
|
|
50
47
|
import { MomentDateAdapter } from '@angular/material-moment-adapter';
|
|
48
|
+
import * as i7 from '@angular/material/datepicker';
|
|
49
|
+
import { MatDatepickerModule } from '@angular/material/datepicker';
|
|
51
50
|
import * as i3$1 from '@angular/material/progress-spinner';
|
|
52
51
|
import { MatProgressSpinner, MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
|
52
|
+
import { trigger, state, transition, style, animate } from '@angular/animations';
|
|
53
53
|
import * as i8 from '@angular/material/progress-bar';
|
|
54
54
|
import { MatProgressBarModule } from '@angular/material/progress-bar';
|
|
55
55
|
import * as i1$6 from '@angular/material/checkbox';
|
|
@@ -1067,83 +1067,78 @@ const propertyManageOffersRoutes = [
|
|
|
1067
1067
|
},
|
|
1068
1068
|
];
|
|
1069
1069
|
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
};
|
|
1080
|
-
reset() { }
|
|
1081
|
-
search() { }
|
|
1082
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: PropertyFilterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1083
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.0", type: PropertyFilterComponent, isStandalone: true, selector: "rolatech-property-filter", inputs: { filter: { classPropertyName: "filter", publicName: "filter", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { filter: "filterChange" }, ngImport: i0, template: "<!-- <div class=\"p-3\">\n <div class=\"bg-white p-3 flex items-center justify-between rounded-md\">\n <div class=\"flex items-center\">\n <mat-form-field subscriptSizing=\"dynamic\">\n <mat-select #select=\"matSelect\" placeholder=\"Town\" i18n-placeholder [(ngModel)]=\"searchOptions.town\">\n @for (Town of towns; track Town) {\n <mat-option [value]=\"Town\">\n {{ Town }}\n </mat-option>\n }\n </mat-select>\n </mat-form-field>\n </div>\n <div class=\"flex gap-3\">\n <a mat-stroked-button class=\"w-[128px]\" (click)=\"reset()\" i18n>Reset</a>\n <ng-container *ngComponentOutlet=\"propertyFilterIconComponent | async\"></ng-container>\n <a mat-flat-button class=\"w-full\" (click)=\"search()\" i18n>Search</a>\n </div>\n </div>\n</div> -->\n<div\n [ngClass]=\"filter() ? 'transition-height duration-500 ease-in-out' : 'md:h-14 h-0 transition-height duration-500 ease-in-out'\"\n>\n <div\n class=\"min-w-[256px] md:min-w-[320px] h-full m-3 flex flex-row md:flex-col md:h-full items-center md:items-start shadow-inner shadow-light-400 md:shadow-none overflow-x-scroll overflow-y-hidden scrollbar-hide whitespace-pre\"\n >\n <div class=\"w-full h-full\">\n <div class=\"flex flex-col md:flex-row h-in justify-center items-center gap-3\">\n <mat-form-field appearance=\"fill\" subscriptSizing=\"dynamic\">\n <mat-select #select=\"matSelect\" placeholder=\"Town\" [(ngModel)]=\"searchOptions.city\">\n @for (town of towns; track town) {\n <mat-option [value]=\"town\">\n {{ town }}\n </mat-option>\n }\n </mat-select>\n </mat-form-field>\n <mat-form-field appearance=\"fill\" subscriptSizing=\"dynamic\">\n <input\n matInput\n placeholder=\"Available\"\n [matDatepicker]=\"startDatePicker\"\n [min]=\"minDate\"\n (focus)=\"startDatePicker.open()\"\n name=\"available\"\n [(ngModel)]=\"searchOptions.available\"\n (dateInput)=\"searchOptions.available = $event.value.format('YYYY-MM-DD')\"\n readonly\n />\n <mat-datepicker-toggle matIconPrefix [for]=\"startDatePicker\"></mat-datepicker-toggle>\n <mat-datepicker #startDatePicker></mat-datepicker>\n </mat-form-field>\n <div class=\"flex w-full gap-3\">\n <a mat-stroked-button class=\"w-[128px]\" (click)=\"reset()\">Reset</a>\n <ng-container *ngComponentOutlet=\"propertyFilterIconComponent | async\"></ng-container>\n <a mat-flat-button class=\"w-full\" (click)=\"search()\">Search</a>\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: ["mat-form-field{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletEnvironmentInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"], exportAs: ["ngComponentOutlet"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i1$4.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: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i1$2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i1$2.MatPrefix, selector: "[matPrefix], [matIconPrefix], [matTextPrefix]", inputs: ["matTextPrefix"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i3.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }, { kind: "ngmodule", type: MatSelectModule }, { kind: "component", type: i5.MatSelect, selector: "mat-select", inputs: ["aria-describedby", "panelClass", "disabled", "disableRipple", "tabIndex", "hideSingleSelectionIndicator", "placeholder", "required", "multiple", "disableOptionCentering", "compareWith", "value", "aria-label", "aria-labelledby", "errorStateMatcher", "typeaheadDebounceInterval", "sortComparator", "id", "panelWidth", "canSelectNullableOptions"], outputs: ["openedChange", "opened", "closed", "selectionChange", "valueChange"], exportAs: ["matSelect"] }, { kind: "component", type: i5.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "ngmodule", type: MatOptionModule }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: MatDatepickerModule }, { kind: "component", type: i7.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }, { kind: "directive", type: i7.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { kind: "component", type: i7.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }], animations: [
|
|
1084
|
-
trigger('filter', [
|
|
1085
|
-
state('collapsed', style({ height: '0px', minHeight: '0' })),
|
|
1086
|
-
state('expanded', style({ height: '*' })),
|
|
1087
|
-
transition('expanded <=> collapsed', animate('225ms cubic-bezier(0.4, 0.0, 0.2, 1)')),
|
|
1088
|
-
]),
|
|
1089
|
-
] });
|
|
1070
|
+
var PropertyViewType;
|
|
1071
|
+
(function (PropertyViewType) {
|
|
1072
|
+
PropertyViewType[PropertyViewType["GRID"] = 0] = "GRID";
|
|
1073
|
+
PropertyViewType[PropertyViewType["LIST"] = 1] = "LIST";
|
|
1074
|
+
})(PropertyViewType || (PropertyViewType = {}));
|
|
1075
|
+
class PropertyUtil {
|
|
1076
|
+
viewEvent = new EventEmitter();
|
|
1077
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: PropertyUtil, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1078
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: PropertyUtil, providedIn: 'root' });
|
|
1090
1079
|
}
|
|
1091
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type:
|
|
1092
|
-
type:
|
|
1093
|
-
args: [{
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
MatFormFieldModule,
|
|
1097
|
-
MatInputModule,
|
|
1098
|
-
MatSelectModule,
|
|
1099
|
-
MatOptionModule,
|
|
1100
|
-
FormsModule,
|
|
1101
|
-
MatDatepickerModule,
|
|
1102
|
-
], animations: [
|
|
1103
|
-
trigger('filter', [
|
|
1104
|
-
state('collapsed', style({ height: '0px', minHeight: '0' })),
|
|
1105
|
-
state('expanded', style({ height: '*' })),
|
|
1106
|
-
transition('expanded <=> collapsed', animate('225ms cubic-bezier(0.4, 0.0, 0.2, 1)')),
|
|
1107
|
-
]),
|
|
1108
|
-
], template: "<!-- <div class=\"p-3\">\n <div class=\"bg-white p-3 flex items-center justify-between rounded-md\">\n <div class=\"flex items-center\">\n <mat-form-field subscriptSizing=\"dynamic\">\n <mat-select #select=\"matSelect\" placeholder=\"Town\" i18n-placeholder [(ngModel)]=\"searchOptions.town\">\n @for (Town of towns; track Town) {\n <mat-option [value]=\"Town\">\n {{ Town }}\n </mat-option>\n }\n </mat-select>\n </mat-form-field>\n </div>\n <div class=\"flex gap-3\">\n <a mat-stroked-button class=\"w-[128px]\" (click)=\"reset()\" i18n>Reset</a>\n <ng-container *ngComponentOutlet=\"propertyFilterIconComponent | async\"></ng-container>\n <a mat-flat-button class=\"w-full\" (click)=\"search()\" i18n>Search</a>\n </div>\n </div>\n</div> -->\n<div\n [ngClass]=\"filter() ? 'transition-height duration-500 ease-in-out' : 'md:h-14 h-0 transition-height duration-500 ease-in-out'\"\n>\n <div\n class=\"min-w-[256px] md:min-w-[320px] h-full m-3 flex flex-row md:flex-col md:h-full items-center md:items-start shadow-inner shadow-light-400 md:shadow-none overflow-x-scroll overflow-y-hidden scrollbar-hide whitespace-pre\"\n >\n <div class=\"w-full h-full\">\n <div class=\"flex flex-col md:flex-row h-in justify-center items-center gap-3\">\n <mat-form-field appearance=\"fill\" subscriptSizing=\"dynamic\">\n <mat-select #select=\"matSelect\" placeholder=\"Town\" [(ngModel)]=\"searchOptions.city\">\n @for (town of towns; track town) {\n <mat-option [value]=\"town\">\n {{ town }}\n </mat-option>\n }\n </mat-select>\n </mat-form-field>\n <mat-form-field appearance=\"fill\" subscriptSizing=\"dynamic\">\n <input\n matInput\n placeholder=\"Available\"\n [matDatepicker]=\"startDatePicker\"\n [min]=\"minDate\"\n (focus)=\"startDatePicker.open()\"\n name=\"available\"\n [(ngModel)]=\"searchOptions.available\"\n (dateInput)=\"searchOptions.available = $event.value.format('YYYY-MM-DD')\"\n readonly\n />\n <mat-datepicker-toggle matIconPrefix [for]=\"startDatePicker\"></mat-datepicker-toggle>\n <mat-datepicker #startDatePicker></mat-datepicker>\n </mat-form-field>\n <div class=\"flex w-full gap-3\">\n <a mat-stroked-button class=\"w-[128px]\" (click)=\"reset()\">Reset</a>\n <ng-container *ngComponentOutlet=\"propertyFilterIconComponent | async\"></ng-container>\n <a mat-flat-button class=\"w-full\" (click)=\"search()\">Search</a>\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: ["mat-form-field{width:100%}\n"] }]
|
|
1080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: PropertyUtil, decorators: [{
|
|
1081
|
+
type: Injectable,
|
|
1082
|
+
args: [{
|
|
1083
|
+
providedIn: 'root',
|
|
1084
|
+
}]
|
|
1109
1085
|
}] });
|
|
1110
1086
|
|
|
1111
1087
|
class PropertyLayoutComponent extends BaseComponent {
|
|
1112
1088
|
propertyService = inject(PropertyService);
|
|
1089
|
+
util = inject(PropertyUtil);
|
|
1090
|
+
open = signal(false, ...(ngDevMode ? [{ debugName: "open" }] : []));
|
|
1091
|
+
model = {};
|
|
1092
|
+
gridView = true;
|
|
1093
|
+
searchBar = viewChild('searchBar', ...(ngDevMode ? [{ debugName: "searchBar" }] : []));
|
|
1113
1094
|
selectIndex = 0;
|
|
1114
1095
|
filter = false;
|
|
1096
|
+
propertyFilterIconComponent = defer(() => import('./rolatech-angular-property-property-filter-icon.component-_P3G8E-x.mjs').then((m) => m.PropertyFilterIconComponent));
|
|
1115
1097
|
ngOnInit() {
|
|
1116
|
-
this.findCategories();
|
|
1117
|
-
}
|
|
1118
|
-
findCategories() {
|
|
1119
|
-
// this.categoryService.find({}, false).subscribe({
|
|
1120
|
-
// next: (res: any) => {
|
|
1121
|
-
// this.categories = res.data;
|
|
1122
|
-
// },
|
|
1123
|
-
// });
|
|
1124
|
-
}
|
|
1125
|
-
loadPropertyByCategoryIndex(index) {
|
|
1126
|
-
// this.selectIndex = index;
|
|
1127
|
-
// const id = this.categories[index].id;
|
|
1128
|
-
// if (index === 0) {
|
|
1129
|
-
// this.router.navigate([`./`]);
|
|
1130
|
-
// // this.propertyService.find({}).subscribe({
|
|
1131
|
-
// // next: res => {
|
|
1132
|
-
// // }
|
|
1133
|
-
// // })
|
|
1134
|
-
// } else {
|
|
1135
|
-
// this.router.navigate([`../categories/${id}`], {
|
|
1136
|
-
// relativeTo: this.route,
|
|
1137
|
-
// });
|
|
1138
|
-
// }
|
|
1139
1098
|
}
|
|
1140
|
-
|
|
1099
|
+
toggleSearch() {
|
|
1100
|
+
this.open.update(v => !v);
|
|
1101
|
+
}
|
|
1102
|
+
onCloseSearch() {
|
|
1103
|
+
// this.open.set(false);
|
|
1104
|
+
// this.router.navigate([], { queryParams: {}, queryParamsHandling: 'merge' });
|
|
1105
|
+
this.router.navigate(["/properties"]);
|
|
1106
|
+
}
|
|
1107
|
+
toggleView() {
|
|
1108
|
+
if (this.gridView) {
|
|
1109
|
+
this.gridView = false;
|
|
1110
|
+
this.util.viewEvent.emit(PropertyViewType.LIST);
|
|
1111
|
+
}
|
|
1112
|
+
else {
|
|
1113
|
+
this.gridView = true;
|
|
1114
|
+
this.util.viewEvent.emit(PropertyViewType.GRID);
|
|
1115
|
+
}
|
|
1116
|
+
}
|
|
1117
|
+
onSearch(event) {
|
|
1118
|
+
const qp = Object.fromEntries(Object.entries(event).filter(([_, v]) => v !== undefined && v !== null && !(Array.isArray(v) && v.length === 0) && v !== ''));
|
|
1119
|
+
this.router.navigate([], {
|
|
1120
|
+
queryParams: qp,
|
|
1121
|
+
queryParamsHandling: 'merge', // keep other params like sort, etc.
|
|
1122
|
+
});
|
|
1123
|
+
}
|
|
1124
|
+
searchByText(event) {
|
|
1125
|
+
this.router.navigate([], {
|
|
1126
|
+
queryParams: { q: event, page: 1, limit: 15 },
|
|
1127
|
+
queryParamsHandling: 'merge', // keep other params like sort, etc.
|
|
1128
|
+
});
|
|
1129
|
+
}
|
|
1130
|
+
onReset(event) {
|
|
1131
|
+
this.router.navigate([], {
|
|
1132
|
+
queryParams: {}, // empty
|
|
1133
|
+
// omit queryParamsHandling so it REPLACES (not merges) → clears everything
|
|
1134
|
+
});
|
|
1135
|
+
}
|
|
1141
1136
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: PropertyLayoutComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1142
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1137
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.2.0", type: PropertyLayoutComponent, isStandalone: true, selector: "rolatech-property-layout", viewQueries: [{ propertyName: "searchBar", first: true, predicate: ["searchBar"], descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: "<rolatech-container>\n <div class=\"flex flex-col min-w-[320px] max-w-[1280px] m-auto\">\n <div class=\"flex justify-between items-center h-16\">\n <div class=\"flex justify-between items-center w-full\">\n <div class=\"p-3 text-2xl font-medium\" i18n>Properties</div>\n <div class=\"flex flex-row\">\n <button mat-icon-button (click)=\"toggleSearch()\">\n <mat-icon>search</mat-icon>\n </button>\n <button mat-icon-button (click)=\"toggleView()\">\n <mat-icon>{{ gridView ? 'view_list' : 'grid_on' }}</mat-icon>\n </button>\n <ng-container *ngComponentOutlet=\"propertyFilterIconComponent | async\"></ng-container>\n </div>\n </div>\n </div>\n <rolatech-search-bar\n [(show)]=\"open\"\n #searchBar\n (search)=\"searchByText($event)\"\n (close)=\"onCloseSearch()\"\n ></rolatech-search-bar>\n <div class=\"w-full\">\n <router-outlet></router-outlet>\n </div>\n </div>\n</rolatech-container>\n", styles: [".property-layout-active{border-radius:var(--rt-rounded-base, 8px);background-color:var(-rt-base-background, #fff);color:var(--rt-brand-color, #000)}@media (max-width: 768px){.property-layout-active{background-color:var(--rt-text-primary, #000);color:var(--rt-text-primary-inverse, #000)}}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}\n"], dependencies: [{ kind: "ngmodule", type: AngularCommonModule }, { kind: "directive", type: i1.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletEnvironmentInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"], exportAs: ["ngComponentOutlet"] }, { kind: "directive", type: i1$1.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "ngmodule", type: AngularComponentsModule }, { kind: "component", type: i1$4.MatIconButton, selector: "button[mat-icon-button], a[mat-icon-button], button[matIconButton], a[matIconButton]", exportAs: ["matButton", "matAnchor"] }, { kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: ContainerComponent, selector: "rolatech-container" }, { kind: "component", type: SearchBar, selector: "rolatech-search-bar", inputs: ["show"], outputs: ["showChange", "search", "close"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
1143
1138
|
}
|
|
1144
1139
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: PropertyLayoutComponent, decorators: [{
|
|
1145
1140
|
type: Component,
|
|
1146
|
-
args: [{ selector: 'rolatech-property-layout', imports: [AngularCommonModule, AngularComponentsModule, ContainerComponent,
|
|
1141
|
+
args: [{ selector: 'rolatech-property-layout', imports: [AngularCommonModule, AngularComponentsModule, ContainerComponent, SearchBar], template: "<rolatech-container>\n <div class=\"flex flex-col min-w-[320px] max-w-[1280px] m-auto\">\n <div class=\"flex justify-between items-center h-16\">\n <div class=\"flex justify-between items-center w-full\">\n <div class=\"p-3 text-2xl font-medium\" i18n>Properties</div>\n <div class=\"flex flex-row\">\n <button mat-icon-button (click)=\"toggleSearch()\">\n <mat-icon>search</mat-icon>\n </button>\n <button mat-icon-button (click)=\"toggleView()\">\n <mat-icon>{{ gridView ? 'view_list' : 'grid_on' }}</mat-icon>\n </button>\n <ng-container *ngComponentOutlet=\"propertyFilterIconComponent | async\"></ng-container>\n </div>\n </div>\n </div>\n <rolatech-search-bar\n [(show)]=\"open\"\n #searchBar\n (search)=\"searchByText($event)\"\n (close)=\"onCloseSearch()\"\n ></rolatech-search-bar>\n <div class=\"w-full\">\n <router-outlet></router-outlet>\n </div>\n </div>\n</rolatech-container>\n", styles: [".property-layout-active{border-radius:var(--rt-rounded-base, 8px);background-color:var(-rt-base-background, #fff);color:var(--rt-brand-color, #000)}@media (max-width: 768px){.property-layout-active{background-color:var(--rt-text-primary, #000);color:var(--rt-text-primary-inverse, #000)}}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}\n"] }]
|
|
1147
1142
|
}] });
|
|
1148
1143
|
|
|
1149
1144
|
class PropertyActionsComponent {
|
|
@@ -1292,21 +1287,148 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImpor
|
|
|
1292
1287
|
class PropertyHighlights {
|
|
1293
1288
|
highlights = input.required(...(ngDevMode ? [{ debugName: "highlights" }] : []));
|
|
1294
1289
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: PropertyHighlights, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1295
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.0", type: PropertyHighlights, isStandalone: true, selector: "rolatech-property-highlights", inputs: { highlights: { classPropertyName: "highlights", publicName: "highlights", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "<div class=\"\">\n <div class=\"text-2xl font-bold py-3\" i18n>Highlights</div>\n <div class=\"flex flex-col flex-wrap
|
|
1290
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.0", type: PropertyHighlights, isStandalone: true, selector: "rolatech-property-highlights", inputs: { highlights: { classPropertyName: "highlights", publicName: "highlights", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "<div class=\"\">\n <div class=\"text-2xl font-bold py-3\" i18n>Highlights</div>\n <div class=\"flex flex-col flex-wrap\">\n @for (item of highlights(); track $index) {\n <div class=\"flex items-center py-1\">\n <!-- <mat-icon>check</mat-icon> -->\n <span>{{ item }}</span>\n </div>\n }\n </div>\n</div>\n", styles: [""] });
|
|
1296
1291
|
}
|
|
1297
1292
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: PropertyHighlights, decorators: [{
|
|
1298
1293
|
type: Component,
|
|
1299
|
-
args: [{ selector: 'rolatech-property-highlights',
|
|
1294
|
+
args: [{ selector: 'rolatech-property-highlights', template: "<div class=\"\">\n <div class=\"text-2xl font-bold py-3\" i18n>Highlights</div>\n <div class=\"flex flex-col flex-wrap\">\n @for (item of highlights(); track $index) {\n <div class=\"flex items-center py-1\">\n <!-- <mat-icon>check</mat-icon> -->\n <span>{{ item }}</span>\n </div>\n }\n </div>\n</div>\n" }]
|
|
1295
|
+
}] });
|
|
1296
|
+
|
|
1297
|
+
const BANDS = ['A', 'B', 'C', 'D', 'E', 'F', 'G'];
|
|
1298
|
+
const RANGES = {
|
|
1299
|
+
A: '(92+)', B: '(81-91)', C: '(69-80)', D: '(55-68)',
|
|
1300
|
+
E: '(39-54)', F: '(21-38)', G: '(1-20)',
|
|
1301
|
+
};
|
|
1302
|
+
const COLORS = {
|
|
1303
|
+
A: '#0E9F6E', // green
|
|
1304
|
+
B: '#10B981',
|
|
1305
|
+
C: '#84CC16',
|
|
1306
|
+
D: '#F59E0B',
|
|
1307
|
+
E: '#F97316',
|
|
1308
|
+
F: '#FB7185',
|
|
1309
|
+
G: '#DC2626'
|
|
1310
|
+
};
|
|
1311
|
+
function bandFromScore(s) {
|
|
1312
|
+
const v = s ?? 0;
|
|
1313
|
+
if (v >= 92)
|
|
1314
|
+
return 'A';
|
|
1315
|
+
if (v >= 81)
|
|
1316
|
+
return 'B';
|
|
1317
|
+
if (v >= 69)
|
|
1318
|
+
return 'C';
|
|
1319
|
+
if (v >= 55)
|
|
1320
|
+
return 'D';
|
|
1321
|
+
if (v >= 39)
|
|
1322
|
+
return 'E';
|
|
1323
|
+
if (v >= 21)
|
|
1324
|
+
return 'F';
|
|
1325
|
+
return 'G';
|
|
1326
|
+
}
|
|
1327
|
+
class EpcChart {
|
|
1328
|
+
// --- inputs (signals) ---
|
|
1329
|
+
currentScore = input(null, ...(ngDevMode ? [{ debugName: "currentScore" }] : [])); // 1..100
|
|
1330
|
+
potentialScore = input(null, ...(ngDevMode ? [{ debugName: "potentialScore" }] : [])); // 1..100
|
|
1331
|
+
showCaptions = input(true, ...(ngDevMode ? [{ debugName: "showCaptions" }] : []));
|
|
1332
|
+
// --- layout ---
|
|
1333
|
+
width = 920;
|
|
1334
|
+
leftPadding = 24;
|
|
1335
|
+
headerY = 40;
|
|
1336
|
+
rangeColW = 90;
|
|
1337
|
+
gapY = 10;
|
|
1338
|
+
topY = 110; // top of first row area
|
|
1339
|
+
rowH = 48; // height of each wedge row
|
|
1340
|
+
rows = 7;
|
|
1341
|
+
// wedge geometry
|
|
1342
|
+
wedgeMaxW = 420; // width of 'A' row
|
|
1343
|
+
wedgeMinW = 220;
|
|
1344
|
+
wedgeDelta = 44; // decrement per row
|
|
1345
|
+
cut = 24; // right slant depth
|
|
1346
|
+
// arrow columns
|
|
1347
|
+
arrowW = 104;
|
|
1348
|
+
arrowH = 44;
|
|
1349
|
+
colGap = 130;
|
|
1350
|
+
wedgeAreaRight = this.leftPadding + this.rangeColW + 12 + this.wedgeMaxW + 20;
|
|
1351
|
+
currentColX = this.wedgeAreaRight + 80;
|
|
1352
|
+
potentialColX = this.currentColX + this.colGap;
|
|
1353
|
+
// captions
|
|
1354
|
+
topCaptionY = this.topY - 22;
|
|
1355
|
+
get bottomCaptionY() { return this.topY + this.rows * (this.rowH + this.gapY) + 22; }
|
|
1356
|
+
// overall height
|
|
1357
|
+
get height() {
|
|
1358
|
+
return this.bottomCaptionY + 56;
|
|
1359
|
+
}
|
|
1360
|
+
// expose constants to template
|
|
1361
|
+
bands = BANDS;
|
|
1362
|
+
RANGES = RANGES;
|
|
1363
|
+
COLORS = COLORS;
|
|
1364
|
+
get rangeX() { return this.leftPadding; }
|
|
1365
|
+
get maxW() { return this.wedgeMinW + 6 * this.wedgeDelta; } // width of G (widest)
|
|
1366
|
+
// helpers
|
|
1367
|
+
wedgeX(i) { return this.leftPadding + this.rangeColW + 12; }
|
|
1368
|
+
// private wedgeW(i: number) { return this.wedgeMaxW - (i * this.wedgeDelta); }
|
|
1369
|
+
wedgeW(i) {
|
|
1370
|
+
// A..G => 0..6 → widths increase downward
|
|
1371
|
+
return this.wedgeMinW + i * this.wedgeDelta;
|
|
1372
|
+
}
|
|
1373
|
+
rowY(i) { return this.topY + i * (this.rowH + this.gapY); }
|
|
1374
|
+
wedgePoints1(i) {
|
|
1375
|
+
const x = this.wedgeX(i), y = this.rowY(i), w = this.wedgeW(i), h = this.rowH, c = this.cut;
|
|
1376
|
+
// rectangle with right chevron tip
|
|
1377
|
+
// (x,y) → (x+w-c,y) → (x+w,y+h/2) → (x+w-c,y+h) → (x,y+h)
|
|
1378
|
+
return `${x},${y} ${x + w - c},${y} ${x + w},${y + h / 2} ${x + w - c},${y + h} ${x},${y + h}`;
|
|
1379
|
+
}
|
|
1380
|
+
wedgePoints(i) {
|
|
1381
|
+
const x = this.wedgeX(i), y = this.rowY(i), w = this.wedgeW(i), h = this.rowH;
|
|
1382
|
+
// rectangle: (x,y) → (x+w,y) → (x+w,y+h) → (x,y+h)
|
|
1383
|
+
return `${x},${y} ${x + w},${y} ${x + w},${y + h} ${x},${y + h}`;
|
|
1384
|
+
}
|
|
1385
|
+
wedgeLetterX(i) {
|
|
1386
|
+
// place on the trailing (right) end of wedge, just before chevron tip
|
|
1387
|
+
return this.wedgeX(i) + this.wedgeW(i) - this.cut - 10;
|
|
1388
|
+
}
|
|
1389
|
+
// arrow badge (left-pointing)
|
|
1390
|
+
arrowPoints() {
|
|
1391
|
+
const w = this.arrowW, h = this.arrowH, tip = 18; // tip depth
|
|
1392
|
+
// (w,0) → (tip,0) → (0,h/2) → (tip,h) → (w,h) → close
|
|
1393
|
+
return `${w},0 ${tip},0 0,${h / 2} ${tip},${h} ${w},${h}`;
|
|
1394
|
+
}
|
|
1395
|
+
// vertical placement: center the arrow in the band row for the given score
|
|
1396
|
+
arrowY(score) {
|
|
1397
|
+
const b = bandFromScore(score);
|
|
1398
|
+
const rowIndex = this.bands.indexOf(b);
|
|
1399
|
+
const y = this.rowY(rowIndex) + (this.rowH - this.arrowH) / 2;
|
|
1400
|
+
return Math.max(y, this.topY); // safety
|
|
1401
|
+
}
|
|
1402
|
+
clampScore(s) { return Math.max(1, Math.min(100, Math.round(s))); }
|
|
1403
|
+
// add below COLORS, bandFromScore...
|
|
1404
|
+
colorForBand(b) { return COLORS[b]; }
|
|
1405
|
+
colorForScore(s) { return this.colorForBand(bandFromScore(s)); }
|
|
1406
|
+
// simple contrast so numbers stay readable
|
|
1407
|
+
textColorForBand(b) {
|
|
1408
|
+
const hex = this.colorForBand(b).replace('#', '');
|
|
1409
|
+
const r = parseInt(hex.slice(0, 2), 16);
|
|
1410
|
+
const g = parseInt(hex.slice(2, 4), 16);
|
|
1411
|
+
const bl = parseInt(hex.slice(4, 6), 16);
|
|
1412
|
+
const yiq = (r * 299 + g * 587 + bl * 114) / 1000;
|
|
1413
|
+
return yiq >= 170 ? '#111' : '#fff'; // light bg → dark text, else white
|
|
1414
|
+
}
|
|
1415
|
+
textColorForScore(s) { return this.textColorForBand(bandFromScore(s)); }
|
|
1416
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: EpcChart, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1417
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.0", type: EpcChart, isStandalone: true, selector: "rolatech-epc-chart", inputs: { currentScore: { classPropertyName: "currentScore", publicName: "currentScore", isSignal: true, isRequired: false, transformFunction: null }, potentialScore: { classPropertyName: "potentialScore", publicName: "potentialScore", isSignal: true, isRequired: false, transformFunction: null }, showCaptions: { classPropertyName: "showCaptions", publicName: "showCaptions", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "w-full" }, ngImport: i0, template: "<svg [attr.viewBox]=\"'0 0 ' + width + ' ' + height\" class=\"w-full h-auto\">\n <!-- outer border -->\n <rect x=\"8\" y=\"8\" [attr.width]=\"width-16\" [attr.height]=\"height-16\" fill=\"none\" stroke=\"#111\" stroke-width=\"2\" />\n\n <!-- header row -->\n <text [attr.x]=\"leftPadding\" [attr.y]=\"headerY\" font-weight=\"700\" font-size=\"16\">Energy Rating</text>\n <text [attr.x]=\"currentColX + arrowW/2\" [attr.y]=\"headerY\" text-anchor=\"middle\" font-weight=\"700\" font-size=\"16\">\n Current\n </text>\n <text [attr.x]=\"potentialColX + arrowW/2\" [attr.y]=\"headerY\" text-anchor=\"middle\" font-weight=\"700\" font-size=\"16\">\n Potential\n </text>\n <line x1=\"8\" [attr.y1]=\"headerY+10\" [attr.x2]=\"width-8\" [attr.y2]=\"headerY+10\" stroke=\"#111\" stroke-width=\"2\" />\n\n <!-- top/bottom captions -->\n @if (showCaptions()) {\n <text [attr.x]=\"leftPadding\" [attr.y]=\"topCaptionY\" fill=\"#9CA3AF\" font-size=\"20\">\n very energy efficient - lower running costs\n </text>\n <text [attr.x]=\"leftPadding\" [attr.y]=\"bottomCaptionY\" fill=\"#9CA3AF\" font-size=\"20\">\n not energy efficient - higher running costs\n </text>\n }\n\n <!-- Wedges (A..G) -->\n @for (b of bands; track b; let i = $index) {\n <!-- range text column -->\n <text [attr.x]=\"rangeX\" [attr.y]=\"rowY(i) + rowH/2 + 5\" fill=\"#6B7280\" font-size=\"16\">{{ RANGES[b] }}</text>\n\n <!-- colored wedge -->\n <polygon [attr.points]=\"wedgePoints(i)\" [attr.fill]=\"COLORS[b]\" stroke=\"none\" />\n\n <!-- band letter -->\n <text\n [attr.x]=\"wedgeLetterX(i)\"\n [attr.y]=\"rowY(i) + rowH/2 + 8\"\n fill=\"white\"\n font-size=\"28\"\n font-weight=\"700\"\n text-anchor=\"end\"\n >\n {{ b }}\n </text>\n }\n\n <!-- Current arrow badge -->\n @if (currentScore() !== null) {\n <g [attr.transform]=\"'translate(' + currentColX + ',' + arrowY(currentScore()!) + ')'\">\n <polygon [attr.points]=\"arrowPoints()\" [attr.fill]=\"colorForScore(currentScore()!)\"></polygon>\n <text\n [attr.x]=\"arrowW/2 + 6\"\n [attr.y]=\"arrowH/2 + 9\"\n text-anchor=\"middle\"\n font-size=\"24\"\n font-weight=\"800\"\n [attr.fill]=\"textColorForScore(currentScore()!)\"\n >\n {{ clampScore(currentScore()!) }}\n </text>\n <!-- underline (optional) -->\n <rect\n [attr.x]=\"arrowW/2 - 12\"\n [attr.y]=\"arrowH/2 + 12\"\n width=\"36\"\n height=\"3\"\n [attr.fill]=\"textColorForScore(currentScore()!)\"\n opacity=\"0.8\"\n />\n </g>\n }\n\n <!-- Potential arrow badge -->\n @if (potentialScore() !== null) {\n <g [attr.transform]=\"'translate(' + potentialColX + ',' + arrowY(potentialScore()!) + ')'\">\n <polygon [attr.points]=\"arrowPoints()\" [attr.fill]=\"colorForScore(potentialScore()!)\"></polygon>\n <text\n [attr.x]=\"arrowW/2 + 6\"\n [attr.y]=\"arrowH/2 + 9\"\n text-anchor=\"middle\"\n font-size=\"24\"\n font-weight=\"800\"\n [attr.fill]=\"textColorForScore(potentialScore()!)\"\n >\n {{ clampScore(potentialScore()!) }}\n </text>\n </g>\n }\n</svg>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }] });
|
|
1418
|
+
}
|
|
1419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: EpcChart, decorators: [{
|
|
1420
|
+
type: Component,
|
|
1421
|
+
args: [{ selector: 'rolatech-epc-chart', imports: [CommonModule], host: { class: 'w-full' }, template: "<svg [attr.viewBox]=\"'0 0 ' + width + ' ' + height\" class=\"w-full h-auto\">\n <!-- outer border -->\n <rect x=\"8\" y=\"8\" [attr.width]=\"width-16\" [attr.height]=\"height-16\" fill=\"none\" stroke=\"#111\" stroke-width=\"2\" />\n\n <!-- header row -->\n <text [attr.x]=\"leftPadding\" [attr.y]=\"headerY\" font-weight=\"700\" font-size=\"16\">Energy Rating</text>\n <text [attr.x]=\"currentColX + arrowW/2\" [attr.y]=\"headerY\" text-anchor=\"middle\" font-weight=\"700\" font-size=\"16\">\n Current\n </text>\n <text [attr.x]=\"potentialColX + arrowW/2\" [attr.y]=\"headerY\" text-anchor=\"middle\" font-weight=\"700\" font-size=\"16\">\n Potential\n </text>\n <line x1=\"8\" [attr.y1]=\"headerY+10\" [attr.x2]=\"width-8\" [attr.y2]=\"headerY+10\" stroke=\"#111\" stroke-width=\"2\" />\n\n <!-- top/bottom captions -->\n @if (showCaptions()) {\n <text [attr.x]=\"leftPadding\" [attr.y]=\"topCaptionY\" fill=\"#9CA3AF\" font-size=\"20\">\n very energy efficient - lower running costs\n </text>\n <text [attr.x]=\"leftPadding\" [attr.y]=\"bottomCaptionY\" fill=\"#9CA3AF\" font-size=\"20\">\n not energy efficient - higher running costs\n </text>\n }\n\n <!-- Wedges (A..G) -->\n @for (b of bands; track b; let i = $index) {\n <!-- range text column -->\n <text [attr.x]=\"rangeX\" [attr.y]=\"rowY(i) + rowH/2 + 5\" fill=\"#6B7280\" font-size=\"16\">{{ RANGES[b] }}</text>\n\n <!-- colored wedge -->\n <polygon [attr.points]=\"wedgePoints(i)\" [attr.fill]=\"COLORS[b]\" stroke=\"none\" />\n\n <!-- band letter -->\n <text\n [attr.x]=\"wedgeLetterX(i)\"\n [attr.y]=\"rowY(i) + rowH/2 + 8\"\n fill=\"white\"\n font-size=\"28\"\n font-weight=\"700\"\n text-anchor=\"end\"\n >\n {{ b }}\n </text>\n }\n\n <!-- Current arrow badge -->\n @if (currentScore() !== null) {\n <g [attr.transform]=\"'translate(' + currentColX + ',' + arrowY(currentScore()!) + ')'\">\n <polygon [attr.points]=\"arrowPoints()\" [attr.fill]=\"colorForScore(currentScore()!)\"></polygon>\n <text\n [attr.x]=\"arrowW/2 + 6\"\n [attr.y]=\"arrowH/2 + 9\"\n text-anchor=\"middle\"\n font-size=\"24\"\n font-weight=\"800\"\n [attr.fill]=\"textColorForScore(currentScore()!)\"\n >\n {{ clampScore(currentScore()!) }}\n </text>\n <!-- underline (optional) -->\n <rect\n [attr.x]=\"arrowW/2 - 12\"\n [attr.y]=\"arrowH/2 + 12\"\n width=\"36\"\n height=\"3\"\n [attr.fill]=\"textColorForScore(currentScore()!)\"\n opacity=\"0.8\"\n />\n </g>\n }\n\n <!-- Potential arrow badge -->\n @if (potentialScore() !== null) {\n <g [attr.transform]=\"'translate(' + potentialColX + ',' + arrowY(potentialScore()!) + ')'\">\n <polygon [attr.points]=\"arrowPoints()\" [attr.fill]=\"colorForScore(potentialScore()!)\"></polygon>\n <text\n [attr.x]=\"arrowW/2 + 6\"\n [attr.y]=\"arrowH/2 + 9\"\n text-anchor=\"middle\"\n font-size=\"24\"\n font-weight=\"800\"\n [attr.fill]=\"textColorForScore(potentialScore()!)\"\n >\n {{ clampScore(potentialScore()!) }}\n </text>\n </g>\n }\n</svg>\n" }]
|
|
1300
1422
|
}] });
|
|
1301
1423
|
|
|
1302
1424
|
class PropertyEpc {
|
|
1303
1425
|
epc = input.required(...(ngDevMode ? [{ debugName: "epc" }] : []));
|
|
1304
1426
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: PropertyEpc, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1305
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.2.0", type: PropertyEpc, isStandalone: true, selector: "rolatech-property-epc", inputs: { epc: { classPropertyName: "epc", publicName: "epc", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "<div class=\"\">\n <div class=\"text-2xl font-bold py-3\" i18n>EPC</div>\n <div class=\"flex flex-
|
|
1427
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.2.0", type: PropertyEpc, isStandalone: true, selector: "rolatech-property-epc", inputs: { epc: { classPropertyName: "epc", publicName: "epc", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "<div class=\"w-full\">\n <div class=\"text-2xl font-bold py-3\" i18n>EPC</div>\n <div class=\"flex flex-row items-center font-thin text-sm\">\n <rolatech-epc-chart\n [currentScore]=\"epc().currentScore\"\n [potentialScore]=\"epc().potentialScore\"\n [showCaptions]=\"true\"\n ></rolatech-epc-chart>\n </div>\n</div>\n", styles: [""], dependencies: [{ kind: "component", type: EpcChart, selector: "rolatech-epc-chart", inputs: ["currentScore", "potentialScore", "showCaptions"] }] });
|
|
1306
1428
|
}
|
|
1307
1429
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: PropertyEpc, decorators: [{
|
|
1308
1430
|
type: Component,
|
|
1309
|
-
args: [{ selector: 'rolatech-property-epc', imports: [], template: "<div class=\"\">\n <div class=\"text-2xl font-bold py-3\" i18n>EPC</div>\n <div class=\"flex flex-
|
|
1431
|
+
args: [{ selector: 'rolatech-property-epc', imports: [EpcChart], template: "<div class=\"w-full\">\n <div class=\"text-2xl font-bold py-3\" i18n>EPC</div>\n <div class=\"flex flex-row items-center font-thin text-sm\">\n <rolatech-epc-chart\n [currentScore]=\"epc().currentScore\"\n [potentialScore]=\"epc().potentialScore\"\n [showCaptions]=\"true\"\n ></rolatech-epc-chart>\n </div>\n</div>\n" }]
|
|
1310
1432
|
}] });
|
|
1311
1433
|
|
|
1312
1434
|
class PropertyDetailsComponent extends BaseComponent {
|
|
@@ -1382,14 +1504,14 @@ class PropertyDetailsComponent extends BaseComponent {
|
|
|
1382
1504
|
findFeatures() {
|
|
1383
1505
|
this.propertyService.findFeatures(this.id).subscribe({
|
|
1384
1506
|
next: (res) => {
|
|
1385
|
-
this.features = res.data;
|
|
1507
|
+
this.features = res.data || [];
|
|
1386
1508
|
}
|
|
1387
1509
|
});
|
|
1388
1510
|
}
|
|
1389
1511
|
findHighlights() {
|
|
1390
1512
|
this.propertyService.getHighlights(this.id).subscribe({
|
|
1391
1513
|
next: (res) => {
|
|
1392
|
-
this.highlights = res.data;
|
|
1514
|
+
this.highlights = res.data || [];
|
|
1393
1515
|
}
|
|
1394
1516
|
});
|
|
1395
1517
|
}
|
|
@@ -1478,7 +1600,7 @@ class PropertyDetailsComponent extends BaseComponent {
|
|
|
1478
1600
|
// const updatedCriteria = matchingVariant ? updateCriteriaFromVariant(matchingVariant) : [];
|
|
1479
1601
|
}
|
|
1480
1602
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: PropertyDetailsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1481
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.0", type: PropertyDetailsComponent, isStandalone: true, selector: "rolatech-property-details", usesInheritance: true, ngImport: i0, template: "@if (property) {\n <rolatech-container>\n <div class=\"flex flex-col w-full\">\n <div class=\"py-3\">\n <rolatech-property-media [media]=\"property.media\"></rolatech-property-media>\n </div>\n <div class=\"flex flex-col md:flex-row gap-3 w-full\">\n <div class=\"w-full md:w-2/3\">\n <rolatech-property-info [property]=\"property\" (wish)=\"onWish($event)\" [inWishList]=\"inWishList\">\n </rolatech-property-info>\n <!-- <rolatech-property-agent-renderer\n [name]=\"fullname\"\n [avatar]=\"user?.avatar\"\n [username]=\"username\"\n ></rolatech-property-agent-renderer> -->\n <mat-divider></mat-divider>\n <rolatech-property-features [features]=\"features\"></rolatech-property-features>\n <rolatech-property-highlights [highlights]=\"highlights\"></rolatech-property-highlights>\n <rolatech-property-epc [epc]=\"epc\"></rolatech-property-epc
|
|
1603
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.0", type: PropertyDetailsComponent, isStandalone: true, selector: "rolatech-property-details", usesInheritance: true, ngImport: i0, template: "@if (property) {\n <rolatech-container>\n <div class=\"flex flex-col w-full\">\n <div class=\"py-3\">\n <rolatech-property-media [media]=\"property.media\"></rolatech-property-media>\n </div>\n <div class=\"flex flex-col md:flex-row gap-3 w-full\">\n <div class=\"w-full md:w-2/3\">\n <rolatech-property-info [property]=\"property\" (wish)=\"onWish($event)\" [inWishList]=\"inWishList\">\n </rolatech-property-info>\n <!-- <rolatech-property-agent-renderer\n [name]=\"fullname\"\n [avatar]=\"user?.avatar\"\n [username]=\"username\"\n ></rolatech-property-agent-renderer> -->\n <mat-divider></mat-divider>\n\n @if (features.length > 0) {\n <rolatech-property-features [features]=\"features\"></rolatech-property-features>\n }\n @if (highlights.length > 0) {\n <rolatech-property-highlights [highlights]=\"highlights\"></rolatech-property-highlights>\n }\n <!-- <rolatech-property-epc [epc]=\"epc\"></rolatech-property-epc> -->\n <rolatech-property-location [location]=\"property.location\"></rolatech-property-location>\n @if (property.videos) {\n @for (item of property.videos; track $index) {\n <rolatech-property-video [video]=\"item\"></rolatech-property-video>\n }\n }\n @if (epc && epc.currentScore) {\n <rolatech-property-epc [epc]=\"epc\"></rolatech-property-epc>\n }\n <div class=\"flex flex-col\">\n <div class=\"text-2xl font-bold pt-3\" i18n>Sections</div>\n @for (section of property.sections; track $index) {\n <rolatech-property-section [section]=\"section\"></rolatech-property-section>\n }\n <rolatech-comments [itemId]=\"property.id\"></rolatech-comments>\n </div>\n </div>\n <div class=\"w-full md:w-1/3\">\n <rolatech-property-agent-renderer\n [name]=\"fullname\"\n [avatar]=\"user?.avatar\"\n [username]=\"username\"\n ></rolatech-property-agent-renderer>\n <rolatech-property-pricing (wish)=\"onWish($event)\" [property]=\"property\"></rolatech-property-pricing>\n <rolatech-property-actions\n [property]=\"property\"\n (offer)=\"onOffer($event)\"\n (deposit)=\"onOffer($event)\"\n (requestViewing)=\"onRequestViewing($event)\"\n >\n @if (user) {\n <rolatech-property-action-contact [email]=\"user.email\" [phone]=\"user.phone\"></rolatech-property-action-contact>\n }\n </rolatech-property-actions>\n </div>\n </div>\n </div>\n </rolatech-container>\n}\n", styles: [""], dependencies: [{ kind: "ngmodule", type: AngularCommonModule }, { kind: "ngmodule", type: AngularComponentsModule }, { kind: "component", type: i2$1.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }, { kind: "component", type: ContainerComponent, selector: "rolatech-container" }, { kind: "component", type: PropertyInfoComponent, selector: "rolatech-property-info", inputs: ["property", "inWishList"], outputs: ["wish"] }, { kind: "component", type: PropertyMediaComponent, selector: "rolatech-property-media", inputs: ["media", "min"] }, { kind: "component", type: PropertyPricingComponent, selector: "rolatech-property-pricing", inputs: ["property", "price"] }, { kind: "component", type: PropertySectionComponent, selector: "rolatech-property-section", inputs: ["section", "user", "username"] }, { kind: "component", type: PropertyActionsComponent, selector: "rolatech-property-actions", inputs: ["property"], outputs: ["requestViewing", "offer", "deposit"] }, { kind: "component", type: CommentsComponent, selector: "rolatech-comments", inputs: ["itemId"] }, { kind: "component", type: PropertyAgentRenderer, selector: "rolatech-property-agent-renderer", inputs: ["name", "avatar", "username", "subtitle"] }, { kind: "component", type: PropertyLocationComponent, selector: "rolatech-property-location", inputs: ["location"] }, { kind: "component", type: PropertyFeaturesComponent, selector: "rolatech-property-features", inputs: ["features"] }, { kind: "component", type: PropertyVideoComponent, selector: "rolatech-property-video", inputs: ["video"] }, { kind: "component", type: PropertyActionContactComponent, selector: "rolatech-property-action-contact", inputs: ["email", "phone"], outputs: ["callAgent", "emailAgent"] }, { kind: "component", type: PropertyHighlights, selector: "rolatech-property-highlights", inputs: ["highlights"] }, { kind: "component", type: PropertyEpc, selector: "rolatech-property-epc", inputs: ["epc"] }] });
|
|
1482
1604
|
}
|
|
1483
1605
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: PropertyDetailsComponent, decorators: [{
|
|
1484
1606
|
type: Component,
|
|
@@ -1498,8 +1620,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImpor
|
|
|
1498
1620
|
PropertyVideoComponent,
|
|
1499
1621
|
PropertyActionContactComponent,
|
|
1500
1622
|
PropertyHighlights,
|
|
1501
|
-
PropertyEpc
|
|
1502
|
-
], template: "@if (property) {\n <rolatech-container>\n <div class=\"flex flex-col w-full\">\n <div class=\"py-3\">\n <rolatech-property-media [media]=\"property.media\"></rolatech-property-media>\n </div>\n <div class=\"flex flex-col md:flex-row gap-3 w-full\">\n <div class=\"w-full md:w-2/3\">\n <rolatech-property-info [property]=\"property\" (wish)=\"onWish($event)\" [inWishList]=\"inWishList\">\n </rolatech-property-info>\n <!-- <rolatech-property-agent-renderer\n [name]=\"fullname\"\n [avatar]=\"user?.avatar\"\n [username]=\"username\"\n ></rolatech-property-agent-renderer> -->\n <mat-divider></mat-divider>\n <rolatech-property-features [features]=\"features\"></rolatech-property-features>\n <rolatech-property-highlights [highlights]=\"highlights\"></rolatech-property-highlights>\n <rolatech-property-epc [epc]=\"epc\"></rolatech-property-epc
|
|
1623
|
+
PropertyEpc,
|
|
1624
|
+
], template: "@if (property) {\n <rolatech-container>\n <div class=\"flex flex-col w-full\">\n <div class=\"py-3\">\n <rolatech-property-media [media]=\"property.media\"></rolatech-property-media>\n </div>\n <div class=\"flex flex-col md:flex-row gap-3 w-full\">\n <div class=\"w-full md:w-2/3\">\n <rolatech-property-info [property]=\"property\" (wish)=\"onWish($event)\" [inWishList]=\"inWishList\">\n </rolatech-property-info>\n <!-- <rolatech-property-agent-renderer\n [name]=\"fullname\"\n [avatar]=\"user?.avatar\"\n [username]=\"username\"\n ></rolatech-property-agent-renderer> -->\n <mat-divider></mat-divider>\n\n @if (features.length > 0) {\n <rolatech-property-features [features]=\"features\"></rolatech-property-features>\n }\n @if (highlights.length > 0) {\n <rolatech-property-highlights [highlights]=\"highlights\"></rolatech-property-highlights>\n }\n <!-- <rolatech-property-epc [epc]=\"epc\"></rolatech-property-epc> -->\n <rolatech-property-location [location]=\"property.location\"></rolatech-property-location>\n @if (property.videos) {\n @for (item of property.videos; track $index) {\n <rolatech-property-video [video]=\"item\"></rolatech-property-video>\n }\n }\n @if (epc && epc.currentScore) {\n <rolatech-property-epc [epc]=\"epc\"></rolatech-property-epc>\n }\n <div class=\"flex flex-col\">\n <div class=\"text-2xl font-bold pt-3\" i18n>Sections</div>\n @for (section of property.sections; track $index) {\n <rolatech-property-section [section]=\"section\"></rolatech-property-section>\n }\n <rolatech-comments [itemId]=\"property.id\"></rolatech-comments>\n </div>\n </div>\n <div class=\"w-full md:w-1/3\">\n <rolatech-property-agent-renderer\n [name]=\"fullname\"\n [avatar]=\"user?.avatar\"\n [username]=\"username\"\n ></rolatech-property-agent-renderer>\n <rolatech-property-pricing (wish)=\"onWish($event)\" [property]=\"property\"></rolatech-property-pricing>\n <rolatech-property-actions\n [property]=\"property\"\n (offer)=\"onOffer($event)\"\n (deposit)=\"onOffer($event)\"\n (requestViewing)=\"onRequestViewing($event)\"\n >\n @if (user) {\n <rolatech-property-action-contact [email]=\"user.email\" [phone]=\"user.phone\"></rolatech-property-action-contact>\n }\n </rolatech-property-actions>\n </div>\n </div>\n </div>\n </rolatech-container>\n}\n" }]
|
|
1503
1625
|
}], ctorParameters: () => [] });
|
|
1504
1626
|
|
|
1505
1627
|
const MY_FORMATS$5 = {
|
|
@@ -2309,7 +2431,7 @@ const propertyRoutes = [
|
|
|
2309
2431
|
children: [
|
|
2310
2432
|
{
|
|
2311
2433
|
path: '',
|
|
2312
|
-
loadComponent: () => import('./rolatech-angular-property-property-index.component-
|
|
2434
|
+
loadComponent: () => import('./rolatech-angular-property-property-index.component-CbbxIQ8w.mjs').then((x) => x.PropertyIndexComponent),
|
|
2313
2435
|
},
|
|
2314
2436
|
],
|
|
2315
2437
|
},
|
|
@@ -3206,13 +3328,12 @@ class PropertyManageLocationComponent extends BaseComponent {
|
|
|
3206
3328
|
longitude: '',
|
|
3207
3329
|
latitude: '',
|
|
3208
3330
|
}, ...(ngDevMode ? [{ debugName: "location" }] : []));
|
|
3209
|
-
platformId = inject(PLATFORM_ID);
|
|
3210
3331
|
placeAutocompleteElement;
|
|
3211
3332
|
autocompleteInput;
|
|
3212
3333
|
ngOnInit() {
|
|
3213
3334
|
this.id = this.route.parent?.snapshot.paramMap.get('id');
|
|
3214
3335
|
this.find();
|
|
3215
|
-
if (
|
|
3336
|
+
if (this.isBrowser) {
|
|
3216
3337
|
// this.autocompleteService = new google.maps.places.AutocompleteService();
|
|
3217
3338
|
}
|
|
3218
3339
|
}
|
|
@@ -3767,13 +3888,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImpor
|
|
|
3767
3888
|
args: [{ selector: 'rolatech-property-manage-highlights', imports: [PropertyManageContentComponent, ToolbarComponent], template: "<rolatech-property-manage-content>\n <rolatech-toolbar title=\"Highlights\" class=\"hidden md:block\" divider></rolatech-toolbar>\n <div>\n @for (item of highlights; track $index) {\n <div class=\"font-bold p-1\">{{item}}</div>\n }\n </div>\n</rolatech-property-manage-content>\n" }]
|
|
3768
3889
|
}] });
|
|
3769
3890
|
|
|
3770
|
-
class PropertyManageEpc {
|
|
3771
|
-
|
|
3772
|
-
|
|
3891
|
+
class PropertyManageEpc extends BaseComponent {
|
|
3892
|
+
propertyService = inject(PropertyService);
|
|
3893
|
+
currentRating = '';
|
|
3894
|
+
potentialRating = '';
|
|
3895
|
+
currentScore = 0;
|
|
3896
|
+
potentialScore = 0;
|
|
3897
|
+
ngOnInit() {
|
|
3898
|
+
this.id = this.route.parent?.snapshot.paramMap.get('id');
|
|
3899
|
+
this.get();
|
|
3900
|
+
}
|
|
3901
|
+
get() {
|
|
3902
|
+
this.propertyService.getEpc(this.id).subscribe({
|
|
3903
|
+
next: (res) => {
|
|
3904
|
+
this.currentScore = res.data.currentScore || 0;
|
|
3905
|
+
this.potentialScore = res.data.potentialScore || 0;
|
|
3906
|
+
}
|
|
3907
|
+
});
|
|
3908
|
+
}
|
|
3909
|
+
add() {
|
|
3910
|
+
const data = {
|
|
3911
|
+
currentScore: this.currentScore,
|
|
3912
|
+
potentialScore: this.potentialScore
|
|
3913
|
+
};
|
|
3914
|
+
this.propertyService.addEpc(this.id, data).subscribe({
|
|
3915
|
+
next: res => {
|
|
3916
|
+
this.snackBarService.open("EPC Added");
|
|
3917
|
+
}
|
|
3918
|
+
});
|
|
3919
|
+
}
|
|
3920
|
+
update() {
|
|
3921
|
+
const data = {
|
|
3922
|
+
currentScore: this.currentScore,
|
|
3923
|
+
potentialScore: this.potentialScore
|
|
3924
|
+
};
|
|
3925
|
+
this.propertyService.updateEpc(this.id, data).subscribe({
|
|
3926
|
+
next: res => {
|
|
3927
|
+
this.snackBarService.open("EPC Updated");
|
|
3928
|
+
}
|
|
3929
|
+
});
|
|
3930
|
+
}
|
|
3931
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: PropertyManageEpc, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
3932
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.0", type: PropertyManageEpc, isStandalone: true, selector: "rolatech-property-manage-epc", usesInheritance: true, ngImport: i0, template: "<rolatech-property-manage-content>\n <rolatech-toolbar title=\"EPC\" class=\"hidden md:block\" divider></rolatech-toolbar>\n <div class=\"w-full md:max-w-[70%]\">\n <div class=\"p-2\">\n <mat-form-field appearance=\"fill\">\n <mat-label>Current Score</mat-label>\n <input matInput [(ngModel)]=\"currentScore\" placeholder=\"Current Score\" />\n </mat-form-field>\n <mat-form-field appearance=\"fill\">\n <mat-label>Potential Score</mat-label>\n <input matInput [(ngModel)]=\"potentialScore\" placeholder=\"Potential Score\" />\n </mat-form-field>\n <button mat-flat-button (click)=\"add()\">Save</button>\n </div>\n <div>\n <div class=\"font-bold text-lg p-2\">Domestic EPC</div>\n <rolatech-epc-chart\n [currentScore]=\"currentScore\"\n [potentialScore]=\"potentialScore\"\n [showCaptions]=\"true\"\n ></rolatech-epc-chart>\n </div>\n </div>\n</rolatech-property-manage-content>\n", styles: ["mat-form-field{width:100%}\n"], dependencies: [{ kind: "component", type: PropertyManageContentComponent, selector: "rolatech-property-manage-content" }, { kind: "component", type: ToolbarComponent, selector: "rolatech-toolbar", inputs: ["title", "subtitle", "back", "link", "large", "divider"] }, { kind: "component", type: EpcChart, selector: "rolatech-epc-chart", inputs: ["currentScore", "potentialScore", "showCaptions"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i1$2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i1$2.MatLabel, selector: "mat-label" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i3.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i1$4.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"] }] });
|
|
3773
3933
|
}
|
|
3774
3934
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImport: i0, type: PropertyManageEpc, decorators: [{
|
|
3775
3935
|
type: Component,
|
|
3776
|
-
args: [{ selector: 'rolatech-property-manage-epc', imports: [PropertyManageContentComponent, ToolbarComponent], template: "<rolatech-property-manage-content>\n <rolatech-toolbar title=\"EPC\" class=\"hidden md:block\" divider></rolatech-toolbar>\n <div></div>\n</rolatech-property-manage-content>\n" }]
|
|
3936
|
+
args: [{ selector: 'rolatech-property-manage-epc', imports: [PropertyManageContentComponent, ToolbarComponent, EpcChart, MatFormFieldModule, FormsModule, MatInputModule, MatButtonModule], template: "<rolatech-property-manage-content>\n <rolatech-toolbar title=\"EPC\" class=\"hidden md:block\" divider></rolatech-toolbar>\n <div class=\"w-full md:max-w-[70%]\">\n <div class=\"p-2\">\n <mat-form-field appearance=\"fill\">\n <mat-label>Current Score</mat-label>\n <input matInput [(ngModel)]=\"currentScore\" placeholder=\"Current Score\" />\n </mat-form-field>\n <mat-form-field appearance=\"fill\">\n <mat-label>Potential Score</mat-label>\n <input matInput [(ngModel)]=\"potentialScore\" placeholder=\"Potential Score\" />\n </mat-form-field>\n <button mat-flat-button (click)=\"add()\">Save</button>\n </div>\n <div>\n <div class=\"font-bold text-lg p-2\">Domestic EPC</div>\n <rolatech-epc-chart\n [currentScore]=\"currentScore\"\n [potentialScore]=\"potentialScore\"\n [showCaptions]=\"true\"\n ></rolatech-epc-chart>\n </div>\n </div>\n</rolatech-property-manage-content>\n", styles: ["mat-form-field{width:100%}\n"] }]
|
|
3777
3937
|
}] });
|
|
3778
3938
|
|
|
3779
3939
|
class PropertyManageTranslation {
|
|
@@ -3948,7 +4108,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0", ngImpor
|
|
|
3948
4108
|
const propertyManageViewingsRoutes = [
|
|
3949
4109
|
{
|
|
3950
4110
|
path: '',
|
|
3951
|
-
loadComponent: () => import('./rolatech-angular-property-property-manage-viewings-index.component-
|
|
4111
|
+
loadComponent: () => import('./rolatech-angular-property-property-manage-viewings-index.component-Bk02i8QS.mjs').then((x) => x.PropertyManageViewingsIndexComponent),
|
|
3952
4112
|
},
|
|
3953
4113
|
{
|
|
3954
4114
|
path: ':id',
|
|
@@ -4561,5 +4721,5 @@ const tenantManageRoutes = [
|
|
|
4561
4721
|
* Generated bundle index. Do not edit.
|
|
4562
4722
|
*/
|
|
4563
4723
|
|
|
4564
|
-
export { AdverseCreditStatus as A, EmploymentStatus as E,
|
|
4565
|
-
//# sourceMappingURL=rolatech-angular-property-rolatech-angular-property-
|
|
4724
|
+
export { AdverseCreditStatus as A, EmploymentStatus as E, PropertyUtil as P, ResidencyStatus as R, ViewingTime as V, PropertyViewType as a, PropertyViewingItemComponent as b, propertyManageOffersRoutes as c, propertyRoutes as d, propertyManageRoutes as e, featureManageRoutes as f, propertyManageViewingsRoutes as g, PropertyActionsComponent as h, PropertyItemComponent as i, PropertyPricingComponent as j, PropertyPriceType as k, lettingManageRoutes as l, PropertyVideoProvider as m, PropertyStatus as n, PropertyType as o, propertyReviewRoutes as p, PropertyInventoryStatus as q, PropertyScope as r, PropertyViewingStatus as s, tenantManageRoutes as t, PropertyViewerCategory as u, PropertyOfferTimelineStatus as v, PropertyOfferType as w, PropertyOfferStatus as x, PropertyApplicantType as y };
|
|
4725
|
+
//# sourceMappingURL=rolatech-angular-property-rolatech-angular-property-nGHNbG8j.mjs.map
|