/*! * bootstrap-fileinput v5.0.5 * http://plugins.krajee.com/file-input * * Font Awesome 5 icon theme configuration for bootstrap-fileinput. Requires font awesome 5 assets to be loaded. * * Author: Kartik Visweswaran * Copyright: 2014 - 2019, Kartik Visweswaran, Krajee.com * * Licensed under the BSD-3-Clause * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md */ (function ($) { "use strict"; $.fn.fileinputThemes.fas = { fileActionSettings: { removeIcon: '', uploadIcon: '', uploadRetryIcon: '', downloadIcon: '', zoomIcon: '', dragIcon: '', indicatorNew: '', indicatorSuccess: '', indicatorError: '', indicatorLoading: '', indicatorPaused: '' }, layoutTemplates: { fileIcon: ' ' }, previewZoomButtonIcons: { prev: '', next: '', toggleheader: '', fullscreen: '', borderless: '', close: '' }, previewFileIcon: '', browseIcon: '', removeIcon: '', cancelIcon: '', pauseIcon: '', uploadIcon: '', msgValidationErrorIcon: ' ' }; })(window.jQuery);