{"version":3,"file":"exporter.min.js","sources":["https:\/\/e-learning.signwise.ch\/course\/format\/flextiles\/amd\/src\/local\/courseeditor\/exporter.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\nimport Exporter from \"core_courseformat\/local\/courseeditor\/exporter\";\n\n\/**\n * Overriding default course format exporter\n *\n * @module format_flextiles\/local\/courseeditor\/exporter\n * @copyright 2022 Marina Glancy\n * @license http:\/\/www.gnu.org\/copyleft\/gpl.html GNU GPL v3 or later\n *\/\nexport default class extends Exporter {\n \/\/ Extends: course\/format\/amd\/src\/local\/courseeditor\/exporter.js\n\n \/**\n * Generate a section export data from the state.\n *\n * @param {Object} state the current state.\n * @param {Object} sectioninfo the section state data.\n * @returns {Object}\n *\/\n section(state, sectioninfo) {\n const children = sectioninfo.children;\n const section = super.section(state, sectioninfo);\n section.children = [];\n if (children && children.length) {\n for (let i = 0; i < children.length; i++) {\n section.children.push(this.section(state, children[i]));\n }\n }\n return section;\n }\n}"],"names":["Exporter","section","state","sectioninfo","children","super","length","i","push","this"],"mappings":";;;;;;;wKAwB6BA,kBAUzBC,QAAQC,MAAOC,mBACLC,SAAWD,YAAYC,SACvBH,QAAUI,MAAMJ,QAAQC,MAAOC,gBACrCF,QAAQG,SAAW,GACfA,UAAYA,SAASE,WAChB,IAAIC,EAAI,EAAGA,EAAIH,SAASE,OAAQC,IACjCN,QAAQG,SAASI,KAAKC,KAAKR,QAAQC,MAAOE,SAASG,YAGpDN"}