@maplander/components 0.20.1 → 0.20.4
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/_theming.scss +15 -0
- package/bundles/maplander-components.umd.js +152 -1607
- package/bundles/maplander-components.umd.js.map +1 -1
- package/bundles/maplander-components.umd.min.js +12 -12
- package/bundles/maplander-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/document-visor/document-visor.component.js +1 -2
- package/esm2015/lib/components/document-visor/document-visor.module.js +1 -2
- package/esm2015/lib/components/document-visor/document-visor.service.js +1 -2
- package/esm2015/lib/components/document-visor/index.js +1 -2
- package/esm2015/lib/components/fab-filters/fab-filters.component.js +1 -2
- package/esm2015/lib/components/fab-filters/fab-filters.module.js +1 -2
- package/esm2015/lib/components/fab-filters/index.js +1 -2
- package/esm2015/lib/components/filters/filters.component.js +2 -3
- package/esm2015/lib/components/filters/filters.module.js +1 -2
- package/esm2015/lib/components/filters/filters.service.js +1 -2
- package/esm2015/lib/components/filters/index.js +1 -2
- package/esm2015/lib/components/filters/token.js +1 -2
- package/esm2015/lib/components/index.js +1 -2
- package/esm2015/lib/components/panorama-visor/index.js +1 -2
- package/esm2015/lib/components/panorama-visor/panorama-visor.component.js +2 -3
- package/esm2015/lib/components/panorama-visor/panorama-visor.module.js +1 -2
- package/esm2015/lib/components/property/components/announce-confirm/announce-confirm.component.js +1 -2
- package/esm2015/lib/components/property/components/announce-confirm/announce-confirm.service.js +1 -2
- package/esm2015/lib/components/property/components/custom-drag-and-drop/custom-drag-and-drop.component.js +1 -2
- package/esm2015/lib/components/property/components/details/details.component.js +2 -3
- package/esm2015/lib/components/property/components/documents/documents.component.js +1 -2
- package/esm2015/lib/components/property/components/editor/components/custom-datepicker/custom-datepicker/custom-datepicker.component.js +1 -2
- package/esm2015/lib/components/property/components/editor/components/custom-datepicker/custom-datepicker-header/custom-datepicker-header.component.js +1 -2
- package/esm2015/lib/components/property/components/editor/components/custom-datepicker/custom-datepicker.module.js +1 -2
- package/esm2015/lib/components/property/components/editor/components/custom-datepicker/date-adapter.js +1 -2
- package/esm2015/lib/components/property/components/editor/editor.component.js +2 -3
- package/esm2015/lib/components/property/components/gallery/gallery.component.js +2 -3
- package/esm2015/lib/components/property/components/gallery/gallery.service.js +1 -2
- package/esm2015/lib/components/property/components/multimedia-uploader/multimedia-uploader.component.js +2 -3
- package/esm2015/lib/components/property/components/multimedia-uploader/multimedia-uploader.service.js +1 -2
- package/esm2015/lib/components/property/components/owner-info/owner-info.component.js +1 -2
- package/esm2015/lib/components/property/components/property/property.component.js +23 -24
- package/esm2015/lib/components/property/components/slideshow/slide-show.component.js +2 -3
- package/esm2015/lib/components/property/components/stats/stats.component.js +2 -3
- package/esm2015/lib/components/property/components/stats/stats.service.js +1 -2
- package/esm2015/lib/components/property/index.js +1 -2
- package/esm2015/lib/components/property/property.module.js +1 -2
- package/esm2015/lib/components/property/token.js +1 -2
- package/esm2015/lib/components/property/validators/currency-filter-validator.js +1 -2
- package/esm2015/lib/components/property/validators/phone-fields-validator.js +1 -2
- package/esm2015/lib/components/property/validators/property-editor-validators.js +1 -2
- package/esm2015/lib/components/property/validators/remove-error.js +1 -2
- package/esm2015/lib/components/property-card/index.js +1 -2
- package/esm2015/lib/components/property-card/property-card.component.js +9 -4
- package/esm2015/lib/components/property-card/property-card.module.js +4 -3
- package/esm2015/lib/components/property-card/token.js +1 -2
- package/esm2015/lib/constantsComponents.js +1 -2
- package/esm2015/lib/directives/format-price/format-price.directive.js +1 -2
- package/esm2015/lib/directives/format-price/format-price.module.js +1 -2
- package/esm2015/lib/directives/image-error/image-error.directive.js +1 -2
- package/esm2015/lib/directives/image-error/image-error.module.js +1 -2
- package/esm2015/lib/directives/index.js +1 -2
- package/esm2015/lib/index.js +1 -2
- package/esm2015/lib/pipes/address/address-format.module.js +1 -2
- package/esm2015/lib/pipes/address/address-format.pipe.js +1 -2
- package/esm2015/lib/pipes/format-date/format-date.module.js +1 -2
- package/esm2015/lib/pipes/format-date/format-date.pipe.js +1 -2
- package/esm2015/lib/pipes/index.js +1 -2
- package/esm2015/lib/pipes/marker-price/marker-price.module.js +1 -2
- package/esm2015/lib/pipes/marker-price/marker-price.pipe.js +1 -2
- package/esm2015/lib/pipes/offering-type/offering-type.module.js +1 -2
- package/esm2015/lib/pipes/offering-type/offering-type.pipe.js +1 -2
- package/esm2015/lib/pipes/property-type/property-type.module.js +1 -2
- package/esm2015/lib/pipes/property-type/property-type.pipe.js +1 -2
- package/esm2015/lib/services/currency-converter/currency-converter.module.js +1 -2
- package/esm2015/lib/services/currency-converter/currency-converter.service.js +1 -2
- package/esm2015/lib/services/index.js +1 -2
- package/esm2015/lib/services/markers/markers.module.js +1 -2
- package/esm2015/lib/services/markers/markers.service.js +1 -2
- package/esm2015/lib/utils/classes/filters-wrapper.js +1 -2
- package/esm2015/lib/utils/classes/index.js +1 -2
- package/esm2015/lib/utils/classes/mDate.js +1 -2
- package/esm2015/lib/utils/classes/mUtils.js +1 -2
- package/esm2015/lib/utils/enums/amenity-name.js +55 -56
- package/esm2015/lib/utils/enums/filter-chip-type.js +10 -11
- package/esm2015/lib/utils/enums/filters-change-type.js +1 -2
- package/esm2015/lib/utils/enums/index.js +1 -2
- package/esm2015/lib/utils/index.js +1 -2
- package/esm2015/lib/utils/interfaces/filters.js +1 -2
- package/esm2015/lib/utils/models/amenities-list.js +1 -2
- package/esm2015/lib/utils/models/amenity-item.js +1 -2
- package/esm2015/lib/utils/models/filter-chip.js +1 -2
- package/esm2015/lib/utils/models/filters-change.js +1 -2
- package/esm2015/lib/utils/models/filters-saved.js +1 -2
- package/esm2015/lib/utils/models/index.js +1 -2
- package/esm2015/lib/utils/models/marker.js +1 -2
- package/esm2015/lib/utils/models/property-card-info.js +3 -2
- package/esm2015/lib/utils/models/property-type-item.js +1 -2
- package/esm2015/lib/utils/models/propertyStatusItem.js +1 -2
- package/esm2015/lib/utils.js +1 -2
- package/esm2015/maplander-components.js +1 -2
- package/esm2015/public_api.js +1 -2
- package/esm5/lib/components/document-visor/document-visor.component.js +1 -2
- package/esm5/lib/components/document-visor/document-visor.module.js +1 -2
- package/esm5/lib/components/document-visor/document-visor.service.js +1 -2
- package/esm5/lib/components/document-visor/index.js +1 -2
- package/esm5/lib/components/fab-filters/fab-filters.component.js +1 -2
- package/esm5/lib/components/fab-filters/fab-filters.module.js +1 -2
- package/esm5/lib/components/fab-filters/index.js +1 -2
- package/esm5/lib/components/filters/filters.component.js +2 -3
- package/esm5/lib/components/filters/filters.module.js +1 -2
- package/esm5/lib/components/filters/filters.service.js +1 -2
- package/esm5/lib/components/filters/index.js +1 -2
- package/esm5/lib/components/filters/token.js +1 -2
- package/esm5/lib/components/index.js +1 -2
- package/esm5/lib/components/panorama-visor/index.js +1 -2
- package/esm5/lib/components/panorama-visor/panorama-visor.component.js +2 -3
- package/esm5/lib/components/panorama-visor/panorama-visor.module.js +1 -2
- package/esm5/lib/components/property/components/announce-confirm/announce-confirm.component.js +1 -2
- package/esm5/lib/components/property/components/announce-confirm/announce-confirm.service.js +1 -2
- package/esm5/lib/components/property/components/custom-drag-and-drop/custom-drag-and-drop.component.js +1 -2
- package/esm5/lib/components/property/components/details/details.component.js +2 -3
- package/esm5/lib/components/property/components/documents/documents.component.js +1 -2
- package/esm5/lib/components/property/components/editor/components/custom-datepicker/custom-datepicker/custom-datepicker.component.js +1 -2
- package/esm5/lib/components/property/components/editor/components/custom-datepicker/custom-datepicker-header/custom-datepicker-header.component.js +1 -2
- package/esm5/lib/components/property/components/editor/components/custom-datepicker/custom-datepicker.module.js +1 -2
- package/esm5/lib/components/property/components/editor/components/custom-datepicker/date-adapter.js +1 -2
- package/esm5/lib/components/property/components/editor/editor.component.js +2 -3
- package/esm5/lib/components/property/components/gallery/gallery.component.js +2 -3
- package/esm5/lib/components/property/components/gallery/gallery.service.js +1 -2
- package/esm5/lib/components/property/components/multimedia-uploader/multimedia-uploader.component.js +2 -3
- package/esm5/lib/components/property/components/multimedia-uploader/multimedia-uploader.service.js +1 -2
- package/esm5/lib/components/property/components/owner-info/owner-info.component.js +1 -2
- package/esm5/lib/components/property/components/property/property.component.js +23 -24
- package/esm5/lib/components/property/components/slideshow/slide-show.component.js +2 -3
- package/esm5/lib/components/property/components/stats/stats.component.js +2 -3
- package/esm5/lib/components/property/components/stats/stats.service.js +1 -2
- package/esm5/lib/components/property/index.js +1 -2
- package/esm5/lib/components/property/property.module.js +1 -2
- package/esm5/lib/components/property/token.js +1 -2
- package/esm5/lib/components/property/validators/currency-filter-validator.js +1 -2
- package/esm5/lib/components/property/validators/phone-fields-validator.js +1 -2
- package/esm5/lib/components/property/validators/property-editor-validators.js +1 -2
- package/esm5/lib/components/property/validators/remove-error.js +1 -2
- package/esm5/lib/components/property-card/index.js +1 -2
- package/esm5/lib/components/property-card/property-card.component.js +9 -4
- package/esm5/lib/components/property-card/property-card.module.js +4 -3
- package/esm5/lib/components/property-card/token.js +1 -2
- package/esm5/lib/constantsComponents.js +1 -2
- package/esm5/lib/directives/format-price/format-price.directive.js +1 -2
- package/esm5/lib/directives/format-price/format-price.module.js +1 -2
- package/esm5/lib/directives/image-error/image-error.directive.js +1 -2
- package/esm5/lib/directives/image-error/image-error.module.js +1 -2
- package/esm5/lib/directives/index.js +1 -2
- package/esm5/lib/index.js +1 -2
- package/esm5/lib/pipes/address/address-format.module.js +1 -2
- package/esm5/lib/pipes/address/address-format.pipe.js +1 -2
- package/esm5/lib/pipes/format-date/format-date.module.js +1 -2
- package/esm5/lib/pipes/format-date/format-date.pipe.js +1 -2
- package/esm5/lib/pipes/index.js +1 -2
- package/esm5/lib/pipes/marker-price/marker-price.module.js +1 -2
- package/esm5/lib/pipes/marker-price/marker-price.pipe.js +1 -2
- package/esm5/lib/pipes/offering-type/offering-type.module.js +1 -2
- package/esm5/lib/pipes/offering-type/offering-type.pipe.js +1 -2
- package/esm5/lib/pipes/property-type/property-type.module.js +1 -2
- package/esm5/lib/pipes/property-type/property-type.pipe.js +1 -2
- package/esm5/lib/services/currency-converter/currency-converter.module.js +1 -2
- package/esm5/lib/services/currency-converter/currency-converter.service.js +1 -2
- package/esm5/lib/services/index.js +1 -2
- package/esm5/lib/services/markers/markers.module.js +1 -2
- package/esm5/lib/services/markers/markers.service.js +1 -2
- package/esm5/lib/utils/classes/filters-wrapper.js +1 -2
- package/esm5/lib/utils/classes/index.js +1 -2
- package/esm5/lib/utils/classes/mDate.js +1 -2
- package/esm5/lib/utils/classes/mUtils.js +1 -2
- package/esm5/lib/utils/enums/amenity-name.js +55 -56
- package/esm5/lib/utils/enums/filter-chip-type.js +10 -11
- package/esm5/lib/utils/enums/filters-change-type.js +1 -2
- package/esm5/lib/utils/enums/index.js +1 -2
- package/esm5/lib/utils/index.js +1 -2
- package/esm5/lib/utils/interfaces/filters.js +1 -2
- package/esm5/lib/utils/models/amenities-list.js +1 -2
- package/esm5/lib/utils/models/amenity-item.js +1 -2
- package/esm5/lib/utils/models/filter-chip.js +1 -2
- package/esm5/lib/utils/models/filters-change.js +1 -2
- package/esm5/lib/utils/models/filters-saved.js +1 -2
- package/esm5/lib/utils/models/index.js +1 -2
- package/esm5/lib/utils/models/marker.js +1 -2
- package/esm5/lib/utils/models/property-card-info.js +3 -2
- package/esm5/lib/utils/models/property-type-item.js +1 -2
- package/esm5/lib/utils/models/propertyStatusItem.js +1 -2
- package/esm5/lib/utils.js +1 -2
- package/esm5/maplander-components.js +1 -2
- package/esm5/public_api.js +1 -2
- package/fesm2015/maplander-components.js +128 -1439
- package/fesm2015/maplander-components.js.map +1 -1
- package/fesm5/maplander-components.js +132 -1443
- package/fesm5/maplander-components.js.map +1 -1
- package/lib/components/property-card/property-card.component.d.ts +1 -0
- package/lib/utils/models/property-card-info.d.ts +1 -0
- package/maplander-components.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Pipe, NgModule, Directive, ElementRef, Input, Component, Inject, Injectable, InjectionToken, Optional, Renderer2, ViewChild,
|
|
1
|
+
import { Pipe, NgModule, Directive, ElementRef, Input, Component, Inject, Injectable, InjectionToken, Optional, Renderer2, ViewChild, Output, EventEmitter, ContentChild, TemplateRef, ChangeDetectorRef, forwardRef, Injector } from '@angular/core';
|
|
2
2
|
import { CommonModule, CurrencyPipe } from '@angular/common';
|
|
3
|
-
import { LandUseEnum, PFileTypeEnum, PropertyTypeEnum, OfferingTypeEnum, StatusTypeEnum, Currency, PFile, DialogResponseType, LeadInfo, NewCompleteProperty, NewProperty, PropertyInfo,
|
|
3
|
+
import { LandUseEnum, PFileTypeEnum, PropertyTypeEnum, OfferingTypeEnum, StatusTypeEnum, Currency, PFile, DialogResponseType, LeadInfo, NewCompleteProperty, NewProperty, PropertyInfo, Features, Address, Amenities, AreaUnitEnum, Owner, NewPropertyLite } from '@maplander/types';
|
|
4
4
|
import { __values, __assign, __extends } from 'tslib';
|
|
5
5
|
import { Validators, FormBuilder, ReactiveFormsModule, FormsModule, NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
6
6
|
import { Subscription, Subject, BehaviorSubject, of } from 'rxjs';
|
|
@@ -39,7 +39,6 @@ import { RouterModule } from '@angular/router';
|
|
|
39
39
|
|
|
40
40
|
/**
|
|
41
41
|
* @fileoverview added by tsickle
|
|
42
|
-
* Generated from: lib/pipes/address/address-format.pipe.ts
|
|
43
42
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
44
43
|
*/
|
|
45
44
|
var AddressFormatPipe = /** @class */ (function () {
|
|
@@ -101,7 +100,6 @@ var AddressFormatPipe = /** @class */ (function () {
|
|
|
101
100
|
|
|
102
101
|
/**
|
|
103
102
|
* @fileoverview added by tsickle
|
|
104
|
-
* Generated from: lib/pipes/address/address-format.module.ts
|
|
105
103
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
106
104
|
*/
|
|
107
105
|
var AddressFormatModule = /** @class */ (function () {
|
|
@@ -139,7 +137,6 @@ var AddressFormatModule = /** @class */ (function () {
|
|
|
139
137
|
|
|
140
138
|
/**
|
|
141
139
|
* @fileoverview added by tsickle
|
|
142
|
-
* Generated from: lib/utils/classes/filters-wrapper.ts
|
|
143
140
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
144
141
|
*/
|
|
145
142
|
var FiltersWrapper = /** @class */ (function () {
|
|
@@ -165,18 +162,10 @@ var FiltersWrapper = /** @class */ (function () {
|
|
|
165
162
|
this._component.close();
|
|
166
163
|
};
|
|
167
164
|
return FiltersWrapper;
|
|
168
|
-
}());
|
|
169
|
-
if (false) {
|
|
170
|
-
/**
|
|
171
|
-
* @type {?}
|
|
172
|
-
* @private
|
|
173
|
-
*/
|
|
174
|
-
FiltersWrapper.prototype._component;
|
|
175
|
-
}
|
|
165
|
+
}());
|
|
176
166
|
|
|
177
167
|
/**
|
|
178
168
|
* @fileoverview added by tsickle
|
|
179
|
-
* Generated from: lib/utils/classes/mDate.ts
|
|
180
169
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
181
170
|
*/
|
|
182
171
|
/*
|
|
@@ -499,24 +488,10 @@ var MDate = /** @class */ (function () {
|
|
|
499
488
|
return this._timestamp.slice(6, this._timestamp.length);
|
|
500
489
|
};
|
|
501
490
|
return MDate;
|
|
502
|
-
}());
|
|
503
|
-
if (false) {
|
|
504
|
-
/**
|
|
505
|
-
* @type {?}
|
|
506
|
-
* @private
|
|
507
|
-
*/
|
|
508
|
-
MDate.prototype._timestamp;
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
/**
|
|
512
|
-
* @fileoverview added by tsickle
|
|
513
|
-
* Generated from: lib/utils/classes/index.ts
|
|
514
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
515
|
-
*/
|
|
491
|
+
}());
|
|
516
492
|
|
|
517
493
|
/**
|
|
518
494
|
* @fileoverview added by tsickle
|
|
519
|
-
* Generated from: lib/pipes/format-date/format-date.pipe.ts
|
|
520
495
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
521
496
|
*/
|
|
522
497
|
var FormatDatePipe = /** @class */ (function () {
|
|
@@ -554,7 +529,6 @@ var FormatDatePipe = /** @class */ (function () {
|
|
|
554
529
|
|
|
555
530
|
/**
|
|
556
531
|
* @fileoverview added by tsickle
|
|
557
|
-
* Generated from: lib/pipes/format-date/format-date.module.ts
|
|
558
532
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
559
533
|
*/
|
|
560
534
|
var FormatDateModule = /** @class */ (function () {
|
|
@@ -592,70 +566,68 @@ var FormatDateModule = /** @class */ (function () {
|
|
|
592
566
|
|
|
593
567
|
/**
|
|
594
568
|
* @fileoverview added by tsickle
|
|
595
|
-
* Generated from: lib/utils/enums/amenity-name.ts
|
|
596
569
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
597
570
|
*/
|
|
598
571
|
/** @enum {string} */
|
|
599
572
|
var AmenityName = {
|
|
600
|
-
AdjacentCommerce:
|
|
601
|
-
AdjacentGym:
|
|
602
|
-
AdjacentPicnic:
|
|
603
|
-
AirConditioner:
|
|
604
|
-
Balcony:
|
|
605
|
-
CustomerParking:
|
|
606
|
-
DiningRoom:
|
|
607
|
-
DoubleHeight:
|
|
608
|
-
DressingRooms:
|
|
609
|
-
FacingStreet:
|
|
610
|
-
Finishings:
|
|
611
|
-
Furnished:
|
|
612
|
-
Garden:
|
|
613
|
-
Gym:
|
|
614
|
-
HighResistanceFloors:
|
|
615
|
-
HighSpeedInternet:
|
|
616
|
-
InCommercialArea:
|
|
617
|
-
InIndustrialPark:
|
|
618
|
-
InShoppingCenter:
|
|
619
|
-
Jacuzzi:
|
|
620
|
-
KitchenServices:
|
|
621
|
-
MaidsBathroom:
|
|
622
|
-
ManeuverArea:
|
|
623
|
-
MeetingRoom:
|
|
624
|
-
Mezzanine:
|
|
625
|
-
MixedBuilding:
|
|
626
|
-
NaturalLighting:
|
|
627
|
-
Offices:
|
|
628
|
-
OpenSpace:
|
|
629
|
-
Platforms:
|
|
630
|
-
Playground:
|
|
631
|
-
Playroom:
|
|
632
|
-
Pool:
|
|
633
|
-
RailSpur:
|
|
634
|
-
RailYard:
|
|
635
|
-
Reception:
|
|
636
|
-
SecurityGuard:
|
|
637
|
-
Storage:
|
|
638
|
-
VisitorParking:
|
|
639
|
-
NearPublicTransportation:
|
|
640
|
-
NearShops:
|
|
641
|
-
OnBusyRoad:
|
|
642
|
-
CountrySide:
|
|
643
|
-
Downtown:
|
|
644
|
-
GoodReachableTraffic:
|
|
645
|
-
NearFitnessCentre:
|
|
646
|
-
NearHighway:
|
|
647
|
-
NearHospital:
|
|
648
|
-
NearPark:
|
|
649
|
-
NearSchools:
|
|
650
|
-
OnQuietRoad:
|
|
651
|
-
RoofGarden:
|
|
652
|
-
PetFriendly:
|
|
653
|
-
DifferentAbilities:
|
|
573
|
+
AdjacentCommerce: 'adjacentCommerce',
|
|
574
|
+
AdjacentGym: 'gym',
|
|
575
|
+
AdjacentPicnic: 'adjacentPicnic',
|
|
576
|
+
AirConditioner: 'airConditioner',
|
|
577
|
+
Balcony: 'balcony',
|
|
578
|
+
CustomerParking: 'customerParking',
|
|
579
|
+
DiningRoom: 'diningRoom',
|
|
580
|
+
DoubleHeight: 'doubleHeight',
|
|
581
|
+
DressingRooms: 'dressingRooms',
|
|
582
|
+
FacingStreet: 'facingStreet',
|
|
583
|
+
Finishings: 'finishings',
|
|
584
|
+
Furnished: 'furnished',
|
|
585
|
+
Garden: 'garden',
|
|
586
|
+
Gym: 'gym',
|
|
587
|
+
HighResistanceFloors: 'highResistanceFloors',
|
|
588
|
+
HighSpeedInternet: 'highSpeedInternet',
|
|
589
|
+
InCommercialArea: 'inCommercialArea',
|
|
590
|
+
InIndustrialPark: 'inIndustrialPark',
|
|
591
|
+
InShoppingCenter: 'inShoppingCenter',
|
|
592
|
+
Jacuzzi: 'jacuzzi',
|
|
593
|
+
KitchenServices: 'kitchenServices',
|
|
594
|
+
MaidsBathroom: 'maidsBathroom',
|
|
595
|
+
ManeuverArea: 'maneuverArea',
|
|
596
|
+
MeetingRoom: 'meetingRoom',
|
|
597
|
+
Mezzanine: 'mezzanine',
|
|
598
|
+
MixedBuilding: 'mixedBuilding',
|
|
599
|
+
NaturalLighting: 'naturalLighting',
|
|
600
|
+
Offices: 'offices',
|
|
601
|
+
OpenSpace: 'openSpace',
|
|
602
|
+
Platforms: 'platforms',
|
|
603
|
+
Playground: 'playground',
|
|
604
|
+
Playroom: 'playroom',
|
|
605
|
+
Pool: 'pool',
|
|
606
|
+
RailSpur: 'railSpur',
|
|
607
|
+
RailYard: 'maneuverArea',
|
|
608
|
+
Reception: 'reception',
|
|
609
|
+
SecurityGuard: 'securityGuard',
|
|
610
|
+
Storage: 'storage',
|
|
611
|
+
VisitorParking: 'visitorParking',
|
|
612
|
+
NearPublicTransportation: 'nearPublicTransportation',
|
|
613
|
+
NearShops: 'nearShops',
|
|
614
|
+
OnBusyRoad: 'onBusyRoad',
|
|
615
|
+
CountrySide: 'countrySide',
|
|
616
|
+
Downtown: 'downtown',
|
|
617
|
+
GoodReachableTraffic: 'goodReachableTraffic',
|
|
618
|
+
NearFitnessCentre: 'nearFitnessCentre',
|
|
619
|
+
NearHighway: 'nearHighway',
|
|
620
|
+
NearHospital: 'nearHospital',
|
|
621
|
+
NearPark: 'nearPark',
|
|
622
|
+
NearSchools: 'nearSchools',
|
|
623
|
+
OnQuietRoad: 'onQuietRoad',
|
|
624
|
+
RoofGarden: 'roofGarden',
|
|
625
|
+
PetFriendly: 'petFriendly',
|
|
626
|
+
DifferentAbilities: 'differentAbilities',
|
|
654
627
|
};
|
|
655
628
|
|
|
656
629
|
/**
|
|
657
630
|
* @fileoverview added by tsickle
|
|
658
|
-
* Generated from: lib/constantsComponents.ts
|
|
659
631
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
660
632
|
*/
|
|
661
633
|
var ConstantsComponents = /** @class */ (function () {
|
|
@@ -1183,45 +1155,10 @@ var ConstantsComponents = /** @class */ (function () {
|
|
|
1183
1155
|
{ icon: 'draft', name: 'Borrador', value: StatusTypeEnum.DRAFT }
|
|
1184
1156
|
];
|
|
1185
1157
|
return ConstantsComponents;
|
|
1186
|
-
}());
|
|
1187
|
-
if (false) {
|
|
1188
|
-
/** @type {?} */
|
|
1189
|
-
ConstantsComponents.Amenities;
|
|
1190
|
-
/** @type {?} */
|
|
1191
|
-
ConstantsComponents.DurationList;
|
|
1192
|
-
/** @type {?} */
|
|
1193
|
-
ConstantsComponents.CommissionList;
|
|
1194
|
-
/** @type {?} */
|
|
1195
|
-
ConstantsComponents.SharedCommissionList;
|
|
1196
|
-
/** @type {?} */
|
|
1197
|
-
ConstantsComponents.LandUseList;
|
|
1198
|
-
/** @type {?} */
|
|
1199
|
-
ConstantsComponents.AnnounceCheckList;
|
|
1200
|
-
/** @type {?} */
|
|
1201
|
-
ConstantsComponents.DocumentsList;
|
|
1202
|
-
/** @type {?} */
|
|
1203
|
-
ConstantsComponents.BedroomList;
|
|
1204
|
-
/** @type {?} */
|
|
1205
|
-
ConstantsComponents.BathroomList;
|
|
1206
|
-
/** @type {?} */
|
|
1207
|
-
ConstantsComponents.ParkingSpacesList;
|
|
1208
|
-
/** @type {?} */
|
|
1209
|
-
ConstantsComponents.SurfaceList;
|
|
1210
|
-
/** @type {?} */
|
|
1211
|
-
ConstantsComponents.ROIList;
|
|
1212
|
-
/** @type {?} */
|
|
1213
|
-
ConstantsComponents.PropertyTypeList;
|
|
1214
|
-
/** @type {?} */
|
|
1215
|
-
ConstantsComponents.OfferingTypeList;
|
|
1216
|
-
/** @type {?} */
|
|
1217
|
-
ConstantsComponents.LocateList;
|
|
1218
|
-
/** @type {?} */
|
|
1219
|
-
ConstantsComponents.PropertyStatusList;
|
|
1220
|
-
}
|
|
1158
|
+
}());
|
|
1221
1159
|
|
|
1222
1160
|
/**
|
|
1223
1161
|
* @fileoverview added by tsickle
|
|
1224
|
-
* Generated from: lib/utils.ts
|
|
1225
1162
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1226
1163
|
*/
|
|
1227
1164
|
var Utils = /** @class */ (function () {
|
|
@@ -1499,7 +1436,6 @@ var Utils = /** @class */ (function () {
|
|
|
1499
1436
|
|
|
1500
1437
|
/**
|
|
1501
1438
|
* @fileoverview added by tsickle
|
|
1502
|
-
* Generated from: lib/pipes/marker-price/marker-price.pipe.ts
|
|
1503
1439
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1504
1440
|
*/
|
|
1505
1441
|
var MarkerPricePipe = /** @class */ (function () {
|
|
@@ -1555,7 +1491,6 @@ var MarkerPricePipe = /** @class */ (function () {
|
|
|
1555
1491
|
|
|
1556
1492
|
/**
|
|
1557
1493
|
* @fileoverview added by tsickle
|
|
1558
|
-
* Generated from: lib/pipes/marker-price/marker-price.module.ts
|
|
1559
1494
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1560
1495
|
*/
|
|
1561
1496
|
var MarkerPriceModule = /** @class */ (function () {
|
|
@@ -1593,7 +1528,6 @@ var MarkerPriceModule = /** @class */ (function () {
|
|
|
1593
1528
|
|
|
1594
1529
|
/**
|
|
1595
1530
|
* @fileoverview added by tsickle
|
|
1596
|
-
* Generated from: lib/pipes/offering-type/offering-type.pipe.ts
|
|
1597
1531
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1598
1532
|
*/
|
|
1599
1533
|
var OfferingTypePipe = /** @class */ (function () {
|
|
@@ -1633,7 +1567,6 @@ var OfferingTypePipe = /** @class */ (function () {
|
|
|
1633
1567
|
|
|
1634
1568
|
/**
|
|
1635
1569
|
* @fileoverview added by tsickle
|
|
1636
|
-
* Generated from: lib/pipes/offering-type/offering-type.module.ts
|
|
1637
1570
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1638
1571
|
*/
|
|
1639
1572
|
var OfferingTypeModule = /** @class */ (function () {
|
|
@@ -1671,7 +1604,6 @@ var OfferingTypeModule = /** @class */ (function () {
|
|
|
1671
1604
|
|
|
1672
1605
|
/**
|
|
1673
1606
|
* @fileoverview added by tsickle
|
|
1674
|
-
* Generated from: lib/pipes/property-type/property-type.pipe.ts
|
|
1675
1607
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1676
1608
|
*/
|
|
1677
1609
|
var PropertyTypePipe = /** @class */ (function () {
|
|
@@ -1711,7 +1643,6 @@ var PropertyTypePipe = /** @class */ (function () {
|
|
|
1711
1643
|
|
|
1712
1644
|
/**
|
|
1713
1645
|
* @fileoverview added by tsickle
|
|
1714
|
-
* Generated from: lib/pipes/property-type/property-type.module.ts
|
|
1715
1646
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1716
1647
|
*/
|
|
1717
1648
|
var PropertyTypeModule = /** @class */ (function () {
|
|
@@ -1749,13 +1680,6 @@ var PropertyTypeModule = /** @class */ (function () {
|
|
|
1749
1680
|
|
|
1750
1681
|
/**
|
|
1751
1682
|
* @fileoverview added by tsickle
|
|
1752
|
-
* Generated from: lib/pipes/index.ts
|
|
1753
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1754
|
-
*/
|
|
1755
|
-
|
|
1756
|
-
/**
|
|
1757
|
-
* @fileoverview added by tsickle
|
|
1758
|
-
* Generated from: lib/directives/format-price/format-price.directive.ts
|
|
1759
1683
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1760
1684
|
*/
|
|
1761
1685
|
var FormatPriceDirective = /** @class */ (function () {
|
|
@@ -1911,42 +1835,10 @@ var FormatPriceDirective = /** @class */ (function () {
|
|
|
1911
1835
|
currency: [{ type: Input }]
|
|
1912
1836
|
};
|
|
1913
1837
|
return FormatPriceDirective;
|
|
1914
|
-
}());
|
|
1915
|
-
if (false) {
|
|
1916
|
-
/** @type {?} */
|
|
1917
|
-
FormatPriceDirective.prototype.control;
|
|
1918
|
-
/** @type {?} */
|
|
1919
|
-
FormatPriceDirective.prototype.currency;
|
|
1920
|
-
/**
|
|
1921
|
-
* @type {?}
|
|
1922
|
-
* @private
|
|
1923
|
-
*/
|
|
1924
|
-
FormatPriceDirective.prototype._el;
|
|
1925
|
-
/**
|
|
1926
|
-
* @type {?}
|
|
1927
|
-
* @private
|
|
1928
|
-
*/
|
|
1929
|
-
FormatPriceDirective.prototype._value;
|
|
1930
|
-
/**
|
|
1931
|
-
* @type {?}
|
|
1932
|
-
* @private
|
|
1933
|
-
*/
|
|
1934
|
-
FormatPriceDirective.prototype._subscription;
|
|
1935
|
-
/**
|
|
1936
|
-
* @type {?}
|
|
1937
|
-
* @private
|
|
1938
|
-
*/
|
|
1939
|
-
FormatPriceDirective.prototype._elRef;
|
|
1940
|
-
/**
|
|
1941
|
-
* @type {?}
|
|
1942
|
-
* @private
|
|
1943
|
-
*/
|
|
1944
|
-
FormatPriceDirective.prototype._currency;
|
|
1945
|
-
}
|
|
1838
|
+
}());
|
|
1946
1839
|
|
|
1947
1840
|
/**
|
|
1948
1841
|
* @fileoverview added by tsickle
|
|
1949
|
-
* Generated from: lib/directives/format-price/format-price.module.ts
|
|
1950
1842
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1951
1843
|
*/
|
|
1952
1844
|
var FormatPriceModule = /** @class */ (function () {
|
|
@@ -1985,7 +1877,6 @@ var FormatPriceModule = /** @class */ (function () {
|
|
|
1985
1877
|
|
|
1986
1878
|
/**
|
|
1987
1879
|
* @fileoverview added by tsickle
|
|
1988
|
-
* Generated from: lib/directives/image-error/image-error.directive.ts
|
|
1989
1880
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1990
1881
|
*/
|
|
1991
1882
|
var ImageErrorDirective = /** @class */ (function () {
|
|
@@ -2073,35 +1964,10 @@ var ImageErrorDirective = /** @class */ (function () {
|
|
|
2073
1964
|
typeImage: [{ type: Input }]
|
|
2074
1965
|
};
|
|
2075
1966
|
return ImageErrorDirective;
|
|
2076
|
-
}());
|
|
2077
|
-
if (false) {
|
|
2078
|
-
/** @type {?} */
|
|
2079
|
-
ImageErrorDirective.prototype.typeImage;
|
|
2080
|
-
/**
|
|
2081
|
-
* @type {?}
|
|
2082
|
-
* @private
|
|
2083
|
-
*/
|
|
2084
|
-
ImageErrorDirective.prototype._el;
|
|
2085
|
-
/**
|
|
2086
|
-
* @type {?}
|
|
2087
|
-
* @private
|
|
2088
|
-
*/
|
|
2089
|
-
ImageErrorDirective.prototype._onError;
|
|
2090
|
-
/**
|
|
2091
|
-
* @type {?}
|
|
2092
|
-
* @private
|
|
2093
|
-
*/
|
|
2094
|
-
ImageErrorDirective.prototype.CDN_URL;
|
|
2095
|
-
/**
|
|
2096
|
-
* @type {?}
|
|
2097
|
-
* @private
|
|
2098
|
-
*/
|
|
2099
|
-
ImageErrorDirective.prototype._ref;
|
|
2100
|
-
}
|
|
1967
|
+
}());
|
|
2101
1968
|
|
|
2102
1969
|
/**
|
|
2103
1970
|
* @fileoverview added by tsickle
|
|
2104
|
-
* Generated from: lib/directives/image-error/image-error.module.ts
|
|
2105
1971
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2106
1972
|
*/
|
|
2107
1973
|
var ImageErrorModule = /** @class */ (function () {
|
|
@@ -2125,13 +1991,6 @@ var ImageErrorModule = /** @class */ (function () {
|
|
|
2125
1991
|
|
|
2126
1992
|
/**
|
|
2127
1993
|
* @fileoverview added by tsickle
|
|
2128
|
-
* Generated from: lib/directives/index.ts
|
|
2129
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2130
|
-
*/
|
|
2131
|
-
|
|
2132
|
-
/**
|
|
2133
|
-
* @fileoverview added by tsickle
|
|
2134
|
-
* Generated from: lib/components/document-visor/document-visor.component.ts
|
|
2135
1994
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2136
1995
|
*/
|
|
2137
1996
|
var DocumentVisorComponent = /** @class */ (function () {
|
|
@@ -2206,25 +2065,10 @@ var DocumentVisorComponent = /** @class */ (function () {
|
|
|
2206
2065
|
{ type: MatDialogRef }
|
|
2207
2066
|
]; };
|
|
2208
2067
|
return DocumentVisorComponent;
|
|
2209
|
-
}());
|
|
2210
|
-
if (false) {
|
|
2211
|
-
/** @type {?} */
|
|
2212
|
-
DocumentVisorComponent.prototype.url;
|
|
2213
|
-
/**
|
|
2214
|
-
* @type {?}
|
|
2215
|
-
* @private
|
|
2216
|
-
*/
|
|
2217
|
-
DocumentVisorComponent.prototype._data;
|
|
2218
|
-
/**
|
|
2219
|
-
* @type {?}
|
|
2220
|
-
* @private
|
|
2221
|
-
*/
|
|
2222
|
-
DocumentVisorComponent.prototype._dialog;
|
|
2223
|
-
}
|
|
2068
|
+
}());
|
|
2224
2069
|
|
|
2225
2070
|
/**
|
|
2226
2071
|
* @fileoverview added by tsickle
|
|
2227
|
-
* Generated from: lib/components/document-visor/document-visor.service.ts
|
|
2228
2072
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2229
2073
|
*/
|
|
2230
2074
|
var DocumentVisorService = /** @class */ (function () {
|
|
@@ -2254,18 +2098,10 @@ var DocumentVisorService = /** @class */ (function () {
|
|
|
2254
2098
|
{ type: MatDialog }
|
|
2255
2099
|
]; };
|
|
2256
2100
|
return DocumentVisorService;
|
|
2257
|
-
}());
|
|
2258
|
-
if (false) {
|
|
2259
|
-
/**
|
|
2260
|
-
* @type {?}
|
|
2261
|
-
* @private
|
|
2262
|
-
*/
|
|
2263
|
-
DocumentVisorService.prototype._dialog;
|
|
2264
|
-
}
|
|
2101
|
+
}());
|
|
2265
2102
|
|
|
2266
2103
|
/**
|
|
2267
2104
|
* @fileoverview added by tsickle
|
|
2268
|
-
* Generated from: lib/components/document-visor/document-visor.module.ts
|
|
2269
2105
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2270
2106
|
*/
|
|
2271
2107
|
/** @type {?} */
|
|
@@ -2314,31 +2150,23 @@ var DocumentVisorModule = /** @class */ (function () {
|
|
|
2314
2150
|
|
|
2315
2151
|
/**
|
|
2316
2152
|
* @fileoverview added by tsickle
|
|
2317
|
-
* Generated from: lib/components/document-visor/index.ts
|
|
2318
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2319
|
-
*/
|
|
2320
|
-
|
|
2321
|
-
/**
|
|
2322
|
-
* @fileoverview added by tsickle
|
|
2323
|
-
* Generated from: lib/utils/enums/filter-chip-type.ts
|
|
2324
2153
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2325
2154
|
*/
|
|
2326
2155
|
/** @enum {string} */
|
|
2327
2156
|
var FilterChipType = {
|
|
2328
|
-
OFFERING:
|
|
2329
|
-
PROPERTY_TYPE:
|
|
2330
|
-
PRICE:
|
|
2331
|
-
BEDROOMS:
|
|
2332
|
-
BATHROOMS:
|
|
2333
|
-
PARKING_PLACES:
|
|
2334
|
-
SURFACE:
|
|
2335
|
-
AMENITIES:
|
|
2336
|
-
LISTING:
|
|
2157
|
+
OFFERING: 'OFFERING',
|
|
2158
|
+
PROPERTY_TYPE: 'PROPERTY_TYPE',
|
|
2159
|
+
PRICE: 'PRICE',
|
|
2160
|
+
BEDROOMS: 'BEDROOMS',
|
|
2161
|
+
BATHROOMS: 'BATHROOMS',
|
|
2162
|
+
PARKING_PLACES: 'PARKING_PLACES',
|
|
2163
|
+
SURFACE: 'SURFACE',
|
|
2164
|
+
AMENITIES: 'AMENITIES',
|
|
2165
|
+
LISTING: 'LISTING',
|
|
2337
2166
|
};
|
|
2338
2167
|
|
|
2339
2168
|
/**
|
|
2340
2169
|
* @fileoverview added by tsickle
|
|
2341
|
-
* Generated from: lib/utils/enums/filters-change-type.ts
|
|
2342
2170
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2343
2171
|
*/
|
|
2344
2172
|
/** @enum {number} */
|
|
@@ -2357,7 +2185,6 @@ FiltersChangeType[FiltersChangeType.LIST_TYPE] = 'LIST_TYPE';
|
|
|
2357
2185
|
|
|
2358
2186
|
/**
|
|
2359
2187
|
* @fileoverview added by tsickle
|
|
2360
|
-
* Generated from: lib/components/filters/token.ts
|
|
2361
2188
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2362
2189
|
*/
|
|
2363
2190
|
/** @type {?} */
|
|
@@ -2365,7 +2192,6 @@ var FILTERS_TOKEN = new InjectionToken('FILTERS MODULE CONFIG');
|
|
|
2365
2192
|
|
|
2366
2193
|
/**
|
|
2367
2194
|
* @fileoverview added by tsickle
|
|
2368
|
-
* Generated from: lib/components/filters/filters.service.ts
|
|
2369
2195
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2370
2196
|
*/
|
|
2371
2197
|
var FiltersService = /** @class */ (function () {
|
|
@@ -2460,33 +2286,10 @@ var FiltersService = /** @class */ (function () {
|
|
|
2460
2286
|
{ type: Boolean, decorators: [{ type: Optional }, { type: Inject, args: [FILTERS_TOKEN,] }] }
|
|
2461
2287
|
]; };
|
|
2462
2288
|
return FiltersService;
|
|
2463
|
-
}());
|
|
2464
|
-
if (false) {
|
|
2465
|
-
/**
|
|
2466
|
-
* @type {?}
|
|
2467
|
-
* @private
|
|
2468
|
-
*/
|
|
2469
|
-
FiltersService.FILTERS_SAVED_KEY;
|
|
2470
|
-
/**
|
|
2471
|
-
* @type {?}
|
|
2472
|
-
* @private
|
|
2473
|
-
*/
|
|
2474
|
-
FiltersService.prototype._notifier;
|
|
2475
|
-
/**
|
|
2476
|
-
* @type {?}
|
|
2477
|
-
* @private
|
|
2478
|
-
*/
|
|
2479
|
-
FiltersService.prototype._startComponent;
|
|
2480
|
-
/**
|
|
2481
|
-
* @type {?}
|
|
2482
|
-
* @private
|
|
2483
|
-
*/
|
|
2484
|
-
FiltersService.prototype._config;
|
|
2485
|
-
}
|
|
2289
|
+
}());
|
|
2486
2290
|
|
|
2487
2291
|
/**
|
|
2488
2292
|
* @fileoverview added by tsickle
|
|
2489
|
-
* Generated from: lib/components/fab-filters/fab-filters.component.ts
|
|
2490
2293
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2491
2294
|
*/
|
|
2492
2295
|
var FabFiltersComponent = /** @class */ (function () {
|
|
@@ -2787,54 +2590,10 @@ var FabFiltersComponent = /** @class */ (function () {
|
|
|
2787
2590
|
mlsLabel: [{ type: Input }]
|
|
2788
2591
|
};
|
|
2789
2592
|
return FabFiltersComponent;
|
|
2790
|
-
}());
|
|
2791
|
-
if (false) {
|
|
2792
|
-
/** @type {?} */
|
|
2793
|
-
FabFiltersComponent.prototype.isOPI;
|
|
2794
|
-
/** @type {?} */
|
|
2795
|
-
FabFiltersComponent.prototype.mlsLabel;
|
|
2796
|
-
/**
|
|
2797
|
-
* @type {?}
|
|
2798
|
-
* @private
|
|
2799
|
-
*/
|
|
2800
|
-
FabFiltersComponent.prototype.METERS_TO_SQ;
|
|
2801
|
-
/**
|
|
2802
|
-
* @type {?}
|
|
2803
|
-
* @private
|
|
2804
|
-
*/
|
|
2805
|
-
FabFiltersComponent.prototype._filter;
|
|
2806
|
-
/**
|
|
2807
|
-
* @type {?}
|
|
2808
|
-
* @private
|
|
2809
|
-
*/
|
|
2810
|
-
FabFiltersComponent.prototype._wrapper;
|
|
2811
|
-
/**
|
|
2812
|
-
* @type {?}
|
|
2813
|
-
* @private
|
|
2814
|
-
*/
|
|
2815
|
-
FabFiltersComponent.prototype._subscription;
|
|
2816
|
-
/** @type {?} */
|
|
2817
|
-
FabFiltersComponent.prototype.chips;
|
|
2818
|
-
/**
|
|
2819
|
-
* @type {?}
|
|
2820
|
-
* @private
|
|
2821
|
-
*/
|
|
2822
|
-
FabFiltersComponent.prototype._currency;
|
|
2823
|
-
/**
|
|
2824
|
-
* @type {?}
|
|
2825
|
-
* @private
|
|
2826
|
-
*/
|
|
2827
|
-
FabFiltersComponent.prototype._offeringPipe;
|
|
2828
|
-
/**
|
|
2829
|
-
* @type {?}
|
|
2830
|
-
* @private
|
|
2831
|
-
*/
|
|
2832
|
-
FabFiltersComponent.prototype._filtersService;
|
|
2833
|
-
}
|
|
2593
|
+
}());
|
|
2834
2594
|
|
|
2835
2595
|
/**
|
|
2836
2596
|
* @fileoverview added by tsickle
|
|
2837
|
-
* Generated from: lib/components/fab-filters/fab-filters.module.ts
|
|
2838
2597
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2839
2598
|
*/
|
|
2840
2599
|
var FabFiltersModule = /** @class */ (function () {
|
|
@@ -2863,13 +2622,6 @@ var FabFiltersModule = /** @class */ (function () {
|
|
|
2863
2622
|
|
|
2864
2623
|
/**
|
|
2865
2624
|
* @fileoverview added by tsickle
|
|
2866
|
-
* Generated from: lib/components/fab-filters/index.ts
|
|
2867
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2868
|
-
*/
|
|
2869
|
-
|
|
2870
|
-
/**
|
|
2871
|
-
* @fileoverview added by tsickle
|
|
2872
|
-
* Generated from: lib/services/currency-converter/currency-converter.service.ts
|
|
2873
2625
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2874
2626
|
*/
|
|
2875
2627
|
var CurrencyConverterService = /** @class */ (function () {
|
|
@@ -2963,13 +2715,6 @@ var CurrencyConverterService = /** @class */ (function () {
|
|
|
2963
2715
|
|
|
2964
2716
|
/**
|
|
2965
2717
|
* @fileoverview added by tsickle
|
|
2966
|
-
* Generated from: lib/utils/enums/index.ts
|
|
2967
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2968
|
-
*/
|
|
2969
|
-
|
|
2970
|
-
/**
|
|
2971
|
-
* @fileoverview added by tsickle
|
|
2972
|
-
* Generated from: lib/utils/classes/mUtils.ts
|
|
2973
2718
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2974
2719
|
*/
|
|
2975
2720
|
var MUtils = /** @class */ (function () {
|
|
@@ -3009,7 +2754,6 @@ var MUtils = /** @class */ (function () {
|
|
|
3009
2754
|
|
|
3010
2755
|
/**
|
|
3011
2756
|
* @fileoverview added by tsickle
|
|
3012
|
-
* Generated from: lib/components/property/validators/remove-error.ts
|
|
3013
2757
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3014
2758
|
*/
|
|
3015
2759
|
/**
|
|
@@ -3033,7 +2777,6 @@ function removeError(control, error) {
|
|
|
3033
2777
|
|
|
3034
2778
|
/**
|
|
3035
2779
|
* @fileoverview added by tsickle
|
|
3036
|
-
* Generated from: lib/components/property/validators/currency-filter-validator.ts
|
|
3037
2780
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3038
2781
|
*/
|
|
3039
2782
|
/**
|
|
@@ -3069,7 +2812,6 @@ function CurrencyFilterValidator(controlName, controlName2) {
|
|
|
3069
2812
|
|
|
3070
2813
|
/**
|
|
3071
2814
|
* @fileoverview added by tsickle
|
|
3072
|
-
* Generated from: lib/components/filters/filters.component.ts
|
|
3073
2815
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3074
2816
|
*/
|
|
3075
2817
|
var FiltersComponent = /** @class */ (function () {
|
|
@@ -3610,7 +3352,7 @@ var FiltersComponent = /** @class */ (function () {
|
|
|
3610
3352
|
{ type: Component, args: [{
|
|
3611
3353
|
selector: 'lib-filters',
|
|
3612
3354
|
template: "<!-- Todo: [FiltersComponent] Refactor code -->\r\n<form class=\"filters\" [formGroup]=\"filtersForm\" [ngClass]=\"{'filters--opened': propertyTypeSelected.value !== 'NONE'}\">\r\n <ng-template [ngIf]=\"!isOPI\">\r\n <div class=\"float-button-close\">\r\n <button mat-icon-button type=\"button\" class=\"float-button-close__button\" (click)=\"close()\">\r\n <mat-icon>close</mat-icon>\r\n </button>\r\n </div>\r\n </ng-template>\r\n <div class=\"body\">\r\n <div class=\"--padding\">\r\n <div class=\"header\">\r\n <mat-form-field class=\"currency\" appearance=\"outline\">\r\n <mat-label>Divisa</mat-label>\r\n <mat-select formControlName=\"currency\">\r\n <ng-container *ngFor=\"let currency of currencyList\">\r\n <mat-option [value]=\"currency.type\" (click)=\"changeCurrency(currency.type)\">\r\n {{currency.type}}\r\n </mat-option>\r\n </ng-container>\r\n </mat-select>\r\n </mat-form-field>\r\n <mat-button-toggle-group class=\"offering-type-list\" name=\"offering-type\" formControlName=\"offering\"\r\n aria-label=\"Offering type\">\r\n <mat-button-toggle (click)=\"changeOffering('SALE')\" [value]=\"'SALE'\"\r\n [disabled]=\"propertyTypeSelected.value === 'NONE' || propertyTypeSelected.value === 'ROOM'\">\r\n Venta\r\n </mat-button-toggle>\r\n <mat-button-toggle (click)=\"changeOffering('RENT')\" [value]=\"'RENT'\"\r\n [disabled]=\"propertyTypeSelected.value === 'NONE' || propertyTypeSelected.value === 'INVESTMENT'\">\r\n Renta\r\n </mat-button-toggle>\r\n </mat-button-toggle-group>\r\n </div>\r\n <div class=\"property-type-list mat-elevation-z2\">\r\n <ng-container *ngFor=\"let type of propertyTypeList; let i = index\">\r\n <ng-template [ngIf]=\"type.value !== 'NONE'\">\r\n <div class=\"property-type-list__button\">\r\n <div\r\n class=\"property-type-list__border\"\r\n [ngClass]=\"{'property-type-list__border--active': (type.value === propertyTypeSelected.value) || (propertyTypeSelected.value === 'NONE') || ((type.value === 'HOUSE' || type.value === 'APARTMENT') && propertyTypeSelected.value === 'RESIDENTIAL')}\"\r\n [ngStyle]=\"{'border-color': 'var(--' + type.iconName + ')'}\">\r\n <button mat-mini-fab=\"\" type=\"button\" (click)=\"changePropertyType(i)\"\r\n [ngStyle]=\"{'background-color': 'var(--' + type.iconName + ')'}\">\r\n <span class=\"property-type-list__icon ic-property-{{type.iconName}}\"></span>\r\n </button>\r\n </div>\r\n <span class=\"property-type-list__label\">{{type.shortName}}</span>\r\n <ng-template [ngIf]=\"type.value === 'RESIDENTIAL' && propertyTypeSelected.value === 'RESIDENTIAL'\">\r\n <div class=\"property-type-list__divider property-type-list__divider--left\"></div>\r\n <div class=\"property-type-list__divider property-type-list__divider--right\"></div>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n </div>\r\n <ng-template [ngIf]=\"isOPI\">\r\n <div class=\"all\">\r\n <button mat-raised-button=\"\" type=\"button\" class=\"all__button\"\r\n [ngClass]=\"{'all__button--active': propertyTypeSelected.value === 'NONE'}\"\r\n (click)=\"changePropertyType(9)\">Todo\r\n </button>\r\n </div>\r\n </ng-template>\r\n </div>\r\n <ng-template [ngIf]=\"propertyTypeSelected.value !== 'NONE'\">\r\n <mat-divider></mat-divider>\r\n <div class=\"--padding\">\r\n <h4 class=\"--title\">\r\n <span class=\"ic-features-price\"></span>\r\n Presupuesto\r\n </h4>\r\n <div class=\"budget\">\r\n <!-- Min price [START] -->\r\n <mat-form-field appearance=\"outline\">\r\n <mat-label>M\u00EDnimo</mat-label>\r\n <input autocomplete=\"off\" matInput=\"\" type=\"number\" title=\"Min price\" formControlName=\"minPrice\" min=\"1\" >\r\n <mat-error *ngIf=\"filtersForm.controls['minPrice'].hasError('pattern')\">\r\n Debe ingresar solo numeros\r\n </mat-error>\r\n <mat-error *ngIf=\"filtersForm.controls['minPrice'].hasError('required')\">\r\n Este campo es requerido\r\n </mat-error>\r\n </mat-form-field>\r\n <!-- Min price [END] -->\r\n <!-- Max price [START] -->\r\n <mat-form-field appearance=\"outline\">\r\n <mat-label>M\u00E1ximo</mat-label>\r\n <input autocomplete=\"off\" matInput=\"\" type=\"number\" title=\"max price\" formControlName=\"maxPrice\">\r\n <mat-error *ngIf=\"filtersForm.controls['maxPrice'].hasError('pattern')\">\r\n Debe ingresar solo numeros\r\n </mat-error>\r\n <mat-error *ngIf=\"filtersForm.controls['maxPrice'].hasError('required')\">\r\n Este campo es requerido\r\n </mat-error>\r\n <mat-error *ngIf=\"filtersForm.controls['maxPrice'].hasError('currency')\">\r\n Valor minimo excedido\r\n </mat-error>\r\n </mat-form-field>\r\n <!-- Max price [END] -->\r\n </div>\r\n <div class=\"features\">\r\n <ng-template\r\n [ngIf]=\"propertyTypeSelected.value === 'RESIDENTIAL' || propertyTypeSelected.value === 'HOUSE' || propertyTypeSelected.value === 'APARTMENT'\">\r\n <div class=\"features__bedrooms\">\r\n <h4 class=\"--title\">\r\n <span class=\"ic-features-bedroom\"></span>\r\n Habitaciones\r\n </h4>\r\n <mat-button-toggle-group name=\"bedrooms\" aria-label=\"Bedrooms\" formControlName=\"bedrooms\">\r\n <ng-container *ngFor=\"let bedroom of bedroomsList\">\r\n <ng-template [ngIf]=\"bedroom === 0\" [ngIfElse]=\"bedroomNumber\">\r\n <mat-button-toggle [value]=\"bedroom\" class=\"features__bedrooms--unlimited\">\r\n Sin <br> l\u00EDmite\r\n </mat-button-toggle>\r\n </ng-template>\r\n <ng-template #bedroomNumber>\r\n <mat-button-toggle [value]=\"bedroom\">{{bedroom}}+\r\n </mat-button-toggle>\r\n </ng-template>\r\n </ng-container>\r\n </mat-button-toggle-group>\r\n </div>\r\n <div class=\"features__bathrooms\">\r\n <h4 class=\"--title\">\r\n <span class=\"ic-features-bathroom\"></span>\r\n Ba\u00F1os\r\n </h4>\r\n <mat-button-toggle-group name=\"bathrooms\" aria-label=\"Bathrooms\" formControlName=\"bathrooms\">\r\n <ng-container *ngFor=\"let bathroom of bathroomsList\">\r\n <ng-template [ngIf]=\"bathroom === 0\" [ngIfElse]=\"bathroomNumber\">\r\n <mat-button-toggle [value]=\"bathroom\"\r\n class=\"features__bathrooms--unlimited\">\r\n Sin <br> l\u00EDmite\r\n </mat-button-toggle>\r\n </ng-template>\r\n <ng-template #bathroomNumber>\r\n <mat-button-toggle [value]=\"bathroom\">{{bathroom}}+\r\n </mat-button-toggle>\r\n </ng-template>\r\n </ng-container>\r\n </mat-button-toggle-group>\r\n </div>\r\n </ng-template>\r\n <ng-template [ngIf]=\"propertyTypeSelected.value !== 'LAND' && propertyTypeSelected.value !== 'INVESTMENT'\">\r\n <div class=\"features__parking-places\">\r\n <h4 class=\"--title\">\r\n <span class=\"ic-features-parking\"></span>\r\n Estacionamientos\r\n </h4>\r\n <mat-button-toggle-group name=\"parking_places\" aria-label=\"Parking Places\"\r\n formControlName=\"parkingPlaces\">\r\n <ng-container *ngFor=\"let parking of parkingPlacesList\">\r\n <ng-template [ngIf]=\"parking === 0\" [ngIfElse]=\"parkingNumber\">\r\n <mat-button-toggle [value]=\"parking\"\r\n class=\"features__parking-places--unlimited\">\r\n Sin <br> l\u00EDmite\r\n </mat-button-toggle>\r\n </ng-template>\r\n <ng-template #parkingNumber>\r\n <mat-button-toggle [value]=\"parking\">{{parking}}+\r\n </mat-button-toggle>\r\n </ng-template>\r\n </ng-container>\r\n </mat-button-toggle-group>\r\n </div>\r\n </ng-template>\r\n <ng-template [ngIf]=\"propertyTypeSelected.value !== 'INVESTMENT'\">\r\n <div class=\"features__surface\">\r\n <h4 class=\"--title\">\r\n <span class=\"ic-features-surface\"></span>\r\n Superficie\r\n </h4>\r\n <div class=\"--row\">\r\n <mat-form-field appearance=\"outline\" class=\"--col\">\r\n <mat-label>\u00C1rea</mat-label>\r\n <mat-select formControlName=\"surface\">\r\n <mat-option [value]=\"0\">\r\n Sin l\u00EDmite\r\n </mat-option>\r\n <ng-container *ngFor=\"let surface of surfaceList\">\r\n <mat-option [value]=\"surface\">\r\n {{surface}}\r\n </mat-option>\r\n </ng-container>\r\n </mat-select>\r\n </mat-form-field>\r\n <mat-button-toggle-group name=\"unit_surface\" aria-label=\"Unit surface\" formControlName=\"surfaceUnit\">\r\n <mat-button-toggle [value]=\"0\">m2</mat-button-toggle>\r\n <mat-button-toggle [value]=\"1\">sq ft</mat-button-toggle>\r\n </mat-button-toggle-group>\r\n </div>\r\n </div>\r\n </ng-template>\r\n <ng-template [ngIf]=\"propertyTypeSelected.value === 'INVESTMENT'\">\r\n <div class=\"feature investment\">\r\n <h4 class=\"--title\">Retorno de inversi\u00F3n</h4>\r\n <mat-form-field appearance=\"outline\" class=\"--col\">\r\n <mat-label>Porcentaje</mat-label>\r\n <mat-select formControlName=\"roi\">\r\n <mat-option [value]=\"0\">\r\n Sin l\u00EDmite\r\n </mat-option>\r\n <ng-container *ngFor=\"let roi of roiList\">\r\n <mat-option [value]=\"roi\">\r\n {{roi}}%\r\n </mat-option>\r\n </ng-container>\r\n </mat-select>\r\n </mat-form-field>\r\n </div>\r\n </ng-template>\r\n <div class=\"amenities-container\">\r\n <ng-template [ngIf]=\"propertyTypeSelected.amenities.length > 0\">\r\n <div class=\"amenities\">\r\n <h4 class=\"--title\">\r\n Amenidades\r\n </h4>\r\n <div class=\"amenities__list\">\r\n <ng-container *ngFor=\"let amenity of propertyTypeSelected.amenities\">\r\n <div class=\"amenities__amenity\" matRipple (click)=\"updateAmenity(amenity)\">\r\n <span class=\"amenity__icon ic-amenities-{{amenity.iconName}}\"\r\n [ngClass]=\"{'amenity--active': amenity.checked}\"></span>\r\n <span class=\"amenity__label\">{{amenity.name}}</span>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </ng-template>\r\n <ng-template [ngIf]=\"propertyTypeSelected.features.length > 0\">\r\n <div class=\"amenities\">\r\n <h4 class=\"--title\">\r\n Caracteristicas de la ubicaci\u00F3n\r\n </h4>\r\n <div class=\"amenities__list\">\r\n <ng-container *ngFor=\"let feature of propertyTypeSelected.features\">\r\n <div class=\"amenities__amenity\" matRipple (click)=\"updateAmenity(feature)\">\r\n <span class=\"amenity__icon ic-amenities-{{feature.iconName}}\"\r\n [ngClass]=\"{'amenity--active': feature.checked}\"></span>\r\n <span class=\"amenity__label\">{{feature.name}}</span>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </ng-template>\r\n </div>\r\n </div>\r\n </div>\r\n </ng-template>\r\n </div>\r\n <div class=\"actions\">\r\n <ng-template [ngIf]=\"!isOPI\" [ngIfElse]=\"closeButtonTemplate\">\r\n <button mat-flat-button=\"\" type=\"button\" class=\"action__button\" color=\"primary\" (click)=\"saveSearchByFilters()\">\r\n GUARDAR\r\n </button>\r\n </ng-template>\r\n <ng-template #closeButtonTemplate>\r\n <button mat-flat-button=\"\" type=\"button\" class=\"action__button\" color=\"primary\" (click)=\"close()\">CERRAR</button>\r\n </ng-template>\r\n <button mat-flat-button=\"\" type=\"button\" class=\"action__button\" color=\"primary\"\r\n (click)=\"resetFilters()\">LIMPIAR\r\n </button>\r\n <button mat-flat-button=\"\" type=\"submit\" class=\"action__button\" color=\"primary\"\r\n (click)=\"applyFilters()\">APLICAR\r\n </button>\r\n </div>\r\n</form>\r\n",
|
|
3613
|
-
styles: [":host{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;display:flex;background:var(--overlay);transition:250ms}.filters--opened{height:90%!important}@media screen and (max-width:600px){.filters--opened{width:100%!important;height:100%!important;top:0!important}}.filters{width:700px;height:auto;margin:auto;border-radius:16px;position:relative;overflow:hidden;transition:150ms}.filters .--padding{padding:16px 48px;box-sizing:border-box}.filters .--row{display:flex;justify-content:space-between;align-items:flex-start}.filters .--col{width:45%}.filters .--title{margin:16px 0;color:#707070}.filters .float-button-close{position:absolute;top:16px;right:16px;height:16px;border-radius:50%}.filters .body{height:calc(100% - 36px);overflow-x:hidden;overflow-y:auto}.filters .header{display:flex;align-items:center;justify-content:space-around;margin-bottom:8px}.filters .listing-types{width:100%;border-radius:16px}.filters .listing-types mat-button-toggle{width:50%;height:36px}.filters ::ng-deep .listing-types mat-button-toggle button{height:36px}.filters ::ng-deep .listing-types mat-button-toggle button .mat-button-toggle-label-content{line-height:36px}.filters .currency ::ng-deep .mat-form-field-wrapper{padding:0}@media screen and (max-width:600px){.filters{width:100%;position:absolute;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;top:initial;bottom:0;left:0}.filters .--padding{padding:16px 24px}.filters .header{flex-direction:column}.filters .currency{width:70%;margin-bottom:8px}}.filters .offering-type-list{width:40%;border-radius:16px}.filters .offering-type-list mat-button-toggle{width:50%;height:36px}.filters ::ng-deep .offering-type-list mat-button-toggle button{height:36px}.filters ::ng-deep .offering-type-list mat-button-toggle button .mat-button-toggle-label-content{line-height:36px}.filters .property-type-list{display:-ms-grid;display:grid;-ms-grid-columns:(
|
|
3355
|
+
styles: [":host{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;display:flex;background:var(--overlay);transition:250ms}.filters--opened{height:90%!important}@media screen and (max-width:600px){.filters--opened{width:100%!important;height:100%!important;top:0!important}}.filters{width:700px;height:auto;margin:auto;border-radius:16px;position:relative;overflow:hidden;transition:150ms}.filters .--padding{padding:16px 48px;box-sizing:border-box}.filters .--row{display:flex;justify-content:space-between;align-items:flex-start}.filters .--col{width:45%}.filters .--title{margin:16px 0;color:#707070}.filters .float-button-close{position:absolute;top:16px;right:16px;height:16px;border-radius:50%}.filters .body{height:calc(100% - 36px);overflow-x:hidden;overflow-y:auto}.filters .header{display:flex;align-items:center;justify-content:space-around;margin-bottom:8px}.filters .listing-types{width:100%;border-radius:16px}.filters .listing-types mat-button-toggle{width:50%;height:36px}.filters ::ng-deep .listing-types mat-button-toggle button{height:36px}.filters ::ng-deep .listing-types mat-button-toggle button .mat-button-toggle-label-content{line-height:36px}.filters .currency ::ng-deep .mat-form-field-wrapper{padding:0}@media screen and (max-width:600px){.filters{width:100%;position:absolute;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;top:initial;bottom:0;left:0}.filters .--padding{padding:16px 24px}.filters .header{flex-direction:column}.filters .currency{width:70%;margin-bottom:8px}}.filters .offering-type-list{width:40%;border-radius:16px}.filters .offering-type-list mat-button-toggle{width:50%;height:36px}.filters ::ng-deep .offering-type-list mat-button-toggle button{height:36px}.filters ::ng-deep .offering-type-list mat-button-toggle button .mat-button-toggle-label-content{line-height:36px}.filters .property-type-list{display:-ms-grid;display:grid;-ms-grid-columns:(calc(100% / 9))[9];grid-template-columns:repeat(9,calc(100% / 9));-ms-grid-rows:(80px)[1];grid-template-rows:repeat(1,80px);border-radius:40px;padding:8px;box-sizing:border-box}.filters .property-type-list .property-type-list__button{margin:auto;position:relative}.filters .property-type-list .property-type-list__button button{box-shadow:none}.filters .property-type-list .property-type-list__icon{width:24px;height:24px;font-size:24px}.filters .property-type-list .property-type-list__border{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;opacity:.7;border-radius:50%;box-sizing:border-box}.filters .property-type-list .property-type-list__border--active{padding:4px;border:2px solid;opacity:1!important}.filters .property-type-list .property-type-list__label{font-size:12px;display:block;margin:8px 0;text-align:center}.filters .property-type-list .property-type-list__divider{width:14%;height:2px;background:#707070;top:30%;position:absolute}.filters .property-type-list .property-type-list__divider--left{left:-9px}.filters .property-type-list .property-type-list__divider--right{right:-9px}@media screen and (max-width:600px){.filters .offering-type-list{width:70%}.filters .property-type-list{-ms-grid-columns:(calc(100% / 3))[3];grid-template-columns:repeat(3,calc(100% / 3));-ms-grid-rows:(80px)[3];grid-template-rows:repeat(3,80px)}.filters .property-type-list .property-type-list__divider{width:60%}.filters .property-type-list .property-type-list__divider--left{left:-38px}.filters .property-type-list .property-type-list__divider--right{right:-38px}}.filters .all{width:100%;margin:8px 0}.filters .all .all__button{margin:0 40%;width:20%;border-radius:16px;background:0 0}.filters .budget{display:flex}.filters .budget mat-form-field{margin-right:8px;width:calc(100% / 2 - 8px)}.filters .features{display:-ms-grid;display:grid;-ms-grid-columns:(50%)[2];grid-template-columns:repeat(2,50%);-ms-grid-rows:(auto)[2];grid-template-rows:repeat(2,auto)}@media screen and (max-width:600px){.filters .all .all__button{width:50%;margin:0 25%}.filters .features{display:block}.filters .amenities-container{flex-direction:column}}.filters .features .features__bathrooms mat-button-toggle-group,.filters .features .features__bedrooms mat-button-toggle-group,.filters .features .features__parking-places mat-button-toggle-group{width:calc(100% - 16px)}.filters .features .features__bathrooms mat-button-toggle-group mat-button-toggle,.filters .features .features__bedrooms mat-button-toggle-group mat-button-toggle,.filters .features .features__parking-places mat-button-toggle-group mat-button-toggle{width:calc(100% / 5)}.filters .features .features__bedrooms--unlimited ::ng-deep .mat-button-toggle-label-content{line-height:16px;padding:8px;font-size:12px}.filters .features .features__bathrooms--unlimited ::ng-deep .mat-button-toggle-label-content{line-height:16px;padding:8px;font-size:12px}.filters .features .features__parking-places--unlimited ::ng-deep .mat-button-toggle-label-content{line-height:16px;padding:8px;font-size:12px}.filters .features .features__surface mat-button-toggle-group{margin-top:6px;margin-right:16px}.filters .amenities-container{width:100%;-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:2;grid-column-end:3;display:flex}.filters .amenities{width:50%}@media screen and (max-width:600px){.filters .amenities{width:100%}}.filters .amenities__amenity{width:calc(100% / 3 - 24px);height:120px;border-radius:8px;padding:8px;display:inline-flex;flex-direction:column;align-items:center;box-sizing:border-box;margin:0 8px 8px 0;cursor:pointer}.filters .amenity__icon{display:block;width:24px;height:24px;margin:8px auto;font-size:24px;padding:8px;border-radius:50%}.filters .amenity__label{width:100%;display:block;text-align:center;font-size:12px;margin:auto}.filters .actions{display:flex}.filters .actions .action__button{width:50%;border-radius:0}"]
|
|
3614
3356
|
}] }
|
|
3615
3357
|
];
|
|
3616
3358
|
/** @nocollapse */
|
|
@@ -3626,98 +3368,10 @@ var FiltersComponent = /** @class */ (function () {
|
|
|
3626
3368
|
utils: [{ type: Input }]
|
|
3627
3369
|
};
|
|
3628
3370
|
return FiltersComponent;
|
|
3629
|
-
}());
|
|
3630
|
-
if (false) {
|
|
3631
|
-
/** @type {?} */
|
|
3632
|
-
FiltersComponent.prototype.utils;
|
|
3633
|
-
/**
|
|
3634
|
-
* @type {?}
|
|
3635
|
-
* @private
|
|
3636
|
-
*/
|
|
3637
|
-
FiltersComponent.prototype.METERS_TO_SQ;
|
|
3638
|
-
/**
|
|
3639
|
-
* @type {?}
|
|
3640
|
-
* @private
|
|
3641
|
-
*/
|
|
3642
|
-
FiltersComponent.prototype._tmpMinPriceList;
|
|
3643
|
-
/**
|
|
3644
|
-
* @type {?}
|
|
3645
|
-
* @private
|
|
3646
|
-
*/
|
|
3647
|
-
FiltersComponent.prototype._tmpMaxPriceList;
|
|
3648
|
-
/**
|
|
3649
|
-
* @type {?}
|
|
3650
|
-
* @private
|
|
3651
|
-
*/
|
|
3652
|
-
FiltersComponent.prototype._subscription;
|
|
3653
|
-
/**
|
|
3654
|
-
* @type {?}
|
|
3655
|
-
* @private
|
|
3656
|
-
*/
|
|
3657
|
-
FiltersComponent.prototype._isSharedProperties;
|
|
3658
|
-
/** @type {?} */
|
|
3659
|
-
FiltersComponent.prototype.filtersForm;
|
|
3660
|
-
/** @type {?} */
|
|
3661
|
-
FiltersComponent.prototype.propertyTypeList;
|
|
3662
|
-
/** @type {?} */
|
|
3663
|
-
FiltersComponent.prototype.bedroomsList;
|
|
3664
|
-
/** @type {?} */
|
|
3665
|
-
FiltersComponent.prototype.bathroomsList;
|
|
3666
|
-
/** @type {?} */
|
|
3667
|
-
FiltersComponent.prototype.parkingPlacesList;
|
|
3668
|
-
/** @type {?} */
|
|
3669
|
-
FiltersComponent.prototype.currencyList;
|
|
3670
|
-
/** @type {?} */
|
|
3671
|
-
FiltersComponent.prototype.minPriceList;
|
|
3672
|
-
/** @type {?} */
|
|
3673
|
-
FiltersComponent.prototype.maxPriceList;
|
|
3674
|
-
/** @type {?} */
|
|
3675
|
-
FiltersComponent.prototype.surfaceList;
|
|
3676
|
-
/** @type {?} */
|
|
3677
|
-
FiltersComponent.prototype.roiList;
|
|
3678
|
-
/** @type {?} */
|
|
3679
|
-
FiltersComponent.prototype.propertyTypeSelected;
|
|
3680
|
-
/** @type {?} */
|
|
3681
|
-
FiltersComponent.prototype.filter;
|
|
3682
|
-
/** @type {?} */
|
|
3683
|
-
FiltersComponent.prototype.isOPI;
|
|
3684
|
-
/** @type {?} */
|
|
3685
|
-
FiltersComponent.prototype.surfaceUnitSelected;
|
|
3686
|
-
/**
|
|
3687
|
-
* @type {?}
|
|
3688
|
-
* @private
|
|
3689
|
-
*/
|
|
3690
|
-
FiltersComponent.prototype._config;
|
|
3691
|
-
/**
|
|
3692
|
-
* @type {?}
|
|
3693
|
-
* @private
|
|
3694
|
-
*/
|
|
3695
|
-
FiltersComponent.prototype._render;
|
|
3696
|
-
/**
|
|
3697
|
-
* @type {?}
|
|
3698
|
-
* @private
|
|
3699
|
-
*/
|
|
3700
|
-
FiltersComponent.prototype._ref;
|
|
3701
|
-
/**
|
|
3702
|
-
* @type {?}
|
|
3703
|
-
* @private
|
|
3704
|
-
*/
|
|
3705
|
-
FiltersComponent.prototype._service;
|
|
3706
|
-
/**
|
|
3707
|
-
* @type {?}
|
|
3708
|
-
* @private
|
|
3709
|
-
*/
|
|
3710
|
-
FiltersComponent.prototype._formBuilder;
|
|
3711
|
-
/**
|
|
3712
|
-
* @type {?}
|
|
3713
|
-
* @private
|
|
3714
|
-
*/
|
|
3715
|
-
FiltersComponent.prototype._converter;
|
|
3716
|
-
}
|
|
3371
|
+
}());
|
|
3717
3372
|
|
|
3718
3373
|
/**
|
|
3719
3374
|
* @fileoverview added by tsickle
|
|
3720
|
-
* Generated from: lib/services/currency-converter/currency-converter.module.ts
|
|
3721
3375
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3722
3376
|
*/
|
|
3723
3377
|
var CurrencyConverterModule = /** @class */ (function () {
|
|
@@ -3749,7 +3403,6 @@ var CurrencyConverterModule = /** @class */ (function () {
|
|
|
3749
3403
|
|
|
3750
3404
|
/**
|
|
3751
3405
|
* @fileoverview added by tsickle
|
|
3752
|
-
* Generated from: lib/components/filters/filters.module.ts
|
|
3753
3406
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3754
3407
|
*/
|
|
3755
3408
|
var FiltersModule = /** @class */ (function () {
|
|
@@ -3808,13 +3461,6 @@ var FiltersModule = /** @class */ (function () {
|
|
|
3808
3461
|
|
|
3809
3462
|
/**
|
|
3810
3463
|
* @fileoverview added by tsickle
|
|
3811
|
-
* Generated from: lib/components/filters/index.ts
|
|
3812
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3813
|
-
*/
|
|
3814
|
-
|
|
3815
|
-
/**
|
|
3816
|
-
* @fileoverview added by tsickle
|
|
3817
|
-
* Generated from: lib/components/panorama-visor/panorama-visor.component.ts
|
|
3818
3464
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3819
3465
|
*/
|
|
3820
3466
|
var PanoramaVisorComponent = /** @class */ (function () {
|
|
@@ -4044,7 +3690,7 @@ var PanoramaVisorComponent = /** @class */ (function () {
|
|
|
4044
3690
|
{ type: Component, args: [{
|
|
4045
3691
|
selector: 'lib-panorama-visor',
|
|
4046
3692
|
template: "<div class=\"panorama-visor\">\r\n <ng-template [ngIf]=\"!showPanorama\">\r\n <div class=\"panorama-visor__loading\">\r\n <img class=\"loading__image\" src=\"https://storage.googleapis.com/maplander-develop/public/file/front-end/cdn/360-animation.gif\" alt=\"360 icon\">\r\n <p class=\"loading__label\">Cargando...</p>\r\n </div>\r\n </ng-template>\r\n <div #container class=\"panorama-visor__container\" [ngStyle]=\"{'opacity': showPanorama ? '1' : '0'}\">\r\n <div class=\"panorama-visor__actions\">\r\n <a mat-icon-button class=\"actions__menu-item\">\r\n <mat-icon>settings</mat-icon>\r\n <ul class=\"menu-item__hidden-list mat-elevation-z2\">\r\n <li mat-menu-item class=\"hidden-list__item\">\r\n Control\r\n <ul class=\"hidden-list__nested-list mat-elevation-z2\">\r\n <li mat-menu-item class=\"nested-list__item\" *ngIf=\"!isTouch\" (click)=\"changeControl('MOUSE')\">\r\n Mouse\r\n </li>\r\n <li mat-menu-item class=\"nested-list__item\" *ngIf=\"isTouch\" (click)=\"changeControl('TOUCH')\">\r\n Touch\r\n </li>\r\n <li mat-menu-item class=\"nested-list__item\" (click)=\"changeControl('SENSOR')\">\r\n Sensor\r\n </li>\r\n </ul>\r\n </li>\r\n <li mat-menu-item class=\"hidden-list__item\">\r\n Mode\r\n <ul class=\"hidden-list__nested-list mat-elevation-z2\">\r\n <li mat-menu-item class=\"nested-list__item\" (click)=\"changeMode('NORMAL')\">\r\n Normal\r\n </li>\r\n <li mat-menu-item class=\"nested-list__item\" (click)=\"changeMode('CARDBOARD')\">\r\n Cardboard\r\n </li>\r\n <li mat-menu-item class=\"nested-list__item\" (click)=\"changeMode('STEREOSCOPIC')\">\r\n Stereoscopic\r\n </li>\r\n </ul>\r\n </li>\r\n </ul>\r\n </a>\r\n <button mat-icon-button (click)=\"fullscreen()\">\r\n <mat-icon *ngIf=\"!isFullScreen\">fullscreen</mat-icon>\r\n <mat-icon *ngIf=\"isFullScreen\">fullscreen_exit</mat-icon>\r\n </button>\r\n </div>\r\n </div>\r\n</div>\r\n",
|
|
4047
|
-
styles: [":host{display:block;width:inherit;height:inherit}.panorama-visor{width:100%;padding-bottom:
|
|
3693
|
+
styles: [":host{display:block;width:inherit;height:inherit}.panorama-visor{width:100%;padding-bottom:calc(100% / 4 * 3);position:relative;border-radius:8px;transition:.2s;cursor:move}.panorama-visor__loading{position:absolute;width:100%;height:100%;font-size:12px;display:flex;flex-direction:column;align-items:center;justify-content:center}.loading__image{width:200px}.loading__label{color:#fff;font-weight:700}.panorama-visor__actions{position:absolute;border-radius:0 8px 8px 0;background:rgba(0,0,0,.4);z-index:100;color:#fff}.panorama-visor__actions button{display:block}.actions__menu-item{position:relative}.actions__menu-item:hover .menu-item__hidden-list,.hidden-list__item:hover .hidden-list__nested-list{display:block}.hidden-list__nested-list,.menu-item__hidden-list{display:none;list-style:none;position:absolute;background:#fff;margin:0;padding:0;left:calc(100% - 8px);top:0;z-index:1;border-radius:4px}.hidden-list__item,.nested-list__item{min-width:80px;padding:0 16px;text-align:left;cursor:pointer}.panorama-visor__container{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px;transition:250ms}::ng-deep .panorama-visor__container canvas{width:100%!important;height:100%!important}"]
|
|
4048
3694
|
}] }
|
|
4049
3695
|
];
|
|
4050
3696
|
/** @nocollapse */
|
|
@@ -4056,41 +3702,10 @@ var PanoramaVisorComponent = /** @class */ (function () {
|
|
|
4056
3702
|
_container: [{ type: ViewChild, args: ['container', { static: true },] }]
|
|
4057
3703
|
};
|
|
4058
3704
|
return PanoramaVisorComponent;
|
|
4059
|
-
}());
|
|
4060
|
-
if (false) {
|
|
4061
|
-
/** @type {?} */
|
|
4062
|
-
PanoramaVisorComponent.prototype.url;
|
|
4063
|
-
/**
|
|
4064
|
-
* @type {?}
|
|
4065
|
-
* @private
|
|
4066
|
-
*/
|
|
4067
|
-
PanoramaVisorComponent.prototype._container;
|
|
4068
|
-
/**
|
|
4069
|
-
* @type {?}
|
|
4070
|
-
* @private
|
|
4071
|
-
*/
|
|
4072
|
-
PanoramaVisorComponent.prototype._panorama;
|
|
4073
|
-
/**
|
|
4074
|
-
* @type {?}
|
|
4075
|
-
* @private
|
|
4076
|
-
*/
|
|
4077
|
-
PanoramaVisorComponent.prototype._viewer;
|
|
4078
|
-
/** @type {?} */
|
|
4079
|
-
PanoramaVisorComponent.prototype.isTouch;
|
|
4080
|
-
/** @type {?} */
|
|
4081
|
-
PanoramaVisorComponent.prototype.showPanorama;
|
|
4082
|
-
/** @type {?} */
|
|
4083
|
-
PanoramaVisorComponent.prototype.isFullScreen;
|
|
4084
|
-
/**
|
|
4085
|
-
* @type {?}
|
|
4086
|
-
* @private
|
|
4087
|
-
*/
|
|
4088
|
-
PanoramaVisorComponent.prototype._lazy;
|
|
4089
|
-
}
|
|
3705
|
+
}());
|
|
4090
3706
|
|
|
4091
3707
|
/**
|
|
4092
3708
|
* @fileoverview added by tsickle
|
|
4093
|
-
* Generated from: lib/components/panorama-visor/panorama-visor.module.ts
|
|
4094
3709
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4095
3710
|
*/
|
|
4096
3711
|
var PanoramaVisorModule = /** @class */ (function () {
|
|
@@ -4118,27 +3733,8 @@ var PanoramaVisorModule = /** @class */ (function () {
|
|
|
4118
3733
|
|
|
4119
3734
|
/**
|
|
4120
3735
|
* @fileoverview added by tsickle
|
|
4121
|
-
* Generated from: lib/components/panorama-visor/index.ts
|
|
4122
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4123
|
-
*/
|
|
4124
|
-
|
|
4125
|
-
/**
|
|
4126
|
-
* @fileoverview added by tsickle
|
|
4127
|
-
* Generated from: lib/components/property/components/multimedia-uploader/multimedia-uploader.component.ts
|
|
4128
3736
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4129
3737
|
*/
|
|
4130
|
-
/**
|
|
4131
|
-
* @record
|
|
4132
|
-
*/
|
|
4133
|
-
function MultimediaUploaderData() { }
|
|
4134
|
-
if (false) {
|
|
4135
|
-
/** @type {?} */
|
|
4136
|
-
MultimediaUploaderData.prototype.currentType;
|
|
4137
|
-
/** @type {?} */
|
|
4138
|
-
MultimediaUploaderData.prototype.multimedia;
|
|
4139
|
-
/** @type {?} */
|
|
4140
|
-
MultimediaUploaderData.prototype.newMedia;
|
|
4141
|
-
}
|
|
4142
3738
|
var MultimediaUploaderComponent = /** @class */ (function () {
|
|
4143
3739
|
function MultimediaUploaderComponent(_data, _dialog) {
|
|
4144
3740
|
this._data = _data;
|
|
@@ -4530,7 +4126,7 @@ var MultimediaUploaderComponent = /** @class */ (function () {
|
|
|
4530
4126
|
{ type: Component, args: [{
|
|
4531
4127
|
selector: 'lib-property-multimedia-uploader',
|
|
4532
4128
|
template: "<div class=\"multimedia-uploader\">\r\n <p class=\"title\">\r\n Multimedia\r\n <ng-template [ngIf]=\"currentIndex !== 2\">\r\n <lib-upload-file [content]=\"buttonUploadTemplate\" [noCrop]=\"true\" [fab]=\"true\" [fileType]=\"fileType\" [aspectRatio]=\"4 / 3\"\r\n [multiple]=\"true\"\r\n (loadImage)=\"onUploadImage($event)\">\r\n <ng-template #buttonUploadTemplate>\r\n <button mat-icon-button color=\"primary\">\r\n <mat-icon>add</mat-icon>\r\n </button>\r\n </ng-template>\r\n </lib-upload-file>\r\n </ng-template>\r\n </p>\r\n <mat-tab-group class=\"multimedia-uploader__tab-group\" [selectedIndex]=\"currentIndex\"\r\n (selectedIndexChange)=\"onTabChanged($event)\">\r\n <mat-tab label=\"Fotografias\">\r\n <lib-custom-drag-and-drop [items]=\"images\" [content]=\"imageTemplate\" (itemsChanged)=\"onListChanged($event)\">\r\n <ng-template #imageTemplate let-image=\"image\" let-index=\"index\">\r\n <div class=\"list__item\" [ngClass]=\"{'first-photo': index === 0}\">\r\n <img alt=\"Property image\" [src]=\"image.fileCS.thumbnail\" class=\"list__item-img\">\r\n <button mat-icon-button class=\"list__item-button mat-elevation-z2\" (click)=\"removeMedia(image)\">\r\n <mat-icon class=\"list__item-icon\">close</mat-icon>\r\n </button>\r\n </div>\r\n </ng-template>\r\n </lib-custom-drag-and-drop>\r\n </mat-tab>\r\n <mat-tab label=\"Esfericas\">\r\n <lib-custom-drag-and-drop [items]=\"images360\" [content]=\"image360Template\" (itemsChanged)=\"onListChanged($event)\">\r\n <ng-template #image360Template let-image=\"image\">\r\n <div class=\"list__item\">\r\n <img alt=\"Property image\" [src]=\"image.fileCS.thumbnail\" class=\"list__item-img\">\r\n <button mat-icon-button class=\"list__item-button mat-elevation-z2\" (click)=\"removeMedia(image)\">\r\n <mat-icon class=\"list__item-icon\">close</mat-icon>\r\n </button>\r\n </div>\r\n </ng-template>\r\n </lib-custom-drag-and-drop>\r\n </mat-tab>\r\n <mat-tab label=\"Videos\">\r\n <div class=\"you-tube-container\">\r\n <span class=\"you-tube-container__searchbox\">\r\n <button *ngIf=\"inputYouTube.value !== ''\" mat-icon-button class=\"you-tube-container__close-btn\"\r\n (click)=\"inputYouTube.value = ''\"><mat-icon>close</mat-icon></button>\r\n <input class=\"you-tube-container__input\" #inputYouTube (input)=\"onYouTubeInputTextChanged(inputYouTube)\"\r\n title=\"YouTube URL\" placeholder=\"YouTube URL o YouTube Video ID\">\r\n </span>\r\n <a href=\"https://www.youtube.com\" target=\"_blank\" mat-button color=\"primary\">\r\n Ir a Youtube\r\n </a>\r\n </div>\r\n <lib-custom-drag-and-drop [items]=\"videos\" [content]=\"videosTemplate\" (itemsChanged)=\"onListChanged($event)\">\r\n <ng-template #videosTemplate let-image=\"image\">\r\n <div class=\"list__item\">\r\n <img alt=\"Property image\" [src]=\"'https://i3.ytimg.com/vi/'+image.fileCS.thumbnail+'/hqdefault.jpg'\"\r\n class=\"list__item-img\">\r\n <button mat-icon-button class=\"list__item-button mat-elevation-z2\" (click)=\"removeMedia(image)\">\r\n <mat-icon class=\"list__item-icon\">close</mat-icon>\r\n </button>\r\n </div>\r\n </ng-template>\r\n </lib-custom-drag-and-drop>\r\n </mat-tab>\r\n </mat-tab-group>\r\n <div class=\"multimedia-uploader__actions\">\r\n <button mat-flat-button color=\"primary\" class=\"actions__button\" (click)=\"close()\">\r\n CERRAR\r\n </button>\r\n <button mat-flat-button color=\"primary\" class=\"actions__button\" (click)=\"accept()\">\r\n ACEPTAR\r\n </button>\r\n </div>\r\n</div>\r\n",
|
|
4533
|
-
styles: [":host{display:block;width:100%;height:100%}::ng-deep .multimedia-uploader-panel-class{width:50%;height:70%}::ng-deep .multimedia-uploader-panel-class mat-dialog-container{width:100%;height:100%;padding:16px;overflow:hidden;position:relative}.multimedia-uploader{width:100%;height:100%}.multimedia-uploader__actions{position:absolute;left:0;bottom:0;width:100%;background:#fff;z-index:1}.actions__button{width:50%}.actions__button:first-child{border-radius:8px 0 0}.actions__button:last-child{border-radius:0 8px 0 0}.title{font-weight:700;display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin:0}.multimedia-uploader__tab-group{width:100%;height:calc(100% - 36px)}.multimedia-uploader__list{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;display:-ms-grid;display:grid;-ms-grid-columns:(
|
|
4129
|
+
styles: [":host{display:block;width:100%;height:100%}::ng-deep .multimedia-uploader-panel-class{width:50%;height:70%}::ng-deep .multimedia-uploader-panel-class mat-dialog-container{width:100%;height:100%;padding:16px;overflow:hidden;position:relative}.multimedia-uploader{width:100%;height:100%}.multimedia-uploader__actions{position:absolute;left:0;bottom:0;width:100%;background:#fff;z-index:1}.actions__button{width:50%}.actions__button:first-child{border-radius:8px 0 0}.actions__button:last-child{border-radius:0 8px 0 0}.title{font-weight:700;display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin:0}.multimedia-uploader__tab-group{width:100%;height:calc(100% - 36px)}.multimedia-uploader__list{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;display:-ms-grid;display:grid;-ms-grid-columns:(calc(100% / 3))[3];grid-template-columns:repeat(3,calc(100% / 3))}@media screen and (max-width:600px){::ng-deep .multimedia-uploader-panel-class{width:100%!important;max-width:100%!important;height:100%!important}.multimedia-uploader__list{-ms-grid-columns:100%;grid-template-columns:100%}}.list__item{width:200px;height:150px;border-radius:8px;margin:16px auto;position:relative}.first-photo:after{content:\"Imagen principal del anuncio\";position:absolute;top:0;padding:8px;box-sizing:border-box;font-size:12px;width:100%;color:#fff;background:rgba(0,0,0,.3)}.list__item-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.list__item-button{position:absolute;width:24px;height:24px;top:-12px;right:-12px;background:#000;color:#fff}.list__item-icon{width:24px;height:24px;font-size:16px;line-height:8px}.you-tube-container{display:flex;padding:8px 0;box-sizing:border-box;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:5;background:#fff}.you-tube-container__searchbox{position:relative;width:calc(100% - 120px);box-sizing:border-box;display:flex;align-items:center}.you-tube-container__close-btn{position:absolute;right:0}.you-tube-container__input{width:100%;border:1px solid #d3d3d3;padding:8px 32px 8px 8px;border-radius:8px;outline:0}"]
|
|
4534
4130
|
}] }
|
|
4535
4131
|
];
|
|
4536
4132
|
/** @nocollapse */
|
|
@@ -4539,38 +4135,10 @@ var MultimediaUploaderComponent = /** @class */ (function () {
|
|
|
4539
4135
|
{ type: MatDialogRef }
|
|
4540
4136
|
]; };
|
|
4541
4137
|
return MultimediaUploaderComponent;
|
|
4542
|
-
}());
|
|
4543
|
-
if (false) {
|
|
4544
|
-
/** @type {?} */
|
|
4545
|
-
MultimediaUploaderComponent.prototype.fileType;
|
|
4546
|
-
/** @type {?} */
|
|
4547
|
-
MultimediaUploaderComponent.prototype.images;
|
|
4548
|
-
/** @type {?} */
|
|
4549
|
-
MultimediaUploaderComponent.prototype.images360;
|
|
4550
|
-
/** @type {?} */
|
|
4551
|
-
MultimediaUploaderComponent.prototype.videos;
|
|
4552
|
-
/** @type {?} */
|
|
4553
|
-
MultimediaUploaderComponent.prototype.currentIndex;
|
|
4554
|
-
/**
|
|
4555
|
-
* @type {?}
|
|
4556
|
-
* @private
|
|
4557
|
-
*/
|
|
4558
|
-
MultimediaUploaderComponent.prototype._newMedia;
|
|
4559
|
-
/**
|
|
4560
|
-
* @type {?}
|
|
4561
|
-
* @private
|
|
4562
|
-
*/
|
|
4563
|
-
MultimediaUploaderComponent.prototype._data;
|
|
4564
|
-
/**
|
|
4565
|
-
* @type {?}
|
|
4566
|
-
* @private
|
|
4567
|
-
*/
|
|
4568
|
-
MultimediaUploaderComponent.prototype._dialog;
|
|
4569
|
-
}
|
|
4138
|
+
}());
|
|
4570
4139
|
|
|
4571
4140
|
/**
|
|
4572
4141
|
* @fileoverview added by tsickle
|
|
4573
|
-
* Generated from: lib/components/property/components/multimedia-uploader/multimedia-uploader.service.ts
|
|
4574
4142
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4575
4143
|
*/
|
|
4576
4144
|
var MultimediaUploaderService = /** @class */ (function () {
|
|
@@ -4604,18 +4172,10 @@ var MultimediaUploaderService = /** @class */ (function () {
|
|
|
4604
4172
|
{ type: MatDialog }
|
|
4605
4173
|
]; };
|
|
4606
4174
|
return MultimediaUploaderService;
|
|
4607
|
-
}());
|
|
4608
|
-
if (false) {
|
|
4609
|
-
/**
|
|
4610
|
-
* @type {?}
|
|
4611
|
-
* @private
|
|
4612
|
-
*/
|
|
4613
|
-
MultimediaUploaderService.prototype._dialog;
|
|
4614
|
-
}
|
|
4175
|
+
}());
|
|
4615
4176
|
|
|
4616
4177
|
/**
|
|
4617
4178
|
* @fileoverview added by tsickle
|
|
4618
|
-
* Generated from: lib/components/property/components/announce-confirm/announce-confirm.component.ts
|
|
4619
4179
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4620
4180
|
*/
|
|
4621
4181
|
var AnnounceConfirmComponent = /** @class */ (function () {
|
|
@@ -4671,22 +4231,10 @@ var AnnounceConfirmComponent = /** @class */ (function () {
|
|
|
4671
4231
|
{ type: MatDialogRef }
|
|
4672
4232
|
]; };
|
|
4673
4233
|
return AnnounceConfirmComponent;
|
|
4674
|
-
}());
|
|
4675
|
-
if (false) {
|
|
4676
|
-
/** @type {?} */
|
|
4677
|
-
AnnounceConfirmComponent.prototype.list;
|
|
4678
|
-
/** @type {?} */
|
|
4679
|
-
AnnounceConfirmComponent.prototype.errorField;
|
|
4680
|
-
/**
|
|
4681
|
-
* @type {?}
|
|
4682
|
-
* @private
|
|
4683
|
-
*/
|
|
4684
|
-
AnnounceConfirmComponent.prototype._dialogRef;
|
|
4685
|
-
}
|
|
4234
|
+
}());
|
|
4686
4235
|
|
|
4687
4236
|
/**
|
|
4688
4237
|
* @fileoverview added by tsickle
|
|
4689
|
-
* Generated from: lib/components/property/components/announce-confirm/announce-confirm.service.ts
|
|
4690
4238
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4691
4239
|
*/
|
|
4692
4240
|
var AnnounceConfirmService = /** @class */ (function () {
|
|
@@ -4713,18 +4261,10 @@ var AnnounceConfirmService = /** @class */ (function () {
|
|
|
4713
4261
|
{ type: MatDialog }
|
|
4714
4262
|
]; };
|
|
4715
4263
|
return AnnounceConfirmService;
|
|
4716
|
-
}());
|
|
4717
|
-
if (false) {
|
|
4718
|
-
/**
|
|
4719
|
-
* @type {?}
|
|
4720
|
-
* @private
|
|
4721
|
-
*/
|
|
4722
|
-
AnnounceConfirmService.prototype._dialog;
|
|
4723
|
-
}
|
|
4264
|
+
}());
|
|
4724
4265
|
|
|
4725
4266
|
/**
|
|
4726
4267
|
* @fileoverview added by tsickle
|
|
4727
|
-
* Generated from: lib/components/property/components/gallery/gallery.component.ts
|
|
4728
4268
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4729
4269
|
*/
|
|
4730
4270
|
var GalleryComponent = /** @class */ (function () {
|
|
@@ -4880,7 +4420,7 @@ var GalleryComponent = /** @class */ (function () {
|
|
|
4880
4420
|
{ type: Component, args: [{
|
|
4881
4421
|
selector: 'lib-gallery',
|
|
4882
4422
|
template: "<div class=\"gallery\">\r\n <mat-sidenav-container class=\"gallery__sidenav-container\">\r\n <mat-sidenav mode=\"side\" [opened]=\"sideOpened\" class=\"sidenav-container__sidenav\">\r\n <mat-toolbar class=\"sidenav__toolbar\" color=\"primary\">\r\n <span>Galeria</span>\r\n <button mat-icon-button (click)=\"close()\">\r\n <mat-icon>close</mat-icon>\r\n </button>\r\n </mat-toolbar>\r\n <mat-toolbar class=\"sidenav__thumbnails-types\">\r\n <button class=\"thumbnails-types__item-type\" mat-button\r\n [ngClass]=\"{'item-type--selected': typeSelected === 'IMAGE'}\" (click)=\"changePFileType('IMAGE')\">\r\n <span class=\"item-type__icon ic-component-property-file-image\"></span>\r\n <span class=\"item-type__label\">{{count.image}}</span>\r\n </button>\r\n <button class=\"thumbnails-types__item-type\" mat-button\r\n [ngClass]=\"{'item-type--selected': typeSelected === 'SPHERIC'}\" (click)=\"changePFileType('SPHERIC')\">\r\n <span class=\"item-type__icon ic-component-property-sphere\"></span>\r\n <span class=\"item-type__label\">{{count.sphere}}</span>\r\n </button>\r\n <button class=\"thumbnails-types__item-type\" mat-button\r\n [ngClass]=\"{'item-type--selected': typeSelected === 'VIDEO'}\" (click)=\"changePFileType('VIDEO')\">\r\n <span class=\"item-type__icon ic-component-property-video\"></span>\r\n <span class=\"item-type__label\">{{count.video}}</span>\r\n </button>\r\n </mat-toolbar>\r\n <div class=\"sidenav__thumbnail-list\">\r\n <ng-container *ngFor=\"let image of multimedia; let i = index\">\r\n <div class=\"thumbnail-list__item\" (click)=\"selectPFile(i)\"\r\n [ngClass]=\"{'thumbnail-list__item--selected': indexSelected === i}\">\r\n <ng-template [ngIf]=\"image.type !== 'VIDEO'\" [ngIfElse]=\"youTubeVideo\">\r\n <img class=\"item__img\" [src]=\"image.fileCS.thumbnail\" alt=\"Property image\">\r\n </ng-template>\r\n <ng-template #youTubeVideo>\r\n <img class=\"item__img\" [src]=\"'https://i3.ytimg.com/vi/'+image.fileCS.thumbnail+'/hqdefault.jpg'\"\r\n alt=\"Property image\">\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n <ng-template [ngIf]=\"multimedia.length === 0\">\r\n <div class=\"thumbnail-list__empty-list\">\r\n <p class=\"empty-list__label\">\r\n Por el momento no hay\r\n <span *ngIf=\"typeSelected === 'IMAGE'\">fotos</span>\r\n <span *ngIf=\"typeSelected === 'VIDEO'\">videos</span>\r\n <span *ngIf=\"typeSelected === 'SPHERIC'\">fotos esf\u00E9ricas</span>\r\n </p>\r\n </div>\r\n </ng-template>\r\n </div>\r\n </mat-sidenav>\r\n <mat-sidenav-content class=\"sidenav-container__content\" [ngStyle]=\"{'width': sideOpened ? '80%' : '100%'}\">\r\n <button class=\"sidenav-container__button-sidenav\" mat-flat-button color=\"primary\" (click)=\"updateSideNav()\">\r\n <mat-icon *ngIf=\"sideOpened\">chevron_left</mat-icon>\r\n <mat-icon *ngIf=\"!sideOpened\">chevron_right</mat-icon>\r\n </button>\r\n <button class=\"sidenav-container__button-close\" mat-mini-fab color=\"primary\" (click)=\"close()\">\r\n <mat-icon>close</mat-icon>\r\n </button>\r\n <div class=\"content__list-container\">\r\n <lib-property-slide-show class=\"list-container__slide-show\" [multimedia]=\"multimedia\" [selectIndex]=\"indexSelected\"\r\n [initialIndex]=\"indexSelected\"\r\n (currentIndex)=\"onIndexSelectedChange($event)\"></lib-property-slide-show>\r\n </div>\r\n </mat-sidenav-content>\r\n </mat-sidenav-container>\r\n</div>\r\n",
|
|
4883
|
-
styles: ["::ng-deep .gallery_dialog{max-width:100%!important;width:100%;height:100%}::ng-deep .gallery_dialog mat-dialog-container{width:100%;height:100%;padding:0}:host{display:block;width:100%;height:100%}.gallery,.gallery__sidenav-container{width:100%;height:100%}.sidenav__toolbar{display:flex;justify-content:space-between}.sidenav__thumbnail-list{width:100%;height:calc(100% - 128px);padding:16px;box-sizing:border-box;overflow-x:hidden;overflow-y:auto}.thumbnail-list__empty-list{width:100%;height:100%;display:flex}.empty-list__label{margin:auto;text-align:center}.thumbnail-list__item{width:100%;cursor:pointer;padding-bottom:
|
|
4423
|
+
styles: ["::ng-deep .gallery_dialog{max-width:100%!important;width:100%;height:100%}::ng-deep .gallery_dialog mat-dialog-container{width:100%;height:100%;padding:0}:host{display:block;width:100%;height:100%}.gallery,.gallery__sidenav-container{width:100%;height:100%}.sidenav__toolbar{display:flex;justify-content:space-between}.sidenav__thumbnail-list{width:100%;height:calc(100% - 128px);padding:16px;box-sizing:border-box;overflow-x:hidden;overflow-y:auto}.thumbnail-list__empty-list{width:100%;height:100%;display:flex}.empty-list__label{margin:auto;text-align:center}.thumbnail-list__item{width:100%;cursor:pointer;padding-bottom:calc(100% / 4 * 3);border-radius:8px;margin-bottom:16px;position:relative}.item__img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.sidenav-container__sidenav{width:20%}@media screen and (max-width:1024px){.sidenav-container__sidenav{width:100%}}.sidenav__thumbnails-types{display:flex;align-items:center;justify-content:space-around}.item-type{padding:0}.item-type__label{padding:0 4px;display:inline-block}.item-type__icon{display:inline-block;width:24px;height:24px;font-size:24px;margin:auto}.sidenav-container__content{width:80%;display:flex;position:relative}@media screen and (max-width:1024px){.sidenav-container__content{width:100%}}.sidenav-container__button-sidenav{position:absolute;top:0;left:0;height:64px;padding:0;min-width:36px;border-radius:0 8px 8px 0;z-index:1}.sidenav-container__button-close{position:absolute;top:16px;right:16px;z-index:1}.content__list-container{width:100%;height:100%;margin:auto;overflow:hidden;position:relative;border-radius:8px}.list-container__slide-show{width:100%;height:100%;padding:initial}::ng-deep .list-container__slide-show .panorama-visor{height:100%!important;padding:initial!important}::ng-deep .list-container__slide-show lib-panorama-visor .panorama-visor__actions{top:72px!important}"]
|
|
4884
4424
|
}] }
|
|
4885
4425
|
];
|
|
4886
4426
|
/** @nocollapse */
|
|
@@ -4890,62 +4430,12 @@ var GalleryComponent = /** @class */ (function () {
|
|
|
4890
4430
|
{ type: BreakpointObserver }
|
|
4891
4431
|
]; };
|
|
4892
4432
|
return GalleryComponent;
|
|
4893
|
-
}());
|
|
4894
|
-
if (false) {
|
|
4895
|
-
/** @type {?} */
|
|
4896
|
-
GalleryComponent.prototype.multimedia;
|
|
4897
|
-
/** @type {?} */
|
|
4898
|
-
GalleryComponent.prototype.sideOpened;
|
|
4899
|
-
/** @type {?} */
|
|
4900
|
-
GalleryComponent.prototype.typeSelected;
|
|
4901
|
-
/** @type {?} */
|
|
4902
|
-
GalleryComponent.prototype.indexSelected;
|
|
4903
|
-
/** @type {?} */
|
|
4904
|
-
GalleryComponent.prototype.count;
|
|
4905
|
-
/**
|
|
4906
|
-
* @type {?}
|
|
4907
|
-
* @private
|
|
4908
|
-
*/
|
|
4909
|
-
GalleryComponent.prototype._mobileVersion;
|
|
4910
|
-
/**
|
|
4911
|
-
* @type {?}
|
|
4912
|
-
* @private
|
|
4913
|
-
*/
|
|
4914
|
-
GalleryComponent.prototype._subscription;
|
|
4915
|
-
/**
|
|
4916
|
-
* @type {?}
|
|
4917
|
-
* @private
|
|
4918
|
-
*/
|
|
4919
|
-
GalleryComponent.prototype._data;
|
|
4920
|
-
/**
|
|
4921
|
-
* @type {?}
|
|
4922
|
-
* @private
|
|
4923
|
-
*/
|
|
4924
|
-
GalleryComponent.prototype._ref;
|
|
4925
|
-
/**
|
|
4926
|
-
* @type {?}
|
|
4927
|
-
* @private
|
|
4928
|
-
*/
|
|
4929
|
-
GalleryComponent.prototype._breakpointObserver;
|
|
4930
|
-
}
|
|
4433
|
+
}());
|
|
4931
4434
|
|
|
4932
4435
|
/**
|
|
4933
4436
|
* @fileoverview added by tsickle
|
|
4934
|
-
* Generated from: lib/components/property/components/gallery/gallery.service.ts
|
|
4935
4437
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4936
4438
|
*/
|
|
4937
|
-
/**
|
|
4938
|
-
* @record
|
|
4939
|
-
*/
|
|
4940
|
-
function GalleryConfig() { }
|
|
4941
|
-
if (false) {
|
|
4942
|
-
/** @type {?} */
|
|
4943
|
-
GalleryConfig.prototype.multimedia;
|
|
4944
|
-
/** @type {?} */
|
|
4945
|
-
GalleryConfig.prototype.indexSelected;
|
|
4946
|
-
/** @type {?} */
|
|
4947
|
-
GalleryConfig.prototype.type;
|
|
4948
|
-
}
|
|
4949
4439
|
var GalleryService = /** @class */ (function () {
|
|
4950
4440
|
function GalleryService(_dialog) {
|
|
4951
4441
|
this._dialog = _dialog;
|
|
@@ -4981,18 +4471,10 @@ var GalleryService = /** @class */ (function () {
|
|
|
4981
4471
|
{ type: MatDialog }
|
|
4982
4472
|
]; };
|
|
4983
4473
|
return GalleryService;
|
|
4984
|
-
}());
|
|
4985
|
-
if (false) {
|
|
4986
|
-
/**
|
|
4987
|
-
* @type {?}
|
|
4988
|
-
* @private
|
|
4989
|
-
*/
|
|
4990
|
-
GalleryService.prototype._dialog;
|
|
4991
|
-
}
|
|
4474
|
+
}());
|
|
4992
4475
|
|
|
4993
4476
|
/**
|
|
4994
4477
|
* @fileoverview added by tsickle
|
|
4995
|
-
* Generated from: lib/components/property/token.ts
|
|
4996
4478
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4997
4479
|
*/
|
|
4998
4480
|
/** @type {?} */
|
|
@@ -5000,7 +4482,6 @@ var PROPERTY_TOKEN = new InjectionToken('PROPERTY MODULE CONFIG');
|
|
|
5000
4482
|
|
|
5001
4483
|
/**
|
|
5002
4484
|
* @fileoverview added by tsickle
|
|
5003
|
-
* Generated from: lib/components/property/components/stats/stats.component.ts
|
|
5004
4485
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5005
4486
|
*/
|
|
5006
4487
|
var StatsComponent = /** @class */ (function () {
|
|
@@ -5030,7 +4511,7 @@ var StatsComponent = /** @class */ (function () {
|
|
|
5030
4511
|
{ type: Component, args: [{
|
|
5031
4512
|
selector: 'lib-stats',
|
|
5032
4513
|
template: "<div class=\"stats\">\r\n <mat-toolbar class=\"stats__toolbar\" color=\"primary\">\r\n Estad\u00EDsticas\r\n <button mat-icon-button (click)=\"close()\">\r\n <mat-icon>close</mat-icon>\r\n </button>\r\n </mat-toolbar>\r\n <div class=\"stats__content\">\r\n <div class=\"content__stat\">\r\n <div class=\"stat__icon-container\">\r\n <mat-icon>visibility</mat-icon>\r\n </div>\r\n <p class=\"stat__count\">\r\n {{data.views ? data.views['RV'] || 0 : 0}}\r\n </p>\r\n <p class=\"stat__label\">\r\n Vistas en Renta o Venta\r\n </p>\r\n <div class=\"stat__app-icon\">\r\n <img alt=\"Renta o Venta logo\" class=\"app-icon__img\" src=\"https://storage.googleapis.com/maplander-develop/public/file/front-end/email/rentaoventa.png\">\r\n </div>\r\n </div>\r\n <div class=\"content__stat\">\r\n <div class=\"stat__icon-container\">\r\n <mat-icon>visibility</mat-icon>\r\n </div>\r\n <p class=\"stat__count\">\r\n {{data.views ? data.views['FIABCI'] || 0 : 0}}\r\n </p>\r\n <p class=\"stat__label\">\r\n Vistas en GlobalMLS\r\n </p>\r\n <div class=\"stat__app-icon\">\r\n <img alt=\"GlobalMLS logo\" class=\"app-icon__img\" src=\"https://storage.googleapis.com/maplander-develop/public/file/front-end/email/globalmls.png\">\r\n </div>\r\n </div>\r\n <div class=\"content__stat\">\r\n <div class=\"stat__icon-container\">\r\n <mat-icon>favorite</mat-icon>\r\n </div>\r\n <p class=\"stat__count\">\r\n {{data.favorites || 0}}\r\n </p>\r\n <p class=\"stat__label\">\r\n Veces a\u00F1adida a favoritos\r\n </p>\r\n </div>\r\n <div class=\"content__stat\">\r\n <div class=\"stat__icon-container\">\r\n <mat-icon>share</mat-icon>\r\n </div>\r\n <p class=\"stat__count\">\r\n {{data.shared || 0}}\r\n </p>\r\n <p class=\"stat__label\">\r\n Veces compartida\r\n </p>\r\n </div>\r\n <div class=\"content__stat\">\r\n <div class=\"stat__icon-container\">\r\n <mat-icon>assignment</mat-icon>\r\n </div>\r\n <p class=\"stat__count\">\r\n {{data.requests || 0}}\r\n </p>\r\n <p class=\"stat__label\">\r\n Solicitudes de informaci\u00F3n\r\n </p>\r\n </div>\r\n </div>\r\n</div>\r\n",
|
|
5033
|
-
styles: ["::ng-deep .stats-panel-class{width:30%;height:80%}::ng-deep .stats-panel-class mat-dialog-container{padding:0;overflow:hidden}@media screen and (max-width:600px){::ng-deep .stats-panel-class{min-width:90%!important}}:host{display:block;width:100%;height:100%}.stats{width:100%;height:100%;overflow:auto}.stats__toolbar{width:100%;height:64px;display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:2;justify-content:space-between}.stats__content{padding:16px;box-sizing:content-box;display:-ms-grid;display:grid;-ms-grid-columns:(50%)[2];grid-template-columns:repeat(2,50%)}.content__stat{border:1px solid #000;border-radius:8px;padding:16px;box-sizing:content-box;position:relative;margin:0 16px 16px 0}.stat__icon-container{position:absolute;top:16px;right:16px}.stat__app-icon{position:absolute;bottom:16px;right:16px}.app-icon__img{width:24px;height:24px;border-radius:4px}.stat__count{font-size:32px;font-weight:700;margin:0 0 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat__label{width:80%;margin:0}"]
|
|
4514
|
+
styles: ["::ng-deep .stats-panel-class{width:30%;height:80%}::ng-deep .stats-panel-class mat-dialog-container{padding:0;overflow:hidden}@media screen and (max-width:600px){::ng-deep .stats-panel-class{min-width:90%!important}}:host{display:block;width:100%;height:100%}.stats{width:100%;height:100%;overflow:auto}.stats__toolbar{width:100%;height:64px;display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:2;justify-content:space-between}.stats__content{padding:16px;box-sizing:content-box;display:-ms-grid;display:grid;-ms-grid-columns:(calc(50%))[2];grid-template-columns:repeat(2,calc(50%))}.content__stat{border:1px solid #000;border-radius:8px;padding:16px;box-sizing:content-box;position:relative;margin:0 16px 16px 0}.stat__icon-container{position:absolute;top:16px;right:16px}.stat__app-icon{position:absolute;bottom:16px;right:16px}.app-icon__img{width:24px;height:24px;border-radius:4px}.stat__count{font-size:32px;font-weight:700;margin:0 0 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat__label{width:80%;margin:0}"]
|
|
5034
4515
|
}] }
|
|
5035
4516
|
];
|
|
5036
4517
|
/** @nocollapse */
|
|
@@ -5039,20 +4520,10 @@ var StatsComponent = /** @class */ (function () {
|
|
|
5039
4520
|
{ type: MatDialogRef$1 }
|
|
5040
4521
|
]; };
|
|
5041
4522
|
return StatsComponent;
|
|
5042
|
-
}());
|
|
5043
|
-
if (false) {
|
|
5044
|
-
/** @type {?} */
|
|
5045
|
-
StatsComponent.prototype.data;
|
|
5046
|
-
/**
|
|
5047
|
-
* @type {?}
|
|
5048
|
-
* @private
|
|
5049
|
-
*/
|
|
5050
|
-
StatsComponent.prototype._dialogRef;
|
|
5051
|
-
}
|
|
4523
|
+
}());
|
|
5052
4524
|
|
|
5053
4525
|
/**
|
|
5054
4526
|
* @fileoverview added by tsickle
|
|
5055
|
-
* Generated from: lib/components/property/components/stats/stats.service.ts
|
|
5056
4527
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5057
4528
|
*/
|
|
5058
4529
|
var StatsService = /** @class */ (function () {
|
|
@@ -5081,52 +4552,34 @@ var StatsService = /** @class */ (function () {
|
|
|
5081
4552
|
{ type: MatDialog$1 }
|
|
5082
4553
|
]; };
|
|
5083
4554
|
return StatsService;
|
|
5084
|
-
}());
|
|
5085
|
-
if (false) {
|
|
5086
|
-
/**
|
|
5087
|
-
* @type {?}
|
|
5088
|
-
* @private
|
|
5089
|
-
*/
|
|
5090
|
-
StatsService.prototype._dialog;
|
|
5091
|
-
}
|
|
4555
|
+
}());
|
|
5092
4556
|
|
|
5093
4557
|
/**
|
|
5094
4558
|
* @fileoverview added by tsickle
|
|
5095
|
-
* Generated from: lib/components/property/components/property/property.component.ts
|
|
5096
4559
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5097
4560
|
*/
|
|
5098
4561
|
/** @enum {string} */
|
|
5099
4562
|
var PropertyEventType = {
|
|
5100
|
-
CREATE:
|
|
5101
|
-
UPDATE:
|
|
5102
|
-
ANNOUNCE:
|
|
5103
|
-
HIDE:
|
|
5104
|
-
SHOW:
|
|
5105
|
-
ADDRESS:
|
|
5106
|
-
OFFER:
|
|
5107
|
-
FAVORITE:
|
|
5108
|
-
REQUEST_INFO:
|
|
5109
|
-
SHARE:
|
|
5110
|
-
ARCHIVE:
|
|
5111
|
-
REAL_ESTATE_EXCHANGE:
|
|
5112
|
-
SHARE_COMMISSION:
|
|
5113
|
-
BROCHURE:
|
|
5114
|
-
POSTER:
|
|
5115
|
-
CLIENTS:
|
|
5116
|
-
BACK:
|
|
5117
|
-
SHOW_AGENTS:
|
|
5118
|
-
TARPS:
|
|
4563
|
+
CREATE: 'CREATE',
|
|
4564
|
+
UPDATE: 'UPDATE',
|
|
4565
|
+
ANNOUNCE: 'ANNOUNCE',
|
|
4566
|
+
HIDE: 'HIDE',
|
|
4567
|
+
SHOW: 'SHOW',
|
|
4568
|
+
ADDRESS: 'ADDRESS',
|
|
4569
|
+
OFFER: 'OFFER',
|
|
4570
|
+
FAVORITE: 'FAVORITE',
|
|
4571
|
+
REQUEST_INFO: 'REQUEST_INFO',
|
|
4572
|
+
SHARE: 'SHARE',
|
|
4573
|
+
ARCHIVE: 'ARCHIVE',
|
|
4574
|
+
REAL_ESTATE_EXCHANGE: 'REAL_ESTATE_EXCHANGE',
|
|
4575
|
+
SHARE_COMMISSION: 'SHARE_COMMISSION',
|
|
4576
|
+
BROCHURE: 'BROCHURE',
|
|
4577
|
+
POSTER: 'POSTER',
|
|
4578
|
+
CLIENTS: 'CLIENTS',
|
|
4579
|
+
BACK: 'BACK',
|
|
4580
|
+
SHOW_AGENTS: 'SHOW_AGENTS',
|
|
4581
|
+
TARPS: 'TARPS',
|
|
5119
4582
|
};
|
|
5120
|
-
/**
|
|
5121
|
-
* @record
|
|
5122
|
-
*/
|
|
5123
|
-
function PropertyEventChange() { }
|
|
5124
|
-
if (false) {
|
|
5125
|
-
/** @type {?} */
|
|
5126
|
-
PropertyEventChange.prototype.type;
|
|
5127
|
-
/** @type {?|undefined} */
|
|
5128
|
-
PropertyEventChange.prototype.payload;
|
|
5129
|
-
}
|
|
5130
4583
|
var PropertyComponent = /** @class */ (function () {
|
|
5131
4584
|
function PropertyComponent(_config, _uploaderService, _announceService, _snackBar, _share, _gallery, _documentService, _statsService) {
|
|
5132
4585
|
this._config = _config;
|
|
@@ -5162,7 +4615,7 @@ var PropertyComponent = /** @class */ (function () {
|
|
|
5162
4615
|
* @return {?}
|
|
5163
4616
|
*/
|
|
5164
4617
|
function () {
|
|
5165
|
-
this.agentActions('SHOW_AGENTS');
|
|
4618
|
+
// this.agentActions('SHOW_AGENTS');
|
|
5166
4619
|
};
|
|
5167
4620
|
/**
|
|
5168
4621
|
* @param {?} changes
|
|
@@ -5626,8 +5079,8 @@ var PropertyComponent = /** @class */ (function () {
|
|
|
5626
5079
|
PropertyComponent.decorators = [
|
|
5627
5080
|
{ type: Component, args: [{
|
|
5628
5081
|
selector: 'lib-property',
|
|
5629
|
-
template: "<div class=\"property\">\r\n <div class=\"header\">\r\n <ng-container [ngSwitch]=\"mode\">\r\n <ng-container *ngSwitchCase=\"'add'\">\r\n <h1 class=\"title\">\r\n <span *ngIf=\"!completeProperty.property.id\">Cargar </span>\r\n <span *ngIf=\"completeProperty.property.id\">Editar </span>\r\n expediente de {{ propertyType | propertyType }}\r\n </h1>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'record'\">\r\n <h1 class=\"title\">Expediente de {{propertyType | propertyType}}</h1>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'detail'\">\r\n <div class=\"breadcrumb-list\">\r\n <p class=\"breadcrumb-content\">\r\n <span class=\"breadcrumb-item\">\r\n {{completeProperty.property.type | propertyType}}\r\n </span>\r\n <span class=\"breadcrumb-item\">\r\n {{completeProperty.property.offering | offeringType : ' ' | stringManipulation : 'capitalize'}}\r\n </span>\r\n <span *ngIf=\"completeProperty.property.address.city\" class=\"breadcrumb-item\">\r\n {{completeProperty.property.address.city}}\r\n </span>\r\n <span *ngIf=\"completeProperty.property.address.postalCode\" class=\"breadcrumb-item\">\r\n {{completeProperty.property.address.postalCode}}\r\n </span>\r\n <span *ngIf=\"completeProperty.property.address.colony\" class=\"breadcrumb-item\">\r\n {{completeProperty.property.address.colony}}\r\n </span>\r\n </p>\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n <div class=\"header__actions\">\r\n <!-- Button Publish [START] -->\r\n <ng-template\r\n [ngIf]=\"(mode === 'record' || mode === 'add') && (completeProperty.property.status !== 'ANNOUNCED' && completeProperty.property.status !== 'HIDDEN')\">\r\n <button mat-icon-button color=\"primary\" matTooltip=\"Publicar\" matTooltipPosition=\"left\"\r\n class=\"header__actions-button-publish\" (click)=\"goToPublish()\">\r\n <span class=\"header__actions-button-publish-icon ic-property-status-announce\"></span>\r\n </button>\r\n </ng-template>\r\n <!-- Button Publish [END] -->\r\n <ng-container [ngSwitch]=\"mode\">\r\n <ng-container *ngSwitchCase=\"'add'\">\r\n <ng-template [ngIf]=\"multimedia.length > 0\">\r\n <button mat-icon-button color=\"primary\" (click)=\"openUploaderMultimedia()\">\r\n <mat-icon>photo_library</mat-icon>\r\n </button>\r\n </ng-template>\r\n <ng-template [ngIf]=\"completeProperty?.property?.id\">\r\n <button mat-icon-button color=\"primary\" matTooltip=\"Guardar\" matTooltipPosition=\"left\" (click)=\"saveData()\">\r\n <mat-icon>save</mat-icon>\r\n </button>\r\n </ng-template>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'record'\">\r\n <ng-template\r\n [ngIf]=\"!sharedProperty.isShared && (completeProperty.property.status !== 'DRAFT' && completeProperty.property.status !== 'NONE')\">\r\n <button mat-icon-button color=\"primary\" matTooltip=\"Estad\u00EDsticas\" matTooltipPosition=\"left\"\r\n (click)=\"goToStats()\">\r\n <mat-icon>bar_chart</mat-icon>\r\n </button>\r\n </ng-template>\r\n <ng-template\r\n [ngIf]=\"(completeProperty.property.status === 'ANNOUNCED' || completeProperty.property.status === 'HIDDEN') && !sharedProperty.isShared\">\r\n <button mat-icon-button color=\"primary\"\r\n matTooltip=\"{{completeProperty.property.status === 'ANNOUNCED' ? 'Ocultar' : 'Mostrar'}}\"\r\n matTooltipPosition=\"left\" (click)=\"goToUpdateVisibility()\">\r\n <mat-icon *ngIf=\"completeProperty.property.status === 'HIDDEN'\">visibility</mat-icon>\r\n <mat-icon *ngIf=\"completeProperty.property.status === 'ANNOUNCED'\">visibility_off</mat-icon>\r\n </button>\r\n </ng-template>\r\n <ng-template [ngIf]=\"!sharedProperty.isShared\">\r\n <button mat-icon-button color=\"primary\" matTooltip=\"Editar\" matTooltipPosition=\"left\"\r\n (click)=\"goToEditProperty()\">\r\n <mat-icon>edit</mat-icon>\r\n </button>\r\n </ng-template>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'detail'\">\r\n <ng-template [ngIf]=\"isOPI\" [ngIfElse]=\"maplanderActions\">\r\n <button mat-flat-button color=\"primary\" class=\"header__actions-button-commission\"\r\n [disabled]=\"disableShareCommission\"\r\n (click)=\"agentActions('SHARE_COMMISSION')\">\r\n <span *ngIf=\"!disableShareCommission\">Solicitar comisi\u00F3n compartida</span>\r\n <span *ngIf=\"disableShareCommission\">Solicitud pendiente</span>\r\n </button>\r\n </ng-template>\r\n <ng-template #maplanderActions>\r\n <button mat-flat-button color=\"primary\" class=\"header__actions-button-commission\"\r\n (click)=\"agentActions('SHOW_AGENTS')\">\r\n Mostrar Asesor\r\n </button>\r\n <button mat-icon-button color=\"primary\" class=\"header__actions-button-commission\"\r\n (click)=\"agentActions('FAVORITE')\">\r\n <mat-icon *ngIf=\"isFavorite\">favorite</mat-icon>\r\n <mat-icon *ngIf=\"!isFavorite\">favorite_border</mat-icon>\r\n </button>\r\n </ng-template>\r\n </ng-container>\r\n </ng-container>\r\n <!-- Button Share [START] -->\r\n <ng-template\r\n [ngIf]=\"mode === 'detail' || (mode === 'record' && (completeProperty.property.status === 'READY' || completeProperty.property.status === 'ANNOUNCED'))\" [ngIfElse]=\"noShare\">\r\n <button mat-icon-button color=\"primary\" (click)=\"shareProperty()\">\r\n <mat-icon>share</mat-icon>\r\n </button>\r\n </ng-template>\r\n <!-- Button Share [END] -->\r\n <ng-template #noShare>\r\n <ng-template [ngIf]=\"sharedProperty.isShared\">\r\n <h1 class=\"title\">\r\n Propiedad oculta</h1>\r\n </ng-template>\r\n </ng-template>\r\n <!-- Button Back [START] -->\r\n <button mat-icon-button color=\"primary\" (click)=\"goToBack()\">\r\n <mat-icon>close</mat-icon>\r\n </button>\r\n <!-- Button Back [END] -->\r\n </div>\r\n </div>\r\n <div class=\"body\">\r\n <div class=\"body__multimedia-wrapper\">\r\n <div class=\"multimedia-wrapper__list-thumbnails\">\r\n <div class=\"list-thumbnails__wrapper-thumbnails\">\r\n <div class=\"wrapper-thumbnails__header-types\">\r\n <button mat-button class=\"header-types__button-type\"\r\n [ngClass]=\"{'header-types__button-type--active': currentType === 'IMAGE'}\"\r\n (click)=\"changeMultimediaType('IMAGE')\">\r\n <span class=\"button-type__icon ic-component-property-file-image\"></span>\r\n <span class=\"button-type__label\">{{multimediaCount.images}}</span>\r\n </button>\r\n <button mat-button class=\"header-types__button-type\"\r\n [ngClass]=\"{'header-types__button-type--active': currentType === 'SPHERIC'}\"\r\n (click)=\"changeMultimediaType('SPHERIC')\">\r\n <span class=\"button-type__icon ic-component-property-sphere\"></span>\r\n <span class=\"button-type__label\">{{multimediaCount.images360}}</span>\r\n </button>\r\n <button mat-button class=\"header-types__button-type\"\r\n [ngClass]=\"{'header-types__button-type--active': currentType === 'VIDEO'}\"\r\n (click)=\"changeMultimediaType('VIDEO')\">\r\n <span class=\"button-type__icon ic-component-property-video\"></span>\r\n <span class=\"button-type__label\">{{multimediaCount.videos}}</span>\r\n </button>\r\n </div>\r\n <ng-template [ngIf]=\"multimedia && multimedia.length === 0\">\r\n <div class=\"wrapper-thumbnails__item-thumbnail\"></div>\r\n <div class=\"wrapper-thumbnails__item-thumbnail\"></div>\r\n <div class=\"wrapper-thumbnails__item-thumbnail\"></div>\r\n </ng-template>\r\n <ng-container *ngFor=\"let image of multimedia; let i = index;\">\r\n <div class=\"wrapper-thumbnails__item-thumbnail\"\r\n [ngClass]=\"{'wrapper-thumbnails__item-thumbnail--selected': i === currentIndex}\"\r\n (click)=\"onMultimediaIndexChanged(i)\">\r\n <ng-container [ngSwitch]=\"image.type\">\r\n <ng-container *ngSwitchCase=\"'VIDEO'\">\r\n <img class=\"item-thumbnail__img\" alt=\"Property image\"\r\n [src]=\"'https://i3.ytimg.com/vi/'+image.fileCS.thumbnail+'/hqdefault.jpg'\">\r\n </ng-container>\r\n <ng-container *ngSwitchDefault>\r\n <img class=\"item-thumbnail__img\" alt=\"Property image\" [src]=\"image.fileCS.thumbnail\">\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n <div class=\"multimedia-wrapper__front-image\">\r\n <lib-property-slide-show [multimedia]=\"multimedia\"\r\n [selectIndex]=\"currentIndex\"\r\n (currentIndex)=\"onMultimediaIndexChanged($event)\"\r\n [customActions]=\"customSlideShowActions\"\r\n ></lib-property-slide-show>\r\n <ng-template [ngIf]=\"mode === 'add' && multimedia.length === 0\">\r\n <div class=\"front-image__upload-multimedia\">\r\n <div class=\"upload-multimedia__container-add-multimedia\">\r\n <button class=\"container-add-multimedia__button\" mat-button color=\"primary\"\r\n (click)=\"openUploaderMultimedia()\">\r\n AGREGAR\r\n </button>\r\n </div>\r\n </div>\r\n </ng-template>\r\n <ng-template #customSlideShowActions>\r\n <button *ngIf=\"multimedia.length > 0\" mat-icon-button (click)=\"openGallery()\" matTooltip=\"Fullscreen\">\r\n <mat-icon>fullscreen</mat-icon>\r\n </button>\r\n </ng-template>\r\n </div>\r\n </div>\r\n <div class=\"body__additional-content\">\r\n <ng-template\r\n [ngIf]=\"mode === 'record' && property.property.status === 'ANNOUNCED' && property.property.propertyInfo.mls\">\r\n <div class=\"additional-content__mls\">\r\n <p class=\"mls__title\">\r\n Bolsa inmobiliaria\r\n </p>\r\n <button mat-flat-button color=\"primary\" class=\"mls__button\"\r\n (click)=\"agentActions('REAL_ESTATE_EXCHANGE')\">\r\n Mesa de comercializaci\u00F3n\r\n </button>\r\n </div>\r\n </ng-template>\r\n </div>\r\n <div class=\"body__content\">\r\n <ng-container [ngSwitch]=\"mode\">\r\n <ng-container *ngSwitchCase=\"'detail'\">\r\n <lib-property-details [property]=\"completeProperty.property\" [mlsLabel]=\"mlsLabel\"\r\n [currencyConverted]=\"currencyConverted\" [visibleTour]=\"!isOPI\"></lib-property-details>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'record'\">\r\n <lib-property-details [property]=\"completeProperty.property\" [mlsLabel]=\"mlsLabel\"\r\n [record]=\"true\"></lib-property-details>\r\n <ng-template [ngIf]=\"sharedProperty.ownerAvailable\">\r\n <div class=\"content__private-info\">\r\n <p class=\"private-info__title\">INFORMACI\u00D3N PRIVADA</p>\r\n <lib-property-owner-info [owner]=\"completeProperty.property.propertyInfo.owner\"\r\n [disabled]=\"true\"></lib-property-owner-info>\r\n <ng-template [ngIf]=\"!sharedProperty.isShared\">\r\n <lib-property-documents [files]=\"completeProperty.files\" [disabled]=\"true\"></lib-property-documents>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'add'\">\r\n <ng-template [ngIf]=\"frontImageError\">\r\n <p class=\"content__error-front-image\">\r\n * Debe subir al menos una imagen\r\n </p>\r\n </ng-template>\r\n <lib-property-editor [utils]=\"utils\" [propertyType]=\"propertyType\" [address]=\"address\"\r\n [mlsLabel]=\"mlsLabel\"\r\n [property]=\"completeProperty.property\"\r\n (editorInstance)=\"onEditorInstance($event)\"\r\n (selectAddress)=\"onSelectAddress()\"></lib-property-editor>\r\n <div class=\"content__private-info\">\r\n <p class=\"private-info__title\">INFORMACI\u00D3N PRIVADA</p>\r\n <lib-property-owner-info (ownerInstance)=\"onOwnerInstance($event)\"\r\n [owner]=\"completeProperty.property.propertyInfo.owner\"></lib-property-owner-info>\r\n <lib-property-documents (documentsInstance)=\"onDocumentsInstance($event)\"\r\n [files]=\"completeProperty.files\"></lib-property-documents>\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n </div>\r\n <div class=\"footer mat-elevation-z2\" [ngClass]=\"{'footer--primary': mode === 'record'}\"\r\n [ngStyle]=\"{'display': (mode === 'detail' && isOPI) ? 'none' : 'block'}\">\r\n <ng-container [ngSwitch]=\"mode\">\r\n <ng-container *ngSwitchCase=\"'detail'\">\r\n <div class=\"footer__footer-content\">\r\n <ng-template [ngIf]=\"!isOPI\">\r\n <button mat-raised-button color=\"primary\" class=\"footer-content__button-request-info mat-elevation-z2\"\r\n (click)=\"agentActions('REQUEST_INFO')\">\r\n Solicitar informaci\u00F3n\r\n </button>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'record'\">\r\n <div class=\"footer__footer-content\">\r\n <p class=\"footer-content__status-label\">\r\n <ng-container [ngSwitch]=\"completeProperty.property.status\">\r\n <ng-container *ngSwitchCase=\"'HIDDEN'\">\r\n Propiedad oculta\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'READY'\">\r\n Propiedad lista <br> para publicar\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'EXPIRED'\">\r\n Propiedad expirada desde el <br>\r\n {{completeProperty.property.propertyInfo.endPublishDate | libFormatDate : true : 'dd MMMMM yyyy'}}\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'ANNOUNCED'\">\r\n Anunciada\r\n <br> Anuncio valido hasta el\r\n {{completeProperty.property.propertyInfo.endPublishDate | libFormatDate : true : 'dd MMMMM yyyy'}}\r\n </ng-container>\r\n <ng-container *ngSwitchDefault>\r\n Propiedad en borrador\r\n </ng-container>\r\n </ng-container>\r\n </p>\r\n <div class=\"footer-content__fab\">\r\n <eco-fab-speed-dial>\r\n <eco-fab-speed-dial-trigger>\r\n <button mat-fab color=\"primary\">\r\n <mat-icon>add</mat-icon>\r\n </button>\r\n </eco-fab-speed-dial-trigger>\r\n <eco-fab-speed-dial-actions>\r\n <button *ngIf=\"completeProperty.property.status !== 'NONE' && completeProperty.property.status !== 'DRAFT'\"\r\n mat-mini-fab color=\"primary\" matTooltip=\"Clientes\" matTooltipPosition=\"left\" (click)=\"goToClients()\">\r\n <mat-icon class=\"fab-button__icon\">people</mat-icon>\r\n </button>\r\n <button *ngIf=\"!sharedProperty.isShared\" mat-mini-fab color=\"primary\" matTooltip=\"Archivar propiedad\"\r\n matTooltipPosition=\"left\"\r\n (click)=\"agentActions('ARCHIVE')\">\r\n <mat-icon class=\"fab-button__icon\">archive</mat-icon>\r\n </button>\r\n <button mat-mini-fab color=\"primary\" matTooltip=\"Generar letrero\" matTooltipPosition=\"left\"\r\n (click)=\"agentActions('POSTER')\">\r\n <span class=\"fab-button__icon ic-component-property-poster\"></span>\r\n </button>\r\n <button mat-mini-fab color=\"primary\" matTooltip=\"Generar folleto\" matTooltipPosition=\"left\"\r\n (click)=\"agentActions('BROCHURE')\">\r\n <span class=\"fab-button__icon ic-component-property-brochure\"></span>\r\n </button>\r\n <button mat-mini-fab color=\"primary\" matTooltip=\"Generar lona\" matTooltipPosition=\"left\"\r\n (click)=\"agentActions('TARPS')\">\r\n <span class=\"fab-button__icon ic-component-property-poster\"></span>\r\n </button>\r\n </eco-fab-speed-dial-actions>\r\n </eco-fab-speed-dial>\r\n </div>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'add'\">\r\n <div class=\"footer__footer-content\">\r\n <button class=\"footer-content__button-save\" mat-flat-button color=\"primary\" (click)=\"saveData()\">Guardar\r\n </button>\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n</div>\r\n",
|
|
5630
|
-
styles: [":host{width:100%;height:100%;display:block}.property{position:relative;width:100%;height:100%;z-index:5;border-radius:4px}.title{margin:0 16px;font-size:24px}.breadcrumb-list{width:50%;padding:4px 16px;box-sizing:border-box;border-radius:0 24px 24px 0}.breadcrumb-content{color:#fff;margin:4px 0;width:100%;line-height:21px}.breadcrumb-item{position:relative;display:inline-flex;padding:0 18px 0 4px}.breadcrumb-item:last-child:before{content:none}.divider{border-width:1px}.divider-vertical{display:block;border:.5px inset}.header{width:100%;position:-webkit-sticky;position:sticky;top:0;z-index:10;padding:8px 0;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:600px){.breadcrumb-list{width:100%;order:1}.header{flex-direction:column}}.header__actions{padding:8px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:600px){.header__actions{order:0;width:100%;padding:4px 8px;justify-content:flex-end}}.header__actions button{margin-right:8px}.header__actions-button-commission{border-radius:16px}.actions-button-commission__icon{display:inline-block;width:24px;height:24px;font-size:24px;margin-left:8px}.header__actions-button-publish-icon{font-size:24px;width:24px;height:24px}.body{width:100%;height:calc(100% - 80px);overflow-x:hidden;overflow-y:auto;background:0 0;box-sizing:border-box;padding-bottom:56px}@media screen and (max-width:600px){.body{display:flex;flex-direction:column;padding:0 8px 56px}}.body__additional-content{width:25%;display:inline-block;padding:16px;box-sizing:border-box;background:#fff}@media screen and (max-width:600px){.body__additional-content{width:100%;order:2}}.mls__title{font-size:12px}.mls__button{width:100%;display:block;margin-bottom:8px;border-radius:16px}.body__content{width:75%;display:inline-block;padding:16px;box-sizing:border-box;float:right;background:#fff}.body__multimedia-wrapper{width:100%;background:#fff;display:flex}@media screen and (max-width:600px){.body__content{width:100%;order:1}.body__multimedia-wrapper{width:100%;order:0;flex-direction:column}}.multimedia-wrapper__list-thumbnails{width:25%;height:0;padding-bottom:
|
|
5082
|
+
template: "<div class=\"property\">\r\n <div class=\"header\">\r\n <ng-container [ngSwitch]=\"mode\">\r\n <ng-container *ngSwitchCase=\"'add'\">\r\n <h1 class=\"title\">\r\n <span *ngIf=\"!completeProperty.property.id\">Cargar </span>\r\n <span *ngIf=\"completeProperty.property.id\">Editar </span>\r\n expediente de {{ propertyType | propertyType }}\r\n </h1>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'record'\">\r\n <h1 class=\"title\">Expediente de {{propertyType | propertyType}}</h1>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'detail'\">\r\n <div class=\"breadcrumb-list\">\r\n <p class=\"breadcrumb-content\">\r\n <span class=\"breadcrumb-item\">\r\n {{completeProperty.property.type | propertyType}}\r\n </span>\r\n <span class=\"breadcrumb-item\">\r\n {{completeProperty.property.offering | offeringType : ' ' | stringManipulation : 'capitalize'}}\r\n </span>\r\n <span *ngIf=\"completeProperty.property.address.city\" class=\"breadcrumb-item\">\r\n {{completeProperty.property.address.city}}\r\n </span>\r\n <span *ngIf=\"completeProperty.property.address.postalCode\" class=\"breadcrumb-item\">\r\n {{completeProperty.property.address.postalCode}}\r\n </span>\r\n <span *ngIf=\"completeProperty.property.address.colony\" class=\"breadcrumb-item\">\r\n {{completeProperty.property.address.colony}}\r\n </span>\r\n </p>\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n <div class=\"header__actions\">\r\n <!-- Button Publish [START] -->\r\n <ng-template\r\n [ngIf]=\"(mode === 'record' || mode === 'add') && (completeProperty.property.status !== 'ANNOUNCED' && completeProperty.property.status !== 'HIDDEN')\">\r\n <button mat-icon-button color=\"primary\" matTooltip=\"Publicar\" matTooltipPosition=\"left\"\r\n class=\"header__actions-button-publish\" (click)=\"goToPublish()\">\r\n <span class=\"header__actions-button-publish-icon ic-property-status-announce\"></span>\r\n </button>\r\n </ng-template>\r\n <!-- Button Publish [END] -->\r\n <ng-container [ngSwitch]=\"mode\">\r\n <ng-container *ngSwitchCase=\"'add'\">\r\n <ng-template [ngIf]=\"multimedia.length > 0\">\r\n <button mat-icon-button color=\"primary\" (click)=\"openUploaderMultimedia()\">\r\n <mat-icon>photo_library</mat-icon>\r\n </button>\r\n </ng-template>\r\n <ng-template [ngIf]=\"completeProperty?.property?.id\">\r\n <button mat-icon-button color=\"primary\" matTooltip=\"Guardar\" matTooltipPosition=\"left\" (click)=\"saveData()\">\r\n <mat-icon>save</mat-icon>\r\n </button>\r\n </ng-template>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'record'\">\r\n <ng-template\r\n [ngIf]=\"!sharedProperty.isShared && (completeProperty.property.status !== 'DRAFT' && completeProperty.property.status !== 'NONE')\">\r\n <button mat-icon-button color=\"primary\" matTooltip=\"Estad\u00EDsticas\" matTooltipPosition=\"left\"\r\n (click)=\"goToStats()\">\r\n <mat-icon>bar_chart</mat-icon>\r\n </button>\r\n </ng-template>\r\n <ng-template\r\n [ngIf]=\"(completeProperty.property.status === 'ANNOUNCED' || completeProperty.property.status === 'HIDDEN') && !sharedProperty.isShared\">\r\n <button mat-icon-button color=\"primary\"\r\n matTooltip=\"{{completeProperty.property.status === 'ANNOUNCED' ? 'Ocultar' : 'Mostrar'}}\"\r\n matTooltipPosition=\"left\" (click)=\"goToUpdateVisibility()\">\r\n <mat-icon *ngIf=\"completeProperty.property.status === 'HIDDEN'\">visibility</mat-icon>\r\n <mat-icon *ngIf=\"completeProperty.property.status === 'ANNOUNCED'\">visibility_off</mat-icon>\r\n </button>\r\n </ng-template>\r\n <ng-template [ngIf]=\"!sharedProperty.isShared\">\r\n <button mat-icon-button color=\"primary\" matTooltip=\"Editar\" matTooltipPosition=\"left\"\r\n (click)=\"goToEditProperty()\">\r\n <mat-icon>edit</mat-icon>\r\n </button>\r\n </ng-template>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'detail'\">\r\n <ng-template [ngIf]=\"isOPI\" [ngIfElse]=\"maplanderActions\">\r\n <button mat-flat-button color=\"primary\" class=\"header__actions-button-commission\"\r\n [disabled]=\"disableShareCommission\"\r\n (click)=\"agentActions('SHARE_COMMISSION')\">\r\n <span *ngIf=\"!disableShareCommission\">Solicitar comisi\u00F3n compartida</span>\r\n <span *ngIf=\"disableShareCommission\">Solicitud pendiente</span>\r\n </button>\r\n </ng-template>\r\n <ng-template #maplanderActions>\r\n <button mat-flat-button color=\"primary\" class=\"header__actions-button-commission\"\r\n (click)=\"agentActions('SHOW_AGENTS')\">\r\n Mostrar Asesor\r\n </button>\r\n <button mat-icon-button color=\"primary\" class=\"header__actions-button-commission\"\r\n (click)=\"agentActions('FAVORITE')\">\r\n <mat-icon *ngIf=\"isFavorite\">favorite</mat-icon>\r\n <mat-icon *ngIf=\"!isFavorite\">favorite_border</mat-icon>\r\n </button>\r\n </ng-template>\r\n </ng-container>\r\n </ng-container>\r\n <!-- Button Share [START] -->\r\n <ng-template\r\n [ngIf]=\"mode === 'detail' || (mode === 'record' && (completeProperty.property.status === 'READY' || completeProperty.property.status === 'ANNOUNCED'))\" [ngIfElse]=\"noShare\">\r\n <button mat-icon-button color=\"primary\" (click)=\"shareProperty()\">\r\n <mat-icon>share</mat-icon>\r\n </button>\r\n </ng-template>\r\n <!-- Button Share [END] -->\r\n <ng-template #noShare>\r\n <ng-template [ngIf]=\"sharedProperty.isShared\">\r\n <h1 class=\"title\">\r\n Propiedad oculta</h1>\r\n </ng-template>\r\n </ng-template>\r\n <!-- Button Back [START] -->\r\n <button mat-icon-button color=\"primary\" (click)=\"goToBack()\">\r\n <mat-icon>close</mat-icon>\r\n </button>\r\n <!-- Button Back [END] -->\r\n </div>\r\n </div>\r\n <div class=\"body\">\r\n <div class=\"body__multimedia-wrapper\">\r\n <div class=\"multimedia-wrapper__list-thumbnails\">\r\n <div class=\"list-thumbnails__wrapper-thumbnails\">\r\n <div class=\"wrapper-thumbnails__header-types\">\r\n <button mat-button class=\"header-types__button-type\"\r\n [ngClass]=\"{'header-types__button-type--active': currentType === 'IMAGE'}\"\r\n (click)=\"changeMultimediaType('IMAGE')\">\r\n <span class=\"button-type__icon ic-component-property-file-image\"></span>\r\n <span class=\"button-type__label\">{{multimediaCount.images}}</span>\r\n </button>\r\n <button mat-button class=\"header-types__button-type\"\r\n [ngClass]=\"{'header-types__button-type--active': currentType === 'SPHERIC'}\"\r\n (click)=\"changeMultimediaType('SPHERIC')\">\r\n <span class=\"button-type__icon ic-component-property-sphere\"></span>\r\n <span class=\"button-type__label\">{{multimediaCount.images360}}</span>\r\n </button>\r\n <button mat-button class=\"header-types__button-type\"\r\n [ngClass]=\"{'header-types__button-type--active': currentType === 'VIDEO'}\"\r\n (click)=\"changeMultimediaType('VIDEO')\">\r\n <span class=\"button-type__icon ic-component-property-video\"></span>\r\n <span class=\"button-type__label\">{{multimediaCount.videos}}</span>\r\n </button>\r\n </div>\r\n <ng-template [ngIf]=\"multimedia && multimedia.length === 0\">\r\n <div class=\"wrapper-thumbnails__item-thumbnail\"></div>\r\n <div class=\"wrapper-thumbnails__item-thumbnail\"></div>\r\n <div class=\"wrapper-thumbnails__item-thumbnail\"></div>\r\n </ng-template>\r\n <ng-container *ngFor=\"let image of multimedia; let i = index;\">\r\n <div class=\"wrapper-thumbnails__item-thumbnail\"\r\n [ngClass]=\"{'wrapper-thumbnails__item-thumbnail--selected': i === currentIndex}\"\r\n (click)=\"onMultimediaIndexChanged(i)\">\r\n <ng-container [ngSwitch]=\"image.type\">\r\n <ng-container *ngSwitchCase=\"'VIDEO'\">\r\n <img class=\"item-thumbnail__img\" alt=\"Property image\"\r\n [src]=\"'https://i3.ytimg.com/vi/'+image.fileCS.thumbnail+'/hqdefault.jpg'\">\r\n </ng-container>\r\n <ng-container *ngSwitchDefault>\r\n <img class=\"item-thumbnail__img\" alt=\"Property image\" [src]=\"image.fileCS.thumbnail\">\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n <div class=\"multimedia-wrapper__front-image\">\r\n <lib-property-slide-show [multimedia]=\"multimedia\"\r\n [selectIndex]=\"currentIndex\"\r\n (currentIndex)=\"onMultimediaIndexChanged($event)\"\r\n [customActions]=\"customSlideShowActions\"\r\n ></lib-property-slide-show>\r\n <ng-template [ngIf]=\"mode === 'add' && multimedia.length === 0\">\r\n <div class=\"front-image__upload-multimedia\">\r\n <div class=\"upload-multimedia__container-add-multimedia\">\r\n <button class=\"container-add-multimedia__button\" mat-button color=\"primary\"\r\n (click)=\"openUploaderMultimedia()\">\r\n AGREGAR\r\n </button>\r\n </div>\r\n </div>\r\n </ng-template>\r\n <ng-template #customSlideShowActions>\r\n <button *ngIf=\"multimedia.length > 0\" mat-icon-button (click)=\"openGallery()\" matTooltip=\"Fullscreen\">\r\n <mat-icon>fullscreen</mat-icon>\r\n </button>\r\n </ng-template>\r\n </div>\r\n </div>\r\n <div class=\"body__additional-content\">\r\n <ng-template\r\n [ngIf]=\"mode === 'record' && property.property.status === 'ANNOUNCED' && property.property.propertyInfo.mls\">\r\n <div class=\"additional-content__mls\">\r\n <p class=\"mls__title\">\r\n Bolsa inmobiliaria\r\n </p>\r\n <button mat-flat-button color=\"primary\" class=\"mls__button\"\r\n (click)=\"agentActions('REAL_ESTATE_EXCHANGE')\">\r\n Mesa de comercializaci\u00F3n\r\n </button>\r\n </div>\r\n </ng-template>\r\n </div>\r\n <div class=\"body__content\">\r\n <ng-container [ngSwitch]=\"mode\">\r\n <ng-container *ngSwitchCase=\"'detail'\">\r\n <lib-property-details [property]=\"completeProperty.property\" [mlsLabel]=\"mlsLabel\"\r\n [currencyConverted]=\"currencyConverted\" [visibleTour]=\"!isOPI\"></lib-property-details>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'record'\">\r\n <lib-property-details [property]=\"completeProperty.property\" [mlsLabel]=\"mlsLabel\"\r\n [record]=\"true\"></lib-property-details>\r\n <ng-template [ngIf]=\"sharedProperty.ownerAvailable\">\r\n <div class=\"content__private-info\">\r\n <p class=\"private-info__title\">INFORMACI\u00D3N PRIVADA</p>\r\n <lib-property-owner-info [owner]=\"completeProperty.property.propertyInfo.owner\"\r\n [disabled]=\"true\"></lib-property-owner-info>\r\n <ng-template [ngIf]=\"!sharedProperty.isShared\">\r\n <lib-property-documents [files]=\"completeProperty.files\" [disabled]=\"true\"></lib-property-documents>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'add'\">\r\n <ng-template [ngIf]=\"frontImageError\">\r\n <p class=\"content__error-front-image\">\r\n * Debe subir al menos una imagen\r\n </p>\r\n </ng-template>\r\n <lib-property-editor [utils]=\"utils\" [propertyType]=\"propertyType\" [address]=\"address\"\r\n [mlsLabel]=\"mlsLabel\"\r\n [property]=\"completeProperty.property\"\r\n (editorInstance)=\"onEditorInstance($event)\"\r\n (selectAddress)=\"onSelectAddress()\"></lib-property-editor>\r\n <div class=\"content__private-info\">\r\n <p class=\"private-info__title\">INFORMACI\u00D3N PRIVADA</p>\r\n <lib-property-owner-info (ownerInstance)=\"onOwnerInstance($event)\"\r\n [owner]=\"completeProperty.property.propertyInfo.owner\"></lib-property-owner-info>\r\n <lib-property-documents (documentsInstance)=\"onDocumentsInstance($event)\"\r\n [files]=\"completeProperty.files\"></lib-property-documents>\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n </div>\r\n <div class=\"footer mat-elevation-z2\" [ngClass]=\"{'footer--primary': mode === 'record'}\"\r\n [ngStyle]=\"{'display': (mode === 'detail' && isOPI) ? 'none' : 'block'}\">\r\n <ng-container [ngSwitch]=\"mode\">\r\n <ng-container *ngSwitchCase=\"'detail'\">\r\n <div class=\"footer__footer-content\">\r\n <ng-template [ngIf]=\"!isOPI\">\r\n <button mat-raised-button color=\"primary\" class=\"footer-content__button-request-info mat-elevation-z2\"\r\n (click)=\"agentActions('REQUEST_INFO')\">\r\n Solicitar informaci\u00F3n\r\n </button>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'record'\">\r\n <div class=\"footer__footer-content\">\r\n <p class=\"footer-content__status-label\">\r\n <ng-container [ngSwitch]=\"completeProperty.property.status\">\r\n <ng-container *ngSwitchCase=\"'HIDDEN'\">\r\n Propiedad oculta\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'READY'\">\r\n Propiedad lista <br> para publicar\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'EXPIRED'\">\r\n Propiedad expirada desde el <br>\r\n {{completeProperty.property.propertyInfo.endPublishDate | libFormatDate : true : 'dd MMMMM yyyy'}}\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'ANNOUNCED'\">\r\n Anunciada\r\n <br> Anuncio valido hasta el\r\n {{completeProperty.property.propertyInfo.endPublishDate | libFormatDate : true : 'dd MMMMM yyyy'}}\r\n </ng-container>\r\n <ng-container *ngSwitchDefault>\r\n Propiedad en borrador\r\n </ng-container>\r\n </ng-container>\r\n </p>\r\n <div class=\"footer-content__fab\">\r\n <eco-fab-speed-dial>\r\n <eco-fab-speed-dial-trigger>\r\n <button mat-fab color=\"primary\">\r\n <mat-icon>add</mat-icon>\r\n </button>\r\n </eco-fab-speed-dial-trigger>\r\n <eco-fab-speed-dial-actions>\r\n <button *ngIf=\"completeProperty.property.status !== 'NONE' && completeProperty.property.status !== 'DRAFT'\"\r\n mat-mini-fab color=\"primary\" matTooltip=\"Clientes\" matTooltipPosition=\"left\" (click)=\"goToClients()\">\r\n <mat-icon class=\"fab-button__icon\">people</mat-icon>\r\n </button>\r\n <button *ngIf=\"!sharedProperty.isShared\" mat-mini-fab color=\"primary\" matTooltip=\"Archivar propiedad\"\r\n matTooltipPosition=\"left\"\r\n (click)=\"agentActions('ARCHIVE')\">\r\n <mat-icon class=\"fab-button__icon\">archive</mat-icon>\r\n </button>\r\n <button mat-mini-fab color=\"primary\" matTooltip=\"Generar letrero\" matTooltipPosition=\"left\"\r\n (click)=\"agentActions('POSTER')\">\r\n <span class=\"fab-button__icon ic-component-property-poster\"></span>\r\n </button>\r\n <button mat-mini-fab color=\"primary\" matTooltip=\"Generar folleto\" matTooltipPosition=\"left\"\r\n (click)=\"agentActions('BROCHURE')\">\r\n <span class=\"fab-button__icon ic-component-property-brochure\"></span>\r\n </button>\r\n <button mat-mini-fab color=\"primary\" matTooltip=\"Generar lona\" matTooltipPosition=\"left\"\r\n (click)=\"agentActions('TARPS')\">\r\n <span class=\"fab-button__icon ic-component-property-canvas\"></span>\r\n </button>\r\n </eco-fab-speed-dial-actions>\r\n </eco-fab-speed-dial>\r\n </div>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'add'\">\r\n <div class=\"footer__footer-content\">\r\n <button class=\"footer-content__button-save\" mat-flat-button color=\"primary\" (click)=\"saveData()\">Guardar\r\n </button>\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n</div>\r\n",
|
|
5083
|
+
styles: [":host{width:100%;height:100%;display:block}.property{position:relative;width:100%;height:100%;z-index:5;border-radius:4px}.title{margin:0 16px;font-size:24px}.breadcrumb-list{width:50%;padding:4px 16px;box-sizing:border-box;border-radius:0 24px 24px 0}.breadcrumb-content{color:#fff;margin:4px 0;width:100%;line-height:21px}.breadcrumb-item{position:relative;display:inline-flex;padding:0 18px 0 4px}.breadcrumb-item:last-child:before{content:none}.divider{border-width:1px}.divider-vertical{display:block;border:.5px inset}.header{width:100%;position:-webkit-sticky;position:sticky;top:0;z-index:10;padding:8px 0;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:600px){.breadcrumb-list{width:100%;order:1}.header{flex-direction:column}}.header__actions{padding:8px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:600px){.header__actions{order:0;width:100%;padding:4px 8px;justify-content:flex-end}}.header__actions button{margin-right:8px}.header__actions-button-commission{border-radius:16px}.actions-button-commission__icon{display:inline-block;width:24px;height:24px;font-size:24px;margin-left:8px}.header__actions-button-publish-icon{font-size:24px;width:24px;height:24px}.body{width:100%;height:calc(100% - 80px);overflow-x:hidden;overflow-y:auto;background:0 0;box-sizing:border-box;padding-bottom:56px}@media screen and (max-width:600px){.body{display:flex;flex-direction:column;padding:0 8px 56px}}.body__additional-content{width:25%;display:inline-block;padding:16px;box-sizing:border-box;background:#fff}@media screen and (max-width:600px){.body__additional-content{width:100%;order:2}}.mls__title{font-size:12px}.mls__button{width:100%;display:block;margin-bottom:8px;border-radius:16px}.body__content{width:75%;display:inline-block;padding:16px;box-sizing:border-box;float:right;background:#fff}.body__multimedia-wrapper{width:100%;background:#fff;display:flex}@media screen and (max-width:600px){.body__content{width:100%;order:1}.body__multimedia-wrapper{width:100%;order:0;flex-direction:column}}.multimedia-wrapper__list-thumbnails{width:25%;height:0;padding-bottom:calc((100% - 25%)/ 4 * 3);overflow:hidden;position:relative}@media screen and (max-width:600px){.multimedia-wrapper__list-thumbnails{width:100%;height:56px;padding:0}}.list-thumbnails__wrapper-thumbnails{position:absolute;width:100%;height:100%;background:#fff;overflow-x:hidden;overflow-y:scroll;padding:0 18px 8px;box-sizing:border-box}.wrapper-thumbnails__header-types{width:100%;height:40px;background:#fff;padding-top:8px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.header-types__button-type{min-width:calc(100% / 3);width:calc(100% / 3);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0;height:100%;font-size:12px;line-height:16px}.button-type__icon{font-size:24px;width:24px;height:24px;display:inline-block}.button-type__label{display:inline-block;margin:0 4px}.wrapper-thumbnails__item-thumbnail{width:100%;padding-bottom:calc(100% / 4 * 3);margin-top:8px;border-radius:8px;position:relative;cursor:pointer}.item-thumbnail__img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}.multimedia-wrapper__front-image{width:calc(75% - 16px);height:0;padding-bottom:calc((75% - 16px)/ 4 * 3);margin:auto;border-radius:8px;position:relative}@media screen and (max-width:600px){.wrapper-thumbnails__item-thumbnail{display:none}.multimedia-wrapper__front-image{width:100%;padding-bottom:calc(100% / 4 * 3)}}.front-image__upload-multimedia{position:absolute;top:0;left:25%;width:50%;height:100%;z-index:1;display:flex}@media screen{.front-image__upload-multimedia{width:80%;left:10%}}.upload-multimedia__container-add-multimedia{margin:auto;width:200px;height:200px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:url(https://storage.googleapis.com/maplander-develop/public/file/front-end/cdn/360-image.svg) center/80% no-repeat}.container-add-multimedia__button{position:absolute;bottom:8px}.content__error-front-image{font-size:12px;margin:8px 0 8px 8px}.content__private-info{border-radius:8px}.private-info__title{font-weight:700;margin:0;padding:16px;border-radius:8px 8px 0 0}.footer{width:100%;height:43px;border-radius:16px 16px 0 0;padding:8px 16px;box-sizing:border-box;background:#fff;position:-webkit-sticky;position:sticky;z-index:2;bottom:0}.footer__footer-content{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.footer-content__status-label{margin:6px 0;font-size:14px;text-align:center}.footer-content__button-request-info{width:30%;border-radius:16px}@media screen and (max-width:600px){.footer-content__button-request-info{width:90%}}.footer-content__button-save{width:120px;border-radius:16px}.footer-content__fab{position:absolute;right:0;bottom:12px;padding:8px;border-radius:50%;background:linear-gradient(transparent 50%,#fff 50%)}.fab-button__icon{width:24px;height:24px;font-size:24px}"]
|
|
5631
5084
|
}] }
|
|
5632
5085
|
];
|
|
5633
5086
|
/** @nocollapse */
|
|
@@ -5658,120 +5111,10 @@ var PropertyComponent = /** @class */ (function () {
|
|
|
5658
5111
|
modeChange: [{ type: Output }]
|
|
5659
5112
|
};
|
|
5660
5113
|
return PropertyComponent;
|
|
5661
|
-
}());
|
|
5662
|
-
if (false) {
|
|
5663
|
-
/** @type {?} */
|
|
5664
|
-
PropertyComponent.prototype.property;
|
|
5665
|
-
/** @type {?} */
|
|
5666
|
-
PropertyComponent.prototype.utils;
|
|
5667
|
-
/** @type {?} */
|
|
5668
|
-
PropertyComponent.prototype.propertyType;
|
|
5669
|
-
/** @type {?} */
|
|
5670
|
-
PropertyComponent.prototype.mode;
|
|
5671
|
-
/** @type {?} */
|
|
5672
|
-
PropertyComponent.prototype.sharedProperty;
|
|
5673
|
-
/** @type {?} */
|
|
5674
|
-
PropertyComponent.prototype.address;
|
|
5675
|
-
/** @type {?} */
|
|
5676
|
-
PropertyComponent.prototype.mlsLabel;
|
|
5677
|
-
/** @type {?} */
|
|
5678
|
-
PropertyComponent.prototype.disableShareCommission;
|
|
5679
|
-
/** @type {?} */
|
|
5680
|
-
PropertyComponent.prototype.isFavorite;
|
|
5681
|
-
/** @type {?} */
|
|
5682
|
-
PropertyComponent.prototype.disableConfirmAnnounce;
|
|
5683
|
-
/** @type {?} */
|
|
5684
|
-
PropertyComponent.prototype.currencyConverted;
|
|
5685
|
-
/** @type {?} */
|
|
5686
|
-
PropertyComponent.prototype.userUrl;
|
|
5687
|
-
/** @type {?} */
|
|
5688
|
-
PropertyComponent.prototype.change;
|
|
5689
|
-
/** @type {?} */
|
|
5690
|
-
PropertyComponent.prototype.modeChange;
|
|
5691
|
-
/** @type {?} */
|
|
5692
|
-
PropertyComponent.prototype.multimedia;
|
|
5693
|
-
/** @type {?} */
|
|
5694
|
-
PropertyComponent.prototype.isOPI;
|
|
5695
|
-
/** @type {?} */
|
|
5696
|
-
PropertyComponent.prototype.currentIndex;
|
|
5697
|
-
/** @type {?} */
|
|
5698
|
-
PropertyComponent.prototype.frontImageError;
|
|
5699
|
-
/** @type {?} */
|
|
5700
|
-
PropertyComponent.prototype.currentType;
|
|
5701
|
-
/** @type {?} */
|
|
5702
|
-
PropertyComponent.prototype.multimediaCount;
|
|
5703
|
-
/** @type {?} */
|
|
5704
|
-
PropertyComponent.prototype.completeProperty;
|
|
5705
|
-
/**
|
|
5706
|
-
* @type {?}
|
|
5707
|
-
* @private
|
|
5708
|
-
*/
|
|
5709
|
-
PropertyComponent.prototype._allMultimedia;
|
|
5710
|
-
/**
|
|
5711
|
-
* @type {?}
|
|
5712
|
-
* @private
|
|
5713
|
-
*/
|
|
5714
|
-
PropertyComponent.prototype._newMedia;
|
|
5715
|
-
/**
|
|
5716
|
-
* @type {?}
|
|
5717
|
-
* @private
|
|
5718
|
-
*/
|
|
5719
|
-
PropertyComponent.prototype._editorInstance;
|
|
5720
|
-
/**
|
|
5721
|
-
* @type {?}
|
|
5722
|
-
* @private
|
|
5723
|
-
*/
|
|
5724
|
-
PropertyComponent.prototype._ownerInstance;
|
|
5725
|
-
/**
|
|
5726
|
-
* @type {?}
|
|
5727
|
-
* @private
|
|
5728
|
-
*/
|
|
5729
|
-
PropertyComponent.prototype._documentsInstance;
|
|
5730
|
-
/**
|
|
5731
|
-
* @type {?}
|
|
5732
|
-
* @private
|
|
5733
|
-
*/
|
|
5734
|
-
PropertyComponent.prototype._config;
|
|
5735
|
-
/**
|
|
5736
|
-
* @type {?}
|
|
5737
|
-
* @private
|
|
5738
|
-
*/
|
|
5739
|
-
PropertyComponent.prototype._uploaderService;
|
|
5740
|
-
/**
|
|
5741
|
-
* @type {?}
|
|
5742
|
-
* @private
|
|
5743
|
-
*/
|
|
5744
|
-
PropertyComponent.prototype._announceService;
|
|
5745
|
-
/**
|
|
5746
|
-
* @type {?}
|
|
5747
|
-
* @private
|
|
5748
|
-
*/
|
|
5749
|
-
PropertyComponent.prototype._snackBar;
|
|
5750
|
-
/**
|
|
5751
|
-
* @type {?}
|
|
5752
|
-
* @private
|
|
5753
|
-
*/
|
|
5754
|
-
PropertyComponent.prototype._share;
|
|
5755
|
-
/**
|
|
5756
|
-
* @type {?}
|
|
5757
|
-
* @private
|
|
5758
|
-
*/
|
|
5759
|
-
PropertyComponent.prototype._gallery;
|
|
5760
|
-
/**
|
|
5761
|
-
* @type {?}
|
|
5762
|
-
* @private
|
|
5763
|
-
*/
|
|
5764
|
-
PropertyComponent.prototype._documentService;
|
|
5765
|
-
/**
|
|
5766
|
-
* @type {?}
|
|
5767
|
-
* @private
|
|
5768
|
-
*/
|
|
5769
|
-
PropertyComponent.prototype._statsService;
|
|
5770
|
-
}
|
|
5114
|
+
}());
|
|
5771
5115
|
|
|
5772
5116
|
/**
|
|
5773
5117
|
* @fileoverview added by tsickle
|
|
5774
|
-
* Generated from: lib/components/property/validators/property-editor-validators.ts
|
|
5775
5118
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5776
5119
|
*/
|
|
5777
5120
|
var PropertyEditorValidators = /** @class */ (function () {
|
|
@@ -5878,7 +5221,6 @@ var PropertyEditorValidators = /** @class */ (function () {
|
|
|
5878
5221
|
|
|
5879
5222
|
/**
|
|
5880
5223
|
* @fileoverview added by tsickle
|
|
5881
|
-
* Generated from: lib/components/property/components/editor/editor.component.ts
|
|
5882
5224
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5883
5225
|
*/
|
|
5884
5226
|
/** @type {?} */
|
|
@@ -6494,7 +5836,7 @@ var EditorComponent = /** @class */ (function () {
|
|
|
6494
5836
|
{ provide: DateAdapter, useClass: MomentDateAdapter, deps: [MAT_DATE_LOCALE, MAT_MOMENT_DATE_ADAPTER_OPTIONS] },
|
|
6495
5837
|
{ provide: MAT_DATE_FORMATS, useValue: ɵ0 }
|
|
6496
5838
|
],
|
|
6497
|
-
styles: [":host{display:block;width:100%}.section_label{font-weight:700;display:flex;justify-content:space-between}.address__label-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.offering{margin-bottom:8px}.direct-debit{margin:16px 0;display:flex}.direct-debit__check-box{margin-top:4px}.direct-debit__radio-group{display:inline-block;margin:0 0 0 32px}@media screen and (max-width:600px){.section_label{flex-direction:column}.section_label :last-child{margin-top:16px}.direct-debit{flex-direction:column;align-items:flex-start}.direct-debit__radio-group{margin:16px 0 0}}.direct-debit__radio-button{margin-right:16px}.pricing{display:-ms-grid;display:grid;-ms-grid-columns:(
|
|
5839
|
+
styles: [":host{display:block;width:100%}.section_label{font-weight:700;display:flex;justify-content:space-between}.address__label-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.offering{margin-bottom:8px}.direct-debit{margin:16px 0;display:flex}.direct-debit__check-box{margin-top:4px}.direct-debit__radio-group{display:inline-block;margin:0 0 0 32px}@media screen and (max-width:600px){.section_label{flex-direction:column}.section_label :last-child{margin-top:16px}.direct-debit{flex-direction:column;align-items:flex-start}.direct-debit__radio-group{margin:16px 0 0}}.direct-debit__radio-button{margin-right:16px}.pricing{display:-ms-grid;display:grid;-ms-grid-columns:(calc(100% / 3))[3];grid-template-columns:repeat(3,calc(100% / 3))}@media screen and (max-width:600px){.pricing{-ms-grid-columns:100%;grid-template-columns:100%}}@media screen and (min-width:1800px){.pricing{-ms-grid-columns:(calc(100% / 4))[4];grid-template-columns:repeat(4,calc(100% / 4))}}.agreement__body{display:-ms-grid;display:grid;-ms-grid-columns:(calc(100% / 3))[2];grid-template-columns:repeat(2,calc(100% / 3))}@media screen and (max-width:600px){.agreement__body{-ms-grid-columns:100%;grid-template-columns:100%}}@media screen and (min-width:1800px){.agreement__body{-ms-grid-columns:(calc(100% / 4))[4];grid-template-columns:repeat(4,calc(100% / 4))}}.agreement__body-check-box{margin-bottom:16px;-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:2;grid-column-end:3}.address__body{display:-ms-grid;display:grid;-ms-grid-columns:(calc(100% / 4))[4];grid-template-columns:repeat(4,calc(100% / 4))}@media screen and (max-width:600px){.agreement__body-check-box{-ms-grid-column-span:auto;grid-column-end:auto}.address__body{-ms-grid-columns:100%;grid-template-columns:100%}}@media screen and (min-width:1800px){.address__body{-ms-grid-columns:(calc(100% / 5))[4];grid-template-columns:repeat(4,calc(100% / 5))}}.features__body{display:-ms-grid;display:grid;-ms-grid-columns:(calc(100% / 2))[2];grid-template-columns:repeat(2,calc(100% / 2))}.features-item__label{display:flex;align-items:center;margin:0;padding:8px 0}.features-item__radio-group{display:block;margin:8px 0}.features-item__radio-button{margin-right:16px}.features-item-bathrooms,.features-item-parking-spaces{-ms-grid-column:1;grid-column-start:1}.features-item-surface{-ms-grid-column:2;grid-column-start:2;-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:2;grid-row-end:3}.address__form-field,.agreement__form-field,.description__form-field,.external-link__form-field,.notes__form-field,.pricing__form-field{width:95%;margin:0 auto 0 0}@media screen and (max-width:600px){.features__body{-ms-grid-columns:100%;grid-template-columns:100%}.features-item-surface{-ms-grid-column:auto;grid-column-start:auto;-ms-grid-row:auto;grid-row-start:auto;-ms-grid-row-span:NaN;grid-row-end:auto}.address__form-field,.agreement__form-field,.description__form-field,.external-link__form-field,.notes__form-field,.pricing__form-field{width:100%;margin:0}}.pricing__maintenance-fee{display:flex;align-items:center;-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:2;grid-column-end:3}.pricing__maintenance-fee :first-child{margin:0 16px 0 0}@media screen and (max-width:600px){.pricing__maintenance-fee{flex-direction:column;align-items:start;-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:NaN;grid-column-end:auto}.pricing__maintenance-fee :first-child{margin:0 0 16px}}.address__visibility{-ms-grid-row:4;grid-row-start:4;-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:4;grid-column-end:5}.address__visibility-body{display:flex}.address__visibility-radio-group{display:block;margin-right:16px}.visibility-radio-group__button{margin-bottom:16px;display:block}.visibility__about{margin:0}.visibility__about-label{display:block;padding:0 8px 8px;font-size:14px}.label__icon{width:24px;height:24px;font-size:24px;color:#707070;margin-right:8px}.amenities,.attributes{width:50%;display:inline-block}@media screen and (max-width:600px){.address__visibility{-ms-grid-row:auto;grid-row-start:auto;-ms-grid-column:auto;grid-column-start:auto;-ms-grid-column-span:NaN;grid-column-end:auto}.address__visibility-body{flex-direction:column}.amenities,.attributes{width:100%;display:block}}.amenities__list-amenities{display:-ms-grid;display:grid;-ms-grid-columns:(calc(100% / 3))[3];grid-template-columns:repeat(3,calc(100% / 3))}.list-amenities__amenity{display:flex;flex-direction:column;justify-content:space-between;align-items:center;cursor:pointer;width:100px;padding:4px;box-sizing:border-box;border-radius:8px;margin:8px auto 0;text-align:center}.amenity__icon{width:24px;height:24px;font-size:24px;background:#707070;border-radius:50%;padding:8px;color:#fff;display:block;margin:0 auto}.amenity__text{padding:8px;box-sizing:border-box;display:block;font-size:12px}.button-submit{display:none}"]
|
|
6498
5840
|
}] }
|
|
6499
5841
|
];
|
|
6500
5842
|
/** @nocollapse */
|
|
@@ -6514,115 +5856,10 @@ var EditorComponent = /** @class */ (function () {
|
|
|
6514
5856
|
selectAddress: [{ type: Output }]
|
|
6515
5857
|
};
|
|
6516
5858
|
return EditorComponent;
|
|
6517
|
-
}());
|
|
6518
|
-
if (false) {
|
|
6519
|
-
/**
|
|
6520
|
-
* @type {?}
|
|
6521
|
-
* @private
|
|
6522
|
-
*/
|
|
6523
|
-
EditorComponent.prototype._btnSubmitRef;
|
|
6524
|
-
/** @type {?} */
|
|
6525
|
-
EditorComponent.prototype.utils;
|
|
6526
|
-
/** @type {?} */
|
|
6527
|
-
EditorComponent.prototype.address;
|
|
6528
|
-
/** @type {?} */
|
|
6529
|
-
EditorComponent.prototype.propertyType;
|
|
6530
|
-
/** @type {?} */
|
|
6531
|
-
EditorComponent.prototype.property;
|
|
6532
|
-
/** @type {?} */
|
|
6533
|
-
EditorComponent.prototype.mlsLabel;
|
|
6534
|
-
/** @type {?} */
|
|
6535
|
-
EditorComponent.prototype.editorInstance;
|
|
6536
|
-
/** @type {?} */
|
|
6537
|
-
EditorComponent.prototype.selectAddress;
|
|
6538
|
-
/**
|
|
6539
|
-
* REGEX_ONLY_INTEGERS
|
|
6540
|
-
* Regex pattern to only accept integer and positive numbers
|
|
6541
|
-
*
|
|
6542
|
-
* @type {?}
|
|
6543
|
-
* @private
|
|
6544
|
-
*/
|
|
6545
|
-
EditorComponent.prototype.REGEX_ONLY_INTEGERS;
|
|
6546
|
-
/**
|
|
6547
|
-
* @type {?}
|
|
6548
|
-
* @private
|
|
6549
|
-
*/
|
|
6550
|
-
EditorComponent.prototype.REGEX_MIDDLE_NUMBER;
|
|
6551
|
-
/**
|
|
6552
|
-
* @type {?}
|
|
6553
|
-
* @private
|
|
6554
|
-
*/
|
|
6555
|
-
EditorComponent.prototype.REGEX_WEBSITE;
|
|
6556
|
-
/**
|
|
6557
|
-
* @type {?}
|
|
6558
|
-
* @private
|
|
6559
|
-
*/
|
|
6560
|
-
EditorComponent.prototype.REGEX_ALPHA_NUMBER;
|
|
6561
|
-
/**
|
|
6562
|
-
* @type {?}
|
|
6563
|
-
* @private
|
|
6564
|
-
*/
|
|
6565
|
-
EditorComponent.prototype._subscription;
|
|
6566
|
-
/**
|
|
6567
|
-
* @type {?}
|
|
6568
|
-
* @private
|
|
6569
|
-
*/
|
|
6570
|
-
EditorComponent.prototype._validators;
|
|
6571
|
-
/**
|
|
6572
|
-
* @type {?}
|
|
6573
|
-
* @private
|
|
6574
|
-
*/
|
|
6575
|
-
EditorComponent.prototype._property;
|
|
6576
|
-
/**
|
|
6577
|
-
* @type {?}
|
|
6578
|
-
* @private
|
|
6579
|
-
*/
|
|
6580
|
-
EditorComponent.prototype._propertyTypeItem;
|
|
6581
|
-
/**
|
|
6582
|
-
* @type {?}
|
|
6583
|
-
* @private
|
|
6584
|
-
*/
|
|
6585
|
-
EditorComponent.prototype._errorFields;
|
|
6586
|
-
/** @type {?} */
|
|
6587
|
-
EditorComponent.prototype.propertyForm;
|
|
6588
|
-
/** @type {?} */
|
|
6589
|
-
EditorComponent.prototype.offeringTypeList;
|
|
6590
|
-
/** @type {?} */
|
|
6591
|
-
EditorComponent.prototype.currencyList;
|
|
6592
|
-
/** @type {?} */
|
|
6593
|
-
EditorComponent.prototype.roiList;
|
|
6594
|
-
/** @type {?} */
|
|
6595
|
-
EditorComponent.prototype.landUseList;
|
|
6596
|
-
/** @type {?} */
|
|
6597
|
-
EditorComponent.prototype.amenitiesList;
|
|
6598
|
-
/** @type {?} */
|
|
6599
|
-
EditorComponent.prototype.featuresList;
|
|
6600
|
-
/** @type {?} */
|
|
6601
|
-
EditorComponent.prototype.commissionList;
|
|
6602
|
-
/** @type {?} */
|
|
6603
|
-
EditorComponent.prototype.sharedCommissionList;
|
|
6604
|
-
/** @type {?} */
|
|
6605
|
-
EditorComponent.prototype.durationList;
|
|
6606
|
-
/**
|
|
6607
|
-
* @type {?}
|
|
6608
|
-
* @private
|
|
6609
|
-
*/
|
|
6610
|
-
EditorComponent.prototype._formBuilder;
|
|
6611
|
-
/**
|
|
6612
|
-
* @type {?}
|
|
6613
|
-
* @private
|
|
6614
|
-
*/
|
|
6615
|
-
EditorComponent.prototype._dialog;
|
|
6616
|
-
/**
|
|
6617
|
-
* @type {?}
|
|
6618
|
-
* @private
|
|
6619
|
-
*/
|
|
6620
|
-
EditorComponent.prototype._adapter;
|
|
6621
|
-
}
|
|
5859
|
+
}());
|
|
6622
5860
|
|
|
6623
5861
|
/**
|
|
6624
5862
|
* @fileoverview added by tsickle
|
|
6625
|
-
* Generated from: lib/components/property/validators/phone-fields-validator.ts
|
|
6626
5863
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6627
5864
|
*/
|
|
6628
5865
|
/**
|
|
@@ -6659,7 +5896,6 @@ function phoneFieldsValidator(controlName) {
|
|
|
6659
5896
|
|
|
6660
5897
|
/**
|
|
6661
5898
|
* @fileoverview added by tsickle
|
|
6662
|
-
* Generated from: lib/components/property/components/owner-info/owner-info.component.ts
|
|
6663
5899
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6664
5900
|
*/
|
|
6665
5901
|
var OwnerInfoComponent = /** @class */ (function () {
|
|
@@ -6797,31 +6033,10 @@ var OwnerInfoComponent = /** @class */ (function () {
|
|
|
6797
6033
|
ownerInstance: [{ type: Output }]
|
|
6798
6034
|
};
|
|
6799
6035
|
return OwnerInfoComponent;
|
|
6800
|
-
}());
|
|
6801
|
-
if (false) {
|
|
6802
|
-
/** @type {?} */
|
|
6803
|
-
OwnerInfoComponent.prototype.owner;
|
|
6804
|
-
/** @type {?} */
|
|
6805
|
-
OwnerInfoComponent.prototype.disabled;
|
|
6806
|
-
/** @type {?} */
|
|
6807
|
-
OwnerInfoComponent.prototype.ownerInstance;
|
|
6808
|
-
/** @type {?} */
|
|
6809
|
-
OwnerInfoComponent.prototype.ownerForm;
|
|
6810
|
-
/**
|
|
6811
|
-
* @type {?}
|
|
6812
|
-
* @private
|
|
6813
|
-
*/
|
|
6814
|
-
OwnerInfoComponent.prototype._owner;
|
|
6815
|
-
/**
|
|
6816
|
-
* @type {?}
|
|
6817
|
-
* @private
|
|
6818
|
-
*/
|
|
6819
|
-
OwnerInfoComponent.prototype._formBuilder;
|
|
6820
|
-
}
|
|
6036
|
+
}());
|
|
6821
6037
|
|
|
6822
6038
|
/**
|
|
6823
6039
|
* @fileoverview added by tsickle
|
|
6824
|
-
* Generated from: lib/components/property/components/documents/documents.component.ts
|
|
6825
6040
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6826
6041
|
*/
|
|
6827
6042
|
var DocumentsComponent = /** @class */ (function () {
|
|
@@ -7120,46 +6335,10 @@ var DocumentsComponent = /** @class */ (function () {
|
|
|
7120
6335
|
documentsInstance: [{ type: Output }]
|
|
7121
6336
|
};
|
|
7122
6337
|
return DocumentsComponent;
|
|
7123
|
-
}());
|
|
7124
|
-
if (false) {
|
|
7125
|
-
/** @type {?} */
|
|
7126
|
-
DocumentsComponent.prototype.files;
|
|
7127
|
-
/** @type {?} */
|
|
7128
|
-
DocumentsComponent.prototype.disabled;
|
|
7129
|
-
/** @type {?} */
|
|
7130
|
-
DocumentsComponent.prototype.documentsInstance;
|
|
7131
|
-
/** @type {?} */
|
|
7132
|
-
DocumentsComponent.prototype.documents;
|
|
7133
|
-
/**
|
|
7134
|
-
* @type {?}
|
|
7135
|
-
* @private
|
|
7136
|
-
*/
|
|
7137
|
-
DocumentsComponent.prototype._files;
|
|
7138
|
-
/**
|
|
7139
|
-
* @type {?}
|
|
7140
|
-
* @private
|
|
7141
|
-
*/
|
|
7142
|
-
DocumentsComponent.prototype._newMedia;
|
|
7143
|
-
/**
|
|
7144
|
-
* @type {?}
|
|
7145
|
-
* @private
|
|
7146
|
-
*/
|
|
7147
|
-
DocumentsComponent.prototype._visor;
|
|
7148
|
-
/**
|
|
7149
|
-
* @type {?}
|
|
7150
|
-
* @private
|
|
7151
|
-
*/
|
|
7152
|
-
DocumentsComponent.prototype._snackBar;
|
|
7153
|
-
/**
|
|
7154
|
-
* @type {?}
|
|
7155
|
-
* @private
|
|
7156
|
-
*/
|
|
7157
|
-
DocumentsComponent.prototype._http;
|
|
7158
|
-
}
|
|
6338
|
+
}());
|
|
7159
6339
|
|
|
7160
6340
|
/**
|
|
7161
6341
|
* @fileoverview added by tsickle
|
|
7162
|
-
* Generated from: lib/components/property/components/details/details.component.ts
|
|
7163
6342
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7164
6343
|
*/
|
|
7165
6344
|
var DetailsComponent = /** @class */ (function () {
|
|
@@ -7310,7 +6489,7 @@ var DetailsComponent = /** @class */ (function () {
|
|
|
7310
6489
|
{ type: Component, args: [{
|
|
7311
6490
|
selector: 'lib-property-details',
|
|
7312
6491
|
template: "<div class=\"info\" *ngIf=\"property\">\r\n <h1 class=\"title\">\r\n <span class=\"title__address\">\r\n <!--\r\n Address visible\r\n Street #Ext Int. Lt Mz, Colony, PostalCode, Township, City, State, Country\r\n Address hidden\r\n Colony, PostalCode, Township, City, State, Country\r\n -->\r\n <ng-template [ngIf]=\"property.address.visible\">\r\n {{property.address.street}}\r\n <span *ngIf=\"property.address.outdoorNumber\">#{{property.address.outdoorNumber}} </span>\r\n <span *ngIf=\"property.address.interiorNumber\">Int. {{property.address.interiorNumber}} </span>\r\n <span *ngIf=\"property.address.lt\">Lt. {{property.address.lt}} </span>\r\n <span *ngIf=\"property.address.mz\">Mz. {{property.address.mz}} </span>\r\n </ng-template>\r\n <span *ngIf=\"property.address.colony\">{{property.address.colony}}, </span>\r\n <span *ngIf=\"property.address.postalCode\">{{property.address.postalCode}}, </span>\r\n <span *ngIf=\"property.address.township\">{{property.address.township}}, </span>\r\n <span *ngIf=\"property.address.city\">{{property.address.city}}, </span>\r\n <span *ngIf=\"property.address.state\">{{property.address.state}}, </span>\r\n <span *ngIf=\"property.address.country\">{{property.address.country}}</span>\r\n <span *ngIf=\"!property.address.visible\" class=\"address-street__hidden\"><br> Direcci\u00F3n aproximada</span>\r\n </span>\r\n <span class=\"title__property-offering\">\r\n <span class=\"title__property-offering-price\">\r\n <ng-template [ngIf]=\"currencyConverted\" [ngIfElse]=\"realPrice\">\r\n {{currencyConverted.price | currency : '' : 'symbol' : '1.0-0'}} {{currencyConverted.currency}}\r\n <br>\r\n <span class=\"property-offering-price__info-currency\"><mat-icon class=\"info-currency__icon\">info</mat-icon> Precio convertido <br> aproximado</span>\r\n </ng-template>\r\n <ng-template #realPrice>\r\n {{property.price | currency : '' : 'symbol' : '1.0-0'}} {{property.currency}}\r\n </ng-template>\r\n </span>\r\n <ng-template [ngIf]=\"currencyConverted\">\r\n <br>\r\n <span>{{property.price | currency : '' : 'symbol' : '1.0-0'}} {{property.currency}}</span>\r\n <br>\r\n <span class=\"property-offering-price__info-currency\"><mat-icon class=\"info-currency__icon\">info</mat-icon> Precio publicado</span>\r\n </ng-template>\r\n <br>\r\n <div class=\"div__title-sku\">\r\n <div>\r\n <span\r\n class=\"ic-property-{{propertyType.iconName}}\">\r\n </span>{{property.type | propertyType}} {{property.offering | offeringType}}\r\n </div>\r\n <ng-template [ngIf]=\"property.sku !== '' && property.sku\">\r\n <span class=\"title__sku\">\r\n SKU: {{property.sku}}\r\n </span>\r\n </ng-template>\r\n </div>\r\n </span>\r\n </h1>\r\n <hr class=\"divider\">\r\n <section class=\"features\">\r\n <ng-template [ngIf]=\"property.features.bedrooms && property.features.bedrooms > 0\">\r\n <p class=\"features__item\">\r\n <span class=\"features__item-icon ic-features-bedroom\"></span>\r\n <span class=\"features__item-text\">{{property.features.bedrooms}}</span>\r\n </p>\r\n </ng-template>\r\n <ng-template [ngIf]=\"property.features.bathrooms && property.features.bathrooms > 0\">\r\n <p class=\"features__item\">\r\n <span class=\"features__item-icon ic-features-bathroom\"></span>\r\n <span class=\"features__item-text\">{{property.features.bathrooms}}</span>\r\n </p>\r\n </ng-template>\r\n <ng-template [ngIf]=\"property.features.mainArea && property.features.mainArea > 0\">\r\n <p class=\"features__item\">\r\n <span class=\"features__item-icon ic-features-surface\"></span>\r\n <span class=\"features__item-text\">\r\n {{property.features.mainArea}}\r\n <span>m<sup>2</sup></span>\r\n </span>\r\n </p>\r\n </ng-template>\r\n <ng-template [ngIf]=\"property.features.parkingSpaces && property.features.parkingSpaces > 0\">\r\n <p class=\"features__item\">\r\n <span class=\"features__item-icon ic-features-parking\"></span>\r\n <span class=\"features__item-text\">{{property.features.parkingSpaces}}</span>\r\n </p>\r\n </ng-template>\r\n <ng-template [ngIf]=\"property.features.roi && property.features.roi > 0\">\r\n <p class=\"features__item\">\r\n <span class=\"features__item-icon ic-features-roi\"></span>\r\n <span class=\"features__item-text\">{{property.features.roi}}</span>\r\n </p>\r\n </ng-template>\r\n </section>\r\n <section class=\"description\">\r\n <h2 class=\"sub-title\">\r\n Descripci\u00F3n\r\n </h2>\r\n <p class=\"description__body\">\r\n {{property.description}}\r\n </p>\r\n </section>\r\n <ng-template [ngIf]=\"property.externalLink && visibleTour\">\r\n <hr class=\"divider\">\r\n <section class=\"external-link\">\r\n <h2 class=\"sub-title\">\r\n Tour virtual\r\n </h2>\r\n <iframe class=\"external-link__body\" [src]=\"getTourUrl()\"></iframe>\r\n </section>\r\n </ng-template>\r\n <ng-template [ngIf]=\"record\">\r\n <hr class=\"divider\">\r\n <section class=\"agreement\">\r\n <h2 class=\"sub-title\">\r\n Contrato\r\n </h2>\r\n <p class=\"agreement__body\">\r\n <span class=\"agreement__body-filed\">\r\n <span class=\"agreement__body-field-title\">\r\n Exclusividad de contrato\r\n </span>\r\n <span class=\"agreement__body-field-content\">\r\n {{property.propertyInfo.exclusivity ? 'Si' : 'No'}}\r\n </span>\r\n </span>\r\n <span class=\"agreement__body-filed\" *ngIf=\"property.propertyInfo.listingAgreementStartDate\">\r\n <span class=\"agreement__body-field-title\">\r\n Fecha de inicio de contrato\r\n </span>\r\n <span class=\"agreement__body-field-content\">\r\n {{property.propertyInfo.listingAgreementStartDate | libFormatDate : true : 'dd/MM/yyyy'}}\r\n </span>\r\n </span>\r\n <span class=\"agreement__body-filed\" *ngIf=\"agreementEndDate\">\r\n <span class=\"agreement__body-field-title\">\r\n Fecha de termino de contrato\r\n </span>\r\n <span class=\"agreement__body-field-content\">\r\n {{agreementEndDate | libFormatDate : true : 'dd/MM/yyyy'}}\r\n </span>\r\n </span>\r\n <span class=\"agreement__body-filed\" *ngIf=\"property.propertyInfo.commission\">\r\n <span class=\"agreement__body-field-title\">\r\n Comisi\u00F3n\r\n </span>\r\n <span class=\"agreement__body-field-content\">\r\n <span *ngIf=\"property.offering === 'RENT'\">{{property.propertyInfo.commission}} meses</span>\r\n <span *ngIf=\"property.offering === 'SALE'\">{{property.propertyInfo.commission * 100}}%</span>\r\n </span>\r\n </span>\r\n <span class=\"agreement__body-filed\">\r\n <span class=\"agreement__body-field-title\">\r\n Anunciada en el {{mlsLabel || 'MLS'}}\r\n </span>\r\n <span class=\"agreement__body-field-content\">\r\n {{property.propertyInfo.mls ? 'Si' : 'No'}}\r\n </span>\r\n </span>\r\n </p>\r\n </section>\r\n <hr class=\"divider\">\r\n <section class=\"private-features\">\r\n <h2 class=\"sub-title\">\r\n Caracteristicas\r\n </h2>\r\n <p class=\"private-features__body\">\r\n <span class=\"private-features__body-filed\" *ngIf=\"property.propertyInfo.lowestPrice\">\r\n <span class=\"private-features__body-field-title\">\r\n Precio minimo\r\n </span>\r\n <span class=\"private-features__body-field-content\">\r\n {{property.propertyInfo.lowestPrice | currency : '' : 'symbol' : '1.0-0'}}\r\n </span>\r\n </span>\r\n <span class=\"private-features__body-filed\" *ngIf=\"property.features.condominiumFeePrice\">\r\n <span class=\"private-features__body-field-title\">\r\n Cuota de mantenimiento\r\n </span>\r\n <span class=\"private-features__body-field-content\">\r\n {{property.features.condominiumFeePrice | currency : '' : 'symbol' : '1.0-0'}}\r\n </span>\r\n </span>\r\n <span class=\"private-features__body-filed\" *ngIf=\"property.propertyInfo.leaseTransferPrice\">\r\n <span class=\"private-features__body-field-title\">\r\n Traspaso\r\n </span>\r\n <span class=\"private-features__body-field-content\">\r\n {{property.propertyInfo.leaseTransferPrice | currency : '' : 'symbol' : '1.0-0'}}\r\n </span>\r\n </span>\r\n <span class=\"private-features__body-filed\" *ngIf=\"property.features.builtIn\">\r\n <span class=\"private-features__body-field-title\">\r\n A\u00F1o de construcci\u00F3n\r\n </span>\r\n <span class=\"private-features__body-field-content\">\r\n {{property.features.builtIn}}\r\n </span>\r\n </span>\r\n <span class=\"private-features__body-filed\" *ngIf=\"property.features.roi\">\r\n <span class=\"private-features__body-field-title\">\r\n Retorno de inversi\u00F3n\r\n </span>\r\n <span class=\"private-features__body-field-content\">\r\n {{property.features.roi}}\r\n </span>\r\n </span>\r\n </p>\r\n </section>\r\n <ng-template [ngIf]=\"property.propertyInfo.consumerReporting && property.propertyInfo.consumerReporting !== 0\">\r\n <hr class=\"divider\">\r\n <section class=\"buro-rentas\">\r\n <h2 class=\"sub-title\">\r\n Bur\u00F3 Rentas\r\n </h2>\r\n <p class=\"private-features__body\" *ngIf=\"property.propertyInfo.consumerReporting === 1\">Requerir certificado de\r\n fiabiidad\r\n </p>\r\n <p class=\"private-features__body\" *ngIf=\"property.propertyInfo.consumerReporting === 2\">Requerir poliza de\r\n arrendamiento\r\n </p>\r\n </section>\r\n </ng-template>\r\n <ng-template [ngIf]=\"property.propertyInfo.notes\">\r\n <hr class=\"divider\">\r\n <section class=\"notes\">\r\n <h2 class=\"sub-title\">\r\n Notas\r\n </h2>\r\n <p class=\"notes__body\">{{property.propertyInfo.notes}}</p>\r\n </section>\r\n </ng-template>\r\n </ng-template>\r\n <hr class=\"divider\">\r\n <section class=\"indications\">\r\n <h2 class=\"sub-title\">\r\n Indicaciones\r\n </h2>\r\n <div class=\"indications__body\">\r\n <a class=\"indications__body-item-link\"\r\n href=\"https://www.google.com/maps/dir/?api=1&destination={{property.address.location.latitude}},{{property.address.location.longitude}}\"\r\n [target]=\"'_blank'\">\r\n <p matRipple class=\"indications__body-item\">\r\n <span class=\"indications__body-item-icon ic-component-property-marker\"></span>\r\n <span class=\"indications__body-item-text\">\u00BFCOMO LLEGAR?</span>\r\n </p>\r\n </a>\r\n <a class=\"indications__body-item-link\"\r\n href=\"https://www.google.com/maps/@?api=1&map_action=pano&viewpoint={{property.address.location.latitude}},{{property.address.location.longitude}}\"\r\n [target]=\"'_blank'\">\r\n <p matRipple class=\"indications__body-item\">\r\n <span class=\"indications__body-item-icon ic-component-property-streetview\"></span>\r\n <span class=\"indications__body-item-text\">VISTA DE LA CALLE</span>\r\n </p>\r\n </a>\r\n </div>\r\n </section>\r\n <hr class=\"divider\">\r\n <ng-template [ngIf]=\"amenities && amenities.length > 0\">\r\n <section class=\"amenities\">\r\n <h2 class=\"sub-title\">Amenidades</h2>\r\n <p class=\"amenities__list-amenities\">\r\n <ng-container *ngFor=\"let amenity of amenities\">\r\n <span matRipple class=\"list-amenities__amenity\">\r\n <span class=\"amenity__icon ic-amenities-{{amenity.iconName}}\"></span>\r\n <span class=\"amenity__text\">{{amenity.name}}</span>\r\n </span>\r\n </ng-container>\r\n </p>\r\n </section>\r\n </ng-template>\r\n <ng-template [ngIf]=\"features && features.length > 0\">\r\n <section class=\"amenities\">\r\n <h2 class=\"sub-title\">Caracteristicas de la zona</h2>\r\n <p class=\"amenities__list-amenities\">\r\n <ng-container *ngFor=\"let feature of features\">\r\n <span matRipple class=\"list-amenities__amenity\">\r\n <span class=\"amenity__icon ic-amenities-{{feature.iconName}}\"></span>\r\n <span class=\"amenity__text\">{{feature.name}}</span>\r\n </span>\r\n </ng-container>\r\n </p>\r\n </section>\r\n </ng-template>\r\n</div>\r\n",
|
|
7313
|
-
styles: [":host{display:block;width:100%}.divider{border:none;border-bottom:1px solid}.title{display:flex;font-size:18px;color:#707070;font-weight:400}.sub-title{margin:0;font-size:18px;padding:0 16px 16px 0}.title>span:first-child{width:60%}@media screen and (max-width:600px){.title{flex-direction:column}.title>span:first-child{width:100%}}.title>span:last-child{width:40%}.div__title-sku{display:flex;flex-direction:column}.title__sku{margin-bottom:2%}.address-street__hidden{font-size:12px}.title__property-offering{text-align:right}@media screen and (max-width:600px){.title>span:last-child{width:100%}.title__property-offering{text-align:left;margin:16px 0}}.title__property-offering-price{font-size:26px;font-weight:700}.property-offering-price__info-currency{font-size:12px;display:inline-block;margin:4px 0}.info-currency__icon{width:12px;height:12px;font-size:12px}.features{padding:8px 0;display:flex;align-items:center}.features__item{width:auto;margin:0 24px 0 0;display:flex;justify-content:center;align-items:center;position:relative}.features__item:last-child:after{content:none}.features__item-text{font-size:16px;display:inline-block}.features__item-icon{display:inline-block;font-size:24px;width:24px;height:24px;margin-right:8px}.agreement,.buro-rentas,.description,.external-link,.indications,.notes,.private-features{display:flex;padding:16px 0}.indications__body{display:flex}.indications__body-item-link{color:inherit;text-decoration:none}.indications__body-item{padding:8px;margin:0 16px 0 0;border-radius:8px;cursor:pointer}.indications__body-item-icon{margin:auto;padding:8px;border-radius:8px;display:block;font-size:24px;width:24px;height:24px}.indications__body-item-text{display:block;text-align:center;font-size:12px;margin:6px 0}.agreement__body,.description__body,.notes__body,.private-features__body{width:75%;margin:0 0 0 auto}@media screen and (max-width:600px){.agreement,.buro-rentas,.description,.external-link,.indications,.notes,.private-features{flex-direction:column;align-items:start}.agreement__body,.description__body,.notes__body,.private-features__body{width:100%;margin:0}}.external-link__body{width:75%;height:280px;border-radius:16px;margin-left:20px}@media screen and (max-width:600px){.external-link__body{width:100%;margin:0}}.agreement__body-filed,.private-features__body-filed{display:block;padding:8px 0}.agreement__body-field-content,.agreement__body-field-title,.private-features__body-field-content,.private-features__body-field-title{width:50%;display:inline-block}.amenities__list{width:50%;display:-ms-grid;display:grid;-ms-grid-columns:(
|
|
6492
|
+
styles: [":host{display:block;width:100%}.divider{border:none;border-bottom:1px solid}.title{display:flex;font-size:18px;color:#707070;font-weight:400}.sub-title{margin:0;font-size:18px;padding:0 16px 16px 0}.title>span:first-child{width:60%}@media screen and (max-width:600px){.title{flex-direction:column}.title>span:first-child{width:100%}}.title>span:last-child{width:40%}.div__title-sku{display:flex;flex-direction:column}.title__sku{margin-bottom:2%}.address-street__hidden{font-size:12px}.title__property-offering{text-align:right}@media screen and (max-width:600px){.title>span:last-child{width:100%}.title__property-offering{text-align:left;margin:16px 0}}.title__property-offering-price{font-size:26px;font-weight:700}.property-offering-price__info-currency{font-size:12px;display:inline-block;margin:4px 0}.info-currency__icon{width:12px;height:12px;font-size:12px}.features{padding:8px 0;display:flex;align-items:center}.features__item{width:auto;margin:0 24px 0 0;display:flex;justify-content:center;align-items:center;position:relative}.features__item:last-child:after{content:none}.features__item-text{font-size:16px;display:inline-block}.features__item-icon{display:inline-block;font-size:24px;width:24px;height:24px;margin-right:8px}.agreement,.buro-rentas,.description,.external-link,.indications,.notes,.private-features{display:flex;padding:16px 0}.indications__body{display:flex}.indications__body-item-link{color:inherit;text-decoration:none}.indications__body-item{padding:8px;margin:0 16px 0 0;border-radius:8px;cursor:pointer}.indications__body-item-icon{margin:auto;padding:8px;border-radius:8px;display:block;font-size:24px;width:24px;height:24px}.indications__body-item-text{display:block;text-align:center;font-size:12px;margin:6px 0}.agreement__body,.description__body,.notes__body,.private-features__body{width:75%;margin:0 0 0 auto}@media screen and (max-width:600px){.agreement,.buro-rentas,.description,.external-link,.indications,.notes,.private-features{flex-direction:column;align-items:start}.agreement__body,.description__body,.notes__body,.private-features__body{width:100%;margin:0}}.external-link__body{width:75%;height:280px;border-radius:16px;margin-left:20px}@media screen and (max-width:600px){.external-link__body{width:100%;margin:0}}.agreement__body-filed,.private-features__body-filed{display:block;padding:8px 0}.agreement__body-field-content,.agreement__body-field-title,.private-features__body-field-content,.private-features__body-field-title{width:50%;display:inline-block}.amenities__list{width:50%;display:-ms-grid;display:grid;-ms-grid-columns:(calc(100% / 4))[4];grid-template-columns:repeat(4,calc(100% / 4))}.amenities,.attributes{width:50%;display:inline-block}@media screen and (max-width:600px){.amenities,.attributes{width:100%;display:block}}.amenities__list-amenities{display:-ms-grid;display:grid;-ms-grid-columns:(calc(100% / 4))[4];grid-template-columns:repeat(4,calc(100% / 4))}.list-amenities__amenity{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:4px;box-sizing:border-box;border-radius:8px;text-align:center}.amenity__icon{width:24px;height:24px;font-size:24px;border-radius:50%;padding:8px;display:block;margin:8px}.amenity__text{padding:8px;box-sizing:border-box;display:block;font-size:12px}"]
|
|
7314
6493
|
}] }
|
|
7315
6494
|
];
|
|
7316
6495
|
/** @nocollapse */
|
|
@@ -7325,36 +6504,10 @@ var DetailsComponent = /** @class */ (function () {
|
|
|
7325
6504
|
visibleTour: [{ type: Input }]
|
|
7326
6505
|
};
|
|
7327
6506
|
return DetailsComponent;
|
|
7328
|
-
}());
|
|
7329
|
-
if (false) {
|
|
7330
|
-
/** @type {?} */
|
|
7331
|
-
DetailsComponent.prototype.record;
|
|
7332
|
-
/** @type {?} */
|
|
7333
|
-
DetailsComponent.prototype.currencyConverted;
|
|
7334
|
-
/** @type {?} */
|
|
7335
|
-
DetailsComponent.prototype.property;
|
|
7336
|
-
/** @type {?} */
|
|
7337
|
-
DetailsComponent.prototype.mlsLabel;
|
|
7338
|
-
/** @type {?} */
|
|
7339
|
-
DetailsComponent.prototype.visibleTour;
|
|
7340
|
-
/** @type {?} */
|
|
7341
|
-
DetailsComponent.prototype.amenities;
|
|
7342
|
-
/** @type {?} */
|
|
7343
|
-
DetailsComponent.prototype.features;
|
|
7344
|
-
/** @type {?} */
|
|
7345
|
-
DetailsComponent.prototype.propertyType;
|
|
7346
|
-
/** @type {?} */
|
|
7347
|
-
DetailsComponent.prototype.agreementEndDate;
|
|
7348
|
-
/**
|
|
7349
|
-
* @type {?}
|
|
7350
|
-
* @private
|
|
7351
|
-
*/
|
|
7352
|
-
DetailsComponent.prototype._sanitizer;
|
|
7353
|
-
}
|
|
6507
|
+
}());
|
|
7354
6508
|
|
|
7355
6509
|
/**
|
|
7356
6510
|
* @fileoverview added by tsickle
|
|
7357
|
-
* Generated from: lib/components/property/components/slideshow/slide-show.component.ts
|
|
7358
6511
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7359
6512
|
*/
|
|
7360
6513
|
var SlideShowComponent = /** @class */ (function () {
|
|
@@ -7449,7 +6602,7 @@ var SlideShowComponent = /** @class */ (function () {
|
|
|
7449
6602
|
{ type: Component, args: [{
|
|
7450
6603
|
selector: 'lib-property-slide-show',
|
|
7451
6604
|
template: "<div class=\"slide-show\">\r\n <div class=\"slide-show__actions\">\r\n <ng-container [ngTemplateOutlet]=\"customActions\"></ng-container>\r\n <p class=\"actions__count\" *ngIf=\"multimedia && multimedia.length > 0\">\r\n {{index + 1}}/{{count}}\r\n </p>\r\n </div>\r\n <button mat-button=\"\" class=\"button-previous\" [ngClass]=\"{'disabled':index===0}\" [disabled]=\"index===0\"\r\n (click)=\"moveImage()\">\r\n <mat-icon>keyboard_arrow_left</mat-icon>\r\n </button>\r\n <ul class=\"images-list\" #slider [ngStyle]=\"{'width':'calc(100% *' + count + ')'}\">\r\n <ng-template [ngIf]=\"multimedia && multimedia.length > 0\">\r\n <ng-container *ngFor=\"let m of multimedia\">\r\n <li class=\"images-item\" [ngStyle]=\"{'width':'calc(100% /' + count + ')'}\">\r\n <ng-container [ngSwitch]=\"m.type\">\r\n <ng-container *ngSwitchCase=\"'IMAGE'\">\r\n <img class=\"images-item__img\" [src]=\"m.fileCS.thumbnail\" alt=\"Property image\">\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'SPHERIC'\">\r\n <lib-panorama-visor class=\"images-item__panorama\" [url]=\"m.fileCS.thumbnail\"></lib-panorama-visor>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'VIDEO'\">\r\n <iframe class=\"images-item__video\"\r\n [src]=\"'https://www.youtube.com/embed/' + m.fileCS.thumbnail | safeUrl\"></iframe>\r\n </ng-container>\r\n </ng-container>\r\n </li>\r\n </ng-container>\r\n </ng-template>\r\n <ng-template [ngIf]=\"multimedia && multimedia.length === 0\">\r\n <div class=\"no-items\"></div>\r\n </ng-template>\r\n </ul>\r\n <button mat-button=\"\" class=\"button-next\" [disabled]=\"multimedia.length === 0\" (click)=\"moveImage(true)\">\r\n <mat-icon>keyboard_arrow_right</mat-icon>\r\n </button>\r\n</div>\r\n",
|
|
7452
|
-
styles: [":host{display:block;position:relative;width:100%;padding-bottom:
|
|
6605
|
+
styles: [":host{display:block;position:relative;width:100%;padding-bottom:calc(100% / 4 * 3)}.slide-show{width:100%;height:100%;overflow:hidden;position:absolute}.slide-show__actions{position:absolute;bottom:0;left:0;right:0;width:100%;color:#fff;padding:8px 24px;z-index:2;display:flex;align-items:center;justify-content:flex-end;box-sizing:border-box;background:linear-gradient(transparent,rgba(0,0,0,.4))}.actions__count{margin:4px 0 0 8px;font-size:14px}.images-list{width:100%;height:100%;list-style:none;padding:0;margin:0;display:flex;overflow:hidden;transition:250ms}.images-item{width:100%;height:100%}.images-item__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:8px}.images-item__panorama,.images-item__video{width:100%;height:100%;border:0;border-radius:8px}.button-next,.button-previous{position:absolute;min-width:30px;width:30px;height:80px;padding:0;z-index:1;color:#fff;top:calc(50% - 40px);background:rgba(0,0,0,.3)}.button-next mat-icon,.button-previous mat-icon{width:30px;height:30px;font-size:30px}.button-next:hover,.button-previous:hover{color:#000;background:#fff}.disabled{color:#d3d3d3}.button-previous{left:0;border-radius:0 16px 16px 0}.button-next{right:0;border-radius:16px 0 0 16px}.no-items{width:100%;height:100%;border-radius:8px}"]
|
|
7453
6606
|
}] }
|
|
7454
6607
|
];
|
|
7455
6608
|
/** @nocollapse */
|
|
@@ -7465,37 +6618,10 @@ var SlideShowComponent = /** @class */ (function () {
|
|
|
7465
6618
|
currentIndex: [{ type: Output }]
|
|
7466
6619
|
};
|
|
7467
6620
|
return SlideShowComponent;
|
|
7468
|
-
}());
|
|
7469
|
-
if (false) {
|
|
7470
|
-
/** @type {?} */
|
|
7471
|
-
SlideShowComponent.prototype.customActions;
|
|
7472
|
-
/**
|
|
7473
|
-
* @type {?}
|
|
7474
|
-
* @private
|
|
7475
|
-
*/
|
|
7476
|
-
SlideShowComponent.prototype._slider;
|
|
7477
|
-
/** @type {?} */
|
|
7478
|
-
SlideShowComponent.prototype.multimedia;
|
|
7479
|
-
/** @type {?} */
|
|
7480
|
-
SlideShowComponent.prototype.selectIndex;
|
|
7481
|
-
/** @type {?} */
|
|
7482
|
-
SlideShowComponent.prototype.initialIndex;
|
|
7483
|
-
/** @type {?} */
|
|
7484
|
-
SlideShowComponent.prototype.currentIndex;
|
|
7485
|
-
/** @type {?} */
|
|
7486
|
-
SlideShowComponent.prototype.count;
|
|
7487
|
-
/** @type {?} */
|
|
7488
|
-
SlideShowComponent.prototype.index;
|
|
7489
|
-
/**
|
|
7490
|
-
* @type {?}
|
|
7491
|
-
* @private
|
|
7492
|
-
*/
|
|
7493
|
-
SlideShowComponent.prototype._render;
|
|
7494
|
-
}
|
|
6621
|
+
}());
|
|
7495
6622
|
|
|
7496
6623
|
/**
|
|
7497
6624
|
* @fileoverview added by tsickle
|
|
7498
|
-
* Generated from: lib/components/property/components/editor/components/custom-datepicker/date-adapter.ts
|
|
7499
6625
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7500
6626
|
*/
|
|
7501
6627
|
var CustomDateAdapter = /** @class */ (function (_super) {
|
|
@@ -7521,7 +6647,6 @@ var CustomDateAdapter = /** @class */ (function (_super) {
|
|
|
7521
6647
|
|
|
7522
6648
|
/**
|
|
7523
6649
|
* @fileoverview added by tsickle
|
|
7524
|
-
* Generated from: lib/components/property/components/editor/components/custom-datepicker/custom-datepicker-header/custom-datepicker-header.component.ts
|
|
7525
6650
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7526
6651
|
*/
|
|
7527
6652
|
/**
|
|
@@ -7596,33 +6721,10 @@ var CustomDatepickerHeaderComponent = /** @class */ (function () {
|
|
|
7596
6721
|
{ type: ChangeDetectorRef }
|
|
7597
6722
|
]; };
|
|
7598
6723
|
return CustomDatepickerHeaderComponent;
|
|
7599
|
-
}());
|
|
7600
|
-
if (false) {
|
|
7601
|
-
/**
|
|
7602
|
-
* @type {?}
|
|
7603
|
-
* @private
|
|
7604
|
-
*/
|
|
7605
|
-
CustomDatepickerHeaderComponent.prototype._destroyed;
|
|
7606
|
-
/**
|
|
7607
|
-
* @type {?}
|
|
7608
|
-
* @private
|
|
7609
|
-
*/
|
|
7610
|
-
CustomDatepickerHeaderComponent.prototype._calendar;
|
|
7611
|
-
/**
|
|
7612
|
-
* @type {?}
|
|
7613
|
-
* @private
|
|
7614
|
-
*/
|
|
7615
|
-
CustomDatepickerHeaderComponent.prototype._dateAdapter;
|
|
7616
|
-
/**
|
|
7617
|
-
* @type {?}
|
|
7618
|
-
* @private
|
|
7619
|
-
*/
|
|
7620
|
-
CustomDatepickerHeaderComponent.prototype._dateFormats;
|
|
7621
|
-
}
|
|
6724
|
+
}());
|
|
7622
6725
|
|
|
7623
6726
|
/**
|
|
7624
6727
|
* @fileoverview added by tsickle
|
|
7625
|
-
* Generated from: lib/components/property/components/editor/components/custom-datepicker/custom-datepicker/custom-datepicker.component.ts
|
|
7626
6728
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7627
6729
|
*/
|
|
7628
6730
|
/** @type {?} */
|
|
@@ -7733,29 +6835,10 @@ var CustomDatepickerComponent = /** @class */ (function () {
|
|
|
7733
6835
|
{ type: Injector }
|
|
7734
6836
|
]; };
|
|
7735
6837
|
return CustomDatepickerComponent;
|
|
7736
|
-
}());
|
|
7737
|
-
if (false) {
|
|
7738
|
-
/** @type {?} */
|
|
7739
|
-
CustomDatepickerComponent.prototype.currentYear;
|
|
7740
|
-
/** @type {?} */
|
|
7741
|
-
CustomDatepickerComponent.prototype.year;
|
|
7742
|
-
/** @type {?} */
|
|
7743
|
-
CustomDatepickerComponent.prototype.customHeader;
|
|
7744
|
-
/**
|
|
7745
|
-
* @type {?}
|
|
7746
|
-
* @private
|
|
7747
|
-
*/
|
|
7748
|
-
CustomDatepickerComponent.prototype._control;
|
|
7749
|
-
/**
|
|
7750
|
-
* @type {?}
|
|
7751
|
-
* @private
|
|
7752
|
-
*/
|
|
7753
|
-
CustomDatepickerComponent.prototype._injector;
|
|
7754
|
-
}
|
|
6838
|
+
}());
|
|
7755
6839
|
|
|
7756
6840
|
/**
|
|
7757
6841
|
* @fileoverview added by tsickle
|
|
7758
|
-
* Generated from: lib/components/property/components/editor/components/custom-datepicker/custom-datepicker.module.ts
|
|
7759
6842
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7760
6843
|
*/
|
|
7761
6844
|
/** @type {?} */
|
|
@@ -7796,7 +6879,6 @@ var CustomDatepickerModule = /** @class */ (function () {
|
|
|
7796
6879
|
|
|
7797
6880
|
/**
|
|
7798
6881
|
* @fileoverview added by tsickle
|
|
7799
|
-
* Generated from: lib/components/property/components/custom-drag-and-drop/custom-drag-and-drop.component.ts
|
|
7800
6882
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7801
6883
|
*/
|
|
7802
6884
|
var CustomDragAndDropComponent = /** @class */ (function () {
|
|
@@ -7954,35 +7036,6 @@ var CustomDragAndDropComponent = /** @class */ (function () {
|
|
|
7954
7036
|
};
|
|
7955
7037
|
return CustomDragAndDropComponent;
|
|
7956
7038
|
}());
|
|
7957
|
-
if (false) {
|
|
7958
|
-
/** @type {?} */
|
|
7959
|
-
CustomDragAndDropComponent.prototype.listGroup;
|
|
7960
|
-
/** @type {?} */
|
|
7961
|
-
CustomDragAndDropComponent.prototype.placeholder;
|
|
7962
|
-
/** @type {?} */
|
|
7963
|
-
CustomDragAndDropComponent.prototype.content;
|
|
7964
|
-
/** @type {?} */
|
|
7965
|
-
CustomDragAndDropComponent.prototype.items;
|
|
7966
|
-
/** @type {?} */
|
|
7967
|
-
CustomDragAndDropComponent.prototype.itemsChanged;
|
|
7968
|
-
/** @type {?} */
|
|
7969
|
-
CustomDragAndDropComponent.prototype.target;
|
|
7970
|
-
/** @type {?} */
|
|
7971
|
-
CustomDragAndDropComponent.prototype.targetIndex;
|
|
7972
|
-
/** @type {?} */
|
|
7973
|
-
CustomDragAndDropComponent.prototype.source;
|
|
7974
|
-
/** @type {?} */
|
|
7975
|
-
CustomDragAndDropComponent.prototype.sourceIndex;
|
|
7976
|
-
/** @type {?} */
|
|
7977
|
-
CustomDragAndDropComponent.prototype.activeContainer;
|
|
7978
|
-
/** @type {?} */
|
|
7979
|
-
CustomDragAndDropComponent.prototype.dropListEnterPredicate;
|
|
7980
|
-
/**
|
|
7981
|
-
* @type {?}
|
|
7982
|
-
* @private
|
|
7983
|
-
*/
|
|
7984
|
-
CustomDragAndDropComponent.prototype._viewportRuler;
|
|
7985
|
-
}
|
|
7986
7039
|
/**
|
|
7987
7040
|
* @param {?} collection
|
|
7988
7041
|
* @param {?} node
|
|
@@ -8012,7 +7065,6 @@ function __isInsideDropListClientRect(dropList, x, y) {
|
|
|
8012
7065
|
|
|
8013
7066
|
/**
|
|
8014
7067
|
* @fileoverview added by tsickle
|
|
8015
|
-
* Generated from: lib/components/property/property.module.ts
|
|
8016
7068
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8017
7069
|
*/
|
|
8018
7070
|
/** @type {?} */
|
|
@@ -8132,13 +7184,6 @@ var PropertyModule = /** @class */ (function () {
|
|
|
8132
7184
|
|
|
8133
7185
|
/**
|
|
8134
7186
|
* @fileoverview added by tsickle
|
|
8135
|
-
* Generated from: lib/components/property/index.ts
|
|
8136
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8137
|
-
*/
|
|
8138
|
-
|
|
8139
|
-
/**
|
|
8140
|
-
* @fileoverview added by tsickle
|
|
8141
|
-
* Generated from: lib/components/property-card/token.ts
|
|
8142
7187
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8143
7188
|
*/
|
|
8144
7189
|
/** @type {?} */
|
|
@@ -8146,7 +7191,6 @@ var PROPERTY_CARD_CONFIG_MODULE = new InjectionToken('PROPERTY CARD CONFIG MODUL
|
|
|
8146
7191
|
|
|
8147
7192
|
/**
|
|
8148
7193
|
* @fileoverview added by tsickle
|
|
8149
|
-
* Generated from: lib/components/property-card/property-card.component.ts
|
|
8150
7194
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8151
7195
|
*/
|
|
8152
7196
|
var PropertyCardComponent = /** @class */ (function () {
|
|
@@ -8184,6 +7228,9 @@ var PropertyCardComponent = /** @class */ (function () {
|
|
|
8184
7228
|
if (changes['marker'] && changes['marker'].currentValue) {
|
|
8185
7229
|
this.info = changes['marker'].currentValue.info;
|
|
8186
7230
|
}
|
|
7231
|
+
if (changes['showAlert'] && changes['showAlert'].currentValue) {
|
|
7232
|
+
this.info = changes['showAlert'].currentValue;
|
|
7233
|
+
}
|
|
8187
7234
|
};
|
|
8188
7235
|
/**
|
|
8189
7236
|
* @return {?}
|
|
@@ -8291,8 +7338,8 @@ var PropertyCardComponent = /** @class */ (function () {
|
|
|
8291
7338
|
PropertyCardComponent.decorators = [
|
|
8292
7339
|
{ type: Component, args: [{
|
|
8293
7340
|
selector: 'lib-property-card',
|
|
8294
|
-
template: "<div class=\"property-card\">\r\n <ng-template [ngIf]=\"!isOPI\">\r\n <div class=\"property-card__favorite\">\r\n <button class=\"favorite__button\" mat-icon-button (click)=\"favorite()\">\r\n <ng-template [ngIf]=\"isFavorite\" [ngIfElse]=\"noIsFavorite\">\r\n <mat-icon>favorite</mat-icon>\r\n </ng-template>\r\n <ng-template #noIsFavorite>\r\n <mat-icon>favorite_border</mat-icon>\r\n </ng-template>\r\n </button>\r\n </div>\r\n </ng-template>\r\n <ng-template [ngIf]=\"showDiscard\">\r\n <div class=\"property-card__discard\">\r\n <button class=\"discard__button\" mat-icon-button (click)=\"discard()\">\r\n <mat-icon>close</mat-icon>\r\n </button>\r\n </div>\r\n </ng-template>\r\n <a routerLink=\"{{href || '/'}}\" [queryParams]=\"queryParams || null\" [target]=\"target || null\"\r\n [state]=\"state || null\"\r\n class=\"property-card__image\" (mouseover)=\"onFrontImageOver()\"\r\n (mouseleave)=\"onFrontImageLeave()\">\r\n <img [src]=\"info.image\" alt=\"Property image\" libImageError [typeImage]=\"info.type\">\r\n <ng-template [ngIf]=\"mode === 'summary'\">\r\n <div class=\"property-card__body-summary\">\r\n <h2 class=\"color--white property-card__price\">\r\n {{info.price | currency}} {{info.currency}}\r\n </h2>\r\n <p class=\"color--white property-card__type\">\r\n {{info.type | propertyType}} {{info.offering | offeringType}}\r\n </p>\r\n <p class=\"color--white property-card__address body-summary__address\">\r\n {{info.address.colony}}, {{info.address.city}}\r\n </p>\r\n </div>\r\n </ng-template>\r\n </a>\r\n <ng-template [ngIf]=\"mode === 'full'\">\r\n <div class=\"property-card__body\">\r\n <div class=\"property-card__location-title\">\r\n <h2 class=\"property-card__price\">\r\n {{info.price | currency : currency : 'symbol' : '1.0-0'}} {{info.currency}}\r\n </h2>\r\n <ng-container *ngIf=\"distance !== ''\" >\r\n <h2 class=\"property-card__location\" [hidden]=\"!distance\">\r\n {{distance}}\r\n </h2>\r\n </ng-container>\r\n </div>\r\n <p class=\"property-card__type\">\r\n {{info.type | propertyType}} {{info.offering | offeringType}}\r\n </p>\r\n <p class=\"property-card__address\">\r\n {{info.address.colony}}, {{info.address.city}}\r\n </p>\r\n <ng-template [ngIf]=\"info.features\">\r\n <div class=\"property-card__features\">\r\n <ng-template [ngIf]=\"info.features && info.features.bedrooms && info.features.bedrooms > 0\">\r\n <p class=\"property-card__feature\">\r\n <span class=\"property-card__icon ic-features-bedroom\"></span>\r\n {{info.features.bedrooms}}\r\n </p>\r\n <span class=\"property-card__divider\"></span>\r\n </ng-template>\r\n <ng-template [ngIf]=\"info.features && info.features.bathrooms && info.features.bathrooms > 0 \">\r\n <p class=\"property-card__feature\">\r\n <span class=\"property-card__icon ic-features-bathroom\"></span>\r\n {{info.features.bathrooms}}\r\n </p>\r\n <span class=\"property-card__divider\"></span>\r\n </ng-template>\r\n <ng-template [ngIf]=\"info.features && info.features.mainArea && info.features.mainArea > 0\">\r\n <p class=\"property-card__feature\">\r\n <span class=\"property-card__icon ic-features-surface\"></span>\r\n {{info.features.mainArea}}\r\n <ng-template [ngIf]=\"info.features.areaUnit && info.features.areaUnit === 'M2'\"\r\n [ngIfElse]=\"ftUnit\">\r\n m<sup>2</sup>\r\n </ng-template>\r\n <ng-template #ftUnit>\r\n sq ft\r\n </ng-template>\r\n </p>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n</div>\r\n",
|
|
8295
|
-
styles: [":host{display:block;width:calc(100% - 16px);margin:16px auto;border-radius:16px}.property-card{width:100%;border-radius:16px;position:relative}.property-card__favorite{position:absolute;top:4px;right:4px;border-radius:50%;z-index:1;width:40px;height:40px;display:flex}.favorite__button{margin:auto}.property-card__discard{position:absolute;right:8px;bottom:8px;z-index:1;width:40px;height:40px;border-radius:16px;display:flex}.discard__button{margin:auto}.property-card__image{width:100%;border-radius:16px;padding-bottom:
|
|
7341
|
+
template: "<div class=\"property-card\">\r\n <ng-template [ngIf]=\"!isOPI\">\r\n <div class=\"property-card__favorite\">\r\n <button class=\"favorite__button\" mat-icon-button (click)=\"favorite()\">\r\n <ng-template [ngIf]=\"isFavorite\" [ngIfElse]=\"noIsFavorite\">\r\n <mat-icon>favorite</mat-icon>\r\n </ng-template>\r\n <ng-template #noIsFavorite>\r\n <mat-icon>favorite_border</mat-icon>\r\n </ng-template>\r\n </button>\r\n </div>\r\n </ng-template>\r\n <ng-template [ngIf]=\"showDiscard\">\r\n <div class=\"property-card__discard\">\r\n <button class=\"discard__button\" mat-icon-button (click)=\"discard()\">\r\n <mat-icon>close</mat-icon>\r\n </button>\r\n </div>\r\n </ng-template>\r\n <ng-template [ngIf]=\"isOPI && showAlert\">\r\n <div class=\"expiration-message\">\r\n <p>\r\n Aviso\r\n <br>\r\n Esta propiedad expirar\u00E1 el {{info.endPublishDate | libFormatDate : true : 'dd/MM/yyyy'}}\r\n </p>\r\n </div>\r\n </ng-template>\r\n <a routerLink=\"{{href || '/'}}\" [queryParams]=\"queryParams || null\" [target]=\"target || null\"\r\n [state]=\"state || null\"\r\n class=\"property-card__image\" (mouseover)=\"onFrontImageOver()\"\r\n (mouseleave)=\"onFrontImageLeave()\">\r\n <img [src]=\"info.image\" alt=\"Property image\" libImageError [typeImage]=\"info.type\">\r\n <ng-template [ngIf]=\"mode === 'summary'\">\r\n <div class=\"property-card__body-summary\">\r\n <h2 class=\"color--white property-card__price\">\r\n {{info.price | currency}} {{info.currency}}\r\n </h2>\r\n <p class=\"color--white property-card__type\">\r\n {{info.type | propertyType}} {{info.offering | offeringType}}\r\n </p>\r\n <p class=\"color--white property-card__address body-summary__address\">\r\n {{info.address.colony}}, {{info.address.city}}\r\n </p>\r\n </div>\r\n </ng-template>\r\n </a>\r\n <ng-template [ngIf]=\"mode === 'full'\">\r\n <div class=\"property-card__body\">\r\n <div class=\"property-card__location-title\">\r\n <h2 class=\"property-card__price\">\r\n {{info.price | currency : currency : 'symbol' : '1.0-0'}} {{info.currency}}\r\n </h2>\r\n <ng-container *ngIf=\"distance !== ''\" >\r\n <h2 class=\"property-card__location\" [hidden]=\"!distance\">\r\n {{distance}}\r\n </h2>\r\n </ng-container>\r\n </div>\r\n <p class=\"property-card__type\">\r\n {{info.type | propertyType}} {{info.offering | offeringType}}\r\n </p>\r\n <p class=\"property-card__address\">\r\n {{info.address.colony}}, {{info.address.city}}\r\n </p>\r\n <ng-template [ngIf]=\"info.features\">\r\n <div class=\"property-card__features\">\r\n <ng-template [ngIf]=\"info.features && info.features.bedrooms && info.features.bedrooms > 0\">\r\n <p class=\"property-card__feature\">\r\n <span class=\"property-card__icon ic-features-bedroom\"></span>\r\n {{info.features.bedrooms}}\r\n </p>\r\n <span class=\"property-card__divider\"></span>\r\n </ng-template>\r\n <ng-template [ngIf]=\"info.features && info.features.bathrooms && info.features.bathrooms > 0 \">\r\n <p class=\"property-card__feature\">\r\n <span class=\"property-card__icon ic-features-bathroom\"></span>\r\n {{info.features.bathrooms}}\r\n </p>\r\n <span class=\"property-card__divider\"></span>\r\n </ng-template>\r\n <ng-template [ngIf]=\"info.features && info.features.mainArea && info.features.mainArea > 0\">\r\n <p class=\"property-card__feature\">\r\n <span class=\"property-card__icon ic-features-surface\"></span>\r\n {{info.features.mainArea}}\r\n <ng-template [ngIf]=\"info.features.areaUnit && info.features.areaUnit === 'M2'\"\r\n [ngIfElse]=\"ftUnit\">\r\n m<sup>2</sup>\r\n </ng-template>\r\n <ng-template #ftUnit>\r\n sq ft\r\n </ng-template>\r\n </p>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n</div>\r\n",
|
|
7342
|
+
styles: [":host{display:block;width:calc(100% - 16px);margin:16px auto;border-radius:16px}.property-card{width:100%;border-radius:16px;position:relative}.property-card__favorite{position:absolute;top:4px;right:4px;border-radius:50%;z-index:1;width:40px;height:40px;display:flex}.favorite__button{margin:auto}.expiration-message{position:absolute;top:0;background-color:#fff;width:100%;height:80px;z-index:1;text-align:center;color:red;font-size:16px;margin:auto}.property-card__discard{position:absolute;right:8px;bottom:8px;z-index:1;width:40px;height:40px;border-radius:16px;display:flex}.discard__button{margin:auto}.property-card__image{width:100%;border-radius:16px;padding-bottom:calc(100% / 4 * 3);position:relative;text-decoration:none;display:block}.property-card__image:hover{width:calc(100% - 6px);padding-bottom:calc((100% - 6px)/ 4 * 3)}.property-card__image img{border-radius:16px;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.property-card__body{padding:8px;box-sizing:border-box}.property-card__body-summary{padding:8px;box-sizing:border-box;position:absolute;bottom:0;width:100%;border-radius:16px;background:linear-gradient(transparent,rgba(0,0,0,.8))}.body-summary__address{width:80%!important}.property-card__location-title{display:flex;width:100%;flex-direction:row;flex-wrap:wrap}.property-card__location{font-size:12px;margin:4px;color:#707070}@media (min-width:1200px){.property-card__location{font-size:14px}}.property-card__location:empty{width:60%;height:14px;background:#e0e0e0;border-radius:16px}.property-card__price{margin:3px 0;font-size:16px}.property-card__price:empty{width:60%;height:16px;background:#e0e0e0;border-radius:16px}.property-card__type{margin:3px 0}.property-card__type:empty{width:70%;height:16px;border-radius:16px;background:#e0e0e0}.property-card__address{margin:3px 0;color:#707070;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.property-card__address:empty{width:80%;height:16px;border-radius:16px;background:#e0e0e0}.property-card__features{display:flex;margin:6px 0 0}.property-card__feature{margin:0 8px 0 0;display:flex;align-items:center;font-size:12px;color:#707070}.property-card__divider{display:block;margin:auto 8px;width:1px;height:16px;background:#9e9e9e}.property-card__icon{width:24px;height:24px;font-size:24px;margin:0 4px 0 0;color:#bdbdbd}"]
|
|
8296
7343
|
}] }
|
|
8297
7344
|
];
|
|
8298
7345
|
/** @nocollapse */
|
|
@@ -8305,6 +7352,7 @@ var PropertyCardComponent = /** @class */ (function () {
|
|
|
8305
7352
|
target: [{ type: Input }],
|
|
8306
7353
|
queryParams: [{ type: Input }],
|
|
8307
7354
|
state: [{ type: Input }],
|
|
7355
|
+
showAlert: [{ type: Input }],
|
|
8308
7356
|
positionLatLng: [{ type: Input }],
|
|
8309
7357
|
isFavorite: [{ type: Input }],
|
|
8310
7358
|
currency: [{ type: Input }],
|
|
@@ -8315,45 +7363,10 @@ var PropertyCardComponent = /** @class */ (function () {
|
|
|
8315
7363
|
propertyDiscarded: [{ type: Output }]
|
|
8316
7364
|
};
|
|
8317
7365
|
return PropertyCardComponent;
|
|
8318
|
-
}());
|
|
8319
|
-
if (false) {
|
|
8320
|
-
/** @type {?} */
|
|
8321
|
-
PropertyCardComponent.prototype.marker;
|
|
8322
|
-
/** @type {?} */
|
|
8323
|
-
PropertyCardComponent.prototype.href;
|
|
8324
|
-
/** @type {?} */
|
|
8325
|
-
PropertyCardComponent.prototype.target;
|
|
8326
|
-
/** @type {?} */
|
|
8327
|
-
PropertyCardComponent.prototype.queryParams;
|
|
8328
|
-
/** @type {?} */
|
|
8329
|
-
PropertyCardComponent.prototype.state;
|
|
8330
|
-
/** @type {?} */
|
|
8331
|
-
PropertyCardComponent.prototype.positionLatLng;
|
|
8332
|
-
/** @type {?} */
|
|
8333
|
-
PropertyCardComponent.prototype.isFavorite;
|
|
8334
|
-
/** @type {?} */
|
|
8335
|
-
PropertyCardComponent.prototype.currency;
|
|
8336
|
-
/** @type {?} */
|
|
8337
|
-
PropertyCardComponent.prototype.showDiscard;
|
|
8338
|
-
/** @type {?} */
|
|
8339
|
-
PropertyCardComponent.prototype.mode;
|
|
8340
|
-
/** @type {?} */
|
|
8341
|
-
PropertyCardComponent.prototype.markerChanged;
|
|
8342
|
-
/** @type {?} */
|
|
8343
|
-
PropertyCardComponent.prototype.favoriteChanged;
|
|
8344
|
-
/** @type {?} */
|
|
8345
|
-
PropertyCardComponent.prototype.propertyDiscarded;
|
|
8346
|
-
/** @type {?} */
|
|
8347
|
-
PropertyCardComponent.prototype.info;
|
|
8348
|
-
/** @type {?} */
|
|
8349
|
-
PropertyCardComponent.prototype.distance;
|
|
8350
|
-
/** @type {?} */
|
|
8351
|
-
PropertyCardComponent.prototype.isOPI;
|
|
8352
|
-
}
|
|
7366
|
+
}());
|
|
8353
7367
|
|
|
8354
7368
|
/**
|
|
8355
7369
|
* @fileoverview added by tsickle
|
|
8356
|
-
* Generated from: lib/components/property-card/property-card.module.ts
|
|
8357
7370
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8358
7371
|
*/
|
|
8359
7372
|
var PropertyCardModule = /** @class */ (function () {
|
|
@@ -8387,7 +7400,8 @@ var PropertyCardModule = /** @class */ (function () {
|
|
|
8387
7400
|
OfferingTypeModule,
|
|
8388
7401
|
ImageErrorModule,
|
|
8389
7402
|
MatIconModule,
|
|
8390
|
-
MatButtonModule
|
|
7403
|
+
MatButtonModule,
|
|
7404
|
+
FormatDateModule
|
|
8391
7405
|
],
|
|
8392
7406
|
declarations: [
|
|
8393
7407
|
PropertyCardComponent
|
|
@@ -8402,19 +7416,6 @@ var PropertyCardModule = /** @class */ (function () {
|
|
|
8402
7416
|
|
|
8403
7417
|
/**
|
|
8404
7418
|
* @fileoverview added by tsickle
|
|
8405
|
-
* Generated from: lib/components/property-card/index.ts
|
|
8406
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8407
|
-
*/
|
|
8408
|
-
|
|
8409
|
-
/**
|
|
8410
|
-
* @fileoverview added by tsickle
|
|
8411
|
-
* Generated from: lib/components/index.ts
|
|
8412
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8413
|
-
*/
|
|
8414
|
-
|
|
8415
|
-
/**
|
|
8416
|
-
* @fileoverview added by tsickle
|
|
8417
|
-
* Generated from: lib/services/markers/markers.service.ts
|
|
8418
7419
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8419
7420
|
*/
|
|
8420
7421
|
var MarkersService = /** @class */ (function () {
|
|
@@ -8733,28 +7734,10 @@ var MarkersService = /** @class */ (function () {
|
|
|
8733
7734
|
{ type: CurrencyConverterService }
|
|
8734
7735
|
]; };
|
|
8735
7736
|
return MarkersService;
|
|
8736
|
-
}());
|
|
8737
|
-
if (false) {
|
|
8738
|
-
/**
|
|
8739
|
-
* @type {?}
|
|
8740
|
-
* @private
|
|
8741
|
-
*/
|
|
8742
|
-
MarkersService.prototype._propertyTypePipe;
|
|
8743
|
-
/**
|
|
8744
|
-
* @type {?}
|
|
8745
|
-
* @private
|
|
8746
|
-
*/
|
|
8747
|
-
MarkersService.prototype._offeringTypePipe;
|
|
8748
|
-
/**
|
|
8749
|
-
* @type {?}
|
|
8750
|
-
* @private
|
|
8751
|
-
*/
|
|
8752
|
-
MarkersService.prototype._converter;
|
|
8753
|
-
}
|
|
7737
|
+
}());
|
|
8754
7738
|
|
|
8755
7739
|
/**
|
|
8756
7740
|
* @fileoverview added by tsickle
|
|
8757
|
-
* Generated from: lib/services/markers/markers.module.ts
|
|
8758
7741
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8759
7742
|
*/
|
|
8760
7743
|
var MarkersModule = /** @class */ (function () {
|
|
@@ -8785,299 +7768,5 @@ var MarkersModule = /** @class */ (function () {
|
|
|
8785
7768
|
return MarkersModule;
|
|
8786
7769
|
}());
|
|
8787
7770
|
|
|
8788
|
-
/**
|
|
8789
|
-
* @fileoverview added by tsickle
|
|
8790
|
-
* Generated from: lib/services/index.ts
|
|
8791
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8792
|
-
*/
|
|
8793
|
-
|
|
8794
|
-
/**
|
|
8795
|
-
* @fileoverview added by tsickle
|
|
8796
|
-
* Generated from: lib/utils/models/amenities-list.ts
|
|
8797
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8798
|
-
*/
|
|
8799
|
-
/**
|
|
8800
|
-
* @record
|
|
8801
|
-
*/
|
|
8802
|
-
function AmenitiesList() { }
|
|
8803
|
-
if (false) {
|
|
8804
|
-
/** @type {?} */
|
|
8805
|
-
AmenitiesList.prototype.adjacentCommerce;
|
|
8806
|
-
/** @type {?} */
|
|
8807
|
-
AmenitiesList.prototype.adjacentGym;
|
|
8808
|
-
/** @type {?} */
|
|
8809
|
-
AmenitiesList.prototype.adjacentPicnic;
|
|
8810
|
-
/** @type {?} */
|
|
8811
|
-
AmenitiesList.prototype.airConditioner;
|
|
8812
|
-
/** @type {?} */
|
|
8813
|
-
AmenitiesList.prototype.balcony;
|
|
8814
|
-
/** @type {?} */
|
|
8815
|
-
AmenitiesList.prototype.customerParking;
|
|
8816
|
-
/** @type {?} */
|
|
8817
|
-
AmenitiesList.prototype.diningRoom;
|
|
8818
|
-
/** @type {?} */
|
|
8819
|
-
AmenitiesList.prototype.doubleHeight;
|
|
8820
|
-
/** @type {?} */
|
|
8821
|
-
AmenitiesList.prototype.dressingRooms;
|
|
8822
|
-
/** @type {?} */
|
|
8823
|
-
AmenitiesList.prototype.facingStreet;
|
|
8824
|
-
/** @type {?} */
|
|
8825
|
-
AmenitiesList.prototype.finishings;
|
|
8826
|
-
/** @type {?} */
|
|
8827
|
-
AmenitiesList.prototype.furnished;
|
|
8828
|
-
/** @type {?} */
|
|
8829
|
-
AmenitiesList.prototype.garden;
|
|
8830
|
-
/** @type {?} */
|
|
8831
|
-
AmenitiesList.prototype.gym;
|
|
8832
|
-
/** @type {?} */
|
|
8833
|
-
AmenitiesList.prototype.highResistanceFloors;
|
|
8834
|
-
/** @type {?} */
|
|
8835
|
-
AmenitiesList.prototype.highSpeedInternet;
|
|
8836
|
-
/** @type {?} */
|
|
8837
|
-
AmenitiesList.prototype.inCommercialArea;
|
|
8838
|
-
/** @type {?} */
|
|
8839
|
-
AmenitiesList.prototype.inIndustrialPark;
|
|
8840
|
-
/** @type {?} */
|
|
8841
|
-
AmenitiesList.prototype.inShoppingCenter;
|
|
8842
|
-
/** @type {?} */
|
|
8843
|
-
AmenitiesList.prototype.jacuzzi;
|
|
8844
|
-
/** @type {?} */
|
|
8845
|
-
AmenitiesList.prototype.kitchenServices;
|
|
8846
|
-
/** @type {?} */
|
|
8847
|
-
AmenitiesList.prototype.maidsBathroom;
|
|
8848
|
-
/** @type {?} */
|
|
8849
|
-
AmenitiesList.prototype.maneuverArea;
|
|
8850
|
-
/** @type {?} */
|
|
8851
|
-
AmenitiesList.prototype.meetingRoom;
|
|
8852
|
-
/** @type {?} */
|
|
8853
|
-
AmenitiesList.prototype.mezzanine;
|
|
8854
|
-
/** @type {?} */
|
|
8855
|
-
AmenitiesList.prototype.mixedBuilding;
|
|
8856
|
-
/** @type {?} */
|
|
8857
|
-
AmenitiesList.prototype.naturalLighting;
|
|
8858
|
-
/** @type {?} */
|
|
8859
|
-
AmenitiesList.prototype.offices;
|
|
8860
|
-
/** @type {?} */
|
|
8861
|
-
AmenitiesList.prototype.openSpace;
|
|
8862
|
-
/** @type {?} */
|
|
8863
|
-
AmenitiesList.prototype.platforms;
|
|
8864
|
-
/** @type {?} */
|
|
8865
|
-
AmenitiesList.prototype.playground;
|
|
8866
|
-
/** @type {?} */
|
|
8867
|
-
AmenitiesList.prototype.playroom;
|
|
8868
|
-
/** @type {?} */
|
|
8869
|
-
AmenitiesList.prototype.pool;
|
|
8870
|
-
/** @type {?} */
|
|
8871
|
-
AmenitiesList.prototype.railSpur;
|
|
8872
|
-
/** @type {?} */
|
|
8873
|
-
AmenitiesList.prototype.railyard;
|
|
8874
|
-
/** @type {?} */
|
|
8875
|
-
AmenitiesList.prototype.reception;
|
|
8876
|
-
/** @type {?} */
|
|
8877
|
-
AmenitiesList.prototype.securityGuard;
|
|
8878
|
-
/** @type {?} */
|
|
8879
|
-
AmenitiesList.prototype.storage;
|
|
8880
|
-
/** @type {?} */
|
|
8881
|
-
AmenitiesList.prototype.visitorParking;
|
|
8882
|
-
/** @type {?} */
|
|
8883
|
-
AmenitiesList.prototype.roofGarden;
|
|
8884
|
-
/** @type {?} */
|
|
8885
|
-
AmenitiesList.prototype.petFriendly;
|
|
8886
|
-
/** @type {?} */
|
|
8887
|
-
AmenitiesList.prototype.differentAbilities;
|
|
8888
|
-
/** @type {?} */
|
|
8889
|
-
AmenitiesList.prototype.features;
|
|
8890
|
-
}
|
|
8891
|
-
|
|
8892
|
-
/**
|
|
8893
|
-
* @fileoverview added by tsickle
|
|
8894
|
-
* Generated from: lib/utils/models/amenity-item.ts
|
|
8895
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8896
|
-
*/
|
|
8897
|
-
/**
|
|
8898
|
-
* @record
|
|
8899
|
-
*/
|
|
8900
|
-
function AmenityItem() { }
|
|
8901
|
-
if (false) {
|
|
8902
|
-
/** @type {?} */
|
|
8903
|
-
AmenityItem.prototype.checked;
|
|
8904
|
-
/** @type {?} */
|
|
8905
|
-
AmenityItem.prototype.iconName;
|
|
8906
|
-
/** @type {?} */
|
|
8907
|
-
AmenityItem.prototype.value;
|
|
8908
|
-
/** @type {?} */
|
|
8909
|
-
AmenityItem.prototype.name;
|
|
8910
|
-
}
|
|
8911
|
-
|
|
8912
|
-
/**
|
|
8913
|
-
* @fileoverview added by tsickle
|
|
8914
|
-
* Generated from: lib/utils/models/filter-chip.ts
|
|
8915
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8916
|
-
*/
|
|
8917
|
-
/**
|
|
8918
|
-
* @record
|
|
8919
|
-
*/
|
|
8920
|
-
function FilterChip() { }
|
|
8921
|
-
if (false) {
|
|
8922
|
-
/** @type {?} */
|
|
8923
|
-
FilterChip.prototype.type;
|
|
8924
|
-
/** @type {?} */
|
|
8925
|
-
FilterChip.prototype.text;
|
|
8926
|
-
/** @type {?} */
|
|
8927
|
-
FilterChip.prototype.icon;
|
|
8928
|
-
}
|
|
8929
|
-
|
|
8930
|
-
/**
|
|
8931
|
-
* @fileoverview added by tsickle
|
|
8932
|
-
* Generated from: lib/utils/models/filters-saved.ts
|
|
8933
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8934
|
-
*/
|
|
8935
|
-
/**
|
|
8936
|
-
* @record
|
|
8937
|
-
*/
|
|
8938
|
-
function FiltersSaved() { }
|
|
8939
|
-
if (false) {
|
|
8940
|
-
/** @type {?} */
|
|
8941
|
-
FiltersSaved.prototype.filters;
|
|
8942
|
-
/** @type {?} */
|
|
8943
|
-
FiltersSaved.prototype.ft;
|
|
8944
|
-
/** @type {?|undefined} */
|
|
8945
|
-
FiltersSaved.prototype.isSharedProperties;
|
|
8946
|
-
}
|
|
8947
|
-
|
|
8948
|
-
/**
|
|
8949
|
-
* @fileoverview added by tsickle
|
|
8950
|
-
* Generated from: lib/utils/models/filters-change.ts
|
|
8951
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8952
|
-
*/
|
|
8953
|
-
/**
|
|
8954
|
-
* @record
|
|
8955
|
-
*/
|
|
8956
|
-
function FiltersChange() { }
|
|
8957
|
-
if (false) {
|
|
8958
|
-
/** @type {?} */
|
|
8959
|
-
FiltersChange.prototype.type;
|
|
8960
|
-
/** @type {?} */
|
|
8961
|
-
FiltersChange.prototype.filter;
|
|
8962
|
-
/** @type {?|undefined} */
|
|
8963
|
-
FiltersChange.prototype.ft;
|
|
8964
|
-
/** @type {?|undefined} */
|
|
8965
|
-
FiltersChange.prototype.isSharedProperties;
|
|
8966
|
-
}
|
|
8967
|
-
|
|
8968
|
-
/**
|
|
8969
|
-
* @fileoverview added by tsickle
|
|
8970
|
-
* Generated from: lib/utils/models/marker.ts
|
|
8971
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8972
|
-
*/
|
|
8973
|
-
/**
|
|
8974
|
-
* @record
|
|
8975
|
-
*/
|
|
8976
|
-
function Marker() { }
|
|
8977
|
-
if (false) {
|
|
8978
|
-
/** @type {?} */
|
|
8979
|
-
Marker.prototype.location;
|
|
8980
|
-
/** @type {?} */
|
|
8981
|
-
Marker.prototype.hover;
|
|
8982
|
-
/** @type {?} */
|
|
8983
|
-
Marker.prototype.visited;
|
|
8984
|
-
/** @type {?} */
|
|
8985
|
-
Marker.prototype.type;
|
|
8986
|
-
/** @type {?} */
|
|
8987
|
-
Marker.prototype.info;
|
|
8988
|
-
/** @type {?|undefined} */
|
|
8989
|
-
Marker.prototype.isFavorite;
|
|
8990
|
-
/** @type {?|undefined} */
|
|
8991
|
-
Marker.prototype.extras;
|
|
8992
|
-
}
|
|
8993
|
-
|
|
8994
|
-
/**
|
|
8995
|
-
* @fileoverview added by tsickle
|
|
8996
|
-
* Generated from: lib/utils/models/property-card-info.ts
|
|
8997
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8998
|
-
*/
|
|
8999
|
-
/**
|
|
9000
|
-
* @record
|
|
9001
|
-
*/
|
|
9002
|
-
function PropertyCardInfo() { }
|
|
9003
|
-
if (false) {
|
|
9004
|
-
/** @type {?} */
|
|
9005
|
-
PropertyCardInfo.prototype.address;
|
|
9006
|
-
/** @type {?} */
|
|
9007
|
-
PropertyCardInfo.prototype.authUsers;
|
|
9008
|
-
/** @type {?} */
|
|
9009
|
-
PropertyCardInfo.prototype.currency;
|
|
9010
|
-
/** @type {?} */
|
|
9011
|
-
PropertyCardInfo.prototype.propertyId;
|
|
9012
|
-
/** @type {?} */
|
|
9013
|
-
PropertyCardInfo.prototype.image;
|
|
9014
|
-
/** @type {?} */
|
|
9015
|
-
PropertyCardInfo.prototype.offering;
|
|
9016
|
-
/** @type {?} */
|
|
9017
|
-
PropertyCardInfo.prototype.price;
|
|
9018
|
-
/** @type {?} */
|
|
9019
|
-
PropertyCardInfo.prototype.type;
|
|
9020
|
-
/** @type {?} */
|
|
9021
|
-
PropertyCardInfo.prototype.url;
|
|
9022
|
-
/** @type {?|undefined} */
|
|
9023
|
-
PropertyCardInfo.prototype.status;
|
|
9024
|
-
/** @type {?|undefined} */
|
|
9025
|
-
PropertyCardInfo.prototype.features;
|
|
9026
|
-
}
|
|
9027
|
-
|
|
9028
|
-
/**
|
|
9029
|
-
* @fileoverview added by tsickle
|
|
9030
|
-
* Generated from: lib/utils/models/property-type-item.ts
|
|
9031
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
9032
|
-
*/
|
|
9033
|
-
/**
|
|
9034
|
-
* @record
|
|
9035
|
-
*/
|
|
9036
|
-
function PropertyTypeItem() { }
|
|
9037
|
-
if (false) {
|
|
9038
|
-
/** @type {?} */
|
|
9039
|
-
PropertyTypeItem.prototype.value;
|
|
9040
|
-
/** @type {?} */
|
|
9041
|
-
PropertyTypeItem.prototype.iconName;
|
|
9042
|
-
/** @type {?} */
|
|
9043
|
-
PropertyTypeItem.prototype.name;
|
|
9044
|
-
/** @type {?} */
|
|
9045
|
-
PropertyTypeItem.prototype.shortName;
|
|
9046
|
-
/** @type {?|undefined} */
|
|
9047
|
-
PropertyTypeItem.prototype.features;
|
|
9048
|
-
/** @type {?|undefined} */
|
|
9049
|
-
PropertyTypeItem.prototype.amenities;
|
|
9050
|
-
}
|
|
9051
|
-
|
|
9052
|
-
/**
|
|
9053
|
-
* @fileoverview added by tsickle
|
|
9054
|
-
* Generated from: lib/utils/models/index.ts
|
|
9055
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
9056
|
-
*/
|
|
9057
|
-
|
|
9058
|
-
/**
|
|
9059
|
-
* @fileoverview added by tsickle
|
|
9060
|
-
* Generated from: lib/utils/index.ts
|
|
9061
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
9062
|
-
*/
|
|
9063
|
-
|
|
9064
|
-
/**
|
|
9065
|
-
* @fileoverview added by tsickle
|
|
9066
|
-
* Generated from: lib/index.ts
|
|
9067
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
9068
|
-
*/
|
|
9069
|
-
|
|
9070
|
-
/**
|
|
9071
|
-
* @fileoverview added by tsickle
|
|
9072
|
-
* Generated from: public_api.ts
|
|
9073
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
9074
|
-
*/
|
|
9075
|
-
|
|
9076
|
-
/**
|
|
9077
|
-
* @fileoverview added by tsickle
|
|
9078
|
-
* Generated from: maplander-components.ts
|
|
9079
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
9080
|
-
*/
|
|
9081
|
-
|
|
9082
7771
|
export { AddressFormatModule, AddressFormatPipe, AmenityName, ConstantsComponents, CurrencyConverterModule, CurrencyConverterService, DocumentVisorComponent, DocumentVisorModule, DocumentVisorService, FabFiltersComponent, FabFiltersModule, FilterChipType, FiltersChangeType, FiltersModule, FiltersService, FiltersWrapper, FormatDateModule, FormatDatePipe, FormatPriceDirective, FormatPriceModule, ImageErrorDirective, ImageErrorModule, MDate, MarkerPriceModule, MarkerPricePipe, MarkersModule, MarkersService, OfferingTypeModule, OfferingTypePipe, PanoramaVisorComponent, PanoramaVisorModule, PropertyCardComponent, PropertyCardModule, PropertyComponent, PropertyEventType, PropertyModule, PropertyTypeModule, PropertyTypePipe, FILTERS_TOKEN as ɵa, FiltersComponent as ɵb, PROPERTY_TOKEN as ɵc, MultimediaUploaderService as ɵd, AnnounceConfirmService as ɵe, GalleryService as ɵg, StatsService as ɵh, CustomDatepickerModule as ɵi, CustomDatepickerComponent as ɵj, CustomDateAdapter as ɵk, CustomDatepickerHeaderComponent as ɵl, DetailsComponent as ɵm, EditorComponent as ɵn, OwnerInfoComponent as ɵo, SlideShowComponent as ɵp, DocumentsComponent as ɵq, MultimediaUploaderComponent as ɵr, AnnounceConfirmComponent as ɵs, CustomDragAndDropComponent as ɵt, GalleryComponent as ɵu, StatsComponent as ɵv, PROPERTY_CARD_CONFIG_MODULE as ɵw };
|
|
9083
7772
|
//# sourceMappingURL=maplander-components.js.map
|