/*! * bootstrap v4.3.1 (https://getbootstrap.com/) * copyright 2011-2019 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,g,u){"use strict";function i(t,e){for(var n=0;nthis._items.length-1||t<0))if(this._issliding)g(this._element).one(q.slid,function(){return e.to(t)});else{if(n===t)return this.pause(),void this.cycle();var i=ndocument.documentelement.clientheight;!this._isbodyoverflowing&&t&&(this._element.style.paddingleft=this._scrollbarwidth+"px"),this._isbodyoverflowing&&!t&&(this._element.style.paddingright=this._scrollbarwidth+"px")},t._resetadjustments=function(){this._element.style.paddingleft="",this._element.style.paddingright=""},t._checkscrollbar=function(){var t=document.body.getboundingclientrect();this._isbodyoverflowing=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:ee},je="show",he="out",re={hide:"hide"+de,hidden:"hidden"+de,show:"show"+de,shown:"shown"+de,inserted:"inserted"+de,click:"click"+de,focusin:"focusin"+de,focusout:"focusout"+de,mouseenter:"mouseenter"+de,mouseleave:"mouseleave"+de},xe="fade",fe="show",ue=".tooltip-inner",we=".arrow",qe="hover",me="focus",ke="click",qe="manual",be=function(){function i(t,e){if("undefined"==typeof u)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 t=i.prototype;return t.enable=function(){this._isenabled=!0},t.disable=function(){this._isenabled=!1},t.toggleenabled=function(){this._isenabled=!this._isenabled},t.toggle=function(t){if(this._isenabled)if(t){var e=this.constructor.data_key,n=g(t.currenttarget).data(e);n||(n=new this.constructor(t.currenttarget,this._getdelegateconfig()),g(t.currenttarget).data(e,n)),n._activetrigger.click=!n._activetrigger.click,n._iswithactivetrigger()?n._enter(null,n):n._leave(null,n)}else{if(g(this.gettipelement()).hasclass(fe))return void this._leave(null,this);this._enter(null,this)}},t.dispose=function(){cleartimeout(this._timeout),g.removedata(this.element,this.constructor.data_key),g(this.element).off(this.constructor.event_key),g(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&g(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},t.show=function(){var e=this;if("none"===g(this.element).css("display"))throw new error("please use show on visible elements");var t=g.event(this.constructor.event.show);if(this.iswithcontent()&&this._isenabled){g(this.element).trigger(t);var n=_.findshadowroot(this.element),i=g.contains(null!==n?n:this.element.ownerdocument.documentelement,this.element);if(t.isdefaultprevented()||!i)return;var o=this.gettipelement(),r=_.getuid(this.constructor.name);o.setattribute("id",r),this.element.setattribute("aria-describedby",r),this.setcontent(),this.config.animation&&g(o).addclass(xe);var s="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,a=this._getattachment(s);this.addattachmentclass(a);var l=this._getcontainer();g(o).data(this.constructor.data_key,this),g.contains(this.element.ownerdocument.documentelement,this.tip)||g(o).appendto(l),g(this.element).trigger(this.constructor.event.inserted),this._popper=new u(this.element,o,{placement:a,modifiers:{offset:this._getoffset(),flip:{behavior:this.config.fallbackplacement},arrow:{element:we},preventoverflow:{boundarieselement:this.config.boundary}},oncreate:function(t){t.originalplacement!==t.placement&&e._handlepopperplacementchange(t)},onupdate:function(t){return e._handlepopperplacementchange(t)}}),g(o).addclass(fe),"ontouchstart"in document.documentelement&&g(document.body).children().on("mouseover",null,g.noop);var c=function(){e.config.animation&&e._fixtransition();var t=e._hoverstate;e._hoverstate=null,g(e.element).trigger(e.constructor.event.shown),t===he&&e._leave(null,e)};if(g(this.tip).hasclass(xe)){var h=_.gettransitiondurationfromelement(this.tip);g(this.tip).one(_.transition_end,c).emulatetransitionend(h)}else c()}},t.hide=function(t){var e=this,n=this.gettipelement(),i=g.event(this.constructor.event.hide),o=function(){e._hoverstate!==je&&n.parentnode&&n.parentnode.removechild(n),e._cleantipclass(),e.element.removeattribute("aria-describedby"),g(e.element).trigger(e.constructor.event.hidden),null!==e._popper&&e._popper.destroy(),t&&t()};if(g(this.element).trigger(i),!i.isdefaultprevented()){if(g(n).removeclass(fe),"ontouchstart"in document.documentelement&&g(document.body).children().off("mouseover",null,g.noop),this._activetrigger[ke]=!1,this._activetrigger[me]=!1,this._activetrigger[qe]=!1,g(this.tip).hasclass(xe)){var r=_.gettransitiondurationfromelement(n);g(n).one(_.transition_end,o).emulatetransitionend(r)}else o();this._hoverstate=""}},t.update=function(){null!==this._popper&&this._popper.scheduleupdate()},t.iswithcontent=function(){return boolean(this.gettitle())},t.addattachmentclass=function(t){g(this.gettipelement()).addclass(ae+"-"+t)},t.gettipelement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},t.setcontent=function(){var t=this.gettipelement();this.setelementcontent(g(t.queryselectorall(ue)),this.gettitle()),g(t).removeclass(xe+" "+fe)},t.setelementcontent=function(t,e){"object"!=typeof e||!e.nodetype&&!e.jquery?this.config.html?(this.config.sanitize&&(e=se(e,this.config.whitelist,this.config.sanitizefn)),t.html(e)):t.text(e):this.config.html?g(e).parent().is(t)||t.empty().append(e):t.text(g(e).text())},t.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},t._getoffset=function(){var e=this,t={};return"function"==typeof this.config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,e.config.offset(t.offsets,e.element)||{}),t}:t.offset=this.config.offset,t},t._getcontainer=function(){return!1===this.config.container?document.body:_.iselement(this.config.container)?g(this.config.container):g(document).find(this.config.container)},t._getattachment=function(t){return pe[t.touppercase()]},t._setlisteners=function(){var i=this;this.config.trigger.split(" ").foreach(function(t){if("click"===t)g(i.element).on(i.constructor.event.click,i.config.selector,function(t){return i.toggle(t)});else if(t!==qe){var e=t===qe?i.constructor.event.mouseenter:i.constructor.event.focusin,n=t===qe?i.constructor.event.mouseleave:i.constructor.event.focusout;g(i.element).on(e,i.config.selector,function(t){return i._enter(t)}).on(n,i.config.selector,function(t){return i._leave(t)})}}),g(this.element).closest(".modal").on("hide.bs.modal",function(){i.element&&i.hide()}),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixtitle()},t._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",""))},t._enter=function(t,e){var n=this.constructor.data_key;(e=e||g(t.currenttarget).data(n))||(e=new this.constructor(t.currenttarget,this._getdelegateconfig()),g(t.currenttarget).data(n,e)),t&&(e._activetrigger["focusin"===t.type?me:qe]=!0),g(e.gettipelement()).hasclass(fe)||e._hoverstate===je?e._hoverstate=je:(cleartimeout(e._timeout),e._hoverstate=je,e.config.delay&&e.config.delay.show?e._timeout=settimeout(function(){e._hoverstate===je&&e.show()},e.config.delay.show):e.show())},t._leave=function(t,e){var n=this.constructor.data_key;(e=e||g(t.currenttarget).data(n))||(e=new this.constructor(t.currenttarget,this._getdelegateconfig()),g(t.currenttarget).data(n,e)),t&&(e._activetrigger["focusout"===t.type?me:qe]=!1),e._iswithactivetrigger()||(cleartimeout(e._timeout),e._hoverstate=he,e.config.delay&&e.config.delay.hide?e._timeout=settimeout(function(){e._hoverstate===he&&e.hide()},e.config.delay.hide):e.hide())},t._iswithactivetrigger=function(){for(var t in this._activetrigger)if(this._activetrigger[t])return!0;return!1},t._getconfig=function(t){var e=g(this.element).data();return object.keys(e).foreach(function(t){-1!==oe.indexof(t)&&delete e[t]}),"number"==typeof(t=l({},this.constructor.default,e,"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()),_.typecheckconfig(be,t,this.constructor.defaulttype),t.sanitize&&(t.template=se(t.template,t.whitelist,t.sanitizefn)),t},t._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},t._cleantipclass=function(){var t=g(this.gettipelement()),e=t.attr("class").match(ne);null!==e&&e.length&&t.removeclass(e.join(""))},t._handlepopperplacementchange=function(t){var e=t.instance;this.tip=e.popper,this._cleantipclass(),this.addattachmentclass(this._getattachment(t.placement))},t._fixtransition=function(){var t=this.gettipelement(),e=this.config.animation;null===t.getattribute("x-placement")&&(g(t).removeclass(xe),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},i._jqueryinterface=function(n){return this.each(function(){var t=g(this).data(ie),e="object"==typeof n&&n;if((t||!/dispose|hide/.test(n))&&(t||(t=new i(this,e),g(this).data(ie,t)),"string"==typeof n)){if("undefined"==typeof t[n])throw new typeerror('no method named "'+n+'"');t[n]()}})},s(i,null,[{key:"version",get:function(){return"4.3.1"}},{key:"default",get:function(){return le}},{key:"name",get:function(){return be}},{key:"data_key",get:function(){return ie}},{key:"event",get:function(){return re}},{key:"event_key",get:function(){return de}},{key:"defaulttype",get:function(){return ke}}]),i}();g.fn[be]=be._jqueryinterface,g.fn[be].constructor=be,g.fn[be].noconflict=function(){return g.fn[be]=we,be._jqueryinterface};var ve="popover",ye="bs.popover",ze="."+ye,xe=g.fn[ve],$e="bs-popover",ge=new regexp("(^|\\s)"+$e+"\\s+","g"),je=l({},be.default,{placement:"right",trigger:"click",content:"",template:''}),ze=l({},be.defaulttype,{content:"(string|element|function)"}),tn="fade",en="show",nn=".popover-header",on=".popover-body",rn={hide:"hide"+ze,hidden:"hidden"+ze,show:"show"+ze,shown:"shown"+ze,inserted:"inserted"+ze,click:"click"+ze,focusin:"focusin"+ze,focusout:"focusout"+ze,mouseenter:"mouseenter"+ze,mouseleave:"mouseleave"+ze},sn=function(t){var e,n;function i(){return t.apply(this,arguments)||this}n=t,(e=i).prototype=object.create(n.prototype),(e.prototype.constructor=e).__proto__=n;var o=i.prototype;return o.iswithcontent=function(){return this.gettitle()||this._getcontent()},o.addattachmentclass=function(t){g(this.gettipelement()).addclass($e+"-"+t)},o.gettipelement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},o.setcontent=function(){var t=g(this.gettipelement());this.setelementcontent(t.find(nn),this.gettitle());var e=this._getcontent();"function"==typeof e&&(e=e.call(this.element)),this.setelementcontent(t.find(on),e),t.removeclass(tn+" "+en)},o._getcontent=function(){return this.element.getattribute("data-content")||this.config.content},o._cleantipclass=function(){var t=g(this.gettipelement()),e=t.attr("class").match(ge);null!==e&&0=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||t