{"version":3,"file":"remuiloader.min.js","sources":["https:\/\/demo.gchlol.sth.health.qld.gov.au\/theme\/remui\/amd\/src\/remuiloader.js"],"sourcesContent":["\/* eslint-disable no-console *\/\n\/* eslint-disable jsdoc\/require-jsdoc*\/\n\/* eslint-disable jsdoc\/require-jsdoc*\/\n\/* eslint-disable jsdoc\/require-jsdoc*\/\n\/\/ 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 * @module theme_remui\/remuiloader\n * @copyright (c) 2020 WisdmLabs (https:\/\/wisdmlabs.com\/)\n * @license http:\/\/www.gnu.org\/copyleft\/gpl.html GNU GPL v3 or later\n *\/\n\ndefine(['jquery'], function ($) {\n\n const registerCommonEvents = () => {\n\n \/\/ Make AddBlock modal full Width.\n $(document).on('click', '[data-key=\"addblock\"]', function () {\n setTimeout(function () {\n $('.modal[data-region=\"modal-container\"]').addClass(\"fullwidth-modal\");\n }, 500);\n });\n\n\n \/\/ This events handle the collapse issue on the messaging panel.\n msgBodyViewFavourite.on('click', function (e) {\n stopCollapseInMsgPanel(msgBodyViewFavourite, e);\n });\n\n msgBodyViewGroupmsg.on('click', function (e) {\n stopCollapseInMsgPanel(msgBodyViewGroupmsg, e);\n });\n\n msgBodyViewPrivate.on('click', function (e) {\n stopCollapseInMsgPanel(msgBodyViewPrivate, e);\n });\n\n \/\/ This events handle the collapse issue on the messaging page .\n msgPanelBodyViewFavourite.on('click', function (e) {\n stopCollapseInMsgPanel(msgPanelBodyViewFavourite, e);\n });\n\n msgPanelBodyViewGroupmsg.on('click', function (e) {\n stopCollapseInMsgPanel(msgPanelBodyViewGroupmsg, e);\n });\n\n msgPanelBodyViewPrivate.on('click', function (e) {\n stopCollapseInMsgPanel(msgPanelBodyViewPrivate, e);\n });\n\n $(\".nav-grouping-selector ul li \").on(\"click\", function () {\n $(this).siblings(\"li\").find(\"a\").removeAttr(\"aria-current\", false);\n $(this).find(\"a\").attr(\"aria-current\", true);\n });\n\n $(\".nav-display-selector ul li \").on(\"click\", function () {\n $(this).siblings(\"li\").find(\"a\").removeAttr(\"aria-current\", false);\n $(this).siblings(\"li\").find(\"span\").removeAttr(\"aria-current\", false);\n $(this).find(\"a\").attr(\"aria-current\", true);\n $(this).find(\"span\").attr(\"aria-current\", true);\n });\n\n \/\/ Every time the window is scrolled.\n $(window).scroll(function () {\n transparentheaderhanlder();\n });\n\n $('.category-wrapper .toggle-btn').on(\"click\", function(){\n console.log(\"listner is working fine\");\n setTimeout(() => {\n $(this).closest('.dropdown-menu').addClass('show');\n }, 1);\n });\n\n $(document).on('click', function (e) {\n \/\/ Check if the clicked element is NOT inside the dropdown\n if (!$('.dropdown').is(e.target) && $('.dropdown').has(e.target).length === 0) {\n \/\/ Close the dropdown\n $('.category-wrapper .toggle-btn').closest('.dropdown-menu').removeClass('show');\n }\n });\n\n \/\/ $('#admin-showenrolledtextinput input').on(\"input\", function() {\n \/\/ \/\/ IF length is greter than 8 than trim it to 8 charactor\n \/\/ var trimmedValue = $(this).val().substring(0, 8);\n \/\/ $(this).val(trimmedValue);\n \/\/ });\n\n \/\/ $('#admin-showlessontextinput input').on(\"input\", function() {\n \/\/ \/\/ IF length is greter than 8 than trim it to 8 charactor\n \/\/ var trimmedValue = $(this).val().substring(0, 8);\n \/\/ $(this).val(trimmedValue);\n \/\/ });\n\n registerGoToTopEvents();\n\n registerShowPasswordAction();\n };\n\n \/\/ Variables for msg body container\n var msgBodyViewFavourite = $('[data-region=\"body-container\"]').find('[data-region=\"view-overview-favourites\"]');\n var msgBodyViewGroupmsg = $('[data-region=\"body-container\"]').find('[data-region=\"view-overview-group-messages\"]');\n var msgBodyViewPrivate = $('[data-region=\"body-container\"]').find('[data-region=\"view-overview-messages\"]');\n\n \/\/ Variables for msg panel body container(messaging page)\n var msgPanelBodyViewFavourite = $('[data-region=\"panel-body-container\"]').find('[data-region=\"view-overview-favourites\"]');\n var msgPanelBodyViewGroupmsg = $('[data-region=\"panel-body-container\"]').find('[data-region=\"view-overview-group-messages\"]');\n var msgPanelBodyViewPrivate = $('[data-region=\"panel-body-container\"]').find('[data-region=\"view-overview-messages\"]');\n\n const transparentheaderhanlder = () => {\n var transparentheader = false;\n if ($('.navbar').hasClass('trasnparent-home-nav')) {\n transparentheader = true;\n }\n $(\"body.pagelayout-frontpage\").removeClass(\"transparent-header\");\n if (transparentheader) {\n var windowtop = $(window).scrollTop();\n if (windowtop < 45) {\n var hasedwcarouselclass = $('#block-region-full-width-top').children().first().find('div').hasClass('edw-carousel');\n var hascarouselclass = $('#block-region-full-width-top').children().first().find('div').hasClass('carousel');\n var hastestimonial = false;\n var hashomepagetestimonial = $('#block-region-full-width-top').children().first().find('section').hasClass('section-testimonial');\n if (hasedwcarouselclass) {\n var firstChild = $('#block-region-full-width-top').children().first();\n var divWithCarouselClass = firstChild.find('div.edw-carousel');\n var idAttribute = divWithCarouselClass.attr('id');\n if (idAttribute && idAttribute.indexOf('testimonial') !== -1) {\n hastestimonial = true;\n }\n\n }\n if ((hascarouselclass || hasedwcarouselclass) && !hashomepagetestimonial && !hastestimonial) {\n $(\"body.pagelayout-frontpage\").addClass(\"transparent-header\");\n }\n if ($('.old-frontpage .frontpage-sections #edwiser-slider').children().first().hasClass('carousel')) {\n $(\"body.pagelayout-frontpage\").addClass(\"transparent-header\");\n }\n return;\n }\n $(\"body.pagelayout-frontpage\").removeClass(\"transparent-header\");\n }\n }\n\n \/*\n * Common method to stop collapsing messaging tabs\n *\/\n const stopCollapseInMsgPanel = ($this, e) => {\n if ($this.hasClass('expanded')) {\n e.preventDefault();\n e.stopPropagation();\n }\n };\n \/*\n * Creating mini version of bootstrap-select for Dropdowns\n * {String} dropdownselector class selector for dropdown\n *\/\n const generateDropdownSearch = (dropdownselector) => {\n\n var _catmenus = $(dropdownselector + '+ .dropdown-menu');\n var _searchfield = \".catsearch\";\n\n var sr_text = M.util.get_string('searchcatplaceholdertext', 'theme_remui');\n var _inputfield = '
';\n _inputfield += '
';\n _inputfield += '