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

1 line
63 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 \"./gabinete-digital.page.html?ngResource\";\nimport __NG_CLI_RESOURCE__1 from \"./gabinete-digital.page.scss?ngResource\";\nimport { Component, ViewChild } from '@angular/core';\nimport { ModalController } from '@ionic/angular';\nimport { NavigationEnd, Router } from '@angular/router';\nimport { ExpedientsPage } from 'src/app/shared/gabinete-digital/expedients/expedients.page';\nimport { PendentesPage } from 'src/app/shared/gabinete-digital/pendentes/pendentes.page';\nimport { EventsToApprovePage } from 'src/app/shared/gabinete-digital/events-to-approve/events-to-approve.page';\nimport { WaitForDomService } from 'src/app/services/dom/wait-for-dom.service';\nimport { CustomTaskPipe } from 'src/app/pipes/custom-task.pipe';\nimport { PermissionService } from 'src/app/services/permission.service';\nimport { ThemeService } from 'src/app/services/theme.service';\nimport { ExpedienteTaskPipe } from 'src/app/pipes/expediente-task.pipe';\nimport { SessionStore } from 'src/app/store/session.service';\nimport { NotificationsService } from 'src/app/services/notifications.service';\nimport { environment } from 'src/environments/environment';\nimport { EventsService } from 'src/app/services/events.service';\nimport { TaskService } from 'src/app/services/task.service';\nlet GabineteDigitalPage = class GabineteDigitalPage {\n constructor(modalController, router, waitForDomService, ThemeService, p, NotificationsService, eventService, TaskService) {\n this.modalController = modalController;\n this.router = router;\n this.waitForDomService = waitForDomService;\n this.ThemeService = ThemeService;\n this.p = p;\n this.NotificationsService = NotificationsService;\n this.eventService = eventService;\n this.TaskService = TaskService;\n this.allProcessesList = new Array();\n this.selectedElement = \"\";\n this.desktopComponent = {\n showEventList: false,\n showExpediente: false\n };\n this.showAllProcesses = false;\n this.showEventsToApprove = false;\n this.showEmptyContainer = false;\n this.showExpedients = false;\n this.showExpedientesPr = false;\n this.showPedidos = false;\n this.showDespachos = false;\n this.showDespachosPr = false;\n this.showPendentes = false;\n this.showDiplomas = false;\n this.showDiplomasAssinar = false;\n this.showExpedientDetail = false;\n this.showSignedDiploma = false;\n this.emptyTextDescription = 'Sem opção selecionada';\n this.mdgpr = \"MDGPR\";\n this.pr = \"PR\";\n this.hideRefreshBtn = true;\n this.hideInMobile = true;\n this.showDiplomasGerar = false;\n //\n // pipe\n this.SessionStore = SessionStore;\n this.expedienteTaskPipe = new ExpedienteTaskPipe();\n this.customTaskPipe = new CustomTaskPipe();\n this.permissions = {\n Agenda: 530\n };\n // workerList : Worker\n this.environment = environment;\n this.filterName = 'Todos';\n this.hideSearchBtn = false;\n this.showSearch = true;\n this.searchSubject = '';\n this.AllProcess = [];\n this.ordinance = 'old';\n this.refresh = true;\n this.functionTimer1 = null;\n this.functionTimer = null;\n this.loadProcess = {};\n window.onresize = event => {\n if (window.innerWidth < 701) {\n this.modalController.dismiss();\n this.hideRefreshBtn = false;\n this.hideInMobile = false;\n this.segmentVista = \"listview\";\n } else {\n this.hideRefreshBtn = true;\n this.hideInMobile = true;\n this.segmentVista = \"boxview\";\n }\n };\n // fix with many timeout\n }\n\n closeAllDesktopComponent() {\n this.desktopComponent = {\n showEventList: false,\n showExpediente: false\n };\n }\n openSearch() {\n this.dynamicSearch();\n }\n closeSearch() {\n var _this = this;\n return