From f587bb7fe5567297951eb952d00c3b58a4e25575 Mon Sep 17 00:00:00 2001 From: thednp Date: Thu, 12 Jul 2018 07:49:23 +0300 Subject: [PATCH] Changes: * fixing #227, V3/V4 Carousel cannot use `slideTo` to jump to the current active item * documentation updates regarding #227 * version bump --- bower.json | 2 +- dist/bootstrap-native-v4.js | 11 +++++++---- dist/bootstrap-native-v4.min.js | 4 ++-- dist/bootstrap-native.js | 11 +++++++---- dist/bootstrap-native.min.js | 4 ++-- index.html | 3 ++- lib/V3/carousel-native.js | 7 +++++-- lib/V4/carousel-native.js | 7 +++++-- package.json | 2 +- v4.html | 2 +- 10 files changed, 33 insertions(+), 20 deletions(-) diff --git a/bower.json b/bower.json index b458bbe3..88ab9551 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bootstrap.native", - "version": "2.0.23", + "version": "2.0.24", "homepage": "http://thednp.github.io/bootstrap.native/", "authors": [ "dnp_theme" diff --git a/dist/bootstrap-native-v4.js b/dist/bootstrap-native-v4.js index ce428698..a96273ee 100644 --- a/dist/bootstrap-native-v4.js +++ b/dist/bootstrap-native-v4.js @@ -1,4 +1,4 @@ -// Native Javascript for Bootstrap 4 v2.0.23 | © dnp_theme | MIT-License +// Native Javascript for Bootstrap 4 v2.0.24 | © dnp_theme | MIT-License (function (root, factory) { if (typeof define === 'function' && define.amd) { // AMD support: @@ -315,7 +315,7 @@ arrowLeft && (arrow[style][left] = arrowLeft + 'px'); }; - BSN.version = '2.0.23'; + BSN.version = '2.0.24'; /* Native Javascript for Bootstrap 4 | Alert -------------------------------------------*/ @@ -592,8 +592,11 @@ var activeItem = this.getActiveIndex(), // the current active orientation; - // determine slideDirection first - if ( (activeItem < next ) || (activeItem === 0 && next === total -1 ) ) { + // first return if we're on the same item #227 + if ( activeItem === next ) { + return; + // or determine slideDirection + } else if ( (activeItem < next ) || (activeItem === 0 && next === total -1 ) ) { slideDirection = self[direction] = left; // next } else if ( (activeItem > next) || (activeItem === total - 1 && next === 0 ) ) { slideDirection = self[direction] = right; // prev diff --git a/dist/bootstrap-native-v4.min.js b/dist/bootstrap-native-v4.min.js index 37cdd7b5..db5889b0 100644 --- a/dist/bootstrap-native-v4.min.js +++ b/dist/bootstrap-native-v4.min.js @@ -1,2 +1,2 @@ -// Native Javascript for Bootstrap 4 v2.0.23 | © dnp_theme | MIT-License -!function(t,e){if("function"==typeof define&&define.amd)define([],e);else if("object"==typeof module&&module.exports)module.exports=e();else{var n=e();t.Alert=n.Alert,t.Button=n.Button,t.Carousel=n.Carousel,t.Collapse=n.Collapse,t.Dropdown=n.Dropdown,t.Modal=n.Modal,t.Popover=n.Popover,t.ScrollSpy=n.ScrollSpy,t.Tab=n.Tab,t.Tooltip=n.Tooltip}}(this,function(){"use strict";var t="undefined"!=typeof global?global:this||window,e=document,n=e.documentElement,i="body",o=t.BSN={},a=o.supports=[],l="data-toggle",r="data-dismiss",c="data-spy",u="data-ride",s="Alert",f="Button",h="Carousel",d="Collapse",v="Dropdown",p="Modal",m="Popover",g="ScrollSpy",w="Tab",b="Tooltip",y="data-backdrop",T="data-keyboard",x="data-target",C="data-interval",A="data-height",k="data-pause",I="data-title",N="data-original-title",L="data-dismissible",E="data-trigger",S="data-animation",B="data-container",D="data-placement",M="data-delay",P="backdrop",H="keyboard",O="delay",W="content",j="target",q="interval",R="pause",U="animation",z="placement",F="container",X="offsetTop",Y="offsetLeft",G="scrollTop",J="scrollLeft",K="clientWidth",Q="clientHeight",V="offsetWidth",Z="offsetHeight",$="innerWidth",_="innerHeight",tt="scrollHeight",et="height",nt="aria-expanded",it="aria-hidden",ot="click",at="hover",lt="keydown",rt="keyup",ct="resize",ut="scroll",st="show",ft="shown",ht="hide",dt="hidden",vt="close",pt="closed",mt="slid",gt="slide",wt="change",bt="getAttribute",yt="setAttribute",Tt="hasAttribute",xt="createElement",Ct="appendChild",At="innerHTML",kt="getElementsByTagName",It="preventDefault",Nt="getBoundingClientRect",Lt="querySelectorAll",Et="getElementsByClassName",St="getComputedStyle",Bt="indexOf",Dt="parentNode",Mt="length",Pt="toLowerCase",Ht="Transition",Ot="Duration",Wt="Webkit",jt="style",qt="push",Rt="tabindex",Ut="contains",zt="active",Ft="show",Xt="collapsing",Yt="left",Gt="right",Jt="top",Kt="bottom",Qt="onmouseleave"in e?["mouseenter","mouseleave"]:["mouseover","mouseout"],Vt=/\b(top|bottom|left|right)+/,Zt=0,$t="fixed-top",_t="fixed-bottom",te=Wt+Ht in n[jt]||Ht[Pt]()in n[jt],ee=Wt+Ht in n[jt]?Wt[Pt]()+Ht+"End":Ht[Pt]()+"end",ne=Wt+Ot in n[jt]?Wt[Pt]()+Ht+Ot:Ht[Pt]()+Ot,ie=function(t){t.focus?t.focus():t.setActive()},oe=function(t,e){t.classList.add(e)},ae=function(t,e){t.classList.remove(e)},le=function(t,e){return t.classList[Ut](e)},re=function(t,e){return[].slice.call(t[Et](e))},ce=function(t,n){var i=n?n:e;return"object"==typeof t?t:i.querySelector(t)},ue=function(t,n){var i=n.charAt(0),o=n.substr(1);if("."===i){for(;t&&t!==e;t=t[Dt])if(null!==ce(n,t[Dt])&&le(t,o))return t}else if("#"===i)for(;t&&t!==e;t=t[Dt])if(t.id===o)return t;return!1},se=function(t,e,n){t.addEventListener(e,n,!1)},fe=function(t,e,n){t.removeEventListener(e,n,!1)},he=function(t,e,n){se(t,e,function i(o){n(o),fe(t,e,i)})},de=function(e){var n=t[St](e)[ne];return n=parseFloat(n),n="number"!=typeof n||isNaN(n)?0:1e3*n,n+50},ve=function(t,e){var n=0,i=de(t);te&&he(t,ee,function(t){e(t),n=1}),setTimeout(function(){!n&&e()},i)},pe=function(t,e,n){var i=new CustomEvent(t+".bs."+e);i.relatedTarget=n,this.dispatchEvent(i)},me=function(){return{y:t.pageYOffset||n[G],x:t.pageXOffset||n[J]}},ge=function(t,o,a,l){var r,c,u,s,f,h,d={w:o[V],h:o[Z]},v=n[K]||e[i][K],p=n[Q]||e[i][Q],m=t[Nt](),g=l===e[i]?me():{x:l[Y]+l[J],y:l[X]+l[G]},w={w:m[Gt]-m[Yt],h:m[Kt]-m[Jt]},b=le(o,"popover"),y=ce(".arrow",o),T=m[Jt]+w.h/2-d.h/2<0,x=m[Yt]+w.w/2-d.w/2<0,C=m[Yt]+d.w/2+w.w/2>=v,A=m[Jt]+d.h/2+w.h/2>=p,k=m[Jt]-d.h<0,I=m[Yt]-d.w<0,N=m[Jt]+d.h+w.h>=p,L=m[Yt]+d.w+w.w>=v;a=(a===Yt||a===Gt)&&I&&L?Jt:a,a=a===Jt&&k?Kt:a,a=a===Kt&&N?Jt:a,a=a===Yt&&I?Gt:a,a=a===Gt&&L?Yt:a,o.className[Bt](a)===-1&&(o.className=o.className.replace(Vt,a)),f=y[V],h=y[Z],a===Yt||a===Gt?(c=a===Yt?m[Yt]+g.x-d.w-(b?f:0):m[Yt]+g.x+w.w,T?(r=m[Jt]+g.y,u=w.h/2-f):A?(r=m[Jt]+g.y-d.h+w.h,u=d.h-w.h/2-f):(r=m[Jt]+g.y-d.h/2+w.h/2,u=d.h/2-(b?.9*h:h/2))):a!==Jt&&a!==Kt||(r=a===Jt?m[Jt]+g.y-d.h-(b?h:0):m[Jt]+g.y+w.h,x?(c=0,s=m[Yt]+w.w/2-f):C?(c=v-1.01*d.w,s=d.w-(v-m[Yt])+w.w/2-f/2):(c=m[Yt]+g.x-d.w/2+w.w/2,s=d.w/2-f/2)),o[jt][Jt]=r+"px",o[jt][Yt]=c+"px",u&&(y[jt][Jt]=u+"px"),s&&(y[jt][Yt]=s+"px")};o.version="2.0.23";var we=function(t){t=ce(t);var e=this,n="alert",i=ue(t,"."+n),o=function(){le(i,"fade")?ve(i,l):l()},a=function(o){i=ue(o[j],"."+n),t=ce("["+r+'="'+n+'"]',i),t&&i&&(t===o[j]||t[Ut](o[j]))&&e.close()},l=function(){pe.call(i,pt,n),fe(t,ot,a),i[Dt].removeChild(i)};this.close=function(){i&&t&&le(i,Ft)&&(pe.call(i,vt,n),ae(i,Ft),i&&o())},s in t||se(t,ot,a),t[s]=e};a[qt]([s,we,"["+r+'="alert"]']);var be=function(t){t=ce(t);var n=!1,i="button",o="checked",a="LABEL",l="INPUT",r=function(t){var n=t.which||t.keyCode;32===n&&t[j]===e.activeElement&&u(t)},c=function(t){var e=t.which||t.keyCode;32===e&&t[It]()},u=function(e){var r=e[j].tagName===a?e[j]:e[j][Dt].tagName===a?e[j][Dt]:null;if(r){var c=e[j],u=re(c[Dt],"btn"),s=r[kt](l)[0];if(s){if("checkbox"===s.type&&(s[o]?(ae(r,zt),s[bt](o),s.removeAttribute(o),s[o]=!1):(oe(r,zt),s[bt](o),s[yt](o,o),s[o]=!0),n||(n=!0,pe.call(s,wt,i),pe.call(t,wt,i))),"radio"===s.type&&!n&&!s[o]){oe(r,zt),s[yt](o,o),s[o]=!0,pe.call(s,wt,i),pe.call(t,wt,i),n=!0;for(var f=0,h=u[Mt];f=0},W=function(t){for(var e=0,n=E[Mt];et||o===x-1&&0===t)&&(A=m[d]=Gt),t<0?t=x-1:t===x&&(t=0),g=t,n=A===Yt?"next":"prev",pe.call(i,gt,s,y[t]),b=!0,clearInterval(w),W(t),te&&le(i,"slide")?(oe(y[t],v+"-"+n),y[t][V],oe(y[t],v+"-"+A),oe(y[o],v+"-"+A),he(y[t],ee,function(a){var l=a[j]!==y[t]?1e3*a.elapsedTime+100:20;b&&setTimeout(function(){b=!1,oe(y[t],zt),ae(y[o],zt),ae(y[t],v+"-"+n),ae(y[t],v+"-"+A),ae(y[o],v+"-"+A),pe.call(i,mt,s,y[t]),e.hidden||!m[q]||le(i,f)||m.cycle()},l)})):(oe(y[t],zt),y[t][V],ae(y[o],zt),setTimeout(function(){b=!1,m[q]&&!le(i,f)&&m.cycle(),pe.call(i,mt,s,y[t])},100))}},this.getActiveIndex=function(){return y[Bt](re(i,v+" active")[0])||0},h in i||(m[R]&&m[q]&&(se(i,Qt[0],S),se(i,Qt[1],B),se(i,"touchstart",S),se(i,"touchend",B)),N&&se(N,ot,M),I&&se(I,ot,M),L&&se(L,ot,D),m[H]===!0&&se(t,lt,P)),m.getActiveIndex()<0&&(y[Mt]&&oe(y[0],zt),E[Mt]&&W(0)),m[q]&&m.cycle(),i[h]=m};a[qt]([h,ye,"["+u+'="carousel"]']);var Te=function(t,e){t=ce(t),e=e||{};var n,i,o=null,a=null,r=this,c=t[bt]("data-parent"),u="collapse",s="collapsed",f="isAnimating",h=function(t,e){pe.call(t,st,u),t[f]=!0,oe(t,Xt),ae(t,u),t[jt][et]=t[tt]+"px",ve(t,function(){t[f]=!1,t[yt](nt,"true"),e[yt](nt,"true"),ae(t,Xt),oe(t,u),oe(t,Ft),t[jt][et]="",pe.call(t,ft,u)})},v=function(t,e){pe.call(t,ht,u),t[f]=!0,t[jt][et]=t[tt]+"px",ae(t,u),ae(t,Ft),oe(t,Xt),t[V],t[jt][et]="0px",ve(t,function(){t[f]=!1,t[yt](nt,"false"),e[yt](nt,"false"),ae(t,Xt),oe(t,u),t[jt][et]="",pe.call(t,dt,u)})},p=function(){var e=t.href&&t[bt]("href"),n=t[bt](x),i=e||n&&"#"===n.charAt(0)&&n;return i&&ce(i)};this.toggle=function(t){t[It](),le(a,Ft)?r.hide():r.show()},this.hide=function(){a[f]||(v(a,t),oe(t,s))},this.show=function(){o&&(n=ce("."+u+"."+Ft,o),i=n&&(ce("["+l+'="'+u+'"]['+x+'="#'+n.id+'"]',o)||ce("["+l+'="'+u+'"][href="#'+n.id+'"]',o))),(!a[f]||n&&!n[f])&&(i&&n!==a&&(v(n,i),oe(i,s)),h(a,t),ae(t,s))},d in t||se(t,ot,r.toggle),a=p(),a[f]=!1,o=ce(e.parent)||c&&ue(t,c),t[d]=r};a[qt]([d,Te,"["+l+'="collapse"]']);var xe=function(t,n){t=ce(t),this.persist=n===!0||"true"===t[bt]("data-persist")||!1;var i=this,o="children",a=t[Dt],l="dropdown",r="open",c=null,u=ce(".dropdown-menu",a),s=function(){for(var t=u[o],e=[],n=0;n1?l-1:0:40===o&&ln[Q],b=S()},D=function(){s[jt][d]=!g&&w?b+"px":"",s[jt][v]=g&&!w?b+"px":""},M=function(){s[jt][d]="",s[jt][v]=""},O=function(){Zt=1;var t=e[xt]("div");C=ce("."+m),null===C&&(t[yt]("class",m+" fade"),C=t,e[i][Ct](C))},q=function(){C=ce("."+m),C&&null!==C&&"object"==typeof C&&(Zt=0,e[i].removeChild(C),C=null),pe.call(s,dt,f)},R=function(){le(s,Ft)?se(e,lt,G):fe(e,lt,G)},U=function(){le(s,Ft)?se(t,ct,A.update):fe(t,ct,A.update)},z=function(){le(s,Ft)?se(s,ot,J):fe(s,ot,J)},F=function(){ie(s),pe.call(s,ft,f,k)},X=function(){s[jt].display="",o&&ie(o),function(){re(e,f+" "+Ft)[0]||(M(),E(),ae(e[i],f+"-open"),C&&le(C,"fade")?(ae(C,Ft),ve(C,q)):q(),U(),z(),R())}()},Y=function(t){var e=t[j];e=e[Tt](x)||e[Tt]("href")?e:e[Dt],e!==o||le(s,Ft)||(s.modalTrigger=o,k=o,A.show(),t[It]())},G=function(t){A[H]&&27==t.which&&le(s,Ft)&&A.hide()},J=function(t){var e=t[j];le(s,Ft)&&(e[Dt][bt](r)===f||e[bt](r)===f||e===s&&A[P]!==h)&&(A.hide(),k=null,t[It]())};this.toggle=function(){le(s,Ft)?this.hide():this.show()},this.show=function(){pe.call(s,st,f,k);var t=re(e,f+" "+Ft)[0];t&&t!==s&&t.modalTrigger[p].hide(),this[P]&&!Zt&&O(),C&&Zt&&!le(C,Ft)&&(C[V],l=de(C),oe(C,Ft)),setTimeout(function(){s[jt].display="block",B(),L(),D(),oe(e[i],f+"-open"),oe(s,Ft),s[yt](it,!1),U(),z(),R(),le(s,"fade")?ve(s,F):F()},te&&C?l:0)},this.hide=function(){pe.call(s,ht,f),C=ce("."+m),l=C&&de(C),ae(s,Ft),s[yt](it,!0),setTimeout(function(){le(s,"fade")?ve(s,X):X()},te&&C?l:0)},this.setContent=function(t){ce("."+f+"-content",s)[At]=t},this.update=function(){le(s,Ft)&&(B(),L(),D())},!o||p in o||se(o,ot,Y),A[W]&&A.setContent(A[W]),!!o&&(o[p]=A)}};a[qt]([p,Ce,"["+l+'="modal"]']);var Ae=function(n,o){n=ce(n),o=o||{};var a=n[bt](E),l=n[bt](S),r=n[bt](D),c=n[bt](L),u=n[bt](M),s=n[bt](B),f="popover",h="template",d="trigger",v="class",p="div",g="fade",w="data-content",b="dismissible",y='',T=ce(o[F]),x=ce(s),C=ue(n,".modal"),A=ue(n,"."+$t),k=ue(n,"."+_t);this[h]=o[h]?o[h]:null,this[d]=o[d]?o[d]:a||at,this[U]=o[U]&&o[U]!==g?o[U]:l||g,this[z]=o[z]?o[z]:r||Jt,this[O]=parseInt(o[O]||u)||200,this[b]=!(!o[b]&&"true"!==c),this[F]=T?T:x?x:A?A:k?k:C?C:e[i];var N=this,P=n[bt](I)||null,H=n[bt](w)||null;if(H||this[h]){var W=null,q=0,R=this[z],X=function(t){null!==W&&t[j]===ce(".close",W)&&N.hide()},Y=function(){N[F].removeChild(W),q=null,W=null},G=function(){P=n[bt](I),H=n[bt](w),W=e[xt](p);var t=e[xt](p);if(t[yt](v,"arrow"),W[Ct](t),null!==H&&null===N[h]){if(W[yt]("role","tooltip"),null!==P){var i=e[xt]("h3");i[yt](v,f+"-header"),i[At]=N[b]?P+y:P,W[Ct](i)}var o=e[xt](p);o[yt](v,f+"-body"),o[At]=N[b]&&null===P?H+y:H,W[Ct](o)}else{var a=e[xt](p);a[At]=N[h],W[At]=a.firstChild[At]}N[F][Ct](W),W[jt].display="block",W[yt](v,f+" bs-"+f+"-"+R+" "+N[U])},J=function(){!le(W,Ft)&&oe(W,Ft)},K=function(){ge(n,W,R,N[F])},Q=function(i){ot!=N[d]&&"focus"!=N[d]||!N[b]&&i(n,"blur",N.hide),N[b]&&i(e,ot,X),i(t,ct,N.hide)},V=function(){Q(se),pe.call(n,ft,f)},Z=function(){Q(fe),Y(),pe.call(n,dt,f)};this.toggle=function(){null===W?N.show():N.hide()},this.show=function(){clearTimeout(q),q=setTimeout(function(){null===W&&(R=N[z],G(),K(),J(),pe.call(n,st,f),N[U]?ve(W,V):V())},20)},this.hide=function(){clearTimeout(q),q=setTimeout(function(){W&&null!==W&&le(W,Ft)&&(pe.call(n,ht,f),ae(W,Ft),N[U]?ve(W,Z):Z())},N[O])},m in n||(N[d]===at?(se(n,Qt[0],N.show),N[b]||se(n,Qt[1],N.hide)):ot!=N[d]&&"focus"!=N[d]||se(n,N[d],N.toggle)),n[m]=N}};a[qt]([m,Ae,"["+l+'="popover"]']);var ke=function(e,n){e=ce(e);var i=ce(e[bt](x)),o=e[bt]("data-offset");if(n=n||{},n[j]||i){for(var a,l=this,r=n[j]&&ce(n[j])||i,c=r&&r[kt]("A"),u=parseInt(o||n.offset)||10,s=[],f=[],h=e[Z]=h&&v>a;if(!c&&p)le(n,zt)||(oe(n,zt),l&&!le(l,zt)&&oe(l,zt),pe.call(e,"activate","scrollspy",s[t]));else if(p){if(!p&&!c||c&&p)return}else le(n,zt)&&(ae(n,zt),l&&le(l,zt)&&!re(n[Dt],zt).length&&ae(l,zt))},y=function(){a=d?me().y:e[G];for(var t=0,n=s[Mt];t1&&(t=e[e[Mt]-1]):t=e[0],t},k=function(){return ce(C()[bt]("href"))},I=function(t){var e=t[j][bt]("href");t[It](),c=t[j][bt](l)===i||e&&"#"===e.charAt(0)?t[j]:t[j][Dt],!m[r]&&!le(c,zt)&&p.show()};this.show=function(){c=c||t,f=ce(c[bt]("href")),u=C(),s=k(),m[r]=!0,ae(u,zt),oe(c,zt),b&&(le(t[Dt],"dropdown-menu")?le(b,zt)||oe(b,zt):le(b,zt)&&ae(b,zt)),pe.call(u,ht,i,c),le(s,"fade")?(ae(s,Ft),ve(s,x)):x()},w in t||se(t,ot,I),p[o]&&(g=k()[Dt]),t[w]=p}};a[qt]([w,Ie,"["+l+'="tab"]']);var Ne=function(n,o){n=ce(n),o=o||{};var a=n[bt](S),l=n[bt](D),r=n[bt](M),c=n[bt](B),u="tooltip",s="class",f="title",h="fade",d="div",v=ce(o[F]),p=ce(c),m=ue(n,".modal"),g=ue(n,"."+$t),w=ue(n,"."+_t);this[U]=o[U]&&o[U]!==h?o[U]:a||h,this[z]=o[z]?o[z]:l||Jt,this[O]=parseInt(o[O]||r)||200,this[F]=v?v:p?p:g?g:w?w:m?m:e[i];var y=this,T=0,x=this[z],C=null,A=n[bt](f)||n[bt](I)||n[bt](N);if(A&&""!=A){var k=function(){y[F].removeChild(C),C=null,T=null},L=function(){if(A=n[bt](f)||n[bt](I)||n[bt](N),!A||""==A)return!1;C=e[xt](d),C[yt]("role",u);var t=e[xt](d);t[yt](s,"arrow"),C[Ct](t);var i=e[xt](d);i[yt](s,u+"-inner"),C[Ct](i),i[At]=A,y[F][Ct](C),C[yt](s,u+" bs-"+u+"-"+x+" "+y[U])},E=function(){ge(n,C,x,y[F])},P=function(){!le(C,Ft)&&oe(C,Ft)},H=function(){se(t,ct,y.hide),pe.call(n,ft,u)},W=function(){fe(t,ct,y.hide),k(),pe.call(n,dt,u)};this.show=function(){clearTimeout(T),T=setTimeout(function(){if(null===C){if(x=y[z],0==L())return;E(),P(),pe.call(n,st,u),y[U]?ve(C,H):H()}},20)},this.hide=function(){clearTimeout(T),T=setTimeout(function(){C&&le(C,Ft)&&(pe.call(n,ht,u),ae(C,Ft),y[U]?ve(C,W):W())},y[O])},this.toggle=function(){C?y.hide():y.show()},b in n||(n[yt](N,A),n.removeAttribute(f),se(n,Qt[0],y.show),se(n,Qt[1],y.hide)),n[b]=y}};a[qt]([b,Ne,"["+l+'="tooltip"]']);var Le=function(t,e){for(var n=0,i=e[Mt];n=v,A=m[Jt]+d.h/2+w.h/2>=p,k=m[Jt]-d.h<0,I=m[Yt]-d.w<0,N=m[Jt]+d.h+w.h>=p,L=m[Yt]+d.w+w.w>=v;a=(a===Yt||a===Gt)&&I&&L?Jt:a,a=a===Jt&&k?Kt:a,a=a===Kt&&N?Jt:a,a=a===Yt&&I?Gt:a,a=a===Gt&&L?Yt:a,o.className[Bt](a)===-1&&(o.className=o.className.replace(Vt,a)),f=y[V],h=y[Z],a===Yt||a===Gt?(c=a===Yt?m[Yt]+g.x-d.w-(b?f:0):m[Yt]+g.x+w.w,T?(r=m[Jt]+g.y,u=w.h/2-f):A?(r=m[Jt]+g.y-d.h+w.h,u=d.h-w.h/2-f):(r=m[Jt]+g.y-d.h/2+w.h/2,u=d.h/2-(b?.9*h:h/2))):a!==Jt&&a!==Kt||(r=a===Jt?m[Jt]+g.y-d.h-(b?h:0):m[Jt]+g.y+w.h,x?(c=0,s=m[Yt]+w.w/2-f):C?(c=v-1.01*d.w,s=d.w-(v-m[Yt])+w.w/2-f/2):(c=m[Yt]+g.x-d.w/2+w.w/2,s=d.w/2-f/2)),o[jt][Jt]=r+"px",o[jt][Yt]=c+"px",u&&(y[jt][Jt]=u+"px"),s&&(y[jt][Yt]=s+"px")};o.version="2.0.24";var we=function(t){t=ce(t);var e=this,n="alert",i=ue(t,"."+n),o=function(){le(i,"fade")?ve(i,l):l()},a=function(o){i=ue(o[j],"."+n),t=ce("["+r+'="'+n+'"]',i),t&&i&&(t===o[j]||t[Ut](o[j]))&&e.close()},l=function(){pe.call(i,pt,n),fe(t,ot,a),i[Dt].removeChild(i)};this.close=function(){i&&t&&le(i,Ft)&&(pe.call(i,vt,n),ae(i,Ft),i&&o())},s in t||se(t,ot,a),t[s]=e};a[qt]([s,we,"["+r+'="alert"]']);var be=function(t){t=ce(t);var n=!1,i="button",o="checked",a="LABEL",l="INPUT",r=function(t){var n=t.which||t.keyCode;32===n&&t[j]===e.activeElement&&u(t)},c=function(t){var e=t.which||t.keyCode;32===e&&t[It]()},u=function(e){var r=e[j].tagName===a?e[j]:e[j][Dt].tagName===a?e[j][Dt]:null;if(r){var c=e[j],u=re(c[Dt],"btn"),s=r[kt](l)[0];if(s){if("checkbox"===s.type&&(s[o]?(ae(r,zt),s[bt](o),s.removeAttribute(o),s[o]=!1):(oe(r,zt),s[bt](o),s[yt](o,o),s[o]=!0),n||(n=!0,pe.call(s,wt,i),pe.call(t,wt,i))),"radio"===s.type&&!n&&!s[o]){oe(r,zt),s[yt](o,o),s[o]=!0,pe.call(s,wt,i),pe.call(t,wt,i),n=!0;for(var f=0,h=u[Mt];f=0},W=function(t){for(var e=0,n=E[Mt];et||o===x-1&&0===t)&&(A=m[d]=Gt),t<0?t=x-1:t===x&&(t=0),g=t,n=A===Yt?"next":"prev",pe.call(i,gt,s,y[t]),b=!0,clearInterval(w),W(t),te&&le(i,"slide")?(oe(y[t],v+"-"+n),y[t][V],oe(y[t],v+"-"+A),oe(y[o],v+"-"+A),he(y[t],ee,function(a){var l=a[j]!==y[t]?1e3*a.elapsedTime+100:20;b&&setTimeout(function(){b=!1,oe(y[t],zt),ae(y[o],zt),ae(y[t],v+"-"+n),ae(y[t],v+"-"+A),ae(y[o],v+"-"+A),pe.call(i,mt,s,y[t]),e.hidden||!m[q]||le(i,f)||m.cycle()},l)})):(oe(y[t],zt),y[t][V],ae(y[o],zt),setTimeout(function(){b=!1,m[q]&&!le(i,f)&&m.cycle(),pe.call(i,mt,s,y[t])},100)))}},this.getActiveIndex=function(){return y[Bt](re(i,v+" active")[0])||0},h in i||(m[R]&&m[q]&&(se(i,Qt[0],S),se(i,Qt[1],B),se(i,"touchstart",S),se(i,"touchend",B)),N&&se(N,ot,M),I&&se(I,ot,M),L&&se(L,ot,D),m[H]===!0&&se(t,lt,P)),m.getActiveIndex()<0&&(y[Mt]&&oe(y[0],zt),E[Mt]&&W(0)),m[q]&&m.cycle(),i[h]=m};a[qt]([h,ye,"["+u+'="carousel"]']);var Te=function(t,e){t=ce(t),e=e||{};var n,i,o=null,a=null,r=this,c=t[bt]("data-parent"),u="collapse",s="collapsed",f="isAnimating",h=function(t,e){pe.call(t,st,u),t[f]=!0,oe(t,Xt),ae(t,u),t[jt][et]=t[tt]+"px",ve(t,function(){t[f]=!1,t[yt](nt,"true"),e[yt](nt,"true"),ae(t,Xt),oe(t,u),oe(t,Ft),t[jt][et]="",pe.call(t,ft,u)})},v=function(t,e){pe.call(t,ht,u),t[f]=!0,t[jt][et]=t[tt]+"px",ae(t,u),ae(t,Ft),oe(t,Xt),t[V],t[jt][et]="0px",ve(t,function(){t[f]=!1,t[yt](nt,"false"),e[yt](nt,"false"),ae(t,Xt),oe(t,u),t[jt][et]="",pe.call(t,dt,u)})},p=function(){var e=t.href&&t[bt]("href"),n=t[bt](x),i=e||n&&"#"===n.charAt(0)&&n;return i&&ce(i)};this.toggle=function(t){t[It](),le(a,Ft)?r.hide():r.show()},this.hide=function(){a[f]||(v(a,t),oe(t,s))},this.show=function(){o&&(n=ce("."+u+"."+Ft,o),i=n&&(ce("["+l+'="'+u+'"]['+x+'="#'+n.id+'"]',o)||ce("["+l+'="'+u+'"][href="#'+n.id+'"]',o))),(!a[f]||n&&!n[f])&&(i&&n!==a&&(v(n,i),oe(i,s)),h(a,t),ae(t,s))},d in t||se(t,ot,r.toggle),a=p(),a[f]=!1,o=ce(e.parent)||c&&ue(t,c),t[d]=r};a[qt]([d,Te,"["+l+'="collapse"]']);var xe=function(t,n){t=ce(t),this.persist=n===!0||"true"===t[bt]("data-persist")||!1;var i=this,o="children",a=t[Dt],l="dropdown",r="open",c=null,u=ce(".dropdown-menu",a),s=function(){for(var t=u[o],e=[],n=0;n1?l-1:0:40===o&&ln[Q],b=S()},D=function(){s[jt][d]=!g&&w?b+"px":"",s[jt][v]=g&&!w?b+"px":""},M=function(){s[jt][d]="",s[jt][v]=""},O=function(){Zt=1;var t=e[xt]("div");C=ce("."+m),null===C&&(t[yt]("class",m+" fade"),C=t,e[i][Ct](C))},q=function(){C=ce("."+m),C&&null!==C&&"object"==typeof C&&(Zt=0,e[i].removeChild(C),C=null),pe.call(s,dt,f)},R=function(){le(s,Ft)?se(e,lt,G):fe(e,lt,G)},U=function(){le(s,Ft)?se(t,ct,A.update):fe(t,ct,A.update)},z=function(){le(s,Ft)?se(s,ot,J):fe(s,ot,J)},F=function(){ie(s),pe.call(s,ft,f,k)},X=function(){s[jt].display="",o&&ie(o),function(){re(e,f+" "+Ft)[0]||(M(),E(),ae(e[i],f+"-open"),C&&le(C,"fade")?(ae(C,Ft),ve(C,q)):q(),U(),z(),R())}()},Y=function(t){var e=t[j];e=e[Tt](x)||e[Tt]("href")?e:e[Dt],e!==o||le(s,Ft)||(s.modalTrigger=o,k=o,A.show(),t[It]())},G=function(t){A[H]&&27==t.which&&le(s,Ft)&&A.hide()},J=function(t){var e=t[j];le(s,Ft)&&(e[Dt][bt](r)===f||e[bt](r)===f||e===s&&A[P]!==h)&&(A.hide(),k=null,t[It]())};this.toggle=function(){le(s,Ft)?this.hide():this.show()},this.show=function(){pe.call(s,st,f,k);var t=re(e,f+" "+Ft)[0];t&&t!==s&&t.modalTrigger[p].hide(),this[P]&&!Zt&&O(),C&&Zt&&!le(C,Ft)&&(C[V],l=de(C),oe(C,Ft)),setTimeout(function(){s[jt].display="block",B(),L(),D(),oe(e[i],f+"-open"),oe(s,Ft),s[yt](it,!1),U(),z(),R(),le(s,"fade")?ve(s,F):F()},te&&C?l:0)},this.hide=function(){pe.call(s,ht,f),C=ce("."+m),l=C&&de(C),ae(s,Ft),s[yt](it,!0),setTimeout(function(){le(s,"fade")?ve(s,X):X()},te&&C?l:0)},this.setContent=function(t){ce("."+f+"-content",s)[At]=t},this.update=function(){le(s,Ft)&&(B(),L(),D())},!o||p in o||se(o,ot,Y),A[W]&&A.setContent(A[W]),!!o&&(o[p]=A)}};a[qt]([p,Ce,"["+l+'="modal"]']);var Ae=function(n,o){n=ce(n),o=o||{};var a=n[bt](E),l=n[bt](S),r=n[bt](D),c=n[bt](L),u=n[bt](M),s=n[bt](B),f="popover",h="template",d="trigger",v="class",p="div",g="fade",w="data-content",b="dismissible",y='',T=ce(o[F]),x=ce(s),C=ue(n,".modal"),A=ue(n,"."+$t),k=ue(n,"."+_t);this[h]=o[h]?o[h]:null,this[d]=o[d]?o[d]:a||at,this[U]=o[U]&&o[U]!==g?o[U]:l||g,this[z]=o[z]?o[z]:r||Jt,this[O]=parseInt(o[O]||u)||200,this[b]=!(!o[b]&&"true"!==c),this[F]=T?T:x?x:A?A:k?k:C?C:e[i];var N=this,P=n[bt](I)||null,H=n[bt](w)||null;if(H||this[h]){var W=null,q=0,R=this[z],X=function(t){null!==W&&t[j]===ce(".close",W)&&N.hide()},Y=function(){N[F].removeChild(W),q=null,W=null},G=function(){P=n[bt](I),H=n[bt](w),W=e[xt](p);var t=e[xt](p);if(t[yt](v,"arrow"),W[Ct](t),null!==H&&null===N[h]){if(W[yt]("role","tooltip"),null!==P){var i=e[xt]("h3");i[yt](v,f+"-header"),i[At]=N[b]?P+y:P,W[Ct](i)}var o=e[xt](p);o[yt](v,f+"-body"),o[At]=N[b]&&null===P?H+y:H,W[Ct](o)}else{var a=e[xt](p);a[At]=N[h],W[At]=a.firstChild[At]}N[F][Ct](W),W[jt].display="block",W[yt](v,f+" bs-"+f+"-"+R+" "+N[U])},J=function(){!le(W,Ft)&&oe(W,Ft)},K=function(){ge(n,W,R,N[F])},Q=function(i){ot!=N[d]&&"focus"!=N[d]||!N[b]&&i(n,"blur",N.hide),N[b]&&i(e,ot,X),i(t,ct,N.hide)},V=function(){Q(se),pe.call(n,ft,f)},Z=function(){Q(fe),Y(),pe.call(n,dt,f)};this.toggle=function(){null===W?N.show():N.hide()},this.show=function(){clearTimeout(q),q=setTimeout(function(){null===W&&(R=N[z],G(),K(),J(),pe.call(n,st,f),N[U]?ve(W,V):V())},20)},this.hide=function(){clearTimeout(q),q=setTimeout(function(){W&&null!==W&&le(W,Ft)&&(pe.call(n,ht,f),ae(W,Ft),N[U]?ve(W,Z):Z())},N[O])},m in n||(N[d]===at?(se(n,Qt[0],N.show),N[b]||se(n,Qt[1],N.hide)):ot!=N[d]&&"focus"!=N[d]||se(n,N[d],N.toggle)),n[m]=N}};a[qt]([m,Ae,"["+l+'="popover"]']);var ke=function(e,n){e=ce(e);var i=ce(e[bt](x)),o=e[bt]("data-offset");if(n=n||{},n[j]||i){for(var a,l=this,r=n[j]&&ce(n[j])||i,c=r&&r[kt]("A"),u=parseInt(o||n.offset)||10,s=[],f=[],h=e[Z]=h&&v>a;if(!c&&p)le(n,zt)||(oe(n,zt),l&&!le(l,zt)&&oe(l,zt),pe.call(e,"activate","scrollspy",s[t]));else if(p){if(!p&&!c||c&&p)return}else le(n,zt)&&(ae(n,zt),l&&le(l,zt)&&!re(n[Dt],zt).length&&ae(l,zt))},y=function(){a=d?me().y:e[G];for(var t=0,n=s[Mt];t1&&(t=e[e[Mt]-1]):t=e[0],t},k=function(){return ce(C()[bt]("href"))},I=function(t){var e=t[j][bt]("href");t[It](),c=t[j][bt](l)===i||e&&"#"===e.charAt(0)?t[j]:t[j][Dt],!m[r]&&!le(c,zt)&&p.show()};this.show=function(){c=c||t,f=ce(c[bt]("href")),u=C(),s=k(),m[r]=!0,ae(u,zt),oe(c,zt),b&&(le(t[Dt],"dropdown-menu")?le(b,zt)||oe(b,zt):le(b,zt)&&ae(b,zt)),pe.call(u,ht,i,c),le(s,"fade")?(ae(s,Ft),ve(s,x)):x()},w in t||se(t,ot,I),p[o]&&(g=k()[Dt]),t[w]=p}};a[qt]([w,Ie,"["+l+'="tab"]']);var Ne=function(n,o){n=ce(n),o=o||{};var a=n[bt](S),l=n[bt](D),r=n[bt](M),c=n[bt](B),u="tooltip",s="class",f="title",h="fade",d="div",v=ce(o[F]),p=ce(c),m=ue(n,".modal"),g=ue(n,"."+$t),w=ue(n,"."+_t);this[U]=o[U]&&o[U]!==h?o[U]:a||h,this[z]=o[z]?o[z]:l||Jt,this[O]=parseInt(o[O]||r)||200,this[F]=v?v:p?p:g?g:w?w:m?m:e[i];var y=this,T=0,x=this[z],C=null,A=n[bt](f)||n[bt](I)||n[bt](N);if(A&&""!=A){var k=function(){y[F].removeChild(C),C=null,T=null},L=function(){if(A=n[bt](f)||n[bt](I)||n[bt](N),!A||""==A)return!1;C=e[xt](d),C[yt]("role",u);var t=e[xt](d);t[yt](s,"arrow"),C[Ct](t);var i=e[xt](d);i[yt](s,u+"-inner"),C[Ct](i),i[At]=A,y[F][Ct](C),C[yt](s,u+" bs-"+u+"-"+x+" "+y[U])},E=function(){ge(n,C,x,y[F])},P=function(){!le(C,Ft)&&oe(C,Ft)},H=function(){se(t,ct,y.hide),pe.call(n,ft,u)},W=function(){fe(t,ct,y.hide),k(),pe.call(n,dt,u)};this.show=function(){clearTimeout(T),T=setTimeout(function(){if(null===C){if(x=y[z],0==L())return;E(),P(),pe.call(n,st,u),y[U]?ve(C,H):H()}},20)},this.hide=function(){clearTimeout(T),T=setTimeout(function(){C&&le(C,Ft)&&(pe.call(n,ht,u),ae(C,Ft),y[U]?ve(C,W):W())},y[O])},this.toggle=function(){C?y.hide():y.show()},b in n||(n[yt](N,A),n.removeAttribute(f),se(n,Qt[0],y.show),se(n,Qt[1],y.hide)),n[b]=y}};a[qt]([b,Ne,"["+l+'="tooltip"]']);var Le=function(t,e){for(var n=0,i=e[Mt];n next) || (activeItem === total - 1 && next === 0 ) ) { slideDirection = self[direction] = right; // prev diff --git a/dist/bootstrap-native.min.js b/dist/bootstrap-native.min.js index 0ff700f6..3fd9b7cb 100644 --- a/dist/bootstrap-native.min.js +++ b/dist/bootstrap-native.min.js @@ -1,2 +1,2 @@ -// Native Javascript for Bootstrap 3 v2.0.23 | © dnp_theme | MIT-License -!function(t,n){if("function"==typeof define&&define.amd)define([],n);else if("object"==typeof module&&module.exports)module.exports=n();else{var e=n();t.Affix=e.Affix,t.Alert=e.Alert,t.Button=e.Button,t.Carousel=e.Carousel,t.Collapse=e.Collapse,t.Dropdown=e.Dropdown,t.Modal=e.Modal,t.Popover=e.Popover,t.ScrollSpy=e.ScrollSpy,t.Tab=e.Tab,t.Tooltip=e.Tooltip}}(this,function(){"use strict";var t="undefined"!=typeof global?global:this||window,n=document,e=n.documentElement,i="body",o=t.BSN={},a=o.supports=[],l="data-toggle",r="data-dismiss",c="data-spy",u="data-ride",f="Affix",s="Alert",d="Button",h="Carousel",p="Collapse",v="Dropdown",m="Modal",g="Popover",b="ScrollSpy",w="Tab",y="Tooltip",x="data-backdrop",T="data-keyboard",A="data-target",C="data-interval",I="data-height",k="data-pause",N="data-title",L="data-original-title",S="data-original-text",E="data-dismissible",B="data-trigger",M="data-animation",D="data-container",P="data-placement",H="data-delay",O="data-offset-top",W="data-offset-bottom",j="backdrop",q="keyboard",z="delay",R="content",U="target",F="interval",X="pause",Y="animation",G="placement",J="container",K="offsetTop",Q="offsetBottom",V="offsetLeft",Z="scrollTop",$="scrollLeft",_="clientWidth",tt="clientHeight",nt="offsetWidth",et="offsetHeight",it="innerWidth",ot="innerHeight",at="scrollHeight",lt="height",rt="aria-expanded",ct="aria-hidden",ut="click",ft="hover",st="keydown",dt="keyup",ht="resize",pt="scroll",vt="show",mt="shown",gt="hide",bt="hidden",wt="close",yt="closed",xt="slid",Tt="slide",At="change",Ct="getAttribute",It="setAttribute",kt="hasAttribute",Nt="createElement",Lt="appendChild",St="innerHTML",Et="getElementsByTagName",Bt="preventDefault",Mt="getBoundingClientRect",Dt="querySelectorAll",Pt="getElementsByClassName",Ht="getComputedStyle",Ot="indexOf",Wt="parentNode",jt="length",qt="toLowerCase",zt="Transition",Rt="Duration",Ut="Webkit",Ft="style",Xt="push",Yt="tabindex",Gt="contains",Jt="active",Kt="in",Qt="collapsing",Vt="disabled",Zt="loading",$t="left",_t="right",tn="top",nn="bottom",en=!("opacity"in e[Ft]),on="onmouseleave"in n?["mouseenter","mouseleave"]:["mouseover","mouseout"],an=/\b(top|bottom|left|right)+/,ln=0,rn="navbar-fixed-top",cn="navbar-fixed-bottom",un=Ut+zt in e[Ft]||zt[qt]()in e[Ft],fn=Ut+zt in e[Ft]?Ut[qt]()+zt+"End":zt[qt]()+"end",sn=Ut+Rt in e[Ft]?Ut[qt]()+zt+Rt:zt[qt]()+Rt,dn=function(t){t.focus?t.focus():t.setActive()},hn=function(t,n){t.classList.add(n)},pn=function(t,n){t.classList.remove(n)},vn=function(t,n){return t.classList[Gt](n)},mn=function(t){for(var n=[],e=0,i=t[jt];e=d,x=p[tn]+s.h/2+m.h/2>=h,T=p[tn]-s.h<0,A=p[$t]-s.w<0,C=p[tn]+s.h+m.h>=h,I=p[$t]+s.w+m.w>=d;a=(a===$t||a===_t)&&A&&I?tn:a,a=a===tn&&T?nn:a,a=a===nn&&C?tn:a,a=a===$t&&A?_t:a,a=a===_t&&I?$t:a,a===$t||a===_t?(c=a===$t?p[$t]+v.x-s.w:p[$t]+v.x+m.w,b?(r=p[tn]+v.y,u=m.h/2):x?(r=p[tn]+v.y-s.h+m.h,u=s.h-m.h/2):r=p[tn]+v.y-s.h/2+m.h/2):a!==tn&&a!==nn||(r=a===tn?p[tn]+v.y-s.h:p[tn]+v.y+m.h,w?(c=0,f=p[$t]+m.w/2):y?(c=d-1.01*s.w,f=s.w-(d-p[$t])+m.w/2):c=p[$t]+v.x-s.w/2+m.w/2),o[Ft][tn]=r+"px",o[Ft][$t]=c+"px",u&&(g[Ft][tn]=u+"px"),f&&(g[Ft][$t]=f+"px"),o.className[Ot](a)===-1&&(o.className=o.className.replace(an,a))};o.version="2.0.23";var Ln=function(o,a){o=bn(o),a=a||{};var l=o[Ct](A),r=o[Ct](O),c=o[Ct](W),u="affix",s="affixed",d="function",h="update",p="affix-top",v="affixed-top",m="affix-bottom",g="affixed-bottom";if(this[U]=a[U]?bn(a[U]):bn(l)||null,this[K]=a[K]?a[K]:parseInt(r)||0,this[Q]=a[Q]?a[Q]:parseInt(c)||0,this[U]||this[K]||this[Q]){var b,w,y,x,T,C,I=this,k=!1,N=!1,L=function(){return Math.max(n[i][at],n[i][et],e[tt],e[at],e[et])},S=function(){return null!==I[U]?I[U][Mt]()[tn]+x:I[K]?parseInt(typeof I[K]===d?I[K]():I[K]||0):void 0},E=function(){if(I[Q])return y-o[et]-parseInt(typeof I[Q]===d?I[Q]():I[Q]||0)},B=function(){y=L(),x=parseInt(kn().y,0),b=S(),w=E(),T=parseInt(b)-x<0&&x>parseInt(b),C=parseInt(w)-x<0&&x>parseInt(w)},M=function(){k||vn(o,u)||(In.call(o,u,u),In.call(o,p,u),hn(o,u),k=!0,In.call(o,s,u),In.call(o,v,u))},D=function(){k&&vn(o,u)&&(pn(o,u),k=!1)},P=function(){N||vn(o,m)||(In.call(o,u,u),In.call(o,m,u),hn(o,m),N=!0,In.call(o,s,u),In.call(o,g,u))},H=function(){N&&vn(o,m)&&(pn(o,m),N=!1)},j=function(){C?(T&&D(),P()):(H(),T?M():D())};this[h]=function(){B(),j()},f in o||(yn(t,pt,I[h]),!en&&yn(t,ht,I[h])),o[f]=I,I[h]()}};a[Xt]([f,Ln,"["+c+'="affix"]']);var Sn=function(t){t=bn(t);var n=this,e="alert",i=wn(t,"."+e),o=function(){vn(i,"fade")?Cn(i,l):l()},a=function(o){i=wn(o[U],"."+e),t=bn("["+r+'="'+e+'"]',i),t&&i&&(t===o[U]||t[Gt](o[U]))&&n.close()},l=function(){In.call(i,yt,e),xn(t,ut,a),i[Wt].removeChild(i)};this.close=function(){i&&t&&vn(i,Kt)&&(In.call(i,wt,e),pn(i,Kt),i&&o())},s in t||yn(t,ut,a),t[s]=n};a[Xt]([s,Sn,"["+r+'="alert"]']);var En=function(t,e){t=bn(t),e=e||null;var i=!1,o="button",a="checked",l="reset",r="LABEL",c="INPUT",u=function(){e&&e!==l&&(e===Zt&&(hn(t,Vt),t[It](Vt,Vt),t[It](S,t[St].trim())),t[St]=t[Ct]("data-"+e+"-text"))},f=function(){t[Ct](S)&&((vn(t,Vt)||t[Ct](Vt)===Vt)&&(pn(t,Vt),t.removeAttribute(Vt)),t[St]=t[Ct](S))},s=function(t){var e=t.which||t.keyCode;32===e&&t[U]===n.activeElement&&p(t)},h=function(t){var n=t.which||t.keyCode;32===n&&t[Bt]()},p=function(n){var e=n[U].tagName===r?n[U]:n[U][Wt].tagName===r?n[U][Wt]:null;if(e){var l=n[U],u=gn(l[Wt],"btn"),f=e[Et](c)[0];if(f){if("checkbox"===f.type&&(f[a]?(pn(e,Jt),f[Ct](a),f.removeAttribute(a),f[a]=!1):(hn(e,Jt),f[Ct](a),f[It](a,a),f[a]=!0),i||(i=!0,In.call(f,At,o),In.call(t,At,o))),"radio"===f.type&&!i&&!f[a]){hn(e,Jt),f[It](a,a),f[a]=!0,In.call(f,At,o),In.call(t,At,o),i=!0;for(var s=0,d=u[jt];s=0},H=function(t){for(var n=0,e=L[jt];nt||i===w-1&&0===t)&&(y=p[s]=_t),t<0?t=w-1:t===w&&(t=0),v=t,e=y===$t?"next":"prev",In.call(n,Tt,u,b[t]),g=!0,clearInterval(m),H(t),un&&vn(n,"slide")?(hn(b[t],e),b[t][nt],hn(b[t],y),hn(b[i],y),Tn(b[t],fn,function(o){var a=o[U]!==b[t]?1e3*o.elapsedTime+100:20;g&&setTimeout(function(){g=!1,hn(b[t],Jt),pn(b[i],Jt),pn(b[t],e),pn(b[t],y),pn(b[i],y),In.call(n,xt,u,b[t]),p[F]&&!vn(n,f)&&p.cycle()},a)})):(hn(b[t],Jt),b[t][nt],pn(b[i],Jt),setTimeout(function(){g=!1,p[F]&&!vn(n,f)&&p.cycle(),In.call(n,xt,u,b[t])},100))}},this.getActiveIndex=function(){return b[Ot](gn(n,"item active")[0])||0},h in n||(p[X]&&p[F]&&(yn(n,on[0],S),yn(n,on[1],E),yn(n,"touchstart",S),yn(n,"touchend",E)),I&&yn(I,ut,M),A&&yn(A,ut,M),N&&yn(N,ut,B),p[q]&&yn(t,st,D)),p.getActiveIndex()<0&&(b[jt]&&hn(b[0],Jt),L[jt]&&H(0)),p[F]&&p.cycle(),n[h]=p};a[Xt]([h,Bn,"["+u+'="carousel"]']);var Mn=function(t,n){t=bn(t),n=n||{};var e,i,o=null,a=null,r=this,c=t[Ct]("data-parent"),u="collapse",f="collapsed",s="isAnimating",d=function(t,n){In.call(t,vt,u),t[s]=!0,hn(t,Qt),pn(t,u),t[Ft][lt]=t[at]+"px",Cn(t,function(){t[s]=!1,t[It](rt,"true"),n[It](rt,"true"),pn(t,Qt),hn(t,u),hn(t,Kt),t[Ft][lt]="",In.call(t,mt,u)})},h=function(t,n){In.call(t,gt,u),t[s]=!0,t[Ft][lt]=t[at]+"px",pn(t,u),pn(t,Kt),hn(t,Qt),t[nt],t[Ft][lt]="0px",Cn(t,function(){t[s]=!1,t[It](rt,"false"),n[It](rt,"false"),pn(t,Qt),hn(t,u),t[Ft][lt]="",In.call(t,bt,u)})},v=function(){var n=t.href&&t[Ct]("href"),e=t[Ct](A),i=n||e&&"#"===e.charAt(0)&&e;return i&&bn(i)};this.toggle=function(t){t[Bt](),vn(a,Kt)?r.hide():r.show()},this.hide=function(){a[s]||(h(a,t),hn(t,f))},this.show=function(){o&&(e=bn("."+u+"."+Kt,o),i=e&&(bn("["+l+'="'+u+'"]['+A+'="#'+e.id+'"]',o)||bn("["+l+'="'+u+'"][href="#'+e.id+'"]',o))),(!a[s]||e&&!e[s])&&(i&&e!==a&&(h(e,i),hn(i,f)),d(a,t),pn(t,f))},p in t||yn(t,ut,r.toggle),a=v(),a[s]=!1,o=bn(n.parent)||c&&wn(t,c),t[p]=r};a[Xt]([p,Mn,"["+l+'="collapse"]']);var Dn=function(t,e){t=bn(t),this.persist=e===!0||"true"===t[Ct]("data-persist")||!1;var i=this,o="children",a=t[Wt],l="dropdown",r="open",c=null,u=bn(".dropdown-menu",a),f=function(){for(var t=u[o],n=[],e=0;e1?s-1:0:40===a&&se[tt],w=E()},M=function(){f[Ft][h]=!g&&b?w+"px":"",f[Ft][p]=g&&!b?w+"px":""},D=function(){f[Ft][h]="",f[Ft][p]=""},P=function(){ln=1;var t=n[Nt]("div");y=bn("."+v),null===y&&(t[It]("class",v+" fade"),y=t,n[i][Lt](y))},H=function(){y=bn("."+v),y&&null!==y&&"object"==typeof y&&(ln=0,n[i].removeChild(y),y=null),In.call(f,bt,s)},O=function(){vn(f,Kt)?yn(n,st,G):xn(n,st,G)},W=function(){vn(f,Kt)?yn(t,ht,C.update):xn(t,ht,C.update)},z=function(){vn(f,Kt)?yn(f,ut,J):xn(f,ut,J)},F=function(){dn(f),In.call(f,mt,s,I)},X=function(){f[Ft].display="",o&&dn(o),function(){gn(n,s+" "+Kt)[0]||(D(),S(),pn(n[i],s+"-open"),y&&vn(y,"fade")?(pn(y,Kt),Cn(y,H)):H(),W(),z(),O())}()},Y=function(t){var n=t[U];n=n[kt](A)||n[kt]("href")?n:n[Wt],n!==o||vn(f,Kt)||(f.modalTrigger=o,I=o,C.show(),t[Bt]())},G=function(t){var n=t.which||t.keyCode;C[q]&&27==n&&vn(f,Kt)&&C.hide()},J=function(t){var n=t[U];vn(f,Kt)&&(n[Wt][Ct](r)===s||n[Ct](r)===s||n===f&&C[j]!==d)&&(C.hide(),I=null,t[Bt]())};this.toggle=function(){vn(f,Kt)?this.hide():this.show()},this.show=function(){In.call(f,vt,s,I);var t=gn(n,s+" in")[0];t&&t!==f&&t.modalTrigger[m].hide(),this[j]&&!ln&&P(),y&&ln&&!vn(y,Kt)&&(y[nt],l=An(y),hn(y,Kt)),setTimeout(function(){f[Ft].display="block",B(),L(),M(),hn(n[i],s+"-open"),hn(f,Kt),f[It](ct,!1),W(),z(),O(),vn(f,"fade")?Cn(f,F):F()},un&&y?l:0)},this.hide=function(){In.call(f,gt,s),y=bn("."+v),l=y&&An(y),pn(f,Kt),f[It](ct,!0),setTimeout(function(){vn(f,"fade")?Cn(f,X):X()},un&&y?l:0)},this.setContent=function(t){bn("."+s+"-content",f)[St]=t},this.update=function(){vn(f,Kt)&&(B(),L(),M())},!o||m in o||yn(o,ut,Y),C[R]&&C.setContent(C[R]),!!o&&(o[m]=C)}};a[Xt]([m,Pn,"["+l+'="modal"]']);var Hn=function(e,o){e=bn(e),o=o||{};var a=e[Ct](B),l=e[Ct](M),r=e[Ct](P),c=e[Ct](E),u=e[Ct](H),f=e[Ct](D),s="popover",d="template",h="trigger",p="class",v="div",m="fade",b="data-content",w="dismissible",y='',x=bn(o[J]),T=bn(f),A=wn(e,".modal"),C=wn(e,"."+rn),I=wn(e,"."+cn);this[d]=o[d]?o[d]:null,this[h]=o[h]?o[h]:a||ft,this[Y]=o[Y]&&o[Y]!==m?o[Y]:l||m,this[G]=o[G]?o[G]:r||tn,this[z]=parseInt(o[z]||u)||200,this[w]=!(!o[w]&&"true"!==c),this[J]=x?x:T?T:C?C:I?I:A?A:n[i];var k=this,L=e[Ct](N)||null,S=e[Ct](b)||null;if(S||this[d]){var O=null,W=0,j=this[G],q=function(t){null!==O&&t[U]===bn(".close",O)&&k.hide()},R=function(){k[J].removeChild(O),W=null,O=null},F=function(){if(L=e[Ct](N),S=e[Ct](b),O=n[Nt](v),null!==S&&null===k[d]){if(O[It]("role","tooltip"),null!==L){var t=n[Nt]("h3");t[It](p,s+"-title"),t[St]=k[w]?L+y:L,O[Lt](t)}var i=n[Nt](v),o=n[Nt](v);i[It](p,"arrow"),o[It](p,s+"-content"),O[Lt](i),O[Lt](o),o[St]=k[w]&&null===L?S+y:S}else{var a=n[Nt](v);a[St]=k[d],O[St]=a.firstChild[St]}k[J][Lt](O),O[Ft].display="block",O[It](p,s+" "+j+" "+k[Y])},X=function(){!vn(O,Kt)&&hn(O,Kt)},K=function(){Nn(e,O,j,k[J])},Q=function(i){ut!=k[h]&&"focus"!=k[h]||!k[w]&&i(e,"blur",k.hide),k[w]&&i(n,ut,q),!en&&i(t,ht,k.hide)},V=function(){Q(yn),In.call(e,mt,s)},Z=function(){Q(xn),R(),In.call(e,bt,s)};this.toggle=function(){null===O?k.show():k.hide()},this.show=function(){clearTimeout(W),W=setTimeout(function(){null===O&&(j=k[G],F(),K(),X(),In.call(e,vt,s),k[Y]?Cn(O,V):V())},20)},this.hide=function(){clearTimeout(W),W=setTimeout(function(){O&&null!==O&&vn(O,Kt)&&(In.call(e,gt,s),pn(O,Kt),k[Y]?Cn(O,Z):Z())},k[z])},g in e||(k[h]===ft?(yn(e,on[0],k.show),k[w]||yn(e,on[1],k.hide)):ut!=k[h]&&"focus"!=k[h]||yn(e,k[h],k.toggle)),e[g]=k}};a[Xt]([g,Hn,"["+l+'="popover"]']);var On=function(n,e){n=bn(n);var i=bn(n[Ct](A)),o=n[Ct]("data-offset");if(e=e||{},e[U]||i){for(var a,l=this,r=e[U]&&bn(e[U])||i,c=r&&r[Et]("A"),u=parseInt(o||e.offset)||10,f=[],s=[],d=n[et]=c&&d>a;if(!r&&p)"LI"!==e.tagName||vn(e,Jt)||(hn(e,Jt),o&&!vn(o,Jt)&&hn(o,Jt),In.call(n,"activate","scrollspy",f[t]));else if(p){if(!p&&!r||r&&p)return}else"LI"===e.tagName&&vn(e,Jt)&&(pn(e,Jt),o&&vn(o,Jt)&&!gn(e[Wt],Jt).length&&pn(o,Jt))},y=function(){a=h?kn().y:n[Z];for(var t=0,e=f[jt];t1&&(t=n[n[jt]-1]):t=n[0],t[Et]("A")[0]},C=function(){return bn(A()[Ct]("href"))},k=function(t){var n=t[U][Ct]("href");t[Bt](),c=t[U][Ct](l)===i||n&&"#"===n.charAt(0)?t[U]:t[U][Wt],!m[r]&&!vn(c[Wt],Jt)&&v.show()};this.show=function(){c=c||t,s=bn(c[Ct]("href")),u=A(),f=C(),m[r]=!0,pn(u[Wt],Jt),hn(c[Wt],Jt),b&&(vn(t[Wt][Wt],"dropdown-menu")?vn(b,Jt)||hn(b,Jt):vn(b,Jt)&&pn(b,Jt)),In.call(u,gt,i,c),vn(f,"fade")?(pn(f,Kt),Cn(f,T)):T()},w in t||yn(t,ut,k),v[o]&&(g=C()[Wt]),t[w]=v}};a[Xt]([w,Wn,"["+l+'="tab"]']);var jn=function(e,o){e=bn(e),o=o||{};var a=e[Ct](M),l=e[Ct](P),r=e[Ct](H),c=e[Ct](D),u="tooltip",f="class",s="title",d="fade",h="div",p=bn(o[J]),v=bn(c),m=wn(e,".modal"),g=wn(e,"."+rn),b=wn(e,"."+cn);this[Y]=o[Y]&&o[Y]!==d?o[Y]:a||d,this[G]=o[G]?o[G]:l||tn,this[z]=parseInt(o[z]||r)||200,this[J]=p?p:v?v:g?g:b?b:m?m:n[i];var w=this,x=0,T=this[G],A=null,C=e[Ct](s)||e[Ct](N)||e[Ct](L);if(C&&""!=C){var I=function(){w[J].removeChild(A),A=null,x=null},k=function(){if(C=e[Ct](s)||e[Ct](N)||e[Ct](L),!C||""==C)return!1;A=n[Nt](h),A[It]("role",u);var t=n[Nt](h),i=n[Nt](h);t[It](f,u+"-arrow"),i[It](f,u+"-inner"),A[Lt](t),A[Lt](i),i[St]=C,w[J][Lt](A),A[It](f,u+" "+T+" "+w[Y])},S=function(){Nn(e,A,T,w[J])},E=function(){!vn(A,Kt)&&hn(A,Kt)},B=function(){In.call(e,mt,u),!en&&yn(t,ht,w.hide)},O=function(){!en&&xn(t,ht,w.hide),I(),In.call(e,bt,u)};this.show=function(){clearTimeout(x),x=setTimeout(function(){if(null===A){if(T=w[G],0==k())return;S(),E(),In.call(e,vt,u),w[Y]?Cn(A,B):B()}},20)},this.hide=function(){clearTimeout(x),x=setTimeout(function(){A&&vn(A,Kt)&&(In.call(e,gt,u),pn(A,Kt),w[Y]?Cn(A,O):O())},w[z])},this.toggle=function(){A?w.hide():w.show()},y in e||(e[It](L,C),e.removeAttribute(s),yn(e,on[0],w.show),yn(e,on[1],w.hide)),e[y]=w}};a[Xt]([y,jn,"["+l+'="tooltip"]']);var qn=function(t,n){for(var e=0,i=n[jt];e=d,x=p[tn]+s.h/2+m.h/2>=h,T=p[tn]-s.h<0,A=p[$t]-s.w<0,C=p[tn]+s.h+m.h>=h,I=p[$t]+s.w+m.w>=d;a=(a===$t||a===_t)&&A&&I?tn:a,a=a===tn&&T?nn:a,a=a===nn&&C?tn:a,a=a===$t&&A?_t:a,a=a===_t&&I?$t:a,a===$t||a===_t?(c=a===$t?p[$t]+v.x-s.w:p[$t]+v.x+m.w,b?(r=p[tn]+v.y,u=m.h/2):x?(r=p[tn]+v.y-s.h+m.h,u=s.h-m.h/2):r=p[tn]+v.y-s.h/2+m.h/2):a!==tn&&a!==nn||(r=a===tn?p[tn]+v.y-s.h:p[tn]+v.y+m.h,w?(c=0,f=p[$t]+m.w/2):y?(c=d-1.01*s.w,f=s.w-(d-p[$t])+m.w/2):c=p[$t]+v.x-s.w/2+m.w/2),o[Ft][tn]=r+"px",o[Ft][$t]=c+"px",u&&(g[Ft][tn]=u+"px"),f&&(g[Ft][$t]=f+"px"),o.className[Ot](a)===-1&&(o.className=o.className.replace(an,a))};o.version="2.0.24";var Ln=function(o,a){o=bn(o),a=a||{};var l=o[Ct](A),r=o[Ct](O),c=o[Ct](W),u="affix",s="affixed",d="function",h="update",p="affix-top",v="affixed-top",m="affix-bottom",g="affixed-bottom";if(this[U]=a[U]?bn(a[U]):bn(l)||null,this[K]=a[K]?a[K]:parseInt(r)||0,this[Q]=a[Q]?a[Q]:parseInt(c)||0,this[U]||this[K]||this[Q]){var b,w,y,x,T,C,I=this,k=!1,N=!1,L=function(){return Math.max(n[i][at],n[i][et],e[tt],e[at],e[et])},S=function(){return null!==I[U]?I[U][Mt]()[tn]+x:I[K]?parseInt(typeof I[K]===d?I[K]():I[K]||0):void 0},E=function(){if(I[Q])return y-o[et]-parseInt(typeof I[Q]===d?I[Q]():I[Q]||0)},B=function(){y=L(),x=parseInt(kn().y,0),b=S(),w=E(),T=parseInt(b)-x<0&&x>parseInt(b),C=parseInt(w)-x<0&&x>parseInt(w)},M=function(){k||vn(o,u)||(In.call(o,u,u),In.call(o,p,u),hn(o,u),k=!0,In.call(o,s,u),In.call(o,v,u))},D=function(){k&&vn(o,u)&&(pn(o,u),k=!1)},P=function(){N||vn(o,m)||(In.call(o,u,u),In.call(o,m,u),hn(o,m),N=!0,In.call(o,s,u),In.call(o,g,u))},H=function(){N&&vn(o,m)&&(pn(o,m),N=!1)},j=function(){C?(T&&D(),P()):(H(),T?M():D())};this[h]=function(){B(),j()},f in o||(yn(t,pt,I[h]),!en&&yn(t,ht,I[h])),o[f]=I,I[h]()}};a[Xt]([f,Ln,"["+c+'="affix"]']);var Sn=function(t){t=bn(t);var n=this,e="alert",i=wn(t,"."+e),o=function(){vn(i,"fade")?Cn(i,l):l()},a=function(o){i=wn(o[U],"."+e),t=bn("["+r+'="'+e+'"]',i),t&&i&&(t===o[U]||t[Gt](o[U]))&&n.close()},l=function(){In.call(i,yt,e),xn(t,ut,a),i[Wt].removeChild(i)};this.close=function(){i&&t&&vn(i,Kt)&&(In.call(i,wt,e),pn(i,Kt),i&&o())},s in t||yn(t,ut,a),t[s]=n};a[Xt]([s,Sn,"["+r+'="alert"]']);var En=function(t,e){t=bn(t),e=e||null;var i=!1,o="button",a="checked",l="reset",r="LABEL",c="INPUT",u=function(){e&&e!==l&&(e===Zt&&(hn(t,Vt),t[It](Vt,Vt),t[It](S,t[St].trim())),t[St]=t[Ct]("data-"+e+"-text"))},f=function(){t[Ct](S)&&((vn(t,Vt)||t[Ct](Vt)===Vt)&&(pn(t,Vt),t.removeAttribute(Vt)),t[St]=t[Ct](S))},s=function(t){var e=t.which||t.keyCode;32===e&&t[U]===n.activeElement&&p(t)},h=function(t){var n=t.which||t.keyCode;32===n&&t[Bt]()},p=function(n){var e=n[U].tagName===r?n[U]:n[U][Wt].tagName===r?n[U][Wt]:null;if(e){var l=n[U],u=gn(l[Wt],"btn"),f=e[Et](c)[0];if(f){if("checkbox"===f.type&&(f[a]?(pn(e,Jt),f[Ct](a),f.removeAttribute(a),f[a]=!1):(hn(e,Jt),f[Ct](a),f[It](a,a),f[a]=!0),i||(i=!0,In.call(f,At,o),In.call(t,At,o))),"radio"===f.type&&!i&&!f[a]){hn(e,Jt),f[It](a,a),f[a]=!0,In.call(f,At,o),In.call(t,At,o),i=!0;for(var s=0,d=u[jt];s=0},H=function(t){for(var n=0,e=L[jt];nt||i===w-1&&0===t)&&(y=p[s]=_t),t<0?t=w-1:t===w&&(t=0),v=t,e=y===$t?"next":"prev",In.call(n,Tt,u,b[t]),g=!0,clearInterval(m),H(t),un&&vn(n,"slide")?(hn(b[t],e),b[t][nt],hn(b[t],y),hn(b[i],y),Tn(b[t],fn,function(o){var a=o[U]!==b[t]?1e3*o.elapsedTime+100:20;g&&setTimeout(function(){g=!1,hn(b[t],Jt),pn(b[i],Jt),pn(b[t],e),pn(b[t],y),pn(b[i],y),In.call(n,xt,u,b[t]),p[F]&&!vn(n,f)&&p.cycle()},a)})):(hn(b[t],Jt),b[t][nt],pn(b[i],Jt),setTimeout(function(){g=!1,p[F]&&!vn(n,f)&&p.cycle(),In.call(n,xt,u,b[t])},100)))}},this.getActiveIndex=function(){return b[Ot](gn(n,"item active")[0])||0},h in n||(p[X]&&p[F]&&(yn(n,on[0],S),yn(n,on[1],E),yn(n,"touchstart",S),yn(n,"touchend",E)),I&&yn(I,ut,M),A&&yn(A,ut,M),N&&yn(N,ut,B),p[q]&&yn(t,st,D)),p.getActiveIndex()<0&&(b[jt]&&hn(b[0],Jt),L[jt]&&H(0)),p[F]&&p.cycle(),n[h]=p};a[Xt]([h,Bn,"["+u+'="carousel"]']);var Mn=function(t,n){t=bn(t),n=n||{};var e,i,o=null,a=null,r=this,c=t[Ct]("data-parent"),u="collapse",f="collapsed",s="isAnimating",d=function(t,n){In.call(t,vt,u),t[s]=!0,hn(t,Qt),pn(t,u),t[Ft][lt]=t[at]+"px",Cn(t,function(){t[s]=!1,t[It](rt,"true"),n[It](rt,"true"),pn(t,Qt),hn(t,u),hn(t,Kt),t[Ft][lt]="",In.call(t,mt,u)})},h=function(t,n){In.call(t,gt,u),t[s]=!0,t[Ft][lt]=t[at]+"px",pn(t,u),pn(t,Kt),hn(t,Qt),t[nt],t[Ft][lt]="0px",Cn(t,function(){t[s]=!1,t[It](rt,"false"),n[It](rt,"false"),pn(t,Qt),hn(t,u),t[Ft][lt]="",In.call(t,bt,u)})},v=function(){var n=t.href&&t[Ct]("href"),e=t[Ct](A),i=n||e&&"#"===e.charAt(0)&&e;return i&&bn(i)};this.toggle=function(t){t[Bt](),vn(a,Kt)?r.hide():r.show()},this.hide=function(){a[s]||(h(a,t),hn(t,f))},this.show=function(){o&&(e=bn("."+u+"."+Kt,o),i=e&&(bn("["+l+'="'+u+'"]['+A+'="#'+e.id+'"]',o)||bn("["+l+'="'+u+'"][href="#'+e.id+'"]',o))),(!a[s]||e&&!e[s])&&(i&&e!==a&&(h(e,i),hn(i,f)),d(a,t),pn(t,f))},p in t||yn(t,ut,r.toggle),a=v(),a[s]=!1,o=bn(n.parent)||c&&wn(t,c),t[p]=r};a[Xt]([p,Mn,"["+l+'="collapse"]']);var Dn=function(t,e){t=bn(t),this.persist=e===!0||"true"===t[Ct]("data-persist")||!1;var i=this,o="children",a=t[Wt],l="dropdown",r="open",c=null,u=bn(".dropdown-menu",a),f=function(){for(var t=u[o],n=[],e=0;e1?s-1:0:40===a&&se[tt],w=E()},M=function(){f[Ft][h]=!g&&b?w+"px":"",f[Ft][p]=g&&!b?w+"px":""},D=function(){f[Ft][h]="",f[Ft][p]=""},P=function(){ln=1;var t=n[Nt]("div");y=bn("."+v),null===y&&(t[It]("class",v+" fade"),y=t,n[i][Lt](y))},H=function(){y=bn("."+v),y&&null!==y&&"object"==typeof y&&(ln=0,n[i].removeChild(y),y=null),In.call(f,bt,s)},O=function(){vn(f,Kt)?yn(n,st,G):xn(n,st,G)},W=function(){vn(f,Kt)?yn(t,ht,C.update):xn(t,ht,C.update)},z=function(){vn(f,Kt)?yn(f,ut,J):xn(f,ut,J)},F=function(){dn(f),In.call(f,mt,s,I)},X=function(){f[Ft].display="",o&&dn(o),function(){gn(n,s+" "+Kt)[0]||(D(),S(),pn(n[i],s+"-open"),y&&vn(y,"fade")?(pn(y,Kt),Cn(y,H)):H(),W(),z(),O())}()},Y=function(t){var n=t[U];n=n[kt](A)||n[kt]("href")?n:n[Wt],n!==o||vn(f,Kt)||(f.modalTrigger=o,I=o,C.show(),t[Bt]())},G=function(t){var n=t.which||t.keyCode;C[q]&&27==n&&vn(f,Kt)&&C.hide()},J=function(t){var n=t[U];vn(f,Kt)&&(n[Wt][Ct](r)===s||n[Ct](r)===s||n===f&&C[j]!==d)&&(C.hide(),I=null,t[Bt]())};this.toggle=function(){vn(f,Kt)?this.hide():this.show()},this.show=function(){In.call(f,vt,s,I);var t=gn(n,s+" in")[0];t&&t!==f&&t.modalTrigger[m].hide(),this[j]&&!ln&&P(),y&&ln&&!vn(y,Kt)&&(y[nt],l=An(y),hn(y,Kt)),setTimeout(function(){f[Ft].display="block",B(),L(),M(),hn(n[i],s+"-open"),hn(f,Kt),f[It](ct,!1),W(),z(),O(),vn(f,"fade")?Cn(f,F):F()},un&&y?l:0)},this.hide=function(){In.call(f,gt,s),y=bn("."+v),l=y&&An(y),pn(f,Kt),f[It](ct,!0),setTimeout(function(){vn(f,"fade")?Cn(f,X):X()},un&&y?l:0)},this.setContent=function(t){bn("."+s+"-content",f)[St]=t},this.update=function(){vn(f,Kt)&&(B(),L(),M())},!o||m in o||yn(o,ut,Y),C[R]&&C.setContent(C[R]),!!o&&(o[m]=C)}};a[Xt]([m,Pn,"["+l+'="modal"]']);var Hn=function(e,o){e=bn(e),o=o||{};var a=e[Ct](B),l=e[Ct](M),r=e[Ct](P),c=e[Ct](E),u=e[Ct](H),f=e[Ct](D),s="popover",d="template",h="trigger",p="class",v="div",m="fade",b="data-content",w="dismissible",y='',x=bn(o[J]),T=bn(f),A=wn(e,".modal"),C=wn(e,"."+rn),I=wn(e,"."+cn);this[d]=o[d]?o[d]:null,this[h]=o[h]?o[h]:a||ft,this[Y]=o[Y]&&o[Y]!==m?o[Y]:l||m,this[G]=o[G]?o[G]:r||tn,this[z]=parseInt(o[z]||u)||200,this[w]=!(!o[w]&&"true"!==c),this[J]=x?x:T?T:C?C:I?I:A?A:n[i];var k=this,L=e[Ct](N)||null,S=e[Ct](b)||null;if(S||this[d]){var O=null,W=0,j=this[G],q=function(t){null!==O&&t[U]===bn(".close",O)&&k.hide()},R=function(){k[J].removeChild(O),W=null,O=null},F=function(){if(L=e[Ct](N),S=e[Ct](b),O=n[Nt](v),null!==S&&null===k[d]){if(O[It]("role","tooltip"),null!==L){var t=n[Nt]("h3");t[It](p,s+"-title"),t[St]=k[w]?L+y:L,O[Lt](t)}var i=n[Nt](v),o=n[Nt](v);i[It](p,"arrow"),o[It](p,s+"-content"),O[Lt](i),O[Lt](o),o[St]=k[w]&&null===L?S+y:S}else{var a=n[Nt](v);a[St]=k[d],O[St]=a.firstChild[St]}k[J][Lt](O),O[Ft].display="block",O[It](p,s+" "+j+" "+k[Y])},X=function(){!vn(O,Kt)&&hn(O,Kt)},K=function(){Nn(e,O,j,k[J])},Q=function(i){ut!=k[h]&&"focus"!=k[h]||!k[w]&&i(e,"blur",k.hide),k[w]&&i(n,ut,q),!en&&i(t,ht,k.hide)},V=function(){Q(yn),In.call(e,mt,s)},Z=function(){Q(xn),R(),In.call(e,bt,s)};this.toggle=function(){null===O?k.show():k.hide()},this.show=function(){clearTimeout(W),W=setTimeout(function(){null===O&&(j=k[G],F(),K(),X(),In.call(e,vt,s),k[Y]?Cn(O,V):V())},20)},this.hide=function(){clearTimeout(W),W=setTimeout(function(){O&&null!==O&&vn(O,Kt)&&(In.call(e,gt,s),pn(O,Kt),k[Y]?Cn(O,Z):Z())},k[z])},g in e||(k[h]===ft?(yn(e,on[0],k.show),k[w]||yn(e,on[1],k.hide)):ut!=k[h]&&"focus"!=k[h]||yn(e,k[h],k.toggle)),e[g]=k}};a[Xt]([g,Hn,"["+l+'="popover"]']);var On=function(n,e){n=bn(n);var i=bn(n[Ct](A)),o=n[Ct]("data-offset");if(e=e||{},e[U]||i){for(var a,l=this,r=e[U]&&bn(e[U])||i,c=r&&r[Et]("A"),u=parseInt(o||e.offset)||10,f=[],s=[],d=n[et]=c&&d>a;if(!r&&p)"LI"!==e.tagName||vn(e,Jt)||(hn(e,Jt),o&&!vn(o,Jt)&&hn(o,Jt),In.call(n,"activate","scrollspy",f[t]));else if(p){if(!p&&!r||r&&p)return}else"LI"===e.tagName&&vn(e,Jt)&&(pn(e,Jt),o&&vn(o,Jt)&&!gn(e[Wt],Jt).length&&pn(o,Jt))},y=function(){a=h?kn().y:n[Z];for(var t=0,e=f[jt];t1&&(t=n[n[jt]-1]):t=n[0],t[Et]("A")[0]},C=function(){return bn(A()[Ct]("href"))},k=function(t){var n=t[U][Ct]("href");t[Bt](),c=t[U][Ct](l)===i||n&&"#"===n.charAt(0)?t[U]:t[U][Wt],!m[r]&&!vn(c[Wt],Jt)&&v.show()};this.show=function(){c=c||t,s=bn(c[Ct]("href")),u=A(),f=C(),m[r]=!0,pn(u[Wt],Jt),hn(c[Wt],Jt),b&&(vn(t[Wt][Wt],"dropdown-menu")?vn(b,Jt)||hn(b,Jt):vn(b,Jt)&&pn(b,Jt)),In.call(u,gt,i,c),vn(f,"fade")?(pn(f,Kt),Cn(f,T)):T()},w in t||yn(t,ut,k),v[o]&&(g=C()[Wt]),t[w]=v}};a[Xt]([w,Wn,"["+l+'="tab"]']);var jn=function(e,o){e=bn(e),o=o||{};var a=e[Ct](M),l=e[Ct](P),r=e[Ct](H),c=e[Ct](D),u="tooltip",f="class",s="title",d="fade",h="div",p=bn(o[J]),v=bn(c),m=wn(e,".modal"),g=wn(e,"."+rn),b=wn(e,"."+cn);this[Y]=o[Y]&&o[Y]!==d?o[Y]:a||d,this[G]=o[G]?o[G]:l||tn,this[z]=parseInt(o[z]||r)||200,this[J]=p?p:v?v:g?g:b?b:m?m:n[i];var w=this,x=0,T=this[G],A=null,C=e[Ct](s)||e[Ct](N)||e[Ct](L);if(C&&""!=C){var I=function(){w[J].removeChild(A),A=null,x=null},k=function(){if(C=e[Ct](s)||e[Ct](N)||e[Ct](L),!C||""==C)return!1;A=n[Nt](h),A[It]("role",u);var t=n[Nt](h),i=n[Nt](h);t[It](f,u+"-arrow"),i[It](f,u+"-inner"),A[Lt](t),A[Lt](i),i[St]=C,w[J][Lt](A),A[It](f,u+" "+T+" "+w[Y])},S=function(){Nn(e,A,T,w[J])},E=function(){!vn(A,Kt)&&hn(A,Kt)},B=function(){In.call(e,mt,u),!en&&yn(t,ht,w.hide)},O=function(){!en&&xn(t,ht,w.hide),I(),In.call(e,bt,u)};this.show=function(){clearTimeout(x),x=setTimeout(function(){if(null===A){if(T=w[G],0==k())return;S(),E(),In.call(e,vt,u),w[Y]?Cn(A,B):B()}},20)},this.hide=function(){clearTimeout(x),x=setTimeout(function(){A&&vn(A,Kt)&&(In.call(e,gt,u),pn(A,Kt),w[Y]?Cn(A,O):O())},w[z])},this.toggle=function(){A?w.hide():w.show()},y in e||(e[It](L,C),e.removeAttribute(s),yn(e,on[0],w.show),yn(e,on[1],w.hide)),e[y]=w}};a[Xt]([y,jn,"["+l+'="tooltip"]']);var qn=function(t,n){for(var e=0,i=n[jt];eThis is another caption
- Jump +
- +