{"version":3,"file":"slick.min.js","sources":["https:\/\/udl.id\/theme\/remui\/amd\/src\/slick.js"],"sourcesContent":["\/* eslint-disable *\/\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 _ _ _ _\n ___| (_) ___| | __ (_)___\n\/ __| | |\/ __| |\/ \/ | \/ __|\n\\__ \\ | | (__| < _ | \\__ \\\n|___\/_|_|\\___|_|\\_(_)\/ |___\/\n |__\/\n\n Version: 1.8.1\n Author: Ken Wheeler\n Website: http:\/\/kenwheeler.github.io\n Docs: http:\/\/kenwheeler.github.io\/slick\n Repo: http:\/\/github.com\/kenwheeler\/slick\n Issues: http:\/\/github.com\/kenwheeler\/slick\/issues\n\n *\/\n\/* global window, document, define, jQuery, setInterval, clearInterval *\/\n'use strict';\n(function(factory) {\n if (typeof define === 'function' && define.amd) {\n define(['jquery'], factory);\n } else if (typeof exports !== 'undefined') {\n module.exports = factory(require('jquery'));\n } else {\n factory(jQuery);\n }\n\n}(function($) {\n\n var Slick = window.Slick || {};\n\n Slick = (function() {\n\n var instanceUid = 0;\n\n function Slick(element, settings) {\n\n var _ = this, dataSettings;\n\n _.defaults = {\n accessibility: true,\n adaptiveHeight: false,\n appendArrows: $(element),\n appendDots: $(element),\n arrows: true,\n asNavFor: null,\n prevArrow: '