/*!
 * bootstrap-fileinput v4.5.0
 * http://plugins.krajee.com/file-input
 *
 * Krajee Explorer Font Awesome theme configuration for bootstrap-fileinput. 
 * Load this theme file after loading `fileinput.js`. Ensure that
 * font awesome assets and CSS are loaded on the page as well.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2018, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
(function ($) {
    "use strict";
    var teTagBef = '
\n' +
            '    {close}' +
            '    \n' +
            '    
\n' +
            '    
' +
            '    
\n' +
            '    
\n' +
            '    
{caption}' +
            '{size}{progress} | {indicator} {actions}',
            actions: '{drag}\n' +
            ' | \n' +
            '    \n' +
            '
',
            zoomCache: '
| ' +
            ' | 
',
            fileIcon: ' '
        },
        previewMarkupTags: {
            tagBefore1: teTagBef + '>' + teContent,
            tagBefore2: teTagBef + ' title="{caption}">' + teContent,
            tagAfter: '\n{footer}\n'
        },
        previewSettings: {
            image: {height: "60px"},
            html: {width: "100px", height: "60px"},
            text: {width: "100px", height: "60px"},
            video: {width: "auto", height: "60px"},
            audio: {width: "auto", height: "60px"},
            flash: {width: "100%", height: "60px"},
            object: {width: "100%", height: "60px"},
            pdf: {width: "100px", height: "60px"},
            other: {width: "100%", height: "60px"}
        },
        frameClass: 'explorer-frame',
        fileActionSettings: {
            removeIcon: '',
            uploadIcon: '',
            uploadRetryIcon: '',
            downloadIcon: '',
            zoomIcon: '',
            dragIcon: '',
            indicatorNew: '',
            indicatorSuccess: '',
            indicatorError: '',
            indicatorLoading: ''
        },
        previewZoomButtonIcons: {
            prev: '',
            next: '',
            toggleheader: '',
            fullscreen: '',
            borderless: '',
            close: ''
        },
        previewFileIcon: '',
        browseIcon: '',
        removeIcon: '',
        cancelIcon: '',
        uploadIcon: '',
        msgValidationErrorIcon: ' '
    };
})(window.jQuery);