/*! * bootstrap v5.0.0-beta1 (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/main/license) */ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalthis?globalthis:t||self).bootstrap=e()}(this,(function(){"use strict";function t(t,e){for(var n=0;n0,i._pointerevent=boolean(window.pointerevent),i._addeventlisteners(),i}i(o,t);var r=o.prototype;return r.next=function(){this._issliding||this._slide("next")},r.nextwhenvisible=function(){!document.hidden&&g(this._element)&&this.next()},r.prev=function(){this._issliding||this._slide("prev")},r.pause=function(t){t||(this._ispaused=!0),q.findone(".carousel-item-next, .carousel-item-prev",this._element)&&(f(this._element),this.cycle(!0)),clearinterval(this._interval),this._interval=null},r.cycle=function(t){t||(this._ispaused=!1),this._interval&&(clearinterval(this._interval),this._interval=null),this._config&&this._config.interval&&!this._ispaused&&(this._updateinterval(),this._interval=setinterval((document.visibilitystate?this.nextwhenvisible:this.next).bind(this),this._config.interval))},r.to=function(t){var e=this;this._activeelement=q.findone(".active.carousel-item",this._element);var n=this._getitemindex(this._activeelement);if(!(t>this._items.length-1||t<0))if(this._issliding)h.one(this._element,"slid.bs.carousel",(function(){return e.to(t)}));else{if(n===t)return this.pause(),void this.cycle();var i=t>n?"next":"prev";this._slide(i,this._items[t])}},r.dispose=function(){t.prototype.dispose.call(this),h.off(this._element,v),this._items=null,this._config=null,this._interval=null,this._ispaused=null,this._issliding=null,this._activeelement=null,this._indicatorselement=null},r._getconfig=function(t){return t=n({},x,t),p(z,t,$),t},r._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()}},r._addeventlisteners=function(){var t=this;this._config.keyboard&&h.on(this._element,"keydown.bs.carousel",(function(e){return t._keydown(e)})),"hover"===this._config.pause&&(h.on(this._element,"mouseenter.bs.carousel",(function(e){return t.pause(e)})),h.on(this._element,"mouseleave.bs.carousel",(function(e){return t.cycle(e)}))),this._config.touch&&this._touchsupported&&this._addtoucheventlisteners()},r._addtoucheventlisteners=function(){var t=this,e=function(e){t._pointerevent&&g[e.pointertype.touppercase()]?t.touchstartx=e.clientx:t._pointerevent||(t.touchstartx=e.touches[0].clientx)},n=function(e){t._pointerevent&&g[e.pointertype.touppercase()]&&(t.touchdeltax=e.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))};q.find(".carousel-item img",this._element).foreach((function(t){h.on(t,"dragstart.bs.carousel",(function(t){return t.preventdefault()}))})),this._pointerevent?(h.on(this._element,"pointerdown.bs.carousel",(function(t){return e(t)})),h.on(this._element,"pointerup.bs.carousel",(function(t){return n(t)})),this._element.classlist.add("pointer-event")):(h.on(this._element,"touchstart.bs.carousel",(function(t){return e(t)})),h.on(this._element,"touchmove.bs.carousel",(function(e){return function(e){e.touches&&e.touches.length>1?t.touchdeltax=0:t.touchdeltax=e.touches[0].clientx-t.touchstartx}(e)})),h.on(this._element,"touchend.bs.carousel",(function(t){return n(t)})))},r._keydown=function(t){if(!/input|textarea/i.test(t.target.tagname))switch(t.key){case"arrowleft":t.preventdefault(),this.prev();break;case"arrowright":t.preventdefault(),this.next()}},r._getitemindex=function(t){return this._items=t&&t.parentnode?q.find(".carousel-item",t.parentnode):[],this._items.indexof(t)},r._getitembydirection=function(t,e){var n="next"===t,i="prev"===t,o=this._getitemindex(e),r=this._items.length-1;if((i&&0===o||n&&o===r)&&!this._config.wrap)return e;var s=(o+("prev"===t?-1:1))%this._items.length;return-1===s?this._items[this._items.length-1]:this._items[s]},r._triggerslideevent=function(t,e){var n=this._getitemindex(t),i=this._getitemindex(q.findone(".active.carousel-item",this._element));return h.trigger(this._element,"slide.bs.carousel",{relatedtarget:t,direction:e,from:i,to:n})},r._setactiveindicatorelement=function(t){if(this._indicatorselement){for(var e=q.find(".active",this._indicatorselement),n=0;n0)for(var i=0;i=0}function wt(t){return((ht(t)?t.ownerdocument:t.document)||window.document).documentelement}function et(t){return"html"===ft(t)?t:t.assignedslot||t.parentnode||t.host||wt(t)}function tt(t){if(!pt(t)||"fixed"===bt(t).position)return null;var e=t.offsetparent;if(e){var n=wt(e);if("body"===ft(e)&&"static"===bt(e).position&&"static"!==bt(n).position)return n}return e}function kt(t){for(var e=dt(t),n=tt(t);n&&yt(n)&&"static"===bt(n).position;)n=tt(n);return n&&"body"===ft(n)&&"static"===bt(n).position?e:n||function(t){for(var e=et(t);pt(e)&&["html","body"].indexof(ft(e))<0;){var n=bt(e);if("none"!==n.transform||"none"!==n.perspective||n.willchange&&"auto"!==n.willchange)return e;e=e.parentnode}return null}(t)||e}function ot(t){return["top","bottom"].indexof(t)>=0?"x":"y"}function lt(t,e,n){return math.max(t,math.min(e,n))}function at(t){return object.assign(object.assign({},{top:0,right:0,bottom:0,left:0}),t)}function ct(t,e){return e.reduce((function(e,n){return e[n]=t,e}),{})}var dt={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,n=t.state,i=t.name,o=n.elements.arrow,r=n.modifiersdata.popperoffsets,s=mt(n.placement),a=ot(s),l=[st,rt].indexof(s)>=0?"height":"width";if(o&&r){var c=n.modifiersdata[i+"#persistent"].padding,u=vt(o),f="y"===a?it:st,d="y"===a?ot:rt,h=n.rects.reference[l]+n.rects.reference[a]-r[a]-n.rects.popper[l],p=r[a]-n.rects.reference[a],g=kt(o),m=g?"y"===a?g.clientheight||0:g.clientwidth||0:0,v=h/2-p/2,_=c[f],b=m-u[l]-c[d],y=m/2-u[l]/2+v,w=lt(_,y,b),e=a;n.modifiersdata[i]=((e={})[e]=w,e.centeroffset=w-y,e)}},effect:function(t){var e=t.state,n=t.options,i=t.name,o=n.element,r=void 0===o?"[data-popper-arrow]":o,s=n.padding,a=void 0===s?0:s;null!=r&&("string"!=typeof r||(r=e.elements.popper.queryselector(r)))&&_t(e.elements.popper,r)&&(e.elements.arrow=r,e.modifiersdata[i+"#persistent"]={padding:at("number"!=typeof a?a:ct(a,at))})},requires:["popperoffsets"],requiresifexists:["preventoverflow"]},xt={top:"auto",right:"auto",bottom:"auto",left:"auto"};function st(t){var e,n=t.popper,i=t.popperrect,o=t.placement,r=t.offsets,s=t.position,a=t.gpuacceleration,l=t.adaptive,c=function(t){var e=t.x,n=t.y,i=window.devicepixelratio||1;return{x:math.round(e*i)/i||0,y:math.round(n*i)/i||0}}(r),u=c.x,f=c.y,d=r.hasownproperty("x"),h=r.hasownproperty("y"),p=st,g=it,m=window;if(l){var v=kt(n);v===dt(n)&&(v=wt(n)),o===it&&(g=ot,f-=v.clientheight-i.height,f*=a?1:-1),o===st&&(p=rt,u-=v.clientwidth-i.width,u*=a?1:-1)}var _,b=object.assign({position:s},l&&xt);return a?object.assign(object.assign({},b),{},((_={})[g]=h?"0":"",_[p]=d?"0":"",_.transform=(m.devicepixelratio||1)<2?"translate("+u+"px, "+f+"px)":"translate3d("+u+"px, "+f+"px, 0)",_)):object.assign(object.assign({},b),{},((e={})[g]=h?f+"px":"",e[p]=d?u+"px":"",e.transform="",e))}var jt={name:"computestyles",enabled:!0,phase:"beforewrite",fn:function(t){var e=t.state,n=t.options,i=n.gpuacceleration,o=void 0===i||i,r=n.adaptive,s=void 0===r||r,a={placement:mt(e.placement),popper:e.elements.popper,popperrect:e.rects.popper,gpuacceleration:o};null!=e.modifiersdata.popperoffsets&&(e.styles.popper=object.assign(object.assign({},e.styles.popper),st(object.assign(object.assign({},a),{},{offsets:e.modifiersdata.popperoffsets,position:e.options.strategy,adaptive:s})))),null!=e.modifiersdata.arrow&&(e.styles.arrow=object.assign(object.assign({},e.styles.arrow),st(object.assign(object.assign({},a),{},{offsets:e.modifiersdata.arrow,position:"absolute",adaptive:!1})))),e.attributes.popper=object.assign(object.assign({},e.attributes.popper),{},{"data-popper-placement":e.placement})},data:{}},nt={passive:!0};var it={name:"eventlisteners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,n=t.instance,i=t.options,o=i.scroll,r=void 0===o||o,s=i.resize,a=void 0===s||s,l=dt(e.elements.popper),c=[].concat(e.scrollparents.reference,e.scrollparents.popper);return r&&c.foreach((function(t){t.addeventlistener("scroll",n.update,nt)})),a&&l.addeventlistener("resize",n.update,nt),function(){r&&c.foreach((function(t){t.removeeventlistener("scroll",n.update,nt)})),a&&l.removeeventlistener("resize",n.update,nt)}},data:{}},pt={left:"right",right:"left",bottom:"top",top:"bottom"};function mt(t){return t.replace(/left|right|bottom|top/g,(function(t){return pt[t]}))}var bt={start:"end",end:"start"};function ht(t){return t.replace(/start|end/g,(function(t){return bt[t]}))}function rt(t){var e=t.getboundingclientrect();return{width:e.width,height:e.height,top:e.top,right:e.right,bottom:e.bottom,left:e.left,x:e.left,y:e.top}}function wt(t){var e=dt(t);return{scrollleft:e.pagexoffset,scrolltop:e.pageyoffset}}function kt(t){return rt(wt(t)).left+wt(t).scrollleft}function qt(t){var e=bt(t),n=e.overflow,i=e.overflowx,o=e.overflowy;return/auto|scroll|overlay|hidden/.test(n+o+i)}function ut(t,e){void 0===e&&(e=[]);var n=function t(e){return["html","body","#document"].indexof(ft(e))>=0?e.ownerdocument.body:pt(e)&&qt(e)?e:t(et(e))}(t),i="body"===ft(n),o=dt(n),r=i?[o].concat(o.visualviewport||[],qt(n)?n:[]):n,s=e.concat(r);return i?s:s.concat(ut(et(r)))}function ft(t){return object.assign(object.assign({},t),{},{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function yt(t,e){return"viewport"===e?ft(function(t){var e=dt(t),n=wt(t),i=e.visualviewport,o=n.clientwidth,r=n.clientheight,s=0,a=0;return i&&(o=i.width,r=i.height,/^((?!chrome|android).)*safari/i.test(navigator.useragent)||(s=i.offsetleft,a=i.offsettop)),{width:o,height:r,x:s+kt(t),y:a}}(t)):pt(e)?function(t){var e=rt(t);return e.top=e.top+t.clienttop,e.left=e.left+t.clientleft,e.bottom=e.top+t.clientheight,e.right=e.left+t.clientwidth,e.width=t.clientwidth,e.height=t.clientheight,e.x=e.left,e.y=e.top,e}(e):ft(function(t){var e=wt(t),n=wt(t),i=t.ownerdocument.body,o=math.max(e.scrollwidth,e.clientwidth,i?i.scrollwidth:0,i?i.clientwidth:0),r=math.max(e.scrollheight,e.clientheight,i?i.scrollheight:0,i?i.clientheight:0),s=-n.scrollleft+kt(t),a=-n.scrolltop;return"rtl"===bt(i||e).direction&&(s+=math.max(e.clientwidth,i?i.clientwidth:0)-o),{width:o,height:r,x:s,y:a}}(wt(t)))}function qt(t,e,n){var i="clippingparents"===e?function(t){var e=ut(et(t)),n=["absolute","fixed"].indexof(bt(t).position)>=0&&pt(t)?kt(t):t;return ht(n)?e.filter((function(t){return ht(t)&&_t(t,n)&&"body"!==ft(t)})):[]}(t):[].concat(e),o=[].concat(i,[n]),r=o[0],s=o.reduce((function(e,n){var i=yt(t,n);return e.top=math.max(i.top,e.top),e.right=math.min(i.right,e.right),e.bottom=math.min(i.bottom,e.bottom),e.left=math.max(i.left,e.left),e}),yt(t,r));return s.width=s.right-s.left,s.height=s.bottom-s.top,s.x=s.left,s.y=s.top,s}function zt(t){return t.split("-")[1]}function vt(t){var e,n=t.reference,i=t.element,o=t.placement,r=o?mt(o):null,s=o?zt(o):null,a=n.x+n.width/2-i.width/2,l=n.y+n.height/2-i.height/2;switch(r){case it:e={x:a,y:n.y-i.height};break;case ot:e={x:a,y:n.y+n.height};break;case rt:e={x:n.x+n.width,y:l};break;case st:e={x:n.x-i.width,y:l};break;default:e={x:n.x,y:n.y}}var c=r?ot(r):null;if(null!=c){var u="y"===c?"height":"width";switch(s){case"start":e[c]=math.floor(e[c])-math.floor(n[u]/2-i[u]/2);break;case"end":e[c]=math.floor(e[c])+math.ceil(n[u]/2-i[u]/2)}}return e}function xt(t,e){void 0===e&&(e={});var n=e,i=n.placement,o=void 0===i?t.placement:i,r=n.boundary,s=void 0===r?"clippingparents":r,a=n.rootboundary,l=void 0===a?"viewport":a,c=n.elementcontext,u=void 0===c?"popper":c,f=n.altboundary,d=void 0!==f&&f,h=n.padding,p=void 0===h?0:h,g=at("number"!=typeof p?p:ct(p,at)),m="popper"===u?"reference":"popper",v=t.elements.reference,_=t.rects.popper,b=t.elements[d?m:u],y=qt(ht(b)?b:b.contextelement||wt(t.elements.popper),s,l),w=rt(v),e=vt({reference:w,element:_,strategy:"absolute",placement:o}),t=ft(object.assign(object.assign({},_),e)),k="popper"===u?t:w,o={top:y.top-k.top+g.top,bottom:k.bottom-y.bottom+g.bottom,left:y.left-k.left+g.left,right:k.right-y.right+g.right},l=t.modifiersdata.offset;if("popper"===u&&l){var a=l[o];object.keys(o).foreach((function(t){var e=[rt,ot].indexof(t)>=0?1:-1,n=[it,ot].indexof(t)>=0?"y":"x";o[t]+=a[n]*e}))}return o}function $t(t,e){void 0===e&&(e={});var n=e,i=n.placement,o=n.boundary,r=n.rootboundary,s=n.padding,a=n.flipvariations,l=n.allowedautoplacements,c=void 0===l?ct:l,u=zt(i),f=u?a?lt:lt.filter((function(t){return zt(t)===u})):at,d=f.filter((function(t){return c.indexof(t)>=0}));0===d.length&&(d=f);var h=d.reduce((function(e,n){return e[n]=xt(t,{placement:n,boundary:o,rootboundary:r,padding:s})[mt(n)],e}),{});return object.keys(h).sort((function(t,e){return h[t]-h[e]}))}var gt={name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,n=t.options,i=t.name;if(!e.modifiersdata[i]._skip){for(var o=n.mainaxis,r=void 0===o||o,s=n.altaxis,a=void 0===s||s,l=n.fallbackplacements,c=n.padding,u=n.boundary,f=n.rootboundary,d=n.altboundary,h=n.flipvariations,p=void 0===h||h,g=n.allowedautoplacements,m=e.options.placement,v=mt(m),_=l||(v===m||!p?[mt(m)]:function(t){if("auto"===mt(t))return[];var e=mt(t);return[ht(t),e,ht(e)]}(m)),b=[m].concat(_).reduce((function(t,n){return t.concat("auto"===mt(n)?$t(e,{placement:n,boundary:u,rootboundary:f,padding:c,flipvariations:p,allowedautoplacements:g}):n)}),[]),y=e.rects.reference,w=e.rects.popper,e=new map,t=!0,k=b[0],o=0;o=0,x=d?"width":"height",s=xt(e,{placement:l,boundary:u,rootboundary:f,altboundary:d,padding:c}),j=d?c?rt:st:c?ot:it;y[x]>w[x]&&(j=mt(j));var n=mt(j),i=[];if(r&&i.push(s[a]<=0),a&&i.push(s[j]<=0,s[n]<=0),i.every((function(t){return t}))){k=l,t=!1;break}e.set(l,i)}if(t)for(var p=function(t){var e=b.find((function(e){var n=e.get(e);if(n)return n.slice(0,t).every((function(t){return t}))}));if(e)return k=e,"break"},m=p?3:1;m>0;m--){if("break"===p(m))break}e.placement!==k&&(e.modifiersdata[i]._skip=!0,e.placement=k,e.reset=!0)}},requiresifexists:["offset"],data:{_skip:!1}};function zt(t,e,n){return void 0===n&&(n={x:0,y:0}),{top:t.top-e.height-n.y,right:t.right-e.width+n.x,bottom:t.bottom-e.height+n.y,left:t.left-e.width-n.x}}function jt(t){return[it,rt,ot,st].some((function(e){return t[e]>=0}))}var te={name:"hide",enabled:!0,phase:"main",requiresifexists:["preventoverflow"],fn:function(t){var e=t.state,n=t.name,i=e.rects.reference,o=e.rects.popper,r=e.modifiersdata.preventoverflow,s=xt(e,{elementcontext:"reference"}),a=xt(e,{altboundary:!0}),l=zt(s,i),c=zt(a,o,r),u=jt(l),f=jt(c);e.modifiersdata[n]={referenceclippingoffsets:l,popperescapeoffsets:c,isreferencehidden:u,haspopperescaped:f},e.attributes.popper=object.assign(object.assign({},e.attributes.popper),{},{"data-popper-reference-hidden":u,"data-popper-escaped":f})}};var ee={name:"offset",enabled:!0,phase:"main",requires:["popperoffsets"],fn:function(t){var e=t.state,n=t.options,i=t.name,o=n.offset,r=void 0===o?[0,0]:o,s=ct.reduce((function(t,n){return t[n]=function(t,e,n){var i=mt(t),o=[st,it].indexof(i)>=0?-1:1,r="function"==typeof n?n(object.assign(object.assign({},e),{},{placement:t})):n,s=r[0],a=r[1];return s=s||0,a=(a||0)*o,[st,rt].indexof(i)>=0?{x:a,y:s}:{x:s,y:a}}(n,e.rects,r),t}),{}),a=s[e.placement],l=a.x,c=a.y;null!=e.modifiersdata.popperoffsets&&(e.modifiersdata.popperoffsets.x+=l,e.modifiersdata.popperoffsets.y+=c),e.modifiersdata[i]=s}};var ne={name:"popperoffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,n=t.name;e.modifiersdata[n]=vt({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}};var ie={name:"preventoverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,n=t.options,i=t.name,o=n.mainaxis,r=void 0===o||o,s=n.altaxis,a=void 0!==s&&s,l=n.boundary,c=n.rootboundary,u=n.altboundary,f=n.padding,d=n.tether,h=void 0===d||d,p=n.tetheroffset,g=void 0===p?0:p,m=xt(e,{boundary:l,rootboundary:c,padding:f,altboundary:u}),v=mt(e.placement),_=zt(e.placement),b=!_,y=ot(v),w="x"===y?"y":"x",e=e.modifiersdata.popperoffsets,t=e.rects.reference,k=e.rects.popper,o="function"==typeof g?g(object.assign(object.assign({},e.rects),{},{placement:e.placement})):g,l={x:0,y:0};if(e){if(r){var a="y"===y?it:st,c="y"===y?ot:rt,d="y"===y?"height":"width",x=e[y],s=e[y]+m[a],j=e[y]-m[c],n=h?-k[d]/2:0,i="start"===_?t[d]:k[d],p="start"===_?-k[d]:-t[d],m=e.elements.arrow,b=h&&m?vt(m):{width:0,height:0},h=e.modifiersdata["arrow#persistent"]?e.modifiersdata["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},r=h[a],w=h[c],k=lt(0,t[d],b[d]),q=b?t[d]/2-n-k-r-o:i-k-r-o,u=b?-t[d]/2+n+k+w+o:p+k+w+o,f=e.elements.arrow&&kt(e.elements.arrow),y=f?"y"===y?f.clienttop||0:f.clientleft||0:0,q=e.modifiersdata.offset?e.modifiersdata.offset[e.placement][y]:0,z=e[y]+q-q-y,v=e[y]+u-q,x=lt(h?math.min(s,z):s,x,h?math.max(j,v):j);e[y]=x,l[y]=x-x}if(a){var $="x"===y?it:st,g="x"===y?ot:rt,z=e[w],j=lt(z+m[$],z,z-m[g]);e[w]=j,l[w]=j-z}e.modifiersdata[i]=l}},requiresifexists:["offset"]};function oe(t,e,n){void 0===n&&(n=!1);var i,o,r=wt(e),s=rt(t),a=pt(e),l={scrollleft:0,scrolltop:0},c={x:0,y:0};return(a||!a&&!n)&&(("body"!==ft(e)||qt(r))&&(l=(i=e)!==dt(i)&&pt(i)?{scrollleft:(o=i).scrollleft,scrolltop:o.scrolltop}:wt(i)),pt(e)?((c=rt(e)).x+=e.clientleft,c.y+=e.clienttop):r&&(c.x=kt(r))),{x:s.left+l.scrollleft-c.x,y:s.top+l.scrolltop-c.y,width:s.width,height:s.height}}function re(t){var e=new map,n=new set,i=[];return t.foreach((function(t){e.set(t.name,t)})),t.foreach((function(t){n.has(t.name)||function t(o){n.add(o.name),[].concat(o.requires||[],o.requiresifexists||[]).foreach((function(i){if(!n.has(i)){var o=e.get(i);o&&t(o)}})),i.push(o)}(t)})),i}var se={placement:"bottom",modifiers:[],strategy:"absolute"};function ae(){for(var t=arguments.length,e=new array(t),n=0;n0&&r--,"arrowdown"===t.key&&rdocument.documentelement.clientheight;e||(this._element.style.overflowy="hidden"),this._element.classlist.add("modal-static");var n=u(this._dialog);h.off(this._element,"transitionend"),h.one(this._element,"transitionend",(function(){t._element.classlist.remove("modal-static"),e||(h.one(t._element,"transitionend",(function(){t._element.style.overflowy=""})),h(t._element,n))})),h(this._element,n),this._element.focus()}},r._adjustdialog=function(){var t=this._element.scrollheight>document.documentelement.clientheight;(!this._isbodyoverflowing&&t&&!y||this._isbodyoverflowing&&!t&&y)&&(this._element.style.paddingleft=this._scrollbarwidth+"px"),(this._isbodyoverflowing&&!t&&!y||!this._isbodyoverflowing&&t&&y)&&(this._element.style.paddingright=this._scrollbarwidth+"px")},r._resetadjustments=function(){this._element.style.paddingleft="",this._element.style.paddingright=""},r._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",container:!1,fallbackplacements:null,boundary:"clippingparents",customclass:"",sanitize:!0,sanitizefn:null,allowlist:xe,popperconfig:null},he={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"},re=function(t){function o(e,n){var i;if(void 0===de)throw new typeerror("bootstrap's tooltips require popper (https://popper.js.org)");return(i=t.call(this,e)||this)._isenabled=!0,i._timeout=0,i._hoverstate="",i._activetrigger={},i._popper=null,i.config=i._getconfig(n),i.tip=null,i._setlisteners(),i}i(o,t);var r=o.prototype;return r.enable=function(){this._isenabled=!0},r.disable=function(){this._isenabled=!1},r.toggleenabled=function(){this._isenabled=!this._isenabled},r.toggle=function(t){if(this._isenabled)if(t){var e=this.constructor.data_key,n=t(t.delegatetarget,e);n||(n=new this.constructor(t.delegatetarget,this._getdelegateconfig()),e(t.delegatetarget,e,n)),n._activetrigger.click=!n._activetrigger.click,n._iswithactivetrigger()?n._enter(null,n):n._leave(null,n)}else{if(this.gettipelement().classlist.contains("show"))return void this._leave(null,this);this._enter(null,this)}},r.dispose=function(){cleartimeout(this._timeout),h.off(this._element,this.constructor.event_key),h.off(this._element.closest(".modal"),"hide.bs.modal",this._hidemodalhandler),this.tip&&this.tip.parentnode.removechild(this.tip),this._isenabled=null,this._timeout=null,this._hoverstate=null,this._activetrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.config=null,this.tip=null,t.prototype.dispose.call(this)},r.show=function(){var t=this;if("none"===this._element.style.display)throw new error("please use show on visible elements");if(this.iswithcontent()&&this._isenabled){var e=h.trigger(this._element,this.constructor.event.show),n=function t(e){if(!document.documentelement.attachshadow)return null;if("function"==typeof e.getrootnode){var n=e.getrootnode();return n instanceof shadowroot?n:null}return e instanceof shadowroot?e:e.parentnode?t(e.parentnode):null}(this._element),i=null===n?this._element.ownerdocument.documentelement.contains(this._element):n.contains(this._element);if(e.defaultprevented||!i)return;var o=this.gettipelement(),r=s(this.constructor.name);o.setattribute("id",r),this._element.setattribute("aria-describedby",r),this.setcontent(),this.config.animation&&o.classlist.add("fade");var a="function"==typeof this.config.placement?this.config.placement.call(this,o,this._element):this.config.placement,l=this._getattachment(a);this._addattachmentclass(l);var c=this._getcontainer();e(o,this.constructor.data_key,this),this._element.ownerdocument.documentelement.contains(this.tip)||c.appendchild(o),h.trigger(this._element,this.constructor.event.inserted),this._popper=fe(this._element,o,this._getpopperconfig(l)),o.classlist.add("show");var f,d,p="function"==typeof this.config.customclass?this.config.customclass():this.config.customclass;if(p)(f=o.classlist).add.apply(f,p.split(" "));if("ontouchstart"in document.documentelement)(d=[]).concat.apply(d,document.body.children).foreach((function(t){h.on(t,"mouseover",(function(){}))}));var g=function(){var e=t._hoverstate;t._hoverstate=null,h.trigger(t._element,t.constructor.event.shown),"out"===e&&t._leave(null,t)};if(this.tip.classlist.contains("fade")){var m=u(this.tip);h.one(this.tip,"transitionend",g),h(this.tip,m)}else g()}},r.hide=function(){var t=this;if(this._popper){var e=this.gettipelement(),n=function(){"show"!==t._hoverstate&&e.parentnode&&e.parentnode.removechild(e),t._cleantipclass(),t._element.removeattribute("aria-describedby"),h.trigger(t._element,t.constructor.event.hidden),t._popper&&(t._popper.destroy(),t._popper=null)};if(!h.trigger(this._element,this.constructor.event.hide).defaultprevented){var i;if(e.classlist.remove("show"),"ontouchstart"in document.documentelement)(i=[]).concat.apply(i,document.body.children).foreach((function(t){return h.off(t,"mouseover",m)}));if(this._activetrigger.click=!1,this._activetrigger.focus=!1,this._activetrigger.hover=!1,this.tip.classlist.contains("fade")){var o=u(e);h.one(e,"transitionend",n),h(e,o)}else n();this._hoverstate=""}}},r.update=function(){null!==this._popper&&this._popper.update()},r.iswithcontent=function(){return boolean(this.gettitle())},r.gettipelement=function(){if(this.tip)return this.tip;var t=document.createelement("div");return t.innerhtml=this.config.template,this.tip=t.children[0],this.tip},r.setcontent=function(){var t=this.gettipelement();this.setelementcontent(q.findone(".tooltip-inner",t),this.gettitle()),t.classlist.remove("fade","show")},r.setelementcontent=function(t,e){if(null!==t)return"object"==typeof e&&d(e)?(e.jquery&&(e=e[0]),void(this.config.html?e.parentnode!==t&&(t.innerhtml="",t.appendchild(e)):t.textcontent=e.textcontent)):void(this.config.html?(this.config.sanitize&&(e=se(e,this.config.allowlist,this.config.sanitizefn)),t.innerhtml=e):t.textcontent=e)},r.gettitle=function(){var t=this._element.getattribute("data-bs-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this._element):this.config.title),t},r.updateattachment=function(t){return"right"===t?"end":"left"===t?"start":t},r._getpopperconfig=function(t){var e=this,i={name:"flip",options:{altboundary:!0}};return this.config.fallbackplacements&&(i.options.fallbackplacements=this.config.fallbackplacements),n({},{placement:t,modifiers:[i,{name:"preventoverflow",options:{rootboundary:this.config.boundary}},{name:"arrow",options:{element:"."+this.constructor.name+"-arrow"}},{name:"onchange",enabled:!0,phase:"afterwrite",fn:function(t){return e._handlepopperplacementchange(t)}}],onfirstupdate:function(t){t.options.placement!==t.placement&&e._handlepopperplacementchange(t)}},this.config.popperconfig)},r._addattachmentclass=function(t){this.gettipelement().classlist.add("bs-tooltip-"+this.updateattachment(t))},r._getcontainer=function(){return!1===this.config.container?document.body:d(this.config.container)?this.config.container:q.findone(this.config.container)},r._getattachment=function(t){return me[t.touppercase()]},r._setlisteners=function(){var t=this;this.config.trigger.split(" ").foreach((function(e){if("click"===e)h.on(t._element,t.constructor.event.click,t.config.selector,(function(e){return t.toggle(e)}));else if("manual"!==e){var n="hover"===e?t.constructor.event.mouseenter:t.constructor.event.focusin,i="hover"===e?t.constructor.event.mouseleave:t.constructor.event.focusout;h.on(t._element,n,t.config.selector,(function(e){return t._enter(e)})),h.on(t._element,i,t.config.selector,(function(e){return t._leave(e)}))}})),this._hidemodalhandler=function(){t._element&&t.hide()},h.on(this._element.closest(".modal"),"hide.bs.modal",this._hidemodalhandler),this.config.selector?this.config=n({},this.config,{trigger:"manual",selector:""}):this._fixtitle()},r._fixtitle=function(){var t=this._element.getattribute("title"),e=typeof this._element.getattribute("data-bs-original-title");(t||"string"!==e)&&(this._element.setattribute("data-bs-original-title",t||""),!t||this._element.getattribute("aria-label")||this._element.textcontent||this._element.setattribute("aria-label",t),this._element.setattribute("title",""))},r._enter=function(t,e){var n=this.constructor.data_key;(e=e||t(t.delegatetarget,n))||(e=new this.constructor(t.delegatetarget,this._getdelegateconfig()),e(t.delegatetarget,n,e)),t&&(e._activetrigger["focusin"===t.type?"focus":"hover"]=!0),e.gettipelement().classlist.contains("show")||"show"===e._hoverstate?e._hoverstate="show":(cleartimeout(e._timeout),e._hoverstate="show",e.config.delay&&e.config.delay.show?e._timeout=settimeout((function(){"show"===e._hoverstate&&e.show()}),e.config.delay.show):e.show())},r._leave=function(t,e){var n=this.constructor.data_key;(e=e||t(t.delegatetarget,n))||(e=new this.constructor(t.delegatetarget,this._getdelegateconfig()),e(t.delegatetarget,n,e)),t&&(e._activetrigger["focusout"===t.type?"focus":"hover"]=!1),e._iswithactivetrigger()||(cleartimeout(e._timeout),e._hoverstate="out",e.config.delay&&e.config.delay.hide?e._timeout=settimeout((function(){"out"===e._hoverstate&&e.hide()}),e.config.delay.hide):e.hide())},r._iswithactivetrigger=function(){for(var t in this._activetrigger)if(this._activetrigger[t])return!0;return!1},r._getconfig=function(t){var e=y.getdataattributes(this._element);return object.keys(e).foreach((function(t){ie.has(t)&&delete e[t]})),t&&"object"==typeof t.container&&t.container.jquery&&(t.container=t.container[0]),"number"==typeof(t=n({},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()),p(je,t,this.constructor.defaulttype),t.sanitize&&(t.template=se(t.template,t.allowlist,t.sanitizefn)),t},r._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},r._cleantipclass=function(){var t=this.gettipelement(),e=t.getattribute("class").match(ne);null!==e&&e.length>0&&e.map((function(t){return t.trim()})).foreach((function(e){return t.classlist.remove(e)}))},r._handlepopperplacementchange=function(t){var e=t.state;e&&(this.tip=e.elements.popper,this._cleantipclass(),this._addattachmentclass(this._getattachment(e.placement)))},o.jqueryinterface=function(t){return this.each((function(){var e=t(this,"bs.tooltip"),n="object"==typeof t&&t;if((e||!/dispose|hide/.test(t))&&(e||(e=new o(this,n)),"string"==typeof t)){if(void 0===e[t])throw new typeerror('no method named "'+t+'"');e[t]()}}))},e(o,null,[{key:"default",get:function(){return be}},{key:"name",get:function(){return je}},{key:"data_key",get:function(){return"bs.tooltip"}},{key:"event",get:function(){return he}},{key:"event_key",get:function(){return".bs.tooltip"}},{key:"defaulttype",get:function(){return pe}}]),o}(r);b((function(){var t=_();if(t){var e=t.fn[je];t.fn[je]=re.jqueryinterface,t.fn[je].constructor=re,t.fn[je].noconflict=function(){return t.fn[je]=e,re.jqueryinterface}}}));var we="popover",ke=new regexp("(^|\\s)bs-popover\\s+","g"),qe=n({},re.default,{placement:"right",trigger:"click",content:"",template:''}),ue=n({},re.defaulttype,{content:"(string|element|function)"}),fe={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"},ye=function(t){function n(){return t.apply(this,arguments)||this}i(n,t);var o=n.prototype;return o.iswithcontent=function(){return this.gettitle()||this._getcontent()},o.setcontent=function(){var t=this.gettipelement();this.setelementcontent(q.findone(".popover-header",t),this.gettitle());var e=this._getcontent();"function"==typeof e&&(e=e.call(this._element)),this.setelementcontent(q.findone(".popover-body",t),e),t.classlist.remove("fade","show")},o._addattachmentclass=function(t){this.gettipelement().classlist.add("bs-popover-"+this.updateattachment(t))},o._getcontent=function(){return this._element.getattribute("data-bs-content")||this.config.content},o._cleantipclass=function(){var t=this.gettipelement(),e=t.getattribute("class").match(ke);null!==e&&e.length>0&&e.map((function(t){return t.trim()})).foreach((function(e){return t.classlist.remove(e)}))},n.jqueryinterface=function(t){return this.each((function(){var e=t(this,"bs.popover"),i="object"==typeof t?t:null;if((e||!/dispose|hide/.test(t))&&(e||(e=new n(this,i),e(this,"bs.popover",e)),"string"==typeof t)){if(void 0===e[t])throw new typeerror('no method named "'+t+'"');e[t]()}}))},e(n,null,[{key:"default",get:function(){return qe}},{key:"name",get:function(){return we}},{key:"data_key",get:function(){return"bs.popover"}},{key:"event",get:function(){return fe}},{key:"event_key",get:function(){return".bs.popover"}},{key:"defaulttype",get:function(){return ue}}]),n}(re);b((function(){var t=_();if(t){var e=t.fn[we];t.fn[we]=ye.jqueryinterface,t.fn[we].constructor=ye,t.fn[we].noconflict=function(){return t.fn[we]=e,ye.jqueryinterface}}}));var qe="scrollspy",ze={offset:10,method:"auto",target:""},ve={offset:"number",method:"string",target:"(string|element)"},xe=function(t){function o(e,n){var i;return(i=t.call(this,e)||this)._scrollelement="body"===e.tagname?window:e,i._config=i._getconfig(n),i._selector=i._config.target+" .nav-link, "+i._config.target+" .list-group-item, "+i._config.target+" .dropdown-item",i._offsets=[],i._targets=[],i._activetarget=null,i._scrollheight=0,h.on(i._scrollelement,"scroll.bs.scrollspy",(function(t){return i._process(t)})),i.refresh(),i._process(),i}i(o,t);var r=o.prototype;return r.refresh=function(){var t=this,e=this._scrollelement===this._scrollelement.window?"offset":"position",n="auto"===this._config.method?e:this._config.method,i="position"===n?this._getscrolltop():0;this._offsets=[],this._targets=[],this._scrollheight=this._getscrollheight(),q.find(this._selector).map((function(t){var e=l(t),o=e?q.findone(e):null;if(o){var r=o.getboundingclientrect();if(r.width||r.height)return[y[n](o).top+i,e]}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])}))},r.dispose=function(){t.prototype.dispose.call(this),h.off(this._scrollelement,".bs.scrollspy"),this._scrollelement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activetarget=null,this._scrollheight=null},r._getconfig=function(t){if("string"!=typeof(t=n({},ze,"object"==typeof t&&t?t:{})).target&&d(t.target)){var e=t.target.id;e||(e=s(qe),t.target.id=e),t.target="#"+e}return p(qe,t,ve),t},r._getscrolltop=function(){return this._scrollelement===window?this._scrollelement.pageyoffset:this._scrollelement.scrolltop},r._getscrollheight=function(){return this._scrollelement.scrollheight||math.max(document.body.scrollheight,document.documentelement.scrollheight)},r._getoffsetheight=function(){return this._scrollelement===window?window.innerheight:this._scrollelement.getboundingclientrect().height},r._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]&&(void 0===this._offsets[o+1]||t li > .active":".active";e=(e=q.find(o,i))[e.length-1]}var r=null;if(e&&(r=h.trigger(e,"hide.bs.tab",{relatedtarget:this._element})),!(h.trigger(this._element,"show.bs.tab",{relatedtarget:e}).defaultprevented||null!==r&&r.defaultprevented)){this._activate(this._element,i);var s=function(){h.trigger(e,"hidden.bs.tab",{relatedtarget:t._element}),h.trigger(t._element,"shown.bs.tab",{relatedtarget:e})};n?this._activate(n,n.parentnode,s):s()}}},o._activate=function(t,e,n){var i=this,o=(!e||"ul"!==e.nodename&&"ol"!==e.nodename?q.children(e,".active"):q.find(":scope > li > .active",e))[0],r=n&&o&&o.classlist.contains("fade"),s=function(){return i._transitioncomplete(t,o,n)};if(o&&r){var a=u(o);o.classlist.remove("show"),h.one(o,"transitionend",s),h(o,a)}else s()},o._transitioncomplete=function(t,e,n){if(e){e.classlist.remove("active");var i=q.findone(":scope > .dropdown-menu .active",e.parentnode);i&&i.classlist.remove("active"),"tab"===e.getattribute("role")&&e.setattribute("aria-selected",!1)}(t.classlist.add("active"),"tab"===t.getattribute("role")&&t.setattribute("aria-selected",!0),v(t),t.classlist.contains("fade")&&t.classlist.add("show"),t.parentnode&&t.parentnode.classlist.contains("dropdown-menu"))&&(t.closest(".dropdown")&&q.find(".dropdown-toggle").foreach((function(t){return t.classlist.add("active")})),t.setattribute("aria-expanded",!0));n&&n()},n.jqueryinterface=function(t){return this.each((function(){var e=t(this,"bs.tab")||new n(this);if("string"==typeof t){if(void 0===e[t])throw new typeerror('no method named "'+t+'"');e[t]()}}))},e(n,null,[{key:"data_key",get:function(){return"bs.tab"}}]),n}(r);h.on(document,"click.bs.tab.data-api",'[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',(function(t){t.preventdefault(),(t(this,"bs.tab")||new $e(this)).show()})),b((function(){var t=_();if(t){var e=t.fn.tab;t.fn.tab=$e.jqueryinterface,t.fn.tab.constructor=$e,t.fn.tab.noconflict=function(){return t.fn.tab=e,$e.jqueryinterface}}}));var ge={animation:"boolean",autohide:"boolean",delay:"number"},ze={animation:!0,autohide:!0,delay:5e3},je=function(t){function o(e,n){var i;return(i=t.call(this,e)||this)._config=i._getconfig(n),i._timeout=null,i._setlisteners(),i}i(o,t);var r=o.prototype;return r.show=function(){var t=this;if(!h.trigger(this._element,"show.bs.toast").defaultprevented){this._cleartimeout(),this._config.animation&&this._element.classlist.add("fade");var e=function(){t._element.classlist.remove("showing"),t._element.classlist.add("show"),h.trigger(t._element,"shown.bs.toast"),t._config.autohide&&(t._timeout=settimeout((function(){t.hide()}),t._config.delay))};if(this._element.classlist.remove("hide"),v(this._element),this._element.classlist.add("showing"),this._config.animation){var n=u(this._element);h.one(this._element,"transitionend",e),h(this._element,n)}else e()}},r.hide=function(){var t=this;if(this._element.classlist.contains("show")&&!h.trigger(this._element,"hide.bs.toast").defaultprevented){var e=function(){t._element.classlist.add("hide"),h.trigger(t._element,"hidden.bs.toast")};if(this._element.classlist.remove("show"),this._config.animation){var n=u(this._element);h.one(this._element,"transitionend",e),h(this._element,n)}else e()}},r.dispose=function(){this._cleartimeout(),this._element.classlist.contains("show")&&this._element.classlist.remove("show"),h.off(this._element,"click.dismiss.bs.toast"),t.prototype.dispose.call(this),this._config=null},r._getconfig=function(t){return t=n({},ze,y.getdataattributes(this._element),"object"==typeof t&&t?t:{}),p("toast",t,this.constructor.defaulttype),t},r._setlisteners=function(){var t=this;h.on(this._element,"click.dismiss.bs.toast",'[data-bs-dismiss="toast"]',(function(){return t.hide()}))},r._cleartimeout=function(){cleartimeout(this._timeout),this._timeout=null},o.jqueryinterface=function(t){return this.each((function(){var e=t(this,"bs.toast");if(e||(e=new o(this,"object"==typeof t&&t)),"string"==typeof t){if(void 0===e[t])throw new typeerror('no method named "'+t+'"');e[t](this)}}))},e(o,null,[{key:"defaulttype",get:function(){return ge}},{key:"default",get:function(){return ze}},{key:"data_key",get:function(){return"bs.toast"}}]),o}(r);return b((function(){var t=_();if(t){var e=t.fn.toast;t.fn.toast=je.jqueryinterface,t.fn.toast.constructor=je,t.fn.toast.noconflict=function(){return t.fn.toast=e,je.jqueryinterface}}})),{alert:k,button:q,carousel:z,collapse:nt,dropdown:te,modal:le,popover:ye,scrollspy:xe,tab:$e,toast:je,tooltip:re}})); //# sourcemappingurl=bootstrap.bundle.min.js.map