/*!
* Bootstrap Fileselect v3.1.2
* (c) 2016-2020 Jonathan Nessier, Neoflow
* Licensed under MIT (https://github.com/Neoflow/Bootstrap-Fileselect/blob/master/LICENSE)
*/
(function (window, $) {
const Fileselect = function (fileInput, options) {
this.$fileInput = $(fileInput);
this.options = options;
this.userLanguage = 'en';
this.$fileselect = $(this);
this.metadata = this.$fileInput.data();
this.$inputGroup = $('
').addClass('custom-file');
this.$labelInput = $('