1{"version":3,"sources":["../src/message_drawer_events.js"],"names":["define","CREATE_CONVERSATION_WITH_USER","CONTACT_BLOCKED","CONTACT_UNBLOCKED","CONTACT_ADDED","CONTACT_REMOVED","CONTACT_REQUEST_ACCEPTED","CONTACT_REQUEST_DECLINED","CONVERSATION_CREATED","CONVERSATION_NEW_LAST_MESSAGE","CONVERSATION_DELETED","CONVERSATION_READ","CONVERSATION_SET_FAVOURITE","CONVERSATION_SET_MUTED","CONVERSATION_UNSET_FAVOURITE","CONVERSATION_UNSET_MUTED","PREFERENCES_UPDATED","ROUTE_CHANGED","SHOW","HIDE","TOGGLE_VISIBILITY","SHOW_CONVERSATION","SHOW_SETTINGS"],"mappings":"AAsBAA,OAAM,sCAAC,EAAD,CAAK,UAAW,CAClB,MAAO,CACHC,6BAA6B,CAAE,8CAD5B,CAEHC,eAAe,CAAE,gCAFd,CAGHC,iBAAiB,CAAE,kCAHhB,CAIHC,aAAa,CAAE,8BAJZ,CAKHC,eAAe,CAAE,gCALd,CAMHC,wBAAwB,CAAE,yCANvB,CAOHC,wBAAwB,CAAE,yCAPvB,CAQHC,oBAAoB,CAAE,qCARnB,CASHC,6BAA6B,CAAE,8CAT5B,CAUHC,oBAAoB,CAAE,qCAVnB,CAWHC,iBAAiB,CAAE,kCAXhB,CAYHC,0BAA0B,CAAE,2CAZzB,CAaHC,sBAAsB,CAAE,uCAbrB,CAcHC,4BAA4B,CAAE,6CAd3B,CAeHC,wBAAwB,CAAE,yCAfvB,CAgBHC,mBAAmB,CAAE,oCAhBlB,CAiBHC,aAAa,CAAE,6BAjBZ,CAkBHC,IAAI,CAAE,qBAlBH,CAmBHC,IAAI,CAAE,qBAnBH,CAoBHC,iBAAiB,CAAE,uBApBhB,CAqBHC,iBAAiB,CAAE,kCArBhB,CAsBHC,aAAa,CAAE,8BAtBZ,CAwBV,CAzBK,CAAN","sourcesContent":["// This file is part of Moodle - http://moodle.org/\n//\n// Moodle is free software: you can redistribute it and/or modify\n// it under the terms of the GNU General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// Moodle is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n// GNU General Public License for more details.\n//\n// You should have received a copy of the GNU General Public License\n// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.\n\n/**\n * Events for the message drawer.\n *\n * @module     core_message/message_drawer_events\n * @copyright  2018 Ryan Wyllie <ryan@moodle.com>\n * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later\n */\ndefine([], function() {\n    return {\n        CREATE_CONVERSATION_WITH_USER: 'message-drawer-create-conversation-with-user',\n        CONTACT_BLOCKED: 'message-drawer-contact-blocked',\n        CONTACT_UNBLOCKED: 'message-drawer-contact-unblocked',\n        CONTACT_ADDED: 'message-drawer-contact-added',\n        CONTACT_REMOVED: 'message-drawer-contact-removed',\n        CONTACT_REQUEST_ACCEPTED: 'message-drawer-contact-request-accepted',\n        CONTACT_REQUEST_DECLINED: 'message-drawer-contact-request-declined',\n        CONVERSATION_CREATED: 'message-drawer-conversation-created',\n        CONVERSATION_NEW_LAST_MESSAGE: 'message-drawer-conversation-new-last-message',\n        CONVERSATION_DELETED: 'message-drawer-conversation-deleted',\n        CONVERSATION_READ: 'message-drawer-conversation-read',\n        CONVERSATION_SET_FAVOURITE: 'message-drawer-conversation-set-favourite',\n        CONVERSATION_SET_MUTED: 'message-drawer-conversation-set-muted',\n        CONVERSATION_UNSET_FAVOURITE: 'message-drawer-conversation-unset-favourite',\n        CONVERSATION_UNSET_MUTED: 'message-drawer-conversation-unset-muted',\n        PREFERENCES_UPDATED: 'message-drawer-preferences-updated',\n        ROUTE_CHANGED: 'message-drawer-route-change',\n        SHOW: 'message-drawer-show',\n        HIDE: 'message-drawer-hide',\n        TOGGLE_VISIBILITY: 'message-drawer-toggle',\n        SHOW_CONVERSATION: 'message-drawer-show-conversation',\n        SHOW_SETTINGS: 'message-drawer-show-settings',\n    };\n});\n"],"file":"message_drawer_events.min.js"}