mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
1 line
104 KiB
JSON
1 line
104 KiB
JSON
|
|
{"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 \"./group-messages.page.html?ngResource\";\nimport __NG_CLI_RESOURCE__1 from \"./group-messages.page.scss?ngResource\";\nimport { Component, ViewChild, ChangeDetectorRef } from '@angular/core';\nimport { ModalController, NavParams, PopoverController, Platform } from '@ionic/angular';\nimport { AlertService } from 'src/app/services/alert.service';\nimport { ChatService } from 'src/app/services/chat.service';\nimport { ChatOptionsPopoverPage } from 'src/app/shared/popover/chat-options-popover/chat-options-popover.page';\nimport { ChatPopoverPage } from 'src/app/shared/popover/chat-popover/chat-popover.page';\nimport { GroupContactsPage } from './group-contacts/group-contacts.page';\nimport { Router } from '@angular/router';\nimport { EditGroupPage } from '../edit-group/edit-group.page';\nimport { TimeService } from 'src/app/services/functions/time.service';\nimport { FileService } from 'src/app/services/functions/file.service';\nimport { ToastService } from 'src/app/services/toast.service';\nimport { environment } from 'src/environments/environment';\nimport { NewEventPage } from '../../agenda/new-event/new-event.page';\nimport { ViewDocumentPage } from 'src/app/modals/view-document/view-document.page';\nimport { ThemeService } from 'src/app/services/theme.service';\nimport { ViewEventPage } from 'src/app/modals/view-event/view-event.page';\nimport { SqliteService } from 'src/app/services/sqlite.service';\nimport { ChatSystemService } from 'src/app/services/chat/chat-system.service';\nimport { Storage } from '@ionic/storage';\nimport { CameraService } from 'src/app/services/camera.service';\nimport { SearchPage } from 'src/app/pages/search/search.page';\nimport { VoiceRecorder } from 'capacitor-voice-recorder';\nimport { Filesystem, Directory } from '@capacitor/filesystem';\nimport { DomSanitizer } from '@angular/platform-browser';\nimport { File } from '@awesome-cordova-plugins/file/ngx';\nimport { FileOpener } from '@awesome-cordova-plugins/file-opener/ngx';\nimport { SessionStore } from 'src/app/store/session.service';\nimport { ViewMediaPage } from 'src/app/modals/view-media/view-media.page';\nlet GroupMessagesPage = class GroupMessagesPage {\n constructor(modalController, popoverController, chatService, navParams, alertService, route, timeService, fileService, toastService, ThemeService, changeDetectorRef, sqlservice, platform, ChatSystemService, storage, CameraService, sanitiser, file, fileOpener) {\n this.modalController = modalController;\n this.popoverController = popoverController;\n this.chatService = chatService;\n this.navParams = navParams;\n this.alertService = alertService;\n this.route = route;\n this.timeService = timeService;\n this.fileService = fileService;\n this.toastService = toastService;\n this.ThemeService = ThemeService;\n this.changeDetectorRef = changeDetectorRef;\n this.sqlservice = sqlservice;\n this.platform = platform;\n this.ChatSystemService = ChatSystemService;\n this.storage = storage;\n this.CameraService = CameraService;\n this.sanitiser = sanitiser;\n this.file = file;\n this.fileOpener = fileOpener;\n this.members = [];\n this.contacts = [\" Ana M.\", \"Andre F.\", \"Bruno G.\", \"Catarina T\", \"Tiago\"];\n this.allUsers = [];\n this.eventSelectedDate = new Date();\n this.scrollingOnce = true;\n this.attendees = [];\n this.scrollToBottomBtn = false;\n this.longPressActive = false;\n this.showMessageOptions = false;\n this.groupNameFormart = \"\";\n this.recording = false;\n this.allowTyping = true;\n this.storedFileNames = [];\n this.lastAudioRecorded = '';\n this.audioRecorded = \"\";\n this.audioDownloaded = \"\";\n this.durationDisplay = '';\n this.duration = 0;\n this.showAvatar = true;\n this.audioPermissionStatus = n
|