95d9d2f9a8
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1373 lines
102 KiB
JavaScript
1373 lines
102 KiB
JavaScript
(self["webpackChunkapp"] = self["webpackChunkapp"] || []).push([[756],{
|
|
|
|
/***/ 90756:
|
|
/*!********************************************************!*\
|
|
!*** ./src/app/events/view-event/view-event.module.ts ***!
|
|
\********************************************************/
|
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
|
|
__webpack_require__.r(__webpack_exports__);
|
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
/* harmony export */ "ViewEventPageModule": () => (/* binding */ ViewEventPageModule)
|
|
/* harmony export */ });
|
|
/* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/router */ 61380);
|
|
/* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_angular_router__WEBPACK_IMPORTED_MODULE_0__);
|
|
/* harmony import */ var _view_event_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./view-event.page */ 54118);
|
|
/* harmony import */ var src_app_shared_module_shared_module_module__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! src/app/shared-module/shared-module.module */ 69270);
|
|
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/core */ 45449);
|
|
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_angular_core__WEBPACK_IMPORTED_MODULE_3__);
|
|
|
|
|
|
|
|
|
|
|
|
const routes = [
|
|
{
|
|
path: '',
|
|
component: _view_event_page__WEBPACK_IMPORTED_MODULE_1__.ViewEventPage
|
|
}
|
|
];
|
|
class ViewEventPageModule {
|
|
}
|
|
ViewEventPageModule.ɵfac = function ViewEventPageModule_Factory(t) { return new (t || ViewEventPageModule)(); };
|
|
ViewEventPageModule.ɵmod = /*@__PURE__*/ _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵdefineNgModule"]({ type: ViewEventPageModule });
|
|
ViewEventPageModule.ɵinj = /*@__PURE__*/ _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵdefineInjector"]({ imports: [src_app_shared_module_shared_module_module__WEBPACK_IMPORTED_MODULE_2__.SharedModuleModule,
|
|
_angular_router__WEBPACK_IMPORTED_MODULE_0__.RouterModule.forChild(routes)] });
|
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵsetNgModuleScope"](ViewEventPageModule, { declarations: [_view_event_page__WEBPACK_IMPORTED_MODULE_1__.ViewEventPage], imports: [src_app_shared_module_shared_module_module__WEBPACK_IMPORTED_MODULE_2__.SharedModuleModule, _angular_router__WEBPACK_IMPORTED_MODULE_0__.RouterModule] }); })();
|
|
|
|
|
|
/***/ }),
|
|
|
|
/***/ 54118:
|
|
/*!******************************************************!*\
|
|
!*** ./src/app/events/view-event/view-event.page.ts ***!
|
|
\******************************************************/
|
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
|
|
__webpack_require__.r(__webpack_exports__);
|
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
/* harmony export */ "ViewEventPage": () => (/* binding */ ViewEventPage)
|
|
/* harmony export */ });
|
|
/* harmony import */ var _Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 71670);
|
|
/* harmony import */ var _capacitor_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @capacitor/core */ 26549);
|
|
/* harmony import */ var _shared_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @shared/components */ 7667);
|
|
/* harmony import */ var _shared_components_modais__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @shared/components/modais */ 90340);
|
|
/* harmony import */ var moment__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! moment */ 56908);
|
|
/* harmony import */ var moment__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(moment__WEBPACK_IMPORTED_MODULE_4__);
|
|
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @angular/core */ 45449);
|
|
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_angular_core__WEBPACK_IMPORTED_MODULE_5__);
|
|
/* harmony import */ var _shared_services__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @shared/services */ 17253);
|
|
/* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @angular/router */ 61380);
|
|
/* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_angular_router__WEBPACK_IMPORTED_MODULE_7__);
|
|
/* harmony import */ var _ionic_angular__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! @ionic/angular */ 93819);
|
|
/* harmony import */ var _awesome_cordova_plugins_android_permissions_ngx__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @awesome-cordova-plugins/android-permissions/ngx */ 4824);
|
|
/* harmony import */ var _shared_services_state_service__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @shared/services/state.service */ 21284);
|
|
/* harmony import */ var _shared_services_sessionaddflow_service__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @shared/services/sessionaddflow.service */ 80698);
|
|
/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @angular/common */ 90944);
|
|
/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_angular_common__WEBPACK_IMPORTED_MODULE_11__);
|
|
/* harmony import */ var _shared_components_avatar_avatar_component__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../shared/components/avatar/avatar.component */ 87871);
|
|
/* harmony import */ var _shared_components_status_invite_status_invite_component__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../shared/components/status-invite/status-invite.component */ 58517);
|
|
/* harmony import */ var _shared_components_header_header_component__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../shared/components/header/header.component */ 36290);
|
|
/* harmony import */ var _shared_components_list_recurrence_dates_list_recurrence_dates_component__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../shared/components/list-recurrence-dates/list-recurrence-dates.component */ 96893);
|
|
/* harmony import */ var _ngx_translate_core__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! @ngx-translate/core */ 38699);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function ViewEventPage_button_12_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
const _r20 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵgetCurrentView"]();
|
|
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "button", 6);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵlistener"]("click", function ViewEventPage_button_12_Template_button_click_0_listener() {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵrestoreView"](_r20);
|
|
const ctx_r19 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"]();
|
|
return _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵresetView"](ctx_r19.shareEvent());
|
|
});
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](2, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate1"](" ", _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](2, 1, "PG_VIEW_EVENT_BTN_LINK_SHARE"), " ");
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_14_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
const _r22 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵgetCurrentView"]();
|
|
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 31)(1, "button", 32);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵlistener"]("click", function ViewEventPage_div_14_Template_button_click_1_listener() {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵrestoreView"](_r22);
|
|
const ctx_r21 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"]();
|
|
return _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵresetView"](ctx_r21.onFixEventErrors());
|
|
});
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](3, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]()();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate1"](" ", _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](3, 1, "PG_VIEW_EVENT_BTN_EDIT"), " ");
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_34_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 33)(1, "div", 16);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](3, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelement"](4, "app-list-recurrence-dates", 34);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const ctx_r2 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](3, 3, "TEXT_RECURRENCES_DATES"));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("showShortDateList", true)("recurrenceDates", ctx_r2.recurrenceDates);
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_35_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 35)(1, "div", 16);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](3, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](4, "div", 13);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](5);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]()();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const ctx_r3 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](3, 2, "PG_VIEW_EVENT_TEXT_FLOOR"));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](3);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](ctx_r3.floor.description);
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_36_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 35)(1, "div", 16);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](3, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](4, "div", 13);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](5);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]()();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const ctx_r4 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](3, 2, "PG_VIEW_EVENT_TEXT_GROUP"));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](3);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](ctx_r4.group.description);
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_41_div_1_div_5_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 43);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const host_r24 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"]().$implicit;
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](host_r24.department);
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_41_div_1_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 38);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelement"](1, "app-avatar", 39);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](2, "div", 40)(3, "div", 41);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](4);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](5, ViewEventPage_div_41_div_1_div_5_Template, 2, 1, "div", 42);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]()();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const host_r24 = ctx.$implicit;
|
|
const ctx_r23 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"](2);
|
|
let tmp_2_0;
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("firstName", host_r24.firstName)("lastName", host_r24.lastName)("thumbnailImage", (tmp_2_0 = host_r24.thumbnailImage) !== null && tmp_2_0 !== undefined ? tmp_2_0 : null)("size", "md");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](3);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate1"](" ", ctx_r23.helperService.normalizeName(host_r24.firstName, host_r24.lastName), " ");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", host_r24.department);
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_41_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 36);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](1, ViewEventPage_div_41_div_1_Template, 6, 6, "div", 37);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const ctx_r5 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngForOf", ctx_r5.hosts);
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_42_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 44);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](2, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate1"](" ", _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](2, 1, "PG_VIEW_EVENT_TEXT_NOT_HOST_SELECTED"), " ");
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_47_div_1_div_5_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 53);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const guest_r28 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"]().$implicit;
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](guest_r28.company);
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_47_div_1_div_6_div_4_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 57);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const guest_r28 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"](2).$implicit;
|
|
const ctx_r33 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate1"](" ", ctx_r33.momentService.formatAsEventAt(guest_r28.checkinDate), " ");
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_47_div_1_div_6_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 54)(1, "div", 55);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](3, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](4, ViewEventPage_div_47_div_1_div_6_div_4_Template, 2, 1, "div", 56);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const guest_r28 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"]().$implicit;
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate1"](" ", _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](3, 2, "PG_VIEW_EVENT_TEXT_CHECK_PERFORMED_AT"), " ");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", guest_r28.checkinDate);
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_47_div_1_div_7_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 58);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const guest_r28 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"]().$implicit;
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](guest_r28.phone);
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_47_div_1_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 47);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelement"](1, "app-avatar", 39);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](2, "div", 48)(3, "div", 41);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](4);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](5, ViewEventPage_div_47_div_1_div_5_Template, 2, 1, "div", 49);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](6, ViewEventPage_div_47_div_1_div_6_Template, 5, 4, "div", 50);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](7, ViewEventPage_div_47_div_1_div_7_Template, 2, 1, "div", 51);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelement"](8, "app-status-invite", 52);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]()();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const guest_r28 = ctx.$implicit;
|
|
const ctx_r27 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"](2);
|
|
let tmp_2_0;
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("firstName", guest_r28.firstName)("lastName", guest_r28.lastName)("thumbnailImage", (tmp_2_0 = guest_r28.thumbnailImage) !== null && tmp_2_0 !== undefined ? tmp_2_0 : null)("size", "md");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](3);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate1"](" ", ctx_r27.helperService.normalizeName(guest_r28.firstName, guest_r28.lastName), " ");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", guest_r28.company);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", guest_r28.status === "CHECKIN_DONE" || guest_r28.status === "MULTI_CHECKIN" || guest_r28.status === "QRCODE_PRINTED");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", guest_r28.phone && !guest_r28.escort);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("status", guest_r28.status);
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_47_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 45);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](1, ViewEventPage_div_47_div_1_Template, 9, 9, "div", 46);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const ctx_r7 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngForOf", ctx_r7.guests);
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_48_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 59);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](2, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate1"](" ", _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](2, 1, "PG_VIEW_EVENT_TEXT_NOT_GUEST_SELECTED"), " ");
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_53_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 13);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](2, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](2, 1, "TEXT_YES"));
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_54_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 13);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](2, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](2, 1, "TEXT_NOT"));
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_58_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 13);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](2, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](2, 1, "TEXT_YES"));
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_59_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 13);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](2, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](2, 1, "TEXT_NOT"));
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_63_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 13);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](2, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](2, 1, "TEXT_YES"));
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_64_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 13);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](2, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](2, 1, "TEXT_NOT"));
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_69_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 13);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](2, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const ctx_r15 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate2"](" ", ctx_r15.checkInStartAt, " ", _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](2, 2, "PG_VIEW_EVENT_TEXT_MINUTES"), " ");
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_70_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 13);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](2, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](2, 1, "TEXT_NOT"));
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_71_div_4_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 13);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const bookei_r38 = ctx.$implicit;
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](bookei_r38 == null ? null : bookei_r38.assetName);
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_71_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 28)(1, "div", 16);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](3, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](4, ViewEventPage_div_71_div_4_Template, 2, 1, "div", 60);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const ctx_r17 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](3, 2, "PG_VIEW_EVENT_TEXT_ROOM_RESERVATIONS"));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngForOf", ctx_r17.bookeis);
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_73_div_2_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
const _r42 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵgetCurrentView"]();
|
|
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 31)(1, "button", 62);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵlistener"]("click", function ViewEventPage_div_73_div_2_Template_button_click_1_listener() {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵrestoreView"](_r42);
|
|
const ctx_r41 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"](2);
|
|
return _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵresetView"](ctx_r41.onDeleteEvent());
|
|
});
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](3, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]()();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const connectionStatus_r39 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"]().ngIf;
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("disabled", connectionStatus_r39.status === "Offline");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate1"](" ", _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](3, 2, "BTN_CLOSET"), " ");
|
|
}
|
|
}
|
|
|
|
function ViewEventPage_div_73_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](0, "div", 61)(1, "div", 9);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](2, ViewEventPage_div_73_div_2_Template, 4, 4, "div", 10);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]()();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
const ctx_r18 = _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵnextContext"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", ctx_r18.canBeDeleted());
|
|
}
|
|
}
|
|
|
|
class ViewEventPage {
|
|
constructor(createEventService, navigationService, loadingService, notificatorService, momentService, activatedRoute, router, companyService, helperService, modalController, logService, profileManagerService, authService, apiService, geolocationService, portalLoginManagerService, permissionsAndroidService, modalPermissionService, platform, androidPermissions, bookeiService, translateConfigService, socialSharingService, stateService, sessionAddFlowService, userPhotoService) {
|
|
var _this = this;
|
|
|
|
this.createEventService = createEventService;
|
|
this.navigationService = navigationService;
|
|
this.loadingService = loadingService;
|
|
this.notificatorService = notificatorService;
|
|
this.momentService = momentService;
|
|
this.activatedRoute = activatedRoute;
|
|
this.router = router;
|
|
this.companyService = companyService;
|
|
this.helperService = helperService;
|
|
this.modalController = modalController;
|
|
this.logService = logService;
|
|
this.profileManagerService = profileManagerService;
|
|
this.authService = authService;
|
|
this.apiService = apiService;
|
|
this.geolocationService = geolocationService;
|
|
this.portalLoginManagerService = portalLoginManagerService;
|
|
this.permissionsAndroidService = permissionsAndroidService;
|
|
this.modalPermissionService = modalPermissionService;
|
|
this.platform = platform;
|
|
this.androidPermissions = androidPermissions;
|
|
this.bookeiService = bookeiService;
|
|
this.translateConfigService = translateConfigService;
|
|
this.socialSharingService = socialSharingService;
|
|
this.stateService = stateService;
|
|
this.sessionAddFlowService = sessionAddFlowService;
|
|
this.userPhotoService = userPhotoService;
|
|
this.existPendings = false;
|
|
this.bookeis = [];
|
|
|
|
this.navigateToQRCode = () => {
|
|
this.navigationService.root(['/home']);
|
|
};
|
|
|
|
this.navigateToPendingLiberations = () => {
|
|
this.navigationService.forward(['/push-notifications']);
|
|
};
|
|
|
|
this.loadData = () => {
|
|
this.loadingService.show(this.translateConfigService.translate('PG_VIEW_EVENT_LOADING_EVENT_DATA'), 'loading-event-data');
|
|
this.getVoProfiles().then(profiles => {
|
|
this.profiles = profiles;
|
|
return this.getEvent(this.eventId, this.companyInstanceName);
|
|
}).then(response => {
|
|
const event = response;
|
|
event.date = this.momentService.formatAsEventFromTo(event.startAt, event.endAt);
|
|
this.event = event;
|
|
const invites = event.invites;
|
|
const guests = invites.filter(item => !item.host);
|
|
const hosts = invites.filter(item => item.host);
|
|
this.event.guests = guests;
|
|
this.event.hosts = hosts;
|
|
this.bookeiService.selectService('bookeisInEventDetail', this.eventId).then(bookeis => {
|
|
event.bookeis = bookeis ? bookeis : [];
|
|
this.bookeis = bookeis ? bookeis : [];
|
|
});
|
|
this.setEventValues(this.event);
|
|
this.loadPhotos();
|
|
|
|
if (event?.id !== null || event?.id !== undefined) {
|
|
const guests = this.createEventService.getGuests();
|
|
|
|
if (guests.length) {
|
|
this.disableBtnEdit = guests.filter(gh => gh.status === 'CHECKIN_DONE' || gh.status === 'QRCODE_PRINTED' || gh.status === 'FINISHED').length > 0;
|
|
}
|
|
}
|
|
}).catch(error => {
|
|
console.log('processGetEventErrorResponse');
|
|
console.log('error:', error);
|
|
this.logService.logError('http::processGetEventErrorResponse', '', error);
|
|
this.loadingService.hide(null, 'loading-event-data');
|
|
const title = this.translateConfigService.translate('PG_VIEW_EVENT_TOAST_TITLE_ERROR');
|
|
const message = this.translateConfigService.translate('PG_VIEW_EVENT_TOAST_MESSAGE_ERROR');
|
|
const notification = {
|
|
title,
|
|
message,
|
|
type: 'error'
|
|
};
|
|
this.notificatorService.notify(notification);
|
|
});
|
|
};
|
|
|
|
this.getEvent = (eventId, companyInstanceName) => {
|
|
const filter = {};
|
|
return this.companyService.getEvent(eventId, filter, companyInstanceName);
|
|
};
|
|
|
|
this.setEventValues = event => {
|
|
this.loadingService.hide(null, 'loading-event-data');
|
|
|
|
if (event) {
|
|
this.isNew = !event.id;
|
|
this.title = event.title;
|
|
this.recurrenceDates = event.recurrenceDates ? event.recurrenceDates : [];
|
|
this.recurrent = event?.recurrent ? event.recurrent : false;
|
|
this.startAt = this.momentService.formatAsEventAt(event.startAt);
|
|
const lastDateRecurrence = !!event?.recurrenceDates ? event?.recurrenceDates[event?.recurrenceDates?.length - 1] : null;
|
|
this.formatDateEntAt(event, lastDateRecurrence);
|
|
this.hosts = event.hosts;
|
|
this.guests = event.guests;
|
|
this.multiCheckin = event.multiCheckin;
|
|
this.allowCompanion = event.allowCompanion;
|
|
this.needAuthorization = !event.autoRelease;
|
|
this.checkInStartAt = event.checkinStartAt;
|
|
this.bookeis = event.bookeis ? event.bookeis : [];
|
|
this.locator = event.locator;
|
|
this.floor = event.floor ? {
|
|
description: event.floor,
|
|
code: event.floorCode
|
|
} : null;
|
|
this.group = event?.group ? {
|
|
code: event.groupCode,
|
|
description: event.group
|
|
} : null;
|
|
}
|
|
};
|
|
|
|
this.getVoProfiles = () => new Promise((resolve, reject) => {
|
|
this.authService.getToken().then(token => {
|
|
this.apiService.getUserProfiles('VO', token).subscribe(resolve, reject);
|
|
});
|
|
});
|
|
|
|
this.getSelectedEventRelatedProfile = (profiles, eventProfile) => profiles.find(profile => profile.company.instanceName === eventProfile);
|
|
|
|
this.isLimitedProfile = profile => profile.authorities && profile.authorities.includes('ROLE_COMPANY_LIMITED');
|
|
|
|
this.onFixEventErrors = () => {
|
|
this.sessionAddFlowService.clearSessionId();
|
|
const event = this.event;
|
|
const selectedProfile = this.getSelectedEventRelatedProfile(this.profiles, event.company.instanceName);
|
|
this.profileManagerService.setProfile(selectedProfile);
|
|
const isLimitedProfile = this.isLimitedProfile(selectedProfile); // this.createEventService.setPeriods(event?.periods);
|
|
|
|
if (event?.id) {
|
|
if (event?.periods?.length > 0) {
|
|
this.createEventService.setPeriods(event?.periods);
|
|
this.createEventService.setRecurrenceDates(event?.recurrenceDates);
|
|
this.createEventService.setRecurrent(event?.recurrent);
|
|
}
|
|
}
|
|
|
|
this.createEventService.setLocator(event?.locator);
|
|
const evToEdit = { ...event,
|
|
floor: this.floor,
|
|
group: this.group
|
|
};
|
|
const navigationExtras = {
|
|
state: {
|
|
event: evToEdit,
|
|
isLimitedProfile,
|
|
action: 'edit'
|
|
}
|
|
};
|
|
this.navigationService.back(['/create-event-event-name-step'], navigationExtras);
|
|
};
|
|
|
|
this.verifyIsAllGuestsHaveEmail = share => {
|
|
const guests = this.event.guests;
|
|
const isMissingEmail = guests.find(guest => !guest.email);
|
|
|
|
if (isMissingEmail) {
|
|
this.openUpdateUserEmailModal(guests, share);
|
|
} else {
|
|
this.addToCalendar();
|
|
}
|
|
};
|
|
|
|
this.openUpdateUserEmailModal = /*#__PURE__*/function () {
|
|
var _ref = (0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (guests, componentSharing) {
|
|
guests = guests.filter(guest => !guest.email);
|
|
const modal = yield _this.modalController.create({
|
|
component: _shared_components__WEBPACK_IMPORTED_MODULE_2__.UpdateUserEmailComponent,
|
|
componentProps: {
|
|
guests,
|
|
componentSharing
|
|
}
|
|
});
|
|
yield modal.present();
|
|
const {
|
|
role,
|
|
data
|
|
} = yield modal.onDidDismiss();
|
|
|
|
if (data) {
|
|
_this.onModalDismissCallback(data, componentSharing, role);
|
|
}
|
|
});
|
|
|
|
return function (_x, _x2) {
|
|
return _ref.apply(this, arguments);
|
|
};
|
|
}();
|
|
|
|
this.updateGuestsData = updatedGuests => {
|
|
let guests = this.event.guests;
|
|
guests = guests.map(guest => {
|
|
const foundGuest = updatedGuests.find(updatedGuest => updatedGuest.id === guest.id);
|
|
|
|
if (foundGuest) {
|
|
return foundGuest;
|
|
}
|
|
|
|
return guest;
|
|
});
|
|
this.event.guests = guests;
|
|
};
|
|
|
|
this.addToCalendar = /*#__PURE__*/(0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
|
|
const haspermission = yield _this.haspermissionCalendar();
|
|
|
|
if (!haspermission) {
|
|
_this.modalPermissionService.openModal({
|
|
permission: 'CALENDAR'
|
|
}).then(value => {
|
|
if (value) {
|
|
_this.requestPermissionCalendarAndContact().then( /*#__PURE__*/function () {
|
|
var _ref3 = (0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (requestpermission) {
|
|
console.log(requestpermission);
|
|
|
|
_this.addToCalendarComponsed();
|
|
});
|
|
|
|
return function (_x3) {
|
|
return _ref3.apply(this, arguments);
|
|
};
|
|
}());
|
|
} else {
|
|
_this.logService.logError('permissionModal::addToCalendarPageEvent', '', 'modal-permission-rejected');
|
|
}
|
|
});
|
|
} else {
|
|
_this.addToCalendarComponsed();
|
|
}
|
|
});
|
|
|
|
this.getCompanyAddress = event => event.company && event.company.address ? event.company.address : '';
|
|
|
|
this.addToCalendarSuccessResponse = response => {
|
|
console.log('addToCalendarSuccessResponse:', response);
|
|
};
|
|
|
|
this.addToCalendarErrorResponse = response => {
|
|
console.log('addToCalendarErrorResponse:', response);
|
|
this.logService.logError('calendar::addToCalendarErrorResponse', '', response);
|
|
};
|
|
|
|
this.onBack = () => {
|
|
this.navigationService.back(['/events']);
|
|
};
|
|
|
|
this.isLogisticEvent = event => event && event.target && event.target === 'LOGISTIC';
|
|
|
|
this.shouldShowEditButton = event => !this.isLogisticEvent(event);
|
|
|
|
this.shouldShowEventFloor = event => !this.isLogisticEvent(event);
|
|
|
|
this.shouldShowEventGroup = event => !!this.group;
|
|
|
|
this.getEventTitleToTheView = event => {
|
|
if (!event) {
|
|
return;
|
|
}
|
|
|
|
if (this.isLogisticEvent(event)) {
|
|
return event.title + this.translateConfigService.translate('PG_EVENTS_TEXT_LOGISTIC');
|
|
} else {
|
|
return event.title;
|
|
}
|
|
};
|
|
|
|
this.canBeDeleted = () => {
|
|
/*const hosts = this.hosts && Array.isArray(this.hosts) ? this.hosts : [];
|
|
const guests = this.guests && Array.isArray(this.guests) ? this.guests : [];
|
|
const both = hosts.concat(guests);
|
|
const notWaitingForCheckinInvites = both.filter(
|
|
invite => invite.status !== 'WAITING_FOR_CHECKIN'
|
|
);*/
|
|
let isLimitedProfile = false;
|
|
|
|
if (this.event && this.event.company) {
|
|
const selectedProfile = this.getSelectedEventRelatedProfile(this.profiles, this.event.company.instanceName);
|
|
isLimitedProfile = this.isLimitedProfile(selectedProfile);
|
|
}
|
|
|
|
return !isLimitedProfile;
|
|
};
|
|
|
|
this.onDeleteEvent = /*#__PURE__*/(0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
|
|
const labelBtnBack = _this.translateConfigService.translate('BTN_BACK');
|
|
|
|
const labelBtnCloset = _this.translateConfigService.translate('BTN_CLOSET');
|
|
|
|
const description = _this.translateConfigService.translate('MODAL_GENERIC.DELETE_EVENT_VO.DESCRIPTION');
|
|
|
|
const props = {
|
|
actionsButton: [{
|
|
label: labelBtnBack,
|
|
enabled: true,
|
|
size: 'default',
|
|
action: () => {
|
|
_this.modalController.dismiss({
|
|
close: true
|
|
}, 'cancel');
|
|
},
|
|
classCss: ''
|
|
}, {
|
|
label: labelBtnCloset,
|
|
size: 'default',
|
|
enabled: true,
|
|
action: () => {
|
|
_this.modalController.dismiss({
|
|
confirm: true
|
|
});
|
|
},
|
|
classCss: 'delete'
|
|
}],
|
|
description,
|
|
title: '',
|
|
type: 'info',
|
|
typename: _shared_components__WEBPACK_IMPORTED_MODULE_2__.TypenameComponet.deleteEventVO
|
|
};
|
|
const modal = yield _this.modalController.create({
|
|
component: _shared_components__WEBPACK_IMPORTED_MODULE_2__.GenericModalComponent,
|
|
cssClass: 'modal-generic-component-delete-event',
|
|
componentProps: {
|
|
props
|
|
}
|
|
});
|
|
yield modal.present();
|
|
const {
|
|
data,
|
|
role
|
|
} = yield modal.onDidDismiss();
|
|
|
|
if (role) {
|
|
return;
|
|
}
|
|
|
|
if (data) {
|
|
_this.sessionAddFlowService.clearSessionId();
|
|
|
|
const event = _this.event;
|
|
event.status = 'CANCELED';
|
|
const companyInstance = _this.event.company.instanceName;
|
|
|
|
const selectedProfile = _this.getSelectedEventRelatedProfile(_this.profiles, companyInstance);
|
|
|
|
_this.profileManagerService.setProfile(selectedProfile);
|
|
|
|
_this.loadingService.show(_this.translateConfigService.translate('PG_VIEW_EVENT_LOADING_REMOVE'), 'on-delete-event');
|
|
|
|
_this.createEventService.deleteEventAsync(event).then(_this.handleOnDeleteEventSuccessResponse).catch(_this.handleOnDeleteEventErrorResponse);
|
|
}
|
|
});
|
|
|
|
this.getProfileRelatedAccessToken = profile => new Promise((resolve, reject) => {
|
|
this.authService.getToken().then(response => {
|
|
const token = response;
|
|
return this.portalLoginManagerService.getAccessToken(profile.login, profile.portal, token);
|
|
}).then(getUserProfileLoginResponse => {
|
|
const accessToken = getUserProfileLoginResponse.access_token;
|
|
resolve(accessToken);
|
|
}).catch(reject);
|
|
});
|
|
|
|
this.handleGetAccessTokenError = error => {
|
|
this.loadingService.hide(null, 'on-delete-event');
|
|
const title = this.translateConfigService.translate('PG_VIEW_EVENT_TOAST_TITLE_ERROR_GET_TOKEN');
|
|
const message = this.translateConfigService.translate('PG_VIEW_EVENT_TOAST_MESSAGE_ERROR_GET_TOKEN');
|
|
this.logService.logError('http::onDeleteEvent::getAccessToken', '', error);
|
|
const notification = {
|
|
title,
|
|
message,
|
|
type: 'error',
|
|
timeout: 5000
|
|
};
|
|
this.notificatorService.notify(notification);
|
|
};
|
|
|
|
this.handleOnDeleteEventSuccessResponse = response => {
|
|
this.loadingService.hide(null, 'on-delete-event');
|
|
const title = this.translateConfigService.translate('PG_VIEW_EVENT_TOAST_TITLE_DELETE');
|
|
const message = this.translateConfigService.translate('PG_VIEW_EVENT_TOAST_MESSAGE_DELETE');
|
|
const notification = {
|
|
title,
|
|
message,
|
|
type: 'success',
|
|
timeout: 5000
|
|
};
|
|
this.notificatorService.notify(notification);
|
|
this.onBack();
|
|
};
|
|
|
|
this.handleOnDeleteEventErrorResponse = error => {
|
|
console.log('handleOnDeleteEventErrorResponse');
|
|
console.log(error);
|
|
this.loadingService.hide(null, 'on-delete-event');
|
|
this.logService.logError('http::handleOnDeleteEventErrorResponse', '', error);
|
|
const title = this.translateConfigService.translate('PG_VIEW_EVENT_TOAST_TITLE_DELETE_REQUEST');
|
|
const message = this.translateConfigService.translate('PG_VIEW_EVENT_TOAST_MESSAGE_DELETE_REQUEST');
|
|
const notification = {
|
|
title,
|
|
message,
|
|
type: 'error',
|
|
timeout: 5000
|
|
};
|
|
this.notificatorService.notify(notification);
|
|
};
|
|
|
|
this.handleGetLocationError = (tagLoading, logError, error) => {
|
|
this.loadingService.hide(null, tagLoading);
|
|
this.logService.logError(logError, '', error);
|
|
this.toastErrorLocation();
|
|
};
|
|
|
|
this.title = '';
|
|
this.startAt = '';
|
|
this.endAt = '';
|
|
this.hosts = [];
|
|
this.guests = [];
|
|
this.floor = {
|
|
description: ''
|
|
};
|
|
this.group = {
|
|
description: ''
|
|
};
|
|
this.sessionAddFlowService.clearSessionId();
|
|
const eventID = this.activatedRoute.snapshot.params?.eventId;
|
|
this.activatedRoute.queryParams.subscribe(params => {
|
|
if (this.router.getCurrentNavigation().extras.state) {
|
|
this.eventId = eventID ? eventID : this.router.getCurrentNavigation().extras.state.eventId;
|
|
this.companyInstanceName = this.router.getCurrentNavigation().extras.state.companyInstanceName;
|
|
this.loadData();
|
|
}
|
|
});
|
|
}
|
|
|
|
ionViewDidEnter() {}
|
|
|
|
ionViewDidLeave() {}
|
|
|
|
loadPhotos() {
|
|
var _this2 = this;
|
|
|
|
return (0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
|
|
const companyInstance = _this2.event?.company?.instanceName ?? _this2.companyInstanceName;
|
|
if (!_this2.userPhotoService.canShowPhoto(companyInstance)) return;
|
|
let accessToken;
|
|
|
|
try {
|
|
accessToken = yield _this2.userPhotoService.getCompanyAccessToken(companyInstance);
|
|
} catch {
|
|
return;
|
|
}
|
|
|
|
for (const person of [...(_this2.hosts ?? []), ...(_this2.guests ?? [])]) {
|
|
if (!person.refId) continue;
|
|
|
|
try {
|
|
const res = yield _this2.apiService.getUserThumbnailPhotoOfPendingRelease(companyInstance, accessToken, person.refId).toPromise();
|
|
person.thumbnailImage = res?.faceImageThumbnail ?? null;
|
|
} catch {}
|
|
}
|
|
})();
|
|
}
|
|
|
|
shareEvent(role) {
|
|
var _this3 = this;
|
|
|
|
return (0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
|
|
const guests = _this3.event.guests;
|
|
const isMissingEmail = guests.find(guest => !guest.email);
|
|
|
|
if (isMissingEmail && role !== 'cancel') {
|
|
_this3.openUpdateUserEmailModal(guests, 'others');
|
|
} else {
|
|
const modal = yield _this3.modalController.create({
|
|
component: _shared_components_modais__WEBPACK_IMPORTED_MODULE_3__.ShareModalComponent,
|
|
componentProps: {
|
|
event: _this3.event,
|
|
page: 'view-event'
|
|
},
|
|
cssClass: 'modal-share'
|
|
});
|
|
yield modal.present();
|
|
const {
|
|
role,
|
|
data: closemodal
|
|
} = yield modal.onDidDismiss();
|
|
} // if (this.event) {
|
|
// this.socialSharingService.shareEvent(this.event, 'OTHERS', 'view-event');
|
|
// }
|
|
|
|
})();
|
|
}
|
|
|
|
onModalDismissCallback(detail, componentSharing, role) {
|
|
console.log('onModalDismissCallback detail:', detail);
|
|
|
|
if (detail) {
|
|
const guests = detail.guests;
|
|
this.updateGuestsData(guests);
|
|
|
|
if (detail.share && componentSharing === 'calendar') {
|
|
this.addToCalendar();
|
|
} else {
|
|
this.shareEvent(role);
|
|
}
|
|
}
|
|
}
|
|
|
|
addToCalendarComponsed() {
|
|
var _this4 = this;
|
|
|
|
return (0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
|
|
if (!_this4.event) {
|
|
return;
|
|
}
|
|
|
|
const android = _capacitor_core__WEBPACK_IMPORTED_MODULE_1__.Capacitor.getPlatform() === 'android';
|
|
|
|
if (android) {
|
|
_this4.socialSharingService.shareEvent(_this4.event, 'CALENDAR', 'view-event');
|
|
|
|
return;
|
|
}
|
|
|
|
const modal = yield _this4.modalController.create({
|
|
component: _shared_components_modais__WEBPACK_IMPORTED_MODULE_3__.ShareModalComponent,
|
|
componentProps: {
|
|
event: _this4.event,
|
|
page: 'event-share-step',
|
|
calendar: true
|
|
},
|
|
cssClass: 'modal-share'
|
|
});
|
|
yield modal.present();
|
|
const {
|
|
role,
|
|
data: closemodal
|
|
} = yield modal.onDidDismiss();
|
|
console.log(closemodal);
|
|
console.log(role);
|
|
})();
|
|
}
|
|
|
|
haspermissionCalendar() {
|
|
var _this5 = this;
|
|
|
|
return (0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
|
|
const haspermissionCalendarRead = _this5.platform.is('cordova') ? yield _this5.permissionsAndroidService.hasPermission('READ_CALENDAR') : {
|
|
hasPermission: true
|
|
};
|
|
const haspermissionCalendarWrite = _this5.platform.is('cordova') ? yield _this5.permissionsAndroidService.hasPermission('WRITE_CALENDAR') : {
|
|
hasPermission: true
|
|
};
|
|
|
|
if (haspermissionCalendarRead.hasPermission && haspermissionCalendarWrite.hasPermission) {
|
|
return true;
|
|
} else {
|
|
return false;
|
|
}
|
|
})();
|
|
}
|
|
|
|
requestPermissionCalendarAndContact() {
|
|
var _this6 = this;
|
|
|
|
return (0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
|
|
const listPermissions = [_this6.androidPermissions.PERMISSION.READ_CALENDAR, _this6.androidPermissions.PERMISSION.WRITE_CALENDAR];
|
|
const multRequestPermission = yield _this6.permissionsAndroidService.multRequestPermissions(listPermissions);
|
|
|
|
if (multRequestPermission.hasPermission) {
|
|
return true;
|
|
} else {
|
|
return false;
|
|
}
|
|
})();
|
|
}
|
|
|
|
geoCoordinates(logError, tagLoading) {
|
|
var _this7 = this;
|
|
|
|
return (0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
|
|
try {
|
|
const currentPosition = yield _this7.geolocationService.getCurrentPositionAndRequestPermission();
|
|
const lat = currentPosition && currentPosition.coords && currentPosition.coords.latitude ? currentPosition.coords.latitude : null;
|
|
const lng = currentPosition && currentPosition.coords && currentPosition.coords.longitude ? currentPosition.coords.longitude : null;
|
|
const geoCoordinates = {
|
|
lat,
|
|
lng
|
|
};
|
|
return geoCoordinates;
|
|
} catch (error) {
|
|
_this7.handleGetLocationError(tagLoading, logError, error);
|
|
|
|
return;
|
|
}
|
|
})();
|
|
}
|
|
|
|
toastErrorLocation() {
|
|
const title = this.translateConfigService.translate('PG_VIEW_EVENT_TOAST_TITLE_GETTING_LOCATION');
|
|
const message = this.translateConfigService.translate('PG_VIEW_EVENT_TOAST_MESSAGE_GETTING_LOCATION');
|
|
const notification = {
|
|
title,
|
|
message,
|
|
type: 'error',
|
|
timeout: 5000
|
|
};
|
|
this.notificatorService.notify(notification);
|
|
}
|
|
|
|
formatDateHourEndAt(date, hour) {
|
|
const dateOnly = moment__WEBPACK_IMPORTED_MODULE_4___default()(date).format('DD/MM/YYYY');
|
|
const hounOnly = moment__WEBPACK_IMPORTED_MODULE_4___default()(hour).format('HH[h]mm[min]');
|
|
return `${dateOnly + ' ás ' + hounOnly}`;
|
|
}
|
|
|
|
formatDateEntAt(event, lastDateRecurrence) {
|
|
const enddate = new Date(event.endAt);
|
|
const dateRecurrence = lastDateRecurrence?.happensAt;
|
|
|
|
if (event?.id && event?.recurrent && dateRecurrence) {
|
|
this.endAt = this.formatDateHourEndAt(dateRecurrence, event.endAt);
|
|
} else if (event?.id && !dateRecurrence) {
|
|
this.endAt = this.formatDateHourEndAt(enddate, event.endAt);
|
|
} else {
|
|
this.endAt = this.momentService.formatAsEventAt(event.endAt);
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
ViewEventPage.ɵfac = function ViewEventPage_Factory(t) {
|
|
return new (t || ViewEventPage)(_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.CreateEventService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.NavigationService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.LoadingService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.NotificatorService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.MomentService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_angular_router__WEBPACK_IMPORTED_MODULE_7__.ActivatedRoute), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_angular_router__WEBPACK_IMPORTED_MODULE_7__.Router), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.CompanyService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.HelperService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_ionic_angular__WEBPACK_IMPORTED_MODULE_16__.ModalController), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.LogService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.ProfileManagerService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.AuthService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.ApiService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.GeolocationService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.PortalLoginManagerService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.PermissionsAndroidService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.ModalPermissionsService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_ionic_angular__WEBPACK_IMPORTED_MODULE_16__.Platform), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_awesome_cordova_plugins_android_permissions_ngx__WEBPACK_IMPORTED_MODULE_8__.AndroidPermissions), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.BookeiService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.TranslateConfigService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.SocialSharingService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services_state_service__WEBPACK_IMPORTED_MODULE_9__.StateService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services_sessionaddflow_service__WEBPACK_IMPORTED_MODULE_10__.SessionaddflowService), _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdirectiveInject"](_shared_services__WEBPACK_IMPORTED_MODULE_6__.UserPhotoService));
|
|
};
|
|
|
|
ViewEventPage.ɵcmp = /*@__PURE__*/_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵdefineComponent"]({
|
|
type: ViewEventPage,
|
|
selectors: [["app-view-event"]],
|
|
decls: 75,
|
|
vars: 56,
|
|
consts: [["defaultHref", "events", 3, "title", "showBadge", "refresh"], [1, "centralized-content"], [1, "actions"], [1, "button-holder"], [1, "button-holder-group", "share-group"], [1, "add-to-calendar-button-holder"], ["type", "submit", 3, "click"], [1, "share-event"], ["type", "submit", 3, "click", 4, "ngIf"], [1, "button-holder-group"], ["class", "button-holder-group-item", 4, "ngIf"], [1, "event"], [1, "section", "title"], [1, "value"], [1, "section", "date"], [1, "start-at"], [1, "label"], [1, "end-at"], ["class", "recurrence", 4, "ngIf"], ["class", "floor", 4, "ngIf"], [1, "section", "hosts"], ["class", "hosts-holder", 4, "ngIf"], ["class", "hosts-empty", 4, "ngIf"], [1, "section", "guests"], ["class", "guests-holder", 4, "ngIf"], ["class", "guests-empty", 4, "ngIf"], [1, "section", "option", "multi-check-in"], ["class", "value", 4, "ngIf"], [1, "section", "option", "add-companion"], ["class", "section option add-companion", 4, "ngIf"], ["class", "button-holder bottom", 4, "ngIf"], [1, "button-holder-group-item"], ["type", "button", 1, "back", 3, "click"], [1, "recurrence"], [3, "showShortDateList", "recurrenceDates"], [1, "floor"], [1, "hosts-holder"], ["class", "host", 4, "ngFor", "ngForOf"], [1, "host"], [3, "firstName", "lastName", "thumbnailImage", "size"], [1, "host-info"], [1, "full-name"], ["class", "department", 4, "ngIf"], [1, "department"], [1, "hosts-empty"], [1, "guests-holder"], ["class", "guest", 4, "ngFor", "ngForOf"], [1, "guest"], [1, "guest-info"], ["class", "company", 4, "ngIf"], ["class", "check-in-done-at", 4, "ngIf"], ["class", "phone", 4, "ngIf"], [3, "status"], [1, "company"], [1, "check-in-done-at"], [1, "guest-attribute"], ["class", "guest-value", 4, "ngIf"], [1, "guest-value"], [1, "phone"], [1, "guests-empty"], ["class", "value", 4, "ngFor", "ngForOf"], [1, "button-holder", "bottom"], ["type", "button", 1, "delete", 3, "disabled", "click"]],
|
|
template: function ViewEventPage_Template(rf, ctx) {
|
|
if (rf & 1) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelement"](0, "app-header", 0);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](1, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](2, "ion-content")(3, "div", 1)(4, "div", 2)(5, "div", 3)(6, "div", 4)(7, "div", 5)(8, "button", 6);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵlistener"]("click", function ViewEventPage_Template_button_click_8_listener() {
|
|
return ctx.verifyIsAllGuestsHaveEmail("calendar");
|
|
});
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](9);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](10, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]()();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](11, "div", 7);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](12, ViewEventPage_button_12_Template, 3, 3, "button", 8);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]()();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](13, "div", 9);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](14, ViewEventPage_div_14_Template, 4, 3, "div", 10);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]()()();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](15, "ion-row")(16, "ion-col")(17, "div", 11)(18, "div", 12)(19, "div", 13);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](20);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]()();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](21, "div", 14)(22, "div", 15)(23, "div", 16);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](24);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](25, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](26, "div", 13);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](27);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]()();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](28, "div", 17)(29, "div", 16);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](30);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](31, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](32, "div", 13);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](33);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]()();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](34, ViewEventPage_div_34_Template, 5, 5, "div", 18);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](35, ViewEventPage_div_35_Template, 6, 4, "div", 19);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](36, ViewEventPage_div_36_Template, 6, 4, "div", 19);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](37, "div", 20)(38, "div", 16);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](39);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](40, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](41, ViewEventPage_div_41_Template, 2, 1, "div", 21);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](42, ViewEventPage_div_42_Template, 3, 3, "div", 22);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](43, "div", 23)(44, "div", 16);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](45);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](46, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](47, ViewEventPage_div_47_Template, 2, 1, "div", 24);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](48, ViewEventPage_div_48_Template, 3, 3, "div", 25);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](49, "div", 26)(50, "div", 16);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](51);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](52, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](53, ViewEventPage_div_53_Template, 3, 3, "div", 27);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](54, ViewEventPage_div_54_Template, 3, 3, "div", 27);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](55, "div", 16);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](56);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](57, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](58, ViewEventPage_div_58_Template, 3, 3, "div", 27);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](59, ViewEventPage_div_59_Template, 3, 3, "div", 27);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](60, "div", 16);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](61);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](62, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](63, ViewEventPage_div_63_Template, 3, 3, "div", 27);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](64, ViewEventPage_div_64_Template, 3, 3, "div", 27);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](65, "div", 28)(66, "div", 16);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtext"](67);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](68, "translate");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](69, ViewEventPage_div_69_Template, 3, 4, "div", 27);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](70, ViewEventPage_div_70_Template, 3, 3, "div", 27);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](71, ViewEventPage_div_71_Template, 5, 4, "div", 29);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]()()();
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementStart"](72, "div", 2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtemplate"](73, ViewEventPage_div_73_Template, 3, 1, "div", 30);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipe"](74, "async");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵelementEnd"]()()();
|
|
}
|
|
|
|
if (rf & 2) {
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("title", _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](1, 34, "PG_VIEW_EVENT_HEADER_TITLE"))("showBadge", true)("refresh", false);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](9);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate1"](" ", _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](10, 36, "PG_VIEW_EVENT_BTN_CALENDAR_INVITATION"), " ");
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](3);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", !ctx.isNew);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", ctx.shouldShowEditButton(ctx.event));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](6);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](ctx.getEventTitleToTheView(ctx.event));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](4);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](25, 38, "PG_VIEW_EVENT_TEXT_STARTS_AT"));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](3);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](ctx.startAt);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](3);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](31, 40, "PG_VIEW_EVENT_TEXT_ENDS_AT"));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](3);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](ctx.endAt);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", ctx.recurrent);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", ctx.shouldShowEventFloor(ctx.event));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", ctx.shouldShowEventGroup(ctx.event));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](3);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](40, 42, "PG_VIEW_EVENT_TEXT_HOSTS"));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", ctx.hosts.length);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", !ctx.hosts.length);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](3);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](46, 44, "PG_VIEW_EVENT_TEXT_GUESTS"));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", ctx.guests.length);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", !ctx.guests.length);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](3);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](52, 46, "PG_VIEW_EVENT_TEXT_MULTI_CHECKIN"));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", ctx.multiCheckin);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", !ctx.multiCheckin);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](57, 48, "PG_VIEW_EVENT_TEXT_ENTRY_PERMIT_REQUIRED"));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", ctx.needAuthorization);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", !ctx.needAuthorization);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](62, 50, "PG_VIEW_EVENT_TEXT_CAN_ESCORTS"));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", ctx.allowCompanion);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", !ctx.allowCompanion);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](3);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](68, 52, "PG_VIEW_EVENT_TEXT_EARLY_CHECKIN"));
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", ctx.checkInStartAt);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", !ctx.checkInStartAt);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](1);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", ctx.bookeis.length > 0);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵadvance"](2);
|
|
_angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵproperty"]("ngIf", _angular_core__WEBPACK_IMPORTED_MODULE_5__["ɵɵpipeBind1"](74, 54, ctx.stateService == null ? null : ctx.stateService.getState()));
|
|
}
|
|
},
|
|
dependencies: [_angular_common__WEBPACK_IMPORTED_MODULE_11__.NgForOf, _angular_common__WEBPACK_IMPORTED_MODULE_11__.NgIf, _ionic_angular__WEBPACK_IMPORTED_MODULE_16__.IonCol, _ionic_angular__WEBPACK_IMPORTED_MODULE_16__.IonContent, _ionic_angular__WEBPACK_IMPORTED_MODULE_16__.IonRow, _shared_components_avatar_avatar_component__WEBPACK_IMPORTED_MODULE_12__.AvatarComponent, _shared_components_status_invite_status_invite_component__WEBPACK_IMPORTED_MODULE_13__.StatusInviteComponent, _shared_components_header_header_component__WEBPACK_IMPORTED_MODULE_14__.HeaderComponent, _shared_components_list_recurrence_dates_list_recurrence_dates_component__WEBPACK_IMPORTED_MODULE_15__.ListRecurrenceDatesComponent, _angular_common__WEBPACK_IMPORTED_MODULE_11__.AsyncPipe, _ngx_translate_core__WEBPACK_IMPORTED_MODULE_17__.TranslatePipe],
|
|
styles: ["ion-toolbar[_ngcontent-%COMP%] {\n font-family: \"Nunito\", sans-serif;\n}\nion-toolbar[_ngcontent-%COMP%] ion-img[_ngcontent-%COMP%] {\n height: 25px;\n width: 25px;\n}\nion-toolbar[_ngcontent-%COMP%] ion-title[_ngcontent-%COMP%] {\n letter-spacing: 1px;\n}\nion-toolbar[_ngcontent-%COMP%] ion-button[_ngcontent-%COMP%] fa-icon[_ngcontent-%COMP%] {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 24px;\n padding: 0;\n width: 24px;\n margin: 0;\n font-size: 19px;\n color: #656768;\n}\nion-toolbar[_ngcontent-%COMP%] ion-button.hover[_ngcontent-%COMP%] {\n background: #fff;\n}\nion-content[_ngcontent-%COMP%] {\n --background: #f1f1f1;\n}\n.centralized-content[_ngcontent-%COMP%] {\n background-color: #f1f1f1;\n width: 100%;\n height: calc(100vh - 56px);\n display: flex;\n justify-content: flex-start;\n flex-direction: column;\n}\n.centralized-content[_ngcontent-%COMP%] .page-title[_ngcontent-%COMP%] {\n margin-top: 30px;\n margin-bottom: 26px;\n}\n.centralized-content[_ngcontent-%COMP%] .page-title[_ngcontent-%COMP%] .section[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] .value[_ngcontent-%COMP%] {\n font-size: initial !important;\n font-weight: bold !important;\n text-align: center !important;\n}\n.centralized-content[_ngcontent-%COMP%] .actions[_ngcontent-%COMP%] {\n display: flex;\n align-content: center;\n justify-content: center;\n flex-direction: column;\n min-height: 200px;\n}\n.centralized-content[_ngcontent-%COMP%] .actions[_ngcontent-%COMP%] .button-holder[_ngcontent-%COMP%] {\n width: 100%;\n flex-direction: column;\n}\n.centralized-content[_ngcontent-%COMP%] .actions[_ngcontent-%COMP%] .button-holder[_ngcontent-%COMP%] .button-holder-group[_ngcontent-%COMP%] {\n display: flex;\n justify-content: center;\n}\n.centralized-content[_ngcontent-%COMP%] .actions[_ngcontent-%COMP%] .button-holder[_ngcontent-%COMP%] .button-holder-group.share-group[_ngcontent-%COMP%] {\n flex-direction: column;\n}\n.centralized-content[_ngcontent-%COMP%] .actions[_ngcontent-%COMP%] .button-holder[_ngcontent-%COMP%] .button-holder-group.share-group[_ngcontent-%COMP%] .share-event[_ngcontent-%COMP%] {\n margin-top: 16px;\n}\n.centralized-content[_ngcontent-%COMP%] .actions[_ngcontent-%COMP%] .button-holder[_ngcontent-%COMP%] .button-holder-group[_ngcontent-%COMP%] button[type=submit][_ngcontent-%COMP%] {\n padding: 0.75em 1.5em;\n border-radius: 50px;\n background-color: #0ec254;\n color: #fff;\n font-size: 1em;\n transition: background-color 0.1s ease-out;\n}\n.centralized-content[_ngcontent-%COMP%] .actions[_ngcontent-%COMP%] .button-holder[_ngcontent-%COMP%] .button-holder-group[_ngcontent-%COMP%] button[type=submit][_ngcontent-%COMP%]:active {\n background-color: #fff;\n color: #0ec254;\n transition: background-color 0.1s ease-out;\n}\n.centralized-content[_ngcontent-%COMP%] .actions[_ngcontent-%COMP%] .button-holder[_ngcontent-%COMP%] .button-holder-group[_ngcontent-%COMP%] button[type=submit][_ngcontent-%COMP%]:focus {\n outline: none;\n}\n.centralized-content[_ngcontent-%COMP%] .actions[_ngcontent-%COMP%] .button-holder[_ngcontent-%COMP%] .button-holder-group[_ngcontent-%COMP%]:nth-of-type(2) {\n margin-top: 24px;\n}\n.centralized-content[_ngcontent-%COMP%] .actions[_ngcontent-%COMP%] .button-holder.bottom[_ngcontent-%COMP%] {\n margin: 56px 0;\n}\n.centralized-content[_ngcontent-%COMP%] .event[_ngcontent-%COMP%] {\n background-color: #fff;\n margin: 1em;\n padding: 1em;\n border: 1px solid #eee;\n box-shadow: 2px 2px 8px rgba(67, 60, 98, 0.1);\n border-radius: 8px;\n}\n.centralized-content[_ngcontent-%COMP%] .section[_ngcontent-%COMP%] {\n margin-top: 16px;\n}\n.centralized-content[_ngcontent-%COMP%] .section[_ngcontent-%COMP%] .label[_ngcontent-%COMP%] {\n font-weight: bold;\n margin-bottom: 2px;\n}\n.centralized-content[_ngcontent-%COMP%] .section.title[_ngcontent-%COMP%] .value[_ngcontent-%COMP%] {\n font-weight: bold;\n color: #333;\n font-size: 1.2em;\n text-align: center;\n}\n.centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n gap: 10px;\n margin-bottom: 4px;\n border: 1px solid #eee;\n border-radius: 4px;\n padding: 6px 8px;\n}\n.centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] app-avatar[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] app-avatar[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] app-avatar[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] app-avatar[_ngcontent-%COMP%] {\n flex-shrink: 0;\n}\n.centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] {\n flex: 1;\n min-width: 0;\n}\n.centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .full-name[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .full-name[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .full-name[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .full-name[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .full-name[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .full-name[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .full-name[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .full-name[_ngcontent-%COMP%] {\n color: #333;\n}\n.centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%] {\n color: #aaa;\n}\n.centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%] {\n color: #333;\n}\n.centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .department[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .company[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .department[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .company[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .department[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .company[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .department[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .company[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .department[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .company[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .department[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .company[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .department[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .company[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .department[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .company[_ngcontent-%COMP%] {\n font-size: 0.8em;\n color: #aaa;\n}\n.centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .phone[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .phone[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .phone[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .phone[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .phone[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .phone[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .phone[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .phone[_ngcontent-%COMP%] {\n font-size: 0.85em;\n color: #666;\n}\n.centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] {\n margin-top: 2px;\n}\n.centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-attribute[_ngcontent-%COMP%] {\n color: #aaa;\n font-size: 0.8em;\n}\n.centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] .check-in-done-at[_ngcontent-%COMP%] .guest-value[_ngcontent-%COMP%] {\n color: #333;\n font-size: 0.85em;\n}\n.centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] app-status-invite[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] app-status-invite[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] app-status-invite[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] app-status-invite[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] app-status-invite[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .host[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] app-status-invite[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .host-info[_ngcontent-%COMP%] app-status-invite[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guest[_ngcontent-%COMP%] .guest-info[_ngcontent-%COMP%] app-status-invite[_ngcontent-%COMP%] {\n display: block;\n margin-top: 4px;\n}\n.centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .hosts-empty[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.guests[_ngcontent-%COMP%] .guests-empty[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .hosts-empty[_ngcontent-%COMP%], .centralized-content[_ngcontent-%COMP%] .section.hosts[_ngcontent-%COMP%] .guests-empty[_ngcontent-%COMP%] {\n color: #aaa;\n}\n.pulsate-fwd[_ngcontent-%COMP%] {\n animation: pulsate-fwd 0.5s ease-in-out infinite both;\n outline: none;\n}\n@keyframes pulsate-fwd {\n 0% {\n transform: scale(1);\n }\n 50% {\n transform: scale(1.5);\n }\n 100% {\n transform: scale(1);\n }\n}\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInZpZXctZXZlbnQucGFnZS5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsaUNBQUE7QUFDRjtBQUNFO0VBQ0UsWUFBQTtFQUNBLFdBQUE7QUFDSjtBQUVFO0VBQ0UsbUJBQUE7QUFBSjtBQUlJO0VBQ0UsYUFBQTtFQUNBLHVCQUFBO0VBQ0EsbUJBQUE7RUFDQSxZQUFBO0VBQ0EsVUFBQTtFQUNBLFdBQUE7RUFDQSxTQUFBO0VBQ0EsZUFBQTtFQUNBLGNBQUE7QUFGTjtBQUtJO0VBQ0UsZ0JBQUE7QUFITjtBQVFBO0VBQ0UscUJBQUE7QUFMRjtBQVFBO0VBQ0UseUJBQUE7RUFDQSxXQUFBO0VBQ0EsMEJBQUE7RUFDQSxhQUFBO0VBQ0EsMkJBQUE7RUFDQSxzQkFBQTtBQUxGO0FBT0U7RUFDRSxnQkFBQTtFQUNBLG1CQUFBO0FBTEo7QUFRTTtFQUNFLDZCQUFBO0VBQ0EsNEJBQUE7RUFDQSw2QkFBQTtBQU5SO0FBV0U7RUFDRSxhQUFBO0VBQ0EscUJBQUE7RUFDQSx1QkFBQTtFQUNBLHNCQUFBO0VBQ0EsaUJBQUE7QUFUSjtBQVdJO0VBQ0UsV0FBQTtFQUNBLHNCQUFBO0FBVE47QUFXTTtFQUNFLGFBQUE7RUFDQSx1QkFBQTtBQVRSO0FBV1E7RUFDRSxzQkFBQTtBQVRWO0FBV1U7RUFDRSxnQkFBQTtBQVRaO0FBYVE7RUFDRSxxQkFBQTtFQUNBLG1CQUFBO0VBQ0EseUJBQUE7RUFDQSxXQUFBO0VBQ0EsY0FBQTtFQUNBLDBDQUFBO0FBWFY7QUFhVTtFQUNFLHNCQUFBO0VBQ0EsY0FBQTtFQUNBLDBDQUFBO0FBWFo7QUFjVTtFQUNFLGFBQUE7QUFaWjtBQWdCUTtFQUNFLGdCQUFBO0FBZFY7QUFrQk07RUFDRSxjQUFBO0FBaEJSO0FBcUJFO0VBQ0Usc0JBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLHNCQUFBO0VBQ0EsNkNBQUE7RUFDQSxrQkFBQTtBQW5CSjtBQXNCRTtFQUNFLGdCQUFBO0FBcEJKO0FBc0JJO0VBQ0UsaUJBQUE7RUFDQSxrQkFBQTtBQXBCTjtBQXdCTTtFQUNFLGlCQUFBO0VBQ0EsV0FBQTtFQUNBLGdCQUFBO0VBQ0Esa0JBQUE7QUF0QlI7QUE2Qk07OztFQUVFLGFBQUE7RUFDQSxtQkFBQTtFQUNBLFNBQUE7RUFDQSxrQkFBQTtFQUNBLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxnQkFBQTtBQTFCUjtBQTRCUTs7O0VBQ0UsY0FBQTtBQXhCVjtBQTJCUTs7Ozs7OztFQUVFLE9BQUE7RUFDQSxZQUFBO0FBcEJWO0FBc0JVOzs7Ozs7O0VBQ0UsV0FBQTtBQWRaO0FBaUJVOzs7Ozs7O0VBQ0UsV0FBQTtBQVRaO0FBWVU7Ozs7Ozs7RUFDRSxXQUFBO0FBSlo7QUFPVTs7Ozs7Ozs7Ozs7Ozs7O0VBRUUsZ0JBQUE7RUFDQSxXQUFBO0FBUVo7QUFMVTs7Ozs7OztFQUNFLGlCQUFBO0VBQ0EsV0FBQTtBQWFaO0FBVlU7Ozs7Ozs7RUFDRSxlQUFBO0FBa0JaO0FBaEJZOzs7Ozs7O0VBQ0UsV0FBQTtFQUNBLGdCQUFBO0FBd0JkO0FBckJZOzs7Ozs7O0VBQ0UsV0FBQTtFQUNBLGlCQUFBO0FBNkJkO0FBekJVOzs7Ozs7O0VBQ0UsY0FBQTtFQUNBLGVBQUE7QUFpQ1o7QUE1Qk07OztFQUVFLFdBQUE7QUErQlI7QUF6QkE7RUFDRSxxREFBQTtFQUNBLGFBQUE7QUE0QkY7QUF6QkE7RUFDRTtJQUNFLG1CQUFBO0VBNEJGO0VBMUJBO0lBQ0UscUJBQUE7RUE0QkY7RUExQkE7SUFDRSxtQkFBQTtFQTRCRjtBQUNGIiwiZmlsZSI6InZpZXctZXZlbnQucGFnZS5zY3NzIiwic291cmNlc0NvbnRlbnQiOlsiaW9uLXRvb2xiYXIge1xuICBmb250LWZhbWlseTogXCJOdW5pdG9cIiwgc2Fucy1zZXJpZjtcblxuICBpb24taW1nIHtcbiAgICBoZWlnaHQ6IDI1cHg7XG4gICAgd2lkdGg6IDI1cHg7XG4gIH1cblxuICBpb24tdGl0bGUge1xuICAgIGxldHRlci1zcGFjaW5nOiAxcHg7XG4gIH1cblxuICBpb24tYnV0dG9uIHtcbiAgICBmYS1pY29uIHtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICBoZWlnaHQ6IDI0cHg7XG4gICAgICBwYWRkaW5nOiAwO1xuICAgICAgd2lkdGg6IDI0cHg7XG4gICAgICBtYXJnaW46IDA7XG4gICAgICBmb250LXNpemU6IDE5cHg7XG4gICAgICBjb2xvcjogIzY1Njc2ODtcbiAgICB9XG5cbiAgICAmLmhvdmVyIHtcbiAgICAgIGJhY2tncm91bmQ6ICNmZmY7XG4gICAgfVxuICB9XG59XG5cbmlvbi1jb250ZW50IHtcbiAgLS1iYWNrZ3JvdW5kOiAjZjFmMWYxO1xufVxuXG4uY2VudHJhbGl6ZWQtY29udGVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmMWYxZjE7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IGNhbGMoMTAwdmggLSA1NnB4KTtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuXG4gIC5wYWdlLXRpdGxlIHtcbiAgICBtYXJnaW4tdG9wOiAzMHB4O1xuICAgIG1hcmdpbi1ib3R0b206IDI2cHg7XG5cbiAgICAuc2VjdGlvbiAudGl0bGUge1xuICAgICAgLnZhbHVlIHtcbiAgICAgICAgZm9udC1zaXplOiBpbml0aWFsICFpbXBvcnRhbnQ7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiBib2xkICFpbXBvcnRhbnQ7XG4gICAgICAgIHRleHQtYWxpZ246IGNlbnRlciAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5hY3Rpb25zIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIG1pbi1oZWlnaHQ6IDIwMHB4O1xuXG4gICAgLmJ1dHRvbi1ob2xkZXIge1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuXG4gICAgICAuYnV0dG9uLWhvbGRlci1ncm91cCB7XG4gICAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuXG4gICAgICAgICYuc2hhcmUtZ3JvdXAge1xuICAgICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG5cbiAgICAgICAgICAuc2hhcmUtZXZlbnQge1xuICAgICAgICAgICAgbWFyZ2luLXRvcDogMTZweDtcbiAgICAgICAgICB9XG4gICAgICAgIH1cblxuICAgICAgICBidXR0b25bdHlwZT1cInN1Ym1pdFwiXSB7XG4gICAgICAgICAgcGFkZGluZzogMC43NWVtIDEuNWVtO1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDUwcHg7XG4gICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzBlYzI1NDtcbiAgICAgICAgICBjb2xvcjogI2ZmZjtcbiAgICAgICAgICBmb250LXNpemU6IDFlbTtcbiAgICAgICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMXMgZWFzZS1vdXQ7XG5cbiAgICAgICAgICAmOmFjdGl2ZSB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICAgICAgICAgICAgY29sb3I6ICMwZWMyNTQ7XG4gICAgICAgICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMXMgZWFzZS1vdXQ7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgJjpmb2N1cyB7XG4gICAgICAgICAgICBvdXRsaW5lOiBub25lO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgICY6bnRoLW9mLXR5cGUoMikge1xuICAgICAgICAgIG1hcmdpbi10b3A6IDI0cHg7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgJi5ib3R0b20ge1xuICAgICAgICBtYXJnaW46IDU2cHggMDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAuZXZlbnQge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gICAgbWFyZ2luOiAxZW07XG4gICAgcGFkZGluZzogMWVtO1xuICAgIGJvcmRlcjogMXB4IHNvbGlkICNlZWU7XG4gICAgYm94LXNoYWRvdzogMnB4IDJweCA4cHggcmdiYSg2NywgNjAsIDk4LCAwLjEpO1xuICAgIGJvcmRlci1yYWRpdXM6IDhweDtcbiAgfVxuXG4gIC5zZWN0aW9uIHtcbiAgICBtYXJnaW4tdG9wOiAxNnB4O1xuXG4gICAgLmxhYmVsIHtcbiAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgbWFyZ2luLWJvdHRvbTogMnB4O1xuICAgIH1cblxuICAgICYudGl0bGUge1xuICAgICAgLnZhbHVlIHtcbiAgICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICAgIGNvbG9yOiAjMzMzO1xuICAgICAgICBmb250LXNpemU6IDEuMmVtO1xuICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICB9XG4gICAgfVxuXG4gICAgJi5ndWVzdHMsXG4gICAgJi5ob3N0cyB7XG5cbiAgICAgIC5ob3N0LFxuICAgICAgLmd1ZXN0IHtcbiAgICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgICAgZ2FwOiAxMHB4O1xuICAgICAgICBtYXJnaW4tYm90dG9tOiA0cHg7XG4gICAgICAgIGJvcmRlcjogMXB4IHNvbGlkICNlZWU7XG4gICAgICAgIGJvcmRlci1yYWRpdXM6IDRweDtcbiAgICAgICAgcGFkZGluZzogNnB4IDhweDtcblxuICAgICAgICBhcHAtYXZhdGFyIHtcbiAgICAgICAgICBmbGV4LXNocmluazogMDtcbiAgICAgICAgfVxuXG4gICAgICAgIC5ob3N0LWluZm8sXG4gICAgICAgIC5ndWVzdC1pbmZvIHtcbiAgICAgICAgICBmbGV4OiAxO1xuICAgICAgICAgIG1pbi13aWR0aDogMDtcblxuICAgICAgICAgIC5mdWxsLW5hbWUge1xuICAgICAgICAgICAgY29sb3I6ICMzMzM7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgLmd1ZXN0LWF0dHJpYnV0ZSB7XG4gICAgICAgICAgICBjb2xvcjogI2FhYTtcbiAgICAgICAgICB9XG5cbiAgICAgICAgICAuZ3Vlc3QtdmFsdWUge1xuICAgICAgICAgICAgY29sb3I6ICMzMzM7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgLmRlcGFydG1lbnQsXG4gICAgICAgICAgLmNvbXBhbnkge1xuICAgICAgICAgICAgZm9udC1zaXplOiAwLjhlbTtcbiAgICAgICAgICAgIGNvbG9yOiAjYWFhO1xuICAgICAgICAgIH1cblxuICAgICAgICAgIC5waG9uZSB7XG4gICAgICAgICAgICBmb250LXNpemU6IDAuODVlbTtcbiAgICAgICAgICAgIGNvbG9yOiAjNjY2O1xuICAgICAgICAgIH1cblxuICAgICAgICAgIC5jaGVjay1pbi1kb25lLWF0IHtcbiAgICAgICAgICAgIG1hcmdpbi10b3A6IDJweDtcblxuICAgICAgICAgICAgLmd1ZXN0LWF0dHJpYnV0ZSB7XG4gICAgICAgICAgICAgIGNvbG9yOiAjYWFhO1xuICAgICAgICAgICAgICBmb250LXNpemU6IDAuOGVtO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAuZ3Vlc3QtdmFsdWUge1xuICAgICAgICAgICAgICBjb2xvcjogIzMzMztcbiAgICAgICAgICAgICAgZm9udC1zaXplOiAwLjg1ZW07XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgYXBwLXN0YXR1cy1pbnZpdGUge1xuICAgICAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgICAgICBtYXJnaW4tdG9wOiA0cHg7XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG5cbiAgICAgIC5ob3N0cy1lbXB0eSxcbiAgICAgIC5ndWVzdHMtZW1wdHkge1xuICAgICAgICBjb2xvcjogI2FhYTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLnB1bHNhdGUtZndkIHtcbiAgYW5pbWF0aW9uOiBwdWxzYXRlLWZ3ZCAwLjVzIGVhc2UtaW4tb3V0IGluZmluaXRlIGJvdGg7XG4gIG91dGxpbmU6IG5vbmU7XG59XG5cbkBrZXlmcmFtZXMgcHVsc2F0ZS1md2Qge1xuICAwJSB7XG4gICAgdHJhbnNmb3JtOiBzY2FsZSgxKTtcbiAgfVxuICA1MCUge1xuICAgIHRyYW5zZm9ybTogc2NhbGUoMS41KTtcbiAgfVxuICAxMDAlIHtcbiAgICB0cmFuc2Zvcm06IHNjYWxlKDEpO1xuICB9XG59XG4iXX0= */"]
|
|
});
|
|
|
|
/***/ })
|
|
|
|
}])
|
|
//# sourceMappingURL=756.js.map
|