/*! jquery ui - v1.12.1 - 2020-09-25 * http://jqueryui.com * includes: data.js, disable-selection.js, escape-selector.js, focusable.js, form-reset-mixin.js, form.js, ie.js, jquery-1-7.js, keycode.js, labels.js, plugin.js, position.js, safe-active-element.js, safe-blur.js, scroll-parent.js, tabbable.js, unique-id.js, version.js, widget.js * copyright jquery foundation and other contributors; licensed */ !function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jquery)}(function(x){var t,e,n,w,c,o,s,r,l,a,i,h;function e(t,e,i){return[parsefloat(t[0])*(a.test(t[0])?e/100:1),parsefloat(t[1])*(a.test(t[1])?i/100:1)]}function h(t,e){return parseint(x.css(t,e),10)||0}x.ui=x.ui||{},x.ui.version="1.12.1", /*! * jquery ui :data 1.12.1 * http://jqueryui.com * * copyright jquery foundation and other contributors * released under the mit license. * http://jquery.org/license */ x.extend(x.expr[":"],{data:x.expr.createpseudo?x.expr.createpseudo(function(e){return function(t){return!!x.data(t,e)}}):function(t,e,i){return!!x.data(t,i[3])}}), /*! * jquery ui disable selection 1.12.1 * http://jqueryui.com * * copyright jquery foundation and other contributors * released under the mit license. * http://jquery.org/license */ x.fn.extend({disableselection:(t="onselectstart"in document.createelement("div")?"selectstart":"mousedown",function(){return this.on(t+".ui-disableselection",function(t){t.preventdefault()})}),enableselection:function(){return this.off(".ui-disableselection")}}),x.ui.escapeselector=(e=/([!"#$%&'()*+,./:;<=>?@[\]^`{|}~])/g,function(t){return t.replace(e,"\\$1")}), /*! * jquery ui focusable 1.12.1 * http://jqueryui.com * * copyright jquery foundation and other contributors * released under the mit license. * http://jquery.org/license */ x.ui.focusable=function(t,e){var i,n,o,s,r=t.nodename.tolowercase();return"area"===r?(n=(i=t.parentnode).name,!(!t.href||!n||"map"!==i.nodename.tolowercase())&&(0<(n=x("img[usemap='#"+n+"']")).length&&n.is(":visible"))):(/^(input|select|textarea|button|object)$/.test(r)?(o=!t.disabled)&&(s=x(t).closest("fieldset")[0])&&(o=!s.disabled):o="a"===r&&t.href||e,o&&x(t).is(":visible")&&function(t){var e=t.css("visibility");for(;"inherit"===e;)t=t.parent(),e=t.css("visibility");return"hidden"!==e}(x(t)))},x.extend(x.expr[":"],{focusable:function(t){return x.ui.focusable(t,null!=x.attr(t,"tabindex"))}}),x.fn.form=function(){return"string"==typeof this[0].form?this.closest("form"):x(this[0].form)}, /*! * jquery ui form reset mixin 1.12.1 * http://jqueryui.com * * copyright jquery foundation and other contributors * released under the mit license. * http://jquery.org/license */ x.ui.formresetmixin={_formresethandler:function(){var e=x(this);settimeout(function(){var t=e.data("ui-form-reset-instances");x.each(t,function(){this.refresh()})})},_bindformresethandler:function(){var t;this.form=this.element.form(),this.form.length&&((t=this.form.data("ui-form-reset-instances")||[]).length||this.form.on("reset.ui-form-reset",this._formresethandler),t.push(this),this.form.data("ui-form-reset-instances",t))},_unbindformresethandler:function(){var t;this.form.length&&((t=this.form.data("ui-form-reset-instances")).splice(x.inarray(this,t),1),t.length?this.form.data("ui-form-reset-instances",t):this.form.removedata("ui-form-reset-instances").off("reset.ui-form-reset"))}},x.ui.ie=!!/msie [\w.]+/.exec(navigator.useragent.tolowercase()), /*! * jquery ui support for jquery core 1.7.x 1.12.1 * http://jqueryui.com * * copyright jquery foundation and other contributors * released under the mit license. * http://jquery.org/license * */ "1.7"===x.fn.jquery.substring(0,3)&&(x.each(["width","height"],function(t,i){var o="width"===i?["left","right"]:["top","bottom"],n=i.tolowercase(),s={innerwidth:x.fn.innerwidth,innerheight:x.fn.innerheight,outerwidth:x.fn.outerwidth,outerheight:x.fn.outerheight};function r(t,e,i,n){return x.each(o,function(){e-=parsefloat(x.css(t,"padding"+this))||0,i&&(e-=parsefloat(x.css(t,"border"+this+"width"))||0),n&&(e-=parsefloat(x.css(t,"margin"+this))||0)}),e}x.fn["inner"+i]=function(t){return void 0===t?s["inner"+i].call(this):this.each(function(){x(this).css(n,r(this,t)+"px")})},x.fn["outer"+i]=function(t,e){return"number"!=typeof t?s["outer"+i].call(this,t):this.each(function(){x(this).css(n,r(this,t,!0,e)+"px")})}}),x.fn.addback=function(t){return this.add(null==t?this.prevobject:this.prevobject.filter(t))}), /*! * jquery ui keycode 1.12.1 * http://jqueryui.com * * copyright jquery foundation and other contributors * released under the mit license. * http://jquery.org/license */ x.ui.keycode={backspace:8,comma:188,delete:46,down:40,end:35,enter:13,escape:27,home:36,left:37,page_down:34,page_up:33,period:190,right:39,space:32,tab:9,up:38}, /*! * jquery ui labels 1.12.1 * http://jqueryui.com * * copyright jquery foundation and other contributors * released under the mit license. * http://jquery.org/license */ x.fn.labels=function(){var t,e,i;return this[0].labels&&this[0].labels.length?this.pushstack(this[0].labels):(e=this.eq(0).parents("label"),(t=this.attr("id"))&&(i=(i=this.eq(0).parents().last()).add((i.length?i:this).siblings()),t="label[for='"+x.ui.escapeselector(t)+"']",e=e.add(i.find(t).addback(t))),this.pushstack(e))},x.ui.plugin={add:function(t,e,i){var n,o=x.ui[t].prototype;for(n in i)o.plugins[n]=o.plugins[n]||[],o.plugins[n].push([e,i[n]])},call:function(t,e,i,n){var o,s=t.plugins[e];if(s&&(n||t.element[0].parentnode&&11!==t.element[0].parentnode.nodetype))for(o=0;o
"),i=e.children()[0];return x("body").append(e),t=i.offsetwidth,e.css("overflow","scroll"),t===(i=i.offsetwidth)&&(i=e[0].clientwidth),e.remove(),n=t-i},getscrollinfo:function(t){var e=t.iswindow||t.isdocument?"":t.element.css("overflow-x"),i=t.iswindow||t.isdocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthw(c(n),c(o))?s.important="horizontal":s.important="vertical",f.using.call(this,t,s)}),r.offset(x.extend(h,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,n=i.iswindow?i.scrollleft:i.offset.left,o=i.width,s=t.left-e.collisionposition.marginleft,r=n-s,l=s+e.collisionwidth-o-n;e.collisionwidth>o?0o?0",options:{classes:{},disabled:!1,create:null},_createwidget:function(t,e){e=x(e||this.defaultelement||this)[0],this.element=x(e),this.uuid=f++,this.eventnamespace="."+this.widgetname+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classeselementlookup={},e!==this&&(x.data(e,this.widgetfullname,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerdocument:e.document||e),this.window=x(this.document[0].defaultview||this.document[0].parentwindow)),this.options=x.widget.extend({},this.options,this._getcreateoptions(),t),this._create(),this.options.disabled&&this._setoptiondisabled(this.options.disabled),this._trigger("create",null,this._getcreateeventdata()),this._init()},_getcreateoptions:function(){return{}},_getcreateeventdata:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classeselementlookup,function(t,e){i._removeclass(e,t)}),this.element.off(this.eventnamespace).removedata(this.widgetfullname),this.widget().off(this.eventnamespace).removeattr("aria-disabled"),this.bindings.off(this.eventnamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,n,o,s=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(s={},t=(i=t.split(".")).shift(),i.length){for(n=s[t]=x.widget.extend({},this.options[t]),o=0;o