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

1 line
104 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 \"./messages.page.html?ngResource\";\nimport __NG_CLI_RESOURCE__1 from \"./messages.page.scss?ngResource\";\nimport { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';\nimport { AnimationController, GestureController, ModalController, PopoverController } from '@ionic/angular';\nimport { ChatService } from 'src/app/services/chat.service';\nimport { ToastService } from 'src/app/services/toast.service';\nimport { ChatOptionsPopoverPage } from 'src/app/shared/popover/chat-options-popover/chat-options-popover.page';\nimport { MessagesOptionsPage } from 'src/app/shared/popover/messages-options/messages-options.page';\nimport { ContactsPage } from '../new-group/contacts/contacts.page';\nimport { ChatOptionsFeaturesPage } from 'src/app/modals/chat-options-features/chat-options-features.page';\nimport { ChatMessageStore } from 'src/app/store/chat/chat-message.service';\nimport { ChatUserStorage } from 'src/app/store/chat/chat-user.service';\nimport { TimeService } from 'src/app/services/functions/time.service';\nimport { FileService } from 'src/app/services/functions/file.service';\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 { Storage } from '@ionic/storage';\nimport { ChatSystemService } from 'src/app/services/chat/chat-system.service';\nimport { RochetChatConnectorService } from 'src/app/services/chat/rochet-chat-connector.service';\nimport { CameraService } from 'src/app/services/camera.service';\nimport { SearchPage } from 'src/app/pages/search/search.page';\nimport { Camera, CameraResultType, CameraSource } from '@capacitor/camera';\nimport { DocumentViewer } from '@ionic-native/document-viewer';\nimport { VoiceRecorder } from 'capacitor-voice-recorder';\nimport { Filesystem, Directory } from '@capacitor/filesystem';\nimport { DomSanitizer } from '@angular/platform-browser';\nimport { Platform } from '@ionic/angular';\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 { Howl } from 'howler';\nimport { ViewMediaPage } from 'src/app/modals/view-media/view-media.page';\nimport { ChatMessageDebuggingPage } from 'src/app/shared/popover/chat-message-debugging/chat-message-debugging.page';\nimport { PermissionService } from 'src/app/services/permission.service';\nconst IMAGE_DIR = 'stored-images';\nlet MessagesPage = class MessagesPage {\n constructor(popoverController, modalController, /* private navParams: NavParams, */\n chatService, animationController, toastService, timeService, fileService, gestureController, ThemeService, storage, ChatSystemService, RochetChatConnectorService, CameraService, sanitiser, file, platform, fileOpener, p) {\n this.popoverController = popoverController;\n this.modalController = modalController;\n this.chatService = chatService;\n this.animationController = animationController;\n this.toastService = toastService;\n this.timeService = timeService;\n this.fileService = fileService;\n this.gestureController = gestureController;\n this.ThemeService = ThemeService;\n this.storage = storage;\n this.ChatSystemService = ChatSystemService;\n this.RochetChatConnectorService = RochetChatConnectorService;\n this.CameraService = CameraService;\n this.sanitiser = sanitiser;\n this.file = file;\n this.platform = platform;\n this.fileOpener = fileOpener;\n this.p = p;\n this.userPresence = '';\n this.downloadProgess = 0;\n this.openNewEventPage = new EventEmitter();\n this.getDirectMessages = new EventEmitter();\n this.chatMessageStore = ChatMess