(function(global,factory){typeof exports==="object"&&typeof module!=="undefined"?module.exports=factory():typeof define==="function"&&define.amd?define(factory):(global=global||self,global.bsCustomFileInput=factory())})(this,function(){"use strict";var Selector={CUSTOMFILE:'.custom-file input[type="file"]',CUSTOMFILELABEL:".custom-file-label",FORM:"form",INPUT:"input"};var textNodeType=3;var getDefaultText=function getDefaultText(input){var defaultText="";var label=input.parentNode.querySelector(Selector.CUSTOMFILELABEL);if(label){defaultText=label.innerHTML}return defaultText};var findFirstChildNode=function findFirstChildNode(element){if(element.childNodes.length>0){var childNodes=[].slice.call(element.childNodes);for(var i=0;i