{"version":3,"file":"js/vendor/bootstrap-404c5620969daa51dbfd.js","mappings":"qbAgBMA,EAAsBC,EAAAA,EAAQC,UAAUC,WAG9CF,EAAAA,EAAQC,UAAUC,WAAa,WAC7B,IAAMC,EAAQC,KAAKC,QAAQC,aAAa,cAEpCH,GACFI,EAAEH,KAAKI,iBAAiBC,SAAS,WAADC,OAAYP,EAAMQ,QAAQ,gBAAiB,MAG7EZ,EAAoBa,KAAKR,KAC3B,EAKA,IAAMS,EAAsBC,EAAAA,EAAQb,UAAUC,WAG9CY,EAAAA,EAAQb,UAAUC,WAAa,WAC7B,IAAMC,EAAQC,KAAKC,QAAQC,aAAa,cAEpCH,GACFI,EAAEH,KAAKI,iBAAiBC,SAAS,WAADC,OAAYP,EAAMQ,QAAQ,gBAAiB,MAG7EE,EAAoBD,KAAKR,KAC3B,C,wBC3CAW,EAAOC,QAAUC,OAAe,M,YCAhCF,EAAOC,QAAUC,OAAe,M","sources":["webpack://camp/./vendor/assets/javascripts/bootstrap.js","webpack://camp/external window \"Popper\"","webpack://camp/external window \"jQuery\""],"sourcesContent":["import Util from 'bootstrap/js/src/util.js';\nimport Alert from 'bootstrap/js/src/alert.js';\nimport Button from 'bootstrap/js/src/button.js';\nimport Carousel from 'bootstrap/js/src/carousel.js';\nimport Collapse from 'bootstrap/js/src/collapse.js';\nimport Dropdown from 'bootstrap/js/src/dropdown.js';\nimport Modal from 'bootstrap/js/src/modal.js';\nimport Scrollspy from 'bootstrap/js/src/scrollspy.js';\nimport Tab from 'bootstrap/js/src/tab.js';\nimport Toast from 'bootstrap/js/src/toast.js';\nimport Tooltip from 'bootstrap/js/src/tooltip.js';\nimport Popover from 'bootstrap/js/src/popover.js';\n\n// Tooltip extension\n//\n\nconst bsTooltipSetContent = Tooltip.prototype.setContent;\n\n// Set tooltip state\nTooltip.prototype.setContent = function() {\n const state = this.element.getAttribute('data-state');\n\n if (state) {\n $(this.getTipElement()).addClass(`tooltip-${state.replace(/[^a-z0-9_-]/ig, '')}`);\n }\n\n bsTooltipSetContent.call(this);\n};\n\n// Popover extension\n//\n\nconst bsPopoverSetContent = Popover.prototype.setContent;\n\n// Set popover state\nPopover.prototype.setContent = function() {\n const state = this.element.getAttribute('data-state');\n\n if (state) {\n $(this.getTipElement()).addClass(`popover-${state.replace(/[^a-z0-9_-]/ig, '')}`);\n }\n\n bsPopoverSetContent.call(this);\n};\n\nexport {\n Util,\n Alert,\n Button,\n Carousel,\n Collapse,\n Dropdown,\n Modal,\n Scrollspy,\n Tab,\n Toast,\n Tooltip,\n Popover\n};\n","module.exports = window[\"Popper\"];","module.exports = window[\"jQuery\"];"],"names":["bsTooltipSetContent","Tooltip","prototype","setContent","state","this","element","getAttribute","$","getTipElement","addClass","concat","replace","call","bsPopoverSetContent","Popover","module","exports","window"],"sourceRoot":""}