X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/editor/tiny/plugins/recordrtc/amd/build
home
/
cbholdings
/
pasukulu
/
lib
/
editor
/
tiny
/
plugins
/
recordrtc
/
amd
/
build
/
📁
..
📄
audio_recorder.min.js
(1.97 KB)
📄
audio_recorder.min.js.map
(4.05 KB)
📄
base_recorder.min.js
(13.33 KB)
📄
base_recorder.min.js.map
(34.76 KB)
📄
commands_audio.min.js
(1.3 KB)
📄
commands_audio.min.js.map
(2.8 KB)
📄
commands_video.min.js
(1.31 KB)
📄
commands_video.min.js.map
(2.83 KB)
📄
common.min.js
(369 B)
📄
common.min.js.map
(1.32 KB)
📄
configuration.min.js
(1.25 KB)
📄
configuration.min.js.map
(3.49 KB)
📄
modal.min.js
(742 B)
📄
modal.min.js.map
(1.66 KB)
📄
options.min.js
(1.21 KB)
📄
options.min.js.map
(2.61 KB)
📄
plugin.min.js
(2.37 KB)
📄
plugin.min.js.map
(2.64 KB)
📄
video_recorder.min.js
(2.15 KB)
📄
video_recorder.min.js.map
(5.13 KB)
Editing: options.min.js.map
{"version":3,"file":"options.min.js","sources":["../src/options.js"],"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 * Options helper for Tiny Record RTC plugin.\n *\n * @module tiny_recordrtc/options\n * @copyright 2022, Stevani Andolo <stevani@hotmail.com.au>\n * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later\n */\n\nimport {pluginName} from './common';\nimport {getPluginOptionName} from 'editor_tiny/options';\n\nconst dataName = getPluginOptionName(pluginName, 'data');\nconst videoAllowedName = getPluginOptionName(pluginName, 'videoAllowed');\nconst audioAllowedName = getPluginOptionName(pluginName, 'audioAllowed');\n\nexport const register = (editor) => {\n const registerOption = editor.options.register;\n\n registerOption(dataName, {\n processor: 'object',\n });\n\n registerOption(videoAllowedName, {\n processor: 'boolean',\n \"default\": false,\n });\n\n registerOption(audioAllowedName, {\n processor: 'boolean',\n \"default\": false,\n });\n};\n\nexport const getData = (editor) => editor.options.get(dataName);\n\n/**\n * Whether video may be recorded in this instance.\n *\n * @param {TinyMCE} editor\n * @returns {boolean}\n */\nexport const isAudioAllowed = (editor) => editor.options.get(audioAllowedName);\n\n/**\n * Whether audio may be recorded in this instance.\n *\n * @param {TinyMCE} editor\n * @returns {boolean}\n */\nexport const isVideoAllowed = (editor) => editor.options.get(videoAllowedName);\n"],"names":["dataName","pluginName","videoAllowedName","audioAllowedName","editor","registerOption","options","register","processor","get"],"mappings":";;;;;;;;MA0BMA,UAAW,gCAAoBC,mBAAY,QAC3CC,kBAAmB,gCAAoBD,mBAAY,gBACnDE,kBAAmB,gCAAoBF,mBAAY,kCAEhCG,eACfC,eAAiBD,OAAOE,QAAQC,SAEtCF,eAAeL,SAAU,CACrBQ,UAAW,WAGfH,eAAeH,iBAAkB,CAC7BM,UAAW,mBACA,IAGfH,eAAeF,iBAAkB,CAC7BK,UAAW,mBACA,sBAIKJ,QAAWA,OAAOE,QAAQG,IAAIT,kCAQvBI,QAAWA,OAAOE,QAAQG,IAAIN,0CAQ9BC,QAAWA,OAAOE,QAAQG,IAAIP"}
Upload File
Create Folder