/*!
* bootstrap-fileinput v5.2.2
* http://plugins.krajee.com/file-input
*
* Bootstrap 5.x icon theme configuration for bootstrap-fileinput. Requires bootstrap 5.x icons CSS to be loaded.
* This is used as the default theme within the bootstrap-fileinput plugin.
*
* Author: Kartik Visweswaran
* Copyright: 2014 - 2021, 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.fileinputBsVersion = '5.x.x';
$.fn.fileinputThemes.bs5 = {
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);