@maplander/components 0.20.1 → 0.20.2
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 +4 -0
- package/bundles/maplander-components.umd.js +145 -1605
- 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 +2 -3
- package/esm2015/lib/components/property-card/property-card.module.js +1 -2
- 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 +1 -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 +2 -3
- package/esm5/lib/components/property-card/property-card.module.js +1 -2
- 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 +1 -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 +121 -1437
- package/fesm2015/maplander-components.js.map +1 -1
- package/fesm5/maplander-components.js +125 -1441
- package/fesm5/maplander-components.js.map +1 -1
- package/maplander-components.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -1,31 +1,28 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@maplander/types'), require('@angular/forms'), require('rxjs'), require('@angular/material/dialog'), require('@angular/material/button'), require('@angular/material/icon'), require('@maplander/shared'), require('@maplander/static'), require('@angular/material/chips'), require('@angular/material/button-toggle'), require('@angular/material/form-field'), require('@angular/material/select'), require('@angular/material/divider'), require('@angular/material/core'), require('@angular/material'), require('rxjs/internal-compatibility'), require('rxjs/operators'), require('@maplander/core'), require('@angular/cdk/layout'), require('@angular/material-moment-adapter'), require('moment'), require('@angular/common/http'), require('@angular/platform-browser'), require('@angular/material/datepicker'), require('@angular/material/input'), require('@angular/material/checkbox'), require('@angular/material/radio'), require('@angular/material/sidenav'), require('@angular/material/tabs'), require('@angular/material/toolbar'), require('@angular/material/tooltip'), require('@ecodev/fab-speed-dial'), require('@angular/cdk/drag-drop'), require('@angular/cdk/overlay'), require('@angular/router')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@maplander/components', ['exports', '@angular/core', '@angular/common', '@maplander/types', '@angular/forms', 'rxjs', '@angular/material/dialog', '@angular/material/button', '@angular/material/icon', '@maplander/shared', '@maplander/static', '@angular/material/chips', '@angular/material/button-toggle', '@angular/material/form-field', '@angular/material/select', '@angular/material/divider', '@angular/material/core', '@angular/material', 'rxjs/internal-compatibility', 'rxjs/operators', '@maplander/core', '@angular/cdk/layout', '@angular/material-moment-adapter', 'moment', '@angular/common/http', '@angular/platform-browser', '@angular/material/datepicker', '@angular/material/input', '@angular/material/checkbox', '@angular/material/radio', '@angular/material/sidenav', '@angular/material/tabs', '@angular/material/toolbar', '@angular/material/tooltip', '@ecodev/fab-speed-dial', '@angular/cdk/drag-drop', '@angular/cdk/overlay', '@angular/router'], factory) :
|
|
4
|
-
(global = global || self, factory((global.maplander = global.maplander || {}, global.maplander.components = {}), global.ng.core, global.ng.common, global['@maplander/types'], global['@angular/forms'], global.rxjs, global.ng.material.dialog, global.ng.material.button, global.ng.material.icon, global['@maplander/shared'], global['@maplander/static'], global.ng.material.chips, global.ng.material['button-toggle'], global.ng.material['form-field'], global.ng.material.select, global.ng.material.divider, global.ng.material.core, global['@angular/material'], global.rxjs['internal-compatibility'], global.rxjs.operators, global['@maplander/core'], global.ng.cdk.layout, global['
|
|
4
|
+
(global = global || self, factory((global.maplander = global.maplander || {}, global.maplander.components = {}), global.ng.core, global.ng.common, global['@maplander/types'], global['@angular/forms'], global.rxjs, global.ng.material.dialog, global.ng.material.button, global.ng.material.icon, global['@maplander/shared'], global['@maplander/static'], global.ng.material.chips, global.ng.material['button-toggle'], global.ng.material['form-field'], global.ng.material.select, global.ng.material.divider, global.ng.material.core, global['@angular/material'], global.rxjs['internal-compatibility'], global.rxjs.operators, global['@maplander/core'], global.ng.cdk.layout, global['8']['2']['3'], global.moment, global.ng.common.http, global.ng.platformBrowser, global.ng.material.datepicker, global.ng.material.input, global.ng.material.checkbox, global.ng.material.radio, global.ng.material.sidenav, global.ng.material.tabs, global.ng.material.toolbar, global.ng.material.tooltip, global['@ecodev/fab-speed-dial'], global.ng.cdk['drag-drop'], global.ng.cdk.overlay, global.ng.router));
|
|
5
5
|
}(this, (function (exports, core, common, types, forms, rxjs, dialog, button, icon, shared, _static, chips, buttonToggle, formField, select, divider, core$1, material, internalCompatibility, operators, core$2, layout, materialMomentAdapter, momentImported, http, platformBrowser, datepicker, input, checkbox, radio, sidenav, tabs, toolbar, tooltip, fabSpeedDial, dragDrop, overlay, router) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
|
-
Copyright (c) Microsoft Corporation.
|
|
8
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
9
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
10
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
11
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
9
12
|
|
|
10
|
-
|
|
11
|
-
|
|
13
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
15
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
16
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
12
17
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
16
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
17
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
18
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
19
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
18
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
19
|
+
and limitations under the License.
|
|
20
20
|
***************************************************************************** */
|
|
21
21
|
/* global Reflect, Promise */
|
|
22
22
|
|
|
23
|
-
var extendStatics =
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
27
|
-
return extendStatics(d, b);
|
|
28
|
-
};
|
|
23
|
+
var extendStatics = Object.setPrototypeOf ||
|
|
24
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
25
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
29
26
|
|
|
30
27
|
function __extends(d, b) {
|
|
31
28
|
extendStatics(d, b);
|
|
@@ -33,199 +30,27 @@
|
|
|
33
30
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
34
31
|
}
|
|
35
32
|
|
|
36
|
-
var __assign = function() {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
41
|
-
}
|
|
42
|
-
return t;
|
|
43
|
-
};
|
|
44
|
-
return __assign.apply(this, arguments);
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
function __rest(s, e) {
|
|
48
|
-
var t = {};
|
|
49
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
50
|
-
t[p] = s[p];
|
|
51
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
52
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
53
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
54
|
-
t[p[i]] = s[p[i]];
|
|
55
|
-
}
|
|
56
|
-
return t;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
function __decorate(decorators, target, key, desc) {
|
|
60
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
61
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
62
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
63
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
function __param(paramIndex, decorator) {
|
|
67
|
-
return function (target, key) { decorator(target, key, paramIndex); }
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
function __metadata(metadataKey, metadataValue) {
|
|
71
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
function __awaiter(thisArg, _arguments, P, generator) {
|
|
75
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
76
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
77
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
78
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
79
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
80
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
81
|
-
});
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
function __generator(thisArg, body) {
|
|
85
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
86
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
87
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
88
|
-
function step(op) {
|
|
89
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
90
|
-
while (_) try {
|
|
91
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
92
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
93
|
-
switch (op[0]) {
|
|
94
|
-
case 0: case 1: t = op; break;
|
|
95
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
96
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
97
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
98
|
-
default:
|
|
99
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
100
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
101
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
102
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
103
|
-
if (t[2]) _.ops.pop();
|
|
104
|
-
_.trys.pop(); continue;
|
|
105
|
-
}
|
|
106
|
-
op = body.call(thisArg, _);
|
|
107
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
108
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
33
|
+
var __assign = Object.assign || function __assign(t) {
|
|
34
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
35
|
+
s = arguments[i];
|
|
36
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
109
37
|
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
function __createBinding(o, m, k, k2) {
|
|
113
|
-
if (k2 === undefined) k2 = k;
|
|
114
|
-
o[k2] = m[k];
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
function __exportStar(m, exports) {
|
|
118
|
-
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
119
|
-
}
|
|
38
|
+
return t;
|
|
39
|
+
};
|
|
120
40
|
|
|
121
41
|
function __values(o) {
|
|
122
|
-
var
|
|
42
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator], i = 0;
|
|
123
43
|
if (m) return m.call(o);
|
|
124
|
-
|
|
44
|
+
return {
|
|
125
45
|
next: function () {
|
|
126
46
|
if (o && i >= o.length) o = void 0;
|
|
127
47
|
return { value: o && o[i++], done: !o };
|
|
128
48
|
}
|
|
129
49
|
};
|
|
130
|
-
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
function __read(o, n) {
|
|
134
|
-
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
135
|
-
if (!m) return o;
|
|
136
|
-
var i = m.call(o), r, ar = [], e;
|
|
137
|
-
try {
|
|
138
|
-
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
139
|
-
}
|
|
140
|
-
catch (error) { e = { error: error }; }
|
|
141
|
-
finally {
|
|
142
|
-
try {
|
|
143
|
-
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
144
|
-
}
|
|
145
|
-
finally { if (e) throw e.error; }
|
|
146
|
-
}
|
|
147
|
-
return ar;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
function __spread() {
|
|
151
|
-
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
152
|
-
ar = ar.concat(__read(arguments[i]));
|
|
153
|
-
return ar;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
function __spreadArrays() {
|
|
157
|
-
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
|
|
158
|
-
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
159
|
-
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
160
|
-
r[k] = a[j];
|
|
161
|
-
return r;
|
|
162
|
-
};
|
|
163
|
-
|
|
164
|
-
function __await(v) {
|
|
165
|
-
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
169
|
-
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
170
|
-
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
171
|
-
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
172
|
-
function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
173
|
-
function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
|
|
174
|
-
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
175
|
-
function fulfill(value) { resume("next", value); }
|
|
176
|
-
function reject(value) { resume("throw", value); }
|
|
177
|
-
function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
function __asyncDelegator(o) {
|
|
181
|
-
var i, p;
|
|
182
|
-
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
183
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
function __asyncValues(o) {
|
|
187
|
-
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
188
|
-
var m = o[Symbol.asyncIterator], i;
|
|
189
|
-
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
190
|
-
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
191
|
-
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
function __makeTemplateObject(cooked, raw) {
|
|
195
|
-
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
196
|
-
return cooked;
|
|
197
|
-
};
|
|
198
|
-
|
|
199
|
-
function __importStar(mod) {
|
|
200
|
-
if (mod && mod.__esModule) return mod;
|
|
201
|
-
var result = {};
|
|
202
|
-
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
|
|
203
|
-
result.default = mod;
|
|
204
|
-
return result;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
function __importDefault(mod) {
|
|
208
|
-
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
function __classPrivateFieldGet(receiver, privateMap) {
|
|
212
|
-
if (!privateMap.has(receiver)) {
|
|
213
|
-
throw new TypeError("attempted to get private field on non-instance");
|
|
214
|
-
}
|
|
215
|
-
return privateMap.get(receiver);
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
function __classPrivateFieldSet(receiver, privateMap, value) {
|
|
219
|
-
if (!privateMap.has(receiver)) {
|
|
220
|
-
throw new TypeError("attempted to set private field on non-instance");
|
|
221
|
-
}
|
|
222
|
-
privateMap.set(receiver, value);
|
|
223
|
-
return value;
|
|
224
50
|
}
|
|
225
51
|
|
|
226
52
|
/**
|
|
227
53
|
* @fileoverview added by tsickle
|
|
228
|
-
* Generated from: lib/pipes/address/address-format.pipe.ts
|
|
229
54
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
230
55
|
*/
|
|
231
56
|
var AddressFormatPipe = /** @class */ (function () {
|
|
@@ -287,7 +112,6 @@
|
|
|
287
112
|
|
|
288
113
|
/**
|
|
289
114
|
* @fileoverview added by tsickle
|
|
290
|
-
* Generated from: lib/pipes/address/address-format.module.ts
|
|
291
115
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
292
116
|
*/
|
|
293
117
|
var AddressFormatModule = /** @class */ (function () {
|
|
@@ -325,7 +149,6 @@
|
|
|
325
149
|
|
|
326
150
|
/**
|
|
327
151
|
* @fileoverview added by tsickle
|
|
328
|
-
* Generated from: lib/utils/classes/filters-wrapper.ts
|
|
329
152
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
330
153
|
*/
|
|
331
154
|
var FiltersWrapper = /** @class */ (function () {
|
|
@@ -351,18 +174,10 @@
|
|
|
351
174
|
this._component.close();
|
|
352
175
|
};
|
|
353
176
|
return FiltersWrapper;
|
|
354
|
-
}());
|
|
355
|
-
if (false) {
|
|
356
|
-
/**
|
|
357
|
-
* @type {?}
|
|
358
|
-
* @private
|
|
359
|
-
*/
|
|
360
|
-
FiltersWrapper.prototype._component;
|
|
361
|
-
}
|
|
177
|
+
}());
|
|
362
178
|
|
|
363
179
|
/**
|
|
364
180
|
* @fileoverview added by tsickle
|
|
365
|
-
* Generated from: lib/utils/classes/mDate.ts
|
|
366
181
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
367
182
|
*/
|
|
368
183
|
/*
|
|
@@ -685,24 +500,10 @@
|
|
|
685
500
|
return this._timestamp.slice(6, this._timestamp.length);
|
|
686
501
|
};
|
|
687
502
|
return MDate;
|
|
688
|
-
}());
|
|
689
|
-
if (false) {
|
|
690
|
-
/**
|
|
691
|
-
* @type {?}
|
|
692
|
-
* @private
|
|
693
|
-
*/
|
|
694
|
-
MDate.prototype._timestamp;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
/**
|
|
698
|
-
* @fileoverview added by tsickle
|
|
699
|
-
* Generated from: lib/utils/classes/index.ts
|
|
700
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
701
|
-
*/
|
|
503
|
+
}());
|
|
702
504
|
|
|
703
505
|
/**
|
|
704
506
|
* @fileoverview added by tsickle
|
|
705
|
-
* Generated from: lib/pipes/format-date/format-date.pipe.ts
|
|
706
507
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
707
508
|
*/
|
|
708
509
|
var FormatDatePipe = /** @class */ (function () {
|
|
@@ -740,7 +541,6 @@
|
|
|
740
541
|
|
|
741
542
|
/**
|
|
742
543
|
* @fileoverview added by tsickle
|
|
743
|
-
* Generated from: lib/pipes/format-date/format-date.module.ts
|
|
744
544
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
745
545
|
*/
|
|
746
546
|
var FormatDateModule = /** @class */ (function () {
|
|
@@ -778,70 +578,68 @@
|
|
|
778
578
|
|
|
779
579
|
/**
|
|
780
580
|
* @fileoverview added by tsickle
|
|
781
|
-
* Generated from: lib/utils/enums/amenity-name.ts
|
|
782
581
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
783
582
|
*/
|
|
784
583
|
/** @enum {string} */
|
|
785
584
|
var AmenityName = {
|
|
786
|
-
AdjacentCommerce:
|
|
787
|
-
AdjacentGym:
|
|
788
|
-
AdjacentPicnic:
|
|
789
|
-
AirConditioner:
|
|
790
|
-
Balcony:
|
|
791
|
-
CustomerParking:
|
|
792
|
-
DiningRoom:
|
|
793
|
-
DoubleHeight:
|
|
794
|
-
DressingRooms:
|
|
795
|
-
FacingStreet:
|
|
796
|
-
Finishings:
|
|
797
|
-
Furnished:
|
|
798
|
-
Garden:
|
|
799
|
-
Gym:
|
|
800
|
-
HighResistanceFloors:
|
|
801
|
-
HighSpeedInternet:
|
|
802
|
-
InCommercialArea:
|
|
803
|
-
InIndustrialPark:
|
|
804
|
-
InShoppingCenter:
|
|
805
|
-
Jacuzzi:
|
|
806
|
-
KitchenServices:
|
|
807
|
-
MaidsBathroom:
|
|
808
|
-
ManeuverArea:
|
|
809
|
-
MeetingRoom:
|
|
810
|
-
Mezzanine:
|
|
811
|
-
MixedBuilding:
|
|
812
|
-
NaturalLighting:
|
|
813
|
-
Offices:
|
|
814
|
-
OpenSpace:
|
|
815
|
-
Platforms:
|
|
816
|
-
Playground:
|
|
817
|
-
Playroom:
|
|
818
|
-
Pool:
|
|
819
|
-
RailSpur:
|
|
820
|
-
RailYard:
|
|
821
|
-
Reception:
|
|
822
|
-
SecurityGuard:
|
|
823
|
-
Storage:
|
|
824
|
-
VisitorParking:
|
|
825
|
-
NearPublicTransportation:
|
|
826
|
-
NearShops:
|
|
827
|
-
OnBusyRoad:
|
|
828
|
-
CountrySide:
|
|
829
|
-
Downtown:
|
|
830
|
-
GoodReachableTraffic:
|
|
831
|
-
NearFitnessCentre:
|
|
832
|
-
NearHighway:
|
|
833
|
-
NearHospital:
|
|
834
|
-
NearPark:
|
|
835
|
-
NearSchools:
|
|
836
|
-
OnQuietRoad:
|
|
837
|
-
RoofGarden:
|
|
838
|
-
PetFriendly:
|
|
839
|
-
DifferentAbilities:
|
|
585
|
+
AdjacentCommerce: 'adjacentCommerce',
|
|
586
|
+
AdjacentGym: 'gym',
|
|
587
|
+
AdjacentPicnic: 'adjacentPicnic',
|
|
588
|
+
AirConditioner: 'airConditioner',
|
|
589
|
+
Balcony: 'balcony',
|
|
590
|
+
CustomerParking: 'customerParking',
|
|
591
|
+
DiningRoom: 'diningRoom',
|
|
592
|
+
DoubleHeight: 'doubleHeight',
|
|
593
|
+
DressingRooms: 'dressingRooms',
|
|
594
|
+
FacingStreet: 'facingStreet',
|
|
595
|
+
Finishings: 'finishings',
|
|
596
|
+
Furnished: 'furnished',
|
|
597
|
+
Garden: 'garden',
|
|
598
|
+
Gym: 'gym',
|
|
599
|
+
HighResistanceFloors: 'highResistanceFloors',
|
|
600
|
+
HighSpeedInternet: 'highSpeedInternet',
|
|
601
|
+
InCommercialArea: 'inCommercialArea',
|
|
602
|
+
InIndustrialPark: 'inIndustrialPark',
|
|
603
|
+
InShoppingCenter: 'inShoppingCenter',
|
|
604
|
+
Jacuzzi: 'jacuzzi',
|
|
605
|
+
KitchenServices: 'kitchenServices',
|
|
606
|
+
MaidsBathroom: 'maidsBathroom',
|
|
607
|
+
ManeuverArea: 'maneuverArea',
|
|
608
|
+
MeetingRoom: 'meetingRoom',
|
|
609
|
+
Mezzanine: 'mezzanine',
|
|
610
|
+
MixedBuilding: 'mixedBuilding',
|
|
611
|
+
NaturalLighting: 'naturalLighting',
|
|
612
|
+
Offices: 'offices',
|
|
613
|
+
OpenSpace: 'openSpace',
|
|
614
|
+
Platforms: 'platforms',
|
|
615
|
+
Playground: 'playground',
|
|
616
|
+
Playroom: 'playroom',
|
|
617
|
+
Pool: 'pool',
|
|
618
|
+
RailSpur: 'railSpur',
|
|
619
|
+
RailYard: 'maneuverArea',
|
|
620
|
+
Reception: 'reception',
|
|
621
|
+
SecurityGuard: 'securityGuard',
|
|
622
|
+
Storage: 'storage',
|
|
623
|
+
VisitorParking: 'visitorParking',
|
|
624
|
+
NearPublicTransportation: 'nearPublicTransportation',
|
|
625
|
+
NearShops: 'nearShops',
|
|
626
|
+
OnBusyRoad: 'onBusyRoad',
|
|
627
|
+
CountrySide: 'countrySide',
|
|
628
|
+
Downtown: 'downtown',
|
|
629
|
+
GoodReachableTraffic: 'goodReachableTraffic',
|
|
630
|
+
NearFitnessCentre: 'nearFitnessCentre',
|
|
631
|
+
NearHighway: 'nearHighway',
|
|
632
|
+
NearHospital: 'nearHospital',
|
|
633
|
+
NearPark: 'nearPark',
|
|
634
|
+
NearSchools: 'nearSchools',
|
|
635
|
+
OnQuietRoad: 'onQuietRoad',
|
|
636
|
+
RoofGarden: 'roofGarden',
|
|
637
|
+
PetFriendly: 'petFriendly',
|
|
638
|
+
DifferentAbilities: 'differentAbilities',
|
|
840
639
|
};
|
|
841
640
|
|
|
842
641
|
/**
|
|
843
642
|
* @fileoverview added by tsickle
|
|
844
|
-
* Generated from: lib/constantsComponents.ts
|
|
845
643
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
846
644
|
*/
|
|
847
645
|
var ConstantsComponents = /** @class */ (function () {
|
|
@@ -1369,45 +1167,10 @@
|
|
|
1369
1167
|
{ icon: 'draft', name: 'Borrador', value: types.StatusTypeEnum.DRAFT }
|
|
1370
1168
|
];
|
|
1371
1169
|
return ConstantsComponents;
|
|
1372
|
-
}());
|
|
1373
|
-
if (false) {
|
|
1374
|
-
/** @type {?} */
|
|
1375
|
-
ConstantsComponents.Amenities;
|
|
1376
|
-
/** @type {?} */
|
|
1377
|
-
ConstantsComponents.DurationList;
|
|
1378
|
-
/** @type {?} */
|
|
1379
|
-
ConstantsComponents.CommissionList;
|
|
1380
|
-
/** @type {?} */
|
|
1381
|
-
ConstantsComponents.SharedCommissionList;
|
|
1382
|
-
/** @type {?} */
|
|
1383
|
-
ConstantsComponents.LandUseList;
|
|
1384
|
-
/** @type {?} */
|
|
1385
|
-
ConstantsComponents.AnnounceCheckList;
|
|
1386
|
-
/** @type {?} */
|
|
1387
|
-
ConstantsComponents.DocumentsList;
|
|
1388
|
-
/** @type {?} */
|
|
1389
|
-
ConstantsComponents.BedroomList;
|
|
1390
|
-
/** @type {?} */
|
|
1391
|
-
ConstantsComponents.BathroomList;
|
|
1392
|
-
/** @type {?} */
|
|
1393
|
-
ConstantsComponents.ParkingSpacesList;
|
|
1394
|
-
/** @type {?} */
|
|
1395
|
-
ConstantsComponents.SurfaceList;
|
|
1396
|
-
/** @type {?} */
|
|
1397
|
-
ConstantsComponents.ROIList;
|
|
1398
|
-
/** @type {?} */
|
|
1399
|
-
ConstantsComponents.PropertyTypeList;
|
|
1400
|
-
/** @type {?} */
|
|
1401
|
-
ConstantsComponents.OfferingTypeList;
|
|
1402
|
-
/** @type {?} */
|
|
1403
|
-
ConstantsComponents.LocateList;
|
|
1404
|
-
/** @type {?} */
|
|
1405
|
-
ConstantsComponents.PropertyStatusList;
|
|
1406
|
-
}
|
|
1170
|
+
}());
|
|
1407
1171
|
|
|
1408
1172
|
/**
|
|
1409
1173
|
* @fileoverview added by tsickle
|
|
1410
|
-
* Generated from: lib/utils.ts
|
|
1411
1174
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1412
1175
|
*/
|
|
1413
1176
|
var Utils = /** @class */ (function () {
|
|
@@ -1685,7 +1448,6 @@
|
|
|
1685
1448
|
|
|
1686
1449
|
/**
|
|
1687
1450
|
* @fileoverview added by tsickle
|
|
1688
|
-
* Generated from: lib/pipes/marker-price/marker-price.pipe.ts
|
|
1689
1451
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1690
1452
|
*/
|
|
1691
1453
|
var MarkerPricePipe = /** @class */ (function () {
|
|
@@ -1741,7 +1503,6 @@
|
|
|
1741
1503
|
|
|
1742
1504
|
/**
|
|
1743
1505
|
* @fileoverview added by tsickle
|
|
1744
|
-
* Generated from: lib/pipes/marker-price/marker-price.module.ts
|
|
1745
1506
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1746
1507
|
*/
|
|
1747
1508
|
var MarkerPriceModule = /** @class */ (function () {
|
|
@@ -1779,7 +1540,6 @@
|
|
|
1779
1540
|
|
|
1780
1541
|
/**
|
|
1781
1542
|
* @fileoverview added by tsickle
|
|
1782
|
-
* Generated from: lib/pipes/offering-type/offering-type.pipe.ts
|
|
1783
1543
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1784
1544
|
*/
|
|
1785
1545
|
var OfferingTypePipe = /** @class */ (function () {
|
|
@@ -1819,7 +1579,6 @@
|
|
|
1819
1579
|
|
|
1820
1580
|
/**
|
|
1821
1581
|
* @fileoverview added by tsickle
|
|
1822
|
-
* Generated from: lib/pipes/offering-type/offering-type.module.ts
|
|
1823
1582
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1824
1583
|
*/
|
|
1825
1584
|
var OfferingTypeModule = /** @class */ (function () {
|
|
@@ -1857,7 +1616,6 @@
|
|
|
1857
1616
|
|
|
1858
1617
|
/**
|
|
1859
1618
|
* @fileoverview added by tsickle
|
|
1860
|
-
* Generated from: lib/pipes/property-type/property-type.pipe.ts
|
|
1861
1619
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1862
1620
|
*/
|
|
1863
1621
|
var PropertyTypePipe = /** @class */ (function () {
|
|
@@ -1897,7 +1655,6 @@
|
|
|
1897
1655
|
|
|
1898
1656
|
/**
|
|
1899
1657
|
* @fileoverview added by tsickle
|
|
1900
|
-
* Generated from: lib/pipes/property-type/property-type.module.ts
|
|
1901
1658
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1902
1659
|
*/
|
|
1903
1660
|
var PropertyTypeModule = /** @class */ (function () {
|
|
@@ -1935,13 +1692,6 @@
|
|
|
1935
1692
|
|
|
1936
1693
|
/**
|
|
1937
1694
|
* @fileoverview added by tsickle
|
|
1938
|
-
* Generated from: lib/pipes/index.ts
|
|
1939
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1940
|
-
*/
|
|
1941
|
-
|
|
1942
|
-
/**
|
|
1943
|
-
* @fileoverview added by tsickle
|
|
1944
|
-
* Generated from: lib/directives/format-price/format-price.directive.ts
|
|
1945
1695
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1946
1696
|
*/
|
|
1947
1697
|
var FormatPriceDirective = /** @class */ (function () {
|
|
@@ -2097,42 +1847,10 @@
|
|
|
2097
1847
|
currency: [{ type: core.Input }]
|
|
2098
1848
|
};
|
|
2099
1849
|
return FormatPriceDirective;
|
|
2100
|
-
}());
|
|
2101
|
-
if (false) {
|
|
2102
|
-
/** @type {?} */
|
|
2103
|
-
FormatPriceDirective.prototype.control;
|
|
2104
|
-
/** @type {?} */
|
|
2105
|
-
FormatPriceDirective.prototype.currency;
|
|
2106
|
-
/**
|
|
2107
|
-
* @type {?}
|
|
2108
|
-
* @private
|
|
2109
|
-
*/
|
|
2110
|
-
FormatPriceDirective.prototype._el;
|
|
2111
|
-
/**
|
|
2112
|
-
* @type {?}
|
|
2113
|
-
* @private
|
|
2114
|
-
*/
|
|
2115
|
-
FormatPriceDirective.prototype._value;
|
|
2116
|
-
/**
|
|
2117
|
-
* @type {?}
|
|
2118
|
-
* @private
|
|
2119
|
-
*/
|
|
2120
|
-
FormatPriceDirective.prototype._subscription;
|
|
2121
|
-
/**
|
|
2122
|
-
* @type {?}
|
|
2123
|
-
* @private
|
|
2124
|
-
*/
|
|
2125
|
-
FormatPriceDirective.prototype._elRef;
|
|
2126
|
-
/**
|
|
2127
|
-
* @type {?}
|
|
2128
|
-
* @private
|
|
2129
|
-
*/
|
|
2130
|
-
FormatPriceDirective.prototype._currency;
|
|
2131
|
-
}
|
|
1850
|
+
}());
|
|
2132
1851
|
|
|
2133
1852
|
/**
|
|
2134
1853
|
* @fileoverview added by tsickle
|
|
2135
|
-
* Generated from: lib/directives/format-price/format-price.module.ts
|
|
2136
1854
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2137
1855
|
*/
|
|
2138
1856
|
var FormatPriceModule = /** @class */ (function () {
|
|
@@ -2171,7 +1889,6 @@
|
|
|
2171
1889
|
|
|
2172
1890
|
/**
|
|
2173
1891
|
* @fileoverview added by tsickle
|
|
2174
|
-
* Generated from: lib/directives/image-error/image-error.directive.ts
|
|
2175
1892
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2176
1893
|
*/
|
|
2177
1894
|
var ImageErrorDirective = /** @class */ (function () {
|
|
@@ -2259,35 +1976,10 @@
|
|
|
2259
1976
|
typeImage: [{ type: core.Input }]
|
|
2260
1977
|
};
|
|
2261
1978
|
return ImageErrorDirective;
|
|
2262
|
-
}());
|
|
2263
|
-
if (false) {
|
|
2264
|
-
/** @type {?} */
|
|
2265
|
-
ImageErrorDirective.prototype.typeImage;
|
|
2266
|
-
/**
|
|
2267
|
-
* @type {?}
|
|
2268
|
-
* @private
|
|
2269
|
-
*/
|
|
2270
|
-
ImageErrorDirective.prototype._el;
|
|
2271
|
-
/**
|
|
2272
|
-
* @type {?}
|
|
2273
|
-
* @private
|
|
2274
|
-
*/
|
|
2275
|
-
ImageErrorDirective.prototype._onError;
|
|
2276
|
-
/**
|
|
2277
|
-
* @type {?}
|
|
2278
|
-
* @private
|
|
2279
|
-
*/
|
|
2280
|
-
ImageErrorDirective.prototype.CDN_URL;
|
|
2281
|
-
/**
|
|
2282
|
-
* @type {?}
|
|
2283
|
-
* @private
|
|
2284
|
-
*/
|
|
2285
|
-
ImageErrorDirective.prototype._ref;
|
|
2286
|
-
}
|
|
1979
|
+
}());
|
|
2287
1980
|
|
|
2288
1981
|
/**
|
|
2289
1982
|
* @fileoverview added by tsickle
|
|
2290
|
-
* Generated from: lib/directives/image-error/image-error.module.ts
|
|
2291
1983
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2292
1984
|
*/
|
|
2293
1985
|
var ImageErrorModule = /** @class */ (function () {
|
|
@@ -2311,13 +2003,6 @@
|
|
|
2311
2003
|
|
|
2312
2004
|
/**
|
|
2313
2005
|
* @fileoverview added by tsickle
|
|
2314
|
-
* Generated from: lib/directives/index.ts
|
|
2315
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2316
|
-
*/
|
|
2317
|
-
|
|
2318
|
-
/**
|
|
2319
|
-
* @fileoverview added by tsickle
|
|
2320
|
-
* Generated from: lib/components/document-visor/document-visor.component.ts
|
|
2321
2006
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2322
2007
|
*/
|
|
2323
2008
|
var DocumentVisorComponent = /** @class */ (function () {
|
|
@@ -2392,25 +2077,10 @@
|
|
|
2392
2077
|
{ type: dialog.MatDialogRef }
|
|
2393
2078
|
]; };
|
|
2394
2079
|
return DocumentVisorComponent;
|
|
2395
|
-
}());
|
|
2396
|
-
if (false) {
|
|
2397
|
-
/** @type {?} */
|
|
2398
|
-
DocumentVisorComponent.prototype.url;
|
|
2399
|
-
/**
|
|
2400
|
-
* @type {?}
|
|
2401
|
-
* @private
|
|
2402
|
-
*/
|
|
2403
|
-
DocumentVisorComponent.prototype._data;
|
|
2404
|
-
/**
|
|
2405
|
-
* @type {?}
|
|
2406
|
-
* @private
|
|
2407
|
-
*/
|
|
2408
|
-
DocumentVisorComponent.prototype._dialog;
|
|
2409
|
-
}
|
|
2080
|
+
}());
|
|
2410
2081
|
|
|
2411
2082
|
/**
|
|
2412
2083
|
* @fileoverview added by tsickle
|
|
2413
|
-
* Generated from: lib/components/document-visor/document-visor.service.ts
|
|
2414
2084
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2415
2085
|
*/
|
|
2416
2086
|
var DocumentVisorService = /** @class */ (function () {
|
|
@@ -2440,18 +2110,10 @@
|
|
|
2440
2110
|
{ type: dialog.MatDialog }
|
|
2441
2111
|
]; };
|
|
2442
2112
|
return DocumentVisorService;
|
|
2443
|
-
}());
|
|
2444
|
-
if (false) {
|
|
2445
|
-
/**
|
|
2446
|
-
* @type {?}
|
|
2447
|
-
* @private
|
|
2448
|
-
*/
|
|
2449
|
-
DocumentVisorService.prototype._dialog;
|
|
2450
|
-
}
|
|
2113
|
+
}());
|
|
2451
2114
|
|
|
2452
2115
|
/**
|
|
2453
2116
|
* @fileoverview added by tsickle
|
|
2454
|
-
* Generated from: lib/components/document-visor/document-visor.module.ts
|
|
2455
2117
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2456
2118
|
*/
|
|
2457
2119
|
/** @type {?} */
|
|
@@ -2500,31 +2162,23 @@
|
|
|
2500
2162
|
|
|
2501
2163
|
/**
|
|
2502
2164
|
* @fileoverview added by tsickle
|
|
2503
|
-
* Generated from: lib/components/document-visor/index.ts
|
|
2504
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2505
|
-
*/
|
|
2506
|
-
|
|
2507
|
-
/**
|
|
2508
|
-
* @fileoverview added by tsickle
|
|
2509
|
-
* Generated from: lib/utils/enums/filter-chip-type.ts
|
|
2510
2165
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2511
2166
|
*/
|
|
2512
2167
|
/** @enum {string} */
|
|
2513
2168
|
var FilterChipType = {
|
|
2514
|
-
OFFERING:
|
|
2515
|
-
PROPERTY_TYPE:
|
|
2516
|
-
PRICE:
|
|
2517
|
-
BEDROOMS:
|
|
2518
|
-
BATHROOMS:
|
|
2519
|
-
PARKING_PLACES:
|
|
2520
|
-
SURFACE:
|
|
2521
|
-
AMENITIES:
|
|
2522
|
-
LISTING:
|
|
2169
|
+
OFFERING: 'OFFERING',
|
|
2170
|
+
PROPERTY_TYPE: 'PROPERTY_TYPE',
|
|
2171
|
+
PRICE: 'PRICE',
|
|
2172
|
+
BEDROOMS: 'BEDROOMS',
|
|
2173
|
+
BATHROOMS: 'BATHROOMS',
|
|
2174
|
+
PARKING_PLACES: 'PARKING_PLACES',
|
|
2175
|
+
SURFACE: 'SURFACE',
|
|
2176
|
+
AMENITIES: 'AMENITIES',
|
|
2177
|
+
LISTING: 'LISTING',
|
|
2523
2178
|
};
|
|
2524
2179
|
|
|
2525
2180
|
/**
|
|
2526
2181
|
* @fileoverview added by tsickle
|
|
2527
|
-
* Generated from: lib/utils/enums/filters-change-type.ts
|
|
2528
2182
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2529
2183
|
*/
|
|
2530
2184
|
/** @enum {number} */
|
|
@@ -2543,7 +2197,6 @@
|
|
|
2543
2197
|
|
|
2544
2198
|
/**
|
|
2545
2199
|
* @fileoverview added by tsickle
|
|
2546
|
-
* Generated from: lib/components/filters/token.ts
|
|
2547
2200
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2548
2201
|
*/
|
|
2549
2202
|
/** @type {?} */
|
|
@@ -2551,7 +2204,6 @@
|
|
|
2551
2204
|
|
|
2552
2205
|
/**
|
|
2553
2206
|
* @fileoverview added by tsickle
|
|
2554
|
-
* Generated from: lib/components/filters/filters.service.ts
|
|
2555
2207
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2556
2208
|
*/
|
|
2557
2209
|
var FiltersService = /** @class */ (function () {
|
|
@@ -2646,33 +2298,10 @@
|
|
|
2646
2298
|
{ type: Boolean, decorators: [{ type: core.Optional }, { type: core.Inject, args: [FILTERS_TOKEN,] }] }
|
|
2647
2299
|
]; };
|
|
2648
2300
|
return FiltersService;
|
|
2649
|
-
}());
|
|
2650
|
-
if (false) {
|
|
2651
|
-
/**
|
|
2652
|
-
* @type {?}
|
|
2653
|
-
* @private
|
|
2654
|
-
*/
|
|
2655
|
-
FiltersService.FILTERS_SAVED_KEY;
|
|
2656
|
-
/**
|
|
2657
|
-
* @type {?}
|
|
2658
|
-
* @private
|
|
2659
|
-
*/
|
|
2660
|
-
FiltersService.prototype._notifier;
|
|
2661
|
-
/**
|
|
2662
|
-
* @type {?}
|
|
2663
|
-
* @private
|
|
2664
|
-
*/
|
|
2665
|
-
FiltersService.prototype._startComponent;
|
|
2666
|
-
/**
|
|
2667
|
-
* @type {?}
|
|
2668
|
-
* @private
|
|
2669
|
-
*/
|
|
2670
|
-
FiltersService.prototype._config;
|
|
2671
|
-
}
|
|
2301
|
+
}());
|
|
2672
2302
|
|
|
2673
2303
|
/**
|
|
2674
2304
|
* @fileoverview added by tsickle
|
|
2675
|
-
* Generated from: lib/components/fab-filters/fab-filters.component.ts
|
|
2676
2305
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2677
2306
|
*/
|
|
2678
2307
|
var FabFiltersComponent = /** @class */ (function () {
|
|
@@ -2973,54 +2602,10 @@
|
|
|
2973
2602
|
mlsLabel: [{ type: core.Input }]
|
|
2974
2603
|
};
|
|
2975
2604
|
return FabFiltersComponent;
|
|
2976
|
-
}());
|
|
2977
|
-
if (false) {
|
|
2978
|
-
/** @type {?} */
|
|
2979
|
-
FabFiltersComponent.prototype.isOPI;
|
|
2980
|
-
/** @type {?} */
|
|
2981
|
-
FabFiltersComponent.prototype.mlsLabel;
|
|
2982
|
-
/**
|
|
2983
|
-
* @type {?}
|
|
2984
|
-
* @private
|
|
2985
|
-
*/
|
|
2986
|
-
FabFiltersComponent.prototype.METERS_TO_SQ;
|
|
2987
|
-
/**
|
|
2988
|
-
* @type {?}
|
|
2989
|
-
* @private
|
|
2990
|
-
*/
|
|
2991
|
-
FabFiltersComponent.prototype._filter;
|
|
2992
|
-
/**
|
|
2993
|
-
* @type {?}
|
|
2994
|
-
* @private
|
|
2995
|
-
*/
|
|
2996
|
-
FabFiltersComponent.prototype._wrapper;
|
|
2997
|
-
/**
|
|
2998
|
-
* @type {?}
|
|
2999
|
-
* @private
|
|
3000
|
-
*/
|
|
3001
|
-
FabFiltersComponent.prototype._subscription;
|
|
3002
|
-
/** @type {?} */
|
|
3003
|
-
FabFiltersComponent.prototype.chips;
|
|
3004
|
-
/**
|
|
3005
|
-
* @type {?}
|
|
3006
|
-
* @private
|
|
3007
|
-
*/
|
|
3008
|
-
FabFiltersComponent.prototype._currency;
|
|
3009
|
-
/**
|
|
3010
|
-
* @type {?}
|
|
3011
|
-
* @private
|
|
3012
|
-
*/
|
|
3013
|
-
FabFiltersComponent.prototype._offeringPipe;
|
|
3014
|
-
/**
|
|
3015
|
-
* @type {?}
|
|
3016
|
-
* @private
|
|
3017
|
-
*/
|
|
3018
|
-
FabFiltersComponent.prototype._filtersService;
|
|
3019
|
-
}
|
|
2605
|
+
}());
|
|
3020
2606
|
|
|
3021
2607
|
/**
|
|
3022
2608
|
* @fileoverview added by tsickle
|
|
3023
|
-
* Generated from: lib/components/fab-filters/fab-filters.module.ts
|
|
3024
2609
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3025
2610
|
*/
|
|
3026
2611
|
var FabFiltersModule = /** @class */ (function () {
|
|
@@ -3049,13 +2634,6 @@
|
|
|
3049
2634
|
|
|
3050
2635
|
/**
|
|
3051
2636
|
* @fileoverview added by tsickle
|
|
3052
|
-
* Generated from: lib/components/fab-filters/index.ts
|
|
3053
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3054
|
-
*/
|
|
3055
|
-
|
|
3056
|
-
/**
|
|
3057
|
-
* @fileoverview added by tsickle
|
|
3058
|
-
* Generated from: lib/services/currency-converter/currency-converter.service.ts
|
|
3059
2637
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3060
2638
|
*/
|
|
3061
2639
|
var CurrencyConverterService = /** @class */ (function () {
|
|
@@ -3149,13 +2727,6 @@
|
|
|
3149
2727
|
|
|
3150
2728
|
/**
|
|
3151
2729
|
* @fileoverview added by tsickle
|
|
3152
|
-
* Generated from: lib/utils/enums/index.ts
|
|
3153
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3154
|
-
*/
|
|
3155
|
-
|
|
3156
|
-
/**
|
|
3157
|
-
* @fileoverview added by tsickle
|
|
3158
|
-
* Generated from: lib/utils/classes/mUtils.ts
|
|
3159
2730
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3160
2731
|
*/
|
|
3161
2732
|
var MUtils = /** @class */ (function () {
|
|
@@ -3195,7 +2766,6 @@
|
|
|
3195
2766
|
|
|
3196
2767
|
/**
|
|
3197
2768
|
* @fileoverview added by tsickle
|
|
3198
|
-
* Generated from: lib/components/property/validators/remove-error.ts
|
|
3199
2769
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3200
2770
|
*/
|
|
3201
2771
|
/**
|
|
@@ -3219,7 +2789,6 @@
|
|
|
3219
2789
|
|
|
3220
2790
|
/**
|
|
3221
2791
|
* @fileoverview added by tsickle
|
|
3222
|
-
* Generated from: lib/components/property/validators/currency-filter-validator.ts
|
|
3223
2792
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3224
2793
|
*/
|
|
3225
2794
|
/**
|
|
@@ -3255,7 +2824,6 @@
|
|
|
3255
2824
|
|
|
3256
2825
|
/**
|
|
3257
2826
|
* @fileoverview added by tsickle
|
|
3258
|
-
* Generated from: lib/components/filters/filters.component.ts
|
|
3259
2827
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3260
2828
|
*/
|
|
3261
2829
|
var FiltersComponent = /** @class */ (function () {
|
|
@@ -3796,7 +3364,7 @@
|
|
|
3796
3364
|
{ type: core.Component, args: [{
|
|
3797
3365
|
selector: 'lib-filters',
|
|
3798
3366
|
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",
|
|
3799
|
-
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:(
|
|
3367
|
+
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}"]
|
|
3800
3368
|
}] }
|
|
3801
3369
|
];
|
|
3802
3370
|
/** @nocollapse */
|
|
@@ -3812,98 +3380,10 @@
|
|
|
3812
3380
|
utils: [{ type: core.Input }]
|
|
3813
3381
|
};
|
|
3814
3382
|
return FiltersComponent;
|
|
3815
|
-
}());
|
|
3816
|
-
if (false) {
|
|
3817
|
-
/** @type {?} */
|
|
3818
|
-
FiltersComponent.prototype.utils;
|
|
3819
|
-
/**
|
|
3820
|
-
* @type {?}
|
|
3821
|
-
* @private
|
|
3822
|
-
*/
|
|
3823
|
-
FiltersComponent.prototype.METERS_TO_SQ;
|
|
3824
|
-
/**
|
|
3825
|
-
* @type {?}
|
|
3826
|
-
* @private
|
|
3827
|
-
*/
|
|
3828
|
-
FiltersComponent.prototype._tmpMinPriceList;
|
|
3829
|
-
/**
|
|
3830
|
-
* @type {?}
|
|
3831
|
-
* @private
|
|
3832
|
-
*/
|
|
3833
|
-
FiltersComponent.prototype._tmpMaxPriceList;
|
|
3834
|
-
/**
|
|
3835
|
-
* @type {?}
|
|
3836
|
-
* @private
|
|
3837
|
-
*/
|
|
3838
|
-
FiltersComponent.prototype._subscription;
|
|
3839
|
-
/**
|
|
3840
|
-
* @type {?}
|
|
3841
|
-
* @private
|
|
3842
|
-
*/
|
|
3843
|
-
FiltersComponent.prototype._isSharedProperties;
|
|
3844
|
-
/** @type {?} */
|
|
3845
|
-
FiltersComponent.prototype.filtersForm;
|
|
3846
|
-
/** @type {?} */
|
|
3847
|
-
FiltersComponent.prototype.propertyTypeList;
|
|
3848
|
-
/** @type {?} */
|
|
3849
|
-
FiltersComponent.prototype.bedroomsList;
|
|
3850
|
-
/** @type {?} */
|
|
3851
|
-
FiltersComponent.prototype.bathroomsList;
|
|
3852
|
-
/** @type {?} */
|
|
3853
|
-
FiltersComponent.prototype.parkingPlacesList;
|
|
3854
|
-
/** @type {?} */
|
|
3855
|
-
FiltersComponent.prototype.currencyList;
|
|
3856
|
-
/** @type {?} */
|
|
3857
|
-
FiltersComponent.prototype.minPriceList;
|
|
3858
|
-
/** @type {?} */
|
|
3859
|
-
FiltersComponent.prototype.maxPriceList;
|
|
3860
|
-
/** @type {?} */
|
|
3861
|
-
FiltersComponent.prototype.surfaceList;
|
|
3862
|
-
/** @type {?} */
|
|
3863
|
-
FiltersComponent.prototype.roiList;
|
|
3864
|
-
/** @type {?} */
|
|
3865
|
-
FiltersComponent.prototype.propertyTypeSelected;
|
|
3866
|
-
/** @type {?} */
|
|
3867
|
-
FiltersComponent.prototype.filter;
|
|
3868
|
-
/** @type {?} */
|
|
3869
|
-
FiltersComponent.prototype.isOPI;
|
|
3870
|
-
/** @type {?} */
|
|
3871
|
-
FiltersComponent.prototype.surfaceUnitSelected;
|
|
3872
|
-
/**
|
|
3873
|
-
* @type {?}
|
|
3874
|
-
* @private
|
|
3875
|
-
*/
|
|
3876
|
-
FiltersComponent.prototype._config;
|
|
3877
|
-
/**
|
|
3878
|
-
* @type {?}
|
|
3879
|
-
* @private
|
|
3880
|
-
*/
|
|
3881
|
-
FiltersComponent.prototype._render;
|
|
3882
|
-
/**
|
|
3883
|
-
* @type {?}
|
|
3884
|
-
* @private
|
|
3885
|
-
*/
|
|
3886
|
-
FiltersComponent.prototype._ref;
|
|
3887
|
-
/**
|
|
3888
|
-
* @type {?}
|
|
3889
|
-
* @private
|
|
3890
|
-
*/
|
|
3891
|
-
FiltersComponent.prototype._service;
|
|
3892
|
-
/**
|
|
3893
|
-
* @type {?}
|
|
3894
|
-
* @private
|
|
3895
|
-
*/
|
|
3896
|
-
FiltersComponent.prototype._formBuilder;
|
|
3897
|
-
/**
|
|
3898
|
-
* @type {?}
|
|
3899
|
-
* @private
|
|
3900
|
-
*/
|
|
3901
|
-
FiltersComponent.prototype._converter;
|
|
3902
|
-
}
|
|
3383
|
+
}());
|
|
3903
3384
|
|
|
3904
3385
|
/**
|
|
3905
3386
|
* @fileoverview added by tsickle
|
|
3906
|
-
* Generated from: lib/services/currency-converter/currency-converter.module.ts
|
|
3907
3387
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3908
3388
|
*/
|
|
3909
3389
|
var CurrencyConverterModule = /** @class */ (function () {
|
|
@@ -3935,7 +3415,6 @@
|
|
|
3935
3415
|
|
|
3936
3416
|
/**
|
|
3937
3417
|
* @fileoverview added by tsickle
|
|
3938
|
-
* Generated from: lib/components/filters/filters.module.ts
|
|
3939
3418
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3940
3419
|
*/
|
|
3941
3420
|
var FiltersModule = /** @class */ (function () {
|
|
@@ -3994,13 +3473,6 @@
|
|
|
3994
3473
|
|
|
3995
3474
|
/**
|
|
3996
3475
|
* @fileoverview added by tsickle
|
|
3997
|
-
* Generated from: lib/components/filters/index.ts
|
|
3998
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3999
|
-
*/
|
|
4000
|
-
|
|
4001
|
-
/**
|
|
4002
|
-
* @fileoverview added by tsickle
|
|
4003
|
-
* Generated from: lib/components/panorama-visor/panorama-visor.component.ts
|
|
4004
3476
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4005
3477
|
*/
|
|
4006
3478
|
var PanoramaVisorComponent = /** @class */ (function () {
|
|
@@ -4230,7 +3702,7 @@
|
|
|
4230
3702
|
{ type: core.Component, args: [{
|
|
4231
3703
|
selector: 'lib-panorama-visor',
|
|
4232
3704
|
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",
|
|
4233
|
-
styles: [":host{display:block;width:inherit;height:inherit}.panorama-visor{width:100%;padding-bottom:
|
|
3705
|
+
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}"]
|
|
4234
3706
|
}] }
|
|
4235
3707
|
];
|
|
4236
3708
|
/** @nocollapse */
|
|
@@ -4242,41 +3714,10 @@
|
|
|
4242
3714
|
_container: [{ type: core.ViewChild, args: ['container', { static: true },] }]
|
|
4243
3715
|
};
|
|
4244
3716
|
return PanoramaVisorComponent;
|
|
4245
|
-
}());
|
|
4246
|
-
if (false) {
|
|
4247
|
-
/** @type {?} */
|
|
4248
|
-
PanoramaVisorComponent.prototype.url;
|
|
4249
|
-
/**
|
|
4250
|
-
* @type {?}
|
|
4251
|
-
* @private
|
|
4252
|
-
*/
|
|
4253
|
-
PanoramaVisorComponent.prototype._container;
|
|
4254
|
-
/**
|
|
4255
|
-
* @type {?}
|
|
4256
|
-
* @private
|
|
4257
|
-
*/
|
|
4258
|
-
PanoramaVisorComponent.prototype._panorama;
|
|
4259
|
-
/**
|
|
4260
|
-
* @type {?}
|
|
4261
|
-
* @private
|
|
4262
|
-
*/
|
|
4263
|
-
PanoramaVisorComponent.prototype._viewer;
|
|
4264
|
-
/** @type {?} */
|
|
4265
|
-
PanoramaVisorComponent.prototype.isTouch;
|
|
4266
|
-
/** @type {?} */
|
|
4267
|
-
PanoramaVisorComponent.prototype.showPanorama;
|
|
4268
|
-
/** @type {?} */
|
|
4269
|
-
PanoramaVisorComponent.prototype.isFullScreen;
|
|
4270
|
-
/**
|
|
4271
|
-
* @type {?}
|
|
4272
|
-
* @private
|
|
4273
|
-
*/
|
|
4274
|
-
PanoramaVisorComponent.prototype._lazy;
|
|
4275
|
-
}
|
|
3717
|
+
}());
|
|
4276
3718
|
|
|
4277
3719
|
/**
|
|
4278
3720
|
* @fileoverview added by tsickle
|
|
4279
|
-
* Generated from: lib/components/panorama-visor/panorama-visor.module.ts
|
|
4280
3721
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4281
3722
|
*/
|
|
4282
3723
|
var PanoramaVisorModule = /** @class */ (function () {
|
|
@@ -4304,27 +3745,8 @@
|
|
|
4304
3745
|
|
|
4305
3746
|
/**
|
|
4306
3747
|
* @fileoverview added by tsickle
|
|
4307
|
-
* Generated from: lib/components/panorama-visor/index.ts
|
|
4308
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4309
|
-
*/
|
|
4310
|
-
|
|
4311
|
-
/**
|
|
4312
|
-
* @fileoverview added by tsickle
|
|
4313
|
-
* Generated from: lib/components/property/components/multimedia-uploader/multimedia-uploader.component.ts
|
|
4314
3748
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4315
3749
|
*/
|
|
4316
|
-
/**
|
|
4317
|
-
* @record
|
|
4318
|
-
*/
|
|
4319
|
-
function MultimediaUploaderData() { }
|
|
4320
|
-
if (false) {
|
|
4321
|
-
/** @type {?} */
|
|
4322
|
-
MultimediaUploaderData.prototype.currentType;
|
|
4323
|
-
/** @type {?} */
|
|
4324
|
-
MultimediaUploaderData.prototype.multimedia;
|
|
4325
|
-
/** @type {?} */
|
|
4326
|
-
MultimediaUploaderData.prototype.newMedia;
|
|
4327
|
-
}
|
|
4328
3750
|
var MultimediaUploaderComponent = /** @class */ (function () {
|
|
4329
3751
|
function MultimediaUploaderComponent(_data, _dialog) {
|
|
4330
3752
|
this._data = _data;
|
|
@@ -4716,7 +4138,7 @@
|
|
|
4716
4138
|
{ type: core.Component, args: [{
|
|
4717
4139
|
selector: 'lib-property-multimedia-uploader',
|
|
4718
4140
|
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",
|
|
4719
|
-
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:(
|
|
4141
|
+
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}"]
|
|
4720
4142
|
}] }
|
|
4721
4143
|
];
|
|
4722
4144
|
/** @nocollapse */
|
|
@@ -4725,38 +4147,10 @@
|
|
|
4725
4147
|
{ type: dialog.MatDialogRef }
|
|
4726
4148
|
]; };
|
|
4727
4149
|
return MultimediaUploaderComponent;
|
|
4728
|
-
}());
|
|
4729
|
-
if (false) {
|
|
4730
|
-
/** @type {?} */
|
|
4731
|
-
MultimediaUploaderComponent.prototype.fileType;
|
|
4732
|
-
/** @type {?} */
|
|
4733
|
-
MultimediaUploaderComponent.prototype.images;
|
|
4734
|
-
/** @type {?} */
|
|
4735
|
-
MultimediaUploaderComponent.prototype.images360;
|
|
4736
|
-
/** @type {?} */
|
|
4737
|
-
MultimediaUploaderComponent.prototype.videos;
|
|
4738
|
-
/** @type {?} */
|
|
4739
|
-
MultimediaUploaderComponent.prototype.currentIndex;
|
|
4740
|
-
/**
|
|
4741
|
-
* @type {?}
|
|
4742
|
-
* @private
|
|
4743
|
-
*/
|
|
4744
|
-
MultimediaUploaderComponent.prototype._newMedia;
|
|
4745
|
-
/**
|
|
4746
|
-
* @type {?}
|
|
4747
|
-
* @private
|
|
4748
|
-
*/
|
|
4749
|
-
MultimediaUploaderComponent.prototype._data;
|
|
4750
|
-
/**
|
|
4751
|
-
* @type {?}
|
|
4752
|
-
* @private
|
|
4753
|
-
*/
|
|
4754
|
-
MultimediaUploaderComponent.prototype._dialog;
|
|
4755
|
-
}
|
|
4150
|
+
}());
|
|
4756
4151
|
|
|
4757
4152
|
/**
|
|
4758
4153
|
* @fileoverview added by tsickle
|
|
4759
|
-
* Generated from: lib/components/property/components/multimedia-uploader/multimedia-uploader.service.ts
|
|
4760
4154
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4761
4155
|
*/
|
|
4762
4156
|
var MultimediaUploaderService = /** @class */ (function () {
|
|
@@ -4790,18 +4184,10 @@
|
|
|
4790
4184
|
{ type: dialog.MatDialog }
|
|
4791
4185
|
]; };
|
|
4792
4186
|
return MultimediaUploaderService;
|
|
4793
|
-
}());
|
|
4794
|
-
if (false) {
|
|
4795
|
-
/**
|
|
4796
|
-
* @type {?}
|
|
4797
|
-
* @private
|
|
4798
|
-
*/
|
|
4799
|
-
MultimediaUploaderService.prototype._dialog;
|
|
4800
|
-
}
|
|
4187
|
+
}());
|
|
4801
4188
|
|
|
4802
4189
|
/**
|
|
4803
4190
|
* @fileoverview added by tsickle
|
|
4804
|
-
* Generated from: lib/components/property/components/announce-confirm/announce-confirm.component.ts
|
|
4805
4191
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4806
4192
|
*/
|
|
4807
4193
|
var AnnounceConfirmComponent = /** @class */ (function () {
|
|
@@ -4857,22 +4243,10 @@
|
|
|
4857
4243
|
{ type: dialog.MatDialogRef }
|
|
4858
4244
|
]; };
|
|
4859
4245
|
return AnnounceConfirmComponent;
|
|
4860
|
-
}());
|
|
4861
|
-
if (false) {
|
|
4862
|
-
/** @type {?} */
|
|
4863
|
-
AnnounceConfirmComponent.prototype.list;
|
|
4864
|
-
/** @type {?} */
|
|
4865
|
-
AnnounceConfirmComponent.prototype.errorField;
|
|
4866
|
-
/**
|
|
4867
|
-
* @type {?}
|
|
4868
|
-
* @private
|
|
4869
|
-
*/
|
|
4870
|
-
AnnounceConfirmComponent.prototype._dialogRef;
|
|
4871
|
-
}
|
|
4246
|
+
}());
|
|
4872
4247
|
|
|
4873
4248
|
/**
|
|
4874
4249
|
* @fileoverview added by tsickle
|
|
4875
|
-
* Generated from: lib/components/property/components/announce-confirm/announce-confirm.service.ts
|
|
4876
4250
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4877
4251
|
*/
|
|
4878
4252
|
var AnnounceConfirmService = /** @class */ (function () {
|
|
@@ -4899,18 +4273,10 @@
|
|
|
4899
4273
|
{ type: dialog.MatDialog }
|
|
4900
4274
|
]; };
|
|
4901
4275
|
return AnnounceConfirmService;
|
|
4902
|
-
}());
|
|
4903
|
-
if (false) {
|
|
4904
|
-
/**
|
|
4905
|
-
* @type {?}
|
|
4906
|
-
* @private
|
|
4907
|
-
*/
|
|
4908
|
-
AnnounceConfirmService.prototype._dialog;
|
|
4909
|
-
}
|
|
4276
|
+
}());
|
|
4910
4277
|
|
|
4911
4278
|
/**
|
|
4912
4279
|
* @fileoverview added by tsickle
|
|
4913
|
-
* Generated from: lib/components/property/components/gallery/gallery.component.ts
|
|
4914
4280
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4915
4281
|
*/
|
|
4916
4282
|
var GalleryComponent = /** @class */ (function () {
|
|
@@ -5066,7 +4432,7 @@
|
|
|
5066
4432
|
{ type: core.Component, args: [{
|
|
5067
4433
|
selector: 'lib-gallery',
|
|
5068
4434
|
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",
|
|
5069
|
-
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:
|
|
4435
|
+
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}"]
|
|
5070
4436
|
}] }
|
|
5071
4437
|
];
|
|
5072
4438
|
/** @nocollapse */
|
|
@@ -5076,62 +4442,12 @@
|
|
|
5076
4442
|
{ type: layout.BreakpointObserver }
|
|
5077
4443
|
]; };
|
|
5078
4444
|
return GalleryComponent;
|
|
5079
|
-
}());
|
|
5080
|
-
if (false) {
|
|
5081
|
-
/** @type {?} */
|
|
5082
|
-
GalleryComponent.prototype.multimedia;
|
|
5083
|
-
/** @type {?} */
|
|
5084
|
-
GalleryComponent.prototype.sideOpened;
|
|
5085
|
-
/** @type {?} */
|
|
5086
|
-
GalleryComponent.prototype.typeSelected;
|
|
5087
|
-
/** @type {?} */
|
|
5088
|
-
GalleryComponent.prototype.indexSelected;
|
|
5089
|
-
/** @type {?} */
|
|
5090
|
-
GalleryComponent.prototype.count;
|
|
5091
|
-
/**
|
|
5092
|
-
* @type {?}
|
|
5093
|
-
* @private
|
|
5094
|
-
*/
|
|
5095
|
-
GalleryComponent.prototype._mobileVersion;
|
|
5096
|
-
/**
|
|
5097
|
-
* @type {?}
|
|
5098
|
-
* @private
|
|
5099
|
-
*/
|
|
5100
|
-
GalleryComponent.prototype._subscription;
|
|
5101
|
-
/**
|
|
5102
|
-
* @type {?}
|
|
5103
|
-
* @private
|
|
5104
|
-
*/
|
|
5105
|
-
GalleryComponent.prototype._data;
|
|
5106
|
-
/**
|
|
5107
|
-
* @type {?}
|
|
5108
|
-
* @private
|
|
5109
|
-
*/
|
|
5110
|
-
GalleryComponent.prototype._ref;
|
|
5111
|
-
/**
|
|
5112
|
-
* @type {?}
|
|
5113
|
-
* @private
|
|
5114
|
-
*/
|
|
5115
|
-
GalleryComponent.prototype._breakpointObserver;
|
|
5116
|
-
}
|
|
4445
|
+
}());
|
|
5117
4446
|
|
|
5118
4447
|
/**
|
|
5119
4448
|
* @fileoverview added by tsickle
|
|
5120
|
-
* Generated from: lib/components/property/components/gallery/gallery.service.ts
|
|
5121
4449
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5122
4450
|
*/
|
|
5123
|
-
/**
|
|
5124
|
-
* @record
|
|
5125
|
-
*/
|
|
5126
|
-
function GalleryConfig() { }
|
|
5127
|
-
if (false) {
|
|
5128
|
-
/** @type {?} */
|
|
5129
|
-
GalleryConfig.prototype.multimedia;
|
|
5130
|
-
/** @type {?} */
|
|
5131
|
-
GalleryConfig.prototype.indexSelected;
|
|
5132
|
-
/** @type {?} */
|
|
5133
|
-
GalleryConfig.prototype.type;
|
|
5134
|
-
}
|
|
5135
4451
|
var GalleryService = /** @class */ (function () {
|
|
5136
4452
|
function GalleryService(_dialog) {
|
|
5137
4453
|
this._dialog = _dialog;
|
|
@@ -5167,18 +4483,10 @@
|
|
|
5167
4483
|
{ type: dialog.MatDialog }
|
|
5168
4484
|
]; };
|
|
5169
4485
|
return GalleryService;
|
|
5170
|
-
}());
|
|
5171
|
-
if (false) {
|
|
5172
|
-
/**
|
|
5173
|
-
* @type {?}
|
|
5174
|
-
* @private
|
|
5175
|
-
*/
|
|
5176
|
-
GalleryService.prototype._dialog;
|
|
5177
|
-
}
|
|
4486
|
+
}());
|
|
5178
4487
|
|
|
5179
4488
|
/**
|
|
5180
4489
|
* @fileoverview added by tsickle
|
|
5181
|
-
* Generated from: lib/components/property/token.ts
|
|
5182
4490
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5183
4491
|
*/
|
|
5184
4492
|
/** @type {?} */
|
|
@@ -5186,7 +4494,6 @@
|
|
|
5186
4494
|
|
|
5187
4495
|
/**
|
|
5188
4496
|
* @fileoverview added by tsickle
|
|
5189
|
-
* Generated from: lib/components/property/components/stats/stats.component.ts
|
|
5190
4497
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5191
4498
|
*/
|
|
5192
4499
|
var StatsComponent = /** @class */ (function () {
|
|
@@ -5216,7 +4523,7 @@
|
|
|
5216
4523
|
{ type: core.Component, args: [{
|
|
5217
4524
|
selector: 'lib-stats',
|
|
5218
4525
|
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",
|
|
5219
|
-
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}"]
|
|
4526
|
+
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}"]
|
|
5220
4527
|
}] }
|
|
5221
4528
|
];
|
|
5222
4529
|
/** @nocollapse */
|
|
@@ -5225,20 +4532,10 @@
|
|
|
5225
4532
|
{ type: material.MatDialogRef }
|
|
5226
4533
|
]; };
|
|
5227
4534
|
return StatsComponent;
|
|
5228
|
-
}());
|
|
5229
|
-
if (false) {
|
|
5230
|
-
/** @type {?} */
|
|
5231
|
-
StatsComponent.prototype.data;
|
|
5232
|
-
/**
|
|
5233
|
-
* @type {?}
|
|
5234
|
-
* @private
|
|
5235
|
-
*/
|
|
5236
|
-
StatsComponent.prototype._dialogRef;
|
|
5237
|
-
}
|
|
4535
|
+
}());
|
|
5238
4536
|
|
|
5239
4537
|
/**
|
|
5240
4538
|
* @fileoverview added by tsickle
|
|
5241
|
-
* Generated from: lib/components/property/components/stats/stats.service.ts
|
|
5242
4539
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5243
4540
|
*/
|
|
5244
4541
|
var StatsService = /** @class */ (function () {
|
|
@@ -5267,52 +4564,34 @@
|
|
|
5267
4564
|
{ type: material.MatDialog }
|
|
5268
4565
|
]; };
|
|
5269
4566
|
return StatsService;
|
|
5270
|
-
}());
|
|
5271
|
-
if (false) {
|
|
5272
|
-
/**
|
|
5273
|
-
* @type {?}
|
|
5274
|
-
* @private
|
|
5275
|
-
*/
|
|
5276
|
-
StatsService.prototype._dialog;
|
|
5277
|
-
}
|
|
4567
|
+
}());
|
|
5278
4568
|
|
|
5279
4569
|
/**
|
|
5280
4570
|
* @fileoverview added by tsickle
|
|
5281
|
-
* Generated from: lib/components/property/components/property/property.component.ts
|
|
5282
4571
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5283
4572
|
*/
|
|
5284
4573
|
/** @enum {string} */
|
|
5285
4574
|
var PropertyEventType = {
|
|
5286
|
-
CREATE:
|
|
5287
|
-
UPDATE:
|
|
5288
|
-
ANNOUNCE:
|
|
5289
|
-
HIDE:
|
|
5290
|
-
SHOW:
|
|
5291
|
-
ADDRESS:
|
|
5292
|
-
OFFER:
|
|
5293
|
-
FAVORITE:
|
|
5294
|
-
REQUEST_INFO:
|
|
5295
|
-
SHARE:
|
|
5296
|
-
ARCHIVE:
|
|
5297
|
-
REAL_ESTATE_EXCHANGE:
|
|
5298
|
-
SHARE_COMMISSION:
|
|
5299
|
-
BROCHURE:
|
|
5300
|
-
POSTER:
|
|
5301
|
-
CLIENTS:
|
|
5302
|
-
BACK:
|
|
5303
|
-
SHOW_AGENTS:
|
|
5304
|
-
TARPS:
|
|
4575
|
+
CREATE: 'CREATE',
|
|
4576
|
+
UPDATE: 'UPDATE',
|
|
4577
|
+
ANNOUNCE: 'ANNOUNCE',
|
|
4578
|
+
HIDE: 'HIDE',
|
|
4579
|
+
SHOW: 'SHOW',
|
|
4580
|
+
ADDRESS: 'ADDRESS',
|
|
4581
|
+
OFFER: 'OFFER',
|
|
4582
|
+
FAVORITE: 'FAVORITE',
|
|
4583
|
+
REQUEST_INFO: 'REQUEST_INFO',
|
|
4584
|
+
SHARE: 'SHARE',
|
|
4585
|
+
ARCHIVE: 'ARCHIVE',
|
|
4586
|
+
REAL_ESTATE_EXCHANGE: 'REAL_ESTATE_EXCHANGE',
|
|
4587
|
+
SHARE_COMMISSION: 'SHARE_COMMISSION',
|
|
4588
|
+
BROCHURE: 'BROCHURE',
|
|
4589
|
+
POSTER: 'POSTER',
|
|
4590
|
+
CLIENTS: 'CLIENTS',
|
|
4591
|
+
BACK: 'BACK',
|
|
4592
|
+
SHOW_AGENTS: 'SHOW_AGENTS',
|
|
4593
|
+
TARPS: 'TARPS',
|
|
5305
4594
|
};
|
|
5306
|
-
/**
|
|
5307
|
-
* @record
|
|
5308
|
-
*/
|
|
5309
|
-
function PropertyEventChange() { }
|
|
5310
|
-
if (false) {
|
|
5311
|
-
/** @type {?} */
|
|
5312
|
-
PropertyEventChange.prototype.type;
|
|
5313
|
-
/** @type {?|undefined} */
|
|
5314
|
-
PropertyEventChange.prototype.payload;
|
|
5315
|
-
}
|
|
5316
4595
|
var PropertyComponent = /** @class */ (function () {
|
|
5317
4596
|
function PropertyComponent(_config, _uploaderService, _announceService, _snackBar, _share, _gallery, _documentService, _statsService) {
|
|
5318
4597
|
this._config = _config;
|
|
@@ -5348,7 +4627,7 @@
|
|
|
5348
4627
|
* @return {?}
|
|
5349
4628
|
*/
|
|
5350
4629
|
function () {
|
|
5351
|
-
this.agentActions('SHOW_AGENTS');
|
|
4630
|
+
// this.agentActions('SHOW_AGENTS');
|
|
5352
4631
|
};
|
|
5353
4632
|
/**
|
|
5354
4633
|
* @param {?} changes
|
|
@@ -5812,8 +5091,8 @@
|
|
|
5812
5091
|
PropertyComponent.decorators = [
|
|
5813
5092
|
{ type: core.Component, args: [{
|
|
5814
5093
|
selector: 'lib-property',
|
|
5815
|
-
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",
|
|
5816
|
-
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:
|
|
5094
|
+
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",
|
|
5095
|
+
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}"]
|
|
5817
5096
|
}] }
|
|
5818
5097
|
];
|
|
5819
5098
|
/** @nocollapse */
|
|
@@ -5844,120 +5123,10 @@
|
|
|
5844
5123
|
modeChange: [{ type: core.Output }]
|
|
5845
5124
|
};
|
|
5846
5125
|
return PropertyComponent;
|
|
5847
|
-
}());
|
|
5848
|
-
if (false) {
|
|
5849
|
-
/** @type {?} */
|
|
5850
|
-
PropertyComponent.prototype.property;
|
|
5851
|
-
/** @type {?} */
|
|
5852
|
-
PropertyComponent.prototype.utils;
|
|
5853
|
-
/** @type {?} */
|
|
5854
|
-
PropertyComponent.prototype.propertyType;
|
|
5855
|
-
/** @type {?} */
|
|
5856
|
-
PropertyComponent.prototype.mode;
|
|
5857
|
-
/** @type {?} */
|
|
5858
|
-
PropertyComponent.prototype.sharedProperty;
|
|
5859
|
-
/** @type {?} */
|
|
5860
|
-
PropertyComponent.prototype.address;
|
|
5861
|
-
/** @type {?} */
|
|
5862
|
-
PropertyComponent.prototype.mlsLabel;
|
|
5863
|
-
/** @type {?} */
|
|
5864
|
-
PropertyComponent.prototype.disableShareCommission;
|
|
5865
|
-
/** @type {?} */
|
|
5866
|
-
PropertyComponent.prototype.isFavorite;
|
|
5867
|
-
/** @type {?} */
|
|
5868
|
-
PropertyComponent.prototype.disableConfirmAnnounce;
|
|
5869
|
-
/** @type {?} */
|
|
5870
|
-
PropertyComponent.prototype.currencyConverted;
|
|
5871
|
-
/** @type {?} */
|
|
5872
|
-
PropertyComponent.prototype.userUrl;
|
|
5873
|
-
/** @type {?} */
|
|
5874
|
-
PropertyComponent.prototype.change;
|
|
5875
|
-
/** @type {?} */
|
|
5876
|
-
PropertyComponent.prototype.modeChange;
|
|
5877
|
-
/** @type {?} */
|
|
5878
|
-
PropertyComponent.prototype.multimedia;
|
|
5879
|
-
/** @type {?} */
|
|
5880
|
-
PropertyComponent.prototype.isOPI;
|
|
5881
|
-
/** @type {?} */
|
|
5882
|
-
PropertyComponent.prototype.currentIndex;
|
|
5883
|
-
/** @type {?} */
|
|
5884
|
-
PropertyComponent.prototype.frontImageError;
|
|
5885
|
-
/** @type {?} */
|
|
5886
|
-
PropertyComponent.prototype.currentType;
|
|
5887
|
-
/** @type {?} */
|
|
5888
|
-
PropertyComponent.prototype.multimediaCount;
|
|
5889
|
-
/** @type {?} */
|
|
5890
|
-
PropertyComponent.prototype.completeProperty;
|
|
5891
|
-
/**
|
|
5892
|
-
* @type {?}
|
|
5893
|
-
* @private
|
|
5894
|
-
*/
|
|
5895
|
-
PropertyComponent.prototype._allMultimedia;
|
|
5896
|
-
/**
|
|
5897
|
-
* @type {?}
|
|
5898
|
-
* @private
|
|
5899
|
-
*/
|
|
5900
|
-
PropertyComponent.prototype._newMedia;
|
|
5901
|
-
/**
|
|
5902
|
-
* @type {?}
|
|
5903
|
-
* @private
|
|
5904
|
-
*/
|
|
5905
|
-
PropertyComponent.prototype._editorInstance;
|
|
5906
|
-
/**
|
|
5907
|
-
* @type {?}
|
|
5908
|
-
* @private
|
|
5909
|
-
*/
|
|
5910
|
-
PropertyComponent.prototype._ownerInstance;
|
|
5911
|
-
/**
|
|
5912
|
-
* @type {?}
|
|
5913
|
-
* @private
|
|
5914
|
-
*/
|
|
5915
|
-
PropertyComponent.prototype._documentsInstance;
|
|
5916
|
-
/**
|
|
5917
|
-
* @type {?}
|
|
5918
|
-
* @private
|
|
5919
|
-
*/
|
|
5920
|
-
PropertyComponent.prototype._config;
|
|
5921
|
-
/**
|
|
5922
|
-
* @type {?}
|
|
5923
|
-
* @private
|
|
5924
|
-
*/
|
|
5925
|
-
PropertyComponent.prototype._uploaderService;
|
|
5926
|
-
/**
|
|
5927
|
-
* @type {?}
|
|
5928
|
-
* @private
|
|
5929
|
-
*/
|
|
5930
|
-
PropertyComponent.prototype._announceService;
|
|
5931
|
-
/**
|
|
5932
|
-
* @type {?}
|
|
5933
|
-
* @private
|
|
5934
|
-
*/
|
|
5935
|
-
PropertyComponent.prototype._snackBar;
|
|
5936
|
-
/**
|
|
5937
|
-
* @type {?}
|
|
5938
|
-
* @private
|
|
5939
|
-
*/
|
|
5940
|
-
PropertyComponent.prototype._share;
|
|
5941
|
-
/**
|
|
5942
|
-
* @type {?}
|
|
5943
|
-
* @private
|
|
5944
|
-
*/
|
|
5945
|
-
PropertyComponent.prototype._gallery;
|
|
5946
|
-
/**
|
|
5947
|
-
* @type {?}
|
|
5948
|
-
* @private
|
|
5949
|
-
*/
|
|
5950
|
-
PropertyComponent.prototype._documentService;
|
|
5951
|
-
/**
|
|
5952
|
-
* @type {?}
|
|
5953
|
-
* @private
|
|
5954
|
-
*/
|
|
5955
|
-
PropertyComponent.prototype._statsService;
|
|
5956
|
-
}
|
|
5126
|
+
}());
|
|
5957
5127
|
|
|
5958
5128
|
/**
|
|
5959
5129
|
* @fileoverview added by tsickle
|
|
5960
|
-
* Generated from: lib/components/property/validators/property-editor-validators.ts
|
|
5961
5130
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5962
5131
|
*/
|
|
5963
5132
|
var PropertyEditorValidators = /** @class */ (function () {
|
|
@@ -6064,7 +5233,6 @@
|
|
|
6064
5233
|
|
|
6065
5234
|
/**
|
|
6066
5235
|
* @fileoverview added by tsickle
|
|
6067
|
-
* Generated from: lib/components/property/components/editor/editor.component.ts
|
|
6068
5236
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6069
5237
|
*/
|
|
6070
5238
|
/** @type {?} */
|
|
@@ -6680,7 +5848,7 @@
|
|
|
6680
5848
|
{ provide: core$1.DateAdapter, useClass: materialMomentAdapter.MomentDateAdapter, deps: [core$1.MAT_DATE_LOCALE, materialMomentAdapter.MAT_MOMENT_DATE_ADAPTER_OPTIONS] },
|
|
6681
5849
|
{ provide: core$1.MAT_DATE_FORMATS, useValue: ɵ0 }
|
|
6682
5850
|
],
|
|
6683
|
-
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:(
|
|
5851
|
+
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}"]
|
|
6684
5852
|
}] }
|
|
6685
5853
|
];
|
|
6686
5854
|
/** @nocollapse */
|
|
@@ -6700,115 +5868,10 @@
|
|
|
6700
5868
|
selectAddress: [{ type: core.Output }]
|
|
6701
5869
|
};
|
|
6702
5870
|
return EditorComponent;
|
|
6703
|
-
}());
|
|
6704
|
-
if (false) {
|
|
6705
|
-
/**
|
|
6706
|
-
* @type {?}
|
|
6707
|
-
* @private
|
|
6708
|
-
*/
|
|
6709
|
-
EditorComponent.prototype._btnSubmitRef;
|
|
6710
|
-
/** @type {?} */
|
|
6711
|
-
EditorComponent.prototype.utils;
|
|
6712
|
-
/** @type {?} */
|
|
6713
|
-
EditorComponent.prototype.address;
|
|
6714
|
-
/** @type {?} */
|
|
6715
|
-
EditorComponent.prototype.propertyType;
|
|
6716
|
-
/** @type {?} */
|
|
6717
|
-
EditorComponent.prototype.property;
|
|
6718
|
-
/** @type {?} */
|
|
6719
|
-
EditorComponent.prototype.mlsLabel;
|
|
6720
|
-
/** @type {?} */
|
|
6721
|
-
EditorComponent.prototype.editorInstance;
|
|
6722
|
-
/** @type {?} */
|
|
6723
|
-
EditorComponent.prototype.selectAddress;
|
|
6724
|
-
/**
|
|
6725
|
-
* REGEX_ONLY_INTEGERS
|
|
6726
|
-
* Regex pattern to only accept integer and positive numbers
|
|
6727
|
-
*
|
|
6728
|
-
* @type {?}
|
|
6729
|
-
* @private
|
|
6730
|
-
*/
|
|
6731
|
-
EditorComponent.prototype.REGEX_ONLY_INTEGERS;
|
|
6732
|
-
/**
|
|
6733
|
-
* @type {?}
|
|
6734
|
-
* @private
|
|
6735
|
-
*/
|
|
6736
|
-
EditorComponent.prototype.REGEX_MIDDLE_NUMBER;
|
|
6737
|
-
/**
|
|
6738
|
-
* @type {?}
|
|
6739
|
-
* @private
|
|
6740
|
-
*/
|
|
6741
|
-
EditorComponent.prototype.REGEX_WEBSITE;
|
|
6742
|
-
/**
|
|
6743
|
-
* @type {?}
|
|
6744
|
-
* @private
|
|
6745
|
-
*/
|
|
6746
|
-
EditorComponent.prototype.REGEX_ALPHA_NUMBER;
|
|
6747
|
-
/**
|
|
6748
|
-
* @type {?}
|
|
6749
|
-
* @private
|
|
6750
|
-
*/
|
|
6751
|
-
EditorComponent.prototype._subscription;
|
|
6752
|
-
/**
|
|
6753
|
-
* @type {?}
|
|
6754
|
-
* @private
|
|
6755
|
-
*/
|
|
6756
|
-
EditorComponent.prototype._validators;
|
|
6757
|
-
/**
|
|
6758
|
-
* @type {?}
|
|
6759
|
-
* @private
|
|
6760
|
-
*/
|
|
6761
|
-
EditorComponent.prototype._property;
|
|
6762
|
-
/**
|
|
6763
|
-
* @type {?}
|
|
6764
|
-
* @private
|
|
6765
|
-
*/
|
|
6766
|
-
EditorComponent.prototype._propertyTypeItem;
|
|
6767
|
-
/**
|
|
6768
|
-
* @type {?}
|
|
6769
|
-
* @private
|
|
6770
|
-
*/
|
|
6771
|
-
EditorComponent.prototype._errorFields;
|
|
6772
|
-
/** @type {?} */
|
|
6773
|
-
EditorComponent.prototype.propertyForm;
|
|
6774
|
-
/** @type {?} */
|
|
6775
|
-
EditorComponent.prototype.offeringTypeList;
|
|
6776
|
-
/** @type {?} */
|
|
6777
|
-
EditorComponent.prototype.currencyList;
|
|
6778
|
-
/** @type {?} */
|
|
6779
|
-
EditorComponent.prototype.roiList;
|
|
6780
|
-
/** @type {?} */
|
|
6781
|
-
EditorComponent.prototype.landUseList;
|
|
6782
|
-
/** @type {?} */
|
|
6783
|
-
EditorComponent.prototype.amenitiesList;
|
|
6784
|
-
/** @type {?} */
|
|
6785
|
-
EditorComponent.prototype.featuresList;
|
|
6786
|
-
/** @type {?} */
|
|
6787
|
-
EditorComponent.prototype.commissionList;
|
|
6788
|
-
/** @type {?} */
|
|
6789
|
-
EditorComponent.prototype.sharedCommissionList;
|
|
6790
|
-
/** @type {?} */
|
|
6791
|
-
EditorComponent.prototype.durationList;
|
|
6792
|
-
/**
|
|
6793
|
-
* @type {?}
|
|
6794
|
-
* @private
|
|
6795
|
-
*/
|
|
6796
|
-
EditorComponent.prototype._formBuilder;
|
|
6797
|
-
/**
|
|
6798
|
-
* @type {?}
|
|
6799
|
-
* @private
|
|
6800
|
-
*/
|
|
6801
|
-
EditorComponent.prototype._dialog;
|
|
6802
|
-
/**
|
|
6803
|
-
* @type {?}
|
|
6804
|
-
* @private
|
|
6805
|
-
*/
|
|
6806
|
-
EditorComponent.prototype._adapter;
|
|
6807
|
-
}
|
|
5871
|
+
}());
|
|
6808
5872
|
|
|
6809
5873
|
/**
|
|
6810
5874
|
* @fileoverview added by tsickle
|
|
6811
|
-
* Generated from: lib/components/property/validators/phone-fields-validator.ts
|
|
6812
5875
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6813
5876
|
*/
|
|
6814
5877
|
/**
|
|
@@ -6845,7 +5908,6 @@
|
|
|
6845
5908
|
|
|
6846
5909
|
/**
|
|
6847
5910
|
* @fileoverview added by tsickle
|
|
6848
|
-
* Generated from: lib/components/property/components/owner-info/owner-info.component.ts
|
|
6849
5911
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6850
5912
|
*/
|
|
6851
5913
|
var OwnerInfoComponent = /** @class */ (function () {
|
|
@@ -6983,31 +6045,10 @@
|
|
|
6983
6045
|
ownerInstance: [{ type: core.Output }]
|
|
6984
6046
|
};
|
|
6985
6047
|
return OwnerInfoComponent;
|
|
6986
|
-
}());
|
|
6987
|
-
if (false) {
|
|
6988
|
-
/** @type {?} */
|
|
6989
|
-
OwnerInfoComponent.prototype.owner;
|
|
6990
|
-
/** @type {?} */
|
|
6991
|
-
OwnerInfoComponent.prototype.disabled;
|
|
6992
|
-
/** @type {?} */
|
|
6993
|
-
OwnerInfoComponent.prototype.ownerInstance;
|
|
6994
|
-
/** @type {?} */
|
|
6995
|
-
OwnerInfoComponent.prototype.ownerForm;
|
|
6996
|
-
/**
|
|
6997
|
-
* @type {?}
|
|
6998
|
-
* @private
|
|
6999
|
-
*/
|
|
7000
|
-
OwnerInfoComponent.prototype._owner;
|
|
7001
|
-
/**
|
|
7002
|
-
* @type {?}
|
|
7003
|
-
* @private
|
|
7004
|
-
*/
|
|
7005
|
-
OwnerInfoComponent.prototype._formBuilder;
|
|
7006
|
-
}
|
|
6048
|
+
}());
|
|
7007
6049
|
|
|
7008
6050
|
/**
|
|
7009
6051
|
* @fileoverview added by tsickle
|
|
7010
|
-
* Generated from: lib/components/property/components/documents/documents.component.ts
|
|
7011
6052
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7012
6053
|
*/
|
|
7013
6054
|
var DocumentsComponent = /** @class */ (function () {
|
|
@@ -7306,46 +6347,10 @@
|
|
|
7306
6347
|
documentsInstance: [{ type: core.Output }]
|
|
7307
6348
|
};
|
|
7308
6349
|
return DocumentsComponent;
|
|
7309
|
-
}());
|
|
7310
|
-
if (false) {
|
|
7311
|
-
/** @type {?} */
|
|
7312
|
-
DocumentsComponent.prototype.files;
|
|
7313
|
-
/** @type {?} */
|
|
7314
|
-
DocumentsComponent.prototype.disabled;
|
|
7315
|
-
/** @type {?} */
|
|
7316
|
-
DocumentsComponent.prototype.documentsInstance;
|
|
7317
|
-
/** @type {?} */
|
|
7318
|
-
DocumentsComponent.prototype.documents;
|
|
7319
|
-
/**
|
|
7320
|
-
* @type {?}
|
|
7321
|
-
* @private
|
|
7322
|
-
*/
|
|
7323
|
-
DocumentsComponent.prototype._files;
|
|
7324
|
-
/**
|
|
7325
|
-
* @type {?}
|
|
7326
|
-
* @private
|
|
7327
|
-
*/
|
|
7328
|
-
DocumentsComponent.prototype._newMedia;
|
|
7329
|
-
/**
|
|
7330
|
-
* @type {?}
|
|
7331
|
-
* @private
|
|
7332
|
-
*/
|
|
7333
|
-
DocumentsComponent.prototype._visor;
|
|
7334
|
-
/**
|
|
7335
|
-
* @type {?}
|
|
7336
|
-
* @private
|
|
7337
|
-
*/
|
|
7338
|
-
DocumentsComponent.prototype._snackBar;
|
|
7339
|
-
/**
|
|
7340
|
-
* @type {?}
|
|
7341
|
-
* @private
|
|
7342
|
-
*/
|
|
7343
|
-
DocumentsComponent.prototype._http;
|
|
7344
|
-
}
|
|
6350
|
+
}());
|
|
7345
6351
|
|
|
7346
6352
|
/**
|
|
7347
6353
|
* @fileoverview added by tsickle
|
|
7348
|
-
* Generated from: lib/components/property/components/details/details.component.ts
|
|
7349
6354
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7350
6355
|
*/
|
|
7351
6356
|
var DetailsComponent = /** @class */ (function () {
|
|
@@ -7496,7 +6501,7 @@
|
|
|
7496
6501
|
{ type: core.Component, args: [{
|
|
7497
6502
|
selector: 'lib-property-details',
|
|
7498
6503
|
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",
|
|
7499
|
-
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:(
|
|
6504
|
+
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}"]
|
|
7500
6505
|
}] }
|
|
7501
6506
|
];
|
|
7502
6507
|
/** @nocollapse */
|
|
@@ -7511,36 +6516,10 @@
|
|
|
7511
6516
|
visibleTour: [{ type: core.Input }]
|
|
7512
6517
|
};
|
|
7513
6518
|
return DetailsComponent;
|
|
7514
|
-
}());
|
|
7515
|
-
if (false) {
|
|
7516
|
-
/** @type {?} */
|
|
7517
|
-
DetailsComponent.prototype.record;
|
|
7518
|
-
/** @type {?} */
|
|
7519
|
-
DetailsComponent.prototype.currencyConverted;
|
|
7520
|
-
/** @type {?} */
|
|
7521
|
-
DetailsComponent.prototype.property;
|
|
7522
|
-
/** @type {?} */
|
|
7523
|
-
DetailsComponent.prototype.mlsLabel;
|
|
7524
|
-
/** @type {?} */
|
|
7525
|
-
DetailsComponent.prototype.visibleTour;
|
|
7526
|
-
/** @type {?} */
|
|
7527
|
-
DetailsComponent.prototype.amenities;
|
|
7528
|
-
/** @type {?} */
|
|
7529
|
-
DetailsComponent.prototype.features;
|
|
7530
|
-
/** @type {?} */
|
|
7531
|
-
DetailsComponent.prototype.propertyType;
|
|
7532
|
-
/** @type {?} */
|
|
7533
|
-
DetailsComponent.prototype.agreementEndDate;
|
|
7534
|
-
/**
|
|
7535
|
-
* @type {?}
|
|
7536
|
-
* @private
|
|
7537
|
-
*/
|
|
7538
|
-
DetailsComponent.prototype._sanitizer;
|
|
7539
|
-
}
|
|
6519
|
+
}());
|
|
7540
6520
|
|
|
7541
6521
|
/**
|
|
7542
6522
|
* @fileoverview added by tsickle
|
|
7543
|
-
* Generated from: lib/components/property/components/slideshow/slide-show.component.ts
|
|
7544
6523
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7545
6524
|
*/
|
|
7546
6525
|
var SlideShowComponent = /** @class */ (function () {
|
|
@@ -7635,7 +6614,7 @@
|
|
|
7635
6614
|
{ type: core.Component, args: [{
|
|
7636
6615
|
selector: 'lib-property-slide-show',
|
|
7637
6616
|
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",
|
|
7638
|
-
styles: [":host{display:block;position:relative;width:100%;padding-bottom:
|
|
6617
|
+
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}"]
|
|
7639
6618
|
}] }
|
|
7640
6619
|
];
|
|
7641
6620
|
/** @nocollapse */
|
|
@@ -7651,37 +6630,10 @@
|
|
|
7651
6630
|
currentIndex: [{ type: core.Output }]
|
|
7652
6631
|
};
|
|
7653
6632
|
return SlideShowComponent;
|
|
7654
|
-
}());
|
|
7655
|
-
if (false) {
|
|
7656
|
-
/** @type {?} */
|
|
7657
|
-
SlideShowComponent.prototype.customActions;
|
|
7658
|
-
/**
|
|
7659
|
-
* @type {?}
|
|
7660
|
-
* @private
|
|
7661
|
-
*/
|
|
7662
|
-
SlideShowComponent.prototype._slider;
|
|
7663
|
-
/** @type {?} */
|
|
7664
|
-
SlideShowComponent.prototype.multimedia;
|
|
7665
|
-
/** @type {?} */
|
|
7666
|
-
SlideShowComponent.prototype.selectIndex;
|
|
7667
|
-
/** @type {?} */
|
|
7668
|
-
SlideShowComponent.prototype.initialIndex;
|
|
7669
|
-
/** @type {?} */
|
|
7670
|
-
SlideShowComponent.prototype.currentIndex;
|
|
7671
|
-
/** @type {?} */
|
|
7672
|
-
SlideShowComponent.prototype.count;
|
|
7673
|
-
/** @type {?} */
|
|
7674
|
-
SlideShowComponent.prototype.index;
|
|
7675
|
-
/**
|
|
7676
|
-
* @type {?}
|
|
7677
|
-
* @private
|
|
7678
|
-
*/
|
|
7679
|
-
SlideShowComponent.prototype._render;
|
|
7680
|
-
}
|
|
6633
|
+
}());
|
|
7681
6634
|
|
|
7682
6635
|
/**
|
|
7683
6636
|
* @fileoverview added by tsickle
|
|
7684
|
-
* Generated from: lib/components/property/components/editor/components/custom-datepicker/date-adapter.ts
|
|
7685
6637
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7686
6638
|
*/
|
|
7687
6639
|
var CustomDateAdapter = /** @class */ (function (_super) {
|
|
@@ -7707,7 +6659,6 @@
|
|
|
7707
6659
|
|
|
7708
6660
|
/**
|
|
7709
6661
|
* @fileoverview added by tsickle
|
|
7710
|
-
* Generated from: lib/components/property/components/editor/components/custom-datepicker/custom-datepicker-header/custom-datepicker-header.component.ts
|
|
7711
6662
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7712
6663
|
*/
|
|
7713
6664
|
/**
|
|
@@ -7782,33 +6733,10 @@
|
|
|
7782
6733
|
{ type: core.ChangeDetectorRef }
|
|
7783
6734
|
]; };
|
|
7784
6735
|
return CustomDatepickerHeaderComponent;
|
|
7785
|
-
}());
|
|
7786
|
-
if (false) {
|
|
7787
|
-
/**
|
|
7788
|
-
* @type {?}
|
|
7789
|
-
* @private
|
|
7790
|
-
*/
|
|
7791
|
-
CustomDatepickerHeaderComponent.prototype._destroyed;
|
|
7792
|
-
/**
|
|
7793
|
-
* @type {?}
|
|
7794
|
-
* @private
|
|
7795
|
-
*/
|
|
7796
|
-
CustomDatepickerHeaderComponent.prototype._calendar;
|
|
7797
|
-
/**
|
|
7798
|
-
* @type {?}
|
|
7799
|
-
* @private
|
|
7800
|
-
*/
|
|
7801
|
-
CustomDatepickerHeaderComponent.prototype._dateAdapter;
|
|
7802
|
-
/**
|
|
7803
|
-
* @type {?}
|
|
7804
|
-
* @private
|
|
7805
|
-
*/
|
|
7806
|
-
CustomDatepickerHeaderComponent.prototype._dateFormats;
|
|
7807
|
-
}
|
|
6736
|
+
}());
|
|
7808
6737
|
|
|
7809
6738
|
/**
|
|
7810
6739
|
* @fileoverview added by tsickle
|
|
7811
|
-
* Generated from: lib/components/property/components/editor/components/custom-datepicker/custom-datepicker/custom-datepicker.component.ts
|
|
7812
6740
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7813
6741
|
*/
|
|
7814
6742
|
/** @type {?} */
|
|
@@ -7919,29 +6847,10 @@
|
|
|
7919
6847
|
{ type: core.Injector }
|
|
7920
6848
|
]; };
|
|
7921
6849
|
return CustomDatepickerComponent;
|
|
7922
|
-
}());
|
|
7923
|
-
if (false) {
|
|
7924
|
-
/** @type {?} */
|
|
7925
|
-
CustomDatepickerComponent.prototype.currentYear;
|
|
7926
|
-
/** @type {?} */
|
|
7927
|
-
CustomDatepickerComponent.prototype.year;
|
|
7928
|
-
/** @type {?} */
|
|
7929
|
-
CustomDatepickerComponent.prototype.customHeader;
|
|
7930
|
-
/**
|
|
7931
|
-
* @type {?}
|
|
7932
|
-
* @private
|
|
7933
|
-
*/
|
|
7934
|
-
CustomDatepickerComponent.prototype._control;
|
|
7935
|
-
/**
|
|
7936
|
-
* @type {?}
|
|
7937
|
-
* @private
|
|
7938
|
-
*/
|
|
7939
|
-
CustomDatepickerComponent.prototype._injector;
|
|
7940
|
-
}
|
|
6850
|
+
}());
|
|
7941
6851
|
|
|
7942
6852
|
/**
|
|
7943
6853
|
* @fileoverview added by tsickle
|
|
7944
|
-
* Generated from: lib/components/property/components/editor/components/custom-datepicker/custom-datepicker.module.ts
|
|
7945
6854
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7946
6855
|
*/
|
|
7947
6856
|
/** @type {?} */
|
|
@@ -7982,7 +6891,6 @@
|
|
|
7982
6891
|
|
|
7983
6892
|
/**
|
|
7984
6893
|
* @fileoverview added by tsickle
|
|
7985
|
-
* Generated from: lib/components/property/components/custom-drag-and-drop/custom-drag-and-drop.component.ts
|
|
7986
6894
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7987
6895
|
*/
|
|
7988
6896
|
var CustomDragAndDropComponent = /** @class */ (function () {
|
|
@@ -8140,35 +7048,6 @@
|
|
|
8140
7048
|
};
|
|
8141
7049
|
return CustomDragAndDropComponent;
|
|
8142
7050
|
}());
|
|
8143
|
-
if (false) {
|
|
8144
|
-
/** @type {?} */
|
|
8145
|
-
CustomDragAndDropComponent.prototype.listGroup;
|
|
8146
|
-
/** @type {?} */
|
|
8147
|
-
CustomDragAndDropComponent.prototype.placeholder;
|
|
8148
|
-
/** @type {?} */
|
|
8149
|
-
CustomDragAndDropComponent.prototype.content;
|
|
8150
|
-
/** @type {?} */
|
|
8151
|
-
CustomDragAndDropComponent.prototype.items;
|
|
8152
|
-
/** @type {?} */
|
|
8153
|
-
CustomDragAndDropComponent.prototype.itemsChanged;
|
|
8154
|
-
/** @type {?} */
|
|
8155
|
-
CustomDragAndDropComponent.prototype.target;
|
|
8156
|
-
/** @type {?} */
|
|
8157
|
-
CustomDragAndDropComponent.prototype.targetIndex;
|
|
8158
|
-
/** @type {?} */
|
|
8159
|
-
CustomDragAndDropComponent.prototype.source;
|
|
8160
|
-
/** @type {?} */
|
|
8161
|
-
CustomDragAndDropComponent.prototype.sourceIndex;
|
|
8162
|
-
/** @type {?} */
|
|
8163
|
-
CustomDragAndDropComponent.prototype.activeContainer;
|
|
8164
|
-
/** @type {?} */
|
|
8165
|
-
CustomDragAndDropComponent.prototype.dropListEnterPredicate;
|
|
8166
|
-
/**
|
|
8167
|
-
* @type {?}
|
|
8168
|
-
* @private
|
|
8169
|
-
*/
|
|
8170
|
-
CustomDragAndDropComponent.prototype._viewportRuler;
|
|
8171
|
-
}
|
|
8172
7051
|
/**
|
|
8173
7052
|
* @param {?} collection
|
|
8174
7053
|
* @param {?} node
|
|
@@ -8198,7 +7077,6 @@
|
|
|
8198
7077
|
|
|
8199
7078
|
/**
|
|
8200
7079
|
* @fileoverview added by tsickle
|
|
8201
|
-
* Generated from: lib/components/property/property.module.ts
|
|
8202
7080
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8203
7081
|
*/
|
|
8204
7082
|
/** @type {?} */
|
|
@@ -8318,13 +7196,6 @@
|
|
|
8318
7196
|
|
|
8319
7197
|
/**
|
|
8320
7198
|
* @fileoverview added by tsickle
|
|
8321
|
-
* Generated from: lib/components/property/index.ts
|
|
8322
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8323
|
-
*/
|
|
8324
|
-
|
|
8325
|
-
/**
|
|
8326
|
-
* @fileoverview added by tsickle
|
|
8327
|
-
* Generated from: lib/components/property-card/token.ts
|
|
8328
7199
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8329
7200
|
*/
|
|
8330
7201
|
/** @type {?} */
|
|
@@ -8332,7 +7203,6 @@
|
|
|
8332
7203
|
|
|
8333
7204
|
/**
|
|
8334
7205
|
* @fileoverview added by tsickle
|
|
8335
|
-
* Generated from: lib/components/property-card/property-card.component.ts
|
|
8336
7206
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8337
7207
|
*/
|
|
8338
7208
|
var PropertyCardComponent = /** @class */ (function () {
|
|
@@ -8478,7 +7348,7 @@
|
|
|
8478
7348
|
{ type: core.Component, args: [{
|
|
8479
7349
|
selector: 'lib-property-card',
|
|
8480
7350
|
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",
|
|
8481
|
-
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:
|
|
7351
|
+
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: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}"]
|
|
8482
7352
|
}] }
|
|
8483
7353
|
];
|
|
8484
7354
|
/** @nocollapse */
|
|
@@ -8501,45 +7371,10 @@
|
|
|
8501
7371
|
propertyDiscarded: [{ type: core.Output }]
|
|
8502
7372
|
};
|
|
8503
7373
|
return PropertyCardComponent;
|
|
8504
|
-
}());
|
|
8505
|
-
if (false) {
|
|
8506
|
-
/** @type {?} */
|
|
8507
|
-
PropertyCardComponent.prototype.marker;
|
|
8508
|
-
/** @type {?} */
|
|
8509
|
-
PropertyCardComponent.prototype.href;
|
|
8510
|
-
/** @type {?} */
|
|
8511
|
-
PropertyCardComponent.prototype.target;
|
|
8512
|
-
/** @type {?} */
|
|
8513
|
-
PropertyCardComponent.prototype.queryParams;
|
|
8514
|
-
/** @type {?} */
|
|
8515
|
-
PropertyCardComponent.prototype.state;
|
|
8516
|
-
/** @type {?} */
|
|
8517
|
-
PropertyCardComponent.prototype.positionLatLng;
|
|
8518
|
-
/** @type {?} */
|
|
8519
|
-
PropertyCardComponent.prototype.isFavorite;
|
|
8520
|
-
/** @type {?} */
|
|
8521
|
-
PropertyCardComponent.prototype.currency;
|
|
8522
|
-
/** @type {?} */
|
|
8523
|
-
PropertyCardComponent.prototype.showDiscard;
|
|
8524
|
-
/** @type {?} */
|
|
8525
|
-
PropertyCardComponent.prototype.mode;
|
|
8526
|
-
/** @type {?} */
|
|
8527
|
-
PropertyCardComponent.prototype.markerChanged;
|
|
8528
|
-
/** @type {?} */
|
|
8529
|
-
PropertyCardComponent.prototype.favoriteChanged;
|
|
8530
|
-
/** @type {?} */
|
|
8531
|
-
PropertyCardComponent.prototype.propertyDiscarded;
|
|
8532
|
-
/** @type {?} */
|
|
8533
|
-
PropertyCardComponent.prototype.info;
|
|
8534
|
-
/** @type {?} */
|
|
8535
|
-
PropertyCardComponent.prototype.distance;
|
|
8536
|
-
/** @type {?} */
|
|
8537
|
-
PropertyCardComponent.prototype.isOPI;
|
|
8538
|
-
}
|
|
7374
|
+
}());
|
|
8539
7375
|
|
|
8540
7376
|
/**
|
|
8541
7377
|
* @fileoverview added by tsickle
|
|
8542
|
-
* Generated from: lib/components/property-card/property-card.module.ts
|
|
8543
7378
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8544
7379
|
*/
|
|
8545
7380
|
var PropertyCardModule = /** @class */ (function () {
|
|
@@ -8588,19 +7423,6 @@
|
|
|
8588
7423
|
|
|
8589
7424
|
/**
|
|
8590
7425
|
* @fileoverview added by tsickle
|
|
8591
|
-
* Generated from: lib/components/property-card/index.ts
|
|
8592
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8593
|
-
*/
|
|
8594
|
-
|
|
8595
|
-
/**
|
|
8596
|
-
* @fileoverview added by tsickle
|
|
8597
|
-
* Generated from: lib/components/index.ts
|
|
8598
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8599
|
-
*/
|
|
8600
|
-
|
|
8601
|
-
/**
|
|
8602
|
-
* @fileoverview added by tsickle
|
|
8603
|
-
* Generated from: lib/services/markers/markers.service.ts
|
|
8604
7426
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8605
7427
|
*/
|
|
8606
7428
|
var MarkersService = /** @class */ (function () {
|
|
@@ -8919,28 +7741,10 @@
|
|
|
8919
7741
|
{ type: CurrencyConverterService }
|
|
8920
7742
|
]; };
|
|
8921
7743
|
return MarkersService;
|
|
8922
|
-
}());
|
|
8923
|
-
if (false) {
|
|
8924
|
-
/**
|
|
8925
|
-
* @type {?}
|
|
8926
|
-
* @private
|
|
8927
|
-
*/
|
|
8928
|
-
MarkersService.prototype._propertyTypePipe;
|
|
8929
|
-
/**
|
|
8930
|
-
* @type {?}
|
|
8931
|
-
* @private
|
|
8932
|
-
*/
|
|
8933
|
-
MarkersService.prototype._offeringTypePipe;
|
|
8934
|
-
/**
|
|
8935
|
-
* @type {?}
|
|
8936
|
-
* @private
|
|
8937
|
-
*/
|
|
8938
|
-
MarkersService.prototype._converter;
|
|
8939
|
-
}
|
|
7744
|
+
}());
|
|
8940
7745
|
|
|
8941
7746
|
/**
|
|
8942
7747
|
* @fileoverview added by tsickle
|
|
8943
|
-
* Generated from: lib/services/markers/markers.module.ts
|
|
8944
7748
|
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8945
7749
|
*/
|
|
8946
7750
|
var MarkersModule = /** @class */ (function () {
|
|
@@ -8971,270 +7775,6 @@
|
|
|
8971
7775
|
return MarkersModule;
|
|
8972
7776
|
}());
|
|
8973
7777
|
|
|
8974
|
-
/**
|
|
8975
|
-
* @fileoverview added by tsickle
|
|
8976
|
-
* Generated from: lib/services/index.ts
|
|
8977
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8978
|
-
*/
|
|
8979
|
-
|
|
8980
|
-
/**
|
|
8981
|
-
* @fileoverview added by tsickle
|
|
8982
|
-
* Generated from: lib/utils/models/amenities-list.ts
|
|
8983
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8984
|
-
*/
|
|
8985
|
-
/**
|
|
8986
|
-
* @record
|
|
8987
|
-
*/
|
|
8988
|
-
function AmenitiesList() { }
|
|
8989
|
-
if (false) {
|
|
8990
|
-
/** @type {?} */
|
|
8991
|
-
AmenitiesList.prototype.adjacentCommerce;
|
|
8992
|
-
/** @type {?} */
|
|
8993
|
-
AmenitiesList.prototype.adjacentGym;
|
|
8994
|
-
/** @type {?} */
|
|
8995
|
-
AmenitiesList.prototype.adjacentPicnic;
|
|
8996
|
-
/** @type {?} */
|
|
8997
|
-
AmenitiesList.prototype.airConditioner;
|
|
8998
|
-
/** @type {?} */
|
|
8999
|
-
AmenitiesList.prototype.balcony;
|
|
9000
|
-
/** @type {?} */
|
|
9001
|
-
AmenitiesList.prototype.customerParking;
|
|
9002
|
-
/** @type {?} */
|
|
9003
|
-
AmenitiesList.prototype.diningRoom;
|
|
9004
|
-
/** @type {?} */
|
|
9005
|
-
AmenitiesList.prototype.doubleHeight;
|
|
9006
|
-
/** @type {?} */
|
|
9007
|
-
AmenitiesList.prototype.dressingRooms;
|
|
9008
|
-
/** @type {?} */
|
|
9009
|
-
AmenitiesList.prototype.facingStreet;
|
|
9010
|
-
/** @type {?} */
|
|
9011
|
-
AmenitiesList.prototype.finishings;
|
|
9012
|
-
/** @type {?} */
|
|
9013
|
-
AmenitiesList.prototype.furnished;
|
|
9014
|
-
/** @type {?} */
|
|
9015
|
-
AmenitiesList.prototype.garden;
|
|
9016
|
-
/** @type {?} */
|
|
9017
|
-
AmenitiesList.prototype.gym;
|
|
9018
|
-
/** @type {?} */
|
|
9019
|
-
AmenitiesList.prototype.highResistanceFloors;
|
|
9020
|
-
/** @type {?} */
|
|
9021
|
-
AmenitiesList.prototype.highSpeedInternet;
|
|
9022
|
-
/** @type {?} */
|
|
9023
|
-
AmenitiesList.prototype.inCommercialArea;
|
|
9024
|
-
/** @type {?} */
|
|
9025
|
-
AmenitiesList.prototype.inIndustrialPark;
|
|
9026
|
-
/** @type {?} */
|
|
9027
|
-
AmenitiesList.prototype.inShoppingCenter;
|
|
9028
|
-
/** @type {?} */
|
|
9029
|
-
AmenitiesList.prototype.jacuzzi;
|
|
9030
|
-
/** @type {?} */
|
|
9031
|
-
AmenitiesList.prototype.kitchenServices;
|
|
9032
|
-
/** @type {?} */
|
|
9033
|
-
AmenitiesList.prototype.maidsBathroom;
|
|
9034
|
-
/** @type {?} */
|
|
9035
|
-
AmenitiesList.prototype.maneuverArea;
|
|
9036
|
-
/** @type {?} */
|
|
9037
|
-
AmenitiesList.prototype.meetingRoom;
|
|
9038
|
-
/** @type {?} */
|
|
9039
|
-
AmenitiesList.prototype.mezzanine;
|
|
9040
|
-
/** @type {?} */
|
|
9041
|
-
AmenitiesList.prototype.mixedBuilding;
|
|
9042
|
-
/** @type {?} */
|
|
9043
|
-
AmenitiesList.prototype.naturalLighting;
|
|
9044
|
-
/** @type {?} */
|
|
9045
|
-
AmenitiesList.prototype.offices;
|
|
9046
|
-
/** @type {?} */
|
|
9047
|
-
AmenitiesList.prototype.openSpace;
|
|
9048
|
-
/** @type {?} */
|
|
9049
|
-
AmenitiesList.prototype.platforms;
|
|
9050
|
-
/** @type {?} */
|
|
9051
|
-
AmenitiesList.prototype.playground;
|
|
9052
|
-
/** @type {?} */
|
|
9053
|
-
AmenitiesList.prototype.playroom;
|
|
9054
|
-
/** @type {?} */
|
|
9055
|
-
AmenitiesList.prototype.pool;
|
|
9056
|
-
/** @type {?} */
|
|
9057
|
-
AmenitiesList.prototype.railSpur;
|
|
9058
|
-
/** @type {?} */
|
|
9059
|
-
AmenitiesList.prototype.railyard;
|
|
9060
|
-
/** @type {?} */
|
|
9061
|
-
AmenitiesList.prototype.reception;
|
|
9062
|
-
/** @type {?} */
|
|
9063
|
-
AmenitiesList.prototype.securityGuard;
|
|
9064
|
-
/** @type {?} */
|
|
9065
|
-
AmenitiesList.prototype.storage;
|
|
9066
|
-
/** @type {?} */
|
|
9067
|
-
AmenitiesList.prototype.visitorParking;
|
|
9068
|
-
/** @type {?} */
|
|
9069
|
-
AmenitiesList.prototype.roofGarden;
|
|
9070
|
-
/** @type {?} */
|
|
9071
|
-
AmenitiesList.prototype.petFriendly;
|
|
9072
|
-
/** @type {?} */
|
|
9073
|
-
AmenitiesList.prototype.differentAbilities;
|
|
9074
|
-
/** @type {?} */
|
|
9075
|
-
AmenitiesList.prototype.features;
|
|
9076
|
-
}
|
|
9077
|
-
|
|
9078
|
-
/**
|
|
9079
|
-
* @fileoverview added by tsickle
|
|
9080
|
-
* Generated from: lib/utils/models/amenity-item.ts
|
|
9081
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
9082
|
-
*/
|
|
9083
|
-
/**
|
|
9084
|
-
* @record
|
|
9085
|
-
*/
|
|
9086
|
-
function AmenityItem() { }
|
|
9087
|
-
if (false) {
|
|
9088
|
-
/** @type {?} */
|
|
9089
|
-
AmenityItem.prototype.checked;
|
|
9090
|
-
/** @type {?} */
|
|
9091
|
-
AmenityItem.prototype.iconName;
|
|
9092
|
-
/** @type {?} */
|
|
9093
|
-
AmenityItem.prototype.value;
|
|
9094
|
-
/** @type {?} */
|
|
9095
|
-
AmenityItem.prototype.name;
|
|
9096
|
-
}
|
|
9097
|
-
|
|
9098
|
-
/**
|
|
9099
|
-
* @fileoverview added by tsickle
|
|
9100
|
-
* Generated from: lib/utils/models/filter-chip.ts
|
|
9101
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
9102
|
-
*/
|
|
9103
|
-
/**
|
|
9104
|
-
* @record
|
|
9105
|
-
*/
|
|
9106
|
-
function FilterChip() { }
|
|
9107
|
-
if (false) {
|
|
9108
|
-
/** @type {?} */
|
|
9109
|
-
FilterChip.prototype.type;
|
|
9110
|
-
/** @type {?} */
|
|
9111
|
-
FilterChip.prototype.text;
|
|
9112
|
-
/** @type {?} */
|
|
9113
|
-
FilterChip.prototype.icon;
|
|
9114
|
-
}
|
|
9115
|
-
|
|
9116
|
-
/**
|
|
9117
|
-
* @fileoverview added by tsickle
|
|
9118
|
-
* Generated from: lib/utils/models/filters-saved.ts
|
|
9119
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
9120
|
-
*/
|
|
9121
|
-
/**
|
|
9122
|
-
* @record
|
|
9123
|
-
*/
|
|
9124
|
-
function FiltersSaved() { }
|
|
9125
|
-
if (false) {
|
|
9126
|
-
/** @type {?} */
|
|
9127
|
-
FiltersSaved.prototype.filters;
|
|
9128
|
-
/** @type {?} */
|
|
9129
|
-
FiltersSaved.prototype.ft;
|
|
9130
|
-
/** @type {?|undefined} */
|
|
9131
|
-
FiltersSaved.prototype.isSharedProperties;
|
|
9132
|
-
}
|
|
9133
|
-
|
|
9134
|
-
/**
|
|
9135
|
-
* @fileoverview added by tsickle
|
|
9136
|
-
* Generated from: lib/utils/models/filters-change.ts
|
|
9137
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
9138
|
-
*/
|
|
9139
|
-
/**
|
|
9140
|
-
* @record
|
|
9141
|
-
*/
|
|
9142
|
-
function FiltersChange() { }
|
|
9143
|
-
if (false) {
|
|
9144
|
-
/** @type {?} */
|
|
9145
|
-
FiltersChange.prototype.type;
|
|
9146
|
-
/** @type {?} */
|
|
9147
|
-
FiltersChange.prototype.filter;
|
|
9148
|
-
/** @type {?|undefined} */
|
|
9149
|
-
FiltersChange.prototype.ft;
|
|
9150
|
-
/** @type {?|undefined} */
|
|
9151
|
-
FiltersChange.prototype.isSharedProperties;
|
|
9152
|
-
}
|
|
9153
|
-
|
|
9154
|
-
/**
|
|
9155
|
-
* @fileoverview added by tsickle
|
|
9156
|
-
* Generated from: lib/utils/models/marker.ts
|
|
9157
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
9158
|
-
*/
|
|
9159
|
-
/**
|
|
9160
|
-
* @record
|
|
9161
|
-
*/
|
|
9162
|
-
function Marker() { }
|
|
9163
|
-
if (false) {
|
|
9164
|
-
/** @type {?} */
|
|
9165
|
-
Marker.prototype.location;
|
|
9166
|
-
/** @type {?} */
|
|
9167
|
-
Marker.prototype.hover;
|
|
9168
|
-
/** @type {?} */
|
|
9169
|
-
Marker.prototype.visited;
|
|
9170
|
-
/** @type {?} */
|
|
9171
|
-
Marker.prototype.type;
|
|
9172
|
-
/** @type {?} */
|
|
9173
|
-
Marker.prototype.info;
|
|
9174
|
-
/** @type {?|undefined} */
|
|
9175
|
-
Marker.prototype.isFavorite;
|
|
9176
|
-
/** @type {?|undefined} */
|
|
9177
|
-
Marker.prototype.extras;
|
|
9178
|
-
}
|
|
9179
|
-
|
|
9180
|
-
/**
|
|
9181
|
-
* @fileoverview added by tsickle
|
|
9182
|
-
* Generated from: lib/utils/models/property-card-info.ts
|
|
9183
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
9184
|
-
*/
|
|
9185
|
-
/**
|
|
9186
|
-
* @record
|
|
9187
|
-
*/
|
|
9188
|
-
function PropertyCardInfo() { }
|
|
9189
|
-
if (false) {
|
|
9190
|
-
/** @type {?} */
|
|
9191
|
-
PropertyCardInfo.prototype.address;
|
|
9192
|
-
/** @type {?} */
|
|
9193
|
-
PropertyCardInfo.prototype.authUsers;
|
|
9194
|
-
/** @type {?} */
|
|
9195
|
-
PropertyCardInfo.prototype.currency;
|
|
9196
|
-
/** @type {?} */
|
|
9197
|
-
PropertyCardInfo.prototype.propertyId;
|
|
9198
|
-
/** @type {?} */
|
|
9199
|
-
PropertyCardInfo.prototype.image;
|
|
9200
|
-
/** @type {?} */
|
|
9201
|
-
PropertyCardInfo.prototype.offering;
|
|
9202
|
-
/** @type {?} */
|
|
9203
|
-
PropertyCardInfo.prototype.price;
|
|
9204
|
-
/** @type {?} */
|
|
9205
|
-
PropertyCardInfo.prototype.type;
|
|
9206
|
-
/** @type {?} */
|
|
9207
|
-
PropertyCardInfo.prototype.url;
|
|
9208
|
-
/** @type {?|undefined} */
|
|
9209
|
-
PropertyCardInfo.prototype.status;
|
|
9210
|
-
/** @type {?|undefined} */
|
|
9211
|
-
PropertyCardInfo.prototype.features;
|
|
9212
|
-
}
|
|
9213
|
-
|
|
9214
|
-
/**
|
|
9215
|
-
* @fileoverview added by tsickle
|
|
9216
|
-
* Generated from: lib/utils/models/property-type-item.ts
|
|
9217
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
9218
|
-
*/
|
|
9219
|
-
/**
|
|
9220
|
-
* @record
|
|
9221
|
-
*/
|
|
9222
|
-
function PropertyTypeItem() { }
|
|
9223
|
-
if (false) {
|
|
9224
|
-
/** @type {?} */
|
|
9225
|
-
PropertyTypeItem.prototype.value;
|
|
9226
|
-
/** @type {?} */
|
|
9227
|
-
PropertyTypeItem.prototype.iconName;
|
|
9228
|
-
/** @type {?} */
|
|
9229
|
-
PropertyTypeItem.prototype.name;
|
|
9230
|
-
/** @type {?} */
|
|
9231
|
-
PropertyTypeItem.prototype.shortName;
|
|
9232
|
-
/** @type {?|undefined} */
|
|
9233
|
-
PropertyTypeItem.prototype.features;
|
|
9234
|
-
/** @type {?|undefined} */
|
|
9235
|
-
PropertyTypeItem.prototype.amenities;
|
|
9236
|
-
}
|
|
9237
|
-
|
|
9238
7778
|
exports.AddressFormatModule = AddressFormatModule;
|
|
9239
7779
|
exports.AddressFormatPipe = AddressFormatPipe;
|
|
9240
7780
|
exports.AmenityName = AmenityName;
|