{"version":3,"file":"common.min.js","sources":["https:\/\/moodle.a2u.fr\/local\/accessibility\/amd\/src\/common.js"],"sourcesContent":["\/\/ This file is part of Moodle - https:\/\/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 .\n\n\/**\n * Common JS functions\n *\n * @module local\/accessibility\n * @copyright 2023 Ponlawat Weerapanpisit \n * @license https:\/\/www.gnu.org\/copyleft\/gpl.html GNU GPL v3 or later\n *\/\n\nimport {call} from 'core\/ajax';\n\n\/**\n * Save user's widget config\n * @param {string} widget widget name\n * @param {string} configvalue value to config, null to remove config\n * @returns {Promise[]} promises\n *\/\nexport const saveWidgetConfig = (\n widget,\n configvalue\n) => call([{\n methodname: 'local_accessibility_savewidgetconfig',\n args: {widget, configvalue}\n}])[0];\n"],"names":["widget","configvalue","methodname","args"],"mappings":"yMA+BgC,CAC5BA,OACAC,eACC,cAAK,CAAC,CACPC,WAAY,uCACZC,KAAM,CAACH,OAAAA,OAAQC,YAAAA,gBACf"}