@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
|
@@ -38,7 +38,6 @@ import { RouterModule } from '@angular/router';
|
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
40
|
* @fileoverview added by tsickle
|
|
41
|
-
* Generated from: lib/pipes/address/address-format.pipe.ts
|
|
42
41
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
43
42
|
*/
|
|
44
43
|
class AddressFormatPipe {
|
|
@@ -91,7 +90,6 @@ AddressFormatPipe.decorators = [
|
|
|
91
90
|
|
|
92
91
|
/**
|
|
93
92
|
* @fileoverview added by tsickle
|
|
94
|
-
* Generated from: lib/pipes/address/address-format.module.ts
|
|
95
93
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
96
94
|
*/
|
|
97
95
|
class AddressFormatModule {
|
|
@@ -123,7 +121,6 @@ AddressFormatModule.decorators = [
|
|
|
123
121
|
|
|
124
122
|
/**
|
|
125
123
|
* @fileoverview added by tsickle
|
|
126
|
-
* Generated from: lib/utils/classes/filters-wrapper.ts
|
|
127
124
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
128
125
|
*/
|
|
129
126
|
class FiltersWrapper {
|
|
@@ -145,18 +142,10 @@ class FiltersWrapper {
|
|
|
145
142
|
close() {
|
|
146
143
|
this._component.close();
|
|
147
144
|
}
|
|
148
|
-
}
|
|
149
|
-
if (false) {
|
|
150
|
-
/**
|
|
151
|
-
* @type {?}
|
|
152
|
-
* @private
|
|
153
|
-
*/
|
|
154
|
-
FiltersWrapper.prototype._component;
|
|
155
145
|
}
|
|
156
146
|
|
|
157
147
|
/**
|
|
158
148
|
* @fileoverview added by tsickle
|
|
159
|
-
* Generated from: lib/utils/classes/mDate.ts
|
|
160
149
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
161
150
|
*/
|
|
162
151
|
/*
|
|
@@ -396,24 +385,10 @@ class MDate {
|
|
|
396
385
|
getDay() {
|
|
397
386
|
return this._timestamp.slice(6, this._timestamp.length);
|
|
398
387
|
}
|
|
399
|
-
}
|
|
400
|
-
if (false) {
|
|
401
|
-
/**
|
|
402
|
-
* @type {?}
|
|
403
|
-
* @private
|
|
404
|
-
*/
|
|
405
|
-
MDate.prototype._timestamp;
|
|
406
388
|
}
|
|
407
389
|
|
|
408
390
|
/**
|
|
409
391
|
* @fileoverview added by tsickle
|
|
410
|
-
* Generated from: lib/utils/classes/index.ts
|
|
411
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
412
|
-
*/
|
|
413
|
-
|
|
414
|
-
/**
|
|
415
|
-
* @fileoverview added by tsickle
|
|
416
|
-
* Generated from: lib/pipes/format-date/format-date.pipe.ts
|
|
417
392
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
418
393
|
*/
|
|
419
394
|
class FormatDatePipe {
|
|
@@ -442,7 +417,6 @@ FormatDatePipe.decorators = [
|
|
|
442
417
|
|
|
443
418
|
/**
|
|
444
419
|
* @fileoverview added by tsickle
|
|
445
|
-
* Generated from: lib/pipes/format-date/format-date.module.ts
|
|
446
420
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
447
421
|
*/
|
|
448
422
|
class FormatDateModule {
|
|
@@ -474,70 +448,68 @@ FormatDateModule.decorators = [
|
|
|
474
448
|
|
|
475
449
|
/**
|
|
476
450
|
* @fileoverview added by tsickle
|
|
477
|
-
* Generated from: lib/utils/enums/amenity-name.ts
|
|
478
451
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
479
452
|
*/
|
|
480
453
|
/** @enum {string} */
|
|
481
454
|
const AmenityName = {
|
|
482
|
-
AdjacentCommerce:
|
|
483
|
-
AdjacentGym:
|
|
484
|
-
AdjacentPicnic:
|
|
485
|
-
AirConditioner:
|
|
486
|
-
Balcony:
|
|
487
|
-
CustomerParking:
|
|
488
|
-
DiningRoom:
|
|
489
|
-
DoubleHeight:
|
|
490
|
-
DressingRooms:
|
|
491
|
-
FacingStreet:
|
|
492
|
-
Finishings:
|
|
493
|
-
Furnished:
|
|
494
|
-
Garden:
|
|
495
|
-
Gym:
|
|
496
|
-
HighResistanceFloors:
|
|
497
|
-
HighSpeedInternet:
|
|
498
|
-
InCommercialArea:
|
|
499
|
-
InIndustrialPark:
|
|
500
|
-
InShoppingCenter:
|
|
501
|
-
Jacuzzi:
|
|
502
|
-
KitchenServices:
|
|
503
|
-
MaidsBathroom:
|
|
504
|
-
ManeuverArea:
|
|
505
|
-
MeetingRoom:
|
|
506
|
-
Mezzanine:
|
|
507
|
-
MixedBuilding:
|
|
508
|
-
NaturalLighting:
|
|
509
|
-
Offices:
|
|
510
|
-
OpenSpace:
|
|
511
|
-
Platforms:
|
|
512
|
-
Playground:
|
|
513
|
-
Playroom:
|
|
514
|
-
Pool:
|
|
515
|
-
RailSpur:
|
|
516
|
-
RailYard:
|
|
517
|
-
Reception:
|
|
518
|
-
SecurityGuard:
|
|
519
|
-
Storage:
|
|
520
|
-
VisitorParking:
|
|
521
|
-
NearPublicTransportation:
|
|
522
|
-
NearShops:
|
|
523
|
-
OnBusyRoad:
|
|
524
|
-
CountrySide:
|
|
525
|
-
Downtown:
|
|
526
|
-
GoodReachableTraffic:
|
|
527
|
-
NearFitnessCentre:
|
|
528
|
-
NearHighway:
|
|
529
|
-
NearHospital:
|
|
530
|
-
NearPark:
|
|
531
|
-
NearSchools:
|
|
532
|
-
OnQuietRoad:
|
|
533
|
-
RoofGarden:
|
|
534
|
-
PetFriendly:
|
|
535
|
-
DifferentAbilities:
|
|
455
|
+
AdjacentCommerce: 'adjacentCommerce',
|
|
456
|
+
AdjacentGym: 'gym',
|
|
457
|
+
AdjacentPicnic: 'adjacentPicnic',
|
|
458
|
+
AirConditioner: 'airConditioner',
|
|
459
|
+
Balcony: 'balcony',
|
|
460
|
+
CustomerParking: 'customerParking',
|
|
461
|
+
DiningRoom: 'diningRoom',
|
|
462
|
+
DoubleHeight: 'doubleHeight',
|
|
463
|
+
DressingRooms: 'dressingRooms',
|
|
464
|
+
FacingStreet: 'facingStreet',
|
|
465
|
+
Finishings: 'finishings',
|
|
466
|
+
Furnished: 'furnished',
|
|
467
|
+
Garden: 'garden',
|
|
468
|
+
Gym: 'gym',
|
|
469
|
+
HighResistanceFloors: 'highResistanceFloors',
|
|
470
|
+
HighSpeedInternet: 'highSpeedInternet',
|
|
471
|
+
InCommercialArea: 'inCommercialArea',
|
|
472
|
+
InIndustrialPark: 'inIndustrialPark',
|
|
473
|
+
InShoppingCenter: 'inShoppingCenter',
|
|
474
|
+
Jacuzzi: 'jacuzzi',
|
|
475
|
+
KitchenServices: 'kitchenServices',
|
|
476
|
+
MaidsBathroom: 'maidsBathroom',
|
|
477
|
+
ManeuverArea: 'maneuverArea',
|
|
478
|
+
MeetingRoom: 'meetingRoom',
|
|
479
|
+
Mezzanine: 'mezzanine',
|
|
480
|
+
MixedBuilding: 'mixedBuilding',
|
|
481
|
+
NaturalLighting: 'naturalLighting',
|
|
482
|
+
Offices: 'offices',
|
|
483
|
+
OpenSpace: 'openSpace',
|
|
484
|
+
Platforms: 'platforms',
|
|
485
|
+
Playground: 'playground',
|
|
486
|
+
Playroom: 'playroom',
|
|
487
|
+
Pool: 'pool',
|
|
488
|
+
RailSpur: 'railSpur',
|
|
489
|
+
RailYard: 'maneuverArea',
|
|
490
|
+
Reception: 'reception',
|
|
491
|
+
SecurityGuard: 'securityGuard',
|
|
492
|
+
Storage: 'storage',
|
|
493
|
+
VisitorParking: 'visitorParking',
|
|
494
|
+
NearPublicTransportation: 'nearPublicTransportation',
|
|
495
|
+
NearShops: 'nearShops',
|
|
496
|
+
OnBusyRoad: 'onBusyRoad',
|
|
497
|
+
CountrySide: 'countrySide',
|
|
498
|
+
Downtown: 'downtown',
|
|
499
|
+
GoodReachableTraffic: 'goodReachableTraffic',
|
|
500
|
+
NearFitnessCentre: 'nearFitnessCentre',
|
|
501
|
+
NearHighway: 'nearHighway',
|
|
502
|
+
NearHospital: 'nearHospital',
|
|
503
|
+
NearPark: 'nearPark',
|
|
504
|
+
NearSchools: 'nearSchools',
|
|
505
|
+
OnQuietRoad: 'onQuietRoad',
|
|
506
|
+
RoofGarden: 'roofGarden',
|
|
507
|
+
PetFriendly: 'petFriendly',
|
|
508
|
+
DifferentAbilities: 'differentAbilities',
|
|
536
509
|
};
|
|
537
510
|
|
|
538
511
|
/**
|
|
539
512
|
* @fileoverview added by tsickle
|
|
540
|
-
* Generated from: lib/constantsComponents.ts
|
|
541
513
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
542
514
|
*/
|
|
543
515
|
class ConstantsComponents {
|
|
@@ -1062,45 +1034,10 @@ ConstantsComponents.PropertyStatusList = [
|
|
|
1062
1034
|
{ icon: 'hidden', name: 'Ocultas', value: StatusTypeEnum.HIDDEN },
|
|
1063
1035
|
{ icon: 'ready', name: 'Listas para anunciar', value: StatusTypeEnum.READY },
|
|
1064
1036
|
{ icon: 'draft', name: 'Borrador', value: StatusTypeEnum.DRAFT }
|
|
1065
|
-
];
|
|
1066
|
-
if (false) {
|
|
1067
|
-
/** @type {?} */
|
|
1068
|
-
ConstantsComponents.Amenities;
|
|
1069
|
-
/** @type {?} */
|
|
1070
|
-
ConstantsComponents.DurationList;
|
|
1071
|
-
/** @type {?} */
|
|
1072
|
-
ConstantsComponents.CommissionList;
|
|
1073
|
-
/** @type {?} */
|
|
1074
|
-
ConstantsComponents.SharedCommissionList;
|
|
1075
|
-
/** @type {?} */
|
|
1076
|
-
ConstantsComponents.LandUseList;
|
|
1077
|
-
/** @type {?} */
|
|
1078
|
-
ConstantsComponents.AnnounceCheckList;
|
|
1079
|
-
/** @type {?} */
|
|
1080
|
-
ConstantsComponents.DocumentsList;
|
|
1081
|
-
/** @type {?} */
|
|
1082
|
-
ConstantsComponents.BedroomList;
|
|
1083
|
-
/** @type {?} */
|
|
1084
|
-
ConstantsComponents.BathroomList;
|
|
1085
|
-
/** @type {?} */
|
|
1086
|
-
ConstantsComponents.ParkingSpacesList;
|
|
1087
|
-
/** @type {?} */
|
|
1088
|
-
ConstantsComponents.SurfaceList;
|
|
1089
|
-
/** @type {?} */
|
|
1090
|
-
ConstantsComponents.ROIList;
|
|
1091
|
-
/** @type {?} */
|
|
1092
|
-
ConstantsComponents.PropertyTypeList;
|
|
1093
|
-
/** @type {?} */
|
|
1094
|
-
ConstantsComponents.OfferingTypeList;
|
|
1095
|
-
/** @type {?} */
|
|
1096
|
-
ConstantsComponents.LocateList;
|
|
1097
|
-
/** @type {?} */
|
|
1098
|
-
ConstantsComponents.PropertyStatusList;
|
|
1099
|
-
}
|
|
1037
|
+
];
|
|
1100
1038
|
|
|
1101
1039
|
/**
|
|
1102
1040
|
* @fileoverview added by tsickle
|
|
1103
|
-
* Generated from: lib/utils.ts
|
|
1104
1041
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1105
1042
|
*/
|
|
1106
1043
|
class Utils {
|
|
@@ -1337,7 +1274,6 @@ class Utils {
|
|
|
1337
1274
|
|
|
1338
1275
|
/**
|
|
1339
1276
|
* @fileoverview added by tsickle
|
|
1340
|
-
* Generated from: lib/pipes/marker-price/marker-price.pipe.ts
|
|
1341
1277
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1342
1278
|
*/
|
|
1343
1279
|
class MarkerPricePipe {
|
|
@@ -1385,7 +1321,6 @@ MarkerPricePipe.decorators = [
|
|
|
1385
1321
|
|
|
1386
1322
|
/**
|
|
1387
1323
|
* @fileoverview added by tsickle
|
|
1388
|
-
* Generated from: lib/pipes/marker-price/marker-price.module.ts
|
|
1389
1324
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1390
1325
|
*/
|
|
1391
1326
|
class MarkerPriceModule {
|
|
@@ -1417,7 +1352,6 @@ MarkerPriceModule.decorators = [
|
|
|
1417
1352
|
|
|
1418
1353
|
/**
|
|
1419
1354
|
* @fileoverview added by tsickle
|
|
1420
|
-
* Generated from: lib/pipes/offering-type/offering-type.pipe.ts
|
|
1421
1355
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1422
1356
|
*/
|
|
1423
1357
|
class OfferingTypePipe {
|
|
@@ -1449,7 +1383,6 @@ OfferingTypePipe.decorators = [
|
|
|
1449
1383
|
|
|
1450
1384
|
/**
|
|
1451
1385
|
* @fileoverview added by tsickle
|
|
1452
|
-
* Generated from: lib/pipes/offering-type/offering-type.module.ts
|
|
1453
1386
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1454
1387
|
*/
|
|
1455
1388
|
class OfferingTypeModule {
|
|
@@ -1481,7 +1414,6 @@ OfferingTypeModule.decorators = [
|
|
|
1481
1414
|
|
|
1482
1415
|
/**
|
|
1483
1416
|
* @fileoverview added by tsickle
|
|
1484
|
-
* Generated from: lib/pipes/property-type/property-type.pipe.ts
|
|
1485
1417
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1486
1418
|
*/
|
|
1487
1419
|
class PropertyTypePipe {
|
|
@@ -1513,7 +1445,6 @@ PropertyTypePipe.decorators = [
|
|
|
1513
1445
|
|
|
1514
1446
|
/**
|
|
1515
1447
|
* @fileoverview added by tsickle
|
|
1516
|
-
* Generated from: lib/pipes/property-type/property-type.module.ts
|
|
1517
1448
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1518
1449
|
*/
|
|
1519
1450
|
class PropertyTypeModule {
|
|
@@ -1545,13 +1476,6 @@ PropertyTypeModule.decorators = [
|
|
|
1545
1476
|
|
|
1546
1477
|
/**
|
|
1547
1478
|
* @fileoverview added by tsickle
|
|
1548
|
-
* Generated from: lib/pipes/index.ts
|
|
1549
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1550
|
-
*/
|
|
1551
|
-
|
|
1552
|
-
/**
|
|
1553
|
-
* @fileoverview added by tsickle
|
|
1554
|
-
* Generated from: lib/directives/format-price/format-price.directive.ts
|
|
1555
1479
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1556
1480
|
*/
|
|
1557
1481
|
class FormatPriceDirective {
|
|
@@ -1674,42 +1598,10 @@ FormatPriceDirective.ctorParameters = () => [
|
|
|
1674
1598
|
FormatPriceDirective.propDecorators = {
|
|
1675
1599
|
control: [{ type: Input }],
|
|
1676
1600
|
currency: [{ type: Input }]
|
|
1677
|
-
};
|
|
1678
|
-
if (false) {
|
|
1679
|
-
/** @type {?} */
|
|
1680
|
-
FormatPriceDirective.prototype.control;
|
|
1681
|
-
/** @type {?} */
|
|
1682
|
-
FormatPriceDirective.prototype.currency;
|
|
1683
|
-
/**
|
|
1684
|
-
* @type {?}
|
|
1685
|
-
* @private
|
|
1686
|
-
*/
|
|
1687
|
-
FormatPriceDirective.prototype._el;
|
|
1688
|
-
/**
|
|
1689
|
-
* @type {?}
|
|
1690
|
-
* @private
|
|
1691
|
-
*/
|
|
1692
|
-
FormatPriceDirective.prototype._value;
|
|
1693
|
-
/**
|
|
1694
|
-
* @type {?}
|
|
1695
|
-
* @private
|
|
1696
|
-
*/
|
|
1697
|
-
FormatPriceDirective.prototype._subscription;
|
|
1698
|
-
/**
|
|
1699
|
-
* @type {?}
|
|
1700
|
-
* @private
|
|
1701
|
-
*/
|
|
1702
|
-
FormatPriceDirective.prototype._elRef;
|
|
1703
|
-
/**
|
|
1704
|
-
* @type {?}
|
|
1705
|
-
* @private
|
|
1706
|
-
*/
|
|
1707
|
-
FormatPriceDirective.prototype._currency;
|
|
1708
|
-
}
|
|
1601
|
+
};
|
|
1709
1602
|
|
|
1710
1603
|
/**
|
|
1711
1604
|
* @fileoverview added by tsickle
|
|
1712
|
-
* Generated from: lib/directives/format-price/format-price.module.ts
|
|
1713
1605
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1714
1606
|
*/
|
|
1715
1607
|
class FormatPriceModule {
|
|
@@ -1742,7 +1634,6 @@ FormatPriceModule.decorators = [
|
|
|
1742
1634
|
|
|
1743
1635
|
/**
|
|
1744
1636
|
* @fileoverview added by tsickle
|
|
1745
|
-
* Generated from: lib/directives/image-error/image-error.directive.ts
|
|
1746
1637
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1747
1638
|
*/
|
|
1748
1639
|
class ImageErrorDirective {
|
|
@@ -1822,35 +1713,10 @@ ImageErrorDirective.ctorParameters = () => [
|
|
|
1822
1713
|
];
|
|
1823
1714
|
ImageErrorDirective.propDecorators = {
|
|
1824
1715
|
typeImage: [{ type: Input }]
|
|
1825
|
-
};
|
|
1826
|
-
if (false) {
|
|
1827
|
-
/** @type {?} */
|
|
1828
|
-
ImageErrorDirective.prototype.typeImage;
|
|
1829
|
-
/**
|
|
1830
|
-
* @type {?}
|
|
1831
|
-
* @private
|
|
1832
|
-
*/
|
|
1833
|
-
ImageErrorDirective.prototype._el;
|
|
1834
|
-
/**
|
|
1835
|
-
* @type {?}
|
|
1836
|
-
* @private
|
|
1837
|
-
*/
|
|
1838
|
-
ImageErrorDirective.prototype._onError;
|
|
1839
|
-
/**
|
|
1840
|
-
* @type {?}
|
|
1841
|
-
* @private
|
|
1842
|
-
*/
|
|
1843
|
-
ImageErrorDirective.prototype.CDN_URL;
|
|
1844
|
-
/**
|
|
1845
|
-
* @type {?}
|
|
1846
|
-
* @private
|
|
1847
|
-
*/
|
|
1848
|
-
ImageErrorDirective.prototype._ref;
|
|
1849
|
-
}
|
|
1716
|
+
};
|
|
1850
1717
|
|
|
1851
1718
|
/**
|
|
1852
1719
|
* @fileoverview added by tsickle
|
|
1853
|
-
* Generated from: lib/directives/image-error/image-error.module.ts
|
|
1854
1720
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1855
1721
|
*/
|
|
1856
1722
|
class ImageErrorModule {
|
|
@@ -1871,13 +1737,6 @@ ImageErrorModule.decorators = [
|
|
|
1871
1737
|
|
|
1872
1738
|
/**
|
|
1873
1739
|
* @fileoverview added by tsickle
|
|
1874
|
-
* Generated from: lib/directives/index.ts
|
|
1875
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1876
|
-
*/
|
|
1877
|
-
|
|
1878
|
-
/**
|
|
1879
|
-
* @fileoverview added by tsickle
|
|
1880
|
-
* Generated from: lib/components/document-visor/document-visor.component.ts
|
|
1881
1740
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1882
1741
|
*/
|
|
1883
1742
|
class DocumentVisorComponent {
|
|
@@ -1939,25 +1798,10 @@ DocumentVisorComponent.decorators = [
|
|
|
1939
1798
|
DocumentVisorComponent.ctorParameters = () => [
|
|
1940
1799
|
{ type: String, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA,] }] },
|
|
1941
1800
|
{ type: MatDialogRef }
|
|
1942
|
-
];
|
|
1943
|
-
if (false) {
|
|
1944
|
-
/** @type {?} */
|
|
1945
|
-
DocumentVisorComponent.prototype.url;
|
|
1946
|
-
/**
|
|
1947
|
-
* @type {?}
|
|
1948
|
-
* @private
|
|
1949
|
-
*/
|
|
1950
|
-
DocumentVisorComponent.prototype._data;
|
|
1951
|
-
/**
|
|
1952
|
-
* @type {?}
|
|
1953
|
-
* @private
|
|
1954
|
-
*/
|
|
1955
|
-
DocumentVisorComponent.prototype._dialog;
|
|
1956
|
-
}
|
|
1801
|
+
];
|
|
1957
1802
|
|
|
1958
1803
|
/**
|
|
1959
1804
|
* @fileoverview added by tsickle
|
|
1960
|
-
* Generated from: lib/components/document-visor/document-visor.service.ts
|
|
1961
1805
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1962
1806
|
*/
|
|
1963
1807
|
class DocumentVisorService {
|
|
@@ -1985,18 +1829,10 @@ DocumentVisorService.decorators = [
|
|
|
1985
1829
|
/** @nocollapse */
|
|
1986
1830
|
DocumentVisorService.ctorParameters = () => [
|
|
1987
1831
|
{ type: MatDialog }
|
|
1988
|
-
];
|
|
1989
|
-
if (false) {
|
|
1990
|
-
/**
|
|
1991
|
-
* @type {?}
|
|
1992
|
-
* @private
|
|
1993
|
-
*/
|
|
1994
|
-
DocumentVisorService.prototype._dialog;
|
|
1995
|
-
}
|
|
1832
|
+
];
|
|
1996
1833
|
|
|
1997
1834
|
/**
|
|
1998
1835
|
* @fileoverview added by tsickle
|
|
1999
|
-
* Generated from: lib/components/document-visor/document-visor.module.ts
|
|
2000
1836
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2001
1837
|
*/
|
|
2002
1838
|
/** @type {?} */
|
|
@@ -2039,31 +1875,23 @@ DocumentVisorModule.decorators = [
|
|
|
2039
1875
|
|
|
2040
1876
|
/**
|
|
2041
1877
|
* @fileoverview added by tsickle
|
|
2042
|
-
* Generated from: lib/components/document-visor/index.ts
|
|
2043
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2044
|
-
*/
|
|
2045
|
-
|
|
2046
|
-
/**
|
|
2047
|
-
* @fileoverview added by tsickle
|
|
2048
|
-
* Generated from: lib/utils/enums/filter-chip-type.ts
|
|
2049
1878
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2050
1879
|
*/
|
|
2051
1880
|
/** @enum {string} */
|
|
2052
1881
|
const FilterChipType = {
|
|
2053
|
-
OFFERING:
|
|
2054
|
-
PROPERTY_TYPE:
|
|
2055
|
-
PRICE:
|
|
2056
|
-
BEDROOMS:
|
|
2057
|
-
BATHROOMS:
|
|
2058
|
-
PARKING_PLACES:
|
|
2059
|
-
SURFACE:
|
|
2060
|
-
AMENITIES:
|
|
2061
|
-
LISTING:
|
|
1882
|
+
OFFERING: 'OFFERING',
|
|
1883
|
+
PROPERTY_TYPE: 'PROPERTY_TYPE',
|
|
1884
|
+
PRICE: 'PRICE',
|
|
1885
|
+
BEDROOMS: 'BEDROOMS',
|
|
1886
|
+
BATHROOMS: 'BATHROOMS',
|
|
1887
|
+
PARKING_PLACES: 'PARKING_PLACES',
|
|
1888
|
+
SURFACE: 'SURFACE',
|
|
1889
|
+
AMENITIES: 'AMENITIES',
|
|
1890
|
+
LISTING: 'LISTING',
|
|
2062
1891
|
};
|
|
2063
1892
|
|
|
2064
1893
|
/**
|
|
2065
1894
|
* @fileoverview added by tsickle
|
|
2066
|
-
* Generated from: lib/utils/enums/filters-change-type.ts
|
|
2067
1895
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2068
1896
|
*/
|
|
2069
1897
|
/** @enum {number} */
|
|
@@ -2082,7 +1910,6 @@ FiltersChangeType[FiltersChangeType.LIST_TYPE] = 'LIST_TYPE';
|
|
|
2082
1910
|
|
|
2083
1911
|
/**
|
|
2084
1912
|
* @fileoverview added by tsickle
|
|
2085
|
-
* Generated from: lib/components/filters/token.ts
|
|
2086
1913
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2087
1914
|
*/
|
|
2088
1915
|
/** @type {?} */
|
|
@@ -2090,7 +1917,6 @@ const FILTERS_TOKEN = new InjectionToken('FILTERS MODULE CONFIG');
|
|
|
2090
1917
|
|
|
2091
1918
|
/**
|
|
2092
1919
|
* @fileoverview added by tsickle
|
|
2093
|
-
* Generated from: lib/components/filters/filters.service.ts
|
|
2094
1920
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2095
1921
|
*/
|
|
2096
1922
|
class FiltersService {
|
|
@@ -2163,33 +1989,10 @@ FiltersService.decorators = [
|
|
|
2163
1989
|
/** @nocollapse */
|
|
2164
1990
|
FiltersService.ctorParameters = () => [
|
|
2165
1991
|
{ type: Boolean, decorators: [{ type: Optional }, { type: Inject, args: [FILTERS_TOKEN,] }] }
|
|
2166
|
-
];
|
|
2167
|
-
if (false) {
|
|
2168
|
-
/**
|
|
2169
|
-
* @type {?}
|
|
2170
|
-
* @private
|
|
2171
|
-
*/
|
|
2172
|
-
FiltersService.FILTERS_SAVED_KEY;
|
|
2173
|
-
/**
|
|
2174
|
-
* @type {?}
|
|
2175
|
-
* @private
|
|
2176
|
-
*/
|
|
2177
|
-
FiltersService.prototype._notifier;
|
|
2178
|
-
/**
|
|
2179
|
-
* @type {?}
|
|
2180
|
-
* @private
|
|
2181
|
-
*/
|
|
2182
|
-
FiltersService.prototype._startComponent;
|
|
2183
|
-
/**
|
|
2184
|
-
* @type {?}
|
|
2185
|
-
* @private
|
|
2186
|
-
*/
|
|
2187
|
-
FiltersService.prototype._config;
|
|
2188
|
-
}
|
|
1992
|
+
];
|
|
2189
1993
|
|
|
2190
1994
|
/**
|
|
2191
1995
|
* @fileoverview added by tsickle
|
|
2192
|
-
* Generated from: lib/components/fab-filters/fab-filters.component.ts
|
|
2193
1996
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2194
1997
|
*/
|
|
2195
1998
|
class FabFiltersComponent {
|
|
@@ -2434,54 +2237,10 @@ FabFiltersComponent.ctorParameters = () => [
|
|
|
2434
2237
|
FabFiltersComponent.propDecorators = {
|
|
2435
2238
|
isOPI: [{ type: Input }],
|
|
2436
2239
|
mlsLabel: [{ type: Input }]
|
|
2437
|
-
};
|
|
2438
|
-
if (false) {
|
|
2439
|
-
/** @type {?} */
|
|
2440
|
-
FabFiltersComponent.prototype.isOPI;
|
|
2441
|
-
/** @type {?} */
|
|
2442
|
-
FabFiltersComponent.prototype.mlsLabel;
|
|
2443
|
-
/**
|
|
2444
|
-
* @type {?}
|
|
2445
|
-
* @private
|
|
2446
|
-
*/
|
|
2447
|
-
FabFiltersComponent.prototype.METERS_TO_SQ;
|
|
2448
|
-
/**
|
|
2449
|
-
* @type {?}
|
|
2450
|
-
* @private
|
|
2451
|
-
*/
|
|
2452
|
-
FabFiltersComponent.prototype._filter;
|
|
2453
|
-
/**
|
|
2454
|
-
* @type {?}
|
|
2455
|
-
* @private
|
|
2456
|
-
*/
|
|
2457
|
-
FabFiltersComponent.prototype._wrapper;
|
|
2458
|
-
/**
|
|
2459
|
-
* @type {?}
|
|
2460
|
-
* @private
|
|
2461
|
-
*/
|
|
2462
|
-
FabFiltersComponent.prototype._subscription;
|
|
2463
|
-
/** @type {?} */
|
|
2464
|
-
FabFiltersComponent.prototype.chips;
|
|
2465
|
-
/**
|
|
2466
|
-
* @type {?}
|
|
2467
|
-
* @private
|
|
2468
|
-
*/
|
|
2469
|
-
FabFiltersComponent.prototype._currency;
|
|
2470
|
-
/**
|
|
2471
|
-
* @type {?}
|
|
2472
|
-
* @private
|
|
2473
|
-
*/
|
|
2474
|
-
FabFiltersComponent.prototype._offeringPipe;
|
|
2475
|
-
/**
|
|
2476
|
-
* @type {?}
|
|
2477
|
-
* @private
|
|
2478
|
-
*/
|
|
2479
|
-
FabFiltersComponent.prototype._filtersService;
|
|
2480
|
-
}
|
|
2240
|
+
};
|
|
2481
2241
|
|
|
2482
2242
|
/**
|
|
2483
2243
|
* @fileoverview added by tsickle
|
|
2484
|
-
* Generated from: lib/components/fab-filters/fab-filters.module.ts
|
|
2485
2244
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2486
2245
|
*/
|
|
2487
2246
|
class FabFiltersModule {
|
|
@@ -2507,13 +2266,6 @@ FabFiltersModule.decorators = [
|
|
|
2507
2266
|
|
|
2508
2267
|
/**
|
|
2509
2268
|
* @fileoverview added by tsickle
|
|
2510
|
-
* Generated from: lib/components/fab-filters/index.ts
|
|
2511
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2512
|
-
*/
|
|
2513
|
-
|
|
2514
|
-
/**
|
|
2515
|
-
* @fileoverview added by tsickle
|
|
2516
|
-
* Generated from: lib/services/currency-converter/currency-converter.service.ts
|
|
2517
2269
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2518
2270
|
*/
|
|
2519
2271
|
class CurrencyConverterService {
|
|
@@ -2584,13 +2336,6 @@ CurrencyConverterService.decorators = [
|
|
|
2584
2336
|
|
|
2585
2337
|
/**
|
|
2586
2338
|
* @fileoverview added by tsickle
|
|
2587
|
-
* Generated from: lib/utils/enums/index.ts
|
|
2588
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2589
|
-
*/
|
|
2590
|
-
|
|
2591
|
-
/**
|
|
2592
|
-
* @fileoverview added by tsickle
|
|
2593
|
-
* Generated from: lib/utils/classes/mUtils.ts
|
|
2594
2339
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2595
2340
|
*/
|
|
2596
2341
|
class MUtils {
|
|
@@ -2621,7 +2366,6 @@ class MUtils {
|
|
|
2621
2366
|
|
|
2622
2367
|
/**
|
|
2623
2368
|
* @fileoverview added by tsickle
|
|
2624
|
-
* Generated from: lib/components/property/validators/remove-error.ts
|
|
2625
2369
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2626
2370
|
*/
|
|
2627
2371
|
/**
|
|
@@ -2645,7 +2389,6 @@ function removeError(control, error) {
|
|
|
2645
2389
|
|
|
2646
2390
|
/**
|
|
2647
2391
|
* @fileoverview added by tsickle
|
|
2648
|
-
* Generated from: lib/components/property/validators/currency-filter-validator.ts
|
|
2649
2392
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2650
2393
|
*/
|
|
2651
2394
|
/**
|
|
@@ -2681,7 +2424,6 @@ function CurrencyFilterValidator(controlName, controlName2) {
|
|
|
2681
2424
|
|
|
2682
2425
|
/**
|
|
2683
2426
|
* @fileoverview added by tsickle
|
|
2684
|
-
* Generated from: lib/components/filters/filters.component.ts
|
|
2685
2427
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2686
2428
|
*/
|
|
2687
2429
|
class FiltersComponent {
|
|
@@ -3120,7 +2862,7 @@ FiltersComponent.decorators = [
|
|
|
3120
2862
|
{ type: Component, args: [{
|
|
3121
2863
|
selector: 'lib-filters',
|
|
3122
2864
|
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",
|
|
3123
|
-
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:(
|
|
2865
|
+
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}"]
|
|
3124
2866
|
}] }
|
|
3125
2867
|
];
|
|
3126
2868
|
/** @nocollapse */
|
|
@@ -3134,98 +2876,10 @@ FiltersComponent.ctorParameters = () => [
|
|
|
3134
2876
|
];
|
|
3135
2877
|
FiltersComponent.propDecorators = {
|
|
3136
2878
|
utils: [{ type: Input }]
|
|
3137
|
-
};
|
|
3138
|
-
if (false) {
|
|
3139
|
-
/** @type {?} */
|
|
3140
|
-
FiltersComponent.prototype.utils;
|
|
3141
|
-
/**
|
|
3142
|
-
* @type {?}
|
|
3143
|
-
* @private
|
|
3144
|
-
*/
|
|
3145
|
-
FiltersComponent.prototype.METERS_TO_SQ;
|
|
3146
|
-
/**
|
|
3147
|
-
* @type {?}
|
|
3148
|
-
* @private
|
|
3149
|
-
*/
|
|
3150
|
-
FiltersComponent.prototype._tmpMinPriceList;
|
|
3151
|
-
/**
|
|
3152
|
-
* @type {?}
|
|
3153
|
-
* @private
|
|
3154
|
-
*/
|
|
3155
|
-
FiltersComponent.prototype._tmpMaxPriceList;
|
|
3156
|
-
/**
|
|
3157
|
-
* @type {?}
|
|
3158
|
-
* @private
|
|
3159
|
-
*/
|
|
3160
|
-
FiltersComponent.prototype._subscription;
|
|
3161
|
-
/**
|
|
3162
|
-
* @type {?}
|
|
3163
|
-
* @private
|
|
3164
|
-
*/
|
|
3165
|
-
FiltersComponent.prototype._isSharedProperties;
|
|
3166
|
-
/** @type {?} */
|
|
3167
|
-
FiltersComponent.prototype.filtersForm;
|
|
3168
|
-
/** @type {?} */
|
|
3169
|
-
FiltersComponent.prototype.propertyTypeList;
|
|
3170
|
-
/** @type {?} */
|
|
3171
|
-
FiltersComponent.prototype.bedroomsList;
|
|
3172
|
-
/** @type {?} */
|
|
3173
|
-
FiltersComponent.prototype.bathroomsList;
|
|
3174
|
-
/** @type {?} */
|
|
3175
|
-
FiltersComponent.prototype.parkingPlacesList;
|
|
3176
|
-
/** @type {?} */
|
|
3177
|
-
FiltersComponent.prototype.currencyList;
|
|
3178
|
-
/** @type {?} */
|
|
3179
|
-
FiltersComponent.prototype.minPriceList;
|
|
3180
|
-
/** @type {?} */
|
|
3181
|
-
FiltersComponent.prototype.maxPriceList;
|
|
3182
|
-
/** @type {?} */
|
|
3183
|
-
FiltersComponent.prototype.surfaceList;
|
|
3184
|
-
/** @type {?} */
|
|
3185
|
-
FiltersComponent.prototype.roiList;
|
|
3186
|
-
/** @type {?} */
|
|
3187
|
-
FiltersComponent.prototype.propertyTypeSelected;
|
|
3188
|
-
/** @type {?} */
|
|
3189
|
-
FiltersComponent.prototype.filter;
|
|
3190
|
-
/** @type {?} */
|
|
3191
|
-
FiltersComponent.prototype.isOPI;
|
|
3192
|
-
/** @type {?} */
|
|
3193
|
-
FiltersComponent.prototype.surfaceUnitSelected;
|
|
3194
|
-
/**
|
|
3195
|
-
* @type {?}
|
|
3196
|
-
* @private
|
|
3197
|
-
*/
|
|
3198
|
-
FiltersComponent.prototype._config;
|
|
3199
|
-
/**
|
|
3200
|
-
* @type {?}
|
|
3201
|
-
* @private
|
|
3202
|
-
*/
|
|
3203
|
-
FiltersComponent.prototype._render;
|
|
3204
|
-
/**
|
|
3205
|
-
* @type {?}
|
|
3206
|
-
* @private
|
|
3207
|
-
*/
|
|
3208
|
-
FiltersComponent.prototype._ref;
|
|
3209
|
-
/**
|
|
3210
|
-
* @type {?}
|
|
3211
|
-
* @private
|
|
3212
|
-
*/
|
|
3213
|
-
FiltersComponent.prototype._service;
|
|
3214
|
-
/**
|
|
3215
|
-
* @type {?}
|
|
3216
|
-
* @private
|
|
3217
|
-
*/
|
|
3218
|
-
FiltersComponent.prototype._formBuilder;
|
|
3219
|
-
/**
|
|
3220
|
-
* @type {?}
|
|
3221
|
-
* @private
|
|
3222
|
-
*/
|
|
3223
|
-
FiltersComponent.prototype._converter;
|
|
3224
|
-
}
|
|
2879
|
+
};
|
|
3225
2880
|
|
|
3226
2881
|
/**
|
|
3227
2882
|
* @fileoverview added by tsickle
|
|
3228
|
-
* Generated from: lib/services/currency-converter/currency-converter.module.ts
|
|
3229
2883
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3230
2884
|
*/
|
|
3231
2885
|
class CurrencyConverterModule {
|
|
@@ -3251,7 +2905,6 @@ CurrencyConverterModule.decorators = [
|
|
|
3251
2905
|
|
|
3252
2906
|
/**
|
|
3253
2907
|
* @fileoverview added by tsickle
|
|
3254
|
-
* Generated from: lib/components/filters/filters.module.ts
|
|
3255
2908
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3256
2909
|
*/
|
|
3257
2910
|
class FiltersModule {
|
|
@@ -3303,13 +2956,6 @@ FiltersModule.decorators = [
|
|
|
3303
2956
|
|
|
3304
2957
|
/**
|
|
3305
2958
|
* @fileoverview added by tsickle
|
|
3306
|
-
* Generated from: lib/components/filters/index.ts
|
|
3307
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3308
|
-
*/
|
|
3309
|
-
|
|
3310
|
-
/**
|
|
3311
|
-
* @fileoverview added by tsickle
|
|
3312
|
-
* Generated from: lib/components/panorama-visor/panorama-visor.component.ts
|
|
3313
2959
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3314
2960
|
*/
|
|
3315
2961
|
class PanoramaVisorComponent {
|
|
@@ -3508,7 +3154,7 @@ PanoramaVisorComponent.decorators = [
|
|
|
3508
3154
|
{ type: Component, args: [{
|
|
3509
3155
|
selector: 'lib-panorama-visor',
|
|
3510
3156
|
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",
|
|
3511
|
-
styles: [":host{display:block;width:inherit;height:inherit}.panorama-visor{width:100%;padding-bottom:
|
|
3157
|
+
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}"]
|
|
3512
3158
|
}] }
|
|
3513
3159
|
];
|
|
3514
3160
|
/** @nocollapse */
|
|
@@ -3518,41 +3164,10 @@ PanoramaVisorComponent.ctorParameters = () => [
|
|
|
3518
3164
|
PanoramaVisorComponent.propDecorators = {
|
|
3519
3165
|
url: [{ type: Input }],
|
|
3520
3166
|
_container: [{ type: ViewChild, args: ['container', { static: true },] }]
|
|
3521
|
-
};
|
|
3522
|
-
if (false) {
|
|
3523
|
-
/** @type {?} */
|
|
3524
|
-
PanoramaVisorComponent.prototype.url;
|
|
3525
|
-
/**
|
|
3526
|
-
* @type {?}
|
|
3527
|
-
* @private
|
|
3528
|
-
*/
|
|
3529
|
-
PanoramaVisorComponent.prototype._container;
|
|
3530
|
-
/**
|
|
3531
|
-
* @type {?}
|
|
3532
|
-
* @private
|
|
3533
|
-
*/
|
|
3534
|
-
PanoramaVisorComponent.prototype._panorama;
|
|
3535
|
-
/**
|
|
3536
|
-
* @type {?}
|
|
3537
|
-
* @private
|
|
3538
|
-
*/
|
|
3539
|
-
PanoramaVisorComponent.prototype._viewer;
|
|
3540
|
-
/** @type {?} */
|
|
3541
|
-
PanoramaVisorComponent.prototype.isTouch;
|
|
3542
|
-
/** @type {?} */
|
|
3543
|
-
PanoramaVisorComponent.prototype.showPanorama;
|
|
3544
|
-
/** @type {?} */
|
|
3545
|
-
PanoramaVisorComponent.prototype.isFullScreen;
|
|
3546
|
-
/**
|
|
3547
|
-
* @type {?}
|
|
3548
|
-
* @private
|
|
3549
|
-
*/
|
|
3550
|
-
PanoramaVisorComponent.prototype._lazy;
|
|
3551
|
-
}
|
|
3167
|
+
};
|
|
3552
3168
|
|
|
3553
3169
|
/**
|
|
3554
3170
|
* @fileoverview added by tsickle
|
|
3555
|
-
* Generated from: lib/components/panorama-visor/panorama-visor.module.ts
|
|
3556
3171
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3557
3172
|
*/
|
|
3558
3173
|
class PanoramaVisorModule {
|
|
@@ -3577,27 +3192,8 @@ PanoramaVisorModule.decorators = [
|
|
|
3577
3192
|
|
|
3578
3193
|
/**
|
|
3579
3194
|
* @fileoverview added by tsickle
|
|
3580
|
-
* Generated from: lib/components/panorama-visor/index.ts
|
|
3581
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3582
|
-
*/
|
|
3583
|
-
|
|
3584
|
-
/**
|
|
3585
|
-
* @fileoverview added by tsickle
|
|
3586
|
-
* Generated from: lib/components/property/components/multimedia-uploader/multimedia-uploader.component.ts
|
|
3587
3195
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3588
3196
|
*/
|
|
3589
|
-
/**
|
|
3590
|
-
* @record
|
|
3591
|
-
*/
|
|
3592
|
-
function MultimediaUploaderData() { }
|
|
3593
|
-
if (false) {
|
|
3594
|
-
/** @type {?} */
|
|
3595
|
-
MultimediaUploaderData.prototype.currentType;
|
|
3596
|
-
/** @type {?} */
|
|
3597
|
-
MultimediaUploaderData.prototype.multimedia;
|
|
3598
|
-
/** @type {?} */
|
|
3599
|
-
MultimediaUploaderData.prototype.newMedia;
|
|
3600
|
-
}
|
|
3601
3197
|
class MultimediaUploaderComponent {
|
|
3602
3198
|
/**
|
|
3603
3199
|
* @param {?} _data
|
|
@@ -3940,45 +3536,17 @@ MultimediaUploaderComponent.decorators = [
|
|
|
3940
3536
|
{ type: Component, args: [{
|
|
3941
3537
|
selector: 'lib-property-multimedia-uploader',
|
|
3942
3538
|
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",
|
|
3943
|
-
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:(
|
|
3539
|
+
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}"]
|
|
3944
3540
|
}] }
|
|
3945
3541
|
];
|
|
3946
3542
|
/** @nocollapse */
|
|
3947
3543
|
MultimediaUploaderComponent.ctorParameters = () => [
|
|
3948
3544
|
{ type: undefined, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA,] }] },
|
|
3949
3545
|
{ type: MatDialogRef }
|
|
3950
|
-
];
|
|
3951
|
-
if (false) {
|
|
3952
|
-
/** @type {?} */
|
|
3953
|
-
MultimediaUploaderComponent.prototype.fileType;
|
|
3954
|
-
/** @type {?} */
|
|
3955
|
-
MultimediaUploaderComponent.prototype.images;
|
|
3956
|
-
/** @type {?} */
|
|
3957
|
-
MultimediaUploaderComponent.prototype.images360;
|
|
3958
|
-
/** @type {?} */
|
|
3959
|
-
MultimediaUploaderComponent.prototype.videos;
|
|
3960
|
-
/** @type {?} */
|
|
3961
|
-
MultimediaUploaderComponent.prototype.currentIndex;
|
|
3962
|
-
/**
|
|
3963
|
-
* @type {?}
|
|
3964
|
-
* @private
|
|
3965
|
-
*/
|
|
3966
|
-
MultimediaUploaderComponent.prototype._newMedia;
|
|
3967
|
-
/**
|
|
3968
|
-
* @type {?}
|
|
3969
|
-
* @private
|
|
3970
|
-
*/
|
|
3971
|
-
MultimediaUploaderComponent.prototype._data;
|
|
3972
|
-
/**
|
|
3973
|
-
* @type {?}
|
|
3974
|
-
* @private
|
|
3975
|
-
*/
|
|
3976
|
-
MultimediaUploaderComponent.prototype._dialog;
|
|
3977
|
-
}
|
|
3546
|
+
];
|
|
3978
3547
|
|
|
3979
3548
|
/**
|
|
3980
3549
|
* @fileoverview added by tsickle
|
|
3981
|
-
* Generated from: lib/components/property/components/multimedia-uploader/multimedia-uploader.service.ts
|
|
3982
3550
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3983
3551
|
*/
|
|
3984
3552
|
class MultimediaUploaderService {
|
|
@@ -4008,18 +3576,10 @@ MultimediaUploaderService.decorators = [
|
|
|
4008
3576
|
/** @nocollapse */
|
|
4009
3577
|
MultimediaUploaderService.ctorParameters = () => [
|
|
4010
3578
|
{ type: MatDialog }
|
|
4011
|
-
];
|
|
4012
|
-
if (false) {
|
|
4013
|
-
/**
|
|
4014
|
-
* @type {?}
|
|
4015
|
-
* @private
|
|
4016
|
-
*/
|
|
4017
|
-
MultimediaUploaderService.prototype._dialog;
|
|
4018
|
-
}
|
|
3579
|
+
];
|
|
4019
3580
|
|
|
4020
3581
|
/**
|
|
4021
3582
|
* @fileoverview added by tsickle
|
|
4022
|
-
* Generated from: lib/components/property/components/announce-confirm/announce-confirm.component.ts
|
|
4023
3583
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4024
3584
|
*/
|
|
4025
3585
|
class AnnounceConfirmComponent {
|
|
@@ -4070,22 +3630,10 @@ AnnounceConfirmComponent.decorators = [
|
|
|
4070
3630
|
/** @nocollapse */
|
|
4071
3631
|
AnnounceConfirmComponent.ctorParameters = () => [
|
|
4072
3632
|
{ type: MatDialogRef }
|
|
4073
|
-
];
|
|
4074
|
-
if (false) {
|
|
4075
|
-
/** @type {?} */
|
|
4076
|
-
AnnounceConfirmComponent.prototype.list;
|
|
4077
|
-
/** @type {?} */
|
|
4078
|
-
AnnounceConfirmComponent.prototype.errorField;
|
|
4079
|
-
/**
|
|
4080
|
-
* @type {?}
|
|
4081
|
-
* @private
|
|
4082
|
-
*/
|
|
4083
|
-
AnnounceConfirmComponent.prototype._dialogRef;
|
|
4084
|
-
}
|
|
3633
|
+
];
|
|
4085
3634
|
|
|
4086
3635
|
/**
|
|
4087
3636
|
* @fileoverview added by tsickle
|
|
4088
|
-
* Generated from: lib/components/property/components/announce-confirm/announce-confirm.service.ts
|
|
4089
3637
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4090
3638
|
*/
|
|
4091
3639
|
class AnnounceConfirmService {
|
|
@@ -4111,18 +3659,10 @@ AnnounceConfirmService.decorators = [
|
|
|
4111
3659
|
/** @nocollapse */
|
|
4112
3660
|
AnnounceConfirmService.ctorParameters = () => [
|
|
4113
3661
|
{ type: MatDialog }
|
|
4114
|
-
];
|
|
4115
|
-
if (false) {
|
|
4116
|
-
/**
|
|
4117
|
-
* @type {?}
|
|
4118
|
-
* @private
|
|
4119
|
-
*/
|
|
4120
|
-
AnnounceConfirmService.prototype._dialog;
|
|
4121
|
-
}
|
|
3662
|
+
];
|
|
4122
3663
|
|
|
4123
3664
|
/**
|
|
4124
3665
|
* @fileoverview added by tsickle
|
|
4125
|
-
* Generated from: lib/components/property/components/gallery/gallery.component.ts
|
|
4126
3666
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4127
3667
|
*/
|
|
4128
3668
|
class GalleryComponent {
|
|
@@ -4245,7 +3785,7 @@ GalleryComponent.decorators = [
|
|
|
4245
3785
|
{ type: Component, args: [{
|
|
4246
3786
|
selector: 'lib-gallery',
|
|
4247
3787
|
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",
|
|
4248
|
-
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:
|
|
3788
|
+
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}"]
|
|
4249
3789
|
}] }
|
|
4250
3790
|
];
|
|
4251
3791
|
/** @nocollapse */
|
|
@@ -4253,62 +3793,12 @@ GalleryComponent.ctorParameters = () => [
|
|
|
4253
3793
|
{ type: undefined, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA,] }] },
|
|
4254
3794
|
{ type: MatDialogRef },
|
|
4255
3795
|
{ type: BreakpointObserver }
|
|
4256
|
-
];
|
|
4257
|
-
if (false) {
|
|
4258
|
-
/** @type {?} */
|
|
4259
|
-
GalleryComponent.prototype.multimedia;
|
|
4260
|
-
/** @type {?} */
|
|
4261
|
-
GalleryComponent.prototype.sideOpened;
|
|
4262
|
-
/** @type {?} */
|
|
4263
|
-
GalleryComponent.prototype.typeSelected;
|
|
4264
|
-
/** @type {?} */
|
|
4265
|
-
GalleryComponent.prototype.indexSelected;
|
|
4266
|
-
/** @type {?} */
|
|
4267
|
-
GalleryComponent.prototype.count;
|
|
4268
|
-
/**
|
|
4269
|
-
* @type {?}
|
|
4270
|
-
* @private
|
|
4271
|
-
*/
|
|
4272
|
-
GalleryComponent.prototype._mobileVersion;
|
|
4273
|
-
/**
|
|
4274
|
-
* @type {?}
|
|
4275
|
-
* @private
|
|
4276
|
-
*/
|
|
4277
|
-
GalleryComponent.prototype._subscription;
|
|
4278
|
-
/**
|
|
4279
|
-
* @type {?}
|
|
4280
|
-
* @private
|
|
4281
|
-
*/
|
|
4282
|
-
GalleryComponent.prototype._data;
|
|
4283
|
-
/**
|
|
4284
|
-
* @type {?}
|
|
4285
|
-
* @private
|
|
4286
|
-
*/
|
|
4287
|
-
GalleryComponent.prototype._ref;
|
|
4288
|
-
/**
|
|
4289
|
-
* @type {?}
|
|
4290
|
-
* @private
|
|
4291
|
-
*/
|
|
4292
|
-
GalleryComponent.prototype._breakpointObserver;
|
|
4293
|
-
}
|
|
3796
|
+
];
|
|
4294
3797
|
|
|
4295
3798
|
/**
|
|
4296
3799
|
* @fileoverview added by tsickle
|
|
4297
|
-
* Generated from: lib/components/property/components/gallery/gallery.service.ts
|
|
4298
3800
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4299
3801
|
*/
|
|
4300
|
-
/**
|
|
4301
|
-
* @record
|
|
4302
|
-
*/
|
|
4303
|
-
function GalleryConfig() { }
|
|
4304
|
-
if (false) {
|
|
4305
|
-
/** @type {?} */
|
|
4306
|
-
GalleryConfig.prototype.multimedia;
|
|
4307
|
-
/** @type {?} */
|
|
4308
|
-
GalleryConfig.prototype.indexSelected;
|
|
4309
|
-
/** @type {?} */
|
|
4310
|
-
GalleryConfig.prototype.type;
|
|
4311
|
-
}
|
|
4312
3802
|
class GalleryService {
|
|
4313
3803
|
/**
|
|
4314
3804
|
* @param {?} _dialog
|
|
@@ -4340,18 +3830,10 @@ GalleryService.decorators = [
|
|
|
4340
3830
|
/** @nocollapse */
|
|
4341
3831
|
GalleryService.ctorParameters = () => [
|
|
4342
3832
|
{ type: MatDialog }
|
|
4343
|
-
];
|
|
4344
|
-
if (false) {
|
|
4345
|
-
/**
|
|
4346
|
-
* @type {?}
|
|
4347
|
-
* @private
|
|
4348
|
-
*/
|
|
4349
|
-
GalleryService.prototype._dialog;
|
|
4350
|
-
}
|
|
3833
|
+
];
|
|
4351
3834
|
|
|
4352
3835
|
/**
|
|
4353
3836
|
* @fileoverview added by tsickle
|
|
4354
|
-
* Generated from: lib/components/property/token.ts
|
|
4355
3837
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4356
3838
|
*/
|
|
4357
3839
|
/** @type {?} */
|
|
@@ -4359,7 +3841,6 @@ const PROPERTY_TOKEN = new InjectionToken('PROPERTY MODULE CONFIG');
|
|
|
4359
3841
|
|
|
4360
3842
|
/**
|
|
4361
3843
|
* @fileoverview added by tsickle
|
|
4362
|
-
* Generated from: lib/components/property/components/stats/stats.component.ts
|
|
4363
3844
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4364
3845
|
*/
|
|
4365
3846
|
class StatsComponent {
|
|
@@ -4388,27 +3869,17 @@ StatsComponent.decorators = [
|
|
|
4388
3869
|
{ type: Component, args: [{
|
|
4389
3870
|
selector: 'lib-stats',
|
|
4390
3871
|
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",
|
|
4391
|
-
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}"]
|
|
3872
|
+
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}"]
|
|
4392
3873
|
}] }
|
|
4393
3874
|
];
|
|
4394
3875
|
/** @nocollapse */
|
|
4395
3876
|
StatsComponent.ctorParameters = () => [
|
|
4396
3877
|
{ type: LeadInfo, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA$1,] }] },
|
|
4397
3878
|
{ type: MatDialogRef$1 }
|
|
4398
|
-
];
|
|
4399
|
-
if (false) {
|
|
4400
|
-
/** @type {?} */
|
|
4401
|
-
StatsComponent.prototype.data;
|
|
4402
|
-
/**
|
|
4403
|
-
* @type {?}
|
|
4404
|
-
* @private
|
|
4405
|
-
*/
|
|
4406
|
-
StatsComponent.prototype._dialogRef;
|
|
4407
|
-
}
|
|
3879
|
+
];
|
|
4408
3880
|
|
|
4409
3881
|
/**
|
|
4410
3882
|
* @fileoverview added by tsickle
|
|
4411
|
-
* Generated from: lib/components/property/components/stats/stats.service.ts
|
|
4412
3883
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4413
3884
|
*/
|
|
4414
3885
|
class StatsService {
|
|
@@ -4435,52 +3906,34 @@ StatsService.decorators = [
|
|
|
4435
3906
|
/** @nocollapse */
|
|
4436
3907
|
StatsService.ctorParameters = () => [
|
|
4437
3908
|
{ type: MatDialog$1 }
|
|
4438
|
-
];
|
|
4439
|
-
if (false) {
|
|
4440
|
-
/**
|
|
4441
|
-
* @type {?}
|
|
4442
|
-
* @private
|
|
4443
|
-
*/
|
|
4444
|
-
StatsService.prototype._dialog;
|
|
4445
|
-
}
|
|
3909
|
+
];
|
|
4446
3910
|
|
|
4447
3911
|
/**
|
|
4448
3912
|
* @fileoverview added by tsickle
|
|
4449
|
-
* Generated from: lib/components/property/components/property/property.component.ts
|
|
4450
3913
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4451
3914
|
*/
|
|
4452
3915
|
/** @enum {string} */
|
|
4453
3916
|
const PropertyEventType = {
|
|
4454
|
-
CREATE:
|
|
4455
|
-
UPDATE:
|
|
4456
|
-
ANNOUNCE:
|
|
4457
|
-
HIDE:
|
|
4458
|
-
SHOW:
|
|
4459
|
-
ADDRESS:
|
|
4460
|
-
OFFER:
|
|
4461
|
-
FAVORITE:
|
|
4462
|
-
REQUEST_INFO:
|
|
4463
|
-
SHARE:
|
|
4464
|
-
ARCHIVE:
|
|
4465
|
-
REAL_ESTATE_EXCHANGE:
|
|
4466
|
-
SHARE_COMMISSION:
|
|
4467
|
-
BROCHURE:
|
|
4468
|
-
POSTER:
|
|
4469
|
-
CLIENTS:
|
|
4470
|
-
BACK:
|
|
4471
|
-
SHOW_AGENTS:
|
|
4472
|
-
TARPS:
|
|
3917
|
+
CREATE: 'CREATE',
|
|
3918
|
+
UPDATE: 'UPDATE',
|
|
3919
|
+
ANNOUNCE: 'ANNOUNCE',
|
|
3920
|
+
HIDE: 'HIDE',
|
|
3921
|
+
SHOW: 'SHOW',
|
|
3922
|
+
ADDRESS: 'ADDRESS',
|
|
3923
|
+
OFFER: 'OFFER',
|
|
3924
|
+
FAVORITE: 'FAVORITE',
|
|
3925
|
+
REQUEST_INFO: 'REQUEST_INFO',
|
|
3926
|
+
SHARE: 'SHARE',
|
|
3927
|
+
ARCHIVE: 'ARCHIVE',
|
|
3928
|
+
REAL_ESTATE_EXCHANGE: 'REAL_ESTATE_EXCHANGE',
|
|
3929
|
+
SHARE_COMMISSION: 'SHARE_COMMISSION',
|
|
3930
|
+
BROCHURE: 'BROCHURE',
|
|
3931
|
+
POSTER: 'POSTER',
|
|
3932
|
+
CLIENTS: 'CLIENTS',
|
|
3933
|
+
BACK: 'BACK',
|
|
3934
|
+
SHOW_AGENTS: 'SHOW_AGENTS',
|
|
3935
|
+
TARPS: 'TARPS',
|
|
4473
3936
|
};
|
|
4474
|
-
/**
|
|
4475
|
-
* @record
|
|
4476
|
-
*/
|
|
4477
|
-
function PropertyEventChange() { }
|
|
4478
|
-
if (false) {
|
|
4479
|
-
/** @type {?} */
|
|
4480
|
-
PropertyEventChange.prototype.type;
|
|
4481
|
-
/** @type {?|undefined} */
|
|
4482
|
-
PropertyEventChange.prototype.payload;
|
|
4483
|
-
}
|
|
4484
3937
|
class PropertyComponent {
|
|
4485
3938
|
/**
|
|
4486
3939
|
* @param {?} _config
|
|
@@ -4523,7 +3976,7 @@ class PropertyComponent {
|
|
|
4523
3976
|
* @return {?}
|
|
4524
3977
|
*/
|
|
4525
3978
|
ngOnInit() {
|
|
4526
|
-
this.agentActions('SHOW_AGENTS');
|
|
3979
|
+
// this.agentActions('SHOW_AGENTS');
|
|
4527
3980
|
}
|
|
4528
3981
|
/**
|
|
4529
3982
|
* @param {?} changes
|
|
@@ -4884,8 +4337,8 @@ class PropertyComponent {
|
|
|
4884
4337
|
PropertyComponent.decorators = [
|
|
4885
4338
|
{ type: Component, args: [{
|
|
4886
4339
|
selector: 'lib-property',
|
|
4887
|
-
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",
|
|
4888
|
-
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:
|
|
4340
|
+
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",
|
|
4341
|
+
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}"]
|
|
4889
4342
|
}] }
|
|
4890
4343
|
];
|
|
4891
4344
|
/** @nocollapse */
|
|
@@ -4914,120 +4367,10 @@ PropertyComponent.propDecorators = {
|
|
|
4914
4367
|
userUrl: [{ type: Input }],
|
|
4915
4368
|
change: [{ type: Output }],
|
|
4916
4369
|
modeChange: [{ type: Output }]
|
|
4917
|
-
};
|
|
4918
|
-
if (false) {
|
|
4919
|
-
/** @type {?} */
|
|
4920
|
-
PropertyComponent.prototype.property;
|
|
4921
|
-
/** @type {?} */
|
|
4922
|
-
PropertyComponent.prototype.utils;
|
|
4923
|
-
/** @type {?} */
|
|
4924
|
-
PropertyComponent.prototype.propertyType;
|
|
4925
|
-
/** @type {?} */
|
|
4926
|
-
PropertyComponent.prototype.mode;
|
|
4927
|
-
/** @type {?} */
|
|
4928
|
-
PropertyComponent.prototype.sharedProperty;
|
|
4929
|
-
/** @type {?} */
|
|
4930
|
-
PropertyComponent.prototype.address;
|
|
4931
|
-
/** @type {?} */
|
|
4932
|
-
PropertyComponent.prototype.mlsLabel;
|
|
4933
|
-
/** @type {?} */
|
|
4934
|
-
PropertyComponent.prototype.disableShareCommission;
|
|
4935
|
-
/** @type {?} */
|
|
4936
|
-
PropertyComponent.prototype.isFavorite;
|
|
4937
|
-
/** @type {?} */
|
|
4938
|
-
PropertyComponent.prototype.disableConfirmAnnounce;
|
|
4939
|
-
/** @type {?} */
|
|
4940
|
-
PropertyComponent.prototype.currencyConverted;
|
|
4941
|
-
/** @type {?} */
|
|
4942
|
-
PropertyComponent.prototype.userUrl;
|
|
4943
|
-
/** @type {?} */
|
|
4944
|
-
PropertyComponent.prototype.change;
|
|
4945
|
-
/** @type {?} */
|
|
4946
|
-
PropertyComponent.prototype.modeChange;
|
|
4947
|
-
/** @type {?} */
|
|
4948
|
-
PropertyComponent.prototype.multimedia;
|
|
4949
|
-
/** @type {?} */
|
|
4950
|
-
PropertyComponent.prototype.isOPI;
|
|
4951
|
-
/** @type {?} */
|
|
4952
|
-
PropertyComponent.prototype.currentIndex;
|
|
4953
|
-
/** @type {?} */
|
|
4954
|
-
PropertyComponent.prototype.frontImageError;
|
|
4955
|
-
/** @type {?} */
|
|
4956
|
-
PropertyComponent.prototype.currentType;
|
|
4957
|
-
/** @type {?} */
|
|
4958
|
-
PropertyComponent.prototype.multimediaCount;
|
|
4959
|
-
/** @type {?} */
|
|
4960
|
-
PropertyComponent.prototype.completeProperty;
|
|
4961
|
-
/**
|
|
4962
|
-
* @type {?}
|
|
4963
|
-
* @private
|
|
4964
|
-
*/
|
|
4965
|
-
PropertyComponent.prototype._allMultimedia;
|
|
4966
|
-
/**
|
|
4967
|
-
* @type {?}
|
|
4968
|
-
* @private
|
|
4969
|
-
*/
|
|
4970
|
-
PropertyComponent.prototype._newMedia;
|
|
4971
|
-
/**
|
|
4972
|
-
* @type {?}
|
|
4973
|
-
* @private
|
|
4974
|
-
*/
|
|
4975
|
-
PropertyComponent.prototype._editorInstance;
|
|
4976
|
-
/**
|
|
4977
|
-
* @type {?}
|
|
4978
|
-
* @private
|
|
4979
|
-
*/
|
|
4980
|
-
PropertyComponent.prototype._ownerInstance;
|
|
4981
|
-
/**
|
|
4982
|
-
* @type {?}
|
|
4983
|
-
* @private
|
|
4984
|
-
*/
|
|
4985
|
-
PropertyComponent.prototype._documentsInstance;
|
|
4986
|
-
/**
|
|
4987
|
-
* @type {?}
|
|
4988
|
-
* @private
|
|
4989
|
-
*/
|
|
4990
|
-
PropertyComponent.prototype._config;
|
|
4991
|
-
/**
|
|
4992
|
-
* @type {?}
|
|
4993
|
-
* @private
|
|
4994
|
-
*/
|
|
4995
|
-
PropertyComponent.prototype._uploaderService;
|
|
4996
|
-
/**
|
|
4997
|
-
* @type {?}
|
|
4998
|
-
* @private
|
|
4999
|
-
*/
|
|
5000
|
-
PropertyComponent.prototype._announceService;
|
|
5001
|
-
/**
|
|
5002
|
-
* @type {?}
|
|
5003
|
-
* @private
|
|
5004
|
-
*/
|
|
5005
|
-
PropertyComponent.prototype._snackBar;
|
|
5006
|
-
/**
|
|
5007
|
-
* @type {?}
|
|
5008
|
-
* @private
|
|
5009
|
-
*/
|
|
5010
|
-
PropertyComponent.prototype._share;
|
|
5011
|
-
/**
|
|
5012
|
-
* @type {?}
|
|
5013
|
-
* @private
|
|
5014
|
-
*/
|
|
5015
|
-
PropertyComponent.prototype._gallery;
|
|
5016
|
-
/**
|
|
5017
|
-
* @type {?}
|
|
5018
|
-
* @private
|
|
5019
|
-
*/
|
|
5020
|
-
PropertyComponent.prototype._documentService;
|
|
5021
|
-
/**
|
|
5022
|
-
* @type {?}
|
|
5023
|
-
* @private
|
|
5024
|
-
*/
|
|
5025
|
-
PropertyComponent.prototype._statsService;
|
|
5026
|
-
}
|
|
4370
|
+
};
|
|
5027
4371
|
|
|
5028
4372
|
/**
|
|
5029
4373
|
* @fileoverview added by tsickle
|
|
5030
|
-
* Generated from: lib/components/property/validators/property-editor-validators.ts
|
|
5031
4374
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5032
4375
|
*/
|
|
5033
4376
|
class PropertyEditorValidators {
|
|
@@ -5127,7 +4470,6 @@ class PropertyEditorValidators {
|
|
|
5127
4470
|
|
|
5128
4471
|
/**
|
|
5129
4472
|
* @fileoverview added by tsickle
|
|
5130
|
-
* Generated from: lib/components/property/components/editor/editor.component.ts
|
|
5131
4473
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5132
4474
|
*/
|
|
5133
4475
|
/** @type {?} */
|
|
@@ -5658,7 +5000,7 @@ EditorComponent.decorators = [
|
|
|
5658
5000
|
{ provide: DateAdapter, useClass: MomentDateAdapter, deps: [MAT_DATE_LOCALE, MAT_MOMENT_DATE_ADAPTER_OPTIONS] },
|
|
5659
5001
|
{ provide: MAT_DATE_FORMATS, useValue: ɵ0 }
|
|
5660
5002
|
],
|
|
5661
|
-
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:(
|
|
5003
|
+
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}"]
|
|
5662
5004
|
}] }
|
|
5663
5005
|
];
|
|
5664
5006
|
/** @nocollapse */
|
|
@@ -5676,115 +5018,10 @@ EditorComponent.propDecorators = {
|
|
|
5676
5018
|
mlsLabel: [{ type: Input }],
|
|
5677
5019
|
editorInstance: [{ type: Output }],
|
|
5678
5020
|
selectAddress: [{ type: Output }]
|
|
5679
|
-
};
|
|
5680
|
-
if (false) {
|
|
5681
|
-
/**
|
|
5682
|
-
* @type {?}
|
|
5683
|
-
* @private
|
|
5684
|
-
*/
|
|
5685
|
-
EditorComponent.prototype._btnSubmitRef;
|
|
5686
|
-
/** @type {?} */
|
|
5687
|
-
EditorComponent.prototype.utils;
|
|
5688
|
-
/** @type {?} */
|
|
5689
|
-
EditorComponent.prototype.address;
|
|
5690
|
-
/** @type {?} */
|
|
5691
|
-
EditorComponent.prototype.propertyType;
|
|
5692
|
-
/** @type {?} */
|
|
5693
|
-
EditorComponent.prototype.property;
|
|
5694
|
-
/** @type {?} */
|
|
5695
|
-
EditorComponent.prototype.mlsLabel;
|
|
5696
|
-
/** @type {?} */
|
|
5697
|
-
EditorComponent.prototype.editorInstance;
|
|
5698
|
-
/** @type {?} */
|
|
5699
|
-
EditorComponent.prototype.selectAddress;
|
|
5700
|
-
/**
|
|
5701
|
-
* REGEX_ONLY_INTEGERS
|
|
5702
|
-
* Regex pattern to only accept integer and positive numbers
|
|
5703
|
-
*
|
|
5704
|
-
* @type {?}
|
|
5705
|
-
* @private
|
|
5706
|
-
*/
|
|
5707
|
-
EditorComponent.prototype.REGEX_ONLY_INTEGERS;
|
|
5708
|
-
/**
|
|
5709
|
-
* @type {?}
|
|
5710
|
-
* @private
|
|
5711
|
-
*/
|
|
5712
|
-
EditorComponent.prototype.REGEX_MIDDLE_NUMBER;
|
|
5713
|
-
/**
|
|
5714
|
-
* @type {?}
|
|
5715
|
-
* @private
|
|
5716
|
-
*/
|
|
5717
|
-
EditorComponent.prototype.REGEX_WEBSITE;
|
|
5718
|
-
/**
|
|
5719
|
-
* @type {?}
|
|
5720
|
-
* @private
|
|
5721
|
-
*/
|
|
5722
|
-
EditorComponent.prototype.REGEX_ALPHA_NUMBER;
|
|
5723
|
-
/**
|
|
5724
|
-
* @type {?}
|
|
5725
|
-
* @private
|
|
5726
|
-
*/
|
|
5727
|
-
EditorComponent.prototype._subscription;
|
|
5728
|
-
/**
|
|
5729
|
-
* @type {?}
|
|
5730
|
-
* @private
|
|
5731
|
-
*/
|
|
5732
|
-
EditorComponent.prototype._validators;
|
|
5733
|
-
/**
|
|
5734
|
-
* @type {?}
|
|
5735
|
-
* @private
|
|
5736
|
-
*/
|
|
5737
|
-
EditorComponent.prototype._property;
|
|
5738
|
-
/**
|
|
5739
|
-
* @type {?}
|
|
5740
|
-
* @private
|
|
5741
|
-
*/
|
|
5742
|
-
EditorComponent.prototype._propertyTypeItem;
|
|
5743
|
-
/**
|
|
5744
|
-
* @type {?}
|
|
5745
|
-
* @private
|
|
5746
|
-
*/
|
|
5747
|
-
EditorComponent.prototype._errorFields;
|
|
5748
|
-
/** @type {?} */
|
|
5749
|
-
EditorComponent.prototype.propertyForm;
|
|
5750
|
-
/** @type {?} */
|
|
5751
|
-
EditorComponent.prototype.offeringTypeList;
|
|
5752
|
-
/** @type {?} */
|
|
5753
|
-
EditorComponent.prototype.currencyList;
|
|
5754
|
-
/** @type {?} */
|
|
5755
|
-
EditorComponent.prototype.roiList;
|
|
5756
|
-
/** @type {?} */
|
|
5757
|
-
EditorComponent.prototype.landUseList;
|
|
5758
|
-
/** @type {?} */
|
|
5759
|
-
EditorComponent.prototype.amenitiesList;
|
|
5760
|
-
/** @type {?} */
|
|
5761
|
-
EditorComponent.prototype.featuresList;
|
|
5762
|
-
/** @type {?} */
|
|
5763
|
-
EditorComponent.prototype.commissionList;
|
|
5764
|
-
/** @type {?} */
|
|
5765
|
-
EditorComponent.prototype.sharedCommissionList;
|
|
5766
|
-
/** @type {?} */
|
|
5767
|
-
EditorComponent.prototype.durationList;
|
|
5768
|
-
/**
|
|
5769
|
-
* @type {?}
|
|
5770
|
-
* @private
|
|
5771
|
-
*/
|
|
5772
|
-
EditorComponent.prototype._formBuilder;
|
|
5773
|
-
/**
|
|
5774
|
-
* @type {?}
|
|
5775
|
-
* @private
|
|
5776
|
-
*/
|
|
5777
|
-
EditorComponent.prototype._dialog;
|
|
5778
|
-
/**
|
|
5779
|
-
* @type {?}
|
|
5780
|
-
* @private
|
|
5781
|
-
*/
|
|
5782
|
-
EditorComponent.prototype._adapter;
|
|
5783
|
-
}
|
|
5021
|
+
};
|
|
5784
5022
|
|
|
5785
5023
|
/**
|
|
5786
5024
|
* @fileoverview added by tsickle
|
|
5787
|
-
* Generated from: lib/components/property/validators/phone-fields-validator.ts
|
|
5788
5025
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5789
5026
|
*/
|
|
5790
5027
|
/**
|
|
@@ -5821,7 +5058,6 @@ function phoneFieldsValidator(controlName) {
|
|
|
5821
5058
|
|
|
5822
5059
|
/**
|
|
5823
5060
|
* @fileoverview added by tsickle
|
|
5824
|
-
* Generated from: lib/components/property/components/owner-info/owner-info.component.ts
|
|
5825
5061
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5826
5062
|
*/
|
|
5827
5063
|
class OwnerInfoComponent {
|
|
@@ -5933,31 +5169,10 @@ OwnerInfoComponent.propDecorators = {
|
|
|
5933
5169
|
owner: [{ type: Input }],
|
|
5934
5170
|
disabled: [{ type: Input }],
|
|
5935
5171
|
ownerInstance: [{ type: Output }]
|
|
5936
|
-
};
|
|
5937
|
-
if (false) {
|
|
5938
|
-
/** @type {?} */
|
|
5939
|
-
OwnerInfoComponent.prototype.owner;
|
|
5940
|
-
/** @type {?} */
|
|
5941
|
-
OwnerInfoComponent.prototype.disabled;
|
|
5942
|
-
/** @type {?} */
|
|
5943
|
-
OwnerInfoComponent.prototype.ownerInstance;
|
|
5944
|
-
/** @type {?} */
|
|
5945
|
-
OwnerInfoComponent.prototype.ownerForm;
|
|
5946
|
-
/**
|
|
5947
|
-
* @type {?}
|
|
5948
|
-
* @private
|
|
5949
|
-
*/
|
|
5950
|
-
OwnerInfoComponent.prototype._owner;
|
|
5951
|
-
/**
|
|
5952
|
-
* @type {?}
|
|
5953
|
-
* @private
|
|
5954
|
-
*/
|
|
5955
|
-
OwnerInfoComponent.prototype._formBuilder;
|
|
5956
|
-
}
|
|
5172
|
+
};
|
|
5957
5173
|
|
|
5958
5174
|
/**
|
|
5959
5175
|
* @fileoverview added by tsickle
|
|
5960
|
-
* Generated from: lib/components/property/components/documents/documents.component.ts
|
|
5961
5176
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5962
5177
|
*/
|
|
5963
5178
|
class DocumentsComponent {
|
|
@@ -6210,46 +5425,10 @@ DocumentsComponent.propDecorators = {
|
|
|
6210
5425
|
files: [{ type: Input }],
|
|
6211
5426
|
disabled: [{ type: Input }],
|
|
6212
5427
|
documentsInstance: [{ type: Output }]
|
|
6213
|
-
};
|
|
6214
|
-
if (false) {
|
|
6215
|
-
/** @type {?} */
|
|
6216
|
-
DocumentsComponent.prototype.files;
|
|
6217
|
-
/** @type {?} */
|
|
6218
|
-
DocumentsComponent.prototype.disabled;
|
|
6219
|
-
/** @type {?} */
|
|
6220
|
-
DocumentsComponent.prototype.documentsInstance;
|
|
6221
|
-
/** @type {?} */
|
|
6222
|
-
DocumentsComponent.prototype.documents;
|
|
6223
|
-
/**
|
|
6224
|
-
* @type {?}
|
|
6225
|
-
* @private
|
|
6226
|
-
*/
|
|
6227
|
-
DocumentsComponent.prototype._files;
|
|
6228
|
-
/**
|
|
6229
|
-
* @type {?}
|
|
6230
|
-
* @private
|
|
6231
|
-
*/
|
|
6232
|
-
DocumentsComponent.prototype._newMedia;
|
|
6233
|
-
/**
|
|
6234
|
-
* @type {?}
|
|
6235
|
-
* @private
|
|
6236
|
-
*/
|
|
6237
|
-
DocumentsComponent.prototype._visor;
|
|
6238
|
-
/**
|
|
6239
|
-
* @type {?}
|
|
6240
|
-
* @private
|
|
6241
|
-
*/
|
|
6242
|
-
DocumentsComponent.prototype._snackBar;
|
|
6243
|
-
/**
|
|
6244
|
-
* @type {?}
|
|
6245
|
-
* @private
|
|
6246
|
-
*/
|
|
6247
|
-
DocumentsComponent.prototype._http;
|
|
6248
|
-
}
|
|
5428
|
+
};
|
|
6249
5429
|
|
|
6250
5430
|
/**
|
|
6251
5431
|
* @fileoverview added by tsickle
|
|
6252
|
-
* Generated from: lib/components/property/components/details/details.component.ts
|
|
6253
5432
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6254
5433
|
*/
|
|
6255
5434
|
class DetailsComponent {
|
|
@@ -6375,7 +5554,7 @@ DetailsComponent.decorators = [
|
|
|
6375
5554
|
{ type: Component, args: [{
|
|
6376
5555
|
selector: 'lib-property-details',
|
|
6377
5556
|
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",
|
|
6378
|
-
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:(
|
|
5557
|
+
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}"]
|
|
6379
5558
|
}] }
|
|
6380
5559
|
];
|
|
6381
5560
|
/** @nocollapse */
|
|
@@ -6388,36 +5567,10 @@ DetailsComponent.propDecorators = {
|
|
|
6388
5567
|
property: [{ type: Input }],
|
|
6389
5568
|
mlsLabel: [{ type: Input }],
|
|
6390
5569
|
visibleTour: [{ type: Input }]
|
|
6391
|
-
};
|
|
6392
|
-
if (false) {
|
|
6393
|
-
/** @type {?} */
|
|
6394
|
-
DetailsComponent.prototype.record;
|
|
6395
|
-
/** @type {?} */
|
|
6396
|
-
DetailsComponent.prototype.currencyConverted;
|
|
6397
|
-
/** @type {?} */
|
|
6398
|
-
DetailsComponent.prototype.property;
|
|
6399
|
-
/** @type {?} */
|
|
6400
|
-
DetailsComponent.prototype.mlsLabel;
|
|
6401
|
-
/** @type {?} */
|
|
6402
|
-
DetailsComponent.prototype.visibleTour;
|
|
6403
|
-
/** @type {?} */
|
|
6404
|
-
DetailsComponent.prototype.amenities;
|
|
6405
|
-
/** @type {?} */
|
|
6406
|
-
DetailsComponent.prototype.features;
|
|
6407
|
-
/** @type {?} */
|
|
6408
|
-
DetailsComponent.prototype.propertyType;
|
|
6409
|
-
/** @type {?} */
|
|
6410
|
-
DetailsComponent.prototype.agreementEndDate;
|
|
6411
|
-
/**
|
|
6412
|
-
* @type {?}
|
|
6413
|
-
* @private
|
|
6414
|
-
*/
|
|
6415
|
-
DetailsComponent.prototype._sanitizer;
|
|
6416
|
-
}
|
|
5570
|
+
};
|
|
6417
5571
|
|
|
6418
5572
|
/**
|
|
6419
5573
|
* @fileoverview added by tsickle
|
|
6420
|
-
* Generated from: lib/components/property/components/slideshow/slide-show.component.ts
|
|
6421
5574
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6422
5575
|
*/
|
|
6423
5576
|
class SlideShowComponent {
|
|
@@ -6497,7 +5650,7 @@ SlideShowComponent.decorators = [
|
|
|
6497
5650
|
{ type: Component, args: [{
|
|
6498
5651
|
selector: 'lib-property-slide-show',
|
|
6499
5652
|
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",
|
|
6500
|
-
styles: [":host{display:block;position:relative;width:100%;padding-bottom:
|
|
5653
|
+
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}"]
|
|
6501
5654
|
}] }
|
|
6502
5655
|
];
|
|
6503
5656
|
/** @nocollapse */
|
|
@@ -6511,37 +5664,10 @@ SlideShowComponent.propDecorators = {
|
|
|
6511
5664
|
selectIndex: [{ type: Input }],
|
|
6512
5665
|
initialIndex: [{ type: Input }],
|
|
6513
5666
|
currentIndex: [{ type: Output }]
|
|
6514
|
-
};
|
|
6515
|
-
if (false) {
|
|
6516
|
-
/** @type {?} */
|
|
6517
|
-
SlideShowComponent.prototype.customActions;
|
|
6518
|
-
/**
|
|
6519
|
-
* @type {?}
|
|
6520
|
-
* @private
|
|
6521
|
-
*/
|
|
6522
|
-
SlideShowComponent.prototype._slider;
|
|
6523
|
-
/** @type {?} */
|
|
6524
|
-
SlideShowComponent.prototype.multimedia;
|
|
6525
|
-
/** @type {?} */
|
|
6526
|
-
SlideShowComponent.prototype.selectIndex;
|
|
6527
|
-
/** @type {?} */
|
|
6528
|
-
SlideShowComponent.prototype.initialIndex;
|
|
6529
|
-
/** @type {?} */
|
|
6530
|
-
SlideShowComponent.prototype.currentIndex;
|
|
6531
|
-
/** @type {?} */
|
|
6532
|
-
SlideShowComponent.prototype.count;
|
|
6533
|
-
/** @type {?} */
|
|
6534
|
-
SlideShowComponent.prototype.index;
|
|
6535
|
-
/**
|
|
6536
|
-
* @type {?}
|
|
6537
|
-
* @private
|
|
6538
|
-
*/
|
|
6539
|
-
SlideShowComponent.prototype._render;
|
|
6540
|
-
}
|
|
5667
|
+
};
|
|
6541
5668
|
|
|
6542
5669
|
/**
|
|
6543
5670
|
* @fileoverview added by tsickle
|
|
6544
|
-
* Generated from: lib/components/property/components/editor/components/custom-datepicker/date-adapter.ts
|
|
6545
5671
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6546
5672
|
*/
|
|
6547
5673
|
class CustomDateAdapter extends NativeDateAdapter {
|
|
@@ -6557,7 +5683,6 @@ class CustomDateAdapter extends NativeDateAdapter {
|
|
|
6557
5683
|
|
|
6558
5684
|
/**
|
|
6559
5685
|
* @fileoverview added by tsickle
|
|
6560
|
-
* Generated from: lib/components/property/components/editor/components/custom-datepicker/custom-datepicker-header/custom-datepicker-header.component.ts
|
|
6561
5686
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6562
5687
|
*/
|
|
6563
5688
|
/**
|
|
@@ -6624,33 +5749,10 @@ CustomDatepickerHeaderComponent.ctorParameters = () => [
|
|
|
6624
5749
|
{ type: DateAdapter },
|
|
6625
5750
|
{ type: undefined, decorators: [{ type: Inject, args: [MAT_DATE_FORMATS,] }] },
|
|
6626
5751
|
{ type: ChangeDetectorRef }
|
|
6627
|
-
];
|
|
6628
|
-
if (false) {
|
|
6629
|
-
/**
|
|
6630
|
-
* @type {?}
|
|
6631
|
-
* @private
|
|
6632
|
-
*/
|
|
6633
|
-
CustomDatepickerHeaderComponent.prototype._destroyed;
|
|
6634
|
-
/**
|
|
6635
|
-
* @type {?}
|
|
6636
|
-
* @private
|
|
6637
|
-
*/
|
|
6638
|
-
CustomDatepickerHeaderComponent.prototype._calendar;
|
|
6639
|
-
/**
|
|
6640
|
-
* @type {?}
|
|
6641
|
-
* @private
|
|
6642
|
-
*/
|
|
6643
|
-
CustomDatepickerHeaderComponent.prototype._dateAdapter;
|
|
6644
|
-
/**
|
|
6645
|
-
* @type {?}
|
|
6646
|
-
* @private
|
|
6647
|
-
*/
|
|
6648
|
-
CustomDatepickerHeaderComponent.prototype._dateFormats;
|
|
6649
|
-
}
|
|
5752
|
+
];
|
|
6650
5753
|
|
|
6651
5754
|
/**
|
|
6652
5755
|
* @fileoverview added by tsickle
|
|
6653
|
-
* Generated from: lib/components/property/components/editor/components/custom-datepicker/custom-datepicker/custom-datepicker.component.ts
|
|
6654
5756
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6655
5757
|
*/
|
|
6656
5758
|
/** @type {?} */
|
|
@@ -6743,29 +5845,10 @@ CustomDatepickerComponent.decorators = [
|
|
|
6743
5845
|
/** @nocollapse */
|
|
6744
5846
|
CustomDatepickerComponent.ctorParameters = () => [
|
|
6745
5847
|
{ type: Injector }
|
|
6746
|
-
];
|
|
6747
|
-
if (false) {
|
|
6748
|
-
/** @type {?} */
|
|
6749
|
-
CustomDatepickerComponent.prototype.currentYear;
|
|
6750
|
-
/** @type {?} */
|
|
6751
|
-
CustomDatepickerComponent.prototype.year;
|
|
6752
|
-
/** @type {?} */
|
|
6753
|
-
CustomDatepickerComponent.prototype.customHeader;
|
|
6754
|
-
/**
|
|
6755
|
-
* @type {?}
|
|
6756
|
-
* @private
|
|
6757
|
-
*/
|
|
6758
|
-
CustomDatepickerComponent.prototype._control;
|
|
6759
|
-
/**
|
|
6760
|
-
* @type {?}
|
|
6761
|
-
* @private
|
|
6762
|
-
*/
|
|
6763
|
-
CustomDatepickerComponent.prototype._injector;
|
|
6764
|
-
}
|
|
5848
|
+
];
|
|
6765
5849
|
|
|
6766
5850
|
/**
|
|
6767
5851
|
* @fileoverview added by tsickle
|
|
6768
|
-
* Generated from: lib/components/property/components/editor/components/custom-datepicker/custom-datepicker.module.ts
|
|
6769
5852
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6770
5853
|
*/
|
|
6771
5854
|
/** @type {?} */
|
|
@@ -6803,7 +5886,6 @@ CustomDatepickerModule.decorators = [
|
|
|
6803
5886
|
|
|
6804
5887
|
/**
|
|
6805
5888
|
* @fileoverview added by tsickle
|
|
6806
|
-
* Generated from: lib/components/property/components/custom-drag-and-drop/custom-drag-and-drop.component.ts
|
|
6807
5889
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6808
5890
|
*/
|
|
6809
5891
|
class CustomDragAndDropComponent {
|
|
@@ -6942,35 +6024,6 @@ CustomDragAndDropComponent.propDecorators = {
|
|
|
6942
6024
|
items: [{ type: Input }],
|
|
6943
6025
|
itemsChanged: [{ type: Output }]
|
|
6944
6026
|
};
|
|
6945
|
-
if (false) {
|
|
6946
|
-
/** @type {?} */
|
|
6947
|
-
CustomDragAndDropComponent.prototype.listGroup;
|
|
6948
|
-
/** @type {?} */
|
|
6949
|
-
CustomDragAndDropComponent.prototype.placeholder;
|
|
6950
|
-
/** @type {?} */
|
|
6951
|
-
CustomDragAndDropComponent.prototype.content;
|
|
6952
|
-
/** @type {?} */
|
|
6953
|
-
CustomDragAndDropComponent.prototype.items;
|
|
6954
|
-
/** @type {?} */
|
|
6955
|
-
CustomDragAndDropComponent.prototype.itemsChanged;
|
|
6956
|
-
/** @type {?} */
|
|
6957
|
-
CustomDragAndDropComponent.prototype.target;
|
|
6958
|
-
/** @type {?} */
|
|
6959
|
-
CustomDragAndDropComponent.prototype.targetIndex;
|
|
6960
|
-
/** @type {?} */
|
|
6961
|
-
CustomDragAndDropComponent.prototype.source;
|
|
6962
|
-
/** @type {?} */
|
|
6963
|
-
CustomDragAndDropComponent.prototype.sourceIndex;
|
|
6964
|
-
/** @type {?} */
|
|
6965
|
-
CustomDragAndDropComponent.prototype.activeContainer;
|
|
6966
|
-
/** @type {?} */
|
|
6967
|
-
CustomDragAndDropComponent.prototype.dropListEnterPredicate;
|
|
6968
|
-
/**
|
|
6969
|
-
* @type {?}
|
|
6970
|
-
* @private
|
|
6971
|
-
*/
|
|
6972
|
-
CustomDragAndDropComponent.prototype._viewportRuler;
|
|
6973
|
-
}
|
|
6974
6027
|
/**
|
|
6975
6028
|
* @param {?} collection
|
|
6976
6029
|
* @param {?} node
|
|
@@ -7000,7 +6053,6 @@ function __isInsideDropListClientRect(dropList, x, y) {
|
|
|
7000
6053
|
|
|
7001
6054
|
/**
|
|
7002
6055
|
* @fileoverview added by tsickle
|
|
7003
|
-
* Generated from: lib/components/property/property.module.ts
|
|
7004
6056
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7005
6057
|
*/
|
|
7006
6058
|
/** @type {?} */
|
|
@@ -7113,13 +6165,6 @@ PropertyModule.decorators = [
|
|
|
7113
6165
|
|
|
7114
6166
|
/**
|
|
7115
6167
|
* @fileoverview added by tsickle
|
|
7116
|
-
* Generated from: lib/components/property/index.ts
|
|
7117
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7118
|
-
*/
|
|
7119
|
-
|
|
7120
|
-
/**
|
|
7121
|
-
* @fileoverview added by tsickle
|
|
7122
|
-
* Generated from: lib/components/property-card/token.ts
|
|
7123
6168
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7124
6169
|
*/
|
|
7125
6170
|
/** @type {?} */
|
|
@@ -7127,7 +6172,6 @@ const PROPERTY_CARD_CONFIG_MODULE = new InjectionToken('PROPERTY CARD CONFIG MOD
|
|
|
7127
6172
|
|
|
7128
6173
|
/**
|
|
7129
6174
|
* @fileoverview added by tsickle
|
|
7130
|
-
* Generated from: lib/components/property-card/property-card.component.ts
|
|
7131
6175
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7132
6176
|
*/
|
|
7133
6177
|
class PropertyCardComponent {
|
|
@@ -7161,6 +6205,9 @@ class PropertyCardComponent {
|
|
|
7161
6205
|
if (changes['marker'] && changes['marker'].currentValue) {
|
|
7162
6206
|
this.info = changes['marker'].currentValue.info;
|
|
7163
6207
|
}
|
|
6208
|
+
if (changes['showAlert'] && changes['showAlert'].currentValue) {
|
|
6209
|
+
this.info = changes['showAlert'].currentValue;
|
|
6210
|
+
}
|
|
7164
6211
|
}
|
|
7165
6212
|
/**
|
|
7166
6213
|
* @return {?}
|
|
@@ -7246,8 +6293,8 @@ class PropertyCardComponent {
|
|
|
7246
6293
|
PropertyCardComponent.decorators = [
|
|
7247
6294
|
{ type: Component, args: [{
|
|
7248
6295
|
selector: 'lib-property-card',
|
|
7249
|
-
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",
|
|
7250
|
-
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:
|
|
6296
|
+
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",
|
|
6297
|
+
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}"]
|
|
7251
6298
|
}] }
|
|
7252
6299
|
];
|
|
7253
6300
|
/** @nocollapse */
|
|
@@ -7260,6 +6307,7 @@ PropertyCardComponent.propDecorators = {
|
|
|
7260
6307
|
target: [{ type: Input }],
|
|
7261
6308
|
queryParams: [{ type: Input }],
|
|
7262
6309
|
state: [{ type: Input }],
|
|
6310
|
+
showAlert: [{ type: Input }],
|
|
7263
6311
|
positionLatLng: [{ type: Input }],
|
|
7264
6312
|
isFavorite: [{ type: Input }],
|
|
7265
6313
|
currency: [{ type: Input }],
|
|
@@ -7268,45 +6316,10 @@ PropertyCardComponent.propDecorators = {
|
|
|
7268
6316
|
markerChanged: [{ type: Output }],
|
|
7269
6317
|
favoriteChanged: [{ type: Output }],
|
|
7270
6318
|
propertyDiscarded: [{ type: Output }]
|
|
7271
|
-
};
|
|
7272
|
-
if (false) {
|
|
7273
|
-
/** @type {?} */
|
|
7274
|
-
PropertyCardComponent.prototype.marker;
|
|
7275
|
-
/** @type {?} */
|
|
7276
|
-
PropertyCardComponent.prototype.href;
|
|
7277
|
-
/** @type {?} */
|
|
7278
|
-
PropertyCardComponent.prototype.target;
|
|
7279
|
-
/** @type {?} */
|
|
7280
|
-
PropertyCardComponent.prototype.queryParams;
|
|
7281
|
-
/** @type {?} */
|
|
7282
|
-
PropertyCardComponent.prototype.state;
|
|
7283
|
-
/** @type {?} */
|
|
7284
|
-
PropertyCardComponent.prototype.positionLatLng;
|
|
7285
|
-
/** @type {?} */
|
|
7286
|
-
PropertyCardComponent.prototype.isFavorite;
|
|
7287
|
-
/** @type {?} */
|
|
7288
|
-
PropertyCardComponent.prototype.currency;
|
|
7289
|
-
/** @type {?} */
|
|
7290
|
-
PropertyCardComponent.prototype.showDiscard;
|
|
7291
|
-
/** @type {?} */
|
|
7292
|
-
PropertyCardComponent.prototype.mode;
|
|
7293
|
-
/** @type {?} */
|
|
7294
|
-
PropertyCardComponent.prototype.markerChanged;
|
|
7295
|
-
/** @type {?} */
|
|
7296
|
-
PropertyCardComponent.prototype.favoriteChanged;
|
|
7297
|
-
/** @type {?} */
|
|
7298
|
-
PropertyCardComponent.prototype.propertyDiscarded;
|
|
7299
|
-
/** @type {?} */
|
|
7300
|
-
PropertyCardComponent.prototype.info;
|
|
7301
|
-
/** @type {?} */
|
|
7302
|
-
PropertyCardComponent.prototype.distance;
|
|
7303
|
-
/** @type {?} */
|
|
7304
|
-
PropertyCardComponent.prototype.isOPI;
|
|
7305
|
-
}
|
|
6319
|
+
};
|
|
7306
6320
|
|
|
7307
6321
|
/**
|
|
7308
6322
|
* @fileoverview added by tsickle
|
|
7309
|
-
* Generated from: lib/components/property-card/property-card.module.ts
|
|
7310
6323
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7311
6324
|
*/
|
|
7312
6325
|
class PropertyCardModule {
|
|
@@ -7335,7 +6348,8 @@ PropertyCardModule.decorators = [
|
|
|
7335
6348
|
OfferingTypeModule,
|
|
7336
6349
|
ImageErrorModule,
|
|
7337
6350
|
MatIconModule,
|
|
7338
|
-
MatButtonModule
|
|
6351
|
+
MatButtonModule,
|
|
6352
|
+
FormatDateModule
|
|
7339
6353
|
],
|
|
7340
6354
|
declarations: [
|
|
7341
6355
|
PropertyCardComponent
|
|
@@ -7348,19 +6362,6 @@ PropertyCardModule.decorators = [
|
|
|
7348
6362
|
|
|
7349
6363
|
/**
|
|
7350
6364
|
* @fileoverview added by tsickle
|
|
7351
|
-
* Generated from: lib/components/property-card/index.ts
|
|
7352
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7353
|
-
*/
|
|
7354
|
-
|
|
7355
|
-
/**
|
|
7356
|
-
* @fileoverview added by tsickle
|
|
7357
|
-
* Generated from: lib/components/index.ts
|
|
7358
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7359
|
-
*/
|
|
7360
|
-
|
|
7361
|
-
/**
|
|
7362
|
-
* @fileoverview added by tsickle
|
|
7363
|
-
* Generated from: lib/services/markers/markers.service.ts
|
|
7364
6365
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7365
6366
|
*/
|
|
7366
6367
|
class MarkersService {
|
|
@@ -7634,28 +6635,10 @@ MarkersService.ctorParameters = () => [
|
|
|
7634
6635
|
{ type: PropertyTypePipe },
|
|
7635
6636
|
{ type: OfferingTypePipe },
|
|
7636
6637
|
{ type: CurrencyConverterService }
|
|
7637
|
-
];
|
|
7638
|
-
if (false) {
|
|
7639
|
-
/**
|
|
7640
|
-
* @type {?}
|
|
7641
|
-
* @private
|
|
7642
|
-
*/
|
|
7643
|
-
MarkersService.prototype._propertyTypePipe;
|
|
7644
|
-
/**
|
|
7645
|
-
* @type {?}
|
|
7646
|
-
* @private
|
|
7647
|
-
*/
|
|
7648
|
-
MarkersService.prototype._offeringTypePipe;
|
|
7649
|
-
/**
|
|
7650
|
-
* @type {?}
|
|
7651
|
-
* @private
|
|
7652
|
-
*/
|
|
7653
|
-
MarkersService.prototype._converter;
|
|
7654
|
-
}
|
|
6638
|
+
];
|
|
7655
6639
|
|
|
7656
6640
|
/**
|
|
7657
6641
|
* @fileoverview added by tsickle
|
|
7658
|
-
* Generated from: lib/services/markers/markers.module.ts
|
|
7659
6642
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7660
6643
|
*/
|
|
7661
6644
|
class MarkersModule {
|
|
@@ -7680,299 +6663,5 @@ MarkersModule.decorators = [
|
|
|
7680
6663
|
},] }
|
|
7681
6664
|
];
|
|
7682
6665
|
|
|
7683
|
-
/**
|
|
7684
|
-
* @fileoverview added by tsickle
|
|
7685
|
-
* Generated from: lib/services/index.ts
|
|
7686
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7687
|
-
*/
|
|
7688
|
-
|
|
7689
|
-
/**
|
|
7690
|
-
* @fileoverview added by tsickle
|
|
7691
|
-
* Generated from: lib/utils/models/amenities-list.ts
|
|
7692
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7693
|
-
*/
|
|
7694
|
-
/**
|
|
7695
|
-
* @record
|
|
7696
|
-
*/
|
|
7697
|
-
function AmenitiesList() { }
|
|
7698
|
-
if (false) {
|
|
7699
|
-
/** @type {?} */
|
|
7700
|
-
AmenitiesList.prototype.adjacentCommerce;
|
|
7701
|
-
/** @type {?} */
|
|
7702
|
-
AmenitiesList.prototype.adjacentGym;
|
|
7703
|
-
/** @type {?} */
|
|
7704
|
-
AmenitiesList.prototype.adjacentPicnic;
|
|
7705
|
-
/** @type {?} */
|
|
7706
|
-
AmenitiesList.prototype.airConditioner;
|
|
7707
|
-
/** @type {?} */
|
|
7708
|
-
AmenitiesList.prototype.balcony;
|
|
7709
|
-
/** @type {?} */
|
|
7710
|
-
AmenitiesList.prototype.customerParking;
|
|
7711
|
-
/** @type {?} */
|
|
7712
|
-
AmenitiesList.prototype.diningRoom;
|
|
7713
|
-
/** @type {?} */
|
|
7714
|
-
AmenitiesList.prototype.doubleHeight;
|
|
7715
|
-
/** @type {?} */
|
|
7716
|
-
AmenitiesList.prototype.dressingRooms;
|
|
7717
|
-
/** @type {?} */
|
|
7718
|
-
AmenitiesList.prototype.facingStreet;
|
|
7719
|
-
/** @type {?} */
|
|
7720
|
-
AmenitiesList.prototype.finishings;
|
|
7721
|
-
/** @type {?} */
|
|
7722
|
-
AmenitiesList.prototype.furnished;
|
|
7723
|
-
/** @type {?} */
|
|
7724
|
-
AmenitiesList.prototype.garden;
|
|
7725
|
-
/** @type {?} */
|
|
7726
|
-
AmenitiesList.prototype.gym;
|
|
7727
|
-
/** @type {?} */
|
|
7728
|
-
AmenitiesList.prototype.highResistanceFloors;
|
|
7729
|
-
/** @type {?} */
|
|
7730
|
-
AmenitiesList.prototype.highSpeedInternet;
|
|
7731
|
-
/** @type {?} */
|
|
7732
|
-
AmenitiesList.prototype.inCommercialArea;
|
|
7733
|
-
/** @type {?} */
|
|
7734
|
-
AmenitiesList.prototype.inIndustrialPark;
|
|
7735
|
-
/** @type {?} */
|
|
7736
|
-
AmenitiesList.prototype.inShoppingCenter;
|
|
7737
|
-
/** @type {?} */
|
|
7738
|
-
AmenitiesList.prototype.jacuzzi;
|
|
7739
|
-
/** @type {?} */
|
|
7740
|
-
AmenitiesList.prototype.kitchenServices;
|
|
7741
|
-
/** @type {?} */
|
|
7742
|
-
AmenitiesList.prototype.maidsBathroom;
|
|
7743
|
-
/** @type {?} */
|
|
7744
|
-
AmenitiesList.prototype.maneuverArea;
|
|
7745
|
-
/** @type {?} */
|
|
7746
|
-
AmenitiesList.prototype.meetingRoom;
|
|
7747
|
-
/** @type {?} */
|
|
7748
|
-
AmenitiesList.prototype.mezzanine;
|
|
7749
|
-
/** @type {?} */
|
|
7750
|
-
AmenitiesList.prototype.mixedBuilding;
|
|
7751
|
-
/** @type {?} */
|
|
7752
|
-
AmenitiesList.prototype.naturalLighting;
|
|
7753
|
-
/** @type {?} */
|
|
7754
|
-
AmenitiesList.prototype.offices;
|
|
7755
|
-
/** @type {?} */
|
|
7756
|
-
AmenitiesList.prototype.openSpace;
|
|
7757
|
-
/** @type {?} */
|
|
7758
|
-
AmenitiesList.prototype.platforms;
|
|
7759
|
-
/** @type {?} */
|
|
7760
|
-
AmenitiesList.prototype.playground;
|
|
7761
|
-
/** @type {?} */
|
|
7762
|
-
AmenitiesList.prototype.playroom;
|
|
7763
|
-
/** @type {?} */
|
|
7764
|
-
AmenitiesList.prototype.pool;
|
|
7765
|
-
/** @type {?} */
|
|
7766
|
-
AmenitiesList.prototype.railSpur;
|
|
7767
|
-
/** @type {?} */
|
|
7768
|
-
AmenitiesList.prototype.railyard;
|
|
7769
|
-
/** @type {?} */
|
|
7770
|
-
AmenitiesList.prototype.reception;
|
|
7771
|
-
/** @type {?} */
|
|
7772
|
-
AmenitiesList.prototype.securityGuard;
|
|
7773
|
-
/** @type {?} */
|
|
7774
|
-
AmenitiesList.prototype.storage;
|
|
7775
|
-
/** @type {?} */
|
|
7776
|
-
AmenitiesList.prototype.visitorParking;
|
|
7777
|
-
/** @type {?} */
|
|
7778
|
-
AmenitiesList.prototype.roofGarden;
|
|
7779
|
-
/** @type {?} */
|
|
7780
|
-
AmenitiesList.prototype.petFriendly;
|
|
7781
|
-
/** @type {?} */
|
|
7782
|
-
AmenitiesList.prototype.differentAbilities;
|
|
7783
|
-
/** @type {?} */
|
|
7784
|
-
AmenitiesList.prototype.features;
|
|
7785
|
-
}
|
|
7786
|
-
|
|
7787
|
-
/**
|
|
7788
|
-
* @fileoverview added by tsickle
|
|
7789
|
-
* Generated from: lib/utils/models/amenity-item.ts
|
|
7790
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7791
|
-
*/
|
|
7792
|
-
/**
|
|
7793
|
-
* @record
|
|
7794
|
-
*/
|
|
7795
|
-
function AmenityItem() { }
|
|
7796
|
-
if (false) {
|
|
7797
|
-
/** @type {?} */
|
|
7798
|
-
AmenityItem.prototype.checked;
|
|
7799
|
-
/** @type {?} */
|
|
7800
|
-
AmenityItem.prototype.iconName;
|
|
7801
|
-
/** @type {?} */
|
|
7802
|
-
AmenityItem.prototype.value;
|
|
7803
|
-
/** @type {?} */
|
|
7804
|
-
AmenityItem.prototype.name;
|
|
7805
|
-
}
|
|
7806
|
-
|
|
7807
|
-
/**
|
|
7808
|
-
* @fileoverview added by tsickle
|
|
7809
|
-
* Generated from: lib/utils/models/filter-chip.ts
|
|
7810
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7811
|
-
*/
|
|
7812
|
-
/**
|
|
7813
|
-
* @record
|
|
7814
|
-
*/
|
|
7815
|
-
function FilterChip() { }
|
|
7816
|
-
if (false) {
|
|
7817
|
-
/** @type {?} */
|
|
7818
|
-
FilterChip.prototype.type;
|
|
7819
|
-
/** @type {?} */
|
|
7820
|
-
FilterChip.prototype.text;
|
|
7821
|
-
/** @type {?} */
|
|
7822
|
-
FilterChip.prototype.icon;
|
|
7823
|
-
}
|
|
7824
|
-
|
|
7825
|
-
/**
|
|
7826
|
-
* @fileoverview added by tsickle
|
|
7827
|
-
* Generated from: lib/utils/models/filters-saved.ts
|
|
7828
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7829
|
-
*/
|
|
7830
|
-
/**
|
|
7831
|
-
* @record
|
|
7832
|
-
*/
|
|
7833
|
-
function FiltersSaved() { }
|
|
7834
|
-
if (false) {
|
|
7835
|
-
/** @type {?} */
|
|
7836
|
-
FiltersSaved.prototype.filters;
|
|
7837
|
-
/** @type {?} */
|
|
7838
|
-
FiltersSaved.prototype.ft;
|
|
7839
|
-
/** @type {?|undefined} */
|
|
7840
|
-
FiltersSaved.prototype.isSharedProperties;
|
|
7841
|
-
}
|
|
7842
|
-
|
|
7843
|
-
/**
|
|
7844
|
-
* @fileoverview added by tsickle
|
|
7845
|
-
* Generated from: lib/utils/models/filters-change.ts
|
|
7846
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7847
|
-
*/
|
|
7848
|
-
/**
|
|
7849
|
-
* @record
|
|
7850
|
-
*/
|
|
7851
|
-
function FiltersChange() { }
|
|
7852
|
-
if (false) {
|
|
7853
|
-
/** @type {?} */
|
|
7854
|
-
FiltersChange.prototype.type;
|
|
7855
|
-
/** @type {?} */
|
|
7856
|
-
FiltersChange.prototype.filter;
|
|
7857
|
-
/** @type {?|undefined} */
|
|
7858
|
-
FiltersChange.prototype.ft;
|
|
7859
|
-
/** @type {?|undefined} */
|
|
7860
|
-
FiltersChange.prototype.isSharedProperties;
|
|
7861
|
-
}
|
|
7862
|
-
|
|
7863
|
-
/**
|
|
7864
|
-
* @fileoverview added by tsickle
|
|
7865
|
-
* Generated from: lib/utils/models/marker.ts
|
|
7866
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7867
|
-
*/
|
|
7868
|
-
/**
|
|
7869
|
-
* @record
|
|
7870
|
-
*/
|
|
7871
|
-
function Marker() { }
|
|
7872
|
-
if (false) {
|
|
7873
|
-
/** @type {?} */
|
|
7874
|
-
Marker.prototype.location;
|
|
7875
|
-
/** @type {?} */
|
|
7876
|
-
Marker.prototype.hover;
|
|
7877
|
-
/** @type {?} */
|
|
7878
|
-
Marker.prototype.visited;
|
|
7879
|
-
/** @type {?} */
|
|
7880
|
-
Marker.prototype.type;
|
|
7881
|
-
/** @type {?} */
|
|
7882
|
-
Marker.prototype.info;
|
|
7883
|
-
/** @type {?|undefined} */
|
|
7884
|
-
Marker.prototype.isFavorite;
|
|
7885
|
-
/** @type {?|undefined} */
|
|
7886
|
-
Marker.prototype.extras;
|
|
7887
|
-
}
|
|
7888
|
-
|
|
7889
|
-
/**
|
|
7890
|
-
* @fileoverview added by tsickle
|
|
7891
|
-
* Generated from: lib/utils/models/property-card-info.ts
|
|
7892
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7893
|
-
*/
|
|
7894
|
-
/**
|
|
7895
|
-
* @record
|
|
7896
|
-
*/
|
|
7897
|
-
function PropertyCardInfo() { }
|
|
7898
|
-
if (false) {
|
|
7899
|
-
/** @type {?} */
|
|
7900
|
-
PropertyCardInfo.prototype.address;
|
|
7901
|
-
/** @type {?} */
|
|
7902
|
-
PropertyCardInfo.prototype.authUsers;
|
|
7903
|
-
/** @type {?} */
|
|
7904
|
-
PropertyCardInfo.prototype.currency;
|
|
7905
|
-
/** @type {?} */
|
|
7906
|
-
PropertyCardInfo.prototype.propertyId;
|
|
7907
|
-
/** @type {?} */
|
|
7908
|
-
PropertyCardInfo.prototype.image;
|
|
7909
|
-
/** @type {?} */
|
|
7910
|
-
PropertyCardInfo.prototype.offering;
|
|
7911
|
-
/** @type {?} */
|
|
7912
|
-
PropertyCardInfo.prototype.price;
|
|
7913
|
-
/** @type {?} */
|
|
7914
|
-
PropertyCardInfo.prototype.type;
|
|
7915
|
-
/** @type {?} */
|
|
7916
|
-
PropertyCardInfo.prototype.url;
|
|
7917
|
-
/** @type {?|undefined} */
|
|
7918
|
-
PropertyCardInfo.prototype.status;
|
|
7919
|
-
/** @type {?|undefined} */
|
|
7920
|
-
PropertyCardInfo.prototype.features;
|
|
7921
|
-
}
|
|
7922
|
-
|
|
7923
|
-
/**
|
|
7924
|
-
* @fileoverview added by tsickle
|
|
7925
|
-
* Generated from: lib/utils/models/property-type-item.ts
|
|
7926
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7927
|
-
*/
|
|
7928
|
-
/**
|
|
7929
|
-
* @record
|
|
7930
|
-
*/
|
|
7931
|
-
function PropertyTypeItem() { }
|
|
7932
|
-
if (false) {
|
|
7933
|
-
/** @type {?} */
|
|
7934
|
-
PropertyTypeItem.prototype.value;
|
|
7935
|
-
/** @type {?} */
|
|
7936
|
-
PropertyTypeItem.prototype.iconName;
|
|
7937
|
-
/** @type {?} */
|
|
7938
|
-
PropertyTypeItem.prototype.name;
|
|
7939
|
-
/** @type {?} */
|
|
7940
|
-
PropertyTypeItem.prototype.shortName;
|
|
7941
|
-
/** @type {?|undefined} */
|
|
7942
|
-
PropertyTypeItem.prototype.features;
|
|
7943
|
-
/** @type {?|undefined} */
|
|
7944
|
-
PropertyTypeItem.prototype.amenities;
|
|
7945
|
-
}
|
|
7946
|
-
|
|
7947
|
-
/**
|
|
7948
|
-
* @fileoverview added by tsickle
|
|
7949
|
-
* Generated from: lib/utils/models/index.ts
|
|
7950
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7951
|
-
*/
|
|
7952
|
-
|
|
7953
|
-
/**
|
|
7954
|
-
* @fileoverview added by tsickle
|
|
7955
|
-
* Generated from: lib/utils/index.ts
|
|
7956
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7957
|
-
*/
|
|
7958
|
-
|
|
7959
|
-
/**
|
|
7960
|
-
* @fileoverview added by tsickle
|
|
7961
|
-
* Generated from: lib/index.ts
|
|
7962
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7963
|
-
*/
|
|
7964
|
-
|
|
7965
|
-
/**
|
|
7966
|
-
* @fileoverview added by tsickle
|
|
7967
|
-
* Generated from: public_api.ts
|
|
7968
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7969
|
-
*/
|
|
7970
|
-
|
|
7971
|
-
/**
|
|
7972
|
-
* @fileoverview added by tsickle
|
|
7973
|
-
* Generated from: maplander-components.ts
|
|
7974
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7975
|
-
*/
|
|
7976
|
-
|
|
7977
6666
|
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 };
|
|
7978
6667
|
//# sourceMappingURL=maplander-components.js.map
|