From 2fec9f13cd044cb46060ebecfb10d410c3d97c19 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Oct 2017 12:48:13 -0700 Subject: [PATCH] dist --- dist/js/bootstrap.bundle.js | 49 +- dist/js/bootstrap.bundle.js.map | Bin 323772 -> 323639 bytes dist/js/bootstrap.bundle.min.js | 2 +- dist/js/bootstrap.bundle.min.js.map | Bin 271874 -> 271768 bytes dist/js/bootstrap.js | 49 +- dist/js/bootstrap.js.map | Bin 192633 -> 192497 bytes dist/js/bootstrap.min.js | 2 +- dist/js/bootstrap.min.js.map | Bin 160325 -> 160194 bytes js/dist/dropdown.js | 49 +- js/dist/dropdown.js.map | Bin 26187 -> 26050 bytes package-lock.json | 901 ++++++++++++++++++++++++++++ 11 files changed, 969 insertions(+), 83 deletions(-) diff --git a/dist/js/bootstrap.bundle.js b/dist/js/bootstrap.bundle.js index 99e2cf11a..23d5e97d3 100644 --- a/dist/js/bootstrap.bundle.js +++ b/dist/js/bootstrap.bundle.js @@ -3932,30 +3932,33 @@ var Dropdown = function ($$$1) { if (showEvent.isDefaultPrevented()) { return; - } - /** - * Check for Popper dependency - * Popper - https://popper.js.org - */ + } // Disable totally Popper.js for Dropdown in Navbar - if (typeof Popper === 'undefined') { - throw new Error('Bootstrap dropdown require Popper.js (https://popper.js.org)'); - } - - var element = this._element; // for dropup with alignment we use the parent as popper container - - if ($$$1(parent).hasClass(ClassName.DROPUP)) { - if ($$$1(this._menu).hasClass(ClassName.MENULEFT) || $$$1(this._menu).hasClass(ClassName.MENURIGHT)) { - element = parent; + if (!this._inNavbar) { + /** + * Check for Popper dependency + * Popper - https://popper.js.org + */ + if (typeof Popper === 'undefined') { + throw new Error('Bootstrap dropdown require Popper.js (https://popper.js.org)'); } - } - this._popper = new Popper(element, this._menu, this._getPopperConfig()); // if this is a touch-enabled device we add extra + var element = this._element; // for dropup with alignment we use the parent as popper container + + if ($$$1(parent).hasClass(ClassName.DROPUP)) { + if ($$$1(this._menu).hasClass(ClassName.MENULEFT) || $$$1(this._menu).hasClass(ClassName.MENURIGHT)) { + element = parent; + } + } + + this._popper = new Popper(element, this._menu, this._getPopperConfig()); + } // if this is a touch-enabled device we add extra // empty mouseover listeners to the body's immediate children; // only needed because of broken event delegation on iOS // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html + if ('ontouchstart' in document.documentElement && !$$$1(parent).closest(Selector.NAVBAR_NAV).length) { $$$1('body').children().on('mouseover', null, $$$1.noop); } @@ -3976,9 +3979,9 @@ var Dropdown = function ($$$1) { if (this._popper !== null) { this._popper.destroy(); - } - this._popper = null; + this._popper = null; + } }; _proto.update = function update() { @@ -4063,16 +4066,8 @@ var Dropdown = function ($$$1) { flip: { enabled: this._config.flip } - } // Disable Popper.js for Dropdown in Navbar - + } }; - - if (this._inNavbar) { - popperConfig.modifiers.applyStyle = { - enabled: !this._inNavbar - }; - } - return popperConfig; }; // static diff --git a/dist/js/bootstrap.bundle.js.map b/dist/js/bootstrap.bundle.js.map index 95f24d4f72909732245f044d888a154def0c15e9..d3872a0994a0ce7cff877a8ef07f2f945be41d36 100644 GIT binary patch delta 11707 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 Zi_1R5F+k1C<_~eEXl)wgtB%w5{|!X0zDWQ8 delta 11778 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

