Files
doneit-web/.angular/cache/14.2.12/babel-webpack/f1d5236db8a1ea920cca7e55b79c3949.json
T

1 line
95 KiB
JSON
Raw Normal View History

2023-06-30 09:54:21 +01:00
{"ast":null,"code":"import _asyncToGenerator from \"C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js\";\nimport { __decorate } from \"tslib\";\nimport __NG_CLI_RESOURCE__0 from \"./agenda.page.html?ngResource\";\nimport __NG_CLI_RESOURCE__1 from \"./agenda.page.scss?ngResource\";\nimport { Component, ViewChild, Inject, LOCALE_ID } from '@angular/core';\nimport { CalendarComponent } from 'ionic2-calendar';\nimport { ModalController } from '@ionic/angular';\nimport { EventsService } from 'src/app/services/events.service';\nimport { Router, NavigationEnd } from '@angular/router';\nimport { momentG } from 'src/plugin/momentG';\nimport { removeDuplicate } from 'src/plugin/removeDuplicate.js';\n// showTimeline\nimport { setHours, setMinutes } from 'date-fns';\nimport { CalendarDateFormatter, CalendarView, DAYS_OF_WEEK } from 'angular-calendar';\nimport { CustomDateFormatter } from './custom-date-formatter.provider';\nimport { NewEventPage } from './new-event/new-event.page';\nimport { DateAdapter } from '@angular/material/core';\nimport { CalendarStore } from 'src/app/store/calendar.service';\nimport { ListBoxService } from 'src/app/services/agenda/list-box.service';\nimport { ChangeProfileService } from 'src/app/services/change-profile.service';\nimport { BackgroundService } from 'src/app/services/background.service';\nimport { ThemeService } from 'src/app/services/theme.service';\nimport { SessionStore } from 'src/app/store/session.service';\nimport { PermissionService } from 'src/app/services/permission.service';\nimport { environment } from 'src/environments/environment';\nimport { RoleIdService } from 'src/app/services/role-id.service';\nlet AgendaPage = class AgendaPage {\n constructor(locale, modalCtrl, eventService, router, dateAdapter, listBoxService, changeProfileService, backgroundservice, ThemeService, p, RoleIdService) {\n this.locale = locale;\n this.modalCtrl = modalCtrl;\n this.eventService = eventService;\n this.router = router;\n this.dateAdapter = dateAdapter;\n this.listBoxService = listBoxService;\n this.changeProfileService = changeProfileService;\n this.backgroundservice = backgroundservice;\n this.ThemeService = ThemeService;\n this.p = p;\n this.RoleIdService = RoleIdService;\n this.view = CalendarView.Day;\n this.viewDate = new Date();\n this.weekStartsOn = DAYS_OF_WEEK.MONDAY;\n this.weekendDays = [DAYS_OF_WEEK.FRIDAY, DAYS_OF_WEEK.SATURDAY];\n this.CalendarView = CalendarView;\n // for timeline\n this.events = [];\n this.TimelinePR = [];\n this.TimelineMD = [];\n this.TimelineMDList = {};\n this.showTimelinePR = false;\n this.showTimelineMD = false;\n // timeline filter\n this.timelineFilterState = 'Todos';\n this.showTimeline = true;\n /* List of events of our calendar */\n this.eventSource = [];\n this.calendar = {\n /* Se the view of the calendar to a month view */\n mode: 'month',\n currentDate: new Date()\n };\n this.eventSelectedDate = new Date();\n // temporary data\n this.taskParticipants = [];\n this.taskParticipantsCc = [];\n this.adding = \"intervenient\";\n this.segment = \"Combinado\";\n // this will make toggle add event and.\n this.showEventEditOrOpen = \"\";\n this.mobileComponent = {\n showAddNewEvent: false,\n showEditEvent: false,\n showEventDetails: false,\n showEventList: false,\n transparentEventList: false,\n transparentEventToApprove: false,\n showEventToApprove: false,\n showAttendees: false,\n showAttendeeModal: false,\n showEditEventToApprove: false\n };\n this.eventToaprove = {\n back: false,\n serialNumber: \"\",\n saveData: {}\n };\n this.dropdownScrollWeal = false;\n this.CalendarStore = CalendarStore;\n this.listToPresent = [];\n this.array = [];\n this.SessionStore = SessionStore;\n this.environment = environment;\n this.CalendarName = '';\n this.hasEventToday = false;\n