/*! * bootstrap v4.5.0 (https://getbootstrap.com/) * copyright 2011-2020 the bootstrap authors (https://github.com/twbs/bootstrap/graphs/contributors) * licensed under mit (https://github.com/twbs/bootstrap/blob/master/license) */ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],e):e((t=t||self).bootstrap={},t.jquery,t.popper)}(this,(function(t,e,n){"use strict";function i(t,e){for(var n=0;n=4)throw new error("bootstrap's javascript requires at least jquery v1.9.1 but less than v4.0.0")}};c.jquerydetection(),e.fn.emulatetransitionend=l,e.event.special[c.transition_end]={bindtype:"transitionend",delegatetype:"transitionend",handle:function(t){if(e(t.target).is(this))return t.handleobj.handler.apply(this,arguments)}};var h="alert",u=e.fn[h],d=function(){function t(t){this._element=t}var n=t.prototype;return n.close=function(t){var e=this._element;t&&(e=this._getrootelement(t)),this._triggercloseevent(e).isdefaultprevented()||this._removeelement(e)},n.dispose=function(){e.removedata(this._element,"bs.alert"),this._element=null},n._getrootelement=function(t){var n=c.getselectorfromelement(t),i=!1;return n&&(i=document.queryselector(n)),i||(i=e(t).closest(".alert")[0]),i},n._triggercloseevent=function(t){var n=e.event("close.bs.alert");return e(t).trigger(n),n},n._removeelement=function(t){var n=this;if(e(t).removeclass("show"),e(t).hasclass("fade")){var i=c.gettransitiondurationfromelement(t);e(t).one(c.transition_end,(function(e){return n._destroyelement(t,e)})).emulatetransitionend(i)}else this._destroyelement(t)},n._destroyelement=function(t){e(t).detach().trigger("closed.bs.alert").remove()},t._jqueryinterface=function(n){return this.each((function(){var i=e(this),o=i.data("bs.alert");o||(o=new t(this),i.data("bs.alert",o)),"close"===n&&o[n](this)}))},t._handledismiss=function(t){return function(e){e&&e.preventdefault(),t.close(this)}},o(t,null,[{key:"version",get:function(){return"4.5.0"}}]),t}();e(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',d._handledismiss(new d)),e.fn[h]=d._jqueryinterface,e.fn[h].constructor=d,e.fn[h].noconflict=function(){return e.fn[h]=u,d._jqueryinterface};var f=e.fn.button,g=function(){function t(t){this._element=t}var n=t.prototype;return n.toggle=function(){var t=!0,n=!0,i=e(this._element).closest('[data-toggle="buttons"]')[0];if(i){var o=this._element.queryselector('input:not([type="hidden"])');if(o){if("radio"===o.type)if(o.checked&&this._element.classlist.contains("active"))t=!1;else{var s=i.queryselector(".active");s&&e(s).removeclass("active")}t&&("checkbox"!==o.type&&"radio"!==o.type||(o.checked=!this._element.classlist.contains("active")),e(o).trigger("change")),o.focus(),n=!1}}this._element.hasattribute("disabled")||this._element.classlist.contains("disabled")||(n&&this._element.setattribute("aria-pressed",!this._element.classlist.contains("active")),t&&e(this._element).toggleclass("active"))},n.dispose=function(){e.removedata(this._element,"bs.button"),this._element=null},t._jqueryinterface=function(n){return this.each((function(){var i=e(this).data("bs.button");i||(i=new t(this),e(this).data("bs.button",i)),"toggle"===n&&i[n]()}))},o(t,null,[{key:"version",get:function(){return"4.5.0"}}]),t}();e(document).on("click.bs.button.data-api",'[data-toggle^="button"]',(function(t){var n=t.target,i=n;if(e(n).hasclass("btn")||(n=e(n).closest(".btn")[0]),!n||n.hasattribute("disabled")||n.classlist.contains("disabled"))t.preventdefault();else{var o=n.queryselector('input:not([type="hidden"])');if(o&&(o.hasattribute("disabled")||o.classlist.contains("disabled")))return void t.preventdefault();"label"===i.tagname&&o&&"checkbox"===o.type&&t.preventdefault(),g._jqueryinterface.call(e(n),"toggle")}})).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',(function(t){var n=e(t.target).closest(".btn")[0];e(n).toggleclass("focus",/^focus(in)?$/.test(t.type))})),e(window).on("load.bs.button.data-api",(function(){for(var t=[].slice.call(document.queryselectorall('[data-toggle="buttons"] .btn')),e=0,n=t.length;e0,this._pointerevent=boolean(window.pointerevent||window.mspointerevent),this._addeventlisteners()}var n=t.prototype;return n.next=function(){this._issliding||this._slide("next")},n.nextwhenvisible=function(){!document.hidden&&e(this._element).is(":visible")&&"hidden"!==e(this._element).css("visibility")&&this.next()},n.prev=function(){this._issliding||this._slide("prev")},n.pause=function(t){t||(this._ispaused=!0),this._element.queryselector(".carousel-item-next, .carousel-item-prev")&&(c.triggertransitionend(this._element),this.cycle(!0)),clearinterval(this._interval),this._interval=null},n.cycle=function(t){t||(this._ispaused=!1),this._interval&&(clearinterval(this._interval),this._interval=null),this._config.interval&&!this._ispaused&&(this._interval=setinterval((document.visibilitystate?this.nextwhenvisible:this.next).bind(this),this._config.interval))},n.to=function(t){var n=this;this._activeelement=this._element.queryselector(".active.carousel-item");var i=this._getitemindex(this._activeelement);if(!(t>this._items.length-1||t<0))if(this._issliding)e(this._element).one("slid.bs.carousel",(function(){return n.to(t)}));else{if(i===t)return this.pause(),void this.cycle();var o=t>i?"next":"prev";this._slide(o,this._items[t])}},n.dispose=function(){e(this._element).off(p),e.removedata(this._element,"bs.carousel"),this._items=null,this._config=null,this._element=null,this._interval=null,this._ispaused=null,this._issliding=null,this._activeelement=null,this._indicatorselement=null},n._getconfig=function(t){return t=a(a({},v),t),c.typecheckconfig(m,t,b),t},n._handleswipe=function(){var t=math.abs(this.touchdeltax);if(!(t<=40)){var e=t/this.touchdeltax;this.touchdeltax=0,e>0&&this.prev(),e<0&&this.next()}},n._addeventlisteners=function(){var t=this;this._config.keyboard&&e(this._element).on("keydown.bs.carousel",(function(e){return t._keydown(e)})),"hover"===this._config.pause&&e(this._element).on("mouseenter.bs.carousel",(function(e){return t.pause(e)})).on("mouseleave.bs.carousel",(function(e){return t.cycle(e)})),this._config.touch&&this._addtoucheventlisteners()},n._addtoucheventlisteners=function(){var t=this;if(this._touchsupported){var n=function(e){t._pointerevent&&y[e.originalevent.pointertype.touppercase()]?t.touchstartx=e.originalevent.clientx:t._pointerevent||(t.touchstartx=e.originalevent.touches[0].clientx)},i=function(e){t._pointerevent&&y[e.originalevent.pointertype.touppercase()]&&(t.touchdeltax=e.originalevent.clientx-t.touchstartx),t._handleswipe(),"hover"===t._config.pause&&(t.pause(),t.touchtimeout&&cleartimeout(t.touchtimeout),t.touchtimeout=settimeout((function(e){return t.cycle(e)}),500+t._config.interval))};e(this._element.queryselectorall(".carousel-item img")).on("dragstart.bs.carousel",(function(t){return t.preventdefault()})),this._pointerevent?(e(this._element).on("pointerdown.bs.carousel",(function(t){return n(t)})),e(this._element).on("pointerup.bs.carousel",(function(t){return i(t)})),this._element.classlist.add("pointer-event")):(e(this._element).on("touchstart.bs.carousel",(function(t){return n(t)})),e(this._element).on("touchmove.bs.carousel",(function(e){return function(e){e.originalevent.touches&&e.originalevent.touches.length>1?t.touchdeltax=0:t.touchdeltax=e.originalevent.touches[0].clientx-t.touchstartx}(e)})),e(this._element).on("touchend.bs.carousel",(function(t){return i(t)})))}},n._keydown=function(t){if(!/input|textarea/i.test(t.target.tagname))switch(t.which){case 37:t.preventdefault(),this.prev();break;case 39:t.preventdefault(),this.next()}},n._getitemindex=function(t){return this._items=t&&t.parentnode?[].slice.call(t.parentnode.queryselectorall(".carousel-item")):[],this._items.indexof(t)},n._getitembydirection=function(t,e){var n="next"===t,i="prev"===t,o=this._getitemindex(e),s=this._items.length-1;if((i&&0===o||n&&o===s)&&!this._config.wrap)return e;var r=(o+("prev"===t?-1:1))%this._items.length;return-1===r?this._items[this._items.length-1]:this._items[r]},n._triggerslideevent=function(t,n){var i=this._getitemindex(t),o=this._getitemindex(this._element.queryselector(".active.carousel-item")),s=e.event("slide.bs.carousel",{relatedtarget:t,direction:n,from:o,to:i});return e(this._element).trigger(s),s},n._setactiveindicatorelement=function(t){if(this._indicatorselement){var n=[].slice.call(this._indicatorselement.queryselectorall(".active"));e(n).removeclass("active");var i=this._indicatorselement.children[this._getitemindex(t)];i&&e(i).addclass("active")}},n._slide=function(t,n){var i,o,s,r=this,a=this._element.queryselector(".active.carousel-item"),l=this._getitemindex(a),h=n||a&&this._getitembydirection(t,a),u=this._getitemindex(h),d=boolean(this._interval);if("next"===t?(i="carousel-item-left",o="carousel-item-next",s="left"):(i="carousel-item-right",o="carousel-item-prev",s="right"),h&&e(h).hasclass("active"))this._issliding=!1;else if(!this._triggerslideevent(h,s).isdefaultprevented()&&a&&h){this._issliding=!0,d&&this.pause(),this._setactiveindicatorelement(h);var f=e.event("slid.bs.carousel",{relatedtarget:h,direction:s,from:l,to:u});if(e(this._element).hasclass("slide")){e(h).addclass(o),c.reflow(h),e(a).addclass(i),e(h).addclass(i);var g=parseint(h.getattribute("data-interval"),10);g?(this._config.defaultinterval=this._config.defaultinterval||this._config.interval,this._config.interval=g):this._config.interval=this._config.defaultinterval||this._config.interval;var m=c.gettransitiondurationfromelement(a);e(a).one(c.transition_end,(function(){e(h).removeclass(i+" "+o).addclass("active"),e(a).removeclass("active "+o+" "+i),r._issliding=!1,settimeout((function(){return e(r._element).trigger(f)}),0)})).emulatetransitionend(m)}else e(a).removeclass("active"),e(h).addclass("active"),this._issliding=!1,e(this._element).trigger(f);d&&this.cycle()}},t._jqueryinterface=function(n){return this.each((function(){var i=e(this).data("bs.carousel"),o=a(a({},v),e(this).data());"object"==typeof n&&(o=a(a({},o),n));var s="string"==typeof n?n:o.slide;if(i||(i=new t(this,o),e(this).data("bs.carousel",i)),"number"==typeof n)i.to(n);else if("string"==typeof s){if("undefined"==typeof i[s])throw new typeerror('no method named "'+s+'"');i[s]()}else o.interval&&o.ride&&(i.pause(),i.cycle())}))},t._dataapiclickhandler=function(n){var i=c.getselectorfromelement(this);if(i){var o=e(i)[0];if(o&&e(o).hasclass("carousel")){var s=a(a({},e(o).data()),e(this).data()),r=this.getattribute("data-slide-to");r&&(s.interval=!1),t._jqueryinterface.call(e(o),s),r&&e(o).data("bs.carousel").to(r),n.preventdefault()}}},o(t,null,[{key:"version",get:function(){return"4.5.0"}},{key:"default",get:function(){return v}}]),t}();e(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",e._dataapiclickhandler),e(window).on("load.bs.carousel.data-api",(function(){for(var t=[].slice.call(document.queryselectorall('[data-ride="carousel"]')),n=0,i=t.length;n0&&(this._selector=r,this._triggerarray.push(s))}this._parent=this._config.parent?this._getparent():null,this._config.parent||this._addariaandcollapsedclass(this._element,this._triggerarray),this._config.toggle&&this.toggle()}var n=t.prototype;return n.toggle=function(){e(this._element).hasclass("show")?this.hide():this.show()},n.show=function(){var n,i,o=this;if(!this._istransitioning&&!e(this._element).hasclass("show")&&(this._parent&&0===(n=[].slice.call(this._parent.queryselectorall(".show, .collapsing")).filter((function(t){return"string"==typeof o._config.parent?t.getattribute("data-parent")===o._config.parent:t.classlist.contains("collapse")}))).length&&(n=null),!(n&&(i=e(n).not(this._selector).data("bs.collapse"))&&i._istransitioning))){var s=e.event("show.bs.collapse");if(e(this._element).trigger(s),!s.isdefaultprevented()){n&&(t._jqueryinterface.call(e(n).not(this._selector),"hide"),i||e(n).data("bs.collapse",null));var r=this._getdimension();e(this._element).removeclass("collapse").addclass("collapsing"),this._element.style[r]=0,this._triggerarray.length&&e(this._triggerarray).removeclass("collapsed").attr("aria-expanded",!0),this.settransitioning(!0);var a="scroll"+(r[0].touppercase()+r.slice(1)),l=c.gettransitiondurationfromelement(this._element);e(this._element).one(c.transition_end,(function(){e(o._element).removeclass("collapsing").addclass("collapse show"),o._element.style[r]="",o.settransitioning(!1),e(o._element).trigger("shown.bs.collapse")})).emulatetransitionend(l),this._element.style[r]=this._element[a]+"px"}}},n.hide=function(){var t=this;if(!this._istransitioning&&e(this._element).hasclass("show")){var n=e.event("hide.bs.collapse");if(e(this._element).trigger(n),!n.isdefaultprevented()){var i=this._getdimension();this._element.style[i]=this._element.getboundingclientrect()[i]+"px",c.reflow(this._element),e(this._element).addclass("collapsing").removeclass("collapse show");var o=this._triggerarray.length;if(o>0)for(var s=0;s0},i._getoffset=function(){var t=this,e={};return"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=a(a({},e.offsets),t._config.offset(e.offsets,t._element)||{}),e}:e.offset=this._config.offset,e},i._getpopperconfig=function(){var t={placement:this._getplacement(),modifiers:{offset:this._getoffset(),flip:{enabled:this._config.flip},preventoverflow:{boundarieselement:this._config.boundary}}};return"static"===this._config.display&&(t.modifiers.applystyle={enabled:!1}),a(a({},t),this._config.popperconfig)},t._jqueryinterface=function(n){return this.each((function(){var i=e(this).data("bs.dropdown");if(i||(i=new t(this,"object"==typeof n?n:null),e(this).data("bs.dropdown",i)),"string"==typeof n){if("undefined"==typeof i[n])throw new typeerror('no method named "'+n+'"');i[n]()}}))},t._clearmenus=function(n){if(!n||3!==n.which&&("keyup"!==n.type||9===n.which))for(var i=[].slice.call(document.queryselectorall('[data-toggle="dropdown"]')),o=0,s=i.length;o0&&r--,40===n.which&&rdocument.documentelement.clientheight;!this._isbodyoverflowing&&t&&(this._element.style.paddingleft=this._scrollbarwidth+"px"),this._isbodyoverflowing&&!t&&(this._element.style.paddingright=this._scrollbarwidth+"px")},n._resetadjustments=function(){this._element.style.paddingleft="",this._element.style.paddingright=""},n._checkscrollbar=function(){var t=document.body.getboundingclientrect();this._isbodyoverflowing=math.round(t.left+t.right)
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackplacement:"flip",boundary:"scrollparent",sanitize:!0,sanitizefn:null,whitelist:f,popperconfig:null},y={hide:"hide.bs.tooltip",hidden:"hidden.bs.tooltip",show:"show.bs.tooltip",shown:"shown.bs.tooltip",inserted:"inserted.bs.tooltip",click:"click.bs.tooltip",focusin:"focusin.bs.tooltip",focusout:"focusout.bs.tooltip",mouseenter:"mouseenter.bs.tooltip",mouseleave:"mouseleave.bs.tooltip"},$=function(){function t(t,e){if("undefined"==typeof n)throw new typeerror("bootstrap's tooltips require popper.js (https://popper.js.org/)");this._isenabled=!0,this._timeout=0,this._hoverstate="",this._activetrigger={},this._popper=null,this.element=t,this.config=this._getconfig(e),this.tip=null,this._setlisteners()}var i=t.prototype;return i.enable=function(){this._isenabled=!0},i.disable=function(){this._isenabled=!1},i.toggleenabled=function(){this._isenabled=!this._isenabled},i.toggle=function(t){if(this._isenabled)if(t){var n=this.constructor.data_key,i=e(t.currenttarget).data(n);i||(i=new this.constructor(t.currenttarget,this._getdelegateconfig()),e(t.currenttarget).data(n,i)),i._activetrigger.click=!i._activetrigger.click,i._iswithactivetrigger()?i._enter(null,i):i._leave(null,i)}else{if(e(this.gettipelement()).hasclass("show"))return void this._leave(null,this);this._enter(null,this)}},i.dispose=function(){cleartimeout(this._timeout),e.removedata(this.element,this.constructor.data_key),e(this.element).off(this.constructor.event_key),e(this.element).closest(".modal").off("hide.bs.modal",this._hidemodalhandler),this.tip&&e(this.tip).remove(),this._isenabled=null,this._timeout=null,this._hoverstate=null,this._activetrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},i.show=function(){var t=this;if("none"===e(this.element).css("display"))throw new error("please use show on visible elements");var i=e.event(this.constructor.event.show);if(this.iswithcontent()&&this._isenabled){e(this.element).trigger(i);var o=c.findshadowroot(this.element),s=e.contains(null!==o?o:this.element.ownerdocument.documentelement,this.element);if(i.isdefaultprevented()||!s)return;var r=this.gettipelement(),a=c.getuid(this.constructor.name);r.setattribute("id",a),this.element.setattribute("aria-describedby",a),this.setcontent(),this.config.animation&&e(r).addclass("fade");var l="function"==typeof this.config.placement?this.config.placement.call(this,r,this.element):this.config.placement,h=this._getattachment(l);this.addattachmentclass(h);var u=this._getcontainer();e(r).data(this.constructor.data_key,this),e.contains(this.element.ownerdocument.documentelement,this.tip)||e(r).appendto(u),e(this.element).trigger(this.constructor.event.inserted),this._popper=new n(this.element,r,this._getpopperconfig(h)),e(r).addclass("show"),"ontouchstart"in document.documentelement&&e(document.body).children().on("mouseover",null,e.noop);var d=function(){t.config.animation&&t._fixtransition();var n=t._hoverstate;t._hoverstate=null,e(t.element).trigger(t.constructor.event.shown),"out"===n&&t._leave(null,t)};if(e(this.tip).hasclass("fade")){var f=c.gettransitiondurationfromelement(this.tip);e(this.tip).one(c.transition_end,d).emulatetransitionend(f)}else d()}},i.hide=function(t){var n=this,i=this.gettipelement(),o=e.event(this.constructor.event.hide),s=function(){"show"!==n._hoverstate&&i.parentnode&&i.parentnode.removechild(i),n._cleantipclass(),n.element.removeattribute("aria-describedby"),e(n.element).trigger(n.constructor.event.hidden),null!==n._popper&&n._popper.destroy(),t&&t()};if(e(this.element).trigger(o),!o.isdefaultprevented()){if(e(i).removeclass("show"),"ontouchstart"in document.documentelement&&e(document.body).children().off("mouseover",null,e.noop),this._activetrigger.click=!1,this._activetrigger.focus=!1,this._activetrigger.hover=!1,e(this.tip).hasclass("fade")){var r=c.gettransitiondurationfromelement(i);e(i).one(c.transition_end,s).emulatetransitionend(r)}else s();this._hoverstate=""}},i.update=function(){null!==this._popper&&this._popper.scheduleupdate()},i.iswithcontent=function(){return boolean(this.gettitle())},i.addattachmentclass=function(t){e(this.gettipelement()).addclass("bs-tooltip-"+t)},i.gettipelement=function(){return this.tip=this.tip||e(this.config.template)[0],this.tip},i.setcontent=function(){var t=this.gettipelement();this.setelementcontent(e(t.queryselectorall(".tooltip-inner")),this.gettitle()),e(t).removeclass("fade show")},i.setelementcontent=function(t,n){"object"!=typeof n||!n.nodetype&&!n.jquery?this.config.html?(this.config.sanitize&&(n=h(n,this.config.whitelist,this.config.sanitizefn)),t.html(n)):t.text(n):this.config.html?e(n).parent().is(t)||t.empty().append(n):t.text(e(n).text())},i.gettitle=function(){var t=this.element.getattribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},i._getpopperconfig=function(t){var e=this;return a(a({},{placement:t,modifiers:{offset:this._getoffset(),flip:{behavior:this.config.fallbackplacement},arrow:{element:".arrow"},preventoverflow:{boundarieselement:this.config.boundary}},oncreate:function(t){t.originalplacement!==t.placement&&e._handlepopperplacementchange(t)},onupdate:function(t){return e._handlepopperplacementchange(t)}}),this.config.popperconfig)},i._getoffset=function(){var t=this,e={};return"function"==typeof this.config.offset?e.fn=function(e){return e.offsets=a(a({},e.offsets),t.config.offset(e.offsets,t.element)||{}),e}:e.offset=this.config.offset,e},i._getcontainer=function(){return!1===this.config.container?document.body:c.iselement(this.config.container)?e(this.config.container):e(document).find(this.config.container)},i._getattachment=function(t){return k[t.touppercase()]},i._setlisteners=function(){var t=this;this.config.trigger.split(" ").foreach((function(n){if("click"===n)e(t.element).on(t.constructor.event.click,t.config.selector,(function(e){return t.toggle(e)}));else if("manual"!==n){var i="hover"===n?t.constructor.event.mouseenter:t.constructor.event.focusin,o="hover"===n?t.constructor.event.mouseleave:t.constructor.event.focusout;e(t.element).on(i,t.config.selector,(function(e){return t._enter(e)})).on(o,t.config.selector,(function(e){return t._leave(e)}))}})),this._hidemodalhandler=function(){t.element&&t.hide()},e(this.element).closest(".modal").on("hide.bs.modal",this._hidemodalhandler),this.config.selector?this.config=a(a({},this.config),{},{trigger:"manual",selector:""}):this._fixtitle()},i._fixtitle=function(){var t=typeof this.element.getattribute("data-original-title");(this.element.getattribute("title")||"string"!==t)&&(this.element.setattribute("data-original-title",this.element.getattribute("title")||""),this.element.setattribute("title",""))},i._enter=function(t,n){var i=this.constructor.data_key;(n=n||e(t.currenttarget).data(i))||(n=new this.constructor(t.currenttarget,this._getdelegateconfig()),e(t.currenttarget).data(i,n)),t&&(n._activetrigger["focusin"===t.type?"focus":"hover"]=!0),e(n.gettipelement()).hasclass("show")||"show"===n._hoverstate?n._hoverstate="show":(cleartimeout(n._timeout),n._hoverstate="show",n.config.delay&&n.config.delay.show?n._timeout=settimeout((function(){"show"===n._hoverstate&&n.show()}),n.config.delay.show):n.show())},i._leave=function(t,n){var i=this.constructor.data_key;(n=n||e(t.currenttarget).data(i))||(n=new this.constructor(t.currenttarget,this._getdelegateconfig()),e(t.currenttarget).data(i,n)),t&&(n._activetrigger["focusout"===t.type?"focus":"hover"]=!1),n._iswithactivetrigger()||(cleartimeout(n._timeout),n._hoverstate="out",n.config.delay&&n.config.delay.hide?n._timeout=settimeout((function(){"out"===n._hoverstate&&n.hide()}),n.config.delay.hide):n.hide())},i._iswithactivetrigger=function(){for(var t in this._activetrigger)if(this._activetrigger[t])return!0;return!1},i._getconfig=function(t){var n=e(this.element).data();return object.keys(n).foreach((function(t){-1!==v.indexof(t)&&delete n[t]})),"number"==typeof(t=a(a(a({},this.constructor.default),n),"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.tostring()),"number"==typeof t.content&&(t.content=t.content.tostring()),c.typecheckconfig(u,t,this.constructor.defaulttype),t.sanitize&&(t.template=h(t.template,t.whitelist,t.sanitizefn)),t},i._getdelegateconfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},i._cleantipclass=function(){var t=e(this.gettipelement()),n=t.attr("class").match(w);null!==n&&n.length&&t.removeclass(n.join(""))},i._handlepopperplacementchange=function(t){this.tip=t.instance.popper,this._cleantipclass(),this.addattachmentclass(this._getattachment(t.placement))},i._fixtransition=function(){var t=this.gettipelement(),n=this.config.animation;null===t.getattribute("x-placement")&&(e(t).removeclass("fade"),this.config.animation=!1,this.hide(),this.show(),this.config.animation=n)},t._jqueryinterface=function(n){return this.each((function(){var i=e(this).data("bs.tooltip"),o="object"==typeof n&&n;if((i||!/dispose|hide/.test(n))&&(i||(i=new t(this,o),e(this).data("bs.tooltip",i)),"string"==typeof n)){if("undefined"==typeof i[n])throw new typeerror('no method named "'+n+'"');i[n]()}}))},o(t,null,[{key:"version",get:function(){return"4.5.0"}},{key:"default",get:function(){return x}},{key:"name",get:function(){return u}},{key:"data_key",get:function(){return"bs.tooltip"}},{key:"event",get:function(){return y}},{key:"event_key",get:function(){return".bs.tooltip"}},{key:"defaulttype",get:function(){return z}}]),t}();e.fn[u]=$._jqueryinterface,e.fn[u].constructor=$,e.fn[u].noconflict=function(){return e.fn[u]=m,$._jqueryinterface};var j="popover",g=e.fn[j],z=new regexp("(^|\\s)bs-popover\\s+","g"),tt=a(a({},$.default),{},{placement:"right",trigger:"click",content:"",template:''}),et=a(a({},$.defaulttype),{},{content:"(string|element|function)"}),nt={hide:"hide.bs.popover",hidden:"hidden.bs.popover",show:"show.bs.popover",shown:"shown.bs.popover",inserted:"inserted.bs.popover",click:"click.bs.popover",focusin:"focusin.bs.popover",focusout:"focusout.bs.popover",mouseenter:"mouseenter.bs.popover",mouseleave:"mouseleave.bs.popover"},it=function(t){var n,i;function s(){return t.apply(this,arguments)||this}i=t,(n=s).prototype=object.create(i.prototype),n.prototype.constructor=n,n.__proto__=i;var r=s.prototype;return r.iswithcontent=function(){return this.gettitle()||this._getcontent()},r.addattachmentclass=function(t){e(this.gettipelement()).addclass("bs-popover-"+t)},r.gettipelement=function(){return this.tip=this.tip||e(this.config.template)[0],this.tip},r.setcontent=function(){var t=e(this.gettipelement());this.setelementcontent(t.find(".popover-header"),this.gettitle());var n=this._getcontent();"function"==typeof n&&(n=n.call(this.element)),this.setelementcontent(t.find(".popover-body"),n),t.removeclass("fade show")},r._getcontent=function(){return this.element.getattribute("data-content")||this.config.content},r._cleantipclass=function(){var t=e(this.gettipelement()),n=t.attr("class").match(z);null!==n&&n.length>0&&t.removeclass(n.join(""))},s._jqueryinterface=function(t){return this.each((function(){var n=e(this).data("bs.popover"),i="object"==typeof t?t:null;if((n||!/dispose|hide/.test(t))&&(n||(n=new s(this,i),e(this).data("bs.popover",n)),"string"==typeof t)){if("undefined"==typeof n[t])throw new typeerror('no method named "'+t+'"');n[t]()}}))},o(s,null,[{key:"version",get:function(){return"4.5.0"}},{key:"default",get:function(){return tt}},{key:"name",get:function(){return j}},{key:"data_key",get:function(){return"bs.popover"}},{key:"event",get:function(){return nt}},{key:"event_key",get:function(){return".bs.popover"}},{key:"defaulttype",get:function(){return et}}]),s}($);e.fn[j]=it._jqueryinterface,e.fn[j].constructor=it,e.fn[j].noconflict=function(){return e.fn[j]=g,it._jqueryinterface};var ot="scrollspy",st=e.fn[ot],rt={offset:10,method:"auto",target:""},at={offset:"number",method:"string",target:"(string|element)"},lt=function(){function t(t,n){var i=this;this._element=t,this._scrollelement="body"===t.tagname?window:t,this._config=this._getconfig(n),this._selector=this._config.target+" .nav-link,"+this._config.target+" .list-group-item,"+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activetarget=null,this._scrollheight=0,e(this._scrollelement).on("scroll.bs.scrollspy",(function(t){return i._process(t)})),this.refresh(),this._process()}var n=t.prototype;return n.refresh=function(){var t=this,n=this._scrollelement===this._scrollelement.window?"offset":"position",i="auto"===this._config.method?n:this._config.method,o="position"===i?this._getscrolltop():0;this._offsets=[],this._targets=[],this._scrollheight=this._getscrollheight(),[].slice.call(document.queryselectorall(this._selector)).map((function(t){var n,s=c.getselectorfromelement(t);if(s&&(n=document.queryselector(s)),n){var r=n.getboundingclientrect();if(r.width||r.height)return[e(n)[i]().top+o,s]}return null})).filter((function(t){return t})).sort((function(t,e){return t[0]-e[0]})).foreach((function(e){t._offsets.push(e[0]),t._targets.push(e[1])}))},n.dispose=function(){e.removedata(this._element,"bs.scrollspy"),e(this._scrollelement).off(".bs.scrollspy"),this._element=null,this._scrollelement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activetarget=null,this._scrollheight=null},n._getconfig=function(t){if("string"!=typeof(t=a(a({},rt),"object"==typeof t&&t?t:{})).target&&c.iselement(t.target)){var n=e(t.target).attr("id");n||(n=c.getuid(ot),e(t.target).attr("id",n)),t.target="#"+n}return c.typecheckconfig(ot,t,at),t},n._getscrolltop=function(){return this._scrollelement===window?this._scrollelement.pageyoffset:this._scrollelement.scrolltop},n._getscrollheight=function(){return this._scrollelement.scrollheight||math.max(document.body.scrollheight,document.documentelement.scrollheight)},n._getoffsetheight=function(){return this._scrollelement===window?window.innerheight:this._scrollelement.getboundingclientrect().height},n._process=function(){var t=this._getscrolltop()+this._config.offset,e=this._getscrollheight(),n=this._config.offset+e-this._getoffsetheight();if(this._scrollheight!==e&&this.refresh(),t>=n){var i=this._targets[this._targets.length-1];this._activetarget!==i&&this._activate(i)}else{if(this._activetarget&&t0)return this._activetarget=null,void this._clear();for(var o=this._offsets.length;o--;){this._activetarget!==this._targets[o]&&t>=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||t li > .active":".active";i=(i=e.makearray(e(o).find(r)))[i.length-1]}var a=e.event("hide.bs.tab",{relatedtarget:this._element}),l=e.event("show.bs.tab",{relatedtarget:i});if(i&&e(i).trigger(a),e(this._element).trigger(l),!l.isdefaultprevented()&&!a.isdefaultprevented()){s&&(n=document.queryselector(s)),this._activate(this._element,o);var h=function(){var n=e.event("hidden.bs.tab",{relatedtarget:t._element}),o=e.event("shown.bs.tab",{relatedtarget:i});e(i).trigger(n),e(t._element).trigger(o)};n?this._activate(n,n.parentnode,h):h()}}},n.dispose=function(){e.removedata(this._element,"bs.tab"),this._element=null},n._activate=function(t,n,i){var o=this,s=(!n||"ul"!==n.nodename&&"ol"!==n.nodename?e(n).children(".active"):e(n).find("> li > .active"))[0],r=i&&s&&e(s).hasclass("fade"),a=function(){return o._transitioncomplete(t,s,i)};if(s&&r){var l=c.gettransitiondurationfromelement(s);e(s).removeclass("show").one(c.transition_end,a).emulatetransitionend(l)}else a()},n._transitioncomplete=function(t,n,i){if(n){e(n).removeclass("active");var o=e(n.parentnode).find("> .dropdown-menu .active")[0];o&&e(o).removeclass("active"),"tab"===n.getattribute("role")&&n.setattribute("aria-selected",!1)}if(e(t).addclass("active"),"tab"===t.getattribute("role")&&t.setattribute("aria-selected",!0),c.reflow(t),t.classlist.contains("fade")&&t.classlist.add("show"),t.parentnode&&e(t.parentnode).hasclass("dropdown-menu")){var s=e(t).closest(".dropdown")[0];if(s){var r=[].slice.call(s.queryselectorall(".dropdown-toggle"));e(r).addclass("active")}t.setattribute("aria-expanded",!0)}i&&i()},t._jqueryinterface=function(n){return this.each((function(){var i=e(this),o=i.data("bs.tab");if(o||(o=new t(this),i.data("bs.tab",o)),"string"==typeof n){if("undefined"==typeof o[n])throw new typeerror('no method named "'+n+'"');o[n]()}}))},o(t,null,[{key:"version",get:function(){return"4.5.0"}}]),t}();e(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',(function(t){t.preventdefault(),ht._jqueryinterface.call(e(this),"show")})),e.fn.tab=ht._jqueryinterface,e.fn.tab.constructor=ht,e.fn.tab.noconflict=function(){return e.fn.tab=ct,ht._jqueryinterface};var ut=e.fn.toast,dt={animation:"boolean",autohide:"boolean",delay:"number"},ft={animation:!0,autohide:!0,delay:500},gt=function(){function t(t,e){this._element=t,this._config=this._getconfig(e),this._timeout=null,this._setlisteners()}var n=t.prototype;return n.show=function(){var t=this,n=e.event("show.bs.toast");if(e(this._element).trigger(n),!n.isdefaultprevented()){this._config.animation&&this._element.classlist.add("fade");var i=function(){t._element.classlist.remove("showing"),t._element.classlist.add("show"),e(t._element).trigger("shown.bs.toast"),t._config.autohide&&(t._timeout=settimeout((function(){t.hide()}),t._config.delay))};if(this._element.classlist.remove("hide"),c.reflow(this._element),this._element.classlist.add("showing"),this._config.animation){var o=c.gettransitiondurationfromelement(this._element);e(this._element).one(c.transition_end,i).emulatetransitionend(o)}else i()}},n.hide=function(){if(this._element.classlist.contains("show")){var t=e.event("hide.bs.toast");e(this._element).trigger(t),t.isdefaultprevented()||this._close()}},n.dispose=function(){cleartimeout(this._timeout),this._timeout=null,this._element.classlist.contains("show")&&this._element.classlist.remove("show"),e(this._element).off("click.dismiss.bs.toast"),e.removedata(this._element,"bs.toast"),this._element=null,this._config=null},n._getconfig=function(t){return t=a(a(a({},ft),e(this._element).data()),"object"==typeof t&&t?t:{}),c.typecheckconfig("toast",t,this.constructor.defaulttype),t},n._setlisteners=function(){var t=this;e(this._element).on("click.dismiss.bs.toast",'[data-dismiss="toast"]',(function(){return t.hide()}))},n._close=function(){var t=this,n=function(){t._element.classlist.add("hide"),e(t._element).trigger("hidden.bs.toast")};if(this._element.classlist.remove("show"),this._config.animation){var i=c.gettransitiondurationfromelement(this._element);e(this._element).one(c.transition_end,n).emulatetransitionend(i)}else n()},t._jqueryinterface=function(n){return this.each((function(){var i=e(this),o=i.data("bs.toast");if(o||(o=new t(this,"object"==typeof n&&n),i.data("bs.toast",o)),"string"==typeof n){if("undefined"==typeof o[n])throw new typeerror('no method named "'+n+'"');o[n](this)}}))},o(t,null,[{key:"version",get:function(){return"4.5.0"}},{key:"defaulttype",get:function(){return dt}},{key:"default",get:function(){return ft}}]),t}();e.fn.toast=gt._jqueryinterface,e.fn.toast.constructor=gt,e.fn.toast.noconflict=function(){return e.fn.toast=ut,gt._jqueryinterface},t.alert=d,t.button=g,t.carousel=e,t.collapse=d,t.dropdown=j,t.modal=r,t.popover=it,t.scrollspy=lt,t.tab=ht,t.toast=gt,t.tooltip=$,t.util=c,object.defineproperty(t,"__esmodule",{value:!0})})); //# sourcemappingurl=bootstrap.min.js.map