EQO%AcQa#)1gc7lChXR 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 diff --git a/dist/js/bootstrap.bundle.min.js b/dist/js/bootstrap.bundle.min.js index 62a814b16..e137a4477 100644 --- a/dist/js/bootstrap.bundle.min.js +++ b/dist/js/bootstrap.bundle.min.js @@ -3,5 +3,5 @@ * Copyright 2011-2017 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -var bootstrap=function(t,e){"use strict";function n(t,e){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:"top")?"scrollTop":"scrollLeft",n=t.nodeName;if("BODY"===n||"HTML"===n){var i=t.ownerDocument.documentElement;return(t.ownerDocument.scrollingElement||i)[e]}return t[e]}function u(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=f(e,"top"),r=f(e,"left"),o=n?-1:1;return t.top+=i*o,t.bottom+=i*o,t.left+=r*o,t.right+=r*o,t}function d(t,e){var n="x"===e?"Left":"Top",i="Left"===n?"Right":"Bottom";return+t["border"+n+"Width"].split("px")[0]+ +t["border"+i+"Width"].split("px")[0]}function p(t,e,n,i){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],lt()?n["offset"+t]+i["margin"+("Height"===t?"Top":"Left")]+i["margin"+("Height"===t?"Bottom":"Right")]:0)}function g(){var t=window.document.body,e=window.document.documentElement,n=lt()&&window.getComputedStyle(e);return{height:p("Height",t,e,n),width:p("Width",t,e,n)}}function m(t){return ut({},t,{right:t.left+t.width,bottom:t.top+t.height})}function _(t){var e={};if(lt())try{e=t.getBoundingClientRect();var n=f(t,"top"),i=f(t,"left");e.top+=n,e.left+=i,e.bottom+=n,e.right+=i}catch(t){}else e=t.getBoundingClientRect();var o={left:e.left,top:e.top,width:e.right-e.left,height:e.bottom-e.top},s="HTML"===t.nodeName?g():{},a=s.width||t.clientWidth||o.right-o.left,l=s.height||t.clientHeight||o.bottom-o.top,c=t.offsetWidth-a,h=t.offsetHeight-l;if(c||h){var u=r(t);c-=d(u,"x"),h-=d(u,"y"),o.width-=c,o.height-=h}return m(o)}function v(t,e){var n=lt(),i="HTML"===e.nodeName,o=_(t),a=_(e),l=s(t),c=r(e),h=+c.borderTopWidth.split("px")[0],f=+c.borderLeftWidth.split("px")[0],d=m({top:o.top-a.top-h,left:o.left-a.left-f,width:o.width,height:o.height});if(d.marginTop=0,d.marginLeft=0,!n&&i){var p=+c.marginTop.split("px")[0],g=+c.marginLeft.split("px")[0];d.top-=h-p,d.bottom-=h-p,d.left-=f-g,d.right-=f-g,d.marginTop=p,d.marginLeft=g}return(n?e.contains(l):e===l&&"BODY"!==l.nodeName)&&(d=u(d,e)),d}function E(t){var e=t.ownerDocument.documentElement,n=v(t,e),i=Math.max(e.clientWidth,window.innerWidth||0),r=Math.max(e.clientHeight,window.innerHeight||0),o=f(e),s=f(e,"left");return m({top:o-n.top+n.marginTop,left:s-n.left+n.marginLeft,width:i,height:r})}function T(t){var e=t.nodeName;return"BODY"!==e&&"HTML"!==e&&("fixed"===r(t,"position")||T(o(t)))}function b(t,e,n,i){var r={top:0,left:0},a=h(t,e);if("viewport"===i)r=E(a);else{var l=void 0;"scrollParent"===i?"BODY"===(l=s(o(t))).nodeName&&(l=t.ownerDocument.documentElement):l="window"===i?t.ownerDocument.documentElement:i;var c=v(l,a);if("HTML"!==l.nodeName||T(a))r=c;else{var f=g(),u=f.height,d=f.width;r.top+=c.top-c.marginTop,r.bottom=u+c.top,r.left+=c.left-c.marginLeft,r.right=d+c.left}}return r.left+=n,r.top+=n,r.right-=n,r.bottom-=n,r}function C(t){return t.width*t.height}function A(t,e,n,i,r){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var s=b(n,i,o,r),a={top:{width:s.width,height:e.top-s.top},right:{width:s.right-e.right,height:s.height},bottom:{width:s.width,height:s.bottom-e.bottom},left:{width:e.left-s.left,height:s.height}},l=Object.keys(a).map(function(t){return ut({key:t},a[t],{area:C(a[t])})}).sort(function(t,e){return e.area-t.area}),c=l.filter(function(t){var e=t.width,i=t.height;return e>=n.clientWidth&&i>=n.clientHeight}),h=c.length>0?c[0].key:l[0].key,f=t.split("-")[1];return h+(f?"-"+f:"")}function I(t,e,n){return v(n,h(e,n))}function O(t){var e=window.getComputedStyle(t),n=parseFloat(e.marginTop)+parseFloat(e.marginBottom),i=parseFloat(e.marginLeft)+parseFloat(e.marginRight);return{width:t.offsetWidth+i,height:t.offsetHeight+n}}function y(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,function(t){return e[t]})}function D(t,e,n){n=n.split("-")[0];var i=O(t),r={width:i.width,height:i.height},o=-1!==["right","left"].indexOf(n),s=o?"top":"left",a=o?"left":"top",l=o?"height":"width",c=o?"width":"height";return r[s]=e[s]+e[l]/2-i[l]/2,r[a]=n===a?e[a]-i[c]:e[y(a)],r}function S(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function w(t,e,n){if(Array.prototype.findIndex)return t.findIndex(function(t){return t[e]===n});var i=S(t,function(t){return t[e]===n});return t.indexOf(i)}function N(t,e,n){return(void 0===n?t:t.slice(0,w(t,"name",n))).forEach(function(t){t.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t.function||t.fn;t.enabled&&i(n)&&(e.offsets.popper=m(e.offsets.popper),e.offsets.reference=m(e.offsets.reference),e=n(e,t))}),e}function L(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=I(this.state,this.popper,this.reference),t.placement=A(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.offsets.popper=D(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position="absolute",t=N(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function P(t,e){return t.some(function(t){var n=t.name;return t.enabled&&n===e})}function R(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),i=0;i1&&void 0!==arguments[1]&&arguments[1],n=pt.indexOf(t),i=pt.slice(n+1).concat(pt.slice(0,n));return e?i.reverse():i}function Y(t,e,n,i){var r=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),o=+r[1],s=r[2];if(!o)return t;if(0===s.indexOf("%")){var a=void 0;switch(s){case"%p":a=n;break;case"%":case"%r":default:a=i}return m(a)[e]/100*o}if("vh"===s||"vw"===s){return("vh"===s?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*o}return o}function X(t,e,n,i){var r=[0,0],o=-1!==["right","left"].indexOf(i),s=t.split(/(\+|\-)/).map(function(t){return t.trim()}),a=s.indexOf(S(s,function(t){return-1!==t.search(/,|\s/)}));s[a]&&-1===s[a].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,c=-1!==a?[s.slice(0,a).concat([s[a].split(l)[0]]),[s[a].split(l)[1]].concat(s.slice(a+1))]:[s];return(c=c.map(function(t,i){var r=(1===i?!o:o)?"height":"width",s=!1;return t.reduce(function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,s=!0,t):s?(t[t.length-1]+=e,s=!1,t):t.concat(e)},[]).map(function(t){return Y(t,r,e,n)})})).forEach(function(t,e){t.forEach(function(n,i){F(n)&&(r[e]+=n*("-"===t[i-1]?-1:1))})}),r}for(var q=function(t){function e(t){return{}.toString.call(t).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function n(){return{bindType:o.end,delegateType:o.end,handle:function(e){if(t(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}}}function i(){if(window.QUnit)return!1;var t=document.createElement("bootstrap");for(var e in s)if("undefined"!=typeof t.style[e])return{end:s[e]};return!1}function r(e){var n=this,i=!1;return t(this).one(a.TRANSITION_END,function(){i=!0}),setTimeout(function(){i||a.triggerTransitionEnd(n)},e),this}var o=!1,s={WebkitTransition:"webkitTransitionEnd",transition:"transitionend"},a={TRANSITION_END:"bsTransitionEnd",getUID:function(t){do{t+=~~(1e6*Math.random())}while(document.getElementById(t));return t},getSelectorFromElement:function(e){var n=e.getAttribute("data-target");n&&"#"!==n||(n=e.getAttribute("href")||"");try{return t(document).find(n).length>0?n:null}catch(t){return null}},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(e){t(e).trigger(o.end)},supportsTransitionEnd:function(){return Boolean(o)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,n,i){for(var r in i)if(Object.prototype.hasOwnProperty.call(i,r)){var o=i[r],s=n[r],l=s&&a.isElement(s)?"element":e(s);if(!new RegExp(o).test(l))throw new Error(t.toUpperCase()+': Option "'+r+'" provided type "'+l+'" but expected type "'+o+'".')}}};return o=i(),t.fn.emulateTransitionEnd=r,a.supportsTransitionEnd()&&(t.event.special[a.TRANSITION_END]=n()),a}(e=e&&e.hasOwnProperty("default")?e.default:e),z=function(t,e,i){return e&&n(t.prototype,e),i&&n(t,i),t},Z=function(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e},J=function(t){var e="alert",n=t.fn[e],i={CLOSE:"close.bs.alert",CLOSED:"closed.bs.alert",CLICK_DATA_API:"click.bs.alert.data-api"},r={ALERT:"alert",FADE:"fade",SHOW:"show"},o=function(){function e(t){this._element=t}var n=e.prototype;return n.close=function(t){t=t||this._element;var e=this._getRootElement(t);this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},n.dispose=function(){t.removeData(this._element,"bs.alert"),this._element=null},n._getRootElement=function(e){var n=q.getSelectorFromElement(e),i=!1;return n&&(i=t(n)[0]),i||(i=t(e).closest("."+r.ALERT)[0]),i},n._triggerCloseEvent=function(e){var n=t.Event(i.CLOSE);return t(e).trigger(n),n},n._removeElement=function(e){var n=this;t(e).removeClass(r.SHOW),q.supportsTransitionEnd()&&t(e).hasClass(r.FADE)?t(e).one(q.TRANSITION_END,function(t){return n._destroyElement(e,t)}).emulateTransitionEnd(150):this._destroyElement(e)},n._destroyElement=function(e){t(e).detach().trigger(i.CLOSED).remove()},e._jQueryInterface=function(n){return this.each(function(){var i=t(this),r=i.data("bs.alert");r||(r=new e(this),i.data("bs.alert",r)),"close"===n&&r[n](this)})},e._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},z(e,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}}]),e}();return t(document).on(i.CLICK_DATA_API,{DISMISS:'[data-dismiss="alert"]'}.DISMISS,o._handleDismiss(new o)),t.fn[e]=o._jQueryInterface,t.fn[e].Constructor=o,t.fn[e].noConflict=function(){return t.fn[e]=n,o._jQueryInterface},o}(e),$=function(t){var e="button",n=t.fn[e],i={ACTIVE:"active",BUTTON:"btn",FOCUS:"focus"},r={DATA_TOGGLE_CARROT:'[data-toggle^="button"]',DATA_TOGGLE:'[data-toggle="buttons"]',INPUT:"input",ACTIVE:".active",BUTTON:".btn"},o={CLICK_DATA_API:"click.bs.button.data-api",FOCUS_BLUR_DATA_API:"focus.bs.button.data-api blur.bs.button.data-api"},s=function(){function e(t){this._element=t}var n=e.prototype;return n.toggle=function(){var e=!0,n=!0,o=t(this._element).closest(r.DATA_TOGGLE)[0];if(o){var s=t(this._element).find(r.INPUT)[0];if(s){if("radio"===s.type)if(s.checked&&t(this._element).hasClass(i.ACTIVE))e=!1;else{var a=t(o).find(r.ACTIVE)[0];a&&t(a).removeClass(i.ACTIVE)}if(e){if(s.hasAttribute("disabled")||o.hasAttribute("disabled")||s.classList.contains("disabled")||o.classList.contains("disabled"))return;s.checked=!t(this._element).hasClass(i.ACTIVE),t(s).trigger("change")}s.focus(),n=!1}}n&&this._element.setAttribute("aria-pressed",!t(this._element).hasClass(i.ACTIVE)),e&&t(this._element).toggleClass(i.ACTIVE)},n.dispose=function(){t.removeData(this._element,"bs.button"),this._element=null},e._jQueryInterface=function(n){return this.each(function(){var i=t(this).data("bs.button");i||(i=new e(this),t(this).data("bs.button",i)),"toggle"===n&&i[n]()})},z(e,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}}]),e}();return t(document).on(o.CLICK_DATA_API,r.DATA_TOGGLE_CARROT,function(e){e.preventDefault();var n=e.target;t(n).hasClass(i.BUTTON)||(n=t(n).closest(r.BUTTON)),s._jQueryInterface.call(t(n),"toggle")}).on(o.FOCUS_BLUR_DATA_API,r.DATA_TOGGLE_CARROT,function(e){var n=t(e.target).closest(r.BUTTON)[0];t(n).toggleClass(i.FOCUS,/^focus(in)?$/.test(e.type))}),t.fn[e]=s._jQueryInterface,t.fn[e].Constructor=s,t.fn[e].noConflict=function(){return t.fn[e]=n,s._jQueryInterface},s}(e),tt=function(t){var e="carousel",n="bs.carousel",i="."+n,r=t.fn[e],o={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0},s={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean"},a={NEXT:"next",PREV:"prev",LEFT:"left",RIGHT:"right"},l={SLIDE:"slide"+i,SLID:"slid"+i,KEYDOWN:"keydown"+i,MOUSEENTER:"mouseenter"+i,MOUSELEAVE:"mouseleave"+i,TOUCHEND:"touchend"+i,LOAD_DATA_API:"load.bs.carousel.data-api",CLICK_DATA_API:"click.bs.carousel.data-api"},c={CAROUSEL:"carousel",ACTIVE:"active",SLIDE:"slide",RIGHT:"carousel-item-right",LEFT:"carousel-item-left",NEXT:"carousel-item-next",PREV:"carousel-item-prev",ITEM:"carousel-item"},h={ACTIVE:".active",ACTIVE_ITEM:".active.carousel-item",ITEM:".carousel-item",NEXT_PREV:".carousel-item-next, .carousel-item-prev",INDICATORS:".carousel-indicators",DATA_SLIDE:"[data-slide], [data-slide-to]",DATA_RIDE:'[data-ride="carousel"]'},f=function(){function r(e,n){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this._config=this._getConfig(n),this._element=t(e)[0],this._indicatorsElement=t(this._element).find(h.INDICATORS)[0],this._addEventListeners()}var f=r.prototype;return f.next=function(){this._isSliding||this._slide(a.NEXT)},f.nextWhenVisible=function(){!document.hidden&&t(this._element).is(":visible")&&"hidden"!==t(this._element).css("visibility")&&this.next()},f.prev=function(){this._isSliding||this._slide(a.PREV)},f.pause=function(e){e||(this._isPaused=!0),t(this._element).find(h.NEXT_PREV)[0]&&q.supportsTransitionEnd()&&(q.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},f.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))},f.to=function(e){var n=this;this._activeElement=t(this._element).find(h.ACTIVE_ITEM)[0];var i=this._getItemIndex(this._activeElement);if(!(e>this._items.length-1||e<0))if(this._isSliding)t(this._element).one(l.SLID,function(){return n.to(e)});else{if(i===e)return this.pause(),void this.cycle();var r=e>i?a.NEXT:a.PREV;this._slide(r,this._items[e])}},f.dispose=function(){t(this._element).off(i),t.removeData(this._element,n),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},f._getConfig=function(n){return n=t.extend({},o,n),q.typeCheckConfig(e,n,s),n},f._addEventListeners=function(){var e=this;this._config.keyboard&&t(this._element).on(l.KEYDOWN,function(t){return e._keydown(t)}),"hover"===this._config.pause&&(t(this._element).on(l.MOUSEENTER,function(t){return e.pause(t)}).on(l.MOUSELEAVE,function(t){return e.cycle(t)}),"ontouchstart"in document.documentElement&&t(this._element).on(l.TOUCHEND,function(){e.pause(),e.touchTimeout&&clearTimeout(e.touchTimeout),e.touchTimeout=setTimeout(function(t){return e.cycle(t)},500+e._config.interval)}))},f._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();break;default:return}},f._getItemIndex=function(e){return this._items=t.makeArray(t(e).parent().find(h.ITEM)),this._items.indexOf(e)},f._getItemByDirection=function(t,e){var n=t===a.NEXT,i=t===a.PREV,r=this._getItemIndex(e),o=this._items.length-1;if((i&&0===r||n&&r===o)&&!this._config.wrap)return e;var s=(r+(t===a.PREV?-1:1))%this._items.length;return-1===s?this._items[this._items.length-1]:this._items[s]},f._triggerSlideEvent=function(e,n){var i=this._getItemIndex(e),r=this._getItemIndex(t(this._element).find(h.ACTIVE_ITEM)[0]),o=t.Event(l.SLIDE,{relatedTarget:e,direction:n,from:r,to:i});return t(this._element).trigger(o),o},f._setActiveIndicatorElement=function(e){if(this._indicatorsElement){t(this._indicatorsElement).find(h.ACTIVE).removeClass(c.ACTIVE);var n=this._indicatorsElement.children[this._getItemIndex(e)];n&&t(n).addClass(c.ACTIVE)}},f._slide=function(e,n){var i,r,o,s=this,f=t(this._element).find(h.ACTIVE_ITEM)[0],u=this._getItemIndex(f),d=n||f&&this._getItemByDirection(e,f),p=this._getItemIndex(d),g=Boolean(this._interval);if(e===a.NEXT?(i=c.LEFT,r=c.NEXT,o=a.LEFT):(i=c.RIGHT,r=c.PREV,o=a.RIGHT),d&&t(d).hasClass(c.ACTIVE))this._isSliding=!1;else if(!this._triggerSlideEvent(d,o).isDefaultPrevented()&&f&&d){this._isSliding=!0,g&&this.pause(),this._setActiveIndicatorElement(d);var m=t.Event(l.SLID,{relatedTarget:d,direction:o,from:u,to:p});q.supportsTransitionEnd()&&t(this._element).hasClass(c.SLIDE)?(t(d).addClass(r),q.reflow(d),t(f).addClass(i),t(d).addClass(i),t(f).one(q.TRANSITION_END,function(){t(d).removeClass(i+" "+r).addClass(c.ACTIVE),t(f).removeClass(c.ACTIVE+" "+r+" "+i),s._isSliding=!1,setTimeout(function(){return t(s._element).trigger(m)},0)}).emulateTransitionEnd(600)):(t(f).removeClass(c.ACTIVE),t(d).addClass(c.ACTIVE),this._isSliding=!1,t(this._element).trigger(m)),g&&this.cycle()}},r._jQueryInterface=function(e){return this.each(function(){var i=t(this).data(n),s=t.extend({},o,t(this).data());"object"==typeof e&&t.extend(s,e);var a="string"==typeof e?e:s.slide;if(i||(i=new r(this,s),t(this).data(n,i)),"number"==typeof e)i.to(e);else if("string"==typeof a){if("undefined"==typeof i[a])throw new Error('No method named "'+a+'"');i[a]()}else s.interval&&(i.pause(),i.cycle())})},r._dataApiClickHandler=function(e){var i=q.getSelectorFromElement(this);if(i){var o=t(i)[0];if(o&&t(o).hasClass(c.CAROUSEL)){var s=t.extend({},t(o).data(),t(this).data()),a=this.getAttribute("data-slide-to");a&&(s.interval=!1),r._jQueryInterface.call(t(o),s),a&&t(o).data(n).to(a),e.preventDefault()}}},z(r,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}},{key:"Default",get:function(){return o}}]),r}();return t(document).on(l.CLICK_DATA_API,h.DATA_SLIDE,f._dataApiClickHandler),t(window).on(l.LOAD_DATA_API,function(){t(h.DATA_RIDE).each(function(){var e=t(this);f._jQueryInterface.call(e,e.data())})}),t.fn[e]=f._jQueryInterface,t.fn[e].Constructor=f,t.fn[e].noConflict=function(){return t.fn[e]=r,f._jQueryInterface},f}(e),et=function(t){var e="collapse",n="bs.collapse",i=t.fn[e],r={toggle:!0,parent:""},o={toggle:"boolean",parent:"(string|element)"},s={SHOW:"show.bs.collapse",SHOWN:"shown.bs.collapse",HIDE:"hide.bs.collapse",HIDDEN:"hidden.bs.collapse",CLICK_DATA_API:"click.bs.collapse.data-api"},a={SHOW:"show",COLLAPSE:"collapse",COLLAPSING:"collapsing",COLLAPSED:"collapsed"},l={WIDTH:"width",HEIGHT:"height"},c={ACTIVES:".show, .collapsing",DATA_TOGGLE:'[data-toggle="collapse"]'},h=function(){function i(e,n){this._isTransitioning=!1,this._element=e,this._config=this._getConfig(n),this._triggerArray=t.makeArray(t('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'));for(var i=t(c.DATA_TOGGLE),r=0;r0&&this._triggerArray.push(o)}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var h=i.prototype;return h.toggle=function(){t(this._element).hasClass(a.SHOW)?this.hide():this.show()},h.show=function(){var e=this;if(!this._isTransitioning&&!t(this._element).hasClass(a.SHOW)){var r,o;if(this._parent&&((r=t.makeArray(t(this._parent).children().children(c.ACTIVES))).length||(r=null)),!(r&&(o=t(r).data(n))&&o._isTransitioning)){var l=t.Event(s.SHOW);if(t(this._element).trigger(l),!l.isDefaultPrevented()){r&&(i._jQueryInterface.call(t(r),"hide"),o||t(r).data(n,null));var h=this._getDimension();t(this._element).removeClass(a.COLLAPSE).addClass(a.COLLAPSING),this._element.style[h]=0,this._triggerArray.length&&t(this._triggerArray).removeClass(a.COLLAPSED).attr("aria-expanded",!0),this.setTransitioning(!0);var f=function(){t(e._element).removeClass(a.COLLAPSING).addClass(a.COLLAPSE).addClass(a.SHOW),e._element.style[h]="",e.setTransitioning(!1),t(e._element).trigger(s.SHOWN)};if(q.supportsTransitionEnd()){var u="scroll"+(h[0].toUpperCase()+h.slice(1));t(this._element).one(q.TRANSITION_END,f).emulateTransitionEnd(600),this._element.style[h]=this._element[u]+"px"}else f()}}}},h.hide=function(){var e=this;if(!this._isTransitioning&&t(this._element).hasClass(a.SHOW)){var n=t.Event(s.HIDE);if(t(this._element).trigger(n),!n.isDefaultPrevented()){var i=this._getDimension();if(this._element.style[i]=this._element.getBoundingClientRect()[i]+"px",q.reflow(this._element),t(this._element).addClass(a.COLLAPSING).removeClass(a.COLLAPSE).removeClass(a.SHOW),this._triggerArray.length)for(var r=0;r=0){rt=1;break}var st=nt&&window.Promise?function(t){var e=!1;return function(){e||(e=!0,Promise.resolve().then(function(){e=!1,t()}))}}:function(t){var e=!1;return function(){e||(e=!0,setTimeout(function(){e=!1,t()},rt))}},at=void 0,lt=function(){return void 0===at&&(at=-1!==navigator.appVersion.indexOf("MSIE 10")),at},ct=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},ht=function(){function t(t,e){for(var n=0;ni[t]&&!e.escapeWithReference&&(r=Math.min(o[n],i[t]-("right"===t?o.width:o.height))),ft({},n,r)}};return r.forEach(function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";o=ut({},o,s[e](t))}),t.offsets.popper=o,t},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(t){var e=t.offsets,n=e.popper,i=e.reference,r=t.placement.split("-")[0],o=Math.floor,s=-1!==["top","bottom"].indexOf(r),a=s?"right":"bottom",l=s?"left":"top",c=s?"width":"height";return n[a]o(i[a])&&(t.offsets.popper[l]=o(i[a])),t}},arrow:{order:500,enabled:!0,fn:function(t,e){if(!G(t.instance.modifiers,"arrow","keepTogether"))return t;var n=e.element;if("string"==typeof n){if(!(n=t.instance.popper.querySelector(n)))return t}else if(!t.instance.popper.contains(n))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var i=t.placement.split("-")[0],o=t.offsets,s=o.popper,a=o.reference,l=-1!==["left","right"].indexOf(i),c=l?"height":"width",h=l?"Top":"Left",f=h.toLowerCase(),u=l?"left":"top",d=l?"bottom":"right",p=O(n)[c];a[d]-ps[d]&&(t.offsets.popper[f]+=a[f]+p-s[d]);var g=a[f]+a[c]/2-p/2,_=r(t.instance.popper,"margin"+h).replace("px",""),v=g-m(t.offsets.popper)[f]-_;return v=Math.max(Math.min(s[c]-p,v),0),t.arrowElement=n,t.offsets.arrow={},t.offsets.arrow[f]=Math.round(v),t.offsets.arrow[u]="",t},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(t,e){if(P(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=b(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement),i=t.placement.split("-")[0],r=y(i),o=t.placement.split("-")[1]||"",s=[];switch(e.behavior){case gt.FLIP:s=[i,r];break;case gt.CLOCKWISE:s=Q(i);break;case gt.COUNTERCLOCKWISE:s=Q(i,!0);break;default:s=e.behavior}return s.forEach(function(a,l){if(i!==a||s.length===l+1)return t;i=t.placement.split("-")[0],r=y(i);var c=t.offsets.popper,h=t.offsets.reference,f=Math.floor,u="left"===i&&f(c.right)>f(h.left)||"right"===i&&f(c.left)f(h.top)||"bottom"===i&&f(c.top)f(n.right),g=f(c.top)f(n.bottom),_="left"===i&&d||"right"===i&&p||"top"===i&&g||"bottom"===i&&m,v=-1!==["top","bottom"].indexOf(i),E=!!e.flipVariations&&(v&&"start"===o&&d||v&&"end"===o&&p||!v&&"start"===o&&g||!v&&"end"===o&&m);(u||_||E)&&(t.flipped=!0,(u||_)&&(i=s[l+1]),E&&(o=K(o)),t.placement=i+(o?"-"+o:""),t.offsets.popper=ut({},t.offsets.popper,D(t.instance.popper,t.offsets.reference,t.placement)),t=N(t.instance.modifiers,t,"flip"))}),t},behavior:"flip",padding:5,boundariesElement:"viewport"},inner:{order:700,enabled:!1,fn:function(t){var e=t.placement,n=e.split("-")[0],i=t.offsets,r=i.popper,o=i.reference,s=-1!==["left","right"].indexOf(n),a=-1===["top","left"].indexOf(n);return r[s?"left":"top"]=o[n]-(a?r[s?"width":"height"]:0),t.placement=y(e),t.offsets.popper=m(r),t}},hide:{order:800,enabled:!0,fn:function(t){if(!G(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=S(t.instance.modifiers,function(t){return"preventOverflow"===t.name}).boundaries;if(e.bottomn.right||e.top>n.bottom||e.right2&&void 0!==arguments[2]?arguments[2]:{};ct(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=st(this.update.bind(this)),this.options=ut({},t.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(ut({},t.Defaults.modifiers,o.modifiers)).forEach(function(e){r.options.modifiers[e]=ut({},t.Defaults.modifiers[e]||{},o.modifiers?o.modifiers[e]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(t){return ut({name:t},r.options.modifiers[t])}).sort(function(t,e){return t.order-e.order}),this.modifiers.forEach(function(t){t.enabled&&i(t.onLoad)&&t.onLoad(r.reference,r.popper,r.options,t,r.state)}),this.update();var s=this.options.eventsEnabled;s&&this.enableEventListeners(),this.state.eventsEnabled=s}return ht(t,[{key:"update",value:function(){return L.call(this)}},{key:"destroy",value:function(){return H.call(this)}},{key:"enableEventListeners",value:function(){return M.call(this)}},{key:"disableEventListeners",value:function(){return V.call(this)}}]),t}();_t.Utils=("undefined"!=typeof window?window:global).PopperUtils,_t.placements=dt,_t.Defaults=mt;var vt=function(t){var e="dropdown",n="bs.dropdown",i="."+n,r=t.fn[e],o=new RegExp("38|40|27"),s={HIDE:"hide"+i,HIDDEN:"hidden"+i,SHOW:"show"+i,SHOWN:"shown"+i,CLICK:"click"+i,CLICK_DATA_API:"click.bs.dropdown.data-api",KEYDOWN_DATA_API:"keydown.bs.dropdown.data-api",KEYUP_DATA_API:"keyup.bs.dropdown.data-api"},a={DISABLED:"disabled",SHOW:"show",DROPUP:"dropup",DROPRIGHT:"dropright",DROPLEFT:"dropleft",MENURIGHT:"dropdown-menu-right",MENULEFT:"dropdown-menu-left"},l={DATA_TOGGLE:'[data-toggle="dropdown"]',FORM_CHILD:".dropdown form",MENU:".dropdown-menu",NAVBAR_NAV:".navbar-nav",VISIBLE_ITEMS:".dropdown-menu .dropdown-item:not(.disabled)"},c={TOP:"top-start",TOPEND:"top-end",BOTTOM:"bottom-start",BOTTOMEND:"bottom-end",RIGHT:"right-start",RIGHTEND:"right-end",LEFT:"left-start",LEFTEND:"left-end"},h={offset:0,flip:!0},f={offset:"(number|string|function)",flip:"boolean"},u=function(){function r(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var u=r.prototype;return u.toggle=function(){if(!this._element.disabled&&!t(this._element).hasClass(a.DISABLED)){var e=r._getParentFromElement(this._element),n=t(this._menu).hasClass(a.SHOW);if(r._clearMenus(),!n){var i={relatedTarget:this._element},o=t.Event(s.SHOW,i);if(t(e).trigger(o),!o.isDefaultPrevented()){if("undefined"==typeof _t)throw new Error("Bootstrap dropdown require Popper.js (https://popper.js.org)");var c=this._element;t(e).hasClass(a.DROPUP)&&(t(this._menu).hasClass(a.MENULEFT)||t(this._menu).hasClass(a.MENURIGHT))&&(c=e),this._popper=new _t(c,this._menu,this._getPopperConfig()),"ontouchstart"in document.documentElement&&!t(e).closest(l.NAVBAR_NAV).length&&t("body").children().on("mouseover",null,t.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),t(this._menu).toggleClass(a.SHOW),t(e).toggleClass(a.SHOW).trigger(t.Event(s.SHOWN,i))}}}},u.dispose=function(){t.removeData(this._element,n),t(this._element).off(i),this._element=null,this._menu=null,null!==this._popper&&this._popper.destroy(),this._popper=null},u.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},u._addEventListeners=function(){var e=this;t(this._element).on(s.CLICK,function(t){t.preventDefault(),t.stopPropagation(),e.toggle()})},u._getConfig=function(n){return n=t.extend({},this.constructor.Default,t(this._element).data(),n),q.typeCheckConfig(e,n,this.constructor.DefaultType),n},u._getMenuElement=function(){if(!this._menu){var e=r._getParentFromElement(this._element);this._menu=t(e).find(l.MENU)[0]}return this._menu},u._getPlacement=function(){var e=t(this._element).parent(),n=c.BOTTOM;return e.hasClass(a.DROPUP)?(n=c.TOP,t(this._menu).hasClass(a.MENURIGHT)&&(n=c.TOPEND)):e.hasClass(a.DROPRIGHT)?n=c.RIGHT:e.hasClass(a.DROPLEFT)?n=c.LEFT:t(this._menu).hasClass(a.MENURIGHT)&&(n=c.BOTTOMEND),n},u._detectNavbar=function(){return t(this._element).closest(".navbar").length>0},u._getPopperConfig=function(){var e=this,n={};"function"==typeof this._config.offset?n.fn=function(n){return n.offsets=t.extend({},n.offsets,e._config.offset(n.offsets)||{}),n}:n.offset=this._config.offset;var i={placement:this._getPlacement(),modifiers:{offset:n,flip:{enabled:this._config.flip}}};return this._inNavbar&&(i.modifiers.applyStyle={enabled:!this._inNavbar}),i},r._jQueryInterface=function(e){return this.each(function(){var i=t(this).data(n);if(i||(i=new r(this,"object"==typeof e?e:null),t(this).data(n,i)),"string"==typeof e){if("undefined"==typeof i[e])throw new Error('No method named "'+e+'"');i[e]()}})},r._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var i=t.makeArray(t(l.DATA_TOGGLE)),o=0;o0&&c--,40===e.which&&cdocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},c._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},c._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"},l={SHOW:"show",OUT:"out"},c={HIDE:"hide"+n,HIDDEN:"hidden"+n,SHOW:"show"+n,SHOWN:"shown"+n,INSERTED:"inserted"+n,CLICK:"click"+n,FOCUSIN:"focusin"+n,FOCUSOUT:"focusout"+n,MOUSEENTER:"mouseenter"+n,MOUSELEAVE:"mouseleave"+n},h={FADE:"fade",SHOW:"show"},f={TOOLTIP:".tooltip",TOOLTIP_INNER:".tooltip-inner",ARROW:".arrow"},u={HOVER:"hover",FOCUS:"focus",CLICK:"click",MANUAL:"manual"},d=function(){function i(t,e){if("undefined"==typeof _t)throw new Error("Bootstrap 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 d=i.prototype;return d.enable=function(){this._isEnabled=!0},d.disable=function(){this._isEnabled=!1},d.toggleEnabled=function(){this._isEnabled=!this._isEnabled},d.toggle=function(e){if(this._isEnabled)if(e){var n=this.constructor.DATA_KEY,i=t(e.currentTarget).data(n);i||(i=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,i)),i._activeTrigger.click=!i._activeTrigger.click,i._isWithActiveTrigger()?i._enter(null,i):i._leave(null,i)}else{if(t(this.getTipElement()).hasClass(h.SHOW))return void this._leave(null,this);this._enter(null,this)}},d.dispose=function(){clearTimeout(this._timeout),t.removeData(this.element,this.constructor.DATA_KEY),t(this.element).off(this.constructor.EVENT_KEY),t(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&t(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,null!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},d.show=function(){var e=this;if("none"===t(this.element).css("display"))throw new Error("Please use show on visible elements");var n=t.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){t(this.element).trigger(n);var r=t.contains(this.element.ownerDocument.documentElement,this.element);if(n.isDefaultPrevented()||!r)return;var o=this.getTipElement(),s=q.getUID(this.constructor.NAME);o.setAttribute("id",s),this.element.setAttribute("aria-describedby",s),this.setContent(),this.config.animation&&t(o).addClass(h.FADE);var a="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,c=this._getAttachment(a);this.addAttachmentClass(c);var u=!1===this.config.container?document.body:t(this.config.container);t(o).data(this.constructor.DATA_KEY,this),t.contains(this.element.ownerDocument.documentElement,this.tip)||t(o).appendTo(u),t(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new _t(this.element,o,{placement:c,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:f.ARROW}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){e._handlePopperPlacementChange(t)}}),t(o).addClass(h.SHOW),"ontouchstart"in document.documentElement&&t("body").children().on("mouseover",null,t.noop);var d=function(){e.config.animation&&e._fixTransition();var n=e._hoverState;e._hoverState=null,t(e.element).trigger(e.constructor.Event.SHOWN),n===l.OUT&&e._leave(null,e)};q.supportsTransitionEnd()&&t(this.tip).hasClass(h.FADE)?t(this.tip).one(q.TRANSITION_END,d).emulateTransitionEnd(i._TRANSITION_DURATION):d()}},d.hide=function(e){var n=this,i=this.getTipElement(),r=t.Event(this.constructor.Event.HIDE),o=function(){n._hoverState!==l.SHOW&&i.parentNode&&i.parentNode.removeChild(i),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),t(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),e&&e()};t(this.element).trigger(r),r.isDefaultPrevented()||(t(i).removeClass(h.SHOW),"ontouchstart"in document.documentElement&&t("body").children().off("mouseover",null,t.noop),this._activeTrigger[u.CLICK]=!1,this._activeTrigger[u.FOCUS]=!1,this._activeTrigger[u.HOVER]=!1,q.supportsTransitionEnd()&&t(this.tip).hasClass(h.FADE)?t(i).one(q.TRANSITION_END,o).emulateTransitionEnd(150):o(),this._hoverState="")},d.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},d.isWithContent=function(){return Boolean(this.getTitle())},d.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-tooltip-"+e)},d.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},d.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(f.TOOLTIP_INNER),this.getTitle()),e.removeClass(h.FADE+" "+h.SHOW)},d.setElementContent=function(e,n){var i=this.config.html;"object"==typeof n&&(n.nodeType||n.jquery)?i?t(n).parent().is(e)||e.empty().append(n):e.text(t(n).text()):e[i?"html":"text"](n)},d.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},d._getAttachment=function(t){return s[t.toUpperCase()]},d._setListeners=function(){var e=this;this.config.trigger.split(" ").forEach(function(n){if("click"===n)t(e.element).on(e.constructor.Event.CLICK,e.config.selector,function(t){return e.toggle(t)});else if(n!==u.MANUAL){var i=n===u.HOVER?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,r=n===u.HOVER?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;t(e.element).on(i,e.config.selector,function(t){return e._enter(t)}).on(r,e.config.selector,function(t){return e._leave(t)})}t(e.element).closest(".modal").on("hide.bs.modal",function(){return e.hide()})}),this.config.selector?this.config=t.extend({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},d._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",""))},d._enter=function(e,n){var i=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(i))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),e&&(n._activeTrigger["focusin"===e.type?u.FOCUS:u.HOVER]=!0),t(n.getTipElement()).hasClass(h.SHOW)||n._hoverState===l.SHOW?n._hoverState=l.SHOW:(clearTimeout(n._timeout),n._hoverState=l.SHOW,n.config.delay&&n.config.delay.show?n._timeout=setTimeout(function(){n._hoverState===l.SHOW&&n.show()},n.config.delay.show):n.show())},d._leave=function(e,n){var i=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(i))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),e&&(n._activeTrigger["focusout"===e.type?u.FOCUS:u.HOVER]=!1),n._isWithActiveTrigger()||(clearTimeout(n._timeout),n._hoverState=l.OUT,n.config.delay&&n.config.delay.hide?n._timeout=setTimeout(function(){n._hoverState===l.OUT&&n.hide()},n.config.delay.hide):n.hide())},d._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},d._getConfig=function(n){return"number"==typeof(n=t.extend({},this.constructor.Default,t(this.element).data(),n)).delay&&(n.delay={show:n.delay,hide:n.delay}),"number"==typeof n.title&&(n.title=n.title.toString()),"number"==typeof n.content&&(n.content=n.content.toString()),q.typeCheckConfig(e,n,this.constructor.DefaultType),n},d._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},d._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(r);null!==n&&n.length>0&&e.removeClass(n.join(""))},d._handlePopperPlacementChange=function(t){this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},d._fixTransition=function(){var e=this.getTipElement(),n=this.config.animation;null===e.getAttribute("x-placement")&&(t(e).removeClass(h.FADE),this.config.animation=!1,this.hide(),this.show(),this.config.animation=n)},i._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.tooltip"),r="object"==typeof e&&e;if((n||!/dispose|hide/.test(e))&&(n||(n=new i(this,r),t(this).data("bs.tooltip",n)),"string"==typeof e)){if("undefined"==typeof n[e])throw new Error('No method named "'+e+'"');n[e]()}})},z(i,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}},{key:"Default",get:function(){return a}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return c}},{key:"EVENT_KEY",get:function(){return n}},{key:"DefaultType",get:function(){return o}}]),i}();return t.fn[e]=d._jQueryInterface,t.fn[e].Constructor=d,t.fn[e].noConflict=function(){return t.fn[e]=i,d._jQueryInterface},d}(e),bt=function(t){var e="popover",n=".bs.popover",i=t.fn[e],r=new RegExp("(^|\\s)bs-popover\\S+","g"),o=t.extend({},Tt.Default,{placement:"right",trigger:"click",content:"",template:''}),s=t.extend({},Tt.DefaultType,{content:"(string|element|function)"}),a={FADE:"fade",SHOW:"show"},l={TITLE:".popover-header",CONTENT:".popover-body"},c={HIDE:"hide"+n,HIDDEN:"hidden"+n,SHOW:"show"+n,SHOWN:"shown"+n,INSERTED:"inserted"+n,CLICK:"click"+n,FOCUSIN:"focusin"+n,FOCUSOUT:"focusout"+n,MOUSEENTER:"mouseenter"+n,MOUSELEAVE:"mouseleave"+n},h=function(i){function h(){return i.apply(this,arguments)||this}Z(h,i);var f=h.prototype;return f.isWithContent=function(){return this.getTitle()||this._getContent()},f.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-popover-"+e)},f.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},f.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(l.TITLE),this.getTitle()),this.setElementContent(e.find(l.CONTENT),this._getContent()),e.removeClass(a.FADE+" "+a.SHOW)},f._getContent=function(){return this.element.getAttribute("data-content")||("function"==typeof this.config.content?this.config.content.call(this.element):this.config.content)},f._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(r);null!==n&&n.length>0&&e.removeClass(n.join(""))},h._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.popover"),i="object"==typeof e?e:null;if((n||!/destroy|hide/.test(e))&&(n||(n=new h(this,i),t(this).data("bs.popover",n)),"string"==typeof e)){if("undefined"==typeof n[e])throw new Error('No method named "'+e+'"');n[e]()}})},z(h,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}},{key:"Default",get:function(){return o}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return c}},{key:"EVENT_KEY",get:function(){return n}},{key:"DefaultType",get:function(){return s}}]),h}(Tt);return t.fn[e]=h._jQueryInterface,t.fn[e].Constructor=h,t.fn[e].noConflict=function(){return t.fn[e]=i,h._jQueryInterface},h}(e),Ct=function(t){var e="scrollspy",n=t.fn[e],i={offset:10,method:"auto",target:""},r={offset:"number",method:"string",target:"(string|element)"},o={ACTIVATE:"activate.bs.scrollspy",SCROLL:"scroll.bs.scrollspy",LOAD_DATA_API:"load.bs.scrollspy.data-api"},s={DROPDOWN_ITEM:"dropdown-item",DROPDOWN_MENU:"dropdown-menu",ACTIVE:"active"},a={DATA_SPY:'[data-spy="scroll"]',ACTIVE:".active",NAV_LIST_GROUP:".nav, .list-group",NAV_LINKS:".nav-link",NAV_ITEMS:".nav-item",LIST_ITEMS:".list-group-item",DROPDOWN:".dropdown",DROPDOWN_ITEMS:".dropdown-item",DROPDOWN_TOGGLE:".dropdown-toggle"},l={OFFSET:"offset",POSITION:"position"},c=function(){function n(e,n){var i=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(n),this._selector=this._config.target+" "+a.NAV_LINKS+","+this._config.target+" "+a.LIST_ITEMS+","+this._config.target+" "+a.DROPDOWN_ITEMS,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,t(this._scrollElement).on(o.SCROLL,function(t){return i._process(t)}),this.refresh(),this._process()}var c=n.prototype;return c.refresh=function(){var e=this,n=this._scrollElement!==this._scrollElement.window?l.POSITION:l.OFFSET,i="auto"===this._config.method?n:this._config.method,r=i===l.POSITION?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),t.makeArray(t(this._selector)).map(function(e){var n,o=q.getSelectorFromElement(e);if(o&&(n=t(o)[0]),n){var s=n.getBoundingClientRect();if(s.width||s.height)return[t(n)[i]().top+r,o]}return null}).filter(function(t){return t}).sort(function(t,e){return t[0]-e[0]}).forEach(function(t){e._offsets.push(t[0]),e._targets.push(t[1])})},c.dispose=function(){t.removeData(this._element,"bs.scrollspy"),t(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},c._getConfig=function(n){if("string"!=typeof(n=t.extend({},i,n)).target){var o=t(n.target).attr("id");o||(o=q.getUID(e),t(n.target).attr("id",o)),n.target="#"+o}return q.typeCheckConfig(e,n,r),n},c._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},c._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},c._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},c._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 r=this._offsets.length;r--;)this._activeTarget!==this._targets[r]&&t>=this._offsets[r]&&("undefined"==typeof this._offsets[r+1]||t li > .active",DATA_TOGGLE:'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',DROPDOWN_TOGGLE:".dropdown-toggle",DROPDOWN_ACTIVE_CHILD:"> .dropdown-menu .active"},o=function(){function e(t){this._element=t}var o=e.prototype;return o.show=function(){var e=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&t(this._element).hasClass(i.ACTIVE)||t(this._element).hasClass(i.DISABLED))){var o,s,a=t(this._element).closest(r.NAV_LIST_GROUP)[0],l=q.getSelectorFromElement(this._element);if(a){var c="UL"===a.nodeName?r.ACTIVE_UL:r.ACTIVE;s=t.makeArray(t(a).find(c)),s=s[s.length-1]}var h=t.Event(n.HIDE,{relatedTarget:this._element}),f=t.Event(n.SHOW,{relatedTarget:s});if(s&&t(s).trigger(h),t(this._element).trigger(f),!f.isDefaultPrevented()&&!h.isDefaultPrevented()){l&&(o=t(l)[0]),this._activate(this._element,a);var u=function(){var i=t.Event(n.HIDDEN,{relatedTarget:e._element}),r=t.Event(n.SHOWN,{relatedTarget:s});t(s).trigger(i),t(e._element).trigger(r)};o?this._activate(o,o.parentNode,u):u()}}},o.dispose=function(){t.removeData(this._element,"bs.tab"),this._element=null},o._activate=function(e,n,o){var s,a=this,l=(s="UL"===n.nodeName?t(n).find(r.ACTIVE_UL):t(n).children(r.ACTIVE))[0],c=o&&q.supportsTransitionEnd()&&l&&t(l).hasClass(i.FADE),h=function(){return a._transitionComplete(e,l,c,o)};l&&c?t(l).one(q.TRANSITION_END,h).emulateTransitionEnd(150):h(),l&&t(l).removeClass(i.SHOW)},o._transitionComplete=function(e,n,o,s){if(n){t(n).removeClass(i.ACTIVE);var a=t(n.parentNode).find(r.DROPDOWN_ACTIVE_CHILD)[0];a&&t(a).removeClass(i.ACTIVE),"tab"===n.getAttribute("role")&&n.setAttribute("aria-selected",!1)}if(t(e).addClass(i.ACTIVE),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),o?(q.reflow(e),t(e).addClass(i.SHOW)):t(e).removeClass(i.FADE),e.parentNode&&t(e.parentNode).hasClass(i.DROPDOWN_MENU)){var l=t(e).closest(r.DROPDOWN)[0];l&&t(l).find(r.DROPDOWN_TOGGLE).addClass(i.ACTIVE),e.setAttribute("aria-expanded",!0)}s&&s()},e._jQueryInterface=function(n){return this.each(function(){var i=t(this),r=i.data("bs.tab");if(r||(r=new e(this),i.data("bs.tab",r)),"string"==typeof n){if("undefined"==typeof r[n])throw new Error('No method named "'+n+'"');r[n]()}})},z(e,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}}]),e}();return t(document).on(n.CLICK_DATA_API,r.DATA_TOGGLE,function(e){e.preventDefault(),o._jQueryInterface.call(t(this),"show")}),t.fn.tab=o._jQueryInterface,t.fn.tab.Constructor=o,t.fn.tab.noConflict=function(){return t.fn.tab=e,o._jQueryInterface},o}(e);return function(t){if("undefined"==typeof t)throw new Error("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1===e[0]&&9===e[1]&&e[2]<1||e[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}(e),t.Util=q,t.Alert=J,t.Button=$,t.Carousel=tt,t.Collapse=et,t.Dropdown=vt,t.Modal=Et,t.Popover=bt,t.Scrollspy=Ct,t.Tab=At,t.Tooltip=Tt,t}({},jQuery); +var bootstrap=function(t,e){"use strict";function n(t,e){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:"top")?"scrollTop":"scrollLeft",n=t.nodeName;if("BODY"===n||"HTML"===n){var i=t.ownerDocument.documentElement;return(t.ownerDocument.scrollingElement||i)[e]}return t[e]}function u(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=f(e,"top"),r=f(e,"left"),o=n?-1:1;return t.top+=i*o,t.bottom+=i*o,t.left+=r*o,t.right+=r*o,t}function d(t,e){var n="x"===e?"Left":"Top",i="Left"===n?"Right":"Bottom";return+t["border"+n+"Width"].split("px")[0]+ +t["border"+i+"Width"].split("px")[0]}function p(t,e,n,i){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],lt()?n["offset"+t]+i["margin"+("Height"===t?"Top":"Left")]+i["margin"+("Height"===t?"Bottom":"Right")]:0)}function g(){var t=window.document.body,e=window.document.documentElement,n=lt()&&window.getComputedStyle(e);return{height:p("Height",t,e,n),width:p("Width",t,e,n)}}function m(t){return ut({},t,{right:t.left+t.width,bottom:t.top+t.height})}function _(t){var e={};if(lt())try{e=t.getBoundingClientRect();var n=f(t,"top"),i=f(t,"left");e.top+=n,e.left+=i,e.bottom+=n,e.right+=i}catch(t){}else e=t.getBoundingClientRect();var o={left:e.left,top:e.top,width:e.right-e.left,height:e.bottom-e.top},s="HTML"===t.nodeName?g():{},a=s.width||t.clientWidth||o.right-o.left,l=s.height||t.clientHeight||o.bottom-o.top,c=t.offsetWidth-a,h=t.offsetHeight-l;if(c||h){var u=r(t);c-=d(u,"x"),h-=d(u,"y"),o.width-=c,o.height-=h}return m(o)}function v(t,e){var n=lt(),i="HTML"===e.nodeName,o=_(t),a=_(e),l=s(t),c=r(e),h=+c.borderTopWidth.split("px")[0],f=+c.borderLeftWidth.split("px")[0],d=m({top:o.top-a.top-h,left:o.left-a.left-f,width:o.width,height:o.height});if(d.marginTop=0,d.marginLeft=0,!n&&i){var p=+c.marginTop.split("px")[0],g=+c.marginLeft.split("px")[0];d.top-=h-p,d.bottom-=h-p,d.left-=f-g,d.right-=f-g,d.marginTop=p,d.marginLeft=g}return(n?e.contains(l):e===l&&"BODY"!==l.nodeName)&&(d=u(d,e)),d}function E(t){var e=t.ownerDocument.documentElement,n=v(t,e),i=Math.max(e.clientWidth,window.innerWidth||0),r=Math.max(e.clientHeight,window.innerHeight||0),o=f(e),s=f(e,"left");return m({top:o-n.top+n.marginTop,left:s-n.left+n.marginLeft,width:i,height:r})}function T(t){var e=t.nodeName;return"BODY"!==e&&"HTML"!==e&&("fixed"===r(t,"position")||T(o(t)))}function b(t,e,n,i){var r={top:0,left:0},a=h(t,e);if("viewport"===i)r=E(a);else{var l=void 0;"scrollParent"===i?"BODY"===(l=s(o(t))).nodeName&&(l=t.ownerDocument.documentElement):l="window"===i?t.ownerDocument.documentElement:i;var c=v(l,a);if("HTML"!==l.nodeName||T(a))r=c;else{var f=g(),u=f.height,d=f.width;r.top+=c.top-c.marginTop,r.bottom=u+c.top,r.left+=c.left-c.marginLeft,r.right=d+c.left}}return r.left+=n,r.top+=n,r.right-=n,r.bottom-=n,r}function C(t){return t.width*t.height}function A(t,e,n,i,r){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var s=b(n,i,o,r),a={top:{width:s.width,height:e.top-s.top},right:{width:s.right-e.right,height:s.height},bottom:{width:s.width,height:s.bottom-e.bottom},left:{width:e.left-s.left,height:s.height}},l=Object.keys(a).map(function(t){return ut({key:t},a[t],{area:C(a[t])})}).sort(function(t,e){return e.area-t.area}),c=l.filter(function(t){var e=t.width,i=t.height;return e>=n.clientWidth&&i>=n.clientHeight}),h=c.length>0?c[0].key:l[0].key,f=t.split("-")[1];return h+(f?"-"+f:"")}function I(t,e,n){return v(n,h(e,n))}function O(t){var e=window.getComputedStyle(t),n=parseFloat(e.marginTop)+parseFloat(e.marginBottom),i=parseFloat(e.marginLeft)+parseFloat(e.marginRight);return{width:t.offsetWidth+i,height:t.offsetHeight+n}}function y(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,function(t){return e[t]})}function D(t,e,n){n=n.split("-")[0];var i=O(t),r={width:i.width,height:i.height},o=-1!==["right","left"].indexOf(n),s=o?"top":"left",a=o?"left":"top",l=o?"height":"width",c=o?"width":"height";return r[s]=e[s]+e[l]/2-i[l]/2,r[a]=n===a?e[a]-i[c]:e[y(a)],r}function S(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function w(t,e,n){if(Array.prototype.findIndex)return t.findIndex(function(t){return t[e]===n});var i=S(t,function(t){return t[e]===n});return t.indexOf(i)}function N(t,e,n){return(void 0===n?t:t.slice(0,w(t,"name",n))).forEach(function(t){t.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t.function||t.fn;t.enabled&&i(n)&&(e.offsets.popper=m(e.offsets.popper),e.offsets.reference=m(e.offsets.reference),e=n(e,t))}),e}function L(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=I(this.state,this.popper,this.reference),t.placement=A(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.offsets.popper=D(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position="absolute",t=N(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function P(t,e){return t.some(function(t){var n=t.name;return t.enabled&&n===e})}function R(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),i=0;i1&&void 0!==arguments[1]&&arguments[1],n=pt.indexOf(t),i=pt.slice(n+1).concat(pt.slice(0,n));return e?i.reverse():i}function Y(t,e,n,i){var r=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),o=+r[1],s=r[2];if(!o)return t;if(0===s.indexOf("%")){var a=void 0;switch(s){case"%p":a=n;break;case"%":case"%r":default:a=i}return m(a)[e]/100*o}if("vh"===s||"vw"===s){return("vh"===s?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*o}return o}function X(t,e,n,i){var r=[0,0],o=-1!==["right","left"].indexOf(i),s=t.split(/(\+|\-)/).map(function(t){return t.trim()}),a=s.indexOf(S(s,function(t){return-1!==t.search(/,|\s/)}));s[a]&&-1===s[a].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,c=-1!==a?[s.slice(0,a).concat([s[a].split(l)[0]]),[s[a].split(l)[1]].concat(s.slice(a+1))]:[s];return(c=c.map(function(t,i){var r=(1===i?!o:o)?"height":"width",s=!1;return t.reduce(function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,s=!0,t):s?(t[t.length-1]+=e,s=!1,t):t.concat(e)},[]).map(function(t){return Y(t,r,e,n)})})).forEach(function(t,e){t.forEach(function(n,i){F(n)&&(r[e]+=n*("-"===t[i-1]?-1:1))})}),r}for(var q=function(t){function e(t){return{}.toString.call(t).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function n(){return{bindType:o.end,delegateType:o.end,handle:function(e){if(t(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}}}function i(){if(window.QUnit)return!1;var t=document.createElement("bootstrap");for(var e in s)if("undefined"!=typeof t.style[e])return{end:s[e]};return!1}function r(e){var n=this,i=!1;return t(this).one(a.TRANSITION_END,function(){i=!0}),setTimeout(function(){i||a.triggerTransitionEnd(n)},e),this}var o=!1,s={WebkitTransition:"webkitTransitionEnd",transition:"transitionend"},a={TRANSITION_END:"bsTransitionEnd",getUID:function(t){do{t+=~~(1e6*Math.random())}while(document.getElementById(t));return t},getSelectorFromElement:function(e){var n=e.getAttribute("data-target");n&&"#"!==n||(n=e.getAttribute("href")||"");try{return t(document).find(n).length>0?n:null}catch(t){return null}},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(e){t(e).trigger(o.end)},supportsTransitionEnd:function(){return Boolean(o)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,n,i){for(var r in i)if(Object.prototype.hasOwnProperty.call(i,r)){var o=i[r],s=n[r],l=s&&a.isElement(s)?"element":e(s);if(!new RegExp(o).test(l))throw new Error(t.toUpperCase()+': Option "'+r+'" provided type "'+l+'" but expected type "'+o+'".')}}};return o=i(),t.fn.emulateTransitionEnd=r,a.supportsTransitionEnd()&&(t.event.special[a.TRANSITION_END]=n()),a}(e=e&&e.hasOwnProperty("default")?e.default:e),z=function(t,e,i){return e&&n(t.prototype,e),i&&n(t,i),t},Z=function(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e},J=function(t){var e="alert",n=t.fn[e],i={CLOSE:"close.bs.alert",CLOSED:"closed.bs.alert",CLICK_DATA_API:"click.bs.alert.data-api"},r={ALERT:"alert",FADE:"fade",SHOW:"show"},o=function(){function e(t){this._element=t}var n=e.prototype;return n.close=function(t){t=t||this._element;var e=this._getRootElement(t);this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},n.dispose=function(){t.removeData(this._element,"bs.alert"),this._element=null},n._getRootElement=function(e){var n=q.getSelectorFromElement(e),i=!1;return n&&(i=t(n)[0]),i||(i=t(e).closest("."+r.ALERT)[0]),i},n._triggerCloseEvent=function(e){var n=t.Event(i.CLOSE);return t(e).trigger(n),n},n._removeElement=function(e){var n=this;t(e).removeClass(r.SHOW),q.supportsTransitionEnd()&&t(e).hasClass(r.FADE)?t(e).one(q.TRANSITION_END,function(t){return n._destroyElement(e,t)}).emulateTransitionEnd(150):this._destroyElement(e)},n._destroyElement=function(e){t(e).detach().trigger(i.CLOSED).remove()},e._jQueryInterface=function(n){return this.each(function(){var i=t(this),r=i.data("bs.alert");r||(r=new e(this),i.data("bs.alert",r)),"close"===n&&r[n](this)})},e._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},z(e,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}}]),e}();return t(document).on(i.CLICK_DATA_API,{DISMISS:'[data-dismiss="alert"]'}.DISMISS,o._handleDismiss(new o)),t.fn[e]=o._jQueryInterface,t.fn[e].Constructor=o,t.fn[e].noConflict=function(){return t.fn[e]=n,o._jQueryInterface},o}(e),$=function(t){var e="button",n=t.fn[e],i={ACTIVE:"active",BUTTON:"btn",FOCUS:"focus"},r={DATA_TOGGLE_CARROT:'[data-toggle^="button"]',DATA_TOGGLE:'[data-toggle="buttons"]',INPUT:"input",ACTIVE:".active",BUTTON:".btn"},o={CLICK_DATA_API:"click.bs.button.data-api",FOCUS_BLUR_DATA_API:"focus.bs.button.data-api blur.bs.button.data-api"},s=function(){function e(t){this._element=t}var n=e.prototype;return n.toggle=function(){var e=!0,n=!0,o=t(this._element).closest(r.DATA_TOGGLE)[0];if(o){var s=t(this._element).find(r.INPUT)[0];if(s){if("radio"===s.type)if(s.checked&&t(this._element).hasClass(i.ACTIVE))e=!1;else{var a=t(o).find(r.ACTIVE)[0];a&&t(a).removeClass(i.ACTIVE)}if(e){if(s.hasAttribute("disabled")||o.hasAttribute("disabled")||s.classList.contains("disabled")||o.classList.contains("disabled"))return;s.checked=!t(this._element).hasClass(i.ACTIVE),t(s).trigger("change")}s.focus(),n=!1}}n&&this._element.setAttribute("aria-pressed",!t(this._element).hasClass(i.ACTIVE)),e&&t(this._element).toggleClass(i.ACTIVE)},n.dispose=function(){t.removeData(this._element,"bs.button"),this._element=null},e._jQueryInterface=function(n){return this.each(function(){var i=t(this).data("bs.button");i||(i=new e(this),t(this).data("bs.button",i)),"toggle"===n&&i[n]()})},z(e,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}}]),e}();return t(document).on(o.CLICK_DATA_API,r.DATA_TOGGLE_CARROT,function(e){e.preventDefault();var n=e.target;t(n).hasClass(i.BUTTON)||(n=t(n).closest(r.BUTTON)),s._jQueryInterface.call(t(n),"toggle")}).on(o.FOCUS_BLUR_DATA_API,r.DATA_TOGGLE_CARROT,function(e){var n=t(e.target).closest(r.BUTTON)[0];t(n).toggleClass(i.FOCUS,/^focus(in)?$/.test(e.type))}),t.fn[e]=s._jQueryInterface,t.fn[e].Constructor=s,t.fn[e].noConflict=function(){return t.fn[e]=n,s._jQueryInterface},s}(e),tt=function(t){var e="carousel",n="bs.carousel",i="."+n,r=t.fn[e],o={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0},s={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean"},a={NEXT:"next",PREV:"prev",LEFT:"left",RIGHT:"right"},l={SLIDE:"slide"+i,SLID:"slid"+i,KEYDOWN:"keydown"+i,MOUSEENTER:"mouseenter"+i,MOUSELEAVE:"mouseleave"+i,TOUCHEND:"touchend"+i,LOAD_DATA_API:"load.bs.carousel.data-api",CLICK_DATA_API:"click.bs.carousel.data-api"},c={CAROUSEL:"carousel",ACTIVE:"active",SLIDE:"slide",RIGHT:"carousel-item-right",LEFT:"carousel-item-left",NEXT:"carousel-item-next",PREV:"carousel-item-prev",ITEM:"carousel-item"},h={ACTIVE:".active",ACTIVE_ITEM:".active.carousel-item",ITEM:".carousel-item",NEXT_PREV:".carousel-item-next, .carousel-item-prev",INDICATORS:".carousel-indicators",DATA_SLIDE:"[data-slide], [data-slide-to]",DATA_RIDE:'[data-ride="carousel"]'},f=function(){function r(e,n){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this._config=this._getConfig(n),this._element=t(e)[0],this._indicatorsElement=t(this._element).find(h.INDICATORS)[0],this._addEventListeners()}var f=r.prototype;return f.next=function(){this._isSliding||this._slide(a.NEXT)},f.nextWhenVisible=function(){!document.hidden&&t(this._element).is(":visible")&&"hidden"!==t(this._element).css("visibility")&&this.next()},f.prev=function(){this._isSliding||this._slide(a.PREV)},f.pause=function(e){e||(this._isPaused=!0),t(this._element).find(h.NEXT_PREV)[0]&&q.supportsTransitionEnd()&&(q.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},f.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))},f.to=function(e){var n=this;this._activeElement=t(this._element).find(h.ACTIVE_ITEM)[0];var i=this._getItemIndex(this._activeElement);if(!(e>this._items.length-1||e<0))if(this._isSliding)t(this._element).one(l.SLID,function(){return n.to(e)});else{if(i===e)return this.pause(),void this.cycle();var r=e>i?a.NEXT:a.PREV;this._slide(r,this._items[e])}},f.dispose=function(){t(this._element).off(i),t.removeData(this._element,n),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},f._getConfig=function(n){return n=t.extend({},o,n),q.typeCheckConfig(e,n,s),n},f._addEventListeners=function(){var e=this;this._config.keyboard&&t(this._element).on(l.KEYDOWN,function(t){return e._keydown(t)}),"hover"===this._config.pause&&(t(this._element).on(l.MOUSEENTER,function(t){return e.pause(t)}).on(l.MOUSELEAVE,function(t){return e.cycle(t)}),"ontouchstart"in document.documentElement&&t(this._element).on(l.TOUCHEND,function(){e.pause(),e.touchTimeout&&clearTimeout(e.touchTimeout),e.touchTimeout=setTimeout(function(t){return e.cycle(t)},500+e._config.interval)}))},f._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();break;default:return}},f._getItemIndex=function(e){return this._items=t.makeArray(t(e).parent().find(h.ITEM)),this._items.indexOf(e)},f._getItemByDirection=function(t,e){var n=t===a.NEXT,i=t===a.PREV,r=this._getItemIndex(e),o=this._items.length-1;if((i&&0===r||n&&r===o)&&!this._config.wrap)return e;var s=(r+(t===a.PREV?-1:1))%this._items.length;return-1===s?this._items[this._items.length-1]:this._items[s]},f._triggerSlideEvent=function(e,n){var i=this._getItemIndex(e),r=this._getItemIndex(t(this._element).find(h.ACTIVE_ITEM)[0]),o=t.Event(l.SLIDE,{relatedTarget:e,direction:n,from:r,to:i});return t(this._element).trigger(o),o},f._setActiveIndicatorElement=function(e){if(this._indicatorsElement){t(this._indicatorsElement).find(h.ACTIVE).removeClass(c.ACTIVE);var n=this._indicatorsElement.children[this._getItemIndex(e)];n&&t(n).addClass(c.ACTIVE)}},f._slide=function(e,n){var i,r,o,s=this,f=t(this._element).find(h.ACTIVE_ITEM)[0],u=this._getItemIndex(f),d=n||f&&this._getItemByDirection(e,f),p=this._getItemIndex(d),g=Boolean(this._interval);if(e===a.NEXT?(i=c.LEFT,r=c.NEXT,o=a.LEFT):(i=c.RIGHT,r=c.PREV,o=a.RIGHT),d&&t(d).hasClass(c.ACTIVE))this._isSliding=!1;else if(!this._triggerSlideEvent(d,o).isDefaultPrevented()&&f&&d){this._isSliding=!0,g&&this.pause(),this._setActiveIndicatorElement(d);var m=t.Event(l.SLID,{relatedTarget:d,direction:o,from:u,to:p});q.supportsTransitionEnd()&&t(this._element).hasClass(c.SLIDE)?(t(d).addClass(r),q.reflow(d),t(f).addClass(i),t(d).addClass(i),t(f).one(q.TRANSITION_END,function(){t(d).removeClass(i+" "+r).addClass(c.ACTIVE),t(f).removeClass(c.ACTIVE+" "+r+" "+i),s._isSliding=!1,setTimeout(function(){return t(s._element).trigger(m)},0)}).emulateTransitionEnd(600)):(t(f).removeClass(c.ACTIVE),t(d).addClass(c.ACTIVE),this._isSliding=!1,t(this._element).trigger(m)),g&&this.cycle()}},r._jQueryInterface=function(e){return this.each(function(){var i=t(this).data(n),s=t.extend({},o,t(this).data());"object"==typeof e&&t.extend(s,e);var a="string"==typeof e?e:s.slide;if(i||(i=new r(this,s),t(this).data(n,i)),"number"==typeof e)i.to(e);else if("string"==typeof a){if("undefined"==typeof i[a])throw new Error('No method named "'+a+'"');i[a]()}else s.interval&&(i.pause(),i.cycle())})},r._dataApiClickHandler=function(e){var i=q.getSelectorFromElement(this);if(i){var o=t(i)[0];if(o&&t(o).hasClass(c.CAROUSEL)){var s=t.extend({},t(o).data(),t(this).data()),a=this.getAttribute("data-slide-to");a&&(s.interval=!1),r._jQueryInterface.call(t(o),s),a&&t(o).data(n).to(a),e.preventDefault()}}},z(r,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}},{key:"Default",get:function(){return o}}]),r}();return t(document).on(l.CLICK_DATA_API,h.DATA_SLIDE,f._dataApiClickHandler),t(window).on(l.LOAD_DATA_API,function(){t(h.DATA_RIDE).each(function(){var e=t(this);f._jQueryInterface.call(e,e.data())})}),t.fn[e]=f._jQueryInterface,t.fn[e].Constructor=f,t.fn[e].noConflict=function(){return t.fn[e]=r,f._jQueryInterface},f}(e),et=function(t){var e="collapse",n="bs.collapse",i=t.fn[e],r={toggle:!0,parent:""},o={toggle:"boolean",parent:"(string|element)"},s={SHOW:"show.bs.collapse",SHOWN:"shown.bs.collapse",HIDE:"hide.bs.collapse",HIDDEN:"hidden.bs.collapse",CLICK_DATA_API:"click.bs.collapse.data-api"},a={SHOW:"show",COLLAPSE:"collapse",COLLAPSING:"collapsing",COLLAPSED:"collapsed"},l={WIDTH:"width",HEIGHT:"height"},c={ACTIVES:".show, .collapsing",DATA_TOGGLE:'[data-toggle="collapse"]'},h=function(){function i(e,n){this._isTransitioning=!1,this._element=e,this._config=this._getConfig(n),this._triggerArray=t.makeArray(t('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'));for(var i=t(c.DATA_TOGGLE),r=0;r0&&this._triggerArray.push(o)}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var h=i.prototype;return h.toggle=function(){t(this._element).hasClass(a.SHOW)?this.hide():this.show()},h.show=function(){var e=this;if(!this._isTransitioning&&!t(this._element).hasClass(a.SHOW)){var r,o;if(this._parent&&((r=t.makeArray(t(this._parent).children().children(c.ACTIVES))).length||(r=null)),!(r&&(o=t(r).data(n))&&o._isTransitioning)){var l=t.Event(s.SHOW);if(t(this._element).trigger(l),!l.isDefaultPrevented()){r&&(i._jQueryInterface.call(t(r),"hide"),o||t(r).data(n,null));var h=this._getDimension();t(this._element).removeClass(a.COLLAPSE).addClass(a.COLLAPSING),this._element.style[h]=0,this._triggerArray.length&&t(this._triggerArray).removeClass(a.COLLAPSED).attr("aria-expanded",!0),this.setTransitioning(!0);var f=function(){t(e._element).removeClass(a.COLLAPSING).addClass(a.COLLAPSE).addClass(a.SHOW),e._element.style[h]="",e.setTransitioning(!1),t(e._element).trigger(s.SHOWN)};if(q.supportsTransitionEnd()){var u="scroll"+(h[0].toUpperCase()+h.slice(1));t(this._element).one(q.TRANSITION_END,f).emulateTransitionEnd(600),this._element.style[h]=this._element[u]+"px"}else f()}}}},h.hide=function(){var e=this;if(!this._isTransitioning&&t(this._element).hasClass(a.SHOW)){var n=t.Event(s.HIDE);if(t(this._element).trigger(n),!n.isDefaultPrevented()){var i=this._getDimension();if(this._element.style[i]=this._element.getBoundingClientRect()[i]+"px",q.reflow(this._element),t(this._element).addClass(a.COLLAPSING).removeClass(a.COLLAPSE).removeClass(a.SHOW),this._triggerArray.length)for(var r=0;r=0){rt=1;break}var st=nt&&window.Promise?function(t){var e=!1;return function(){e||(e=!0,Promise.resolve().then(function(){e=!1,t()}))}}:function(t){var e=!1;return function(){e||(e=!0,setTimeout(function(){e=!1,t()},rt))}},at=void 0,lt=function(){return void 0===at&&(at=-1!==navigator.appVersion.indexOf("MSIE 10")),at},ct=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},ht=function(){function t(t,e){for(var n=0;ni[t]&&!e.escapeWithReference&&(r=Math.min(o[n],i[t]-("right"===t?o.width:o.height))),ft({},n,r)}};return r.forEach(function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";o=ut({},o,s[e](t))}),t.offsets.popper=o,t},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(t){var e=t.offsets,n=e.popper,i=e.reference,r=t.placement.split("-")[0],o=Math.floor,s=-1!==["top","bottom"].indexOf(r),a=s?"right":"bottom",l=s?"left":"top",c=s?"width":"height";return n[a]o(i[a])&&(t.offsets.popper[l]=o(i[a])),t}},arrow:{order:500,enabled:!0,fn:function(t,e){if(!G(t.instance.modifiers,"arrow","keepTogether"))return t;var n=e.element;if("string"==typeof n){if(!(n=t.instance.popper.querySelector(n)))return t}else if(!t.instance.popper.contains(n))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var i=t.placement.split("-")[0],o=t.offsets,s=o.popper,a=o.reference,l=-1!==["left","right"].indexOf(i),c=l?"height":"width",h=l?"Top":"Left",f=h.toLowerCase(),u=l?"left":"top",d=l?"bottom":"right",p=O(n)[c];a[d]-ps[d]&&(t.offsets.popper[f]+=a[f]+p-s[d]);var g=a[f]+a[c]/2-p/2,_=r(t.instance.popper,"margin"+h).replace("px",""),v=g-m(t.offsets.popper)[f]-_;return v=Math.max(Math.min(s[c]-p,v),0),t.arrowElement=n,t.offsets.arrow={},t.offsets.arrow[f]=Math.round(v),t.offsets.arrow[u]="",t},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(t,e){if(P(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=b(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement),i=t.placement.split("-")[0],r=y(i),o=t.placement.split("-")[1]||"",s=[];switch(e.behavior){case gt.FLIP:s=[i,r];break;case gt.CLOCKWISE:s=Q(i);break;case gt.COUNTERCLOCKWISE:s=Q(i,!0);break;default:s=e.behavior}return s.forEach(function(a,l){if(i!==a||s.length===l+1)return t;i=t.placement.split("-")[0],r=y(i);var c=t.offsets.popper,h=t.offsets.reference,f=Math.floor,u="left"===i&&f(c.right)>f(h.left)||"right"===i&&f(c.left)f(h.top)||"bottom"===i&&f(c.top)f(n.right),g=f(c.top)f(n.bottom),_="left"===i&&d||"right"===i&&p||"top"===i&&g||"bottom"===i&&m,v=-1!==["top","bottom"].indexOf(i),E=!!e.flipVariations&&(v&&"start"===o&&d||v&&"end"===o&&p||!v&&"start"===o&&g||!v&&"end"===o&&m);(u||_||E)&&(t.flipped=!0,(u||_)&&(i=s[l+1]),E&&(o=K(o)),t.placement=i+(o?"-"+o:""),t.offsets.popper=ut({},t.offsets.popper,D(t.instance.popper,t.offsets.reference,t.placement)),t=N(t.instance.modifiers,t,"flip"))}),t},behavior:"flip",padding:5,boundariesElement:"viewport"},inner:{order:700,enabled:!1,fn:function(t){var e=t.placement,n=e.split("-")[0],i=t.offsets,r=i.popper,o=i.reference,s=-1!==["left","right"].indexOf(n),a=-1===["top","left"].indexOf(n);return r[s?"left":"top"]=o[n]-(a?r[s?"width":"height"]:0),t.placement=y(e),t.offsets.popper=m(r),t}},hide:{order:800,enabled:!0,fn:function(t){if(!G(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=S(t.instance.modifiers,function(t){return"preventOverflow"===t.name}).boundaries;if(e.bottomn.right||e.top>n.bottom||e.right2&&void 0!==arguments[2]?arguments[2]:{};ct(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=st(this.update.bind(this)),this.options=ut({},t.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(ut({},t.Defaults.modifiers,o.modifiers)).forEach(function(e){r.options.modifiers[e]=ut({},t.Defaults.modifiers[e]||{},o.modifiers?o.modifiers[e]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(t){return ut({name:t},r.options.modifiers[t])}).sort(function(t,e){return t.order-e.order}),this.modifiers.forEach(function(t){t.enabled&&i(t.onLoad)&&t.onLoad(r.reference,r.popper,r.options,t,r.state)}),this.update();var s=this.options.eventsEnabled;s&&this.enableEventListeners(),this.state.eventsEnabled=s}return ht(t,[{key:"update",value:function(){return L.call(this)}},{key:"destroy",value:function(){return H.call(this)}},{key:"enableEventListeners",value:function(){return M.call(this)}},{key:"disableEventListeners",value:function(){return V.call(this)}}]),t}();_t.Utils=("undefined"!=typeof window?window:global).PopperUtils,_t.placements=dt,_t.Defaults=mt;var vt=function(t){var e="dropdown",n="bs.dropdown",i="."+n,r=t.fn[e],o=new RegExp("38|40|27"),s={HIDE:"hide"+i,HIDDEN:"hidden"+i,SHOW:"show"+i,SHOWN:"shown"+i,CLICK:"click"+i,CLICK_DATA_API:"click.bs.dropdown.data-api",KEYDOWN_DATA_API:"keydown.bs.dropdown.data-api",KEYUP_DATA_API:"keyup.bs.dropdown.data-api"},a={DISABLED:"disabled",SHOW:"show",DROPUP:"dropup",DROPRIGHT:"dropright",DROPLEFT:"dropleft",MENURIGHT:"dropdown-menu-right",MENULEFT:"dropdown-menu-left"},l={DATA_TOGGLE:'[data-toggle="dropdown"]',FORM_CHILD:".dropdown form",MENU:".dropdown-menu",NAVBAR_NAV:".navbar-nav",VISIBLE_ITEMS:".dropdown-menu .dropdown-item:not(.disabled)"},c={TOP:"top-start",TOPEND:"top-end",BOTTOM:"bottom-start",BOTTOMEND:"bottom-end",RIGHT:"right-start",RIGHTEND:"right-end",LEFT:"left-start",LEFTEND:"left-end"},h={offset:0,flip:!0},f={offset:"(number|string|function)",flip:"boolean"},u=function(){function r(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var u=r.prototype;return u.toggle=function(){if(!this._element.disabled&&!t(this._element).hasClass(a.DISABLED)){var e=r._getParentFromElement(this._element),n=t(this._menu).hasClass(a.SHOW);if(r._clearMenus(),!n){var i={relatedTarget:this._element},o=t.Event(s.SHOW,i);if(t(e).trigger(o),!o.isDefaultPrevented()){if(!this._inNavbar){if("undefined"==typeof _t)throw new Error("Bootstrap dropdown require Popper.js (https://popper.js.org)");var c=this._element;t(e).hasClass(a.DROPUP)&&(t(this._menu).hasClass(a.MENULEFT)||t(this._menu).hasClass(a.MENURIGHT))&&(c=e),this._popper=new _t(c,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&!t(e).closest(l.NAVBAR_NAV).length&&t("body").children().on("mouseover",null,t.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),t(this._menu).toggleClass(a.SHOW),t(e).toggleClass(a.SHOW).trigger(t.Event(s.SHOWN,i))}}}},u.dispose=function(){t.removeData(this._element,n),t(this._element).off(i),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},u.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},u._addEventListeners=function(){var e=this;t(this._element).on(s.CLICK,function(t){t.preventDefault(),t.stopPropagation(),e.toggle()})},u._getConfig=function(n){return n=t.extend({},this.constructor.Default,t(this._element).data(),n),q.typeCheckConfig(e,n,this.constructor.DefaultType),n},u._getMenuElement=function(){if(!this._menu){var e=r._getParentFromElement(this._element);this._menu=t(e).find(l.MENU)[0]}return this._menu},u._getPlacement=function(){var e=t(this._element).parent(),n=c.BOTTOM;return e.hasClass(a.DROPUP)?(n=c.TOP,t(this._menu).hasClass(a.MENURIGHT)&&(n=c.TOPEND)):e.hasClass(a.DROPRIGHT)?n=c.RIGHT:e.hasClass(a.DROPLEFT)?n=c.LEFT:t(this._menu).hasClass(a.MENURIGHT)&&(n=c.BOTTOMEND),n},u._detectNavbar=function(){return t(this._element).closest(".navbar").length>0},u._getPopperConfig=function(){var e=this,n={};return"function"==typeof this._config.offset?n.fn=function(n){return n.offsets=t.extend({},n.offsets,e._config.offset(n.offsets)||{}),n}:n.offset=this._config.offset,{placement:this._getPlacement(),modifiers:{offset:n,flip:{enabled:this._config.flip}}}},r._jQueryInterface=function(e){return this.each(function(){var i=t(this).data(n);if(i||(i=new r(this,"object"==typeof e?e:null),t(this).data(n,i)),"string"==typeof e){if("undefined"==typeof i[e])throw new Error('No method named "'+e+'"');i[e]()}})},r._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var i=t.makeArray(t(l.DATA_TOGGLE)),o=0;o0&&c--,40===e.which&&cdocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},c._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},c._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"},l={SHOW:"show",OUT:"out"},c={HIDE:"hide"+n,HIDDEN:"hidden"+n,SHOW:"show"+n,SHOWN:"shown"+n,INSERTED:"inserted"+n,CLICK:"click"+n,FOCUSIN:"focusin"+n,FOCUSOUT:"focusout"+n,MOUSEENTER:"mouseenter"+n,MOUSELEAVE:"mouseleave"+n},h={FADE:"fade",SHOW:"show"},f={TOOLTIP:".tooltip",TOOLTIP_INNER:".tooltip-inner",ARROW:".arrow"},u={HOVER:"hover",FOCUS:"focus",CLICK:"click",MANUAL:"manual"},d=function(){function i(t,e){if("undefined"==typeof _t)throw new Error("Bootstrap 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 d=i.prototype;return d.enable=function(){this._isEnabled=!0},d.disable=function(){this._isEnabled=!1},d.toggleEnabled=function(){this._isEnabled=!this._isEnabled},d.toggle=function(e){if(this._isEnabled)if(e){var n=this.constructor.DATA_KEY,i=t(e.currentTarget).data(n);i||(i=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,i)),i._activeTrigger.click=!i._activeTrigger.click,i._isWithActiveTrigger()?i._enter(null,i):i._leave(null,i)}else{if(t(this.getTipElement()).hasClass(h.SHOW))return void this._leave(null,this);this._enter(null,this)}},d.dispose=function(){clearTimeout(this._timeout),t.removeData(this.element,this.constructor.DATA_KEY),t(this.element).off(this.constructor.EVENT_KEY),t(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&t(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,null!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},d.show=function(){var e=this;if("none"===t(this.element).css("display"))throw new Error("Please use show on visible elements");var n=t.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){t(this.element).trigger(n);var r=t.contains(this.element.ownerDocument.documentElement,this.element);if(n.isDefaultPrevented()||!r)return;var o=this.getTipElement(),s=q.getUID(this.constructor.NAME);o.setAttribute("id",s),this.element.setAttribute("aria-describedby",s),this.setContent(),this.config.animation&&t(o).addClass(h.FADE);var a="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,c=this._getAttachment(a);this.addAttachmentClass(c);var u=!1===this.config.container?document.body:t(this.config.container);t(o).data(this.constructor.DATA_KEY,this),t.contains(this.element.ownerDocument.documentElement,this.tip)||t(o).appendTo(u),t(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new _t(this.element,o,{placement:c,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:f.ARROW}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){e._handlePopperPlacementChange(t)}}),t(o).addClass(h.SHOW),"ontouchstart"in document.documentElement&&t("body").children().on("mouseover",null,t.noop);var d=function(){e.config.animation&&e._fixTransition();var n=e._hoverState;e._hoverState=null,t(e.element).trigger(e.constructor.Event.SHOWN),n===l.OUT&&e._leave(null,e)};q.supportsTransitionEnd()&&t(this.tip).hasClass(h.FADE)?t(this.tip).one(q.TRANSITION_END,d).emulateTransitionEnd(i._TRANSITION_DURATION):d()}},d.hide=function(e){var n=this,i=this.getTipElement(),r=t.Event(this.constructor.Event.HIDE),o=function(){n._hoverState!==l.SHOW&&i.parentNode&&i.parentNode.removeChild(i),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),t(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),e&&e()};t(this.element).trigger(r),r.isDefaultPrevented()||(t(i).removeClass(h.SHOW),"ontouchstart"in document.documentElement&&t("body").children().off("mouseover",null,t.noop),this._activeTrigger[u.CLICK]=!1,this._activeTrigger[u.FOCUS]=!1,this._activeTrigger[u.HOVER]=!1,q.supportsTransitionEnd()&&t(this.tip).hasClass(h.FADE)?t(i).one(q.TRANSITION_END,o).emulateTransitionEnd(150):o(),this._hoverState="")},d.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},d.isWithContent=function(){return Boolean(this.getTitle())},d.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-tooltip-"+e)},d.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},d.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(f.TOOLTIP_INNER),this.getTitle()),e.removeClass(h.FADE+" "+h.SHOW)},d.setElementContent=function(e,n){var i=this.config.html;"object"==typeof n&&(n.nodeType||n.jquery)?i?t(n).parent().is(e)||e.empty().append(n):e.text(t(n).text()):e[i?"html":"text"](n)},d.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},d._getAttachment=function(t){return s[t.toUpperCase()]},d._setListeners=function(){var e=this;this.config.trigger.split(" ").forEach(function(n){if("click"===n)t(e.element).on(e.constructor.Event.CLICK,e.config.selector,function(t){return e.toggle(t)});else if(n!==u.MANUAL){var i=n===u.HOVER?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,r=n===u.HOVER?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;t(e.element).on(i,e.config.selector,function(t){return e._enter(t)}).on(r,e.config.selector,function(t){return e._leave(t)})}t(e.element).closest(".modal").on("hide.bs.modal",function(){return e.hide()})}),this.config.selector?this.config=t.extend({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},d._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",""))},d._enter=function(e,n){var i=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(i))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),e&&(n._activeTrigger["focusin"===e.type?u.FOCUS:u.HOVER]=!0),t(n.getTipElement()).hasClass(h.SHOW)||n._hoverState===l.SHOW?n._hoverState=l.SHOW:(clearTimeout(n._timeout),n._hoverState=l.SHOW,n.config.delay&&n.config.delay.show?n._timeout=setTimeout(function(){n._hoverState===l.SHOW&&n.show()},n.config.delay.show):n.show())},d._leave=function(e,n){var i=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(i))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),e&&(n._activeTrigger["focusout"===e.type?u.FOCUS:u.HOVER]=!1),n._isWithActiveTrigger()||(clearTimeout(n._timeout),n._hoverState=l.OUT,n.config.delay&&n.config.delay.hide?n._timeout=setTimeout(function(){n._hoverState===l.OUT&&n.hide()},n.config.delay.hide):n.hide())},d._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},d._getConfig=function(n){return"number"==typeof(n=t.extend({},this.constructor.Default,t(this.element).data(),n)).delay&&(n.delay={show:n.delay,hide:n.delay}),"number"==typeof n.title&&(n.title=n.title.toString()),"number"==typeof n.content&&(n.content=n.content.toString()),q.typeCheckConfig(e,n,this.constructor.DefaultType),n},d._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},d._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(r);null!==n&&n.length>0&&e.removeClass(n.join(""))},d._handlePopperPlacementChange=function(t){this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},d._fixTransition=function(){var e=this.getTipElement(),n=this.config.animation;null===e.getAttribute("x-placement")&&(t(e).removeClass(h.FADE),this.config.animation=!1,this.hide(),this.show(),this.config.animation=n)},i._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.tooltip"),r="object"==typeof e&&e;if((n||!/dispose|hide/.test(e))&&(n||(n=new i(this,r),t(this).data("bs.tooltip",n)),"string"==typeof e)){if("undefined"==typeof n[e])throw new Error('No method named "'+e+'"');n[e]()}})},z(i,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}},{key:"Default",get:function(){return a}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return c}},{key:"EVENT_KEY",get:function(){return n}},{key:"DefaultType",get:function(){return o}}]),i}();return t.fn[e]=d._jQueryInterface,t.fn[e].Constructor=d,t.fn[e].noConflict=function(){return t.fn[e]=i,d._jQueryInterface},d}(e),bt=function(t){var e="popover",n=".bs.popover",i=t.fn[e],r=new RegExp("(^|\\s)bs-popover\\S+","g"),o=t.extend({},Tt.Default,{placement:"right",trigger:"click",content:"",template:''}),s=t.extend({},Tt.DefaultType,{content:"(string|element|function)"}),a={FADE:"fade",SHOW:"show"},l={TITLE:".popover-header",CONTENT:".popover-body"},c={HIDE:"hide"+n,HIDDEN:"hidden"+n,SHOW:"show"+n,SHOWN:"shown"+n,INSERTED:"inserted"+n,CLICK:"click"+n,FOCUSIN:"focusin"+n,FOCUSOUT:"focusout"+n,MOUSEENTER:"mouseenter"+n,MOUSELEAVE:"mouseleave"+n},h=function(i){function h(){return i.apply(this,arguments)||this}Z(h,i);var f=h.prototype;return f.isWithContent=function(){return this.getTitle()||this._getContent()},f.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-popover-"+e)},f.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},f.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(l.TITLE),this.getTitle()),this.setElementContent(e.find(l.CONTENT),this._getContent()),e.removeClass(a.FADE+" "+a.SHOW)},f._getContent=function(){return this.element.getAttribute("data-content")||("function"==typeof this.config.content?this.config.content.call(this.element):this.config.content)},f._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(r);null!==n&&n.length>0&&e.removeClass(n.join(""))},h._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.popover"),i="object"==typeof e?e:null;if((n||!/destroy|hide/.test(e))&&(n||(n=new h(this,i),t(this).data("bs.popover",n)),"string"==typeof e)){if("undefined"==typeof n[e])throw new Error('No method named "'+e+'"');n[e]()}})},z(h,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}},{key:"Default",get:function(){return o}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return c}},{key:"EVENT_KEY",get:function(){return n}},{key:"DefaultType",get:function(){return s}}]),h}(Tt);return t.fn[e]=h._jQueryInterface,t.fn[e].Constructor=h,t.fn[e].noConflict=function(){return t.fn[e]=i,h._jQueryInterface},h}(e),Ct=function(t){var e="scrollspy",n=t.fn[e],i={offset:10,method:"auto",target:""},r={offset:"number",method:"string",target:"(string|element)"},o={ACTIVATE:"activate.bs.scrollspy",SCROLL:"scroll.bs.scrollspy",LOAD_DATA_API:"load.bs.scrollspy.data-api"},s={DROPDOWN_ITEM:"dropdown-item",DROPDOWN_MENU:"dropdown-menu",ACTIVE:"active"},a={DATA_SPY:'[data-spy="scroll"]',ACTIVE:".active",NAV_LIST_GROUP:".nav, .list-group",NAV_LINKS:".nav-link",NAV_ITEMS:".nav-item",LIST_ITEMS:".list-group-item",DROPDOWN:".dropdown",DROPDOWN_ITEMS:".dropdown-item",DROPDOWN_TOGGLE:".dropdown-toggle"},l={OFFSET:"offset",POSITION:"position"},c=function(){function n(e,n){var i=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(n),this._selector=this._config.target+" "+a.NAV_LINKS+","+this._config.target+" "+a.LIST_ITEMS+","+this._config.target+" "+a.DROPDOWN_ITEMS,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,t(this._scrollElement).on(o.SCROLL,function(t){return i._process(t)}),this.refresh(),this._process()}var c=n.prototype;return c.refresh=function(){var e=this,n=this._scrollElement!==this._scrollElement.window?l.POSITION:l.OFFSET,i="auto"===this._config.method?n:this._config.method,r=i===l.POSITION?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),t.makeArray(t(this._selector)).map(function(e){var n,o=q.getSelectorFromElement(e);if(o&&(n=t(o)[0]),n){var s=n.getBoundingClientRect();if(s.width||s.height)return[t(n)[i]().top+r,o]}return null}).filter(function(t){return t}).sort(function(t,e){return t[0]-e[0]}).forEach(function(t){e._offsets.push(t[0]),e._targets.push(t[1])})},c.dispose=function(){t.removeData(this._element,"bs.scrollspy"),t(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},c._getConfig=function(n){if("string"!=typeof(n=t.extend({},i,n)).target){var o=t(n.target).attr("id");o||(o=q.getUID(e),t(n.target).attr("id",o)),n.target="#"+o}return q.typeCheckConfig(e,n,r),n},c._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},c._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},c._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},c._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 r=this._offsets.length;r--;)this._activeTarget!==this._targets[r]&&t>=this._offsets[r]&&("undefined"==typeof this._offsets[r+1]||t li > .active",DATA_TOGGLE:'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',DROPDOWN_TOGGLE:".dropdown-toggle",DROPDOWN_ACTIVE_CHILD:"> .dropdown-menu .active"},o=function(){function e(t){this._element=t}var o=e.prototype;return o.show=function(){var e=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&t(this._element).hasClass(i.ACTIVE)||t(this._element).hasClass(i.DISABLED))){var o,s,a=t(this._element).closest(r.NAV_LIST_GROUP)[0],l=q.getSelectorFromElement(this._element);if(a){var c="UL"===a.nodeName?r.ACTIVE_UL:r.ACTIVE;s=t.makeArray(t(a).find(c)),s=s[s.length-1]}var h=t.Event(n.HIDE,{relatedTarget:this._element}),f=t.Event(n.SHOW,{relatedTarget:s});if(s&&t(s).trigger(h),t(this._element).trigger(f),!f.isDefaultPrevented()&&!h.isDefaultPrevented()){l&&(o=t(l)[0]),this._activate(this._element,a);var u=function(){var i=t.Event(n.HIDDEN,{relatedTarget:e._element}),r=t.Event(n.SHOWN,{relatedTarget:s});t(s).trigger(i),t(e._element).trigger(r)};o?this._activate(o,o.parentNode,u):u()}}},o.dispose=function(){t.removeData(this._element,"bs.tab"),this._element=null},o._activate=function(e,n,o){var s,a=this,l=(s="UL"===n.nodeName?t(n).find(r.ACTIVE_UL):t(n).children(r.ACTIVE))[0],c=o&&q.supportsTransitionEnd()&&l&&t(l).hasClass(i.FADE),h=function(){return a._transitionComplete(e,l,c,o)};l&&c?t(l).one(q.TRANSITION_END,h).emulateTransitionEnd(150):h(),l&&t(l).removeClass(i.SHOW)},o._transitionComplete=function(e,n,o,s){if(n){t(n).removeClass(i.ACTIVE);var a=t(n.parentNode).find(r.DROPDOWN_ACTIVE_CHILD)[0];a&&t(a).removeClass(i.ACTIVE),"tab"===n.getAttribute("role")&&n.setAttribute("aria-selected",!1)}if(t(e).addClass(i.ACTIVE),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),o?(q.reflow(e),t(e).addClass(i.SHOW)):t(e).removeClass(i.FADE),e.parentNode&&t(e.parentNode).hasClass(i.DROPDOWN_MENU)){var l=t(e).closest(r.DROPDOWN)[0];l&&t(l).find(r.DROPDOWN_TOGGLE).addClass(i.ACTIVE),e.setAttribute("aria-expanded",!0)}s&&s()},e._jQueryInterface=function(n){return this.each(function(){var i=t(this),r=i.data("bs.tab");if(r||(r=new e(this),i.data("bs.tab",r)),"string"==typeof n){if("undefined"==typeof r[n])throw new Error('No method named "'+n+'"');r[n]()}})},z(e,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}}]),e}();return t(document).on(n.CLICK_DATA_API,r.DATA_TOGGLE,function(e){e.preventDefault(),o._jQueryInterface.call(t(this),"show")}),t.fn.tab=o._jQueryInterface,t.fn.tab.Constructor=o,t.fn.tab.noConflict=function(){return t.fn.tab=e,o._jQueryInterface},o}(e);return function(t){if("undefined"==typeof t)throw new Error("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1===e[0]&&9===e[1]&&e[2]<1||e[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}(e),t.Util=q,t.Alert=J,t.Button=$,t.Carousel=tt,t.Collapse=et,t.Dropdown=vt,t.Modal=Et,t.Popover=bt,t.Scrollspy=Ct,t.Tab=At,t.Tooltip=Tt,t}({},jQuery); //# sourceMappingURL=bootstrap.bundle.min.js.map \ No newline at end of file diff --git a/dist/js/bootstrap.bundle.min.js.map b/dist/js/bootstrap.bundle.min.js.map index 728039a016967ede6808fd65e63b82b99913847c..ec6bdd3801e726983e186ee96106939233b0d255 100644 GIT binary patch delta 11499 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 Y>3FhJ`@_+W&TFq8=+LenIA`g90kPki;{X5v delta 11607 zcmb_iYjj&zm0mY4iJdgB=HhYxu*0($ydQn6hYj71|W~fYJh`EtAfg(zG;v(C5(k_PJMy zlZIht4fzrIo_o&Odw=_R_PJlUZ^y?^?D$r+|KduyQb||Ua%mx#xg*?v|ChElISYj> zWzN{_Qb=6)-93sXBHul+A(*}6$X#8^#f`ucwbp$JFD@5@IZr zk6Y5r7tO`#DT4pBJa;E7ldLq3bs5ge;sA%m96#iuL*#sb3$;yc(#S|VVznXoKzrp{X9 z?U!+;B^(@2f#c3;OOCV3^c*octqI%we*O8)$|mvl55Lp95~kth@bO|Ca;hn2(O7l5 z$t`}iBp&@ye`jkNocUSvbNB4+as(|tP_stG-8b#hD+jR0$UXZz%SjpzIYr{0!OK>; ze5fR`NL}$R$#)r^jnS}gFlxLNU%#jCNKS4S!qiEoRXL_kGQXwIvx;Z$X?0q| zR$^gLEdJQtxtyRk@uK+3!+XVDKR&R1H3F8^c}ByL?2LHk$8(*9IL6pqUCjLC1Dje= z60s@%?I+2dON-pH3@~C6j9Az$uDtj1F;8?BNDW7w+$~uO4h6xAH44cCY%m)1oEZ%< zXEcF9SJckWj!rU9v`lk{#Fy@UvCkR<2v``Kg+YNUW4n=90E5Hg8~5!S&d$minb~t@ zSmlht*z&rq<1AM3W+o&Wm6$kv;()I<4Fh9o6+-#4-s6%&w!kfM=AWt=klJSDXsgJj zUAxBRqaP0=v!mc56BqA0aiG&WTOvjm#fMMq?=sh93*yTsuIRGHGxVx3D;_*iP~76$ z`}eICA~W?E>`hfA=1d!rx(>Q#$iP^EH>QbB*bi3NTys)BEUV-ys?%$qCY}7bHA^8- zW5I^pF>Ed>nTvvwka+n1y~lmQn9s^pvR0L;6w`d86%l-> zr)Mxiu0P=nOMG2niV!nWu!^|pp(6v!l7%qXT!(iqN|A@b{4u)$l<149o86H@mfL}OA+$ygBWzRP7Cld`+(gHiVUw(AEEljG`ywWz3 zEBf09mAzuyqZ_v`NgqZ;iZQjySHzJ=eTR@8{7hTnCBj5y*5hZTR>z!C@!6YqCu_4X z18iT4kzgxR5G>Ayrb=oq2FdiM!kSLDit;qmFSnm)MH2b;dHRL#x$tH%9_)OlA$TnCG0{xX5XHP ztvAbxc=$1UCnm&^p6ue{U-evp2>{7&<%nbl0|BBWUhf(X~@nL-uvoa#B)d$8a~IsusFv24L*yX5uyX@9SqM_qO@Jus=Vi@R)wD zj!I()lmz>AuM2Jgk?k{JCB_^x2{-BmhyuezP#AB`wV%kS-C-I`xx{CG-Ls>fqK63p zNtB8S6d;$1$A5izt&P30)MlVimfDR-r!Z1-yeczq0I?Zm7ISbH z-@Ip!jDsvqBWfu{R$fta;)UPzDt58;@&2`@^q4>^EY%8uU=mRzFxp{|81l_DHT?L; z2ZO|khByI3nRLojM2IG-06Z5`lRf*WL=ia>rju1GqnPVwt~s*Hz^IiZ+9H(#nkX;G z6UBXx56qm4HAny*%1mlYJ(o^ty;*<^xGk!1CFl;}8fKK`(-f6eZ%cT8t98l1)F#yh zAC^vE5x4(#-`X$*@q7XnlV*iPv`prtj#U@HBnzziB_P8xsHg1}Ly3k5X1L3XrM{AP z$OtVCDIlwH8z}WY&pkQjID>~q#v)@$k%(`1B4jRjgfZ{*!fR90b5G4)jURx7t5GD9~g zbd%znPj>H+V!$B%G+O3)@yL_M#>-G7!f1L$mekBI;VJVaKTMOw7Qq$XE+Oe-O~9(k z*B)u2tYT0t8yP#pt)P2g^RPiRU6Dk^XP)ZZT*fX~zR0WMOHW;SaMd6==WLTq(>s&m zvbgPc-Fx8y?d_M_+ZSUZ^wj>p#{NeKtfoy-fyM%;MS}>L@4)A^-&x-Gzr@FVj%m0h zKx4>j6c^`U8c8_fd^SQbgx9M{=>MKP1Ox$r)ND>g7^g|5*aa@d-nS+1%T*bU3NRKbijSO3DNXUz$vtk;@A^;(SFv(rMGBK<3>=!J zs!v_vG?#EGh{30O_g4`_k&f9aA0wDTO+16cNM3y4>3!Rm(jcXlxDP9W$5+J7Pv<%d zvdj)v#j8(W-8m?Od$4}TRsT`i&{>cW1RLU8|Jk>BaGGj_6@)YWLmQQ2?wt8DOdh38 zuabR@d!7it7LIqS*PT-HJ=xb*d0DPpM8L+BGqS4mLTCa~$b2 zZzuztQdQni(I}vVLHY|eFd3D?!ZLo(46cX|J$Gm`nNJ*P0#)k2KKF_KVLalfJwAe8 z(mXxWZ+?~lm>ClO=SLKexas-px78A4X=W$FBOZMICe3CtwaD%Gi`Ee)h#yACSKD}6 z1CnK=Jt}H4Ga%_J@|w(B$?Tl?r$3CkQ0gFU<<%5n7HacDV#AfxlqQFZ(xw87b5bmi z*!RNWu|itbDco5z4wyLW(UHK6lk%;vrBVgt^NyHou8ztLmXjD&6MzzC6@Zv8+}K43 zfP=t@c;S$P4Pxp0~%-80=uv55K4H13*^x++N z0`2T^!(js};`66xlwtAg={}_-x?X%w7y2h?_1M*xxaP$}yM{0iTsb+S2i#IqvpG?E z@krlL(o#^FmU7DTbl5dZ_MjyQS=B1O`QpG;i*V2(*vJsiLL?LnPU-q^1DNJ`24iR6 zhM2#il6@GGZ+)raFwmF@Q%dw1MSqUtEJA1u$rjHFXOvXI7!+9L9&y`CHn`D~FCA7| zqT}VG5RhBn->Q{tWF1p~Eg4L;- zLpoIad>cUjOCGf1h>S=7aH%-?@&Oelg<3X)2n8-paT4OdV zkZ<5M8D45{1%DyccpGB&wJZ7^30j;_8g`I8UX;~+q)hEjwZco{E3X~Cb`k1C0D@wO zflwaj63SsY{L-^^ig2`hDK zzQwWZ0>fyhil4rIv=4KTv}VX>gEK1>ZL)I`m(1L_M{IxN;7;2Du&dA@kYAefTE%dkT>f9d%ZKK%Hk;uF2pOKj zVS)65J~OOiVpYb3NJ)J2ZJBYQ?wFBrcT&bh-yFRy>e7_5T&$fsd|t9G(j;sbMpj1u zqNKJGgijEjmS$?0JaEA&<56(XPsXyuSB<_g9G!xVOV%zSz=}#g?}hN%@uFc*Xbq4` z(8e({xA^Rz_P7zUXf$^mT3jEwAdH)$0QvlxaE4;vU+3lUtzT5SEeLOb*o{ZILn$Ib z#ep9hk5puJA8HTY`joO~ZA7*tscWDj;2G`MchHpw6dUzpeKR&Ay0teUb7ev75@OS6 zYR6bCu{;H8t(>8aW{#)o7t{to4KQ)X+dHWU`ai0K{RNf4-Og1>?R=Ho+EfB-XN9-` zJceY}X$TW=s*Xttkg>lE7aSXE@^Exy2`E!74U}=pP&BS)5f_yhYOa~2C zQNaKv`JD+PB>*R_#F5;CP#?pLN*p;0aHFG6|F;6P$s{IFT3e(r z9VqdN{@g{1=o&Pt(okLh)Vq}LAH$sz2!$Fk(ggy2K0q|IWs1Elh_w_%aKB}ovh>zQ z#pXsaW3GXzY0*^*PWBoP;gIF3@p&iCR;s7QwN*OUnTM=~{=`P5eab?8O>wlPTQ({0 z?nK_hv`|&QVUyx)KUH*nlk!mqPGtp+mDRD9iXfNQVEdq1&}Q4mgkflcSR64mRM!2S z%Ax#t4Ja{zCBr1wt{Qs;PP6olLms^^;V8uH=EAAf`m> z=BhG&bDK~jRJw=xjy5vrDlZf)`RQ;gxgC1UXEIZ`rII zRb0Alv(hv3PKo|X?zP*NBzp-PXI(Hf>EAs?|BD9a{tI4?(iZf`-~v|TxB zsjl0Rs)(Brkb{zwcTtaRS1!M@VXiQn=z}umWYOpbm1KLn_DlWi+m*vz zb#sYBe*`plx22#%Fyf3an$K|DwjWrtfh3YgR?Wh6DJDokT6CyZ*%DRWs&5$rfKrZ^ zjL;QW_EM(;y;gL?aM5N}UAT9qMo7_^;42vBga1*8wfKs$fh=XmR*i=^RnEROgvo}V zZa?kKyakZ2{2EJiQu=f6Y) z8CS9M`d4=`?Q#o`nM-?)lBa6;+>nx??_ERRV_g$h~uhjMTU!r`Z(`<#b z^plq;$+bl~9~Q?U8r)!UJmq|c)tFY|{E)8|cw1`IxJRU2mb^wl zOQT>V!A+ya@lx7Hx@hvF|7f?eeNE0)nK?IycSsbz@ix<_S5r9ole0!D^ zl(KSuoAnkrfn!v?*)b{kd6bQ#t{SAvDAwXK6JTlOL*S5v zEt#rWPcnq!NHr$3Cc!d3s+mj>Du8L!2Dqdt5^i)U#)t8S8i2Bji%@5qY=Ghz5!ly& zX$27sXmXV=f=eJ1a_X1tQ?#9EK^u=|oU-ZpeM%2qA(1MvG3G`xX_G9~ra*hoPQFOAiF zI6%-KauC%~&WPm2ya{xvAnLPg|Kqj+bKAn4WsTZnwdR1$BYYy(&rgacm5MMv~b=MP6B_f!IYL)Y7-^S3cH7c1Ccn z==y%;&dm;a)K1dTz5SKfezXtJg2=1%K@q0A8RsV+r%I^I(<8iWToa=py#&4{l zf9HVGJ(EMDig=VKi9ic_NwSy+_PM@rK~N?>)u(ulI;eG{;X6L?!02l}1g-_cJ?J(cC8H-L?s{;qe&a!9R~POD2*B)& z-aM#WYR6Ry(%)#?`Q_cPIu5C@rN1t_E-?f>b*3r*o^$H=9aJoxHp67(*DAdM)TX%Z zT{wq!4t@-VihRXz=m1PYh8YSTEY$vx#hn5rRXY=L^@T%9_zH*=VIDtLhS`vRqG*03 zRxmW9!7j!bvNDB{p(04YgD=a^~jcbr*dB70M{;T^vY0I(qqL10 ztGM>8=&v4Ct~`iC3~hiF6fhQc|q9 z9K1~V_QA_GIR2pD`{|Bv=&8LO*XV!u#SL5ZukY=V@&Ve*WuO!qGOBx{(T)u z{qB7o2lO`^9h>#*c6RLfe0Rq+8*V7+KOO8iru)C#vGd!X?Cz*^C?A$@_3fYUxLE(^ zw>ETrd!V=DRHr_<2iv6fbXfGoA8hE<^*tTC{Odn>KDJn%&n@KA)!MOSrBZB$>&;@i z|Jwc!-cag4^DkXWri$tLtNJgkXLGe?rGmF}t?lE@GZc%Cf}c#`Z=Nu>#Sy7yK|E|p3psZ=V-5KL*RSv5&2RT&#P z{hEXXFh<5Zgc%wVz;1AW)`Em-B_V|2F@(G%gv3tLKmxA`?jOBgclw3*?Q=`94D?Ih zkGEEvwJ6U*0ODS=Yv(}RaS1bPG5O+(e%Lw*K*f4pNlalCQ5tm<>q-#Q+iE<3T3-`6c=(}yoCVOOnX<#gW(YpF^4;H6{o z-}JN3Zs#5KmJ1(w?nLS{GHCv^_vF0kYfI1PtFE(@@S@$8`8WRlbC2XtzESeG=Y419 zyzf|!R?M7y(c(+ny;??Z)LU9w{928^x7yG&quQ-$?gme_Pt*FUotl=G&n+zjntQa` zt7+bD9y>@&DWr4FPFlZVKyx~$^lHDR`PIy{QQfU+V>)Q{BrtVA^N;e>PP+K>LzV165L0kE^JIT8wt82zs>sV*C2W!b9L9NY5d-&8%w48@_QDa4mS1TB9`6Mhx95eUt zqQAGS7`nE6R79kJ|$Bs-w#pyu~Fss}W!3v#IM7OHp`=^1Y9lv&Z9q3Q-5&uvi$ zb`kB_i(N!|_|EyXnLE!|wzKaaX&pbafaY_>v$TY7bJ4$Vj4MqCwWM!2)>R$QQof<; zoQ}uV#vT|&%I5@?BtO|s2j?}2v^4*upYJ+NOZgHv?I_8&ip_LS@*Qs4)fiG1)Lm#5 zbL^4-S;d;Pab-=0r>0dXg!Cz8aLx(8nq1(89khFoeXsdsPHypOj<}lUatR3obCo&3 zu7|{?1~gZX0flHI4wHqM=?<#3lr;2;j0S9cI7pTJ&mOWZp6C&mFsT_XP3t2Saux^^om|)rn>0spP5(Fqj+!h^N$SL zV2SXqUfODDisH&G=^;2betXoXLu@9t; zCVh-Q^3#f%v_sZ+G&}It*#;|dYOMkkPEXWOl+9VKGRrBm+WTllxjCzKTxPYkHS%~L zZ7ff8R}X1>Ck=U*ci8y;KKiXC&DRBJJ-9s?pfjtYLnEM_7#f}w#g7dQVQgZkzt)GP z#`x)eT3wb`=AlGor26=-$07ee_0#Q(^4((ZT9q!&o-tZHn&D}jIXOTtS>{i4Lu!*w z(Ro7G^3KizAHIa5Wgt8Y4|aW=KYuA*WU1k8m(t^wDSr1-+O(j_CBjtz64DjIrFiWZ z>A;y=wjL?_wfvL61q&BD6jA7$@ z_fzBg8oz9(ONfQ^Nw55dmG30*Kyep`3)r# z@GTR~4=Okncb;;K379)i>M6lv%>$W5z?Kbu<=339alUVe2FgMKkza>^Lr4#E=`ihF zV)`LCacf}@OeUZuJ#jt7!C^|2=ek90Q%VpC$2k9TnA*?Fc2|2jJwgk4_Xs_J-Mu$L z_s>rVh*&#gdUamcsyaI$%X>%Z>gL)mS#uP6Hyq}sx=b4b6GP_5VPPn*k1NkED7(uV zc^(c?qb1C@hG=6)wohb}Qr6z2qFgh!CW4Im&XSAyM8b+31_d>3c2IoIpahqNX{ja7 zo5J+f#ei^(!}cMkHkTm}!Aw8j5Cq)U?4eSAKTHc?qaTH7BUw9nQ-m^&F@F)e5N29s zX16QVFR$87V+58N`_yLBif_@B(Kg9kDSL1XB9=MZfS(_SBK6rsA_PD23u_;9l%nMmKCy_X@`bcs#}zT^0#F8H zRE=$4AEVZVHA+%8Ww5oguJF4UC6*kTrDG}5_1ePSJz+-V*3%s}?P6nm?oP3j3 z)hVo!1PCrwYjV*TknxTdvA=+5%^eAd<0!L>=~2EYLA&8`BMGXe`W`;B4la`A2NMYW zQ6GQ!2g_3aRf23(wU;j(qs3dJeV@dRXg4Bnaf=N)wu=4x6Wl!pnsq)-Uq;LLA2!hE z`HnGKX^HW7$7pAHv`c&gK@GcdN4og6KUx;>iX=5tb3gxK4OR2$EY0JuC24bKwrHga z%#;A)9@&iAMKI?*2Mz}$*)tS6L8lS<6!jf|1F=Cu;Q?zAZ)Dm)8a6h#+NP14V?03TiIl|47mK)h0}sIz`+N zizxIdU5Iu9El5e54W*DOKi8&dJ6Zian5Nz9%sYyyKYE&re1F8UhRB)_8 zc;1sE+xh8$WGM=*59Dae;wI%vHba!@>6U$KNw}1)Kx_EtIkH!zeL@8B4@-s|Rxhub z0@y{kVTx)Oh0TDP^+S5*LbbY$4^EM-Bp(oYjHFnWftR120=}QgBi(o@2NdiokbO(u zCng?Nw402vE)gg!3WgeU2*tQ0Kw8=v;dGwrW>-U)KD%1;|EJY9^G^!2sA1}pIv7`p zvx*5x{mug%7Ek!9#E1yc7U9Vnte*SA5+nX2Ozly6;%CGyyXgN zur%=HSI}x?cvoIQ>nbKB?JY_yZ&-Wz=P{xnbA{GF*!G>fT(CVqrLp$?=3wwNQQy4o_eoxmcf=b ztrcO}r@6g$HNLCG(3+$A02T?w^!^l=UQO#uLqXAi(jLUL^J=;a`#W_tttpEJgkHON zQd$r37rqRQ#%HR&j4+BJS9}Esm*HE#La!hTj9)`;l8oUJgq+u}p#a4KeEVTq&z)bT zCP3Pkze=NsKp%XSevWMB`L9v+rTKlbvf61DTT#h$TsO6>&^3Ts&Da}L3@ZC|Pwtg~ zr;rxOwF*B`Lq@qm-9pS?ED#6y*Vj@d5|;F}RA-6u$@^*j(ppv3V>WV#Zjp2!(A(u4 z^IX%vQx{kJCGu78qHwvml*VFQ{CRLIm zs!H10$oE}OKZIDu4pU`C+%Iz6r_$lJwx(W@OVBcP>;{?wk^Bvi;~3w31HEQRa_k6- z0FeAT#Q4w=DlM_QWclDYfBy(=D6C_yuIZhm>YrTy#9l}MNP?zrL?q=erpFZ*tiRBaz$ zDMCGY6D&K{FJaNDG6;8=e{~bGfTn&fI|gIPuzrlJSJn(*$&OJ8{od9Vba@O(ZUu(Y z{gQI`p+|l_7MD zDI@Qa_K&&w7#Rirmt(Z8Jl{9xEnaSCT2|WBdsYw`?qzxvrgPEPkvr6j>9oO^pZhv# zlp2)6bWLeq=}}cm1CyM-4e05+nHH7-f+0{dr?3t1YY}|-(QUK>Da%7Q)7A^orgLf0 zz9iaUXb|;{=J>svsflcUt~^3E_J4!w*QMR2OJaX%y9eH?g{r18 z6nO2e=mt#el^CmRKM7W#;%;l(vD;|L!o(-P)bU5RB7dps;bpf`m8FiIw|$zVs*6IB zg^ad2LTa$o9=jd5k>Yi?(NHEN%`$}(B{&{p|fL>{Np=l%Rqudh< zjd8`DNMGvs;yY<~B_cDl7Y%|nv>zkE)>HsoMT63yiv+u~eDj^yxNYBA&#U1d+(|Y4 zb^C<-9wDF9Yt=({)FZ>{9m2lC=)6-pYR)ld%p(KUJHO;*DwY}1Va0H0Sd_1n709sX zF0!M_`_f(L1Ez`t__@2N0OZr|rtSEax|>#%VQYUzgQk6a^WC&^#kuc<_&(t!rZ*4q zt9Mf!Vc=))L3EFE(>&Uu~Z@&jcWs)De2k4dIx9_1h0b)KP?^ zgYskgUsCkpP;E9>tyGMyBFi>ck%K?oOWRAc!LtGx=jQup?R>i^vrC3{n?q9^zYjwv z<_w*j`R098Zh;@nh3h9I6Vxf2w#ArNs+WEr!sdDS52W4QO(~qbufbj9C{Lyh3z<(Z+!$p5R|SK+7&x0On9}#6X`<;5=>sEU}j!A)7r1=#YWnA7tbTOt9@i zx@eOLfbw3zOYGB_P=4PX?GX*C4);io5B~!#TYkk0(NlVZ zlNXHe{6MsSY(B3)1FT{$%524qn+dHI^4ab%Ak)y};HmR1; z)5JQSW>qZr%ime)MSVtdr}@!`(EQKv&mW?90GiJ{Ox7kK5-`P^6TLYcV!O`HKfgmY z&>EIp+pl>P1bK^}fSS)fOq=V>DD7=hrB;{NVbCfNft(Z0f|E4NME_YTeW{%zfIK(%v3~e15HvmDq3oP_id`HjH!5zz9;-6 zX6BlRh=0caJpb(5wB_P+Ua71`!T+#$AVRL&FbBvh-2R-v20~ zY@DxoRGlC^^eE};>gTYWR0-^qLIJ~tUKUj6s^}3I8{unJ=X3p6s zA8{%O@gM_|{_Z&6_!xRZ2w#uUMoZnyTaVFaEz6M9L+C2f4hVHQkU=Ocbo1e7={0_F zhMu2SBmE|=8-1GH-y>T^lREvFEgc*C&C(GKT62&p9Y^Psjybi2l#aHnJ_LiXXZ67_ z?|+=^rTLDtrDKZke4MUF7H56plcnROPoQ)h;{#97`jQ3{2;+R;6Lj_LQyu>tw9F{ar=FyppZ2AOYo3BOGraF9+5y*&ri{+s=VP4w1rw{b*k&TnP^o2UUitSYblEs_ z{j-#}ERD#qNTWkjhK~PvaqgYcp}!k`Z&^|Te--`J^RDkvZ3W63n8mD)qeDu^+u@pO zO#dfz3}eK2(Q&*(RGjP>Odb0^dIPx;2{fwyHl}83zE3Y&P#XNl52%qE2hCc)^Ep~u zUZqkAbzqj&t%H2%If^bo;f!Qdz08}Qp5i|~N0kez_Q?kXXg@M)1pyh}{zH6Ftq2D` zpoTU-jB^kl;EiAUAzk^!I@J|KCmyg=Gkdy~Rvu?Ita4_*cXC9iI*@0fuK|_0u@7ur z1-+pu^--0T{g5J#b>Lu5cb+eMo`%XZ!!n^>0*MjTllD(U07(esh=@GOd#$Tb03rz8&I)eE3D$_{wiB~A!-fR}mkr6>g5xY?^qNA$XF;7#? zRx@s*3}_ADW+s>(1$+7U9g)}jLZ++0p7*qRp)%+hc4JN_2y+-4uR+BTefdsF49Tjz$TVAJit&yQ>WS*)U zFrlYLM78EgY{HPEgnAu$wdppn@ewfvjF7O4e}2uaDUwOP=XE-~JnT~uMZJo2pS5r} zV8@S@*Cc*STYYiW>ryI(>)-$~tf$SUlA3AWo=|%k!g&&wm7xytKc{J8pI9Ku@BJ7x zRocZTU#G=uFiRqvOjQRqd)wqs)56`Z2peypTNdZ^8?<6_7Epy7Qv6(CH)Q$wbq4vDjvlqU>ylRz0aBQUMX z$h4{fe|$*5jc$eB8a z{c+XL^O=0a6=*cHPRWv+o6txA|3zn?RDv_HxJrk|!A?D(3{hle`&!a9YsSgznV%y6 zi}1Xk0TJtFY(JyAa5Y`o_mNYn(e9$j> zlUA13o0gAbSE()w{O@lfO>0n@jkm6740-&@*E+8I1=TH1nrXBdC$fg=NMXL>7t~l% z>@bJpyW**9ul^J>HC z-%!;&^Q`ck>kcI?xV?cR{~F%&TUxpH9A2wNgnml(N}QrxcYIi#wD-=r57DQX3A(0= zM=0=I=_eZ4$P_x0+85iL-x;&WJ z;A%_qHUC6`E#ZiXf=I@&ccq$OSTzR+MKv+Kh+ava_cpCs6#bOp_1y9{Z4RM#1PU?T zp$_?;s$j_}|{4t-F)BWQVJsZpb!-tDbI` z;=t;bC{g7ODh{k}seY?)-&Cz;#SK*ToHb%R_%7K%>*%{wxdXK=%55A|kI&h!q!xuv z5rfo^h-ffS;2lW7mQ%Azso@Xbr5%=W-u64xNKk-Go1E$Y9gSHoH!mm2G()R1Z$RR< z3QW7({8BtZE2zo}ha^x~m0pZ|`Qd5+Dclz^UG`)&I3)4RILvbk6pL_%!~bMi#=GC6 z3(z8Tzel?^KnUOwBtR-R%cB|g%+sKlBg`k>BiE`Lg-$A_;@T9-?#WK6QMz&YsW-z5 z-luzk{Exp+D=0e1<#qG`U-dufj}_TrS-_PVR1#~{`AmSeR@A79einKQqh{d}IcIGD x9OOlb0pAwnwRZc#Yow>Qo}C}i!IFs)Wq3Az;R76JCF8-?Cw~v^v-FAEAQvaH&`A#So^>^`~$1yw1c<5bn?N}1M3f7{XoaT zBM-O_Uj2nHa@97=7Y^?I+jR%ee$Y60;K5Y~uRL!FFLPSf9DMmf8=ap%c-3<|_!PJ0 zbiVK$%UW)9TedxR)kE7)I%)s;Xh89 z_pkP4GuiBD-pHiK;;|j6%t(AJKAJD=h-9}@SAA+60jqgz9o7P9&^&7U)@J(`x*t%jB`f-;^m+Q(b@lOEd4 zxt+AkGQ^kdqyuMUbj?V&rn{^GO&gH?!(6kA2CA@dMi%0~kk(|(?cYUrSyre0DIHU^ zX@6c%w}XZme@?d+bbR0qb#xYYze1;Qb~jyhGG=-Ck!xt_8oxH)X)a53=Jk}0qtcyN zmeaKq+cX+kQ|ydmTdZ(lLaD<#p=)lL5jQj!KdjNk+ZxL|WCGa10H4_a#wT?x6BtOe zVaIGBWcA_~|Ia$A;gn8~u1a>9r{=oyx-)1U)$(0f)1+%TZZ>FcwWB=VfbnVF8qpeM z+@)&`U2~^-XeF&`4w^f}yYu>#%t&;bGvd6fmAY3ayUQnFysq0C)3v-zsKXI+_qNit zmIHlSXKzajbd?8#Aua4v+DRMMK27Tf!CFRdfgFs^jQTVTv1^mMFsR|cHjEoBDU6py zlbWGc=Z%&=&65y`MKqs(!mti$T6c?Iv-Jo$_?YP(Y3vemR%Cml)&@waw=LljDfPCC zlzPK#`4MeB^r>aX+^g;6wQR}v%F>87**7xLZ4GNveNpSQj-RcKy*PBL&x>`F+|)t) z7uPBBLZuKN{sOJw-AADEw>!wa$k{5O>nZUnKkZrsy5v_q@AcD)8dt0E6w@6FpWfL} zdGH!Pom<<~ZvJW&CVPduB&ZqEd_Kjsi$C$xdP`}pvXh*a#dZC{@Q^#iwk@=t#{=Z3 zp6wNhnyU<-rVOFT4+ZGO%ISbiZxvz3^m@Lui>}_99uUAqwAq0X5C#R52BOvp1HXIR z-GFszpcnIJ`RpKF?wIJ4?MgZ%oCup@%7jM@fqga{wWbU$6Yfh2U)iweG&A?Vf^_3a zi(S2nD_iJLA8odz_{l!nzS-6*mNqEVC}jZ@zA=}{f66aofo49XpT4=M{L98S_tTK2 zk^gr;^_@HsYMtWeYG_?mrbiU)*@K;oCOyxk5Ut)b=@F_t%^rO9w%NMyr?nk2^ac`! z+S^>!DyzI$)gw~tgK_w@)+s|iHW-*GAI+^=i?UT)n~i@TqAgXq9&1!7y0Z#T36{*$WT%>iUZv9 zv1KWL@{Z*czGRTN+Swxpq}3_-1M30J2-xPVL-dMe>1>aH(HjNIVHLC9uKGTX{L!+G zx1C4+%7#Aiik)IME`5f-b{>7%;^KSGqbDs69zLJ8E{%1FO4N*)u8gV3H=j@YR>YMC zk|F}lWng>J%Z%Y>+XeJdRor7P^J!XKPk4Cig|yL<UEjvQdVm;^G`3L5H<9$ zWt5h3(_V5?!q3UQbP2`V`IEi0noP^u$Y(`pt7Vo$5!wc_4@789EdX%50LOJm${TPD zfD0|s%JvH=z>9{-ZE^ChVOn8n=I}7BUs~5Iv=?;=3tlDpM!sU0LfHT4Fs=P^(JyK< z*~#cxap_tBf`|hO4%jLV@y+mtC=FFkgheQw;u>Olk}r?a&KlE3J6m9*;{m`Uj8Kr& zi~Or7rK;=-<}*sUDbEZKj!=hXn!h_j&jA>tqjc{XIq@mBt_j^bt7~;#oe)Xw7+u!f z&@E?;LAQp-q`KP_01l6ugCj!7tUjZx9ex_&w_rH==omFxl3Wv`EjVjej8^*7eaF^j z`b0HqZIeV6tr<*)HN&4>Fe%q3*cuVZ*p;H^C6VPjWAu&cOt-8A*AP#e&rm9uVr`t7 zfX>o5ZJ|VvE5~Ui|6rVkc4R`r3>;Zd>ui-ZJ-*_geCjYE1&3(tQCvt7E3BRWCP+Z%j~)rCxH7Rg20na`9+rq-Nr$xXP7M%K1 zVF?-vV-tFsZ%@*>mIi(&Nmgp^H}Z`$QpX4>={d5_p%4I2?W&=X6A}3PYqngp1RgqLtZL;X%8?XQncp?X%*2Hh;XcyJ@^O7aBZcW_)>~bFBpa40s z3D#*n#o;^+!b=>^E0_Ofo?1o5s|$2t$w7r?U?F6 z<^`rzDx(a%K_4Gf;+pV_XXrP*N*#xabhc%Rzg2`Ut>b%(6e$0q*dU)i2{zn)3XrSn z!h#_akVw8D!la>GibJiI`8Q9}&MjH<9H)v{>YQl3N`l~NuxMDV$?(5Vl5Vz06zj?s~pCTIQxSsa-2FDmUKipWXB9`lfyPl(^5;CvolE2`lrdYZBiTt z>Jd35=1FubkM9viGalhNE4hX??M?9`)8wp9n$d7N1c{obIdwPxahe>9oMD+iT4XtE zxoc1uFBt-ufMG>ufZS?E4(_W$-T}))y@Z{cj67GCfbA6jZiecYmk&T#J$Ar&KmTc( z?Eha*IFq|eRNde>QQk8u3s&AgqsIn?M2CTd*9i0oVo(*N`8y>FltpHeUuT#ivl$|? zloDB5iEI)gJAEH{tH=8lg#JQ76Z^=q1n3Z-;!qCW>ooZG894I)wvUzrR{yjQS%WRi zJEv()H6#@?W+e?S%Wc+3gxLBOWUrX+Y!>HRCFnsMAd*%>AZ?iT|;mHXvU;^Bb_snPKGyLQMDy={UjR4Xi=PRokP!QK` zbN)*xck<$xO8NuML5_T6aV*KG*@(jkj)phg&%u?{Ye(J-elSTH(r`nz#1?_GvyiYfp4b-2SRuDP6ELkjlc<>aTSLCK|8a^MOIpPa##{O&8XfnU4=>4byn z8#IQ%6aNPN60yO!64BVn*(<4fovCBxeZzv`_Kc#*Y($jU{s2{f37>rvJ!M6{b`N}T zj(>M0)x$s3UPYT$G^nB#Y`6}`Q_TsxXEYgibQ`6dLW z^(@bRlg^^d0KfW8TFcLWlj^s*B}Ur<8P%hx3k;}Q+OIZ?!3mYh z%?7h5%a(nM-auCJ!MBk5yZQ8M0q7=`7er?G+-qrbWz&!_GAukhbsOidrCpW@K71`T zuB;zcl)8q6oCU!wd+0i9teWhX(J3?f+lJV75A6BE>*!0+?!9?{@BKkn0DSlvYnMOiBsPU@r&wQWaKKuBDjFgH29O0BgbAfh6A$mj_YYHjfXgJJzcc%c#(9A zK^GORs7Zy^csKv_dNQcEhwr!viIMdNT3-cKK%X|1W%!eRUbBlQ|C($(WOX}w|ob=nUo4Q(TbgBXJ!VF zkrJ-lndw%dRbEp04RpDbwfT}pPPtoC0QG$Hcj(sY+4coMR26(rqMd^`Q%!a5#G%Gs zHAL|~zW!#aL+9j2H-Dat*72#gP-UelC^^q)a}OQ*fV@0$3sr%QeYe2%6#150=)8@} zESiTPG^n;|s6+7Ijr19ila_?$pXF7z(qL6GD4)=Yg+?<*9e?#!>O(bh>(eMoCi!1( zrTz+AR2G;uaDlsSqixF|OvqMQS_q|tU@^m2Vg$rLaT}f6iQo-oB_cQ<{mXcywHU@Z ziHLON;*p+dDOwT{X(GfU=xl{FqY+I+$=noi?mfpmfs1$FPIg=49wD?>&dulz>PJsH zAk*9`BU5Ub^-34coAze-w%e(CS$af~J~1L&D;0&O_=Vfa1q=T3?R3tfVtE235TLX-q`eis=%z4gpZcEX*}G{+#qF@`o~YcEQxr+{W(#o#58_ zeL9=+!={KY{XR8=sb{~BDk0DR_PDdFjHC`6>yg;NTlXsKB~d2p(PG~*m>Q3;3&(D_t6HL z4e})q(TW!3kUT0R7--hXu}K4V4Dx$rm%?$5E1`S~MBoc!gJ&P4&3jCbCIjM=1XaeY zGTffD%G88g2WuY3=gk^oH06E?v-D=|TFN-6wMKUy`5OlwazvklzkhRstEW3y?*(jzR{$ zaXt5+$kNU4K16E~3I82`mW~gJK@Q3;1?7bNlWcn!z4|Hcf0#aiQ)@X)wnkVzrUexo zJRX6Yx9hWS2;i;gfeMlW%I<^Zp_nY*Rt+yEi%nP8Ehvd3M)>GqP~qf1AExcgkUq-{ zr~0F2jJmny5lXGJ4@#JHq($er3bUtmLtOi?gP(f@F2{`eihT6oBnZ_XdX(yGGb)0j z6A4F)K7bln;6a?+_b6@KSikU-${&=Y9Fahb=;lY_a_gg1vppmBJd+U`aFH~f(c6WF ze&wKo$H%gxkCI#iG(QUwy7T*jG%j%=jX>jYY zFdumgu`bIeKdw6V+aD)=WAg&~3M#9dQTA&1&}D+ge9e6I<8)RC#eMQd*72M7IbetN$VEpdsR)BX|V;VHUo{#TkGeu{pNU2gjU-TZkO$_gHSnp%!aQ>^^n({$!vP!k2AZAXUpzy*S3@sh&Cw1d*>%m{-X%$t$~66Mw*L_Aawm`fkk+n(MSPYc zm}XIq;q`pm4-u4{{B!*I3*!D0@YPo2eKE1qA4ELB+6IaPb>1l`-zMawbW z|LuyDTwgSLG-Vz5C#X67SsnU5u#&1zoz-FAqVZ;a^2g*{f?5RFnMXxBs!*{5tf)DI zC!hit#(Y6VvQt2j=^QTdzMs&hO8cn94OLGY4igh|&;EqwEbw8|&r>7WhRve=#ph{5 zRXl1Y$^d>rPel1o&r@P)VOV0Ws!hGy`Xs@5Owr{T@)^H)!k%3jS*)wJ2nEse^q9;8HQP(Y)8a03ab zJU8l4gQ^8K2yx=IfmGstC;##vC|Wf&A`9FST#N*AH~$OBgR-hOua-x0eAx@Mts-&U zr>9?_@12AMM_o*RQL)s(UwaYVh9ckhBCRQfXINEEkzewBGOpb`aRQiI8c;pC1 zf6}}d^iFW~OSFDveoP2aGlrzU*ijf$DPxfXFVQMN>`UZYmMt$*GElxK)WnBhBHuFf z7z4QcmrK~3t~yypfh%67J1fU~#M>wVr1Ts=^D@+(IR4uwFT+nYbM-5vSE6PIsj9}C z)NyO|3OP=8!8c25Vi_{ChhL$ZlMA?7P#^f$uTTs%UF)m#Va37*LY~k5DLsZ-2zjm|=9uEv zpVKhlb??t9bb0|Y5Eqt4QU|HQMyh^6wgZV_`PwD!U=-DybZc`;w&tr9Wjqb4JD)dZ zh6N95Zq&rnbW~PD90RmVK5)h(L>IiM9R)yUPt_*HwbsyD z&-?y6Z5{tF?eCi3-=!$Yt1f-aTRe_(+?mN~CJ9O9H5ytSa@v|zKv`I8Ga-iJKl+*F zmw5MEv}_0Vg$(lZjVI}1HS3KCa6$Dl2v1RZ;LxzgY)=uFSYLY!KCp4_zPIQM%ep$% z?NUK6Dk4$0KDco(?=#JWhkr?5Kef;=xQNt`n+{dI^g#o@{Rpk8YBm9n%Ty^E>$z}* zHms;q4={p_Wq3I8S4JE8fg|X@75JSaa8*hE!x6ME%T40skX7!D()^mPrV?DYf7q(IbUv!kdh+r~y6n!)|UwTy98zcPG zQF1NMk0_WF)Sr?nw{o5$pZpH(SRIQi2`lW3Cghm{ifiCIgNA?L9hHse-a(p(haloI z=ATT>y+dIn5LNHeSsUG>Vvywo%WT$VB~SVcer~?-U20iWP%j}uMZV)*>ZwCuP)UVU z`N|R5#0PjJJbAsb5vW}*FW@EdnrZEO$V~A-10arOdG~wdS!CV>M$}t{EvMkgg)xOo z<0s#vH5-njCoW+FSDKP3dPSZ7?1;JycP@C#FrZF~_#EX64_K|Vc#Y2E{WojBp`}&Q z&6k^cv28nQoak@plJ#|xA~hmE6ero>>&l8u8hrswYVfrcnBJ%Gc}d7xoF0-au&zWN zN$wGm4~xhr^s=)u6@^HGj{qwSvK5qjgDt}5Q2KLrY39e@r!#T;@b>$tO7RFt`py%2 zrX5N%(mGo66~CpG>*AnKd~311MFD>y5;NV%vhiCon(<-;S&SL6^SXNse0cD_0$RZv zNJ(W{)vva^UN3Kh+SM;#UeEBezoqrH>Z9op>Xgvyb-ckTA7Zp2-u{*b$UefKet_hs z$hi+_`?&?YfzvgcALPXhtULx z)!w(P{1SAW(#vs-fASIS+6?9a2~5Y(^gLN+05dOKCOk?0^2g*uiJbYERwIeI@?*Li zVcYS~w3^bx{G5~Shm75e#|T_Qsp_rN^pY< zJS4Jzgmv+dww@4Ziud+6^E3ZK`_G&mRcLaTWsFy~FbVYn)9(t3&Q%^VWS<-UM6L{* K`LW;AuKx>rETL%t diff --git a/dist/js/bootstrap.min.js b/dist/js/bootstrap.min.js index e6e6b4345..d250e1cdc 100644 --- a/dist/js/bootstrap.min.js +++ b/dist/js/bootstrap.min.js @@ -3,5 +3,5 @@ * Copyright 2011-2017 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -var bootstrap=function(t,e,n){"use strict";function i(t,e){for(var n=0;n0?n:null}catch(t){return null}},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(e){t(e).trigger(r.end)},supportsTransitionEnd:function(){return Boolean(r)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,n,i){for(var s in i)if(Object.prototype.hasOwnProperty.call(i,s)){var r=i[s],o=n[s],l=o&&a.isElement(o)?"element":e(o);if(!new RegExp(r).test(l))throw new Error(t.toUpperCase()+': Option "'+s+'" provided type "'+l+'" but expected type "'+r+'".')}}};return r=i(),t.fn.emulateTransitionEnd=s,a.supportsTransitionEnd()&&(t.event.special[a.TRANSITION_END]=n()),a}(e),r=function(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t},o=function(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e},a=function(t){var e="alert",n=t.fn[e],i={CLOSE:"close.bs.alert",CLOSED:"closed.bs.alert",CLICK_DATA_API:"click.bs.alert.data-api"},o={ALERT:"alert",FADE:"fade",SHOW:"show"},a=function(){function e(t){this._element=t}var n=e.prototype;return n.close=function(t){t=t||this._element;var e=this._getRootElement(t);this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},n.dispose=function(){t.removeData(this._element,"bs.alert"),this._element=null},n._getRootElement=function(e){var n=s.getSelectorFromElement(e),i=!1;return n&&(i=t(n)[0]),i||(i=t(e).closest("."+o.ALERT)[0]),i},n._triggerCloseEvent=function(e){var n=t.Event(i.CLOSE);return t(e).trigger(n),n},n._removeElement=function(e){var n=this;t(e).removeClass(o.SHOW),s.supportsTransitionEnd()&&t(e).hasClass(o.FADE)?t(e).one(s.TRANSITION_END,function(t){return n._destroyElement(e,t)}).emulateTransitionEnd(150):this._destroyElement(e)},n._destroyElement=function(e){t(e).detach().trigger(i.CLOSED).remove()},e._jQueryInterface=function(n){return this.each(function(){var i=t(this),s=i.data("bs.alert");s||(s=new e(this),i.data("bs.alert",s)),"close"===n&&s[n](this)})},e._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},r(e,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}}]),e}();return t(document).on(i.CLICK_DATA_API,{DISMISS:'[data-dismiss="alert"]'}.DISMISS,a._handleDismiss(new a)),t.fn[e]=a._jQueryInterface,t.fn[e].Constructor=a,t.fn[e].noConflict=function(){return t.fn[e]=n,a._jQueryInterface},a}(e),l=function(t){var e="button",n=t.fn[e],i={ACTIVE:"active",BUTTON:"btn",FOCUS:"focus"},s={DATA_TOGGLE_CARROT:'[data-toggle^="button"]',DATA_TOGGLE:'[data-toggle="buttons"]',INPUT:"input",ACTIVE:".active",BUTTON:".btn"},o={CLICK_DATA_API:"click.bs.button.data-api",FOCUS_BLUR_DATA_API:"focus.bs.button.data-api blur.bs.button.data-api"},a=function(){function e(t){this._element=t}var n=e.prototype;return n.toggle=function(){var e=!0,n=!0,r=t(this._element).closest(s.DATA_TOGGLE)[0];if(r){var o=t(this._element).find(s.INPUT)[0];if(o){if("radio"===o.type)if(o.checked&&t(this._element).hasClass(i.ACTIVE))e=!1;else{var a=t(r).find(s.ACTIVE)[0];a&&t(a).removeClass(i.ACTIVE)}if(e){if(o.hasAttribute("disabled")||r.hasAttribute("disabled")||o.classList.contains("disabled")||r.classList.contains("disabled"))return;o.checked=!t(this._element).hasClass(i.ACTIVE),t(o).trigger("change")}o.focus(),n=!1}}n&&this._element.setAttribute("aria-pressed",!t(this._element).hasClass(i.ACTIVE)),e&&t(this._element).toggleClass(i.ACTIVE)},n.dispose=function(){t.removeData(this._element,"bs.button"),this._element=null},e._jQueryInterface=function(n){return this.each(function(){var i=t(this).data("bs.button");i||(i=new e(this),t(this).data("bs.button",i)),"toggle"===n&&i[n]()})},r(e,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}}]),e}();return t(document).on(o.CLICK_DATA_API,s.DATA_TOGGLE_CARROT,function(e){e.preventDefault();var n=e.target;t(n).hasClass(i.BUTTON)||(n=t(n).closest(s.BUTTON)),a._jQueryInterface.call(t(n),"toggle")}).on(o.FOCUS_BLUR_DATA_API,s.DATA_TOGGLE_CARROT,function(e){var n=t(e.target).closest(s.BUTTON)[0];t(n).toggleClass(i.FOCUS,/^focus(in)?$/.test(e.type))}),t.fn[e]=a._jQueryInterface,t.fn[e].Constructor=a,t.fn[e].noConflict=function(){return t.fn[e]=n,a._jQueryInterface},a}(e),h=function(t){var e="carousel",n="bs.carousel",i="."+n,o=t.fn[e],a={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0},l={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean"},h={NEXT:"next",PREV:"prev",LEFT:"left",RIGHT:"right"},c={SLIDE:"slide"+i,SLID:"slid"+i,KEYDOWN:"keydown"+i,MOUSEENTER:"mouseenter"+i,MOUSELEAVE:"mouseleave"+i,TOUCHEND:"touchend"+i,LOAD_DATA_API:"load.bs.carousel.data-api",CLICK_DATA_API:"click.bs.carousel.data-api"},u={CAROUSEL:"carousel",ACTIVE:"active",SLIDE:"slide",RIGHT:"carousel-item-right",LEFT:"carousel-item-left",NEXT:"carousel-item-next",PREV:"carousel-item-prev",ITEM:"carousel-item"},d={ACTIVE:".active",ACTIVE_ITEM:".active.carousel-item",ITEM:".carousel-item",NEXT_PREV:".carousel-item-next, .carousel-item-prev",INDICATORS:".carousel-indicators",DATA_SLIDE:"[data-slide], [data-slide-to]",DATA_RIDE:'[data-ride="carousel"]'},f=function(){function o(e,n){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this._config=this._getConfig(n),this._element=t(e)[0],this._indicatorsElement=t(this._element).find(d.INDICATORS)[0],this._addEventListeners()}var f=o.prototype;return f.next=function(){this._isSliding||this._slide(h.NEXT)},f.nextWhenVisible=function(){!document.hidden&&t(this._element).is(":visible")&&"hidden"!==t(this._element).css("visibility")&&this.next()},f.prev=function(){this._isSliding||this._slide(h.PREV)},f.pause=function(e){e||(this._isPaused=!0),t(this._element).find(d.NEXT_PREV)[0]&&s.supportsTransitionEnd()&&(s.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},f.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))},f.to=function(e){var n=this;this._activeElement=t(this._element).find(d.ACTIVE_ITEM)[0];var i=this._getItemIndex(this._activeElement);if(!(e>this._items.length-1||e<0))if(this._isSliding)t(this._element).one(c.SLID,function(){return n.to(e)});else{if(i===e)return this.pause(),void this.cycle();var s=e>i?h.NEXT:h.PREV;this._slide(s,this._items[e])}},f.dispose=function(){t(this._element).off(i),t.removeData(this._element,n),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},f._getConfig=function(n){return n=t.extend({},a,n),s.typeCheckConfig(e,n,l),n},f._addEventListeners=function(){var e=this;this._config.keyboard&&t(this._element).on(c.KEYDOWN,function(t){return e._keydown(t)}),"hover"===this._config.pause&&(t(this._element).on(c.MOUSEENTER,function(t){return e.pause(t)}).on(c.MOUSELEAVE,function(t){return e.cycle(t)}),"ontouchstart"in document.documentElement&&t(this._element).on(c.TOUCHEND,function(){e.pause(),e.touchTimeout&&clearTimeout(e.touchTimeout),e.touchTimeout=setTimeout(function(t){return e.cycle(t)},500+e._config.interval)}))},f._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();break;default:return}},f._getItemIndex=function(e){return this._items=t.makeArray(t(e).parent().find(d.ITEM)),this._items.indexOf(e)},f._getItemByDirection=function(t,e){var n=t===h.NEXT,i=t===h.PREV,s=this._getItemIndex(e),r=this._items.length-1;if((i&&0===s||n&&s===r)&&!this._config.wrap)return e;var o=(s+(t===h.PREV?-1:1))%this._items.length;return-1===o?this._items[this._items.length-1]:this._items[o]},f._triggerSlideEvent=function(e,n){var i=this._getItemIndex(e),s=this._getItemIndex(t(this._element).find(d.ACTIVE_ITEM)[0]),r=t.Event(c.SLIDE,{relatedTarget:e,direction:n,from:s,to:i});return t(this._element).trigger(r),r},f._setActiveIndicatorElement=function(e){if(this._indicatorsElement){t(this._indicatorsElement).find(d.ACTIVE).removeClass(u.ACTIVE);var n=this._indicatorsElement.children[this._getItemIndex(e)];n&&t(n).addClass(u.ACTIVE)}},f._slide=function(e,n){var i,r,o,a=this,l=t(this._element).find(d.ACTIVE_ITEM)[0],f=this._getItemIndex(l),_=n||l&&this._getItemByDirection(e,l),g=this._getItemIndex(_),m=Boolean(this._interval);if(e===h.NEXT?(i=u.LEFT,r=u.NEXT,o=h.LEFT):(i=u.RIGHT,r=u.PREV,o=h.RIGHT),_&&t(_).hasClass(u.ACTIVE))this._isSliding=!1;else if(!this._triggerSlideEvent(_,o).isDefaultPrevented()&&l&&_){this._isSliding=!0,m&&this.pause(),this._setActiveIndicatorElement(_);var p=t.Event(c.SLID,{relatedTarget:_,direction:o,from:f,to:g});s.supportsTransitionEnd()&&t(this._element).hasClass(u.SLIDE)?(t(_).addClass(r),s.reflow(_),t(l).addClass(i),t(_).addClass(i),t(l).one(s.TRANSITION_END,function(){t(_).removeClass(i+" "+r).addClass(u.ACTIVE),t(l).removeClass(u.ACTIVE+" "+r+" "+i),a._isSliding=!1,setTimeout(function(){return t(a._element).trigger(p)},0)}).emulateTransitionEnd(600)):(t(l).removeClass(u.ACTIVE),t(_).addClass(u.ACTIVE),this._isSliding=!1,t(this._element).trigger(p)),m&&this.cycle()}},o._jQueryInterface=function(e){return this.each(function(){var i=t(this).data(n),s=t.extend({},a,t(this).data());"object"==typeof e&&t.extend(s,e);var r="string"==typeof e?e:s.slide;if(i||(i=new o(this,s),t(this).data(n,i)),"number"==typeof e)i.to(e);else if("string"==typeof r){if("undefined"==typeof i[r])throw new Error('No method named "'+r+'"');i[r]()}else s.interval&&(i.pause(),i.cycle())})},o._dataApiClickHandler=function(e){var i=s.getSelectorFromElement(this);if(i){var r=t(i)[0];if(r&&t(r).hasClass(u.CAROUSEL)){var a=t.extend({},t(r).data(),t(this).data()),l=this.getAttribute("data-slide-to");l&&(a.interval=!1),o._jQueryInterface.call(t(r),a),l&&t(r).data(n).to(l),e.preventDefault()}}},r(o,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}},{key:"Default",get:function(){return a}}]),o}();return t(document).on(c.CLICK_DATA_API,d.DATA_SLIDE,f._dataApiClickHandler),t(window).on(c.LOAD_DATA_API,function(){t(d.DATA_RIDE).each(function(){var e=t(this);f._jQueryInterface.call(e,e.data())})}),t.fn[e]=f._jQueryInterface,t.fn[e].Constructor=f,t.fn[e].noConflict=function(){return t.fn[e]=o,f._jQueryInterface},f}(e),c=function(t){var e="collapse",n="bs.collapse",i=t.fn[e],o={toggle:!0,parent:""},a={toggle:"boolean",parent:"(string|element)"},l={SHOW:"show.bs.collapse",SHOWN:"shown.bs.collapse",HIDE:"hide.bs.collapse",HIDDEN:"hidden.bs.collapse",CLICK_DATA_API:"click.bs.collapse.data-api"},h={SHOW:"show",COLLAPSE:"collapse",COLLAPSING:"collapsing",COLLAPSED:"collapsed"},c={WIDTH:"width",HEIGHT:"height"},u={ACTIVES:".show, .collapsing",DATA_TOGGLE:'[data-toggle="collapse"]'},d=function(){function i(e,n){this._isTransitioning=!1,this._element=e,this._config=this._getConfig(n),this._triggerArray=t.makeArray(t('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'));for(var i=t(u.DATA_TOGGLE),r=0;r0&&this._triggerArray.push(o)}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var d=i.prototype;return d.toggle=function(){t(this._element).hasClass(h.SHOW)?this.hide():this.show()},d.show=function(){var e=this;if(!this._isTransitioning&&!t(this._element).hasClass(h.SHOW)){var r,o;if(this._parent&&((r=t.makeArray(t(this._parent).children().children(u.ACTIVES))).length||(r=null)),!(r&&(o=t(r).data(n))&&o._isTransitioning)){var a=t.Event(l.SHOW);if(t(this._element).trigger(a),!a.isDefaultPrevented()){r&&(i._jQueryInterface.call(t(r),"hide"),o||t(r).data(n,null));var c=this._getDimension();t(this._element).removeClass(h.COLLAPSE).addClass(h.COLLAPSING),this._element.style[c]=0,this._triggerArray.length&&t(this._triggerArray).removeClass(h.COLLAPSED).attr("aria-expanded",!0),this.setTransitioning(!0);var d=function(){t(e._element).removeClass(h.COLLAPSING).addClass(h.COLLAPSE).addClass(h.SHOW),e._element.style[c]="",e.setTransitioning(!1),t(e._element).trigger(l.SHOWN)};if(s.supportsTransitionEnd()){var f="scroll"+(c[0].toUpperCase()+c.slice(1));t(this._element).one(s.TRANSITION_END,d).emulateTransitionEnd(600),this._element.style[c]=this._element[f]+"px"}else d()}}}},d.hide=function(){var e=this;if(!this._isTransitioning&&t(this._element).hasClass(h.SHOW)){var n=t.Event(l.HIDE);if(t(this._element).trigger(n),!n.isDefaultPrevented()){var i=this._getDimension();if(this._element.style[i]=this._element.getBoundingClientRect()[i]+"px",s.reflow(this._element),t(this._element).addClass(h.COLLAPSING).removeClass(h.COLLAPSE).removeClass(h.SHOW),this._triggerArray.length)for(var r=0;r0},g._getPopperConfig=function(){var e=this,n={};"function"==typeof this._config.offset?n.fn=function(n){return n.offsets=t.extend({},n.offsets,e._config.offset(n.offsets)||{}),n}:n.offset=this._config.offset;var i={placement:this._getPlacement(),modifiers:{offset:n,flip:{enabled:this._config.flip}}};return this._inNavbar&&(i.modifiers.applyStyle={enabled:!this._inNavbar}),i},a._jQueryInterface=function(e){return this.each(function(){var n=t(this).data(i);if(n||(n=new a(this,"object"==typeof e?e:null),t(this).data(i,n)),"string"==typeof e){if("undefined"==typeof n[e])throw new Error('No method named "'+e+'"');n[e]()}})},a._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var n=t.makeArray(t(u.DATA_TOGGLE)),s=0;s0&&r--,40===e.which&&rdocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},u._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},u._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"},u={SHOW:"show",OUT:"out"},d={HIDE:"hide"+i,HIDDEN:"hidden"+i,SHOW:"show"+i,SHOWN:"shown"+i,INSERTED:"inserted"+i,CLICK:"click"+i,FOCUSIN:"focusin"+i,FOCUSOUT:"focusout"+i,MOUSEENTER:"mouseenter"+i,MOUSELEAVE:"mouseleave"+i},f={FADE:"fade",SHOW:"show"},_={TOOLTIP:".tooltip",TOOLTIP_INNER:".tooltip-inner",ARROW:".arrow"},g={HOVER:"hover",FOCUS:"focus",CLICK:"click",MANUAL:"manual"},m=function(){function o(t,e){if("undefined"==typeof n)throw new Error("Bootstrap 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 m=o.prototype;return m.enable=function(){this._isEnabled=!0},m.disable=function(){this._isEnabled=!1},m.toggleEnabled=function(){this._isEnabled=!this._isEnabled},m.toggle=function(e){if(this._isEnabled)if(e){var n=this.constructor.DATA_KEY,i=t(e.currentTarget).data(n);i||(i=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,i)),i._activeTrigger.click=!i._activeTrigger.click,i._isWithActiveTrigger()?i._enter(null,i):i._leave(null,i)}else{if(t(this.getTipElement()).hasClass(f.SHOW))return void this._leave(null,this);this._enter(null,this)}},m.dispose=function(){clearTimeout(this._timeout),t.removeData(this.element,this.constructor.DATA_KEY),t(this.element).off(this.constructor.EVENT_KEY),t(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&t(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,null!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},m.show=function(){var e=this;if("none"===t(this.element).css("display"))throw new Error("Please use show on visible elements");var i=t.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){t(this.element).trigger(i);var r=t.contains(this.element.ownerDocument.documentElement,this.element);if(i.isDefaultPrevented()||!r)return;var a=this.getTipElement(),l=s.getUID(this.constructor.NAME);a.setAttribute("id",l),this.element.setAttribute("aria-describedby",l),this.setContent(),this.config.animation&&t(a).addClass(f.FADE);var h="function"==typeof this.config.placement?this.config.placement.call(this,a,this.element):this.config.placement,c=this._getAttachment(h);this.addAttachmentClass(c);var d=!1===this.config.container?document.body:t(this.config.container);t(a).data(this.constructor.DATA_KEY,this),t.contains(this.element.ownerDocument.documentElement,this.tip)||t(a).appendTo(d),t(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new n(this.element,a,{placement:c,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:_.ARROW}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){e._handlePopperPlacementChange(t)}}),t(a).addClass(f.SHOW),"ontouchstart"in document.documentElement&&t("body").children().on("mouseover",null,t.noop);var g=function(){e.config.animation&&e._fixTransition();var n=e._hoverState;e._hoverState=null,t(e.element).trigger(e.constructor.Event.SHOWN),n===u.OUT&&e._leave(null,e)};s.supportsTransitionEnd()&&t(this.tip).hasClass(f.FADE)?t(this.tip).one(s.TRANSITION_END,g).emulateTransitionEnd(o._TRANSITION_DURATION):g()}},m.hide=function(e){var n=this,i=this.getTipElement(),r=t.Event(this.constructor.Event.HIDE),o=function(){n._hoverState!==u.SHOW&&i.parentNode&&i.parentNode.removeChild(i),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),t(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),e&&e()};t(this.element).trigger(r),r.isDefaultPrevented()||(t(i).removeClass(f.SHOW),"ontouchstart"in document.documentElement&&t("body").children().off("mouseover",null,t.noop),this._activeTrigger[g.CLICK]=!1,this._activeTrigger[g.FOCUS]=!1,this._activeTrigger[g.HOVER]=!1,s.supportsTransitionEnd()&&t(this.tip).hasClass(f.FADE)?t(i).one(s.TRANSITION_END,o).emulateTransitionEnd(150):o(),this._hoverState="")},m.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},m.isWithContent=function(){return Boolean(this.getTitle())},m.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-tooltip-"+e)},m.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},m.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(_.TOOLTIP_INNER),this.getTitle()),e.removeClass(f.FADE+" "+f.SHOW)},m.setElementContent=function(e,n){var i=this.config.html;"object"==typeof n&&(n.nodeType||n.jquery)?i?t(n).parent().is(e)||e.empty().append(n):e.text(t(n).text()):e[i?"html":"text"](n)},m.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},m._getAttachment=function(t){return h[t.toUpperCase()]},m._setListeners=function(){var e=this;this.config.trigger.split(" ").forEach(function(n){if("click"===n)t(e.element).on(e.constructor.Event.CLICK,e.config.selector,function(t){return e.toggle(t)});else if(n!==g.MANUAL){var i=n===g.HOVER?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,s=n===g.HOVER?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;t(e.element).on(i,e.config.selector,function(t){return e._enter(t)}).on(s,e.config.selector,function(t){return e._leave(t)})}t(e.element).closest(".modal").on("hide.bs.modal",function(){return e.hide()})}),this.config.selector?this.config=t.extend({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},m._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",""))},m._enter=function(e,n){var i=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(i))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),e&&(n._activeTrigger["focusin"===e.type?g.FOCUS:g.HOVER]=!0),t(n.getTipElement()).hasClass(f.SHOW)||n._hoverState===u.SHOW?n._hoverState=u.SHOW:(clearTimeout(n._timeout),n._hoverState=u.SHOW,n.config.delay&&n.config.delay.show?n._timeout=setTimeout(function(){n._hoverState===u.SHOW&&n.show()},n.config.delay.show):n.show())},m._leave=function(e,n){var i=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(i))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),e&&(n._activeTrigger["focusout"===e.type?g.FOCUS:g.HOVER]=!1),n._isWithActiveTrigger()||(clearTimeout(n._timeout),n._hoverState=u.OUT,n.config.delay&&n.config.delay.hide?n._timeout=setTimeout(function(){n._hoverState===u.OUT&&n.hide()},n.config.delay.hide):n.hide())},m._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},m._getConfig=function(n){return"number"==typeof(n=t.extend({},this.constructor.Default,t(this.element).data(),n)).delay&&(n.delay={show:n.delay,hide:n.delay}),"number"==typeof n.title&&(n.title=n.title.toString()),"number"==typeof n.content&&(n.content=n.content.toString()),s.typeCheckConfig(e,n,this.constructor.DefaultType),n},m._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},m._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(a);null!==n&&n.length>0&&e.removeClass(n.join(""))},m._handlePopperPlacementChange=function(t){this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},m._fixTransition=function(){var e=this.getTipElement(),n=this.config.animation;null===e.getAttribute("x-placement")&&(t(e).removeClass(f.FADE),this.config.animation=!1,this.hide(),this.show(),this.config.animation=n)},o._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.tooltip"),i="object"==typeof e&&e;if((n||!/dispose|hide/.test(e))&&(n||(n=new o(this,i),t(this).data("bs.tooltip",n)),"string"==typeof e)){if("undefined"==typeof n[e])throw new Error('No method named "'+e+'"');n[e]()}})},r(o,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}},{key:"Default",get:function(){return c}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return d}},{key:"EVENT_KEY",get:function(){return i}},{key:"DefaultType",get:function(){return l}}]),o}();return t.fn[e]=m._jQueryInterface,t.fn[e].Constructor=m,t.fn[e].noConflict=function(){return t.fn[e]=o,m._jQueryInterface},m}(e),_=function(t){var e="popover",n=".bs.popover",i=t.fn[e],s=new RegExp("(^|\\s)bs-popover\\S+","g"),a=t.extend({},f.Default,{placement:"right",trigger:"click",content:"",template:''}),l=t.extend({},f.DefaultType,{content:"(string|element|function)"}),h={FADE:"fade",SHOW:"show"},c={TITLE:".popover-header",CONTENT:".popover-body"},u={HIDE:"hide"+n,HIDDEN:"hidden"+n,SHOW:"show"+n,SHOWN:"shown"+n,INSERTED:"inserted"+n,CLICK:"click"+n,FOCUSIN:"focusin"+n,FOCUSOUT:"focusout"+n,MOUSEENTER:"mouseenter"+n,MOUSELEAVE:"mouseleave"+n},d=function(i){function d(){return i.apply(this,arguments)||this}o(d,i);var f=d.prototype;return f.isWithContent=function(){return this.getTitle()||this._getContent()},f.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-popover-"+e)},f.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},f.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(c.TITLE),this.getTitle()),this.setElementContent(e.find(c.CONTENT),this._getContent()),e.removeClass(h.FADE+" "+h.SHOW)},f._getContent=function(){return this.element.getAttribute("data-content")||("function"==typeof this.config.content?this.config.content.call(this.element):this.config.content)},f._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(s);null!==n&&n.length>0&&e.removeClass(n.join(""))},d._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.popover"),i="object"==typeof e?e:null;if((n||!/destroy|hide/.test(e))&&(n||(n=new d(this,i),t(this).data("bs.popover",n)),"string"==typeof e)){if("undefined"==typeof n[e])throw new Error('No method named "'+e+'"');n[e]()}})},r(d,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}},{key:"Default",get:function(){return a}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return u}},{key:"EVENT_KEY",get:function(){return n}},{key:"DefaultType",get:function(){return l}}]),d}(f);return t.fn[e]=d._jQueryInterface,t.fn[e].Constructor=d,t.fn[e].noConflict=function(){return t.fn[e]=i,d._jQueryInterface},d}(e),g=function(t){var e="scrollspy",n=t.fn[e],i={offset:10,method:"auto",target:""},o={offset:"number",method:"string",target:"(string|element)"},a={ACTIVATE:"activate.bs.scrollspy",SCROLL:"scroll.bs.scrollspy",LOAD_DATA_API:"load.bs.scrollspy.data-api"},l={DROPDOWN_ITEM:"dropdown-item",DROPDOWN_MENU:"dropdown-menu",ACTIVE:"active"},h={DATA_SPY:'[data-spy="scroll"]',ACTIVE:".active",NAV_LIST_GROUP:".nav, .list-group",NAV_LINKS:".nav-link",NAV_ITEMS:".nav-item",LIST_ITEMS:".list-group-item",DROPDOWN:".dropdown",DROPDOWN_ITEMS:".dropdown-item",DROPDOWN_TOGGLE:".dropdown-toggle"},c={OFFSET:"offset",POSITION:"position"},u=function(){function n(e,n){var i=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(n),this._selector=this._config.target+" "+h.NAV_LINKS+","+this._config.target+" "+h.LIST_ITEMS+","+this._config.target+" "+h.DROPDOWN_ITEMS,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,t(this._scrollElement).on(a.SCROLL,function(t){return i._process(t)}),this.refresh(),this._process()}var u=n.prototype;return u.refresh=function(){var e=this,n=this._scrollElement!==this._scrollElement.window?c.POSITION:c.OFFSET,i="auto"===this._config.method?n:this._config.method,r=i===c.POSITION?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),t.makeArray(t(this._selector)).map(function(e){var n,o=s.getSelectorFromElement(e);if(o&&(n=t(o)[0]),n){var a=n.getBoundingClientRect();if(a.width||a.height)return[t(n)[i]().top+r,o]}return null}).filter(function(t){return t}).sort(function(t,e){return t[0]-e[0]}).forEach(function(t){e._offsets.push(t[0]),e._targets.push(t[1])})},u.dispose=function(){t.removeData(this._element,"bs.scrollspy"),t(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},u._getConfig=function(n){if("string"!=typeof(n=t.extend({},i,n)).target){var r=t(n.target).attr("id");r||(r=s.getUID(e),t(n.target).attr("id",r)),n.target="#"+r}return s.typeCheckConfig(e,n,o),n},u._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},u._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},u._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},u._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 s=this._offsets.length;s--;)this._activeTarget!==this._targets[s]&&t>=this._offsets[s]&&("undefined"==typeof this._offsets[s+1]||t li > .active",DATA_TOGGLE:'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',DROPDOWN_TOGGLE:".dropdown-toggle",DROPDOWN_ACTIVE_CHILD:"> .dropdown-menu .active"},a=function(){function e(t){this._element=t}var a=e.prototype;return a.show=function(){var e=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&t(this._element).hasClass(i.ACTIVE)||t(this._element).hasClass(i.DISABLED))){var r,a,l=t(this._element).closest(o.NAV_LIST_GROUP)[0],h=s.getSelectorFromElement(this._element);if(l){var c="UL"===l.nodeName?o.ACTIVE_UL:o.ACTIVE;a=t.makeArray(t(l).find(c)),a=a[a.length-1]}var u=t.Event(n.HIDE,{relatedTarget:this._element}),d=t.Event(n.SHOW,{relatedTarget:a});if(a&&t(a).trigger(u),t(this._element).trigger(d),!d.isDefaultPrevented()&&!u.isDefaultPrevented()){h&&(r=t(h)[0]),this._activate(this._element,l);var f=function(){var i=t.Event(n.HIDDEN,{relatedTarget:e._element}),s=t.Event(n.SHOWN,{relatedTarget:a});t(a).trigger(i),t(e._element).trigger(s)};r?this._activate(r,r.parentNode,f):f()}}},a.dispose=function(){t.removeData(this._element,"bs.tab"),this._element=null},a._activate=function(e,n,r){var a,l=this,h=(a="UL"===n.nodeName?t(n).find(o.ACTIVE_UL):t(n).children(o.ACTIVE))[0],c=r&&s.supportsTransitionEnd()&&h&&t(h).hasClass(i.FADE),u=function(){return l._transitionComplete(e,h,c,r)};h&&c?t(h).one(s.TRANSITION_END,u).emulateTransitionEnd(150):u(),h&&t(h).removeClass(i.SHOW)},a._transitionComplete=function(e,n,r,a){if(n){t(n).removeClass(i.ACTIVE);var l=t(n.parentNode).find(o.DROPDOWN_ACTIVE_CHILD)[0];l&&t(l).removeClass(i.ACTIVE),"tab"===n.getAttribute("role")&&n.setAttribute("aria-selected",!1)}if(t(e).addClass(i.ACTIVE),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),r?(s.reflow(e),t(e).addClass(i.SHOW)):t(e).removeClass(i.FADE),e.parentNode&&t(e.parentNode).hasClass(i.DROPDOWN_MENU)){var h=t(e).closest(o.DROPDOWN)[0];h&&t(h).find(o.DROPDOWN_TOGGLE).addClass(i.ACTIVE),e.setAttribute("aria-expanded",!0)}a&&a()},e._jQueryInterface=function(n){return this.each(function(){var i=t(this),s=i.data("bs.tab");if(s||(s=new e(this),i.data("bs.tab",s)),"string"==typeof n){if("undefined"==typeof s[n])throw new Error('No method named "'+n+'"');s[n]()}})},r(e,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}}]),e}();return t(document).on(n.CLICK_DATA_API,o.DATA_TOGGLE,function(e){e.preventDefault(),a._jQueryInterface.call(t(this),"show")}),t.fn.tab=a._jQueryInterface,t.fn.tab.Constructor=a,t.fn.tab.noConflict=function(){return t.fn.tab=e,a._jQueryInterface},a}(e);return function(t){if("undefined"==typeof t)throw new Error("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1===e[0]&&9===e[1]&&e[2]<1||e[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}(e),t.Util=s,t.Alert=a,t.Button=l,t.Carousel=h,t.Collapse=c,t.Dropdown=u,t.Modal=d,t.Popover=_,t.Scrollspy=g,t.Tab=m,t.Tooltip=f,t}({},jQuery,Popper); +var bootstrap=function(t,e,n){"use strict";function i(t,e){for(var n=0;n0?n:null}catch(t){return null}},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(e){t(e).trigger(r.end)},supportsTransitionEnd:function(){return Boolean(r)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,n,i){for(var s in i)if(Object.prototype.hasOwnProperty.call(i,s)){var r=i[s],o=n[s],l=o&&a.isElement(o)?"element":e(o);if(!new RegExp(r).test(l))throw new Error(t.toUpperCase()+': Option "'+s+'" provided type "'+l+'" but expected type "'+r+'".')}}};return r=i(),t.fn.emulateTransitionEnd=s,a.supportsTransitionEnd()&&(t.event.special[a.TRANSITION_END]=n()),a}(e),r=function(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t},o=function(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e},a=function(t){var e="alert",n=t.fn[e],i={CLOSE:"close.bs.alert",CLOSED:"closed.bs.alert",CLICK_DATA_API:"click.bs.alert.data-api"},o={ALERT:"alert",FADE:"fade",SHOW:"show"},a=function(){function e(t){this._element=t}var n=e.prototype;return n.close=function(t){t=t||this._element;var e=this._getRootElement(t);this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},n.dispose=function(){t.removeData(this._element,"bs.alert"),this._element=null},n._getRootElement=function(e){var n=s.getSelectorFromElement(e),i=!1;return n&&(i=t(n)[0]),i||(i=t(e).closest("."+o.ALERT)[0]),i},n._triggerCloseEvent=function(e){var n=t.Event(i.CLOSE);return t(e).trigger(n),n},n._removeElement=function(e){var n=this;t(e).removeClass(o.SHOW),s.supportsTransitionEnd()&&t(e).hasClass(o.FADE)?t(e).one(s.TRANSITION_END,function(t){return n._destroyElement(e,t)}).emulateTransitionEnd(150):this._destroyElement(e)},n._destroyElement=function(e){t(e).detach().trigger(i.CLOSED).remove()},e._jQueryInterface=function(n){return this.each(function(){var i=t(this),s=i.data("bs.alert");s||(s=new e(this),i.data("bs.alert",s)),"close"===n&&s[n](this)})},e._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},r(e,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}}]),e}();return t(document).on(i.CLICK_DATA_API,{DISMISS:'[data-dismiss="alert"]'}.DISMISS,a._handleDismiss(new a)),t.fn[e]=a._jQueryInterface,t.fn[e].Constructor=a,t.fn[e].noConflict=function(){return t.fn[e]=n,a._jQueryInterface},a}(e),l=function(t){var e="button",n=t.fn[e],i={ACTIVE:"active",BUTTON:"btn",FOCUS:"focus"},s={DATA_TOGGLE_CARROT:'[data-toggle^="button"]',DATA_TOGGLE:'[data-toggle="buttons"]',INPUT:"input",ACTIVE:".active",BUTTON:".btn"},o={CLICK_DATA_API:"click.bs.button.data-api",FOCUS_BLUR_DATA_API:"focus.bs.button.data-api blur.bs.button.data-api"},a=function(){function e(t){this._element=t}var n=e.prototype;return n.toggle=function(){var e=!0,n=!0,r=t(this._element).closest(s.DATA_TOGGLE)[0];if(r){var o=t(this._element).find(s.INPUT)[0];if(o){if("radio"===o.type)if(o.checked&&t(this._element).hasClass(i.ACTIVE))e=!1;else{var a=t(r).find(s.ACTIVE)[0];a&&t(a).removeClass(i.ACTIVE)}if(e){if(o.hasAttribute("disabled")||r.hasAttribute("disabled")||o.classList.contains("disabled")||r.classList.contains("disabled"))return;o.checked=!t(this._element).hasClass(i.ACTIVE),t(o).trigger("change")}o.focus(),n=!1}}n&&this._element.setAttribute("aria-pressed",!t(this._element).hasClass(i.ACTIVE)),e&&t(this._element).toggleClass(i.ACTIVE)},n.dispose=function(){t.removeData(this._element,"bs.button"),this._element=null},e._jQueryInterface=function(n){return this.each(function(){var i=t(this).data("bs.button");i||(i=new e(this),t(this).data("bs.button",i)),"toggle"===n&&i[n]()})},r(e,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}}]),e}();return t(document).on(o.CLICK_DATA_API,s.DATA_TOGGLE_CARROT,function(e){e.preventDefault();var n=e.target;t(n).hasClass(i.BUTTON)||(n=t(n).closest(s.BUTTON)),a._jQueryInterface.call(t(n),"toggle")}).on(o.FOCUS_BLUR_DATA_API,s.DATA_TOGGLE_CARROT,function(e){var n=t(e.target).closest(s.BUTTON)[0];t(n).toggleClass(i.FOCUS,/^focus(in)?$/.test(e.type))}),t.fn[e]=a._jQueryInterface,t.fn[e].Constructor=a,t.fn[e].noConflict=function(){return t.fn[e]=n,a._jQueryInterface},a}(e),h=function(t){var e="carousel",n="bs.carousel",i="."+n,o=t.fn[e],a={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0},l={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean"},h={NEXT:"next",PREV:"prev",LEFT:"left",RIGHT:"right"},c={SLIDE:"slide"+i,SLID:"slid"+i,KEYDOWN:"keydown"+i,MOUSEENTER:"mouseenter"+i,MOUSELEAVE:"mouseleave"+i,TOUCHEND:"touchend"+i,LOAD_DATA_API:"load.bs.carousel.data-api",CLICK_DATA_API:"click.bs.carousel.data-api"},u={CAROUSEL:"carousel",ACTIVE:"active",SLIDE:"slide",RIGHT:"carousel-item-right",LEFT:"carousel-item-left",NEXT:"carousel-item-next",PREV:"carousel-item-prev",ITEM:"carousel-item"},d={ACTIVE:".active",ACTIVE_ITEM:".active.carousel-item",ITEM:".carousel-item",NEXT_PREV:".carousel-item-next, .carousel-item-prev",INDICATORS:".carousel-indicators",DATA_SLIDE:"[data-slide], [data-slide-to]",DATA_RIDE:'[data-ride="carousel"]'},f=function(){function o(e,n){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this._config=this._getConfig(n),this._element=t(e)[0],this._indicatorsElement=t(this._element).find(d.INDICATORS)[0],this._addEventListeners()}var f=o.prototype;return f.next=function(){this._isSliding||this._slide(h.NEXT)},f.nextWhenVisible=function(){!document.hidden&&t(this._element).is(":visible")&&"hidden"!==t(this._element).css("visibility")&&this.next()},f.prev=function(){this._isSliding||this._slide(h.PREV)},f.pause=function(e){e||(this._isPaused=!0),t(this._element).find(d.NEXT_PREV)[0]&&s.supportsTransitionEnd()&&(s.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},f.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))},f.to=function(e){var n=this;this._activeElement=t(this._element).find(d.ACTIVE_ITEM)[0];var i=this._getItemIndex(this._activeElement);if(!(e>this._items.length-1||e<0))if(this._isSliding)t(this._element).one(c.SLID,function(){return n.to(e)});else{if(i===e)return this.pause(),void this.cycle();var s=e>i?h.NEXT:h.PREV;this._slide(s,this._items[e])}},f.dispose=function(){t(this._element).off(i),t.removeData(this._element,n),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},f._getConfig=function(n){return n=t.extend({},a,n),s.typeCheckConfig(e,n,l),n},f._addEventListeners=function(){var e=this;this._config.keyboard&&t(this._element).on(c.KEYDOWN,function(t){return e._keydown(t)}),"hover"===this._config.pause&&(t(this._element).on(c.MOUSEENTER,function(t){return e.pause(t)}).on(c.MOUSELEAVE,function(t){return e.cycle(t)}),"ontouchstart"in document.documentElement&&t(this._element).on(c.TOUCHEND,function(){e.pause(),e.touchTimeout&&clearTimeout(e.touchTimeout),e.touchTimeout=setTimeout(function(t){return e.cycle(t)},500+e._config.interval)}))},f._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();break;default:return}},f._getItemIndex=function(e){return this._items=t.makeArray(t(e).parent().find(d.ITEM)),this._items.indexOf(e)},f._getItemByDirection=function(t,e){var n=t===h.NEXT,i=t===h.PREV,s=this._getItemIndex(e),r=this._items.length-1;if((i&&0===s||n&&s===r)&&!this._config.wrap)return e;var o=(s+(t===h.PREV?-1:1))%this._items.length;return-1===o?this._items[this._items.length-1]:this._items[o]},f._triggerSlideEvent=function(e,n){var i=this._getItemIndex(e),s=this._getItemIndex(t(this._element).find(d.ACTIVE_ITEM)[0]),r=t.Event(c.SLIDE,{relatedTarget:e,direction:n,from:s,to:i});return t(this._element).trigger(r),r},f._setActiveIndicatorElement=function(e){if(this._indicatorsElement){t(this._indicatorsElement).find(d.ACTIVE).removeClass(u.ACTIVE);var n=this._indicatorsElement.children[this._getItemIndex(e)];n&&t(n).addClass(u.ACTIVE)}},f._slide=function(e,n){var i,r,o,a=this,l=t(this._element).find(d.ACTIVE_ITEM)[0],f=this._getItemIndex(l),_=n||l&&this._getItemByDirection(e,l),g=this._getItemIndex(_),m=Boolean(this._interval);if(e===h.NEXT?(i=u.LEFT,r=u.NEXT,o=h.LEFT):(i=u.RIGHT,r=u.PREV,o=h.RIGHT),_&&t(_).hasClass(u.ACTIVE))this._isSliding=!1;else if(!this._triggerSlideEvent(_,o).isDefaultPrevented()&&l&&_){this._isSliding=!0,m&&this.pause(),this._setActiveIndicatorElement(_);var p=t.Event(c.SLID,{relatedTarget:_,direction:o,from:f,to:g});s.supportsTransitionEnd()&&t(this._element).hasClass(u.SLIDE)?(t(_).addClass(r),s.reflow(_),t(l).addClass(i),t(_).addClass(i),t(l).one(s.TRANSITION_END,function(){t(_).removeClass(i+" "+r).addClass(u.ACTIVE),t(l).removeClass(u.ACTIVE+" "+r+" "+i),a._isSliding=!1,setTimeout(function(){return t(a._element).trigger(p)},0)}).emulateTransitionEnd(600)):(t(l).removeClass(u.ACTIVE),t(_).addClass(u.ACTIVE),this._isSliding=!1,t(this._element).trigger(p)),m&&this.cycle()}},o._jQueryInterface=function(e){return this.each(function(){var i=t(this).data(n),s=t.extend({},a,t(this).data());"object"==typeof e&&t.extend(s,e);var r="string"==typeof e?e:s.slide;if(i||(i=new o(this,s),t(this).data(n,i)),"number"==typeof e)i.to(e);else if("string"==typeof r){if("undefined"==typeof i[r])throw new Error('No method named "'+r+'"');i[r]()}else s.interval&&(i.pause(),i.cycle())})},o._dataApiClickHandler=function(e){var i=s.getSelectorFromElement(this);if(i){var r=t(i)[0];if(r&&t(r).hasClass(u.CAROUSEL)){var a=t.extend({},t(r).data(),t(this).data()),l=this.getAttribute("data-slide-to");l&&(a.interval=!1),o._jQueryInterface.call(t(r),a),l&&t(r).data(n).to(l),e.preventDefault()}}},r(o,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}},{key:"Default",get:function(){return a}}]),o}();return t(document).on(c.CLICK_DATA_API,d.DATA_SLIDE,f._dataApiClickHandler),t(window).on(c.LOAD_DATA_API,function(){t(d.DATA_RIDE).each(function(){var e=t(this);f._jQueryInterface.call(e,e.data())})}),t.fn[e]=f._jQueryInterface,t.fn[e].Constructor=f,t.fn[e].noConflict=function(){return t.fn[e]=o,f._jQueryInterface},f}(e),c=function(t){var e="collapse",n="bs.collapse",i=t.fn[e],o={toggle:!0,parent:""},a={toggle:"boolean",parent:"(string|element)"},l={SHOW:"show.bs.collapse",SHOWN:"shown.bs.collapse",HIDE:"hide.bs.collapse",HIDDEN:"hidden.bs.collapse",CLICK_DATA_API:"click.bs.collapse.data-api"},h={SHOW:"show",COLLAPSE:"collapse",COLLAPSING:"collapsing",COLLAPSED:"collapsed"},c={WIDTH:"width",HEIGHT:"height"},u={ACTIVES:".show, .collapsing",DATA_TOGGLE:'[data-toggle="collapse"]'},d=function(){function i(e,n){this._isTransitioning=!1,this._element=e,this._config=this._getConfig(n),this._triggerArray=t.makeArray(t('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'));for(var i=t(u.DATA_TOGGLE),r=0;r0&&this._triggerArray.push(o)}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var d=i.prototype;return d.toggle=function(){t(this._element).hasClass(h.SHOW)?this.hide():this.show()},d.show=function(){var e=this;if(!this._isTransitioning&&!t(this._element).hasClass(h.SHOW)){var r,o;if(this._parent&&((r=t.makeArray(t(this._parent).children().children(u.ACTIVES))).length||(r=null)),!(r&&(o=t(r).data(n))&&o._isTransitioning)){var a=t.Event(l.SHOW);if(t(this._element).trigger(a),!a.isDefaultPrevented()){r&&(i._jQueryInterface.call(t(r),"hide"),o||t(r).data(n,null));var c=this._getDimension();t(this._element).removeClass(h.COLLAPSE).addClass(h.COLLAPSING),this._element.style[c]=0,this._triggerArray.length&&t(this._triggerArray).removeClass(h.COLLAPSED).attr("aria-expanded",!0),this.setTransitioning(!0);var d=function(){t(e._element).removeClass(h.COLLAPSING).addClass(h.COLLAPSE).addClass(h.SHOW),e._element.style[c]="",e.setTransitioning(!1),t(e._element).trigger(l.SHOWN)};if(s.supportsTransitionEnd()){var f="scroll"+(c[0].toUpperCase()+c.slice(1));t(this._element).one(s.TRANSITION_END,d).emulateTransitionEnd(600),this._element.style[c]=this._element[f]+"px"}else d()}}}},d.hide=function(){var e=this;if(!this._isTransitioning&&t(this._element).hasClass(h.SHOW)){var n=t.Event(l.HIDE);if(t(this._element).trigger(n),!n.isDefaultPrevented()){var i=this._getDimension();if(this._element.style[i]=this._element.getBoundingClientRect()[i]+"px",s.reflow(this._element),t(this._element).addClass(h.COLLAPSING).removeClass(h.COLLAPSE).removeClass(h.SHOW),this._triggerArray.length)for(var r=0;r0},g._getPopperConfig=function(){var e=this,n={};return"function"==typeof this._config.offset?n.fn=function(n){return n.offsets=t.extend({},n.offsets,e._config.offset(n.offsets)||{}),n}:n.offset=this._config.offset,{placement:this._getPlacement(),modifiers:{offset:n,flip:{enabled:this._config.flip}}}},a._jQueryInterface=function(e){return this.each(function(){var n=t(this).data(i);if(n||(n=new a(this,"object"==typeof e?e:null),t(this).data(i,n)),"string"==typeof e){if("undefined"==typeof n[e])throw new Error('No method named "'+e+'"');n[e]()}})},a._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var n=t.makeArray(t(u.DATA_TOGGLE)),s=0;s0&&r--,40===e.which&&rdocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},u._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},u._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"},u={SHOW:"show",OUT:"out"},d={HIDE:"hide"+i,HIDDEN:"hidden"+i,SHOW:"show"+i,SHOWN:"shown"+i,INSERTED:"inserted"+i,CLICK:"click"+i,FOCUSIN:"focusin"+i,FOCUSOUT:"focusout"+i,MOUSEENTER:"mouseenter"+i,MOUSELEAVE:"mouseleave"+i},f={FADE:"fade",SHOW:"show"},_={TOOLTIP:".tooltip",TOOLTIP_INNER:".tooltip-inner",ARROW:".arrow"},g={HOVER:"hover",FOCUS:"focus",CLICK:"click",MANUAL:"manual"},m=function(){function o(t,e){if("undefined"==typeof n)throw new Error("Bootstrap 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 m=o.prototype;return m.enable=function(){this._isEnabled=!0},m.disable=function(){this._isEnabled=!1},m.toggleEnabled=function(){this._isEnabled=!this._isEnabled},m.toggle=function(e){if(this._isEnabled)if(e){var n=this.constructor.DATA_KEY,i=t(e.currentTarget).data(n);i||(i=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,i)),i._activeTrigger.click=!i._activeTrigger.click,i._isWithActiveTrigger()?i._enter(null,i):i._leave(null,i)}else{if(t(this.getTipElement()).hasClass(f.SHOW))return void this._leave(null,this);this._enter(null,this)}},m.dispose=function(){clearTimeout(this._timeout),t.removeData(this.element,this.constructor.DATA_KEY),t(this.element).off(this.constructor.EVENT_KEY),t(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&t(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,null!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},m.show=function(){var e=this;if("none"===t(this.element).css("display"))throw new Error("Please use show on visible elements");var i=t.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){t(this.element).trigger(i);var r=t.contains(this.element.ownerDocument.documentElement,this.element);if(i.isDefaultPrevented()||!r)return;var a=this.getTipElement(),l=s.getUID(this.constructor.NAME);a.setAttribute("id",l),this.element.setAttribute("aria-describedby",l),this.setContent(),this.config.animation&&t(a).addClass(f.FADE);var h="function"==typeof this.config.placement?this.config.placement.call(this,a,this.element):this.config.placement,c=this._getAttachment(h);this.addAttachmentClass(c);var d=!1===this.config.container?document.body:t(this.config.container);t(a).data(this.constructor.DATA_KEY,this),t.contains(this.element.ownerDocument.documentElement,this.tip)||t(a).appendTo(d),t(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new n(this.element,a,{placement:c,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:_.ARROW}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){e._handlePopperPlacementChange(t)}}),t(a).addClass(f.SHOW),"ontouchstart"in document.documentElement&&t("body").children().on("mouseover",null,t.noop);var g=function(){e.config.animation&&e._fixTransition();var n=e._hoverState;e._hoverState=null,t(e.element).trigger(e.constructor.Event.SHOWN),n===u.OUT&&e._leave(null,e)};s.supportsTransitionEnd()&&t(this.tip).hasClass(f.FADE)?t(this.tip).one(s.TRANSITION_END,g).emulateTransitionEnd(o._TRANSITION_DURATION):g()}},m.hide=function(e){var n=this,i=this.getTipElement(),r=t.Event(this.constructor.Event.HIDE),o=function(){n._hoverState!==u.SHOW&&i.parentNode&&i.parentNode.removeChild(i),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),t(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),e&&e()};t(this.element).trigger(r),r.isDefaultPrevented()||(t(i).removeClass(f.SHOW),"ontouchstart"in document.documentElement&&t("body").children().off("mouseover",null,t.noop),this._activeTrigger[g.CLICK]=!1,this._activeTrigger[g.FOCUS]=!1,this._activeTrigger[g.HOVER]=!1,s.supportsTransitionEnd()&&t(this.tip).hasClass(f.FADE)?t(i).one(s.TRANSITION_END,o).emulateTransitionEnd(150):o(),this._hoverState="")},m.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},m.isWithContent=function(){return Boolean(this.getTitle())},m.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-tooltip-"+e)},m.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},m.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(_.TOOLTIP_INNER),this.getTitle()),e.removeClass(f.FADE+" "+f.SHOW)},m.setElementContent=function(e,n){var i=this.config.html;"object"==typeof n&&(n.nodeType||n.jquery)?i?t(n).parent().is(e)||e.empty().append(n):e.text(t(n).text()):e[i?"html":"text"](n)},m.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},m._getAttachment=function(t){return h[t.toUpperCase()]},m._setListeners=function(){var e=this;this.config.trigger.split(" ").forEach(function(n){if("click"===n)t(e.element).on(e.constructor.Event.CLICK,e.config.selector,function(t){return e.toggle(t)});else if(n!==g.MANUAL){var i=n===g.HOVER?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,s=n===g.HOVER?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;t(e.element).on(i,e.config.selector,function(t){return e._enter(t)}).on(s,e.config.selector,function(t){return e._leave(t)})}t(e.element).closest(".modal").on("hide.bs.modal",function(){return e.hide()})}),this.config.selector?this.config=t.extend({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},m._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",""))},m._enter=function(e,n){var i=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(i))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),e&&(n._activeTrigger["focusin"===e.type?g.FOCUS:g.HOVER]=!0),t(n.getTipElement()).hasClass(f.SHOW)||n._hoverState===u.SHOW?n._hoverState=u.SHOW:(clearTimeout(n._timeout),n._hoverState=u.SHOW,n.config.delay&&n.config.delay.show?n._timeout=setTimeout(function(){n._hoverState===u.SHOW&&n.show()},n.config.delay.show):n.show())},m._leave=function(e,n){var i=this.constructor.DATA_KEY;(n=n||t(e.currentTarget).data(i))||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),e&&(n._activeTrigger["focusout"===e.type?g.FOCUS:g.HOVER]=!1),n._isWithActiveTrigger()||(clearTimeout(n._timeout),n._hoverState=u.OUT,n.config.delay&&n.config.delay.hide?n._timeout=setTimeout(function(){n._hoverState===u.OUT&&n.hide()},n.config.delay.hide):n.hide())},m._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},m._getConfig=function(n){return"number"==typeof(n=t.extend({},this.constructor.Default,t(this.element).data(),n)).delay&&(n.delay={show:n.delay,hide:n.delay}),"number"==typeof n.title&&(n.title=n.title.toString()),"number"==typeof n.content&&(n.content=n.content.toString()),s.typeCheckConfig(e,n,this.constructor.DefaultType),n},m._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},m._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(a);null!==n&&n.length>0&&e.removeClass(n.join(""))},m._handlePopperPlacementChange=function(t){this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},m._fixTransition=function(){var e=this.getTipElement(),n=this.config.animation;null===e.getAttribute("x-placement")&&(t(e).removeClass(f.FADE),this.config.animation=!1,this.hide(),this.show(),this.config.animation=n)},o._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.tooltip"),i="object"==typeof e&&e;if((n||!/dispose|hide/.test(e))&&(n||(n=new o(this,i),t(this).data("bs.tooltip",n)),"string"==typeof e)){if("undefined"==typeof n[e])throw new Error('No method named "'+e+'"');n[e]()}})},r(o,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}},{key:"Default",get:function(){return c}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return d}},{key:"EVENT_KEY",get:function(){return i}},{key:"DefaultType",get:function(){return l}}]),o}();return t.fn[e]=m._jQueryInterface,t.fn[e].Constructor=m,t.fn[e].noConflict=function(){return t.fn[e]=o,m._jQueryInterface},m}(e),_=function(t){var e="popover",n=".bs.popover",i=t.fn[e],s=new RegExp("(^|\\s)bs-popover\\S+","g"),a=t.extend({},f.Default,{placement:"right",trigger:"click",content:"",template:''}),l=t.extend({},f.DefaultType,{content:"(string|element|function)"}),h={FADE:"fade",SHOW:"show"},c={TITLE:".popover-header",CONTENT:".popover-body"},u={HIDE:"hide"+n,HIDDEN:"hidden"+n,SHOW:"show"+n,SHOWN:"shown"+n,INSERTED:"inserted"+n,CLICK:"click"+n,FOCUSIN:"focusin"+n,FOCUSOUT:"focusout"+n,MOUSEENTER:"mouseenter"+n,MOUSELEAVE:"mouseleave"+n},d=function(i){function d(){return i.apply(this,arguments)||this}o(d,i);var f=d.prototype;return f.isWithContent=function(){return this.getTitle()||this._getContent()},f.addAttachmentClass=function(e){t(this.getTipElement()).addClass("bs-popover-"+e)},f.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0],this.tip},f.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(c.TITLE),this.getTitle()),this.setElementContent(e.find(c.CONTENT),this._getContent()),e.removeClass(h.FADE+" "+h.SHOW)},f._getContent=function(){return this.element.getAttribute("data-content")||("function"==typeof this.config.content?this.config.content.call(this.element):this.config.content)},f._cleanTipClass=function(){var e=t(this.getTipElement()),n=e.attr("class").match(s);null!==n&&n.length>0&&e.removeClass(n.join(""))},d._jQueryInterface=function(e){return this.each(function(){var n=t(this).data("bs.popover"),i="object"==typeof e?e:null;if((n||!/destroy|hide/.test(e))&&(n||(n=new d(this,i),t(this).data("bs.popover",n)),"string"==typeof e)){if("undefined"==typeof n[e])throw new Error('No method named "'+e+'"');n[e]()}})},r(d,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}},{key:"Default",get:function(){return a}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return u}},{key:"EVENT_KEY",get:function(){return n}},{key:"DefaultType",get:function(){return l}}]),d}(f);return t.fn[e]=d._jQueryInterface,t.fn[e].Constructor=d,t.fn[e].noConflict=function(){return t.fn[e]=i,d._jQueryInterface},d}(e),g=function(t){var e="scrollspy",n=t.fn[e],i={offset:10,method:"auto",target:""},o={offset:"number",method:"string",target:"(string|element)"},a={ACTIVATE:"activate.bs.scrollspy",SCROLL:"scroll.bs.scrollspy",LOAD_DATA_API:"load.bs.scrollspy.data-api"},l={DROPDOWN_ITEM:"dropdown-item",DROPDOWN_MENU:"dropdown-menu",ACTIVE:"active"},h={DATA_SPY:'[data-spy="scroll"]',ACTIVE:".active",NAV_LIST_GROUP:".nav, .list-group",NAV_LINKS:".nav-link",NAV_ITEMS:".nav-item",LIST_ITEMS:".list-group-item",DROPDOWN:".dropdown",DROPDOWN_ITEMS:".dropdown-item",DROPDOWN_TOGGLE:".dropdown-toggle"},c={OFFSET:"offset",POSITION:"position"},u=function(){function n(e,n){var i=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(n),this._selector=this._config.target+" "+h.NAV_LINKS+","+this._config.target+" "+h.LIST_ITEMS+","+this._config.target+" "+h.DROPDOWN_ITEMS,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,t(this._scrollElement).on(a.SCROLL,function(t){return i._process(t)}),this.refresh(),this._process()}var u=n.prototype;return u.refresh=function(){var e=this,n=this._scrollElement!==this._scrollElement.window?c.POSITION:c.OFFSET,i="auto"===this._config.method?n:this._config.method,r=i===c.POSITION?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),t.makeArray(t(this._selector)).map(function(e){var n,o=s.getSelectorFromElement(e);if(o&&(n=t(o)[0]),n){var a=n.getBoundingClientRect();if(a.width||a.height)return[t(n)[i]().top+r,o]}return null}).filter(function(t){return t}).sort(function(t,e){return t[0]-e[0]}).forEach(function(t){e._offsets.push(t[0]),e._targets.push(t[1])})},u.dispose=function(){t.removeData(this._element,"bs.scrollspy"),t(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},u._getConfig=function(n){if("string"!=typeof(n=t.extend({},i,n)).target){var r=t(n.target).attr("id");r||(r=s.getUID(e),t(n.target).attr("id",r)),n.target="#"+r}return s.typeCheckConfig(e,n,o),n},u._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},u._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},u._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},u._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 s=this._offsets.length;s--;)this._activeTarget!==this._targets[s]&&t>=this._offsets[s]&&("undefined"==typeof this._offsets[s+1]||t li > .active",DATA_TOGGLE:'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',DROPDOWN_TOGGLE:".dropdown-toggle",DROPDOWN_ACTIVE_CHILD:"> .dropdown-menu .active"},a=function(){function e(t){this._element=t}var a=e.prototype;return a.show=function(){var e=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&t(this._element).hasClass(i.ACTIVE)||t(this._element).hasClass(i.DISABLED))){var r,a,l=t(this._element).closest(o.NAV_LIST_GROUP)[0],h=s.getSelectorFromElement(this._element);if(l){var c="UL"===l.nodeName?o.ACTIVE_UL:o.ACTIVE;a=t.makeArray(t(l).find(c)),a=a[a.length-1]}var u=t.Event(n.HIDE,{relatedTarget:this._element}),d=t.Event(n.SHOW,{relatedTarget:a});if(a&&t(a).trigger(u),t(this._element).trigger(d),!d.isDefaultPrevented()&&!u.isDefaultPrevented()){h&&(r=t(h)[0]),this._activate(this._element,l);var f=function(){var i=t.Event(n.HIDDEN,{relatedTarget:e._element}),s=t.Event(n.SHOWN,{relatedTarget:a});t(a).trigger(i),t(e._element).trigger(s)};r?this._activate(r,r.parentNode,f):f()}}},a.dispose=function(){t.removeData(this._element,"bs.tab"),this._element=null},a._activate=function(e,n,r){var a,l=this,h=(a="UL"===n.nodeName?t(n).find(o.ACTIVE_UL):t(n).children(o.ACTIVE))[0],c=r&&s.supportsTransitionEnd()&&h&&t(h).hasClass(i.FADE),u=function(){return l._transitionComplete(e,h,c,r)};h&&c?t(h).one(s.TRANSITION_END,u).emulateTransitionEnd(150):u(),h&&t(h).removeClass(i.SHOW)},a._transitionComplete=function(e,n,r,a){if(n){t(n).removeClass(i.ACTIVE);var l=t(n.parentNode).find(o.DROPDOWN_ACTIVE_CHILD)[0];l&&t(l).removeClass(i.ACTIVE),"tab"===n.getAttribute("role")&&n.setAttribute("aria-selected",!1)}if(t(e).addClass(i.ACTIVE),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),r?(s.reflow(e),t(e).addClass(i.SHOW)):t(e).removeClass(i.FADE),e.parentNode&&t(e.parentNode).hasClass(i.DROPDOWN_MENU)){var h=t(e).closest(o.DROPDOWN)[0];h&&t(h).find(o.DROPDOWN_TOGGLE).addClass(i.ACTIVE),e.setAttribute("aria-expanded",!0)}a&&a()},e._jQueryInterface=function(n){return this.each(function(){var i=t(this),s=i.data("bs.tab");if(s||(s=new e(this),i.data("bs.tab",s)),"string"==typeof n){if("undefined"==typeof s[n])throw new Error('No method named "'+n+'"');s[n]()}})},r(e,null,[{key:"VERSION",get:function(){return"4.0.0-beta.2"}}]),e}();return t(document).on(n.CLICK_DATA_API,o.DATA_TOGGLE,function(e){e.preventDefault(),a._jQueryInterface.call(t(this),"show")}),t.fn.tab=a._jQueryInterface,t.fn.tab.Constructor=a,t.fn.tab.noConflict=function(){return t.fn.tab=e,a._jQueryInterface},a}(e);return function(t){if("undefined"==typeof t)throw new Error("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1===e[0]&&9===e[1]&&e[2]<1||e[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}(e),t.Util=s,t.Alert=a,t.Button=l,t.Carousel=h,t.Collapse=c,t.Dropdown=u,t.Modal=d,t.Popover=_,t.Scrollspy=g,t.Tab=m,t.Tooltip=f,t}({},jQuery,Popper); //# sourceMappingURL=bootstrap.min.js.map \ No newline at end of file diff --git a/dist/js/bootstrap.min.js.map b/dist/js/bootstrap.min.js.map index 22d583f5dfb521bc370a1433df2a098b1c27a19b..bf2687a563dfb20b53969274210e646f4a4a0d45 100644 GIT binary patch delta 11758 zcmcIqdvK#ybsud*B5#^(0@+Qn-t04*$4ZGT$&xJ|A@_dL%CanLWxbURSy`6#e#^Ej zNW6K6KogQ%YLY;*K!6DllCXueKod%VrZer3OxvL?r5$L28R+Am7TPH@^moqv>|N(I zW!ml^D}VR9_nvdl<98nS`_?~>eB&QRp51oQIg9m5`}Fk}Ez5mlQiK!bfITckxD&G{ zg-F{&A{?~0q!5{ydTwr~C7}Lz?xk(9`ss(_=US}pa7WtnVq86uSg;p`aa7o2Ld0s4 z9_H$jo|5*s2sLFx+M}XBgZU*XmXsqYE_Be-iWH?tRdz#ati4-(BspeXj$k;BIWH&g zvkqqQP!y}`MC#U&a+Dt`(bGRp`79T-kKwTvQJ-6t5JgS(bNjFE&w)Tl^yd7-pgkZ&WSn*kPtc&>uuaievYSx#&+k@$nY-Lt zI!YrkxB7YR$eK;^L-{Bs8_WI*zbnapf`$Vf{)zEh2ra~_s2JeDXd07#V%W&Gm;z0T z(y6dTRD=wJHYoae_r8G>7z0_J<6Ub4eo2cMz}R>b&C~t2a(_vIBLX zv`giV@4nC#BXSFZhLdh}$MK?de1Zd@T4HTuozE8Je#92F-YYwxSDdxGow-AOton4 znDV~opRVwvS9oDMGZ8zpojV;SBI@0@Tsk?SXLz^H@bHZB^wL>dXGOa0?}TWZm^-0P zp4e@aW?^NbNP-KL{j8Npb=cWCYnJh(Gc;K7?wKf7hO)stxw znD33((1&C+S)Law)gyE>}X%E9JPB50dpWfvn3McDY%|t zz-%D&V3`#gSvf|^7d2U*B{t$AuqFyF<|%G7$c+rQzdieAYg{v+FCre8;04&iT-Efq zRXTrQWc3(HpeEbu_Wb>qv}R$`A`5YV6)ZD6hDYt2zjJT35VsqmQCM`tPKG!DA=)YqM}o|fD>0lY;Lz4;Xn6;w+Un)v=;(M1mTb)SqkNd9C{WGdt&E{M zck$rip57OXpQV(^7{QMK%wYDwXsXEK=nh+q5KdI+Y|x2XS-k#8DMp9{AwX*YiUMef z0@SDo6Pi&j}qK(4efy3!X?AFKJV09c1aa9KK2gyn*ONRS=@z0=)?yF1sw2at3q zn{krH@-avwE4;^=MkNmYdMHf7PrR`OcM@C}#%q* z(Yahx+kxqKLv>!mxuX<6+sZvE*l=1g0eYGrs*{aTOG$mSak;;}xfGI{X(ovKSYr#a zK^RdC@{uM|%+4h9A6{UWD69W$jJh!^EkXmhL|XXbU=0Rui)R4Q&I6i8BXb3PM8DnPPc zodJ8Hrr`~eB%BHGloqZ;&XHn6fQ1BB5;-u-F6YQPU zG-FjG?WEL5gqwaQxm7P%4k@SEtBtK(_@ZZ96S%-(>V|htJ<++G6#bRX4I1_|_0e8R zV*}tH*ig;D?h2xp=|iJxtUJ0k)KWLG&PK2(ickefeSF%)vR(v>0!_bLPaaEfrrwi? z?0}A;^l8zW-eF4-ixuh7v%Lx4#YwIc3`}Ut!xmsiEUmr49;GxfQj-%~_HYxu(6o)S zabFIe0FSWcGS%0iUm!o5kX0Q|P1f|bMdGAuI1GD9g?ewhtgDX;sS~my-}M5z`v~;? z-huZx(`*{9G|@7;{VjwEXDn$qp=usvP^raLa$B4s>!#g=8ZOQt>OFLD(Kf22{N0W-f zDB~(~){-uDSO37pK1~S`5sZrxsuIw0l?`kK8pZw_k@BVqU7H#R8glUPl4EC!c`3m7 z2)>E+2B`R#HmLyEHI?E2IhAvkuRRRIGhu)<)YeJYt7W3*mhJY}7YHGMNc%}v9oeON zL4>^t_1Wb;JAB7T9PzUivfUwd*h)IpgDX4LZ?2r5TA`f4IMybo6mg&j3xdvEku?sT zai`8U$gttoaC6!h;)k>rh+@SUa-9@6g;kRztlicQDWM_ZI$h3Sk@-C z!@nJJjKgKt1ofV(4~}g2g~;y3ima$p1IIQ;T)i?VjhL0l#EcTFZ?~2>%Z+qT-?>`b zHZsYQjx?j{l`BWLug-!$V_7z1%K5b2xg(AZj?OGFamT zgw4UIt6Sf9!-Y1k3%FE9;8uU~z8Bwy)ELemB-j`5-r$rksUEv^$+D_0zU_d;qujUI z@b@jZU2k!!2X6D??{D4qp0#0??P4_xKMp$Okn#n07>*l9iZhQCHiGSfXXb=vJ?ukK zvW%$?GnTAVfr+%4N;;8khOrnZ)RF`64$ z&Ot7r#a`~rP+vWLa_`7k7CZ;aa#{Vw$-A!bX7S#bnb1PP6CKM#$wn}-qLyy=L5|Pd z{;nOX)Vo3Q5Tl4W5mx_o`yG2%H9HMCG^N40V-^QQ0x?vN-7#vN1GVQh$~Rb!rx5HsoHfCRtux|VjbrG{O3KEgy!z2naPQ%FE4vy#m$+kfXM zMUXsMIKY=*28Koeg8{!!v(++qy(@!3BL|tm<-%q4$vcma;Jlz7p2#ZeT?h9zG_z$b z>`I;$hnkNwxsIB;YtK|uzcaVAWhj96q%(IGZbgwuW7EK^XM&?L%5$bZP@li+2G52( zjxnfKWY@G2I+-!yr%sUwFY64+O9@1>pD+fiIAWsq$@-bQg~&P zRE5-ymkRJ<%rsJG-o-?yZ6K<$SZ7%h$ez@}dnzt1^F)%sGN4PKitMusg_kn01|WkV z7XmgR&+5V`|KOhMw|QsOKi_k}(o{R{J!Ca)vZ~&G?;cVZ$WMDR%F?|=T@$)61f<6S z$cB~-`=k`nzA-`hU6r~$XvL)#k^X{E(96kpcB`eqmN|*c4iYMI#{u=Tdw1^|qof)@ z%*~KAd?A9(YijhqBbT*vY;;KDbQmObHjvY*o9~PH#sjd1@N`+{GDzzwmg(GdquMsR zU{T5)LOCy`j0hs?C--HdXbTmA6HGK#ogzAfOa^k#v){DMijCi(+&r@e*#xga?O8>0 z<$?E)o)O)1@83C6;sn(=Bf85SX;@4_bkJj3;bg7=f}t)-o$dEK_rn_s!k2{<0oAr_ zW{}~tSE+p?!nVA+>Hg8nOkddqCgeRhb+(}%xc|x>TRLRQurIz^m#! z@8!*^pWZ(@?O-S{{RTUdY!_Wj9`?aSXBf6a)EfcPc)XLM^Os~>?_ujaKG z2(!~AlD1)RK4pl$`o#lR?VXGe4^a+8fq@*SmVjaOh(SXv(-f;sPjRZl58kuQn^R9e zxZ6@!FFiPEUCNW3LPKT!&~zQiRaBHqlFg=6lJnRTM~aTKH_qzT&1>U7Lh3Tbf7n6# zP2)f0ilT&*wz_)ZLx;A8{WX+PpcY4ZfNHa8phpGKMQm9Zx)CR&Ty${EihvP#0>F<; z@ECA`U<&yysf4k>s8S{zJnGhdg;o;1LIaOFzps-+z%3kJW0LEMSS<+aI2#1<)+2!- zV4<*yjEK6SzMPy@Ep^!%kP>#{!6Osu(tU@B!j$ooM7xiupBV(V$Pw`_>^8*QKI2Zq8vM0lpB)7 zrX)#Z*Cfi`42AJ>on%=QmAafKD~{+oD~*c)(n zGQibjRg=M3>@8UCm{*ApPhMh66SO*kLUa~aQ|26Lb?U>HSxcO@MceA@A3n5(d>Utn zg9shPL`KYjFAO0R_dltZA#BfFl|nKflfV%}y}xtvkN2b>~vP1!cE6BQ*cb?SGnTtn^#kHM`_ zisPxsa7by$x=v5cBp3ArQAOrg1nT(5srK)-HQ&9q%;^x)lUtJ~H+6Net|ynbNC;UU z^hG6^sJD@-)0|M9l2o0j2b&V@6i6?ORxq(@Hcjb%m0Ta)M=XtE8^8hACrw$7kWO*Q zLjQZnsd)kg>JgC5#i^gHFREwr`ExPfN z17fN{3!Oa~LoGVqlM5*Eg2qHo20MH!qHEEvdgPIfTC~TlJ=CHdGxYfW{rd#g%H%C#lNb4_2}L=PNF=I{aQ)XLywKFz1p@A+kre& zrw&>gYV_k{Q+@7Og(nMUJp(MKvzV8}lN`Er#^+ohB1v31;&|a!fq}_Qg8`3!T&a&A zx*AgmCb1bM7!B#u=7DFhTpUnwfvR>%egETE*(dZ|^JW66DBhKEe}K*N=02P6l;aZz ztRO|3msI8xhb}hRt`rH(a5Y&}zmk{RY#a;924I9+Vk|zq5V*iK0D+yCMWQ{DF1JdXU^Fjy#2) zsGSy^kafK$clTnp1r__`-V291A7agVW9rsVCdQE0(xG5VSQ{p8ni2tkFn_r975d>m zsN3?Sd;6xc>gt9k_w7ZQQlv8xT6HlW;NR=eI-9t2#n8z z(fSM^4F1`enJ*W&>P~CREoV1|L8IuU3rA6KZ_HIc{nXyI>c$gmxoxJ6ZGCIiTOcd+ z8BM;$p{p`F@2Y`NU@W})`k@mc!@)f@Do_03Gr6Zwofp*YC)Q)El8N%O#_k>PR*2H5m>0;Gu|E(2(?wlCC*T(uP)djBm; ze3F+K!d&7lQkV_Qm>lE$)F`M)<^RkTYgM+2cz`!=EwG;3+OEx~<#{$HSR%d}!52Wp z1;UTsV|jtlvn^|j?2524}5K-N5ML(?F4h%^_@LYinHb7GVkcnJj~+7w;PZ!})cILtnV~suc3#Kk z$$#h$KM%^nyvvPq!YYzOEitoMv9!^=9jYHZCDu^V(TV{Fg*aNNx}&6T(_;E-l(@$7 zfuGLa3+UV0IMAHj5EUN*g?Ukl)E7|f48G~MVRPHDoP9S{TDaSyEhdiAsfid3Hq}=@ zyC=AbGFwg-sT9boV1%AU$dIJ}vmx|2JX`EsiBpWZW4%8*6k^9zdA<1JQ8(y3#0 zZj4UQP9_nnd&#ndVuMCM8FXnXe6NmAa~^v7F zpPT4UQ7C#CZZz*se&MEzE4;Z8;1s(sQIhmY;_giw+q4)Q$tVYW3u@0ZS6VtsJac#l zy40l57AFSTwpx1T;G`GZk*BsbiXjw|;0&#LT}9N3BzNj_1nUOA$iW`whkQSJX5vtb z&>@KL7oiWq#ZS^fhy+DZoJ1z%R_}iHh}FfJFh2F`JbQ2q0EoCWWqPlRKD9AsIuw+H zAs8?yP$%0+z>)EHp{oAqS-W+NANX6DU58L|LceGl;WBq|3)vQ(1m#6pjXigXZR7Kq zWzHpnXFwAB#`t_u+zwDdQC6+zZnzYgR8mZYAeFfAhGu~km>3^Z-+XS&1AEYntlwa!e-sFtgDvIN$T1!9&q664XC3jecT!|KddmOYcLpiK+{~(z%QO-PPO{Q zYu|}36@5hHln7wdu0jlS5e*6E!g zRKOU=Rr6WL!9dhGt7*;=A49{G*I1r!r|5nl5FjKot*3~D|IbceZbgnbnx*#V8co1h{Kih!b5=T571U;v&zFMf^ldGTp?jE-Zzr?rG4`kXTS&?Q8 ze=Q{YzI4q9E_jn7X82;N`lZ6iDxWgsTU6iu()X<6oCAbB>MLI!9jWCtR(RCkec86R zXTHjFUOzid>m0EVu%a@Ta;vMKcUi~Tx{^bce|{%?bmjT`EuPcce(&2)UF_KJuk`Zs z_2T}1tDmpeSJyA@Sgx}iSihlT89mQ&n{{8EJnzvlH{^`H6*v{F%|A=G#;(%r6 z`oz5D(E53QZMkB7Y2NbA^=Yr={PnNQTMn;(f8H{)es#ezvEB?@&Rw4`Sjy`!6)bzy zJ6_tge!-I#>-sMX7Gq>T|GV{g^Z9ozSWf@O`o9${Z(V=!huGzppS4`H{+)lve*MU_kO!$S^sut+uDBvEhM*l delta 11960 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 L*|wpU_pJXfyV49{ diff --git a/js/dist/dropdown.js b/js/dist/dropdown.js index cf8674871..83e24f31a 100644 --- a/js/dist/dropdown.js +++ b/js/dist/dropdown.js @@ -124,30 +124,33 @@ var Dropdown = function ($) { if (showEvent.isDefaultPrevented()) { return; - } - /** - * Check for Popper dependency - * Popper - https://popper.js.org - */ + } // Disable totally Popper.js for Dropdown in Navbar - if (typeof Popper === 'undefined') { - throw new Error('Bootstrap dropdown require Popper.js (https://popper.js.org)'); - } - - var element = this._element; // for dropup with alignment we use the parent as popper container - - if ($(parent).hasClass(ClassName.DROPUP)) { - if ($(this._menu).hasClass(ClassName.MENULEFT) || $(this._menu).hasClass(ClassName.MENURIGHT)) { - element = parent; + if (!this._inNavbar) { + /** + * Check for Popper dependency + * Popper - https://popper.js.org + */ + if (typeof Popper === 'undefined') { + throw new Error('Bootstrap dropdown require Popper.js (https://popper.js.org)'); } - } - this._popper = new Popper(element, this._menu, this._getPopperConfig()); // if this is a touch-enabled device we add extra + var element = this._element; // for dropup with alignment we use the parent as popper container + + if ($(parent).hasClass(ClassName.DROPUP)) { + if ($(this._menu).hasClass(ClassName.MENULEFT) || $(this._menu).hasClass(ClassName.MENURIGHT)) { + element = parent; + } + } + + this._popper = new Popper(element, this._menu, this._getPopperConfig()); + } // if this is a touch-enabled device we add extra // empty mouseover listeners to the body's immediate children; // only needed because of broken event delegation on iOS // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html + if ('ontouchstart' in document.documentElement && !$(parent).closest(Selector.NAVBAR_NAV).length) { $('body').children().on('mouseover', null, $.noop); } @@ -168,9 +171,9 @@ var Dropdown = function ($) { if (this._popper !== null) { this._popper.destroy(); - } - this._popper = null; + this._popper = null; + } }; _proto.update = function update() { @@ -255,16 +258,8 @@ var Dropdown = function ($) { flip: { enabled: this._config.flip } - } // Disable Popper.js for Dropdown in Navbar - + } }; - - if (this._inNavbar) { - popperConfig.modifiers.applyStyle = { - enabled: !this._inNavbar - }; - } - return popperConfig; }; // static diff --git a/js/dist/dropdown.js.map b/js/dist/dropdown.js.map index a103c58e9f46c0bbd402afcf3f2413d84a12e34b..36cdc265c8132297f90fa6ef3724a95724e6d42b 100644 GIT binary patch delta 2336 zcmb7FT})eL7|y{hZn^9+p*(ic(3klrGSC@ zHYJLg`fwMYx`}5*vLoYi(S%q1l)tOLuXG;F8zvKg8UfdQUL*xw8lB%3YC(Vt?=?Jp z)-n{u&(5~?@wbOU$SqXeD=g%NAyqFF7wF!$fCBz~_6_?eVJO6LIyHlv;L`{=Xgw*^ zEdfs6NJ?}sbYPxTmtcE1~c`+u{C~W!(GbSM6FJEppYC6-4RYb;OUW_s-w`idZ{Izwp zvsjJUCCr?f5U|G>2U#n}&i$cWrQ~@0TssOFU@?tprwA`rg&4q8HzU~GuAxeJz391>_-Gu#6nj$kE? zzjO`_Zh4r&?2;HmC>`d8M-2c3(kw7|krf4oG!SepN*Y&f?KKXGd$xhjoW+}*G2t2$ z2l>atH{xl$YnxKW@E==98O6n}ykg)NT?1D~EO%YzKOf_xlB3B<`gSjo1F|5=>eEK7 zQ+nMa+$x%GHoCTNI%WnO+2i8EvZ|c|$Oy~0*M+;?L&^w#)E!nb_-}VhP1=nQYTI%2 z!p%m9V0l2G5*LLOaSHtT!ho`kwLPtrivFJ7(+rRN=DWsTS-OYYDPjb63X(7OhsNH zx@06_%}0q}_jcg-y~pwQ-cwD(ru5Q031LS(Dk0WiY+k99>WKV`x=M{>suz+nV&4R+ah zK)}0-W+UGa(HJj-kQ-l3O)rtbLQN@L1-l$8x ztZJtvAHjr(OYISy`G@y?A%15ubCm%~i-Y zD=neJjGL1;4?Gk7lR6iJpA5}SE@k61tR-aP)F`})lZTo3GBu(XvSq{hWBnPY&7CYn zW9fBU(I`gK>3w|HKX{?5xS1>ry_U@SqNP|gKVW}7|7)lI delta 2517 zcmZ`*QA|^36i%5WsEaTanGkG2Kw7Q^q@ajy{QrM%Z=uj)E4@g}Txp>c+I!0dN{cg0 zUzTNYo1S+wvzI;W!K{0jOSWV_Y%%&`vd3+4OZK>!CG%zRVdwmSX3jZY=aSXjWx`Xi16 z81=`znkx76oW7=&AY(yIImejE6~UH77@x~xY6N`=^Z=jNbH@dEQh%-0;)qWulZ?ga zP^E`o;#9?e4;x}FXj+gC`p^N{zj%~tUwhq(vd)<`85_q7a+A~O(E@0Ee8ddxz^{aC zKB>$zJB0XCoUOo(LyueoJ0U{|@d+i)P7=n)*-)r-t;wo!_J(&jN>AB*fKW?QWmFm( znrEHn)DFxFV#bveXEtGa@V3(X%}*R#N|gDjTGNy;76lKn*5!p!DLz$q8iDLQCc@Au z@|xj2f@ouLK__$Qf~|9nUpAxxX!cC{wk%jM^t@S2pnGKS7k@^+*!})rhsS-BD;oW16H7ON3TyCdb zcC#FyZat@wp9nqtWSB4^;~H@c!Dp_hV-TLXY{v>%ZSFc`iqiAJCvB};C(Dcf&E!84 z(UD5E-;ca#dQ9fgCj*dq7@Jf&HbeVaexh=f{Mw{(;-A73ttj=B7b9?{y|HE>0Jrux z!BYDh&6dnEBjt<3h6*ZmJ8i1$=ze-Le`WuuMFKjcCYHAr(Gu z!jDHg_n~Gm>HtO{=1m>8_7B0?jxJ9=wnHbySTaCuuo+7z%YqeS=N7Q4o3RLnT!iZ# zM`Awm!VF}P+Q=toR9T2VKA@2VuxNPel1xA=w_KkbrsKp&f}}P(s48h{qb1TG(}uv& z*%`o1n!ZU{N}ue#P1&5(I2mI{n3jwS~N+5;HQE zb^g5IvI-%J5BnTrMKct$zaoJux#x8S+fAySrA5~NvJ48kl8}fX6N|#CLU@Rt6wm22 zWGh})MXCx@hS(79YTk!LqGpI@wCabAuF=M#P8lpvu-5YgEO^+};mDQ#>}qoCs|vRO zZ+9OYs@ke#py542^r@6iyjYfF6;7H~d&|SM?vCoM0({y1pbp(oqb0RgX@kv?sOZ-)obLG)N60Tdv-RmQl88F2BB`3*3%W8~+4HZ_o{oDTDPOhr zlw&$iMECJ^shfVOn;vdM@_6E~rPCSNurS?}Q{{Nn3h?;2XsFm{WJ9xI9UR`K{RlNy z$Ea0i=2I#Ew=68yI! z*jfT7x?rmbYz0~+Fuc{oOp)gDTB)V?w}xFF&qWj78a)ozN8P(Ty}0;x)CYf!8nFA) zUYKD=;R+jv`)m-@pc~v=fXSQTgV3HDgx>Zaf;)VeeqN4wOC93sE3aIU`_9sR|I<2n z_U2xwA64MYXv+(g@wf&hl<8zt$