{"version":3,"file":"ajax_response_renderer.min.js","sources":["https:\/\/formacion-cemit.xunta.gal\/blocks\/navigation\/amd\/src\/ajax_response_renderer.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 .\n\n\/**\n * Parse the response from the navblock ajax page and render the correct DOM\n * structure for the tree from it.\n *\n * @module block_navigation\/ajax_response_renderer\n * @package core\n * @copyright 2015 John Okely \n * @license http:\/\/www.gnu.org\/copyleft\/gpl.html GNU GPL v3 or later\n *\/\ndefine(['jquery', 'core\/templates', 'core\/notification', 'core\/url'], function($, Templates, Notification, Url) {\n\n \/\/ Mappings for the different types of nodes coming from the navigation.\n \/\/ Copied from lib\/navigationlib.php navigation_node constants.\n var NODETYPE = {\n \/\/ @type int Activity (course module) = 40.\n ACTIVITY: 40,\n \/\/ @type int Resource (course module = 50.\n RESOURCE: 50,\n };\n\n \/**\n * Build DOM.\n *\n * @method buildDOM\n * @param {Object} rootElement the root element of DOM.\n * @param {object} nodes jquery object representing the nodes to be build.\n *\/\n function buildDOM(rootElement, nodes) {\n var ul = $('