@atlassian/aui 10.1.5 → 10.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("jquery")):"function"==typeof define&&define.amd?define("@atlassian/aui",["jquery"],t):"object"==typeof exports?exports["@atlassian/aui"]=t(require("jquery")):e.AJS=t(e.jQuery)}(window,e=>(()=>{var t={101(e,t,i){let n;n=i(195),e.exports=(()=>{var e={930(e){"use strict";e.exports=n}},t={};let i=function i(n){var s=t[n];if(void 0!==s)return s.exports;var r=t[n]={exports:{}};return e[n](r,r.exports,i),r.exports}(930),s=/^.*[\\\/]/,r=/\{0\}/gi;function a(e,t){let n=i(e).data("FancyFileInput");if(n)return n;t=i.extend({},a.defaults,t),this.el=e,this.$el=i(e),this.$label=this.createLabel(t.buttonText),this._addLabelText(),this.$clearButton=i("<button>",{text:this.$label.attr("data-ffi-clearButtonText")||t.clearButtonText,class:"ffi-clear",type:"button",tabindex:"-1"}),this.multipleFileTextPattern=this.$label.attr("data-ffi-multipleFileTextPattern")||t.multipleFileTextPattern,this._eventNamespace=".ffi",this.CLASSES={disabled:"is-disabled",focused:"is-focused",active:"is-active",valid:"is-valid",invalid:"is-invalid"},this[this.isDisabled()?"disable":"enable"]()}return a.defaults={buttonText:"Browse…",clearButtonText:"Clear",multipleFileTextPattern:"{0} files"},a.prototype._addLabelText=function(){let e=i('label[for="'+this.el.id+'"]');e.length&&this.$el.attr("aria-label",e.text())},a.prototype.createLabel=function(e){let t=this.$el.parent(".ffi[data-ffi-button-text]");return t.length||(t=this.$el.wrap(i("<label>",{class:"ffi","data-ffi-button-text":e})).parent()),t},a.prototype.isDisabled=function(){return this.$el.is(":disabled")},a.prototype.formatMultipleFileText=function(e){return this.multipleFileTextPattern.replace(r,e)},a.prototype.bindEvents=function(){this.$el.on("invalid"+this._eventNamespace,this.checkValidity.bind(this)).on("change"+this._eventNamespace,this.change.bind(this)).on("keydown"+this._eventNamespace,this.keydown.bind(this)).on("mousedown"+this._eventNamespace,this.mousedown.bind(this)).on("mouseup"+this._eventNamespace,this.mouseup.bind(this)).on("focus"+this._eventNamespace,this.focus.bind(this)).on("blur"+this._eventNamespace,this.blur.bind(this)),this.$clearButton.on("click"+this._eventNamespace,this.clear.bind(this))},a.prototype.unbindEvents=function(){this.$el.off(this._eventNamespace),this.$clearButton.off(this._eventNamespace)},a.prototype.fireEvent=function(e){this.$el.trigger(e+this._eventNamespace)},a.prototype.enable=function(){this.bindEvents(),this.$el.prop("disabled",!1),this.$label.removeClass(this.CLASSES.disabled)},a.prototype.disable=function(){this.unbindEvents(),this.$el.prop("disabled",!0),this.$label.addClass(this.CLASSES.disabled)},a.prototype.clear=function(){return this.$el.wrap("<form>").closest("form").get(0).reset(),this.$el.unwrap(),this.el.value="",this.change(),!1},a.prototype.focus=function(){this.$label.addClass(this.CLASSES.focused)},a.prototype.blur=function(){this.$label.removeClass(this.CLASSES.focused)},a.prototype.mousedown=function(){this.$label.addClass(this.CLASSES.active)},a.prototype.mouseup=function(){this.$label.removeClass(this.CLASSES.active)},a.prototype.keydown=function(e){let t=e.which;(8===t||46===t)&&(this.clear(),e.preventDefault())},a.prototype.checkValidity=function(){if(!this.el.required)return;let e=this.$el.is(":invalid");this.$label.toggleClass(this.CLASSES.invalid,e).toggleClass(this.CLASSES.valid,!e)},a.prototype.change=function(){let e,t="";this.checkValidity(),(e=this.el.multiple&&this.el.files.length>1?this.formatMultipleFileText(this.el.files.length):this.el.value).length?(t=e.replace(s,""),this.$clearButton.appendTo(this.$label)):this.$clearButton.detach(),this.$el.focus(),this.setFieldText(t),this.fireEvent("value-changed")},a.prototype.setFieldText=function(e){let t="data-ffi-value";e.length?(this.$label.attr(t,e),this.fireEvent("value-added")):(this.$label.removeAttr(t),this.fireEvent("value-cleared"))},i.fn.fancyFileInput=function(e){return this.each(function(){let t=new a(this,e);i(this).data("FancyFileInput",t)})},{}})()},793(){console.debug("AUI import for WRM I18n not loaded")},603(){jQuery.fn.moveTo=function(e){var t,i=jQuery.extend({transition:!1,scrollOffset:35},e),n=this,s=n.offset().top;if((jQuery(window).scrollTop()+jQuery(window).height()-this.outerHeight()<s||jQuery(window).scrollTop()+i.scrollOffset>s)&&jQuery(window).height()>i.scrollOffset){if(t=jQuery(window).scrollTop()+i.scrollOffset>s?s-(jQuery(window).height()-this.outerHeight())+i.scrollOffset:s-i.scrollOffset,!jQuery.fn.moveTo.animating&&i.transition)return jQuery(document).trigger("moveToStarted",this),jQuery.fn.moveTo.animating=!0,jQuery("html,body").animate({scrollTop:t},1e3,function(){jQuery(document).trigger("moveToFinished",n),delete jQuery.fn.moveTo.animating}),this;var r=jQuery("html, body");return r.is(":animated")&&(r.stop(),delete jQuery.fn.moveTo.animating),jQuery(document).trigger("moveToStarted"),jQuery(window).scrollTop(t),setTimeout(function(){jQuery(document).trigger("moveToFinished",n)},100),this}return jQuery(document).trigger("moveToFinished",this),this}},973(e,t,i){var n,s,r,a;r=function(e,t,i,n){var s,r=e.Backbone,a=Array.prototype.slice;t.VERSION="1.6.0",t.$=n,t.noConflict=function(){return e.Backbone=r,this},t.emulateHTTP=!1,t.emulateJSON=!1;var o=t.Events={},l=/\s+/,c=function(e,t,n,s,r){var a,o=0;if(n&&"object"==typeof n)for(void 0!==s&&("context"in r)&&void 0===r.context&&(r.context=s),a=i.keys(n);o<a.length;o++)t=c(e,t,a[o],n[a[o]],r);else if(n&&l.test(n))for(a=n.split(l);o<a.length;o++)t=e(t,a[o],s,r);else t=e(t,n,s,r);return t};o.on=function(e,t,i){return this._events=c(u,this._events||{},e,t,{context:i,ctx:this,listening:s}),s&&((this._listeners||(this._listeners={}))[s.id]=s,s.interop=!1),this},o.listenTo=function(e,t,n){if(!e)return this;var r=e._listenId||(e._listenId=i.uniqueId("l")),a=this._listeningTo||(this._listeningTo={}),o=s=a[r];o||(this._listenId||(this._listenId=i.uniqueId("l")),o=s=a[r]=new v(this,e));var l=h(e,t,n,this);if(s=void 0,l)throw l;return o.interop&&o.on(t,n),this};var u=function(e,t,i,n){if(i){var s=e[t]||(e[t]=[]),r=n.context,a=n.ctx,o=n.listening;o&&o.count++,s.push({callback:i,context:r,ctx:r||a,listening:o})}return e},h=function(e,t,i,n){try{e.on(t,i,n)}catch(e){return e}};o.off=function(e,t,i){return this._events&&(this._events=c(p,this._events,e,t,{context:i,listeners:this._listeners})),this},o.stopListening=function(e,t,n){var s=this._listeningTo;if(!s)return this;for(var r=e?[e._listenId]:i.keys(s),a=0;a<r.length;a++){var o=s[r[a]];if(!o)break;o.obj.off(t,n,this),o.interop&&o.off(t,n)}return i.isEmpty(s)&&(this._listeningTo=void 0),this};var p=function(e,t,n,s){if(e){var r,a=s.context,o=s.listeners,l=0;if(!t&&!a&&!n){for(r=i.keys(o);l<r.length;l++)o[r[l]].cleanup();return}for(r=t?[t]:i.keys(e);l<r.length;l++){var c=e[t=r[l]];if(!c)break;for(var u=[],h=0;h<c.length;h++){var p=c[h];if(n&&n!==p.callback&&n!==p.callback._callback||a&&a!==p.context)u.push(p);else{var f=p.listening;f&&f.off(t,n)}}u.length?e[t]=u:delete e[t]}return e}};o.once=function(e,t,i){var n=c(f,{},e,t,this.off.bind(this));return"string"==typeof e&&null==i&&(t=void 0),this.on(n,t,i)},o.listenToOnce=function(e,t,i){var n=c(f,{},t,i,this.stopListening.bind(this,e));return this.listenTo(e,n)};var f=function(e,t,n,s){if(n){var r=e[t]=i.once(function(){s(t,r),n.apply(this,arguments)});r._callback=n}return e};o.trigger=function(e){if(!this._events)return this;for(var t=Math.max(0,arguments.length-1),i=Array(t),n=0;n<t;n++)i[n]=arguments[n+1];return c(g,this._events,e,void 0,i),this};var g=function(e,t,i,n){if(e){var s=e[t],r=e.all;s&&r&&(r=r.slice()),s&&m(s,n),r&&m(r,[t].concat(n))}return e},m=function(e,t){var i,n=-1,s=e.length,r=t[0],a=t[1],o=t[2];switch(t.length){case 0:for(;++n<s;)(i=e[n]).callback.call(i.ctx);return;case 1:for(;++n<s;)(i=e[n]).callback.call(i.ctx,r);return;case 2:for(;++n<s;)(i=e[n]).callback.call(i.ctx,r,a);return;case 3:for(;++n<s;)(i=e[n]).callback.call(i.ctx,r,a,o);return;default:for(;++n<s;)(i=e[n]).callback.apply(i.ctx,t);return}},v=function(e,t){this.id=e._listenId,this.listener=e,this.obj=t,this.interop=!0,this.count=0,this._events=void 0};v.prototype.on=o.on,v.prototype.off=function(e,t){var i;this.interop?(this._events=c(p,this._events,e,t,{context:void 0,listeners:void 0}),i=!this._events):(this.count--,i=0===this.count),i&&this.cleanup()},v.prototype.cleanup=function(){delete this.listener._listeningTo[this.obj._listenId],this.interop||delete this.obj._listeners[this.id]},o.bind=o.on,o.unbind=o.off,i.extend(t,o);var b=t.Model=function(e,t){var n=e||{};t||(t={}),this.preinitialize.apply(this,arguments),this.cid=i.uniqueId(this.cidPrefix),this.attributes={},t.collection&&(this.collection=t.collection),t.parse&&(n=this.parse(n,t)||{});var s=i.result(this,"defaults");n=i.defaults(i.extend({},s,n),s),this.set(n,t),this.changed={},this.initialize.apply(this,arguments)};i.extend(b.prototype,o,{changed:null,validationError:null,idAttribute:"id",cidPrefix:"c",preinitialize:function(){},initialize:function(){},toJSON:function(e){return i.clone(this.attributes)},sync:function(){return t.sync.apply(this,arguments)},get:function(e){return this.attributes[e]},escape:function(e){return i.escape(this.get(e))},has:function(e){return null!=this.get(e)},matches:function(e){return!!i.iteratee(e,this)(this.attributes)},set:function(e,t,n){if(null==e)return this;if("object"==typeof e?(s=e,n=t):(s={})[e]=t,n||(n={}),!this._validate(s,n))return!1;var s,r=n.unset,a=n.silent,o=[],l=this._changing;this._changing=!0,l||(this._previousAttributes=i.clone(this.attributes),this.changed={});var c=this.attributes,u=this.changed,h=this._previousAttributes;for(var p in s)t=s[p],i.isEqual(c[p],t)||o.push(p),i.isEqual(h[p],t)?delete u[p]:u[p]=t,r?delete c[p]:c[p]=t;if(this.idAttribute in s){var f=this.id;this.id=this.get(this.idAttribute),this.trigger("changeId",this,f,n)}if(!a){o.length&&(this._pending=n);for(var g=0;g<o.length;g++)this.trigger("change:"+o[g],this,c[o[g]],n)}if(l)return this;if(!a)for(;this._pending;)n=this._pending,this._pending=!1,this.trigger("change",this,n);return this._pending=!1,this._changing=!1,this},unset:function(e,t){return this.set(e,void 0,i.extend({},t,{unset:!0}))},clear:function(e){var t={};for(var n in this.attributes)t[n]=void 0;return this.set(t,i.extend({},e,{unset:!0}))},hasChanged:function(e){return null==e?!i.isEmpty(this.changed):i.has(this.changed,e)},changedAttributes:function(e){if(!e)return!!this.hasChanged()&&i.clone(this.changed);var t,n=this._changing?this._previousAttributes:this.attributes,s={};for(var r in e){var a=e[r];i.isEqual(n[r],a)||(s[r]=a,t=!0)}return!!t&&s},previous:function(e){return null!=e&&this._previousAttributes?this._previousAttributes[e]:null},previousAttributes:function(){return i.clone(this._previousAttributes)},fetch:function(e){e=i.extend({parse:!0},e);var t=this,n=e.success;return e.success=function(i){var s=e.parse?t.parse(i,e):i;if(!t.set(s,e))return!1;n&&n.call(e.context,t,i,e),t.trigger("sync",t,i,e)},Y(this,e),this.sync("read",this,e)},save:function(e,t,n){null==e||"object"==typeof e?(s=e,n=t):(s={})[e]=t;var s,r=(n=i.extend({validate:!0,parse:!0},n)).wait;if(s&&!r){if(!this.set(s,n))return!1}else if(!this._validate(s,n))return!1;var a=this,o=n.success,l=this.attributes;n.success=function(e){a.attributes=l;var t=n.parse?a.parse(e,n):e;if(r&&(t=i.extend({},s,t)),t&&!a.set(t,n))return!1;o&&o.call(n.context,a,e,n),a.trigger("sync",a,e,n)},Y(this,n),s&&r&&(this.attributes=i.extend({},l,s));var c=this.isNew()?"create":n.patch?"patch":"update";"patch"!==c||n.attrs||(n.attrs=s);var u=this.sync(c,this,n);return this.attributes=l,u},destroy:function(e){e=e?i.clone(e):{};var t=this,n=e.success,s=e.wait,r=function(){t.stopListening(),t.trigger("destroy",t,t.collection,e)};e.success=function(i){s&&r(),n&&n.call(e.context,t,i,e),t.isNew()||t.trigger("sync",t,i,e)};var a=!1;return this.isNew()?i.defer(e.success):(Y(this,e),a=this.sync("delete",this,e)),s||r(),a},url:function(){var e=i.result(this,"urlRoot")||i.result(this.collection,"url")||V();if(this.isNew())return e;var t=this.get(this.idAttribute);return e.replace(/[^\/]$/,"$&/")+encodeURIComponent(t)},parse:function(e,t){return e},clone:function(){return new this.constructor(this.attributes)},isNew:function(){return!this.has(this.idAttribute)},isValid:function(e){return this._validate({},i.extend({},e,{validate:!0}))},_validate:function(e,t){if(!t.validate||!this.validate)return!0;e=i.extend({},this.attributes,e);var n=this.validationError=this.validate(e,t)||null;return!n||(this.trigger("invalid",this,n,i.extend(t,{validationError:n})),!1)}});var y=t.Collection=function(e,t){t||(t={}),this.preinitialize.apply(this,arguments),t.model&&(this.model=t.model),void 0!==t.comparator&&(this.comparator=t.comparator),this._reset(),this.initialize.apply(this,arguments),e&&this.reset(e,i.extend({silent:!0},t))},w={add:!0,remove:!0,merge:!0},_={add:!0,remove:!1},x=function(e,t,i){i=Math.min(Math.max(i,0),e.length);var n,s=Array(e.length-i),r=t.length;for(n=0;n<s.length;n++)s[n]=e[n+i];for(n=0;n<r;n++)e[n+i]=t[n];for(n=0;n<s.length;n++)e[n+r+i]=s[n]};i.extend(y.prototype,o,{model:b,preinitialize:function(){},initialize:function(){},toJSON:function(e){return this.map(function(t){return t.toJSON(e)})},sync:function(){return t.sync.apply(this,arguments)},add:function(e,t){return this.set(e,i.extend({merge:!1},t,_))},remove:function(e,t){t=i.extend({},t);var n=!i.isArray(e);e=n?[e]:e.slice();var s=this._removeModels(e,t);return!t.silent&&s.length&&(t.changes={added:[],merged:[],removed:s},this.trigger("update",this,t)),n?s[0]:s},set:function(e,t){if(null!=e){(t=i.extend({},w,t)).parse&&!this._isModel(e)&&(e=this.parse(e,t)||[]);var n,s,r=!i.isArray(e);e=r?[e]:e.slice();var a=t.at;null!=a&&(a*=1),a>this.length&&(a=this.length),a<0&&(a+=this.length+1);var o=[],l=[],c=[],u=[],h={},p=t.add,f=t.merge,g=t.remove,m=!1,v=this.comparator&&null==a&&!1!==t.sort,b=i.isString(this.comparator)?this.comparator:null;for(s=0;s<e.length;s++){n=e[s];var y=this.get(n);if(y){if(f&&n!==y){var _=this._isModel(n)?n.attributes:n;t.parse&&(_=y.parse(_,t)),y.set(_,t),c.push(y),v&&!m&&(m=y.hasChanged(b))}h[y.cid]||(h[y.cid]=!0,o.push(y)),e[s]=y}else p&&(n=e[s]=this._prepareModel(n,t))&&(l.push(n),this._addReference(n,t),h[n.cid]=!0,o.push(n))}if(g){for(s=0;s<this.length;s++)h[(n=this.models[s]).cid]||u.push(n);u.length&&this._removeModels(u,t)}var C=!1;if(o.length&&!v&&p&&g?(C=this.length!==o.length||i.some(this.models,function(e,t){return e!==o[t]}),this.models.length=0,x(this.models,o,0),this.length=this.models.length):l.length&&(v&&(m=!0),x(this.models,l,null==a?this.length:a),this.length=this.models.length),m&&this.sort({silent:!0}),!t.silent){for(s=0;s<l.length;s++)null!=a&&(t.index=a+s),(n=l[s]).trigger("add",n,this,t);(m||C)&&this.trigger("sort",this,t),(l.length||u.length||c.length)&&(t.changes={added:l,removed:u,merged:c},this.trigger("update",this,t))}return r?e[0]:e}},reset:function(e,t){t=t?i.clone(t):{};for(var n=0;n<this.models.length;n++)this._removeReference(this.models[n],t);return t.previousModels=this.models,this._reset(),e=this.add(e,i.extend({silent:!0},t)),t.silent||this.trigger("reset",this,t),e},push:function(e,t){return this.add(e,i.extend({at:this.length},t))},pop:function(e){var t=this.at(this.length-1);return this.remove(t,e)},unshift:function(e,t){return this.add(e,i.extend({at:0},t))},shift:function(e){var t=this.at(0);return this.remove(t,e)},slice:function(){return a.apply(this.models,arguments)},get:function(e){if(null!=e)return this._byId[e]||this._byId[this.modelId(this._isModel(e)?e.attributes:e,e.idAttribute)]||e.cid&&this._byId[e.cid]},has:function(e){return null!=this.get(e)},at:function(e){return e<0&&(e+=this.length),this.models[e]},where:function(e,t){return this[t?"find":"filter"](e)},findWhere:function(e){return this.where(e,!0)},sort:function(e){var t=this.comparator;if(!t)throw Error("Cannot sort a set without a comparator");e||(e={});var n=t.length;return i.isFunction(t)&&(t=t.bind(this)),1===n||i.isString(t)?this.models=this.sortBy(t):this.models.sort(t),e.silent||this.trigger("sort",this,e),this},pluck:function(e){return this.map(e+"")},fetch:function(e){var t=(e=i.extend({parse:!0},e)).success,n=this;return e.success=function(i){n[e.reset?"reset":"set"](i,e),t&&t.call(e.context,n,i,e),n.trigger("sync",n,i,e)},Y(this,e),this.sync("read",this,e)},create:function(e,t){var n=(t=t?i.clone(t):{}).wait;if(!(e=this._prepareModel(e,t)))return!1;n||this.add(e,t);var s=this,r=t.success;return t.success=function(e,t,i){n&&(e.off("error",s._forwardPristineError,s),s.add(e,i)),r&&r.call(i.context,e,t,i)},n&&e.once("error",this._forwardPristineError,this),e.save(null,t),e},parse:function(e,t){return e},clone:function(){return new this.constructor(this.models,{model:this.model,comparator:this.comparator})},modelId:function(e,t){return e[t||this.model.prototype.idAttribute||"id"]},values:function(){return new T(this,k)},keys:function(){return new T(this,E)},entries:function(){return new T(this,A)},_reset:function(){this.length=0,this.models=[],this._byId={}},_prepareModel:function(e,t){var n;return this._isModel(e)?(e.collection||(e.collection=this),e):((t=t?i.clone(t):{}).collection=this,(n=this.model.prototype?new this.model(e,t):this.model(e,t)).validationError)?(this.trigger("invalid",this,n.validationError,t),!1):n},_removeModels:function(e,t){for(var i=[],n=0;n<e.length;n++){var s=this.get(e[n]);if(s){var r=this.indexOf(s);this.models.splice(r,1),this.length--,delete this._byId[s.cid];var a=this.modelId(s.attributes,s.idAttribute);null!=a&&delete this._byId[a],t.silent||(t.index=r,s.trigger("remove",s,this,t)),i.push(s),this._removeReference(s,t)}}return e.length>0&&!t.silent&&delete t.index,i},_isModel:function(e){return e instanceof b},_addReference:function(e,t){this._byId[e.cid]=e;var i=this.modelId(e.attributes,e.idAttribute);null!=i&&(this._byId[i]=e),e.on("all",this._onModelEvent,this)},_removeReference:function(e,t){delete this._byId[e.cid];var i=this.modelId(e.attributes,e.idAttribute);null!=i&&delete this._byId[i],this===e.collection&&delete e.collection,e.off("all",this._onModelEvent,this)},_onModelEvent:function(e,t,i,n){if(t){if(("add"===e||"remove"===e)&&i!==this)return;if("destroy"===e&&this.remove(t,n),"changeId"===e){var s=this.modelId(t.previousAttributes(),t.idAttribute),r=this.modelId(t.attributes,t.idAttribute);null!=s&&delete this._byId[s],null!=r&&(this._byId[r]=t)}}this.trigger.apply(this,arguments)},_forwardPristineError:function(e,t,i){this.has(e)||this._onModelEvent("error",e,t,i)}});var C="function"==typeof Symbol&&Symbol.iterator;C&&(y.prototype[C]=y.prototype.values);var T=function(e,t){this._collection=e,this._kind=t,this._index=0},k=1,E=2,A=3;C&&(T.prototype[C]=function(){return this}),T.prototype.next=function(){if(this._collection){if(this._index<this._collection.length){var e,t=this._collection.at(this._index);if(this._index++,this._kind===k)e=t;else{var i=this._collection.modelId(t.attributes,t.idAttribute);e=this._kind===E?i:[i,t]}return{value:e,done:!1}}this._collection=void 0}return{value:void 0,done:!0}};var S=t.View=function(e){this.cid=i.uniqueId("view"),this.preinitialize.apply(this,arguments),i.extend(this,i.pick(e,I)),this._ensureElement(),this.initialize.apply(this,arguments)},D=/^(\S+)\s*(.*)$/,I=["model","collection","el","id","attributes","className","tagName","events"];i.extend(S.prototype,o,{tagName:"div",$:function(e){return this.$el.find(e)},preinitialize:function(){},initialize:function(){},render:function(){return this},remove:function(){return this._removeElement(),this.stopListening(),this},_removeElement:function(){this.$el.remove()},setElement:function(e){return this.undelegateEvents(),this._setElement(e),this.delegateEvents(),this},_setElement:function(e){this.$el=e instanceof t.$?e:t.$(e),this.el=this.$el[0]},delegateEvents:function(e){if(e||(e=i.result(this,"events")),!e)return this;for(var t in this.undelegateEvents(),e){var n=e[t];if(i.isFunction(n)||(n=this[n]),n){var s=t.match(D);this.delegate(s[1],s[2],n.bind(this))}}return this},delegate:function(e,t,i){return this.$el.on(e+".delegateEvents"+this.cid,t,i),this},undelegateEvents:function(){return this.$el&&this.$el.off(".delegateEvents"+this.cid),this},undelegate:function(e,t,i){return this.$el.off(e+".delegateEvents"+this.cid,t,i),this},_createElement:function(e){return document.createElement(e)},_ensureElement:function(){if(this.el)this.setElement(i.result(this,"el"));else{var e=i.extend({},i.result(this,"attributes"));this.id&&(e.id=i.result(this,"id")),this.className&&(e.class=i.result(this,"className")),this.setElement(this._createElement(i.result(this,"tagName"))),this._setAttributes(e)}},_setAttributes:function(e){this.$el.attr(e)}});var M=function(e,t,i,n){switch(t){case 1:return function(){return e[i](this[n])};case 2:return function(t){return e[i](this[n],t)};case 3:return function(t,s){return e[i](this[n],O(t,this),s)};case 4:return function(t,s,r){return e[i](this[n],O(t,this),s,r)};default:return function(){var t=a.call(arguments);return t.unshift(this[n]),e[i].apply(e,t)}}},N=function(e,t,n,s){i.each(n,function(i,n){t[n]&&(e.prototype[n]=M(t,i,n,s))})},O=function(e,t){return i.isFunction(e)?e:i.isObject(e)&&!t._isModel(e)?L(e):i.isString(e)?function(t){return t.get(e)}:e},L=function(e){var t=i.matches(e);return function(e){return t(e.attributes)}};i.each([[y,{forEach:3,each:3,map:3,collect:3,reduce:0,foldl:0,inject:0,reduceRight:0,foldr:0,find:3,detect:3,filter:3,select:3,reject:3,every:3,all:3,some:3,any:3,include:3,includes:3,contains:3,invoke:0,max:3,min:3,toArray:1,size:1,first:3,head:3,take:3,initial:3,rest:3,tail:3,drop:3,last:3,without:0,difference:0,indexOf:3,shuffle:1,lastIndexOf:3,isEmpty:1,chain:1,sample:3,partition:3,groupBy:3,countBy:3,sortBy:3,indexBy:3,findIndex:3,findLastIndex:3},"models"],[b,{keys:1,values:1,pairs:1,invert:1,pick:0,omit:0,chain:1,isEmpty:1},"attributes"]],function(e){var t=e[0],n=e[1],s=e[2];t.mixin=function(e){var n=i.reduce(i.functions(e),function(e,t){return e[t]=0,e},{});N(t,e,n,s)},N(t,i,n,s)}),t.sync=function(e,n,s){var r=P[e];i.defaults(s||(s={}),{emulateHTTP:t.emulateHTTP,emulateJSON:t.emulateJSON});var a={type:r,dataType:"json"};if(s.url||(a.url=i.result(n,"url")||V()),null==s.data&&n&&("create"===e||"update"===e||"patch"===e)&&(a.contentType="application/json",a.data=JSON.stringify(s.attrs||n.toJSON(s))),s.emulateJSON&&(a.contentType="application/x-www-form-urlencoded",a.data=a.data?{model:a.data}:{}),s.emulateHTTP&&("PUT"===r||"DELETE"===r||"PATCH"===r)){a.type="POST",s.emulateJSON&&(a.data._method=r);var o=s.beforeSend;s.beforeSend=function(e){if(e.setRequestHeader("X-HTTP-Method-Override",r),o)return o.apply(this,arguments)}}"GET"===a.type||s.emulateJSON||(a.processData=!1);var l=s.error;s.error=function(e,t,i){s.textStatus=t,s.errorThrown=i,l&&l.call(s.context,e,t,i)};var c=s.xhr=t.ajax(i.extend(a,s));return n.trigger("request",n,c,s),c};var P={create:"POST",update:"PUT",patch:"PATCH",delete:"DELETE",read:"GET"};t.ajax=function(){return t.$.ajax.apply(t.$,arguments)};var R=t.Router=function(e){e||(e={}),this.preinitialize.apply(this,arguments),e.routes&&(this.routes=e.routes),this._bindRoutes(),this.initialize.apply(this,arguments)},$=/\((.*?)\)/g,j=/(\(\?)?:\w+/g,z=/\*\w+/g,H=/[\-{}\[\]+?.,\\\^$|#\s]/g;i.extend(R.prototype,o,{preinitialize:function(){},initialize:function(){},route:function(e,n,s){i.isRegExp(e)||(e=this._routeToRegExp(e)),i.isFunction(n)&&(s=n,n=""),s||(s=this[n]);var r=this;return t.history.route(e,function(i){var a=r._extractParameters(e,i);!1!==r.execute(s,a,n)&&(r.trigger.apply(r,["route:"+n].concat(a)),r.trigger("route",n,a),t.history.trigger("route",r,n,a))}),this},execute:function(e,t,i){e&&e.apply(this,t)},navigate:function(e,i){return t.history.navigate(e,i),this},_bindRoutes:function(){if(this.routes){this.routes=i.result(this,"routes");for(var e,t=i.keys(this.routes);null!=(e=t.pop());)this.route(e,this.routes[e])}},_routeToRegExp:function(e){return RegExp("^"+(e=e.replace(H,"\\$&").replace($,"(?:$1)?").replace(j,function(e,t){return t?e:"([^/?]+)"}).replace(z,"([^?]*?)"))+"(?:\\?([\\s\\S]*))?$")},_extractParameters:function(e,t){var n=e.exec(t).slice(1);return i.map(n,function(e,t){return t===n.length-1?e||null:e?decodeURIComponent(e):null})}});var F=t.History=function(){this.handlers=[],this.checkUrl=this.checkUrl.bind(this),"u">typeof window&&(this.location=window.location,this.history=window.history)},B=/^[#\/]|\s+$/g,U=/^\/+|\/+$/g,W=/#.*$/;F.started=!1,i.extend(F.prototype,o,{interval:50,atRoot:function(){return this.location.pathname.replace(/[^\/]$/,"$&/")===this.root&&!this.getSearch()},matchRoot:function(){return this.decodeFragment(this.location.pathname).slice(0,this.root.length-1)+"/"===this.root},decodeFragment:function(e){return decodeURI(e.replace(/%25/g,"%2525"))},getSearch:function(){var e=this.location.href.replace(/#.*/,"").match(/\?.+/);return e?e[0]:""},getHash:function(e){var t=(e||this).location.href.match(/#(.*)$/);return t?t[1]:""},getPath:function(){var e=this.decodeFragment(this.location.pathname+this.getSearch()).slice(this.root.length-1);return"/"===e.charAt(0)?e.slice(1):e},getFragment:function(e){return null==e&&(e=this._usePushState||!this._wantsHashChange?this.getPath():this.getHash()),e.replace(B,"")},start:function(e){if(F.started)throw Error("Backbone.history has already been started");if(F.started=!0,this.options=i.extend({root:"/"},this.options,e),this.root=this.options.root,this._trailingSlash=this.options.trailingSlash,this._wantsHashChange=!1!==this.options.hashChange,this._hasHashChange="onhashchange"in window&&(void 0===document.documentMode||document.documentMode>7),this._useHashChange=this._wantsHashChange&&this._hasHashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!!(this.history&&this.history.pushState),this._usePushState=this._wantsPushState&&this._hasPushState,this.fragment=this.getFragment(),this.root=("/"+this.root+"/").replace(U,"/"),this._wantsHashChange&&this._wantsPushState)if(this._hasPushState||this.atRoot())this._hasPushState&&this.atRoot()&&this.navigate(this.getHash(),{replace:!0});else{var t=this.root.slice(0,-1)||"/";return this.location.replace(t+"#"+this.getPath()),!0}if(!this._hasHashChange&&this._wantsHashChange&&!this._usePushState){this.iframe=document.createElement("iframe"),this.iframe.src="javascript:0",this.iframe.style.display="none",this.iframe.tabIndex=-1;var n=document.body,s=n.insertBefore(this.iframe,n.firstChild).contentWindow;s.document.open(),s.document.close(),s.location.hash="#"+this.fragment}var r=window.addEventListener||function(e,t){return attachEvent("on"+e,t)};if(this._usePushState?r("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe?r("hashchange",this.checkUrl,!1):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),!this.options.silent)return this.loadUrl()},stop:function(){var e=window.removeEventListener||function(e,t){return detachEvent("on"+e,t)};this._usePushState?e("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&e("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),F.started=!1},route:function(e,t){this.handlers.unshift({route:e,callback:t})},checkUrl:function(e){var t=this.getFragment();if(t===this.fragment&&this.iframe&&(t=this.getHash(this.iframe.contentWindow)),t===this.fragment)return!this.matchRoot()&&this.notfound();this.iframe&&this.navigate(t),this.loadUrl()},loadUrl:function(e){return this.matchRoot()?(e=this.fragment=this.getFragment(e),i.some(this.handlers,function(t){if(t.route.test(e))return t.callback(e),!0})||this.notfound()):this.notfound()},notfound:function(){return this.trigger("notfound"),!1},navigate:function(e,t){if(!F.started)return!1;t&&!0!==t||(t={trigger:!!t}),e=this.getFragment(e||"");var i=this.root;this._trailingSlash||""!==e&&"?"!==e.charAt(0)||(i=i.slice(0,-1)||"/");var n=i+e;e=e.replace(W,"");var s=this.decodeFragment(e);if(this.fragment!==s){if(this.fragment=s,this._usePushState)this.history[t.replace?"replaceState":"pushState"]({},document.title,n);else if(!this._wantsHashChange)return this.location.assign(n);else if(this._updateHash(this.location,e,t.replace),this.iframe&&e!==this.getHash(this.iframe.contentWindow)){var r=this.iframe.contentWindow;t.replace||(r.document.open(),r.document.close()),this._updateHash(r.location,e,t.replace)}if(t.trigger)return this.loadUrl(e)}},_updateHash:function(e,t,i){if(i){var n=e.href.replace(/(javascript:|#).*$/,"");e.replace(n+"#"+t)}else e.hash="#"+t}}),t.history=new F,b.extend=y.extend=R.extend=S.extend=F.extend=function(e,t){var n,s=this;return n=e&&i.has(e,"constructor")?e.constructor:function(){return s.apply(this,arguments)},i.extend(n,s,t),n.prototype=i.create(s.prototype,e),n.prototype.constructor=n,n.__super__=s.prototype,n};var V=function(){throw Error('A "url" property or function must be specified')},Y=function(e,t){var i=t.error;t.error=function(n){i&&i.call(t.context,e,n,t),e.trigger("error",e,n,t)}};return t._debug=function(){return{root:e,_:i}},t},a="object"==typeof self&&self.self===self&&self||"object"==typeof i.g&&i.g.global===i.g&&i.g,n=[i(126),i(195),t],void 0===(s=(function(e,t,i){a.Backbone=r(a,i,e,t)}).apply(t,n))||(e.exports=s)},745(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(309)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){return e.extend(e.expr.pseudos,{data:e.expr.createPseudo(function(t){return function(i){return!!e.data(i,t)}})})})},891(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(309)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){return e.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}})},786(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(309)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){return e.ui.plugin={add:function(t,i,n){var s,r=e.ui[t].prototype;for(s in n)r.plugins[s]=r.plugins[s]||[],r.plugins[s].push([i,n[s]])},call:function(e,t,i,n){var s,r=e.plugins[t];if(r&&(n||e.element[0].parentNode&&11!==e.element[0].parentNode.nodeType))for(s=0;s<r.length;s++)e.options[r[s][0]]&&r[s][1].apply(e.element,i)}}})},41(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(309)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){return e.fn.scrollParent=function(t){var i=this.css("position"),n="absolute"===i,s=t?/(auto|scroll|hidden)/:/(auto|scroll)/,r=this.parents().filter(function(){var t=e(this);return(!n||"static"!==t.css("position"))&&s.test(t.css("overflow")+t.css("overflow-y")+t.css("overflow-x"))}).eq(0);return"fixed"!==i&&r.length?r:e(this[0].ownerDocument||document)}})},309(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){return e.ui=e.ui||{},e.ui.version="1.14.1"})},229(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(309)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){"use strict";var t,i=0,n=Array.prototype.hasOwnProperty,s=Array.prototype.slice;return t=e.cleanData,e.cleanData=function(i){var n,s,r;for(r=0;null!=(s=i[r]);r++)(n=e._data(s,"events"))&&n.remove&&e(s).triggerHandler("remove");t(i)},e.widget=function(t,i,n){var s,r,a,o={},l=t.split(".")[0];if("__proto__"===(t=t.split(".")[1])||"constructor"===t)return e.error("Invalid widget name: "+t);var c=l+"-"+t;return n||(n=i,i=e.Widget),Array.isArray(n)&&(n=e.extend.apply(null,[{}].concat(n))),e.expr.pseudos[c.toLowerCase()]=function(t){return!!e.data(t,c)},e[l]=e[l]||{},s=e[l][t],r=e[l][t]=function(e,t){if(!this||!this._createWidget)return new r(e,t);arguments.length&&this._createWidget(e,t)},e.extend(r,s,{version:n.version,_proto:e.extend({},n),_childConstructors:[]}),(a=new i).options=e.widget.extend({},a.options),e.each(n,function(e,t){if("function"!=typeof t){o[e]=t;return}o[e]=function(){function n(){return i.prototype[e].apply(this,arguments)}function s(t){return i.prototype[e].apply(this,t)}return function(){var e,i=this._super,r=this._superApply;return this._super=n,this._superApply=s,e=t.apply(this,arguments),this._super=i,this._superApply=r,e}}()}),r.prototype=e.widget.extend(a,{widgetEventPrefix:s&&a.widgetEventPrefix||t},o,{constructor:r,namespace:l,widgetName:t,widgetFullName:c}),s?(e.each(s._childConstructors,function(t,i){var n=i.prototype;e.widget(n.namespace+"."+n.widgetName,r,i._proto)}),delete s._childConstructors):i._childConstructors.push(r),e.widget.bridge(t,r),r},e.widget.extend=function(t){for(var i,r,a=s.call(arguments,1),o=0,l=a.length;o<l;o++)for(i in a[o])r=a[o][i],n.call(a[o],i)&&void 0!==r&&(e.isPlainObject(r)?t[i]=e.isPlainObject(t[i])?e.widget.extend({},t[i],r):e.widget.extend({},r):t[i]=r);return t},e.widget.bridge=function(t,i){var n=i.prototype.widgetFullName||t;e.fn[t]=function(r){var a="string"==typeof r,o=s.call(arguments,1),l=this;return a?this.length||"instance"!==r?this.each(function(){var i,s=e.data(this,n);return"instance"===r?(l=s,!1):s?"function"!=typeof s[r]||"_"===r.charAt(0)?e.error("no such method '"+r+"' for "+t+" widget instance"):(i=s[r].apply(s,o))!==s&&void 0!==i?(l=i&&i.jquery?l.pushStack(i.get()):i,!1):void 0:e.error("cannot call methods on "+t+" prior to initialization; attempted to call method '"+r+"'")}):l=void 0:(o.length&&(r=e.widget.extend.apply(null,[r].concat(o))),this.each(function(){var t=e.data(this,n);t?(t.option(r||{}),t._init&&t._init()):e.data(this,n,new i(r,this))})),l}},e.Widget=function(){},e.Widget._childConstructors=[],e.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,n){n=e(n||this.defaultElement||this)[0],this.element=e(n),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=e(),this.hoverable=e(),this.focusable=e(),this.classesElementLookup={},n!==this&&(e.data(n,this.widgetFullName,this),this._on(!0,this.element,{remove:function(e){e.target===n&&this.destroy()}}),this.document=e(n.style?n.ownerDocument:n.document||n),this.window=e(this.document[0].defaultView||this.document[0].parentWindow)),this.options=e.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:e.noop,_create:e.noop,_init:e.noop,destroy:function(){var t=this;this._destroy(),e.each(this.classesElementLookup,function(e,i){t._removeClass(i,e)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:e.noop,widget:function(){return this.element},option:function(t,i){var n,s,r,a=t;if(0==arguments.length)return e.widget.extend({},this.options);if("string"==typeof t)if(a={},t=(n=t.split(".")).shift(),n.length){for(r=0,s=a[t]=e.widget.extend({},this.options[t]);r<n.length-1;r++)s[n[r]]=s[n[r]]||{},s=s[n[r]];if(t=n.pop(),1==arguments.length)return void 0===s[t]?null:s[t];s[t]=i}else{if(1==arguments.length)return void 0===this.options[t]?null:this.options[t];a[t]=i}return this._setOptions(a),this},_setOptions:function(e){var t;for(t in e)this._setOption(t,e[t]);return this},_setOption:function(e,t){return"classes"===e&&this._setOptionClasses(t),this.options[e]=t,"disabled"===e&&this._setOptionDisabled(t),this},_setOptionClasses:function(t){var i,n,s;for(i in t)s=this.classesElementLookup[i],t[i]!==this.options.classes[i]&&s&&s.length&&(n=e(s.get()),this._removeClass(s,i),n.addClass(this._classes({element:n,keys:i,classes:t,add:!0})))},_setOptionDisabled:function(e){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!e),e&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(t){var i=[],n=this;function s(s,r){var a,o;for(o=0;o<s.length;o++)a=n.classesElementLookup[s[o]]||e(),t.add?(!function(){var i=[];t.element.each(function(t,s){e.map(n.classesElementLookup,function(e){return e}).some(function(e){return e.is(s)})||i.push(s)}),n._on(e(i),{remove:"_untrackClassesElement"})}(),a=e(e.uniqueSort(a.get().concat(t.element.get())))):a=e(a.not(t.element).get()),n.classesElementLookup[s[o]]=a,i.push(s[o]),r&&t.classes[s[o]]&&i.push(t.classes[s[o]])}return(t=e.extend({element:this.element,classes:this.options.classes||{}},t)).keys&&s(t.keys.match(/\S+/g)||[],!0),t.extra&&s(t.extra.match(/\S+/g)||[]),i.join(" ")},_untrackClassesElement:function(t){var i=this;e.each(i.classesElementLookup,function(n,s){-1!==e.inArray(t.target,s)&&(i.classesElementLookup[n]=e(s.not(t.target).get()))}),this._off(e(t.target))},_removeClass:function(e,t,i){return this._toggleClass(e,t,i,!1)},_addClass:function(e,t,i){return this._toggleClass(e,t,i,!0)},_toggleClass:function(e,t,i,n){n="boolean"==typeof n?n:i;var s="string"==typeof e||null===e,r={extra:s?t:i,keys:s?e:t,element:s?this.element:e,add:n};return r.element.toggleClass(this._classes(r),n),this},_on:function(t,i,n){var s,r=this;"boolean"!=typeof t&&(n=i,i=t,t=!1),n?(i=s=e(i),this.bindings=this.bindings.add(i)):(n=i,i=this.element,s=this.widget()),e.each(n,function(n,a){function o(){if(!(!t&&(!0===r.options.disabled||e(this).hasClass("ui-state-disabled"))))return("string"==typeof a?r[a]:a).apply(r,arguments)}"string"!=typeof a&&(o.guid=a.guid=a.guid||o.guid||e.guid++);var l=n.match(/^([\w:-]*)\s*(.*)$/),c=l[1]+r.eventNamespace,u=l[2];u?s.on(c,u,o):i.on(c,o)})},_off:function(t,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,t.off(i),this.bindings=e(this.bindings.not(t).get()),this.focusable=e(this.focusable.not(t).get()),this.hoverable=e(this.hoverable.not(t).get())},_delay:function(e,t){var i=this;return setTimeout(function(){return("string"==typeof e?i[e]:e).apply(i,arguments)},t||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t),this._on(t,{mouseenter:function(t){this._addClass(e(t.currentTarget),null,"ui-state-hover")},mouseleave:function(t){this._removeClass(e(t.currentTarget),null,"ui-state-hover")}})},_focusable:function(t){this.focusable=this.focusable.add(t),this._on(t,{focusin:function(t){this._addClass(e(t.currentTarget),null,"ui-state-focus")},focusout:function(t){this._removeClass(e(t.currentTarget),null,"ui-state-focus")}})},_trigger:function(t,i,n){var s,r,a=this.options[t];if(n=n||{},(i=e.Event(i)).type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),i.target=this.element[0],r=i.originalEvent)for(s in r)s in i||(i[s]=r[s]);return this.element.trigger(i,n),!("function"==typeof a&&!1===a.apply(this.element[0],[i].concat(n))||i.isDefaultPrevented())}},e.each({show:"fadeIn",hide:"fadeOut"},function(t,i){e.Widget.prototype["_"+t]=function(n,s,r){"string"==typeof s&&(s={effect:s});var a,o=s?!0===s||"number"==typeof s?i:s.effect||i:t;"number"==typeof(s=s||{})?s={duration:s}:!0===s&&(s={}),a=!e.isEmptyObject(s),s.complete=r,s.delay&&n.delay(s.delay),a&&e.effects&&e.effects.effect[o]?n[t](s):o!==t&&n[o]?n[o](s.duration,s.easing,r):n.queue(function(i){e(this)[t](),r&&r.call(n[0]),i()})}}),e.widget})},253(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(309),i(891)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){"use strict";var t;function i(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:"",selectMonthLabel:"Select month",selectYearLabel:"Select year"},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,onUpdateDatepicker:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},e.extend(this._defaults,this.regional[""]),this.regional.en=e.extend(!0,{},this.regional[""]),this.regional["en-US"]=e.extend(!0,{},this.regional.en),this.dpDiv=n(e("<div id='"+this._mainDivId+"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>"))}function n(t){var i="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return t.on("mouseout",i,function(){e(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).removeClass("ui-datepicker-next-hover")}).on("mouseover",i,s)}function s(){e.datepicker._isDisabledDatepicker(t.inline?t.dpDiv.parent()[0]:t.input[0])||(e(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),e(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).addClass("ui-datepicker-next-hover"))}function r(t,i){for(var n in e.extend(t,i),i)null==i[n]&&(t[n]=i[n]);return t}return e.extend(e.ui,{datepicker:{version:"1.14.1"}}),e.extend(i.prototype,{markerClassName:"hasDatepicker",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(e){return r(this._defaults,e||{}),this},_attachDatepicker:function(t,i){var n,s,r;s="div"===(n=t.nodeName.toLowerCase())||"span"===n,t.id||(this.uuid+=1,t.id="dp"+this.uuid),(r=this._newInst(e(t),s)).settings=e.extend({},i||{}),"input"===n?this._connectDatepicker(t,r):s&&this._inlineDatepicker(t,r)},_newInst:function(t,i){return{id:t[0].id.replace(/([^A-Za-z0-9_\-])/g,"\\\\$1"),input:t,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:i,dpDiv:i?n(e("<div class='"+this._inlineClass+" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>")):this.dpDiv}},_connectDatepicker:function(t,i){var n=e(t);i.append=e([]),i.trigger=e([]),!n.hasClass(this.markerClassName)&&(this._attachments(n,i),n.addClass(this.markerClassName).on("keydown",this._doKeyDown).on("keypress",this._doKeyPress).on("keyup",this._doKeyUp),this._autoSize(i),e.data(t,"datepicker",i),i.settings.disabled&&this._disableDatepicker(t))},_attachments:function(t,i){var n,s,r,a=this._get(i,"appendText"),o=this._get(i,"isRTL");i.append&&i.append.remove(),a&&(i.append=e("<span>").addClass(this._appendClass).text(a),t[o?"before":"after"](i.append)),t.off("focus",this._showDatepicker),i.trigger&&i.trigger.remove(),("focus"===(n=this._get(i,"showOn"))||"both"===n)&&t.on("focus",this._showDatepicker),("button"===n||"both"===n)&&(s=this._get(i,"buttonText"),r=this._get(i,"buttonImage"),this._get(i,"buttonImageOnly")?i.trigger=e("<img>").addClass(this._triggerClass).attr({src:r,alt:s,title:s}):(i.trigger=e("<button type='button'>").addClass(this._triggerClass),r?i.trigger.html(e("<img>").attr({src:r,alt:s,title:s})):i.trigger.text(s)),t[o?"before":"after"](i.trigger),i.trigger.on("click",function(){return e.datepicker._datepickerShowing&&e.datepicker._lastInput===t[0]?e.datepicker._hideDatepicker():(e.datepicker._datepickerShowing&&e.datepicker._lastInput!==t[0]&&e.datepicker._hideDatepicker(),e.datepicker._showDatepicker(t[0])),!1}))},_autoSize:function(e){if(this._get(e,"autoSize")&&!e.inline){var t,i,n,s,r=new Date(2009,11,20),a=this._get(e,"dateFormat");a.match(/[DM]/)&&(t=function(e){for(s=0,i=0,n=0;s<e.length;s++)e[s].length>i&&(i=e[s].length,n=s);return n},r.setMonth(t(this._get(e,a.match(/MM/)?"monthNames":"monthNamesShort"))),r.setDate(t(this._get(e,a.match(/DD/)?"dayNames":"dayNamesShort"))+20-r.getDay())),e.input.attr("size",this._formatDate(e,r).length)}},_inlineDatepicker:function(t,i){var n=e(t);n.hasClass(this.markerClassName)||(n.addClass(this.markerClassName).append(i.dpDiv),e.data(t,"datepicker",i),this._setDate(i,this._getDefaultDate(i),!0),this._updateDatepicker(i),this._updateAlternate(i),i.settings.disabled&&this._disableDatepicker(t),i.dpDiv.css("display","block"))},_dialogDatepicker:function(t,i,n,s,a){var o,l,c,u,h,p=this._dialogInst;return p||(this.uuid+=1,o="dp"+this.uuid,this._dialogInput=e("<input type='text' id='"+o+"' style='position: absolute; top: -100px; width: 0px;'/>"),this._dialogInput.on("keydown",this._doKeyDown),e("body").append(this._dialogInput),(p=this._dialogInst=this._newInst(this._dialogInput,!1)).settings={},e.data(this._dialogInput[0],"datepicker",p)),r(p.settings,s||{}),i=i&&i.constructor===Date?this._formatDate(p,i):i,this._dialogInput.val(i),this._pos=a?a.length?a:[a.pageX,a.pageY]:null,this._pos||(l=document.documentElement.clientWidth,c=document.documentElement.clientHeight,u=document.documentElement.scrollLeft||document.body.scrollLeft,h=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[l/2-100+u,c/2-150+h]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),p.settings.onSelect=n,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),e.blockUI&&e.blockUI(this.dpDiv),e.data(this._dialogInput[0],"datepicker",p),this},_destroyDatepicker:function(i){var n,s=e(i),r=e.data(i,"datepicker");s.hasClass(this.markerClassName)&&(n=i.nodeName.toLowerCase(),e.removeData(i,"datepicker"),"input"===n?(r.append.remove(),r.trigger.remove(),s.removeClass(this.markerClassName).off("focus",this._showDatepicker).off("keydown",this._doKeyDown).off("keypress",this._doKeyPress).off("keyup",this._doKeyUp)):("div"===n||"span"===n)&&s.removeClass(this.markerClassName).empty(),e.datepicker._hideDatepicker(),t===r&&(t=null,this._curInst=null))},_enableDatepicker:function(t){var i,n,s=e(t),r=e.data(t,"datepicker");s.hasClass(this.markerClassName)&&("input"===(i=t.nodeName.toLowerCase())?(t.disabled=!1,r.trigger.filter("button").each(function(){this.disabled=!1}).end().filter("img").css({opacity:"1.0",cursor:""})):("div"===i||"span"===i)&&((n=s.children("."+this._inlineClass)).children().removeClass("ui-state-disabled"),n.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=e.map(this._disabledInputs,function(e){return e===t?null:e}))},_disableDatepicker:function(t){var i,n,s=e(t),r=e.data(t,"datepicker");s.hasClass(this.markerClassName)&&("input"===(i=t.nodeName.toLowerCase())?(t.disabled=!0,r.trigger.filter("button").each(function(){this.disabled=!0}).end().filter("img").css({opacity:"0.5",cursor:"default"})):("div"===i||"span"===i)&&((n=s.children("."+this._inlineClass)).children().addClass("ui-state-disabled"),n.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=e.map(this._disabledInputs,function(e){return e===t?null:e}),this._disabledInputs[this._disabledInputs.length]=t)},_isDisabledDatepicker:function(e){if(!e)return!1;for(var t=0;t<this._disabledInputs.length;t++)if(this._disabledInputs[t]===e)return!0;return!1},_getInst:function(t){try{return e.data(t,"datepicker")}catch(e){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(t,i,n){var s,a,o,l,c=this._getInst(t);if(2==arguments.length&&"string"==typeof i)return"defaults"===i?e.extend({},e.datepicker._defaults):c?"all"===i?e.extend({},c.settings):this._get(c,i):null;s=i||{},"string"==typeof i&&((s={})[i]=n),c&&(this._curInst===c&&this._hideDatepicker(),a=this._getDateDatepicker(t,!0),o=this._getMinMaxDate(c,"min"),l=this._getMinMaxDate(c,"max"),r(c.settings,s),null!==o&&void 0!==s.dateFormat&&void 0===s.minDate&&(c.settings.minDate=this._formatDate(c,o)),null!==l&&void 0!==s.dateFormat&&void 0===s.maxDate&&(c.settings.maxDate=this._formatDate(c,l)),"disabled"in s&&(s.disabled?this._disableDatepicker(t):this._enableDatepicker(t)),this._attachments(e(t),c),this._autoSize(c),this._setDate(c,a),this._updateAlternate(c),this._updateDatepicker(c))},_changeDatepicker:function(e,t,i){this._optionDatepicker(e,t,i)},_refreshDatepicker:function(e){var t=this._getInst(e);t&&this._updateDatepicker(t)},_setDateDatepicker:function(e,t){var i=this._getInst(e);i&&(this._setDate(i,t),this._updateDatepicker(i),this._updateAlternate(i))},_getDateDatepicker:function(e,t){var i=this._getInst(e);return i&&!i.inline&&this._setDateFromField(i,t),i?this._getDate(i):null},_doKeyDown:function(t){var i,n,s,r=e.datepicker._getInst(t.target),a=!0,o=r.dpDiv.is(".ui-datepicker-rtl");if(r._keyEvent=!0,e.datepicker._datepickerShowing)switch(t.keyCode){case 9:e.datepicker._hideDatepicker(),a=!1;break;case 13:return(s=e("td."+e.datepicker._dayOverClass+":not(."+e.datepicker._currentClass+")",r.dpDiv))[0]&&e.datepicker._selectDay(t.target,r.selectedMonth,r.selectedYear,s[0]),(i=e.datepicker._get(r,"onSelect"))?(n=e.datepicker._formatDate(r),i.apply(r.input?r.input[0]:null,[n,r])):e.datepicker._hideDatepicker(),!1;case 27:e.datepicker._hideDatepicker();break;case 33:e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(r,"stepBigMonths"):-e.datepicker._get(r,"stepMonths"),"M");break;case 34:e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(r,"stepBigMonths"):+e.datepicker._get(r,"stepMonths"),"M");break;case 35:(t.ctrlKey||t.metaKey)&&e.datepicker._clearDate(t.target),a=t.ctrlKey||t.metaKey;break;case 36:(t.ctrlKey||t.metaKey)&&e.datepicker._gotoToday(t.target),a=t.ctrlKey||t.metaKey;break;case 37:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,o?1:-1,"D"),a=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(r,"stepBigMonths"):-e.datepicker._get(r,"stepMonths"),"M");break;case 38:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,-7,"D"),a=t.ctrlKey||t.metaKey;break;case 39:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,o?-1:1,"D"),a=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(r,"stepBigMonths"):+e.datepicker._get(r,"stepMonths"),"M");break;case 40:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,7,"D"),a=t.ctrlKey||t.metaKey;break;default:a=!1}else 36===t.keyCode&&t.ctrlKey?e.datepicker._showDatepicker(this):a=!1;a&&(t.preventDefault(),t.stopPropagation())},_doKeyPress:function(t){var i,n,s=e.datepicker._getInst(t.target);if(e.datepicker._get(s,"constrainInput"))return i=e.datepicker._possibleChars(e.datepicker._get(s,"dateFormat")),n=String.fromCharCode(null==t.charCode?t.keyCode:t.charCode),t.ctrlKey||t.metaKey||n<" "||!i||i.indexOf(n)>-1},_doKeyUp:function(t){var i=e.datepicker._getInst(t.target);if(i.input.val()!==i.lastVal)try{e.datepicker.parseDate(e.datepicker._get(i,"dateFormat"),i.input?i.input.val():null,e.datepicker._getFormatConfig(i))&&(e.datepicker._setDateFromField(i),e.datepicker._updateAlternate(i),e.datepicker._updateDatepicker(i))}catch(e){}return!0},_showDatepicker:function(t){var i,n,s,a,o,l,c;"input"!==(t=t.target||t).nodeName.toLowerCase()&&(t=e("input",t.parentNode)[0]),e.datepicker._isDisabledDatepicker(t)||e.datepicker._lastInput===t||(i=e.datepicker._getInst(t),e.datepicker._curInst&&e.datepicker._curInst!==i&&(e.datepicker._curInst.dpDiv.stop(!0,!0),i&&e.datepicker._datepickerShowing&&e.datepicker._hideDatepicker(e.datepicker._curInst.input[0])),!1!==(s=(n=e.datepicker._get(i,"beforeShow"))?n.apply(t,[t,i]):{})&&(r(i.settings,s),i.lastVal=null,e.datepicker._lastInput=t,e.datepicker._setDateFromField(i),e.datepicker._inDialog&&(t.value=""),e.datepicker._pos||(e.datepicker._pos=e.datepicker._findPos(t),e.datepicker._pos[1]+=t.offsetHeight),a=!1,e(t).parents().each(function(){return!(a|="fixed"===e(this).css("position"))}),o={left:e.datepicker._pos[0],top:e.datepicker._pos[1]},e.datepicker._pos=null,i.dpDiv.empty(),i.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),e.datepicker._updateDatepicker(i),o=e.datepicker._checkOffset(i,o,a),i.dpDiv.css({position:e.datepicker._inDialog&&e.blockUI?"static":a?"fixed":"absolute",display:"none",left:o.left+"px",top:o.top+"px"}),i.inline||(l=e.datepicker._get(i,"showAnim"),c=e.datepicker._get(i,"duration"),i.dpDiv.css("z-index",function(e){for(var t,i;e.length&&e[0]!==document;){if(("absolute"===(t=e.css("position"))||"relative"===t||"fixed"===t)&&!isNaN(i=parseInt(e.css("zIndex"),10))&&0!==i)return i;e=e.parent()}return 0}(e(t))+1),e.datepicker._datepickerShowing=!0,e.effects&&e.effects.effect[l]?i.dpDiv.show(l,e.datepicker._get(i,"showOptions"),c):i.dpDiv[l||"show"](l?c:null),e.datepicker._shouldFocusInput(i)&&i.input.trigger("focus"),e.datepicker._curInst=i)))},_updateDatepicker:function(i){this.maxRows=4,t=i,i.dpDiv.empty().append(this._generateHTML(i)),this._attachHandlers(i);var n,r=this._getNumberOfMonths(i),a=r[1],o=i.dpDiv.find("."+this._dayOverClass+" a"),l=e.datepicker._get(i,"onUpdateDatepicker");o.length>0&&s.apply(o.get(0)),i.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),a>1&&i.dpDiv.addClass("ui-datepicker-multi-"+a).css("width",17*a+"em"),i.dpDiv[(1!==r[0]||1!==r[1]?"add":"remove")+"Class"]("ui-datepicker-multi"),i.dpDiv[(this._get(i,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),i===e.datepicker._curInst&&e.datepicker._datepickerShowing&&e.datepicker._shouldFocusInput(i)&&i.input.trigger("focus"),i.yearshtml&&(n=i.yearshtml,setTimeout(function(){n===i.yearshtml&&i.yearshtml&&i.dpDiv.find("select.ui-datepicker-year").first().replaceWith(i.yearshtml),n=i.yearshtml=null},0)),l&&l.apply(i.input?i.input[0]:null,[i])},_shouldFocusInput:function(e){return e.input&&e.input.is(":visible")&&!e.input.is(":disabled")},_checkOffset:function(t,i,n){var s=t.dpDiv.outerWidth(),r=t.dpDiv.outerHeight(),a=t.input?t.input.outerWidth():0,o=t.input?t.input.outerHeight():0,l=document.documentElement.clientWidth+(n?0:e(document).scrollLeft()),c=document.documentElement.clientHeight+(n?0:e(document).scrollTop());return i.left-=this._get(t,"isRTL")?s-a:0,i.left-=n&&i.left===t.input.offset().left?e(document).scrollLeft():0,i.top-=n&&i.top===t.input.offset().top+o?e(document).scrollTop():0,i.left-=Math.min(i.left,i.left+s>l&&l>s?Math.abs(i.left+s-l):0),i.top-=Math.min(i.top,i.top+r>c&&c>r?Math.abs(r+o):0),i},_findPos:function(t){for(var i,n=this._getInst(t),s=this._get(n,"isRTL");t&&("hidden"===t.type||1!==t.nodeType||e.expr.pseudos.hidden(t));)t=t[s?"previousSibling":"nextSibling"];return[(i=e(t).offset()).left,i.top]},_hideDatepicker:function(t){var i,n,s,r,a=this._curInst;a&&(!t||a===e.data(t,"datepicker"))&&this._datepickerShowing&&(i=this._get(a,"showAnim"),n=this._get(a,"duration"),s=function(){e.datepicker._tidyDialog(a)},e.effects&&e.effects.effect[i]?a.dpDiv.hide(i,e.datepicker._get(a,"showOptions"),n,s):a.dpDiv["slideDown"===i?"slideUp":"fadeIn"===i?"fadeOut":"hide"](i?n:null,s),i||s(),this._datepickerShowing=!1,(r=this._get(a,"onClose"))&&r.apply(a.input?a.input[0]:null,[a.input?a.input.val():"",a]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),e.blockUI&&(e.unblockUI(),e("body").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(e){e.dpDiv.removeClass(this._dialogClass).off(".ui-datepicker-calendar")},_checkExternalClick:function(t){if(e.datepicker._curInst){var i=e(t.target),n=e.datepicker._getInst(i[0]);(i[0].id!==e.datepicker._mainDivId&&0===i.parents("#"+e.datepicker._mainDivId).length&&!i.hasClass(e.datepicker.markerClassName)&&!i.closest("."+e.datepicker._triggerClass).length&&e.datepicker._datepickerShowing&&!(e.datepicker._inDialog&&e.blockUI)||i.hasClass(e.datepicker.markerClassName)&&e.datepicker._curInst!==n)&&e.datepicker._hideDatepicker()}},_adjustDate:function(t,i,n){var s=e(t),r=this._getInst(s[0]);this._isDisabledDatepicker(s[0])||(this._adjustInstDate(r,i,n),this._updateDatepicker(r))},_gotoToday:function(t){var i,n=e(t),s=this._getInst(n[0]);this._get(s,"gotoCurrent")&&s.currentDay?(s.selectedDay=s.currentDay,s.drawMonth=s.selectedMonth=s.currentMonth,s.drawYear=s.selectedYear=s.currentYear):(s.selectedDay=(i=new Date).getDate(),s.drawMonth=s.selectedMonth=i.getMonth(),s.drawYear=s.selectedYear=i.getFullYear()),this._notifyChange(s),this._adjustDate(n)},_selectMonthYear:function(t,i,n){var s=e(t),r=this._getInst(s[0]);r["selected"+("M"===n?"Month":"Year")]=r["draw"+("M"===n?"Month":"Year")]=parseInt(i.options[i.selectedIndex].value,10),this._notifyChange(r),this._adjustDate(s)},_selectDay:function(t,i,n,s){var r,a=e(t);e(s).hasClass(this._unselectableClass)||this._isDisabledDatepicker(a[0])||((r=this._getInst(a[0])).selectedDay=r.currentDay=parseInt(e("a",s).attr("data-date")),r.selectedMonth=r.currentMonth=i,r.selectedYear=r.currentYear=n,this._selectDate(t,this._formatDate(r,r.currentDay,r.currentMonth,r.currentYear)))},_clearDate:function(t){var i=e(t);this._selectDate(i,"")},_selectDate:function(t,i){var n,s=e(t),r=this._getInst(s[0]);i=null!=i?i:this._formatDate(r),r.input&&r.input.val(i),this._updateAlternate(r),(n=this._get(r,"onSelect"))?n.apply(r.input?r.input[0]:null,[i,r]):r.input&&r.input.trigger("change"),r.inline?this._updateDatepicker(r):(this._hideDatepicker(),this._lastInput=r.input[0],"object"!=typeof r.input[0]&&r.input.trigger("focus"),this._lastInput=null)},_updateAlternate:function(t){var i,n,s,r=this._get(t,"altField");r&&(i=this._get(t,"altFormat")||this._get(t,"dateFormat"),n=this._getDate(t),s=this.formatDate(i,n,this._getFormatConfig(t)),e(document).find(r).val(s))},noWeekends:function(e){var t=e.getDay();return[t>0&&t<6,""]},iso8601Week:function(e){var t,i=new Date(e.getTime());return i.setDate(i.getDate()+4-(i.getDay()||7)),t=i.getTime(),i.setMonth(0),i.setDate(1),Math.floor(Math.round((t-i)/864e5)/7)+1},parseDate:function(t,i,n){if(null==t||null==i)throw"Invalid arguments";if(""===(i="object"==typeof i?i.toString():i+""))return null;var s,r,a,o,l=0,c=(n?n.shortYearCutoff:null)||this._defaults.shortYearCutoff,u="string"!=typeof c?c:new Date().getFullYear()%100+parseInt(c,10),h=(n?n.dayNamesShort:null)||this._defaults.dayNamesShort,p=(n?n.dayNames:null)||this._defaults.dayNames,f=(n?n.monthNamesShort:null)||this._defaults.monthNamesShort,g=(n?n.monthNames:null)||this._defaults.monthNames,m=-1,v=-1,b=-1,y=-1,w=!1,_=function(e){var i=s+1<t.length&&t.charAt(s+1)===e;return i&&s++,i},x=function(e){var t=_(e),n="@"===e?14:"!"===e?20:"y"===e&&t?4:"o"===e?3:2,s=RegExp("^\\d{"+("y"===e?n:1)+","+n+"}"),r=i.substring(l).match(s);if(!r)throw"Missing number at position "+l;return l+=r[0].length,parseInt(r[0],10)},C=function(t,n,s){var r=-1,a=e.map(_(t)?s:n,function(e,t){return[[t,e]]}).sort(function(e,t){return-(e[1].length-t[1].length)});if(e.each(a,function(e,t){var n=t[1];if(i.substr(l,n.length).toLowerCase()===n.toLowerCase())return r=t[0],l+=n.length,!1}),-1!==r)return r+1;throw"Unknown name at position "+l},T=function(){if(i.charAt(l)!==t.charAt(s))throw"Unexpected literal at position "+l;l++};for(s=0;s<t.length;s++)if(w)"'"!==t.charAt(s)||_("'")?T():w=!1;else switch(t.charAt(s)){case"d":b=x("d");break;case"D":C("D",h,p);break;case"o":y=x("o");break;case"m":v=x("m");break;case"M":v=C("M",f,g);break;case"y":m=x("y");break;case"@":m=(o=new Date(x("@"))).getFullYear(),v=o.getMonth()+1,b=o.getDate();break;case"!":m=(o=new Date((x("!")-this._ticksTo1970)/1e4)).getFullYear(),v=o.getMonth()+1,b=o.getDate();break;case"'":_("'")?T():w=!0;break;default:T()}if(l<i.length&&(a=i.substr(l),!/^\s+/.test(a)))throw"Extra/unparsed characters found in date: "+a;if(-1===m?m=new Date().getFullYear():m<100&&(m+=new Date().getFullYear()-new Date().getFullYear()%100+(m<=u?0:-100)),y>-1)for(v=1,b=y;!(b<=(r=this._getDaysInMonth(m,v-1)));)v++,b-=r;if((o=this._daylightSavingAdjust(new Date(m,v-1,b))).getFullYear()!==m||o.getMonth()+1!==v||o.getDate()!==b)throw"Invalid date";return o},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*864e9,formatDate:function(e,t,i){if(!t)return"";var n,s=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,r=(i?i.dayNames:null)||this._defaults.dayNames,a=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,o=(i?i.monthNames:null)||this._defaults.monthNames,l=function(t){var i=n+1<e.length&&e.charAt(n+1)===t;return i&&n++,i},c=function(e,t,i){var n=""+t;if(l(e))for(;n.length<i;)n="0"+n;return n},u=function(e,t,i,n){return l(e)?n[t]:i[t]},h="",p=!1;if(t)for(n=0;n<e.length;n++)if(p)"'"!==e.charAt(n)||l("'")?h+=e.charAt(n):p=!1;else switch(e.charAt(n)){case"d":h+=c("d",t.getDate(),2);break;case"D":h+=u("D",t.getDay(),s,r);break;case"o":h+=c("o",Math.round((new Date(t.getFullYear(),t.getMonth(),t.getDate()).getTime()-new Date(t.getFullYear(),0,0).getTime())/864e5),3);break;case"m":h+=c("m",t.getMonth()+1,2);break;case"M":h+=u("M",t.getMonth(),a,o);break;case"y":h+=l("y")?t.getFullYear():(t.getFullYear()%100<10?"0":"")+t.getFullYear()%100;break;case"@":h+=t.getTime();break;case"!":h+=1e4*t.getTime()+this._ticksTo1970;break;case"'":l("'")?h+="'":p=!0;break;default:h+=e.charAt(n)}return h},_possibleChars:function(e){var t,i="",n=!1,s=function(i){var n=t+1<e.length&&e.charAt(t+1)===i;return n&&t++,n};for(t=0;t<e.length;t++)if(n)"'"!==e.charAt(t)||s("'")?i+=e.charAt(t):n=!1;else switch(e.charAt(t)){case"d":case"m":case"y":case"@":i+="0123456789";break;case"D":case"M":return null;case"'":s("'")?i+="'":n=!0;break;default:i+=e.charAt(t)}return i},_get:function(e,t){return void 0!==e.settings[t]?e.settings[t]:this._defaults[t]},_setDateFromField:function(e,t){if(e.input.val()!==e.lastVal){var i=this._get(e,"dateFormat"),n=e.lastVal=e.input?e.input.val():null,s=this._getDefaultDate(e),r=s,a=this._getFormatConfig(e);try{r=this.parseDate(i,n,a)||s}catch(e){n=t?"":n}e.selectedDay=r.getDate(),e.drawMonth=e.selectedMonth=r.getMonth(),e.drawYear=e.selectedYear=r.getFullYear(),e.currentDay=n?r.getDate():0,e.currentMonth=n?r.getMonth():0,e.currentYear=n?r.getFullYear():0,this._adjustInstDate(e)}},_getDefaultDate:function(e){return this._restrictMinMax(e,this._determineDate(e,this._get(e,"defaultDate"),new Date))},_determineDate:function(t,i,n){var s,r=null==i||""===i?n:"string"==typeof i?function(i){try{return e.datepicker.parseDate(e.datepicker._get(t,"dateFormat"),i,e.datepicker._getFormatConfig(t))}catch(e){}for(var n=(i.toLowerCase().match(/^c/)?e.datepicker._getDate(t):null)||new Date,s=n.getFullYear(),r=n.getMonth(),a=n.getDate(),o=/([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,l=o.exec(i);l;){switch(l[2]||"d"){case"d":case"D":a+=parseInt(l[1],10);break;case"w":case"W":a+=7*parseInt(l[1],10);break;case"m":case"M":r+=parseInt(l[1],10),a=Math.min(a,e.datepicker._getDaysInMonth(s,r));break;case"y":case"Y":s+=parseInt(l[1],10),a=Math.min(a,e.datepicker._getDaysInMonth(s,r))}l=o.exec(i)}return new Date(s,r,a)}(i):"number"==typeof i?isNaN(i)?n:((s=new Date).setDate(s.getDate()+i),s):new Date(i.getTime());return(r=r&&"Invalid Date"===r.toString()?n:r)&&(r.setHours(0),r.setMinutes(0),r.setSeconds(0),r.setMilliseconds(0)),this._daylightSavingAdjust(r)},_daylightSavingAdjust:function(e){return e?(e.setHours(e.getHours()>12?e.getHours()+2:0),e):null},_setDate:function(e,t,i){var n=!t,s=e.selectedMonth,r=e.selectedYear,a=this._restrictMinMax(e,this._determineDate(e,t,new Date));e.selectedDay=e.currentDay=a.getDate(),e.drawMonth=e.selectedMonth=e.currentMonth=a.getMonth(),e.drawYear=e.selectedYear=e.currentYear=a.getFullYear(),s===e.selectedMonth&&r===e.selectedYear||i||this._notifyChange(e),this._adjustInstDate(e),e.input&&e.input.val(n?"":this._formatDate(e))},_getDate:function(e){return!e.currentYear||e.input&&""===e.input.val()?null:this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay))},_attachHandlers:function(t){var i=this._get(t,"stepMonths"),n="#"+t.id.replace(/\\\\/g,"\\");t.dpDiv.find("[data-handler]").map(function(){e(this).on(this.getAttribute("data-event"),{prev:function(){e.datepicker._adjustDate(n,-i,"M")},next:function(){e.datepicker._adjustDate(n,+i,"M")},hide:function(){e.datepicker._hideDatepicker()},today:function(){e.datepicker._gotoToday(n)},selectDay:function(){return e.datepicker._selectDay(n,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this),!1},selectMonth:function(){return e.datepicker._selectMonthYear(n,this,"M"),!1},selectYear:function(){return e.datepicker._selectMonthYear(n,this,"Y"),!1}}[this.getAttribute("data-handler")])})},_generateHTML:function(t){var i,n,s,r,a,o,l,c,u,h,p,f,g,m,v,b,y,w,_,x,C,T,k,E,A,S,D,I,M,N,O,L,P,R,$,j,z,H,F,B=new Date,U=this._daylightSavingAdjust(new Date(B.getFullYear(),B.getMonth(),B.getDate())),W=this._get(t,"isRTL"),V=this._get(t,"showButtonPanel"),Y=this._get(t,"hideIfNoPrevNext"),q=this._get(t,"navigationAsDateFormat"),K=this._getNumberOfMonths(t),Q=this._get(t,"showCurrentAtPos"),G=this._get(t,"stepMonths"),J=1!==K[0]||1!==K[1],Z=this._daylightSavingAdjust(t.currentDay?new Date(t.currentYear,t.currentMonth,t.currentDay):new Date(9999,9,9)),X=this._getMinMaxDate(t,"min"),ee=this._getMinMaxDate(t,"max"),et=t.drawMonth-Q,ei=t.drawYear;if(et<0&&(et+=12,ei--),ee)for(i=this._daylightSavingAdjust(new Date(ee.getFullYear(),ee.getMonth()-K[0]*K[1]+1,ee.getDate())),i=X&&i<X?X:i;this._daylightSavingAdjust(new Date(ei,et,1))>i;)--et<0&&(et=11,ei--);for(t.drawMonth=et,t.drawYear=ei,n=this._get(t,"prevText"),n=q?this.formatDate(n,this._daylightSavingAdjust(new Date(ei,et-G,1)),this._getFormatConfig(t)):n,s=this._canAdjustMonth(t,-1,ei,et)?e("<a>").attr({class:"ui-datepicker-prev ui-corner-all","data-handler":"prev","data-event":"click",title:n}).append(e("<span>").addClass("ui-icon ui-icon-circle-triangle-"+(W?"e":"w")).text(n))[0].outerHTML:Y?"":e("<a>").attr({class:"ui-datepicker-prev ui-corner-all ui-state-disabled",title:n}).append(e("<span>").addClass("ui-icon ui-icon-circle-triangle-"+(W?"e":"w")).text(n))[0].outerHTML,r=this._get(t,"nextText"),r=q?this.formatDate(r,this._daylightSavingAdjust(new Date(ei,et+G,1)),this._getFormatConfig(t)):r,a=this._canAdjustMonth(t,1,ei,et)?e("<a>").attr({class:"ui-datepicker-next ui-corner-all","data-handler":"next","data-event":"click",title:r}).append(e("<span>").addClass("ui-icon ui-icon-circle-triangle-"+(W?"w":"e")).text(r))[0].outerHTML:Y?"":e("<a>").attr({class:"ui-datepicker-next ui-corner-all ui-state-disabled",title:r}).append(e("<span>").attr("class","ui-icon ui-icon-circle-triangle-"+(W?"w":"e")).text(r))[0].outerHTML,o=this._get(t,"currentText"),l=this._get(t,"gotoCurrent")&&t.currentDay?Z:U,o=q?this.formatDate(o,l,this._getFormatConfig(t)):o,c="",t.inline||(c=e("<button>").attr({type:"button",class:"ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all","data-handler":"hide","data-event":"click"}).text(this._get(t,"closeText"))[0].outerHTML),u="",V&&(u=e("<div class='ui-datepicker-buttonpane ui-widget-content'>").append(W?c:"").append(this._isInRange(t,l)?e("<button>").attr({type:"button",class:"ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all","data-handler":"today","data-event":"click"}).text(o):"").append(W?"":c)[0].outerHTML),h=isNaN(h=parseInt(this._get(t,"firstDay"),10))?0:h,p=this._get(t,"showWeek"),f=this._get(t,"dayNames"),g=this._get(t,"dayNamesMin"),m=this._get(t,"monthNames"),v=this._get(t,"monthNamesShort"),b=this._get(t,"beforeShowDay"),y=this._get(t,"showOtherMonths"),w=this._get(t,"selectOtherMonths"),_=this._getDefaultDate(t),x="",T=0;T<K[0];T++){for(E=0,k="",this.maxRows=4;E<K[1];E++){if(A=this._daylightSavingAdjust(new Date(ei,et,t.selectedDay)),S=" ui-corner-all",D="",J){if(D+="<div class='ui-datepicker-group",K[1]>1)switch(E){case 0:D+=" ui-datepicker-group-first",S=" ui-corner-"+(W?"right":"left");break;case K[1]-1:D+=" ui-datepicker-group-last",S=" ui-corner-"+(W?"left":"right");break;default:D+=" ui-datepicker-group-middle",S=""}D+="'>"}for(D+="<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix"+S+"'>"+(/all|left/.test(S)&&0===T?W?a:s:"")+(/all|right/.test(S)&&0===T?W?s:a:"")+this._generateMonthYearHeader(t,et,ei,X,ee,T>0||E>0,m,v)+"</div><table class='ui-datepicker-calendar'><thead><tr>",I=p?"<th class='ui-datepicker-week-col'>"+this._get(t,"weekHeader")+"</th>":"",C=0;C<7;C++)M=(C+h)%7,I+="<th scope='col'"+((C+h+6)%7>=5?" class='ui-datepicker-week-end'":"")+"><span title='"+f[M]+"'>"+g[M]+"</span></th>";for(D+=I+"</tr></thead><tbody>",N=this._getDaysInMonth(ei,et),ei===t.selectedYear&&et===t.selectedMonth&&(t.selectedDay=Math.min(t.selectedDay,N)),L=Math.ceil(((O=(this._getFirstDayOfMonth(ei,et)-h+7)%7)+N)/7),P=J&&this.maxRows>L?this.maxRows:L,this.maxRows=P,R=this._daylightSavingAdjust(new Date(ei,et,1-O)),$=0;$<P;$++){for(D+="<tr>",j=p?"<td class='ui-datepicker-week-col'>"+this._get(t,"calculateWeek")(R)+"</td>":"",C=0;C<7;C++)z=b?b.apply(t.input?t.input[0]:null,[R]):[!0,""],F=(H=R.getMonth()!==et)&&!w||!z[0]||X&&R<X||ee&&R>ee,j+="<td class='"+((C+h+6)%7>=5?" ui-datepicker-week-end":"")+(H?" ui-datepicker-other-month":"")+(R.getTime()===A.getTime()&&et===t.selectedMonth&&t._keyEvent||_.getTime()===R.getTime()&&_.getTime()===A.getTime()?" "+this._dayOverClass:"")+(F?" "+this._unselectableClass+" ui-state-disabled":"")+(H&&!y?"":" "+z[1]+(R.getTime()===Z.getTime()?" "+this._currentClass:"")+(R.getTime()===U.getTime()?" ui-datepicker-today":""))+"'"+((!H||y)&&z[2]?" title='"+z[2].replace(/'/g,"&#39;")+"'":"")+(F?"":" data-handler='selectDay' data-event='click' data-month='"+R.getMonth()+"' data-year='"+R.getFullYear()+"'")+">"+(H&&!y?"&#xa0;":F?"<span class='ui-state-default'>"+R.getDate()+"</span>":"<a class='ui-state-default"+(R.getTime()===U.getTime()?" ui-state-highlight":"")+(R.getTime()===Z.getTime()?" ui-state-active":"")+(H?" ui-priority-secondary":"")+"' href='#' aria-current='"+(R.getTime()===Z.getTime()?"true":"false")+"' data-date='"+R.getDate()+"'>"+R.getDate()+"</a>")+"</td>",R.setDate(R.getDate()+1),R=this._daylightSavingAdjust(R);D+=j+"</tr>"}++et>11&&(et=0,ei++),D+="</tbody></table>"+(J?"</div>"+(K[0]>0&&E===K[1]-1?"<div class='ui-datepicker-row-break'></div>":""):""),k+=D}x+=k}return x+=u,t._keyEvent=!1,x},_generateMonthYearHeader:function(e,t,i,n,s,r,a,o){var l,c,u,h,p,f,g,m,v=this._get(e,"changeMonth"),b=this._get(e,"changeYear"),y=this._get(e,"showMonthAfterYear"),w=this._get(e,"selectMonthLabel"),_=this._get(e,"selectYearLabel"),x="<div class='ui-datepicker-title'>",C="";if(r||!v)C+="<span class='ui-datepicker-month'>"+a[t]+"</span>";else{for(l=n&&n.getFullYear()===i,c=s&&s.getFullYear()===i,C+="<select class='ui-datepicker-month' aria-label='"+w+"' data-handler='selectMonth' data-event='change'>",u=0;u<12;u++)(!l||u>=n.getMonth())&&(!c||u<=s.getMonth())&&(C+="<option value='"+u+"'"+(u===t?" selected='selected'":"")+">"+o[u]+"</option>");C+="</select>"}if(y||(x+=C+(r||!(v&&b)?"&#xa0;":"")),!e.yearshtml)if(e.yearshtml="",r||!b)x+="<span class='ui-datepicker-year'>"+i+"</span>";else{for(h=this._get(e,"yearRange").split(":"),p=new Date().getFullYear(),m=Math.max(g=(f=function(e){var t=e.match(/c[+\-].*/)?i+parseInt(e.substring(1),10):e.match(/[+\-].*/)?p+parseInt(e,10):parseInt(e,10);return isNaN(t)?p:t})(h[0]),f(h[1]||"")),g=n?Math.max(g,n.getFullYear()):g,m=s?Math.min(m,s.getFullYear()):m,e.yearshtml+="<select class='ui-datepicker-year' aria-label='"+_+"' data-handler='selectYear' data-event='change'>";g<=m;g++)e.yearshtml+="<option value='"+g+"'"+(g===i?" selected='selected'":"")+">"+g+"</option>";e.yearshtml+="</select>",x+=e.yearshtml,e.yearshtml=null}return x+=this._get(e,"yearSuffix"),y&&(x+=(r||!(v&&b)?"&#xa0;":"")+C),x+="</div>"},_adjustInstDate:function(e,t,i){var n=e.selectedYear+("Y"===i?t:0),s=e.selectedMonth+("M"===i?t:0),r=Math.min(e.selectedDay,this._getDaysInMonth(n,s))+("D"===i?t:0),a=this._restrictMinMax(e,this._daylightSavingAdjust(new Date(n,s,r)));e.selectedDay=a.getDate(),e.drawMonth=e.selectedMonth=a.getMonth(),e.drawYear=e.selectedYear=a.getFullYear(),("M"===i||"Y"===i)&&this._notifyChange(e)},_restrictMinMax:function(e,t){var i=this._getMinMaxDate(e,"min"),n=this._getMinMaxDate(e,"max"),s=i&&t<i?i:t;return n&&s>n?n:s},_notifyChange:function(e){var t=this._get(e,"onChangeMonthYear");t&&t.apply(e.input?e.input[0]:null,[e.selectedYear,e.selectedMonth+1,e])},_getNumberOfMonths:function(e){var t=this._get(e,"numberOfMonths");return null==t?[1,1]:"number"==typeof t?[1,t]:t},_getMinMaxDate:function(e,t){return this._determineDate(e,this._get(e,t+"Date"),null)},_getDaysInMonth:function(e,t){return 32-this._daylightSavingAdjust(new Date(e,t,32)).getDate()},_getFirstDayOfMonth:function(e,t){return new Date(e,t,1).getDay()},_canAdjustMonth:function(e,t,i,n){var s=this._getNumberOfMonths(e),r=this._daylightSavingAdjust(new Date(i,n+(t<0?t:s[0]*s[1]),1));return t<0&&r.setDate(this._getDaysInMonth(r.getFullYear(),r.getMonth())),this._isInRange(e,r)},_isInRange:function(e,t){var i,n,s=this._getMinMaxDate(e,"min"),r=this._getMinMaxDate(e,"max"),a=null,o=null,l=this._get(e,"yearRange");return l&&(i=l.split(":"),n=new Date().getFullYear(),a=parseInt(i[0],10),o=parseInt(i[1],10),i[0].match(/[+\-].*/)&&(a+=n),i[1].match(/[+\-].*/)&&(o+=n)),(!s||t.getTime()>=s.getTime())&&(!r||t.getTime()<=r.getTime())&&(!a||t.getFullYear()>=a)&&(!o||t.getFullYear()<=o)},_getFormatConfig:function(e){var t=this._get(e,"shortYearCutoff");return{shortYearCutoff:t="string"!=typeof t?t:new Date().getFullYear()%100+parseInt(t,10),dayNamesShort:this._get(e,"dayNamesShort"),dayNames:this._get(e,"dayNames"),monthNamesShort:this._get(e,"monthNamesShort"),monthNames:this._get(e,"monthNames")}},_formatDate:function(e,t,i,n){t||(e.currentDay=e.selectedDay,e.currentMonth=e.selectedMonth,e.currentYear=e.selectedYear);var s=t?"object"==typeof t?t:this._daylightSavingAdjust(new Date(n,i,t)):this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay));return this.formatDate(this._get(e,"dateFormat"),s,this._getFormatConfig(e))}}),e.fn.datepicker=function(t){if(!this.length)return this;e.datepicker.initialized||(e(document).on("mousedown",e.datepicker._checkExternalClick),e.datepicker.initialized=!0),0===e("#"+e.datepicker._mainDivId).length&&e("body").append(e.datepicker.dpDiv);var i=Array.prototype.slice.call(arguments,1);return"string"==typeof t&&("isDisabled"===t||"getDate"===t||"widget"===t)||"option"===t&&2==arguments.length&&"string"==typeof arguments[1]?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(i)):this.each(function(){"string"==typeof t?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this].concat(i)):e.datepicker._attachDatepicker(this,t)})},e.datepicker=new i,e.datepicker.initialized=!1,e.datepicker.uuid=new Date().getTime(),e.datepicker.version="1.14.1",e.datepicker})},132(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(228),i(745),i(786),i(41),i(309),i(229)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){return e.widget("ui.draggable",e.ui.mouse,{version:"1.14.1",widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){"original"===this.options.helper&&this._setPositionRelative(),this.options.addClasses&&this._addClass("ui-draggable"),this._setHandleClassName(),this._mouseInit()},_setOption:function(e,t){this._super(e,t),"handle"===e&&(this._removeHandleClassName(),this._setHandleClassName())},_destroy:function(){if((this.helper||this.element).is(".ui-draggable-dragging")){this.destroyOnClear=!0;return}this._removeHandleClassName(),this._mouseDestroy()},_mouseCapture:function(t){var i=this.options;return!this.helper&&!i.disabled&&!(e(t.target).closest(".ui-resizable-handle").length>0)&&(this.handle=this._getHandle(t),!!this.handle&&(this._blurActiveElement(t),this._blockFrames(!0===i.iframeFix?"iframe":i.iframeFix),!0))},_blockFrames:function(t){this.iframeBlocks=this.document.find(t).map(function(){var t=e(this);return e("<div>").css("position","absolute").appendTo(t.parent()).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()).offset(t.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_blurActiveElement:function(t){var i=this.document[0].activeElement;e(t.target).closest(i).length||e(i).trigger("blur")},_mouseStart:function(t){var i=this.options;return(this.helper=this._createHelper(t),this._addClass(this.helper,"ui-draggable-dragging"),this._cacheHelperProportions(),e.ui.ddmanager&&(e.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.hasFixedAncestor=this.helper.parents().filter(function(){return"fixed"===e(this).css("position")}).length>0,this.positionAbs=this.element.offset(),this._refreshOffsets(t),this.originalPosition=this.position=this._generatePosition(t,!1),this.originalPageX=t.pageX,this.originalPageY=t.pageY,i.cursorAt&&this._adjustOffsetFromHelper(i.cursorAt),this._setContainment(),!1===this._trigger("start",t))?(this._clear(),!1):(this._cacheHelperProportions(),e.ui.ddmanager&&!i.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this._mouseDrag(t,!0),e.ui.ddmanager&&e.ui.ddmanager.dragStart(this,t),!0)},_refreshOffsets:function(e){this.offset={top:this.positionAbs.top-this.margins.top,left:this.positionAbs.left-this.margins.left,scroll:!1,parent:this._getParentOffset(),relative:this._getRelativeOffset()},this.offset.click={left:e.pageX-this.offset.left,top:e.pageY-this.offset.top}},_mouseDrag:function(t,i){if(this.hasFixedAncestor&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(t,!0),this.positionAbs=this._convertPositionTo("absolute"),!i){var n=this._uiHash();if(!1===this._trigger("drag",t,n))return this._mouseUp(new e.Event("mouseup",t)),!1;this.position=n.position}return this.helper[0].style.left=this.position.left+"px",this.helper[0].style.top=this.position.top+"px",e.ui.ddmanager&&e.ui.ddmanager.drag(this,t),!1},_mouseStop:function(t){var i=this,n=!1;return e.ui.ddmanager&&!this.options.dropBehaviour&&(n=e.ui.ddmanager.drop(this,t)),this.dropped&&(n=this.dropped,this.dropped=!1),"invalid"===this.options.revert&&!n||"valid"===this.options.revert&&n||!0===this.options.revert||"function"==typeof this.options.revert&&this.options.revert.call(this.element,n)?e(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){!1!==i._trigger("stop",t)&&i._clear()}):!1!==this._trigger("stop",t)&&this._clear(),!1},_mouseUp:function(t){return this._unblockFrames(),e.ui.ddmanager&&e.ui.ddmanager.dragStop(this,t),this.handleElement.is(t.target)&&this.element.trigger("focus"),e.ui.mouse.prototype._mouseUp.call(this,t)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp(new e.Event("mouseup",{target:this.element[0]})):this._clear(),this},_getHandle:function(t){return!this.options.handle||!!e(t.target).closest(this.element.find(this.options.handle)).length},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this._addClass(this.handleElement,"ui-draggable-handle")},_removeHandleClassName:function(){this._removeClass(this.handleElement,"ui-draggable-handle")},_createHelper:function(t){var i=this.options,n="function"==typeof i.helper,s=n?e(i.helper.apply(this.element[0],[t])):"clone"===i.helper?this.element.clone().removeAttr("id"):this.element;return s.parents("body").length||s.appendTo("parent"===i.appendTo?this.element[0].parentNode:i.appendTo),n&&s[0]===this.element[0]&&this._setPositionRelative(),s[0]===this.element[0]||/(fixed|absolute)/.test(s.css("position"))||s.css("position","absolute"),s},_setPositionRelative:function(){/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative")},_adjustOffsetFromHelper:function(e){"string"==typeof e&&(e=e.split(" ")),Array.isArray(e)&&(e={left:+e[0],top:+e[1]||0}),"left"in e&&(this.offset.click.left=e.left+this.margins.left),"right"in e&&(this.offset.click.left=this.helperProportions.width-e.right+this.margins.left),"top"in e&&(this.offset.click.top=e.top+this.margins.top),"bottom"in e&&(this.offset.click.top=this.helperProportions.height-e.bottom+this.margins.top)},_isRootNode:function(e){return/(html|body)/i.test(e.tagName)||e===this.document[0]},_getParentOffset:function(){var t=this.offsetParent.offset(),i=this.document[0];return"absolute"===this.cssPosition&&this.scrollParent[0]!==i&&e.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:t.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var e=this.element.position(),t=this._isRootNode(this.scrollParent[0]);return{top:e.top-(parseInt(this.helper.css("top"),10)||0)+(t?0:this.scrollParent.scrollTop()),left:e.left-(parseInt(this.helper.css("left"),10)||0)+(t?0:this.scrollParent.scrollLeft())}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,i,n,s=this.options,r=this.document[0];if(this.relativeContainer=null,!s.containment){this.containment=null;return}if("window"===s.containment){this.containment=[e(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,e(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,e(window).scrollLeft()+e(window).width()-this.helperProportions.width-this.margins.left,e(window).scrollTop()+(e(window).height()||r.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];return}if("document"===s.containment){this.containment=[0,0,e(r).width()-this.helperProportions.width-this.margins.left,(e(r).height()||r.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];return}if(s.containment.constructor===Array){this.containment=s.containment;return}"parent"===s.containment&&(s.containment=this.helper[0].parentNode),(n=(i=e(s.containment))[0])&&(t=/(scroll|auto)/.test(i.css("overflow")),this.containment=[(parseInt(i.css("borderLeftWidth"),10)||0)+(parseInt(i.css("paddingLeft"),10)||0),(parseInt(i.css("borderTopWidth"),10)||0)+(parseInt(i.css("paddingTop"),10)||0),(t?Math.max(n.scrollWidth,n.offsetWidth):n.offsetWidth)-(parseInt(i.css("borderRightWidth"),10)||0)-(parseInt(i.css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(t?Math.max(n.scrollHeight,n.offsetHeight):n.offsetHeight)-(parseInt(i.css("borderBottomWidth"),10)||0)-(parseInt(i.css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=i)},_convertPositionTo:function(e,t){t||(t=this.position);var i="absolute"===e?1:-1,n=this._isRootNode(this.scrollParent[0]);return{top:t.top+this.offset.relative.top*i+this.offset.parent.top*i-("fixed"===this.cssPosition?-this.offset.scroll.top:n?0:this.offset.scroll.top)*i,left:t.left+this.offset.relative.left*i+this.offset.parent.left*i-("fixed"===this.cssPosition?-this.offset.scroll.left:n?0:this.offset.scroll.left)*i}},_generatePosition:function(e,t){var i,n,s,r,a=this.options,o=this._isRootNode(this.scrollParent[0]),l=e.pageX,c=e.pageY;return o&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),t&&(this.containment&&(this.relativeContainer?(n=this.relativeContainer.offset(),i=[this.containment[0]+n.left,this.containment[1]+n.top,this.containment[2]+n.left,this.containment[3]+n.top]):i=this.containment,e.pageX-this.offset.click.left<i[0]&&(l=i[0]+this.offset.click.left),e.pageY-this.offset.click.top<i[1]&&(c=i[1]+this.offset.click.top),e.pageX-this.offset.click.left>i[2]&&(l=i[2]+this.offset.click.left),e.pageY-this.offset.click.top>i[3]&&(c=i[3]+this.offset.click.top)),a.grid&&(s=a.grid[1]?this.originalPageY+Math.round((c-this.originalPageY)/a.grid[1])*a.grid[1]:this.originalPageY,c=i?s-this.offset.click.top>=i[1]||s-this.offset.click.top>i[3]?s:s-this.offset.click.top>=i[1]?s-a.grid[1]:s+a.grid[1]:s,r=a.grid[0]?this.originalPageX+Math.round((l-this.originalPageX)/a.grid[0])*a.grid[0]:this.originalPageX,l=i?r-this.offset.click.left>=i[0]||r-this.offset.click.left>i[2]?r:r-this.offset.click.left>=i[0]?r-a.grid[0]:r+a.grid[0]:r),"y"===a.axis&&(l=this.originalPageX),"x"===a.axis&&(c=this.originalPageY)),{top:c-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.offset.scroll.top:o?0:this.offset.scroll.top),left:l-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.offset.scroll.left:o?0:this.offset.scroll.left)}},_clear:function(){this._removeClass(this.helper,"ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_trigger:function(t,i,n){return n=n||this._uiHash(),e.ui.plugin.call(this,t,[i,n,this],!0),/^(drag|start|stop)/.test(t)&&(this.positionAbs=this._convertPositionTo("absolute"),n.offset=this.positionAbs),e.Widget.prototype._trigger.call(this,t,i,n)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),e.ui.plugin.add("draggable","connectToSortable",{start:function(t,i,n){var s=e.extend({},i,{item:n.element});n.sortables=[],e(n.options.connectToSortable).each(function(){var i=e(this).sortable("instance");i&&!i.options.disabled&&(n.sortables.push(i),i.refreshPositions(),i._trigger("activate",t,s))})},stop:function(t,i,n){var s=e.extend({},i,{item:n.element});n.cancelHelperRemoval=!1,e.each(n.sortables,function(){this.isOver?(this.isOver=0,n.cancelHelperRemoval=!0,this.cancelHelperRemoval=!1,this._storedCSS={position:this.placeholder.css("position"),top:this.placeholder.css("top"),left:this.placeholder.css("left")},this._mouseStop(t),this.options.helper=this.options._helper):(this.cancelHelperRemoval=!0,this._trigger("deactivate",t,s))})},drag:function(t,i,n){e.each(n.sortables,function(){var s=!1,r=this;r.positionAbs=n.positionAbs,r.helperProportions=n.helperProportions,r.offset.click=n.offset.click,r._intersectsWith(r.containerCache)&&(s=!0,e.each(n.sortables,function(){return this.positionAbs=n.positionAbs,this.helperProportions=n.helperProportions,this.offset.click=n.offset.click,this!==r&&this._intersectsWith(this.containerCache)&&e.contains(r.element[0],this.element[0])&&(s=!1),s})),s?(r.isOver||(r.isOver=1,n._parent=i.helper.parent(),r.currentItem=i.helper.appendTo(r.element).data("ui-sortable-item",!0),r.options._helper=r.options.helper,r.options.helper=function(){return i.helper[0]},t.target=r.currentItem[0],r._mouseCapture(t,!0),r._mouseStart(t,!0,!0),r.offset.click.top=n.offset.click.top,r.offset.click.left=n.offset.click.left,r.offset.parent.left-=n.offset.parent.left-r.offset.parent.left,r.offset.parent.top-=n.offset.parent.top-r.offset.parent.top,n._trigger("toSortable",t),n.dropped=r.element,e.each(n.sortables,function(){this.refreshPositions()}),n.currentItem=n.element,r.fromOutside=n),r.currentItem&&(r._mouseDrag(t),i.position=r.position)):r.isOver&&(r.isOver=0,r.cancelHelperRemoval=!0,r.options._revert=r.options.revert,r.options.revert=!1,r._trigger("out",t,r._uiHash(r)),r._mouseStop(t,!0),r.options.revert=r.options._revert,r.options.helper=r.options._helper,r.placeholder&&r.placeholder.remove(),i.helper.appendTo(n._parent),n._refreshOffsets(t),i.position=n._generatePosition(t,!0),n._trigger("fromSortable",t),n.dropped=!1,e.each(n.sortables,function(){this.refreshPositions()}))})}}),e.ui.plugin.add("draggable","cursor",{start:function(t,i,n){var s=e("body"),r=n.options;s.css("cursor")&&(r._cursor=s.css("cursor")),s.css("cursor",r.cursor)},stop:function(t,i,n){var s=n.options;s._cursor&&e("body").css("cursor",s._cursor)}}),e.ui.plugin.add("draggable","opacity",{start:function(t,i,n){var s=e(i.helper),r=n.options;s.css("opacity")&&(r._opacity=s.css("opacity")),s.css("opacity",r.opacity)},stop:function(t,i,n){var s=n.options;s._opacity&&e(i.helper).css("opacity",s._opacity)}}),e.ui.plugin.add("draggable","scroll",{start:function(e,t,i){i.scrollParentNotHidden||(i.scrollParentNotHidden=i.helper.scrollParent(!1)),i.scrollParentNotHidden[0]!==i.document[0]&&"HTML"!==i.scrollParentNotHidden[0].tagName&&(i.overflowOffset=i.scrollParentNotHidden.offset())},drag:function(t,i,n){var s=n.options,r=!1,a=n.scrollParentNotHidden[0],o=n.document[0];a!==o&&"HTML"!==a.tagName?((!s.axis||"x"!==s.axis)&&(n.overflowOffset.top+a.offsetHeight-t.pageY<s.scrollSensitivity?a.scrollTop=r=a.scrollTop+s.scrollSpeed:t.pageY-n.overflowOffset.top<s.scrollSensitivity&&(a.scrollTop=r=a.scrollTop-s.scrollSpeed)),(!s.axis||"y"!==s.axis)&&(n.overflowOffset.left+a.offsetWidth-t.pageX<s.scrollSensitivity?a.scrollLeft=r=a.scrollLeft+s.scrollSpeed:t.pageX-n.overflowOffset.left<s.scrollSensitivity&&(a.scrollLeft=r=a.scrollLeft-s.scrollSpeed))):((!s.axis||"x"!==s.axis)&&(t.pageY-e(o).scrollTop()<s.scrollSensitivity?r=e(o).scrollTop(e(o).scrollTop()-s.scrollSpeed):e(window).height()-(t.pageY-e(o).scrollTop())<s.scrollSensitivity&&(r=e(o).scrollTop(e(o).scrollTop()+s.scrollSpeed))),(!s.axis||"y"!==s.axis)&&(t.pageX-e(o).scrollLeft()<s.scrollSensitivity?r=e(o).scrollLeft(e(o).scrollLeft()-s.scrollSpeed):e(window).width()-(t.pageX-e(o).scrollLeft())<s.scrollSensitivity&&(r=e(o).scrollLeft(e(o).scrollLeft()+s.scrollSpeed)))),!1!==r&&e.ui.ddmanager&&!s.dropBehaviour&&e.ui.ddmanager.prepareOffsets(n,t)}}),e.ui.plugin.add("draggable","snap",{start:function(t,i,n){var s=n.options;n.snapElements=[],e(s.snap.constructor!==String?s.snap.items||":data(ui-draggable)":s.snap).each(function(){var t=e(this),i=t.offset();this!==n.element[0]&&n.snapElements.push({item:this,width:t.outerWidth(),height:t.outerHeight(),top:i.top,left:i.left})})},drag:function(t,i,n){var s,r,a,o,l,c,u,h,p,f,g=n.options,m=g.snapTolerance,v=i.offset.left,b=v+n.helperProportions.width,y=i.offset.top,w=y+n.helperProportions.height;for(p=n.snapElements.length-1;p>=0;p--){if(c=(l=n.snapElements[p].left-n.margins.left)+n.snapElements[p].width,h=(u=n.snapElements[p].top-n.margins.top)+n.snapElements[p].height,b<l-m||v>c+m||w<u-m||y>h+m||!e.contains(n.snapElements[p].item.ownerDocument,n.snapElements[p].item)){n.snapElements[p].snapping&&n.options.snap.release&&n.options.snap.release.call(n.element,t,e.extend(n._uiHash(),{snapItem:n.snapElements[p].item})),n.snapElements[p].snapping=!1;continue}"inner"!==g.snapMode&&(s=Math.abs(u-w)<=m,r=Math.abs(h-y)<=m,a=Math.abs(l-b)<=m,o=Math.abs(c-v)<=m,s&&(i.position.top=n._convertPositionTo("relative",{top:u-n.helperProportions.height,left:0}).top),r&&(i.position.top=n._convertPositionTo("relative",{top:h,left:0}).top),a&&(i.position.left=n._convertPositionTo("relative",{top:0,left:l-n.helperProportions.width}).left),o&&(i.position.left=n._convertPositionTo("relative",{top:0,left:c}).left)),f=s||r||a||o,"outer"!==g.snapMode&&(s=Math.abs(u-y)<=m,r=Math.abs(h-w)<=m,a=Math.abs(l-v)<=m,o=Math.abs(c-b)<=m,s&&(i.position.top=n._convertPositionTo("relative",{top:u,left:0}).top),r&&(i.position.top=n._convertPositionTo("relative",{top:h-n.helperProportions.height,left:0}).top),a&&(i.position.left=n._convertPositionTo("relative",{top:0,left:l}).left),o&&(i.position.left=n._convertPositionTo("relative",{top:0,left:c-n.helperProportions.width}).left)),!n.snapElements[p].snapping&&(s||r||a||o||f)&&n.options.snap.snap&&n.options.snap.snap.call(n.element,t,e.extend(n._uiHash(),{snapItem:n.snapElements[p].item})),n.snapElements[p].snapping=s||r||a||o||f}}}),e.ui.plugin.add("draggable","stack",{start:function(t,i,n){var s,r=n.options,a=e.makeArray(e(r.stack)).sort(function(t,i){return(parseInt(e(t).css("zIndex"),10)||0)-(parseInt(e(i).css("zIndex"),10)||0)});a.length&&(s=parseInt(e(a[0]).css("zIndex"),10)||0,e(a).each(function(t){e(this).css("zIndex",s+t)}),this.css("zIndex",s+a.length))}}),e.ui.plugin.add("draggable","zIndex",{start:function(t,i,n){var s=e(i.helper),r=n.options;s.css("zIndex")&&(r._zIndex=s.css("zIndex")),s.css("zIndex",r.zIndex)},stop:function(t,i,n){var s=n.options;s._zIndex&&e(i.helper).css("zIndex",s._zIndex)}}),e.ui.draggable})},228(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(309),i(229)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){"use strict";var t=!1;return e(document).on("mouseup",function(){t=!1}),e.widget("ui.mouse",{version:"1.14.1",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var t=this;this.element.on("mousedown."+this.widgetName,function(e){return t._mouseDown(e)}).on("click."+this.widgetName,function(i){if(!0===e.data(i.target,t.widgetName+".preventClickEvent"))return e.removeData(i.target,t.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1}),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(i){if(!t){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(i),this._mouseDownEvent=i;var n=this,s=1===i.which,r="string"==typeof this.options.cancel&&e(i.target).closest(this.options.cancel).length;return!(s&&!r&&this._mouseCapture(i))||((this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){n.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(i)&&this._mouseDelayMet(i)&&(this._mouseStarted=!1!==this._mouseStart(i),!this._mouseStarted))?(i.preventDefault(),!0):(!0===e.data(i.target,this.widgetName+".preventClickEvent")&&e.removeData(i.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(e){return n._mouseMove(e)},this._mouseUpDelegate=function(e){return n._mouseUp(e)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),i.preventDefault(),t=!0,!0))}},_mouseMove:function(e){if(this._mouseMoved&&!e.which){if(e.originalEvent.altKey||e.originalEvent.ctrlKey||e.originalEvent.metaKey||e.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(e)}return((e.which||e.button)&&(this._mouseMoved=!0),this._mouseStarted)?(this._mouseDrag(e),e.preventDefault()):(this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=!1!==this._mouseStart(this._mouseDownEvent,e),this._mouseStarted?this._mouseDrag(e):this._mouseUp(e)),!this._mouseStarted)},_mouseUp:function(i){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,i.target===this._mouseDownEvent.target&&e.data(i.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(i)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,t=!1,i.preventDefault()},_mouseDistanceMet:function(e){return Math.max(Math.abs(this._mouseDownEvent.pageX-e.pageX),Math.abs(this._mouseDownEvent.pageY-e.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}})})},903(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(228),i(745),i(41),i(309),i(229)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){return e.widget("ui.sortable",e.ui.mouse,{version:"1.14.1",widgetEventPrefix:"sort",ready:!1,options:{appendTo:"parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceholderSize:!1,forceHelperSize:!1,grid:!1,handle:!1,helper:"original",items:"> *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1e3,activate:null,beforeStop:null,change:null,deactivate:null,out:null,over:null,receive:null,remove:null,sort:null,start:null,stop:null,update:null},_isOverAxis:function(e,t,i){return e>=t&&e<t+i},_isFloating:function(e){return/left|right/.test(e.css("float"))||/inline|table-cell/.test(e.css("display"))},_create:function(){this.containerCache={},this._addClass("ui-sortable"),this.refresh(),this.offset=this.element.offset(),this._mouseInit(),this._setHandleClassName(),this.ready=!0},_setOption:function(e,t){this._super(e,t),"handle"===e&&this._setHandleClassName()},_setHandleClassName:function(){this._removeClass(this.element.find(".ui-sortable-handle"),"ui-sortable-handle"),e.each(this.items,function(){(this.instance.options.handle?this.item.find(this.instance.options.handle):this.item).addClass("ui-sortable-handle")})},_destroy:function(){this._mouseDestroy();for(var e=this.items.length-1;e>=0;e--)this.items[e].item.removeData(this.widgetName+"-item");return this},_mouseCapture:function(t,i){var n=null,s=!1,r=this;return!this.reverting&&!this.options.disabled&&"static"!==this.options.type&&(this._refreshItems(t),e(t.target).parents().each(function(){if(e.data(this,r.widgetName+"-item")===r)return n=e(this),!1}),e.data(t.target,r.widgetName+"-item")===r&&(n=e(t.target)),!!n)&&(!this.options.handle||!!i||(e(this.options.handle,n).find("*").addBack().each(function(){this===t.target&&(s=!0)}),!!s))&&(this.currentItem=n,this._removeCurrentsFromItems(),!0)},_mouseStart:function(t,i,n){var s,r,a=this.options;if(this.currentContainer=this,this.refreshPositions(),this.appendTo=e("parent"!==a.appendTo?a.appendTo:this.currentItem.parent()),this.helper=this._createHelper(t),this._cacheHelperProportions(),this._cacheMargins(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},e.extend(this.offset,{click:{left:t.pageX-this.offset.left,top:t.pageY-this.offset.top},relative:this._getRelativeOffset()}),this.helper.css("position","absolute"),this.cssPosition=this.helper.css("position"),a.cursorAt&&this._adjustOffsetFromHelper(a.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!==this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),this.scrollParent=this.placeholder.scrollParent(),e.extend(this.offset,{parent:this._getParentOffset()}),a.containment&&this._setContainment(),a.cursor&&"auto"!==a.cursor&&(r=this.document.find("body"),this._storedStylesheet=e("<style>*{ cursor: "+a.cursor+" !important; }</style>").appendTo(r)),a.zIndex&&(this.helper.css("zIndex")&&(this._storedZIndex=this.helper.css("zIndex")),this.helper.css("zIndex",a.zIndex)),a.opacity&&(this.helper.css("opacity")&&(this._storedOpacity=this.helper.css("opacity")),this.helper.css("opacity",a.opacity)),this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this._trigger("start",t,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions(),!n)for(s=this.containers.length-1;s>=0;s--)this.containers[s]._trigger("activate",t,this._uiHash(this));return e.ui.ddmanager&&(e.ui.ddmanager.current=this),e.ui.ddmanager&&!a.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this.dragging=!0,this._addClass(this.helper,"ui-sortable-helper"),this.helper.parent().is(this.appendTo)||(this.helper.detach().appendTo(this.appendTo),this.offset.parent=this._getParentOffset()),this.position=this.originalPosition=this._generatePosition(t),this.originalPageX=t.pageX,this.originalPageY=t.pageY,this.lastPositionAbs=this.positionAbs=this._convertPositionTo("absolute"),this._mouseDrag(t),!0},_scroll:function(e){var t=this.options,i=!1;return this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-e.pageY<t.scrollSensitivity?this.scrollParent[0].scrollTop=i=this.scrollParent[0].scrollTop+t.scrollSpeed:e.pageY-this.overflowOffset.top<t.scrollSensitivity&&(this.scrollParent[0].scrollTop=i=this.scrollParent[0].scrollTop-t.scrollSpeed),this.overflowOffset.left+this.scrollParent[0].offsetWidth-e.pageX<t.scrollSensitivity?this.scrollParent[0].scrollLeft=i=this.scrollParent[0].scrollLeft+t.scrollSpeed:e.pageX-this.overflowOffset.left<t.scrollSensitivity&&(this.scrollParent[0].scrollLeft=i=this.scrollParent[0].scrollLeft-t.scrollSpeed)):(e.pageY-this.document.scrollTop()<t.scrollSensitivity?i=this.document.scrollTop(this.document.scrollTop()-t.scrollSpeed):this.window.height()-(e.pageY-this.document.scrollTop())<t.scrollSensitivity&&(i=this.document.scrollTop(this.document.scrollTop()+t.scrollSpeed)),e.pageX-this.document.scrollLeft()<t.scrollSensitivity?i=this.document.scrollLeft(this.document.scrollLeft()-t.scrollSpeed):this.window.width()-(e.pageX-this.document.scrollLeft())<t.scrollSensitivity&&(i=this.document.scrollLeft(this.document.scrollLeft()+t.scrollSpeed))),i},_mouseDrag:function(t){var i,n,s,r,a=this.options;for(this.position=this._generatePosition(t),this.positionAbs=this._convertPositionTo("absolute"),this.options.axis&&"y"===this.options.axis||(this.helper[0].style.left=this.position.left+"px"),this.options.axis&&"x"===this.options.axis||(this.helper[0].style.top=this.position.top+"px"),a.scroll&&!1!==this._scroll(t)&&(this._refreshItemPositions(!0),e.ui.ddmanager&&!a.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t)),this.dragDirection={vertical:this._getDragVerticalDirection(),horizontal:this._getDragHorizontalDirection()},i=this.items.length-1;i>=0;i--)if((s=(n=this.items[i]).item[0],r=this._intersectsWithPointer(n))&&n.instance===this.currentContainer&&s!==this.currentItem[0]&&this.placeholder[1===r?"next":"prev"]()[0]!==s&&!e.contains(this.placeholder[0],s)&&("semi-dynamic"!==this.options.type||!e.contains(this.element[0],s))){if(this.direction=1===r?"down":"up","pointer"===this.options.tolerance||this._intersectsWithSides(n))this._rearrange(t,n);else break;this._trigger("change",t,this._uiHash());break}return this._contactContainers(t),e.ui.ddmanager&&e.ui.ddmanager.drag(this,t),this._trigger("sort",t,this._uiHash()),this.lastPositionAbs=this.positionAbs,!1},_mouseStop:function(t,i){if(t){if(e.ui.ddmanager&&!this.options.dropBehaviour&&e.ui.ddmanager.drop(this,t),this.options.revert){var n=this,s=this.placeholder.offset(),r=this.options.axis,a={};r&&"x"!==r||(a.left=s.left-this.offset.parent.left-this.margins.left+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollLeft)),r&&"y"!==r||(a.top=s.top-this.offset.parent.top-this.margins.top+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollTop)),this.reverting=!0,e(this.helper).animate(a,parseInt(this.options.revert,10)||500,function(){n._clear(t)})}else this._clear(t,i);return!1}},cancel:function(){if(this.dragging){this._mouseUp(new e.Event("mouseup",{target:null})),"original"===this.options.helper?(this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")):this.currentItem.show();for(var t=this.containers.length-1;t>=0;t--)this.containers[t]._trigger("deactivate",null,this._uiHash(this)),this.containers[t].containerCache.over&&(this.containers[t]._trigger("out",null,this._uiHash(this)),this.containers[t].containerCache.over=0)}return this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),"original"!==this.options.helper&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),e.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?e(this.domPosition.prev).after(this.currentItem):e(this.domPosition.parent).prepend(this.currentItem)),this},serialize:function(t){var i=this._getItemsAsjQuery(t&&t.connected),n=[];return t=t||{},e(i).each(function(){var i=(e(t.item||this).attr(t.attribute||"id")||"").match(t.expression||/(.+)[\-=_](.+)/);i&&n.push((t.key||i[1]+"[]")+"="+(t.key&&t.expression?i[1]:i[2]))}),!n.length&&t.key&&n.push(t.key+"="),n.join("&")},toArray:function(t){var i=this._getItemsAsjQuery(t&&t.connected),n=[];return t=t||{},i.each(function(){n.push(e(t.item||this).attr(t.attribute||"id")||"")}),n},_intersectsWith:function(e){var t=this.positionAbs.left,i=t+this.helperProportions.width,n=this.positionAbs.top,s=n+this.helperProportions.height,r=e.left,a=r+e.width,o=e.top,l=o+e.height,c=this.offset.click.top,u=this.offset.click.left,h="x"===this.options.axis||n+c>o&&n+c<l,p="y"===this.options.axis||t+u>r&&t+u<a;return"pointer"===this.options.tolerance||this.options.forcePointerForContainers||"pointer"!==this.options.tolerance&&this.helperProportions[this.floating?"width":"height"]>e[this.floating?"width":"height"]?h&&p:r<t+this.helperProportions.width/2&&i-this.helperProportions.width/2<a&&o<n+this.helperProportions.height/2&&s-this.helperProportions.height/2<l},_intersectsWithPointer:function(e){var t,i,n="x"===this.options.axis||this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top,e.height),s="y"===this.options.axis||this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left,e.width);return!!(n&&s)&&(t=this.dragDirection.vertical,i=this.dragDirection.horizontal,this.floating?"right"===i||"down"===t?2:1:t&&("down"===t?2:1))},_intersectsWithSides:function(e){var t=this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top+e.height/2,e.height),i=this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left+e.width/2,e.width),n=this.dragDirection.vertical,s=this.dragDirection.horizontal;return this.floating&&s?"right"===s&&i||"left"===s&&!i:n&&("down"===n&&t||"up"===n&&!t)},_getDragVerticalDirection:function(){var e=this.positionAbs.top-this.lastPositionAbs.top;return 0!==e&&(e>0?"down":"up")},_getDragHorizontalDirection:function(){var e=this.positionAbs.left-this.lastPositionAbs.left;return 0!==e&&(e>0?"right":"left")},refresh:function(e){return this._refreshItems(e),this._setHandleClassName(),this.refreshPositions(),this},_connectWith:function(){var e=this.options;return e.connectWith.constructor===String?[e.connectWith]:e.connectWith},_getItemsAsjQuery:function(t){var i,n,s,r,a=[],o=[],l=this._connectWith();if(l&&t)for(i=l.length-1;i>=0;i--)for(n=(s=e(l[i],this.document[0])).length-1;n>=0;n--)(r=e.data(s[n],this.widgetFullName))&&r!==this&&!r.options.disabled&&o.push(["function"==typeof r.options.items?r.options.items.call(r.element):e(r.options.items,r.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),r]);function c(){a.push(this)}for(o.push(["function"==typeof this.options.items?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):e(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]),i=o.length-1;i>=0;i--)o[i][0].each(c);return e(a)},_removeCurrentsFromItems:function(){var t=this.currentItem.find(":data("+this.widgetName+"-item)");this.items=e.grep(this.items,function(e){for(var i=0;i<t.length;i++)if(t[i]===e.item[0])return!1;return!0})},_refreshItems:function(t){this.items=[],this.containers=[this];var i,n,s,r,a,o,l,c,u=this.items,h=[["function"==typeof this.options.items?this.options.items.call(this.element[0],t,{item:this.currentItem}):e(this.options.items,this.element),this]],p=this._connectWith();if(p&&this.ready)for(i=p.length-1;i>=0;i--)for(n=(s=e(p[i],this.document[0])).length-1;n>=0;n--)(r=e.data(s[n],this.widgetFullName))&&r!==this&&!r.options.disabled&&(h.push(["function"==typeof r.options.items?r.options.items.call(r.element[0],t,{item:this.currentItem}):e(r.options.items,r.element),r]),this.containers.push(r));for(i=h.length-1;i>=0;i--)for(n=0,a=h[i][1],c=(o=h[i][0]).length;n<c;n++)(l=e(o[n])).data(this.widgetName+"-item",a),u.push({item:l,instance:a,width:0,height:0,left:0,top:0})},_refreshItemPositions:function(t){var i,n,s,r;for(i=this.items.length-1;i>=0;i--)n=this.items[i],this.currentContainer&&n.instance!==this.currentContainer&&n.item[0]!==this.currentItem[0]||(s=this.options.toleranceElement?e(this.options.toleranceElement,n.item):n.item,t||(n.width=s.outerWidth(),n.height=s.outerHeight()),n.left=(r=s.offset()).left,n.top=r.top)},refreshPositions:function(e){var t,i;if(this.floating=!!this.items.length&&("x"===this.options.axis||this._isFloating(this.items[0].item)),this.offsetParent&&this.helper&&(this.offset.parent=this._getParentOffset()),this._refreshItemPositions(e),this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(t=this.containers.length-1;t>=0;t--)i=this.containers[t].element.offset(),this.containers[t].containerCache.left=i.left,this.containers[t].containerCache.top=i.top,this.containers[t].containerCache.width=this.containers[t].element.outerWidth(),this.containers[t].containerCache.height=this.containers[t].element.outerHeight();return this},_createPlaceholder:function(t){var i,n,s=(t=t||this).options;s.placeholder&&s.placeholder.constructor!==String||(i=s.placeholder,n=t.currentItem[0].nodeName.toLowerCase(),s.placeholder={element:function(){var s=e("<"+n+">",t.document[0]);return t._addClass(s,"ui-sortable-placeholder",i||t.currentItem[0].className)._removeClass(s,"ui-sortable-helper"),"tbody"===n?t._createTrPlaceholder(t.currentItem.find("tr").eq(0),e("<tr>",t.document[0]).appendTo(s)):"tr"===n?t._createTrPlaceholder(t.currentItem,s):"img"===n&&s.attr("src",t.currentItem.attr("src")),i||s.css("visibility","hidden"),s},update:function(e,r){(!i||s.forcePlaceholderSize)&&((!r.height()||s.forcePlaceholderSize&&("tbody"===n||"tr"===n))&&r.height(t.currentItem.innerHeight()-parseInt(t.currentItem.css("paddingTop")||0,10)-parseInt(t.currentItem.css("paddingBottom")||0,10)),r.width()||r.width(t.currentItem.innerWidth()-parseInt(t.currentItem.css("paddingLeft")||0,10)-parseInt(t.currentItem.css("paddingRight")||0,10)))}}),t.placeholder=e(s.placeholder.element.call(t.element,t.currentItem)),t.currentItem.after(t.placeholder),s.placeholder.update(t,t.placeholder)},_createTrPlaceholder:function(t,i){var n=this;t.children().each(function(){e("<td>&#160;</td>",n.document[0]).attr("colspan",e(this).attr("colspan")||1).appendTo(i)})},_contactContainers:function(t){var i,n,s,r,a,o,l,c,u,h,p=null,f=null;for(i=this.containers.length-1;i>=0;i--)if(!e.contains(this.currentItem[0],this.containers[i].element[0]))if(this._intersectsWith(this.containers[i].containerCache)){if(p&&e.contains(this.containers[i].element[0],p.element[0]))continue;p=this.containers[i],f=i}else this.containers[i].containerCache.over&&(this.containers[i]._trigger("out",t,this._uiHash(this)),this.containers[i].containerCache.over=0);if(p)if(1===this.containers.length)this.containers[f].containerCache.over||(this.containers[f]._trigger("over",t,this._uiHash(this)),this.containers[f].containerCache.over=1);else{for(s=1e4,r=null,a=(u=p.floating||this._isFloating(this.currentItem))?"left":"top",o=u?"width":"height",h=u?"pageX":"pageY",n=this.items.length-1;n>=0;n--)e.contains(this.containers[f].element[0],this.items[n].item[0])&&this.items[n].item[0]!==this.currentItem[0]&&(l=this.items[n].item.offset()[a],c=!1,t[h]-l>this.items[n][o]/2&&(c=!0),Math.abs(t[h]-l)<s&&(s=Math.abs(t[h]-l),r=this.items[n],this.direction=c?"up":"down"));if(!r&&!this.options.dropOnEmpty)return;if(this.currentContainer===this.containers[f]){this.currentContainer.containerCache.over||(this.containers[f]._trigger("over",t,this._uiHash()),this.currentContainer.containerCache.over=1);return}r?this._rearrange(t,r,null,!0):this._rearrange(t,null,this.containers[f].element,!0),this._trigger("change",t,this._uiHash()),this.containers[f]._trigger("change",t,this._uiHash(this)),this.currentContainer=this.containers[f],this.options.placeholder.update(this.currentContainer,this.placeholder),this.scrollParent=this.placeholder.scrollParent(),this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this.containers[f]._trigger("over",t,this._uiHash(this)),this.containers[f].containerCache.over=1}},_createHelper:function(t){var i=this.options,n="function"==typeof i.helper?e(i.helper.apply(this.element[0],[t,this.currentItem])):"clone"===i.helper?this.currentItem.clone():this.currentItem;return n.parents("body").length||this.appendTo[0].appendChild(n[0]),n[0]===this.currentItem[0]&&(this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}),(!n[0].style.width||i.forceHelperSize)&&n.width(this.currentItem.width()),(!n[0].style.height||i.forceHelperSize)&&n.height(this.currentItem.height()),n},_adjustOffsetFromHelper:function(e){"string"==typeof e&&(e=e.split(" ")),Array.isArray(e)&&(e={left:+e[0],top:+e[1]||0}),"left"in e&&(this.offset.click.left=e.left+this.margins.left),"right"in e&&(this.offset.click.left=this.helperProportions.width-e.right+this.margins.left),"top"in e&&(this.offset.click.top=e.top+this.margins.top),"bottom"in e&&(this.offset.click.top=this.helperProportions.height-e.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var t=this.offsetParent.offset();return"absolute"===this.cssPosition&&this.scrollParent[0]!==this.document[0]&&e.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),this.offsetParent[0]===this.document[0].body&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:t.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var e=this.currentItem.position();return{top:e.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:e.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,i,n,s=this.options;"parent"===s.containment&&(s.containment=this.helper[0].parentNode),("document"===s.containment||"window"===s.containment)&&(this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,"document"===s.containment?this.document.width():this.window.width()-this.helperProportions.width-this.margins.left,("document"===s.containment?this.document.height()||document.body.parentNode.scrollHeight:this.window.height()||this.document[0].body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]),/^(document|window|parent)$/.test(s.containment)||(t=e(s.containment)[0],i=e(s.containment).offset(),n="hidden"!==e(t).css("overflow"),this.containment=[i.left+(parseInt(e(t).css("borderLeftWidth"),10)||0)+(parseInt(e(t).css("paddingLeft"),10)||0)-this.margins.left,i.top+(parseInt(e(t).css("borderTopWidth"),10)||0)+(parseInt(e(t).css("paddingTop"),10)||0)-this.margins.top,i.left+(n?Math.max(t.scrollWidth,t.offsetWidth):t.offsetWidth)-(parseInt(e(t).css("borderLeftWidth"),10)||0)-(parseInt(e(t).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,i.top+(n?Math.max(t.scrollHeight,t.offsetHeight):t.offsetHeight)-(parseInt(e(t).css("borderTopWidth"),10)||0)-(parseInt(e(t).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top])},_convertPositionTo:function(t,i){i||(i=this.position);var n="absolute"===t?1:-1,s="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&e.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,r=/(html|body)/i.test(s[0].tagName);return{top:i.top+this.offset.relative.top*n+this.offset.parent.top*n-("fixed"===this.cssPosition?-this.scrollParent.scrollTop():r?0:s.scrollTop())*n,left:i.left+this.offset.relative.left*n+this.offset.parent.left*n-("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():r?0:s.scrollLeft())*n}},_generatePosition:function(t){var i,n,s=this.options,r=t.pageX,a=t.pageY,o="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&e.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,l=/(html|body)/i.test(o[0].tagName);return"relative"===this.cssPosition&&(this.scrollParent[0]===this.document[0]||this.scrollParent[0]===this.offsetParent[0])&&(this.offset.relative=this._getRelativeOffset()),this.originalPosition&&(this.containment&&(t.pageX-this.offset.click.left<this.containment[0]&&(r=this.containment[0]+this.offset.click.left),t.pageY-this.offset.click.top<this.containment[1]&&(a=this.containment[1]+this.offset.click.top),t.pageX-this.offset.click.left>this.containment[2]&&(r=this.containment[2]+this.offset.click.left),t.pageY-this.offset.click.top>this.containment[3]&&(a=this.containment[3]+this.offset.click.top)),s.grid&&(i=this.originalPageY+Math.round((a-this.originalPageY)/s.grid[1])*s.grid[1],a=this.containment?i-this.offset.click.top>=this.containment[1]&&i-this.offset.click.top<=this.containment[3]?i:i-this.offset.click.top>=this.containment[1]?i-s.grid[1]:i+s.grid[1]:i,n=this.originalPageX+Math.round((r-this.originalPageX)/s.grid[0])*s.grid[0],r=this.containment?n-this.offset.click.left>=this.containment[0]&&n-this.offset.click.left<=this.containment[2]?n:n-this.offset.click.left>=this.containment[0]?n-s.grid[0]:n+s.grid[0]:n)),{top:a-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.scrollParent.scrollTop():l?0:o.scrollTop()),left:r-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():l?0:o.scrollLeft())}},_rearrange:function(e,t,i,n){i?i[0].appendChild(this.placeholder[0]):t.item[0].parentNode.insertBefore(this.placeholder[0],"down"===this.direction?t.item[0]:t.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var s=this.counter;this._delay(function(){s===this.counter&&this.refreshPositions(!n)})},_clear:function(e,t){this.reverting=!1;var i,n=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(i in this._storedCSS)("auto"===this._storedCSS[i]||"static"===this._storedCSS[i])&&(this._storedCSS[i]="");this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")}else this.currentItem.show();function s(e,t,i){return function(n){i._trigger(e,n,t._uiHash(t))}}for(this.fromOutside&&!t&&n.push(function(e){this._trigger("receive",e,this._uiHash(this.fromOutside))}),(this.fromOutside||this.domPosition.prev!==this.currentItem.prev().not(".ui-sortable-helper")[0]||this.domPosition.parent!==this.currentItem.parent()[0])&&!t&&n.push(function(e){this._trigger("update",e,this._uiHash())}),this===this.currentContainer||t||(n.push(function(e){this._trigger("remove",e,this._uiHash())}),n.push((function(e){return function(t){e._trigger("receive",t,this._uiHash(this))}}).call(this,this.currentContainer)),n.push((function(e){return function(t){e._trigger("update",t,this._uiHash(this))}}).call(this,this.currentContainer))),i=this.containers.length-1;i>=0;i--)t||n.push(s("deactivate",this,this.containers[i])),this.containers[i].containerCache.over&&(n.push(s("out",this,this.containers[i])),this.containers[i].containerCache.over=0);if(this._storedStylesheet&&(this._storedStylesheet.remove(),this._storedStylesheet=null),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex","auto"===this._storedZIndex?"":this._storedZIndex),this.dragging=!1,t||this._trigger("beforeStop",e,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.cancelHelperRemoval||(this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null),!t){for(i=0;i<n.length;i++)n[i].call(this,e);this._trigger("stop",e,this._uiHash())}return this.fromOutside=!1,!this.cancelHelperRemoval},_trigger:function(){!1===e.Widget.prototype._trigger.apply(this,arguments)&&this.cancel()},_uiHash:function(t){var i=t||this;return{helper:i.helper,placeholder:i.placeholder||e([]),position:i.position,originalPosition:i.originalPosition,offset:i.positionAbs,item:i.currentItem,sender:t?t.element:null}}})})},841(){var e=jQuery;function t(e){this.num=0,this.timer=e>0&&e}function i(i){if(e.isPlainObject(i.data)||Array.isArray(i.data)||"string"==typeof i.data){var s,r=i.handler,a={timer:700,combo:[]};"string"==typeof(s=i.data)?a.combo=[s]:Array.isArray(s)?a.combo=s:e.extend(a,s),a.combo=e.map(a.combo,function(e){return e.toLowerCase()}),i.index=new t(a.timer),i.handler=function(t){if(!(this!==t.target&&(/textarea|select|input/i.test(t.target.nodeName)||"true"===e(t.target).prop("contenteditable")))){var s="keypress"!==t.type?e.hotkeys.specialKeys[t.which]:null,o=String.fromCharCode(t.which).toLowerCase(),l="",c={};t.altKey&&"alt"!==s&&(l+="alt+"),t.ctrlKey&&"ctrl"!==s&&(l+="ctrl+"),t.metaKey&&!t.ctrlKey&&"meta"!==s&&(l+="meta+"),t.shiftKey&&"shift"!==s&&(l+="shift+"),t.metaKey&&"["===o&&(o=null),s&&(c[l+s]=!0),o&&(c[l+o]=!0),/shift+/.test(l)&&(c[l.replace("shift+","")+e.hotkeys.shiftNums[s||o]]=!0);var u=i.index,h=a.combo;if(n(h[u.val()],c))if(u.val()===h.length-1)return u.reset(),r.apply(this,arguments);else u.inc();else u.reset(),n(h[0],c)&&u.inc()}}}}function n(e,t){for(var i=e.split(" "),n=0,s=i.length;n<s;n++)if(t[i[n]])return!0;return!1}e.hotkeys={version:"0.8",specialKeys:{8:"backspace",9:"tab",13:"return",16:"shift",17:"ctrl",18:"alt",19:"pause",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"insert",46:"del",91:"meta",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",106:"*",107:"+",109:"-",110:".",111:"/",112:"f1",113:"f2",114:"f3",115:"f4",116:"f5",117:"f6",118:"f7",119:"f8",120:"f9",121:"f10",122:"f11",123:"f12",144:"numlock",145:"scroll",188:",",190:".",191:"/",224:"meta",219:"[",221:"]"},keypressKeys:["<",">","?"],shiftNums:{"`":"~",1:"!",2:"@",3:"#",4:"$",5:"%",6:"^",7:"&",8:"*",9:"(",0:")","-":"_","=":"+",";":":","'":'"',",":"<",".":">","/":"?","\\":"|"}},e.each(e.hotkeys.keypressKeys,function(t,i){e.hotkeys.shiftNums[i]=i}),t.prototype.val=function(){return this.num},t.prototype.inc=function(){this.timer&&(clearTimeout(this.timeout),this.timeout=setTimeout(e.proxy(t.prototype.reset,this),this.timer)),this.num++},t.prototype.reset=function(){this.timer&&clearTimeout(this.timeout),this.num=0},e.each(["keydown","keyup","keypress"],function(){e.event.special[this]={add:i}})},217(){var e;void 0===(e=jQuery).fn.each2&&e.extend(e.fn,{each2:function(t){for(var i=e([0]),n=-1,s=this.length;++n<s&&(i.context=i[0]=this[n])&&!1!==t.call(i[0],n,i););return this}}),function(e,t){"use strict";if(window.Select2===t){var i,n,s,r,a,o,l,c,u={x:0,y:0},h={TAB:9,ENTER:13,ESC:27,SPACE:32,LEFT:37,UP:38,RIGHT:39,DOWN:40,SHIFT:16,CTRL:17,ALT:18,PAGE_UP:33,PAGE_DOWN:34,HOME:36,END:35,BACKSPACE:8,DELETE:46,isArrow:function(e){switch(e=e.which?e.which:e){case h.LEFT:case h.RIGHT:case h.UP:case h.DOWN:return!0}return!1},isControl:function(e){switch(e.which){case h.SHIFT:case h.CTRL:case h.ALT:return!0}return!!e.metaKey},isFunctionKey:function(e){return(e=e.which?e.which:e)>=112&&e<=123}},p={"Ⓐ":"A",A:"A",À:"A",Á:"A",Â:"A",Ầ:"A",Ấ:"A",Ẫ:"A",Ẩ:"A",Ã:"A",Ā:"A",Ă:"A",Ằ:"A",Ắ:"A",Ẵ:"A",Ẳ:"A",Ȧ:"A",Ǡ:"A",Ä:"A",Ǟ:"A",Ả:"A",Å:"A",Ǻ:"A",Ǎ:"A",Ȁ:"A",Ȃ:"A",Ạ:"A",Ậ:"A",Ặ:"A",Ḁ:"A",Ą:"A",Ⱥ:"A",Ɐ:"A",Ꜳ:"AA",Æ:"AE",Ǽ:"AE",Ǣ:"AE",Ꜵ:"AO",Ꜷ:"AU",Ꜹ:"AV",Ꜻ:"AV",Ꜽ:"AY","Ⓑ":"B",B:"B",Ḃ:"B",Ḅ:"B",Ḇ:"B",Ƀ:"B",Ƃ:"B",Ɓ:"B","Ⓒ":"C",C:"C",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",Ç:"C",Ḉ:"C",Ƈ:"C",Ȼ:"C",Ꜿ:"C","Ⓓ":"D",D:"D",Ḋ:"D",Ď:"D",Ḍ:"D",Ḑ:"D",Ḓ:"D",Ḏ:"D",Đ:"D",Ƌ:"D",Ɗ:"D",Ɖ:"D",Ꝺ:"D",DZ:"DZ",DŽ:"DZ",Dz:"Dz",Dž:"Dz","Ⓔ":"E",E:"E",È:"E",É:"E",Ê:"E",Ề:"E",Ế:"E",Ễ:"E",Ể:"E",Ẽ:"E",Ē:"E",Ḕ:"E",Ḗ:"E",Ĕ:"E",Ė:"E",Ë:"E",Ẻ:"E",Ě:"E",Ȅ:"E",Ȇ:"E",Ẹ:"E",Ệ:"E",Ȩ:"E",Ḝ:"E",Ę:"E",Ḙ:"E",Ḛ:"E",Ɛ:"E",Ǝ:"E","Ⓕ":"F",F:"F",Ḟ:"F",Ƒ:"F",Ꝼ:"F","Ⓖ":"G",G:"G",Ǵ:"G",Ĝ:"G",Ḡ:"G",Ğ:"G",Ġ:"G",Ǧ:"G",Ģ:"G",Ǥ:"G",Ɠ:"G",Ꞡ:"G",Ᵹ:"G",Ꝿ:"G","Ⓗ":"H",H:"H",Ĥ:"H",Ḣ:"H",Ḧ:"H",Ȟ:"H",Ḥ:"H",Ḩ:"H",Ḫ:"H",Ħ:"H",Ⱨ:"H",Ⱶ:"H",Ɥ:"H","Ⓘ":"I",I:"I",Ì:"I",Í:"I",Î:"I",Ĩ:"I",Ī:"I",Ĭ:"I",İ:"I",Ï:"I",Ḯ:"I",Ỉ:"I",Ǐ:"I",Ȉ:"I",Ȋ:"I",Ị:"I",Į:"I",Ḭ:"I",Ɨ:"I","Ⓙ":"J",J:"J",Ĵ:"J",Ɉ:"J","Ⓚ":"K",K:"K",Ḱ:"K",Ǩ:"K",Ḳ:"K",Ķ:"K",Ḵ:"K",Ƙ:"K",Ⱪ:"K",Ꝁ:"K",Ꝃ:"K",Ꝅ:"K",Ꞣ:"K","Ⓛ":"L",L:"L",Ŀ:"L",Ĺ:"L",Ľ:"L",Ḷ:"L",Ḹ:"L",Ļ:"L",Ḽ:"L",Ḻ:"L",Ł:"L",Ƚ:"L",Ɫ:"L",Ⱡ:"L",Ꝉ:"L",Ꝇ:"L",Ꞁ:"L",LJ:"LJ",Lj:"Lj","Ⓜ":"M",M:"M",Ḿ:"M",Ṁ:"M",Ṃ:"M",Ɱ:"M",Ɯ:"M","Ⓝ":"N",N:"N",Ǹ:"N",Ń:"N",Ñ:"N",Ṅ:"N",Ň:"N",Ṇ:"N",Ņ:"N",Ṋ:"N",Ṉ:"N",Ƞ:"N",Ɲ:"N",Ꞑ:"N",Ꞥ:"N",NJ:"NJ",Nj:"Nj","Ⓞ":"O",O:"O",Ò:"O",Ó:"O",Ô:"O",Ồ:"O",Ố:"O",Ỗ:"O",Ổ:"O",Õ:"O",Ṍ:"O",Ȭ:"O",Ṏ:"O",Ō:"O",Ṑ:"O",Ṓ:"O",Ŏ:"O",Ȯ:"O",Ȱ:"O",Ö:"O",Ȫ:"O",Ỏ:"O",Ő:"O",Ǒ:"O",Ȍ:"O",Ȏ:"O",Ơ:"O",Ờ:"O",Ớ:"O",Ỡ:"O",Ở:"O",Ợ:"O",Ọ:"O",Ộ:"O",Ǫ:"O",Ǭ:"O",Ø:"O",Ǿ:"O",Ɔ:"O",Ɵ:"O",Ꝋ:"O",Ꝍ:"O",Ƣ:"OI",Ꝏ:"OO",Ȣ:"OU","Ⓟ":"P",P:"P",Ṕ:"P",Ṗ:"P",Ƥ:"P",Ᵽ:"P",Ꝑ:"P",Ꝓ:"P",Ꝕ:"P","Ⓠ":"Q",Q:"Q",Ꝗ:"Q",Ꝙ:"Q",Ɋ:"Q","Ⓡ":"R",R:"R",Ŕ:"R",Ṙ:"R",Ř:"R",Ȑ:"R",Ȓ:"R",Ṛ:"R",Ṝ:"R",Ŗ:"R",Ṟ:"R",Ɍ:"R",Ɽ:"R",Ꝛ:"R",Ꞧ:"R",Ꞃ:"R","Ⓢ":"S",S:"S",ẞ:"S",Ś:"S",Ṥ:"S",Ŝ:"S",Ṡ:"S",Š:"S",Ṧ:"S",Ṣ:"S",Ṩ:"S",Ș:"S",Ş:"S",Ȿ:"S",Ꞩ:"S",Ꞅ:"S","Ⓣ":"T",T:"T",Ṫ:"T",Ť:"T",Ṭ:"T",Ț:"T",Ţ:"T",Ṱ:"T",Ṯ:"T",Ŧ:"T",Ƭ:"T",Ʈ:"T",Ⱦ:"T",Ꞇ:"T",Ꜩ:"TZ","Ⓤ":"U",U:"U",Ù:"U",Ú:"U",Û:"U",Ũ:"U",Ṹ:"U",Ū:"U",Ṻ:"U",Ŭ:"U",Ü:"U",Ǜ:"U",Ǘ:"U",Ǖ:"U",Ǚ:"U",Ủ:"U",Ů:"U",Ű:"U",Ǔ:"U",Ȕ:"U",Ȗ:"U",Ư:"U",Ừ:"U",Ứ:"U",Ữ:"U",Ử:"U",Ự:"U",Ụ:"U",Ṳ:"U",Ų:"U",Ṷ:"U",Ṵ:"U",Ʉ:"U","Ⓥ":"V",V:"V",Ṽ:"V",Ṿ:"V",Ʋ:"V",Ꝟ:"V",Ʌ:"V",Ꝡ:"VY","Ⓦ":"W",W:"W",Ẁ:"W",Ẃ:"W",Ŵ:"W",Ẇ:"W",Ẅ:"W",Ẉ:"W",Ⱳ:"W","Ⓧ":"X",X:"X",Ẋ:"X",Ẍ:"X","Ⓨ":"Y",Y:"Y",Ỳ:"Y",Ý:"Y",Ŷ:"Y",Ỹ:"Y",Ȳ:"Y",Ẏ:"Y",Ÿ:"Y",Ỷ:"Y",Ỵ:"Y",Ƴ:"Y",Ɏ:"Y",Ỿ:"Y","Ⓩ":"Z",Z:"Z",Ź:"Z",Ẑ:"Z",Ż:"Z",Ž:"Z",Ẓ:"Z",Ẕ:"Z",Ƶ:"Z",Ȥ:"Z",Ɀ:"Z",Ⱬ:"Z",Ꝣ:"Z","ⓐ":"a",a:"a",ẚ:"a",à:"a",á:"a",â:"a",ầ:"a",ấ:"a",ẫ:"a",ẩ:"a",ã:"a",ā:"a",ă:"a",ằ:"a",ắ:"a",ẵ:"a",ẳ:"a",ȧ:"a",ǡ:"a",ä:"a",ǟ:"a",ả:"a",å:"a",ǻ:"a",ǎ:"a",ȁ:"a",ȃ:"a",ạ:"a",ậ:"a",ặ:"a",ḁ:"a",ą:"a",ⱥ:"a",ɐ:"a",ꜳ:"aa",æ:"ae",ǽ:"ae",ǣ:"ae",ꜵ:"ao",ꜷ:"au",ꜹ:"av",ꜻ:"av",ꜽ:"ay","ⓑ":"b",b:"b",ḃ:"b",ḅ:"b",ḇ:"b",ƀ:"b",ƃ:"b",ɓ:"b","ⓒ":"c",c:"c",ć:"c",ĉ:"c",ċ:"c",č:"c",ç:"c",ḉ:"c",ƈ:"c",ȼ:"c",ꜿ:"c",ↄ:"c","ⓓ":"d",d:"d",ḋ:"d",ď:"d",ḍ:"d",ḑ:"d",ḓ:"d",ḏ:"d",đ:"d",ƌ:"d",ɖ:"d",ɗ:"d",ꝺ:"d",dz:"dz",dž:"dz","ⓔ":"e",e:"e",è:"e",é:"e",ê:"e",ề:"e",ế:"e",ễ:"e",ể:"e",ẽ:"e",ē:"e",ḕ:"e",ḗ:"e",ĕ:"e",ė:"e",ë:"e",ẻ:"e",ě:"e",ȅ:"e",ȇ:"e",ẹ:"e",ệ:"e",ȩ:"e",ḝ:"e",ę:"e",ḙ:"e",ḛ:"e",ɇ:"e",ɛ:"e",ǝ:"e","ⓕ":"f",f:"f",ḟ:"f",ƒ:"f",ꝼ:"f","ⓖ":"g",g:"g",ǵ:"g",ĝ:"g",ḡ:"g",ğ:"g",ġ:"g",ǧ:"g",ģ:"g",ǥ:"g",ɠ:"g",ꞡ:"g",ᵹ:"g",ꝿ:"g","ⓗ":"h",h:"h",ĥ:"h",ḣ:"h",ḧ:"h",ȟ:"h",ḥ:"h",ḩ:"h",ḫ:"h",ẖ:"h",ħ:"h",ⱨ:"h",ⱶ:"h",ɥ:"h",ƕ:"hv","ⓘ":"i",i:"i",ì:"i",í:"i",î:"i",ĩ:"i",ī:"i",ĭ:"i",ï:"i",ḯ:"i",ỉ:"i",ǐ:"i",ȉ:"i",ȋ:"i",ị:"i",į:"i",ḭ:"i",ɨ:"i",ı:"i","ⓙ":"j",j:"j",ĵ:"j",ǰ:"j",ɉ:"j","ⓚ":"k",k:"k",ḱ:"k",ǩ:"k",ḳ:"k",ķ:"k",ḵ:"k",ƙ:"k",ⱪ:"k",ꝁ:"k",ꝃ:"k",ꝅ:"k",ꞣ:"k","ⓛ":"l",l:"l",ŀ:"l",ĺ:"l",ľ:"l",ḷ:"l",ḹ:"l",ļ:"l",ḽ:"l",ḻ:"l",ſ:"l",ł:"l",ƚ:"l",ɫ:"l",ⱡ:"l",ꝉ:"l",ꞁ:"l",ꝇ:"l",lj:"lj","ⓜ":"m",m:"m",ḿ:"m",ṁ:"m",ṃ:"m",ɱ:"m",ɯ:"m","ⓝ":"n",n:"n",ǹ:"n",ń:"n",ñ:"n",ṅ:"n",ň:"n",ṇ:"n",ņ:"n",ṋ:"n",ṉ:"n",ƞ:"n",ɲ:"n",ʼn:"n",ꞑ:"n",ꞥ:"n",nj:"nj","ⓞ":"o",o:"o",ò:"o",ó:"o",ô:"o",ồ:"o",ố:"o",ỗ:"o",ổ:"o",õ:"o",ṍ:"o",ȭ:"o",ṏ:"o",ō:"o",ṑ:"o",ṓ:"o",ŏ:"o",ȯ:"o",ȱ:"o",ö:"o",ȫ:"o",ỏ:"o",ő:"o",ǒ:"o",ȍ:"o",ȏ:"o",ơ:"o",ờ:"o",ớ:"o",ỡ:"o",ở:"o",ợ:"o",ọ:"o",ộ:"o",ǫ:"o",ǭ:"o",ø:"o",ǿ:"o",ɔ:"o",ꝋ:"o",ꝍ:"o",ɵ:"o",ƣ:"oi",ȣ:"ou",ꝏ:"oo","ⓟ":"p",p:"p",ṕ:"p",ṗ:"p",ƥ:"p",ᵽ:"p",ꝑ:"p",ꝓ:"p",ꝕ:"p","ⓠ":"q",q:"q",ɋ:"q",ꝗ:"q",ꝙ:"q","ⓡ":"r",r:"r",ŕ:"r",ṙ:"r",ř:"r",ȑ:"r",ȓ:"r",ṛ:"r",ṝ:"r",ŗ:"r",ṟ:"r",ɍ:"r",ɽ:"r",ꝛ:"r",ꞧ:"r",ꞃ:"r","ⓢ":"s",s:"s",ß:"s",ś:"s",ṥ:"s",ŝ:"s",ṡ:"s",š:"s",ṧ:"s",ṣ:"s",ṩ:"s",ș:"s",ş:"s",ȿ:"s",ꞩ:"s",ꞅ:"s",ẛ:"s","ⓣ":"t",t:"t",ṫ:"t",ẗ:"t",ť:"t",ṭ:"t",ț:"t",ţ:"t",ṱ:"t",ṯ:"t",ŧ:"t",ƭ:"t",ʈ:"t",ⱦ:"t",ꞇ:"t",ꜩ:"tz","ⓤ":"u",u:"u",ù:"u",ú:"u",û:"u",ũ:"u",ṹ:"u",ū:"u",ṻ:"u",ŭ:"u",ü:"u",ǜ:"u",ǘ:"u",ǖ:"u",ǚ:"u",ủ:"u",ů:"u",ű:"u",ǔ:"u",ȕ:"u",ȗ:"u",ư:"u",ừ:"u",ứ:"u",ữ:"u",ử:"u",ự:"u",ụ:"u",ṳ:"u",ų:"u",ṷ:"u",ṵ:"u",ʉ:"u","ⓥ":"v",v:"v",ṽ:"v",ṿ:"v",ʋ:"v",ꝟ:"v",ʌ:"v",ꝡ:"vy","ⓦ":"w",w:"w",ẁ:"w",ẃ:"w",ŵ:"w",ẇ:"w",ẅ:"w",ẘ:"w",ẉ:"w",ⱳ:"w","ⓧ":"x",x:"x",ẋ:"x",ẍ:"x","ⓨ":"y",y:"y",ỳ:"y",ý:"y",ŷ:"y",ỹ:"y",ȳ:"y",ẏ:"y",ÿ:"y",ỷ:"y",ẙ:"y",ỵ:"y",ƴ:"y",ɏ:"y",ỿ:"y","ⓩ":"z",z:"z",ź:"z",ẑ:"z",ż:"z",ž:"z",ẓ:"z",ẕ:"z",ƶ:"z",ȥ:"z",ɀ:"z",ⱬ:"z",ꝣ:"z",Ά:"Α",Έ:"Ε",Ή:"Η",Ί:"Ι",Ϊ:"Ι",Ό:"Ο",Ύ:"Υ",Ϋ:"Υ",Ώ:"Ω",ά:"α",έ:"ε",ή:"η",ί:"ι",ϊ:"ι",ΐ:"ι",ό:"ο",ύ:"υ",ϋ:"υ",ΰ:"υ",ω:"ω",ς:"σ"};l=e(document),i=1,a=function(){return i++},n=N(Object,{bind:function(e){var t=this;return function(){e.apply(t,arguments)}},init:function(i){var n,s,r,o,l,h,p=".select2-results";this.opts=i=this.prepareOpts(i),this.id=i.id,i.element.data("select2")!==t&&null!==i.element.data("select2")&&i.element.data("select2").destroy(),this.container=this.createContainer(),this.liveRegion=e(".select2-hidden-accessible"),0==this.liveRegion.length&&(this.liveRegion=e("<span>",{role:"status","aria-live":"polite"}).addClass("select2-hidden-accessible").appendTo(document.body)),this.containerId="s2id_"+(i.element.attr("id")||"autogen"+a()),this.containerEventName=this.containerId.replace(/([.])/g,"_").replace(/([;&,\-\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.container.attr("title",i.element.attr("title")),this.body=e(document.body),C(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.attr("style",i.element.attr("style")),this.container.css(I(i.containerCss,this.opts.element)),this.container.addClass(I(i.containerCssClass,this.opts.element)),this.elementTabIndex=this.opts.element.attr("tabindex"),this.opts.element.data("select2",this).attr("tabindex","-1").before(this.container).on("click.select2",x),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),C(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(I(i.dropdownCssClass,this.opts.element)),this.dropdown.data("select2",this),this.dropdown.on("click",x),this.results=l=this.container.find(p),this.search=h=this.container.find("input.select2-input"),this.queryCount=0,this.resultsPage=0,this.context=null,this.initContainer(),this.container.on("click",x),this.results.on("mousemove",function(i){(t===u||u.x!==i.pageX||u.y!==i.pageY)&&e(i.target).trigger("mousemove-filtered",i)}),this.dropdown.on("mousemove-filtered",p,this.bind(this.highlightUnderEvent)),this.dropdown.on("touchstart touchmove touchend",p,this.bind(function(e){this._touchEvent=!0,this.highlightUnderEvent(e)})),this.dropdown.on("touchmove",p,this.bind(this.touchMoved)),this.dropdown.on("touchstart touchend",p,this.bind(this.clearTouchMoved)),this.dropdown.on("click",this.bind(function(e){this._touchEvent&&(this._touchEvent=!1,this.selectHighlighted())})),n=this.results,s=_(80,function(e){n.trigger("scroll-debounced",e)}),n.on("scroll",function(e){m(e.target,n.get())>=0&&s(e)}),this.dropdown.on("scroll-debounced",p,this.bind(this.loadMoreIfNeeded)),e(this.container).on("change",".select2-input",function(e){e.stopPropagation()}),e(this.dropdown).on("change",".select2-input",function(e){e.stopPropagation()}),e.fn.mousewheel&&l.mousewheel(function(e,t,i,n){var s=l.scrollTop();n>0&&s-n<=0?(l.scrollTop(0),x(e)):n<0&&l.get(0).scrollHeight-l.scrollTop()+n<=l.height()&&(l.scrollTop(l.get(0).scrollHeight-l.height()),x(e))}),w(h),h.on("keyup-change input paste",this.bind(this.updateResults)),h.on("focus",function(){h.addClass("select2-focused")}),h.on("blur",function(){h.removeClass("select2-focused")}),this.dropdown.on("mouseup",p,this.bind(function(t){e(t.target).closest(".select2-result-selectable").length>0&&(this.highlightUnderEvent(t),this.selectHighlighted(t))})),this.dropdown.on("click mouseup mousedown touchstart touchend focusin",function(e){e.stopPropagation()}),this.lastSearchTerm=t,"function"==typeof this.opts.initSelection&&(this.initSelection(),this.monitorSource()),null!==i.maximumInputLength&&this.search.attr("maxlength",i.maximumInputLength);var f=i.element.prop("disabled");t===f&&(f=!1),this.enable(!f);var g=i.element.prop("readonly");t===g&&(g=!1),this.readonly(g),c=c||((r=e("<div class='select2-measure-scrollbar'></div>")).appendTo(document.body),o={width:r.width()-r[0].clientWidth,height:r.height()-r[0].clientHeight},r.remove(),o),this.autofocus=i.element.prop("autofocus"),i.element.prop("autofocus",!1),this.autofocus&&this.focus(),this.search.attr("placeholder",i.searchInputPlaceholder)},destroy:function(){var e=this.opts.element,i=e.data("select2"),n=this;this.close(),e.length&&e[0].detachEvent&&n._sync&&e.each(function(){n._sync&&this.detachEvent("onpropertychange",n._sync)}),this.propertyObserver&&(this.propertyObserver.disconnect(),this.propertyObserver=null),this._sync=null,t!==i&&(i.container.remove(),i.liveRegion.remove(),i.dropdown.remove(),e.removeData("select2").off(".select2"),e.is("input[type='hidden']")?e.css("display",""):(e.show().prop("autofocus",this.autofocus||!1),this.elementTabIndex?e.attr({tabindex:this.elementTabIndex}):e.removeAttr("tabindex"),e.show())),M.call(this,"container","liveRegion","dropdown","results","search")},optionToData:function(e){return e.is("option")?{id:e.prop("value"),text:e.text(),element:e.get(),css:e.attr("class"),disabled:e.prop("disabled"),locked:v(e.attr("locked"),"locked")||v(e.data("locked"),!0)}:e.is("optgroup")?{text:e.attr("label"),children:[],element:e.get(),css:e.attr("class")}:void 0},prepareOpts:function(i){var n,s,r,o,l=this;if("select"===(n=i.element).get(0).tagName.toLowerCase()&&(this.select=s=i.element),s&&e.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],function(){if(this in i)throw Error("Option '"+this+"' is not allowed for Select2 when attached to a <select> element.")}),i.debug=i.debug||e.fn.select2.defaults.debug,i.debug&&console&&console.warn&&(null!=i.id&&console.warn("Select2: The `id` option has been removed in Select2 4.0.0, consider renaming your `id` property or mapping the property before your data makes it to Select2. You can read more at https://select2.github.io/announcements-4.0.html#changed-id"),null!=i.text&&console.warn("Select2: The `text` option has been removed in Select2 4.0.0, consider renaming your `text` property or mapping the property before your data makes it to Select2. You can read more at https://select2.github.io/announcements-4.0.html#changed-id"),null!=i.sortResults&&console.warn("Select2: the `sortResults` option has been renamed to `sorter` in Select2 4.0.0. "),null!=i.selectOnBlur&&console.warn("Select2: The `selectOnBlur` option has been renamed to `selectOnClose` in Select2 4.0.0."),null!=i.ajax&&null!=i.ajax.results&&console.warn("Select2: The `ajax.results` option has been renamed to `ajax.processResults` in Select2 4.0.0."),null!=i.formatNoResults&&console.warn("Select2: The `formatNoResults` option has been renamed to `language.noResults` in Select2 4.0.0."),null!=i.formatSearching&&console.warn("Select2: The `formatSearching` option has been renamed to `language.searching` in Select2 4.0.0."),null!=i.formatInputTooShort&&console.warn("Select2: The `formatInputTooShort` option has been renamed to `language.inputTooShort` in Select2 4.0.0."),null!=i.formatInputTooLong&&console.warn("Select2: The `formatInputTooLong` option has been renamed to `language.inputTooLong` in Select2 4.0.0."),null!=i.formatLoading&&console.warn("Select2: The `formatLoading` option has been renamed to `language.loadingMore` in Select2 4.0.0."),null!=i.formatSelectionTooBig&&console.warn("Select2: The `formatSelectionTooBig` option has been renamed to `language.maximumSelected` in Select2 4.0.0."),i.element.data("select2Tags")&&console.warn("Select2: The `data-select2-tags` attribute has been renamed to `data-tags` in Select2 4.0.0.")),null!=i.element.data("tags")){var c=i.element.data("tags");Array.isArray(c)||(c=[]),i.element.data("select2Tags",c)}if(null!=i.sorter&&(i.sortResults=i.sorter),null!=i.selectOnClose&&(i.selectOnBlur=i.selectOnClose),null!=i.ajax&&"function"==typeof i.ajax.processResults&&(i.ajax.results=i.ajax.processResults),null!=i.language){var u=i.language;"function"==typeof u.noMatches&&(i.formatNoMatches=u.noMatches),"function"==typeof u.searching&&(i.formatSearching=u.searching),"function"==typeof u.inputTooShort&&(i.formatInputTooShort=u.inputTooShort),"function"==typeof u.inputTooLong&&(i.formatInputTooLong=u.inputTooLong),"function"==typeof u.loadingMore&&(i.formatLoading=u.loadingMore),"function"==typeof u.maximumSelected&&(i.formatSelectionTooBig=u.maximumSelected)}if("function"!=typeof(i=e.extend({},{populateResults:function(n,s,r){var o,c=this.opts.id,u=this.liveRegion;(o=function(n,s,h){n=i.sortResults(n,s,r);var p,f,g,m,v,b,y,w,_,x,C=[];for(p=0,f=n.length;p<f;p+=1)m=!(v=!0===(g=n[p]).disabled)&&c(g)!==t,b=g.children&&g.children.length>0,(y=e("<li></li>")).addClass("select2-results-dept-"+h),y.addClass("select2-result"),y.addClass(m?"select2-result-selectable":"select2-result-unselectable"),v&&y.addClass("select2-disabled"),b&&y.addClass("select2-result-with-children"),y.addClass(l.opts.formatResultCssClass(g)),y.attr("role","presentation"),(w=e(document.createElement("div"))).addClass("select2-result-label"),w.attr("id","select2-result-label-"+a()),w.attr("role","option"),t!==(x=i.formatResult(g,w,r,l.opts.escapeMarkup))&&(w.html(x),y.append(w)),b&&((_=e("<ul></ul>")).addClass("select2-result-sub"),o(g.children,_,h+1),y.append(_)),y.data("select2-data",g),C.push(y[0]);s.append(C),u.text(i.formatMatches(n.length))})(s,n,0)}},e.fn.select2.defaults,i)).id&&(r=i.id,i.id=function(e){return e[r]}),Array.isArray(i.element.data("select2Tags"))){if("tags"in i)throw"tags specified as both an attribute 'data-select2-tags' and in options of Select2 "+i.element.attr("id");i.tags=i.element.data("select2Tags")}if(s?(i.query=this.bind(function(e){var i,s,r,a={results:[],more:!1},o=e.term;r=function(t,i){var n;t.is("option")?e.matcher(o,t.text(),t)&&i.push(l.optionToData(t)):t.is("optgroup")&&(n=l.optionToData(t),t.children().each2(function(e,t){r(t,n.children)}),n.children.length>0&&i.push(n))},i=n.children(),this.getPlaceholder()!==t&&i.length>0&&(s=this.getPlaceholderOption())&&(i=i.not(s)),i.each2(function(e,t){r(t,a.results)}),e.callback(a)}),i.id=function(e){return e.id}):!("query"in i)&&("ajax"in i?((o=i.element.data("ajax-url"))&&o.length>0&&(i.ajax.url=o),i.query=E.call(i.element,i.ajax)):"data"in i?i.query=A(i.data):"tags"in i&&(i.query=S(i.tags),i.createSearchChoice===t&&(i.createSearchChoice=function(e){return{id:null==e?"":e.trim(),text:null==e?"":e.trim()}}),i.initSelection===t&&(i.initSelection=function(t,n){var s=[];e(b(t.val(),i.separator,i.transformVal)).each(function(){var t={id:this,text:this},n=i.tags;"function"==typeof n&&(n=n()),e(n).each(function(){if(v(this.id,t.id))return t=this,!1}),s.push(t)}),n(s)}))),"function"!=typeof i.query)throw"query function not defined for Select2 "+i.element.attr("id");if("top"===i.createSearchChoicePosition)i.createSearchChoicePosition=function(e,t){e.unshift(t)};else if("bottom"===i.createSearchChoicePosition)i.createSearchChoicePosition=function(e,t){e.push(t)};else if("function"!=typeof i.createSearchChoicePosition)throw"invalid createSearchChoicePosition option must be 'top', 'bottom' or a custom function";return i},monitorSource:function(){var i,n=this.opts.element,s=this;n.on("change.select2",this.bind(function(e){!0!==this.opts.element.data("select2-change-triggered")&&this.initSelection()})),this._sync=this.bind(function(){var e=n.prop("disabled");t===e&&(e=!1),this.enable(!e);var i=n.prop("readonly");t===i&&(i=!1),this.readonly(i),this.container&&(C(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.addClass(I(this.opts.containerCssClass,this.opts.element))),this.dropdown&&(C(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(I(this.opts.dropdownCssClass,this.opts.element)))}),n.length&&n[0].attachEvent&&n.each(function(){this.attachEvent("onpropertychange",s._sync)}),t!==(i=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver)&&(this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),this.propertyObserver=new i(function(t){e.each(t,s._sync)}),this.propertyObserver.observe(n.get(0),{attributes:!0,subtree:!1}))},triggerSelect:function(t){var i=e.Event("select2-selecting",{val:this.id(t),object:t,choice:t});return this.opts.element.trigger(i),!i.isDefaultPrevented()},triggerChange:function(t){t=t||{},t=e.extend({},t,{type:"change",val:this.val()}),this.opts.element.data("select2-change-triggered",!0),this.opts.element.trigger(t),this.opts.element.data("select2-change-triggered",!1),this.opts.element.click(),this.opts.blurOnChange&&this.opts.element.blur()},isInterfaceEnabled:function(){return!0===this.enabledInterface},enableInterface:function(){var e=this._enabled&&!this._readonly;return e!==this.enabledInterface&&(this.container.toggleClass("select2-container-disabled",!e),this.close(),this.enabledInterface=e,!0)},enable:function(e){t===e&&(e=!0),this._enabled!==e&&(this._enabled=e,this.opts.element.prop("disabled",!e),this.enableInterface())},disable:function(){this.enable(!1)},readonly:function(e){t===e&&(e=!1),this._readonly!==e&&(this._readonly=e,this.opts.element.prop("readonly",e),this.enableInterface())},opened:function(){return!!this.container&&this.container.hasClass("select2-dropdown-open")},positionDropdown:function(){var t,i,n,s,r,a=this.dropdown,o=this.container,l=o.offset(),u=o.outerHeight(!1),h=o.outerWidth(!1),p=a.outerHeight(!1),f=e(window),g=f.width(),m=f.height(),v=f.scrollLeft()+g,b=f.scrollTop()+m,y=l.top+u,w=l.left,_=y+p<=b,x=l.top-p>=f.scrollTop(),C=a.outerWidth(!1);a.hasClass("select2-drop-above")?(i=!0,!x&&_&&(n=!0,i=!1)):(i=!1,!_&&x&&(n=!0,i=!0)),n&&(a.hide(),l=this.container.offset(),u=this.container.outerHeight(!1),h=this.container.outerWidth(!1),p=a.outerHeight(!1),v=f.scrollLeft()+g,b=f.scrollTop()+m,y=l.top+u,w=l.left,C=a.outerWidth(!1),a.show(),this.focusSearch()),this.opts.dropdownAutoWidth?(r=e(".select2-results",a)[0],a.addClass("select2-drop-auto-width"),a.css("width",""),(C=a.outerWidth(!1)+(r.scrollHeight===r.clientHeight?0:c.width))>h?h=C:C=h,p=a.outerHeight(!1)):this.container.removeClass("select2-drop-auto-width"),"static"!==this.body.css("position")&&(y-=(t=this.body.offset()).top,w-=t.left),!(w+C<=v)&&l.left+v+o.outerWidth(!1)>C&&(w=l.left+this.container.outerWidth(!1)-C),s={left:w,width:h},i?(this.container.addClass("select2-drop-above"),a.addClass("select2-drop-above"),p=a.outerHeight(!1),s.top=l.top-p,s.bottom="auto"):(s.top=y,s.bottom="auto",this.container.removeClass("select2-drop-above"),a.removeClass("select2-drop-above")),s=e.extend(s,I(this.opts.dropdownCss,this.opts.element)),a.css(s)},shouldOpen:function(){var t;return!this.opened()&&!1!==this._enabled&&!0!==this._readonly&&(t=e.Event("select2-opening"),this.opts.element.trigger(t),!t.isDefaultPrevented())},clearDropdownAlignmentPreference:function(){this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")},open:function(){return!!this.shouldOpen()&&(this.opening(),l.on("mousemove.select2Event",function(e){u.x=e.pageX,u.y=e.pageY}),!0)},opening:function(){var t,i=this.containerEventName,n="scroll."+i,s="resize."+i,r="orientationchange."+i;this.container.addClass("select2-dropdown-open").addClass("select2-container-active"),this.clearDropdownAlignmentPreference(),this.dropdown[0]!==this.body.children().last()[0]&&this.dropdown.detach().appendTo(this.body),0===(t=e("#select2-drop-mask")).length&&((t=e(document.createElement("div"))).attr("id","select2-drop-mask").attr("class","select2-drop-mask"),t.hide(),t.appendTo(this.body),t.on("mousedown touchstart click",function(i){f(t);var n,s=e("#select2-drop");s.length>0&&((n=s.data("select2")).opts.selectOnBlur&&n.selectHighlighted({noFocus:!0}),n.close(),i.preventDefault(),i.stopPropagation())})),this.dropdown.prev()[0]!==t[0]&&this.dropdown.before(t),e("#select2-drop").removeAttr("id"),this.dropdown.attr("id","select2-drop"),t.show(),this.positionDropdown(),this.dropdown.show(),this.positionDropdown(),this.dropdown.addClass("select2-drop-active");var a=this;this.container.parents().add(window).each(function(){e(this).on(s+" "+n+" "+r,function(e){a.opened()&&a.positionDropdown()})})},close:function(){if(this.opened()){var t=this.containerEventName,i="scroll."+t,n="resize."+t,s="orientationchange."+t;this.container.parents().add(window).each(function(){e(this).off(i).off(n).off(s)}),this.clearDropdownAlignmentPreference(),e("#select2-drop-mask").hide(),this.dropdown.removeAttr("id"),this.dropdown.hide(),this.container.removeClass("select2-dropdown-open").removeClass("select2-container-active"),this.results.empty(),l.off("mousemove.select2Event"),this.clearSearch(),this.search.removeClass("select2-active"),this.search.removeAttr("aria-activedescendant"),this.opts.element.trigger(e.Event("select2-close"))}},externalSearch:function(e){this.open(),this.search.val(e),this.updateResults(!1)},clearSearch:function(){},prefillNextSearchTerm:function(){if(""!==this.search.val())return!1;var e=this.opts.nextSearchTerm(this.data(),this.lastSearchTerm);return t!==e&&(this.search.val(e),this.search.select(),!0)},getMaximumSelectionSize:function(){return I(this.opts.maximumSelectionSize,this.opts.element)},ensureHighlightVisible:function(){var t,i,n,s,r,a,o,l,c=this.results;if(!((i=this.highlight())<0)){if(0==i)return void c.scrollTop(0);s=(l=((n=e((t=this.findHighlightableChoices().find(".select2-result-label"))[i])).offset()||{}).top||0)+n.outerHeight(!0),i===t.length-1&&(o=c.find("li.select2-more-results")).length>0&&(s=o.offset().top+o.outerHeight(!0)),s>(r=c.offset().top+c.outerHeight(!1))&&c.scrollTop(c.scrollTop()+(s-r)),(a=l-c.offset().top)<0&&"none"!=n.css("display")&&c.scrollTop(c.scrollTop()+a)}},findHighlightableChoices:function(){return this.results.find(".select2-result-selectable:not(.select2-disabled):not(.select2-selected)")},moveHighlight:function(t){for(var i=this.findHighlightableChoices(),n=this.highlight();n>-1&&n<i.length;){var s=e(i[n+=t]);if(s.hasClass("select2-result-selectable")&&!s.hasClass("select2-disabled")&&!s.hasClass("select2-selected")){this.highlight(n);break}}},highlight:function(t){var i,n,s=this.findHighlightableChoices();if(0==arguments.length)return m(s.filter(".select2-highlighted")[0],s.get());t>=s.length&&(t=s.length-1),t<0&&(t=0),this.removeHighlight(),(i=e(s[t])).addClass("select2-highlighted"),this.search.attr("aria-activedescendant",i.find(".select2-result-label").attr("id")),this.ensureHighlightVisible(),this.liveRegion.text(i.text()),(n=i.data("select2-data"))&&this.opts.element.trigger({type:"select2-highlight",val:this.id(n),choice:n})},removeHighlight:function(){this.results.find(".select2-highlighted").removeClass("select2-highlighted")},touchMoved:function(){this._touchMoved=!0},clearTouchMoved:function(){this._touchMoved=!1},countSelectableResults:function(){return this.findHighlightableChoices().length},highlightUnderEvent:function(t){var i=e(t.target).closest(".select2-result-selectable");if(i.length>0&&!i.is(".select2-highlighted")){var n=this.findHighlightableChoices();this.highlight(n.index(i))}else 0==i.length&&this.removeHighlight()},loadMoreIfNeeded:function(){var e=this.results,t=e.find("li.select2-more-results"),i=this.resultsPage+1,n=this,s=this.search.val(),r=this.context;0!==t.length&&t.offset().top-e.offset().top-e.height()<=this.opts.loadMorePadding&&(t.addClass("select2-active"),this.opts.query({element:this.opts.element,term:s,page:i,context:r,matcher:this.opts.matcher,callback:this.bind(function(a){n.opened()&&(n.opts.populateResults.call(this,e,a.results,{term:s,page:i,context:r}),n.postprocessResults(a,!1,!1),!0===a.more?(t.detach().appendTo(e).html(n.opts.escapeMarkup(I(n.opts.formatLoadMore,n.opts.element,i+1))),window.setTimeout(function(){n.loadMoreIfNeeded()},10)):t.remove(),n.positionDropdown(),n.resultsPage=i,n.context=a.context,this.opts.element.trigger({type:"select2-loaded",items:a}))})}))},tokenize:function(){},updateResults:function(i){var n,s,r,a=this.search,o=this.results,l=this.opts,c=this,u=a.val(),h=e.data(this.container,"select2-last-term");if(!(!0!==i&&h&&v(u,h))&&(e.data(this.container,"select2-last-term",u),!0===i||!1!==this.showSearchInput&&this.opened())){r=++this.queryCount;var p=this.getMaximumSelectionSize();if(p>=1&&Array.isArray(n=this.data())&&n.length>=p&&D(l.formatSelectionTooBig,"formatSelectionTooBig"))return void g("<li class='select2-selection-limit'>"+I(l.formatSelectionTooBig,l.element,p)+"</li>");if(a.val().length<l.minimumInputLength){D(l.formatInputTooShort,"formatInputTooShort")?g("<li class='select2-no-results'>"+I(l.formatInputTooShort,l.element,a.val(),l.minimumInputLength)+"</li>"):g(""),i&&this.showSearch&&this.showSearch(!0);return}if(l.maximumInputLength&&a.val().length>l.maximumInputLength)return void(D(l.formatInputTooLong,"formatInputTooLong")?g("<li class='select2-no-results'>"+I(l.formatInputTooLong,l.element,a.val(),l.maximumInputLength)+"</li>"):g(""));l.formatSearching&&0===this.findHighlightableChoices().length&&g("<li class='select2-searching'>"+I(l.formatSearching,l.element)+"</li>"),a.addClass("select2-active"),this.removeHighlight(),t!=(s=this.tokenize())&&null!=s&&a.val(s),this.resultsPage=1,l.query({element:l.element,term:a.val(),page:this.resultsPage,context:null,matcher:l.matcher,callback:this.bind(function(n){var s;if(r==this.queryCount){if(!this.opened())return void this.search.removeClass("select2-active");if(n.hasError!==t&&D(l.formatAjaxError,"formatAjaxError"))return void g("<li class='select2-ajax-error'>"+I(l.formatAjaxError,l.element,n.jqXHR,n.textStatus,n.errorThrown)+"</li>");if(this.context=n.context===t?null:n.context,this.opts.createSearchChoice&&""!==a.val()&&null!=(s=this.opts.createSearchChoice.call(c,a.val(),n.results))&&c.id(s)!==t&&null!==c.id(s)&&0===e(n.results).filter(function(){return v(c.id(this),c.id(s))}).length&&this.opts.createSearchChoicePosition(n.results,s),0===n.results.length&&D(l.formatNoMatches,"formatNoMatches")){g("<li class='select2-no-results'>"+I(l.formatNoMatches,l.element,a.val())+"</li>"),this.showSearch&&this.showSearch(a.val());return}o.empty(),c.opts.populateResults.call(this,o,n.results,{term:a.val(),page:this.resultsPage,context:null}),!0===n.more&&D(l.formatLoadMore,"formatLoadMore")&&(o.append("<li class='select2-more-results'>"+l.escapeMarkup(I(l.formatLoadMore,l.element,this.resultsPage))+"</li>"),window.setTimeout(function(){c.loadMoreIfNeeded()},10)),this.postprocessResults(n,i),f(),this.opts.element.trigger({type:"select2-loaded",items:n})}})})}function f(){a.removeClass("select2-active"),c.positionDropdown(),o.find(".select2-no-results,.select2-selection-limit,.select2-searching").length?c.liveRegion.text(o.text()):c.liveRegion.text(c.opts.formatMatches(o.find('.select2-result-selectable:not(".select2-selected")').length))}function g(e){o.html(e),f()}},cancel:function(){this.close()},blur:function(){this.opts.selectOnBlur&&this.selectHighlighted({noFocus:!0}),this.close(),this.container.removeClass("select2-container-active"),this.search[0]===document.activeElement&&this.search.blur(),this.clearSearch(),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus")},focusSearch:function(){var e;(e=this.search)[0]!==document.activeElement&&window.setTimeout(function(){var t,i=e[0],n=e.val().length;e.focus(),(i.offsetWidth>0||i.offsetHeight>0)&&i===document.activeElement&&(i.setSelectionRange?i.setSelectionRange(n,n):i.createTextRange&&((t=i.createTextRange()).collapse(!1),t.select()))},0)},selectHighlighted:function(e){if(this._touchMoved)return void this.clearTouchMoved();var t=this.highlight(),i=this.results.find(".select2-highlighted").closest(".select2-result").data("select2-data");i?(this.highlight(t),this.onSelect(i,e)):e&&e.noFocus&&this.close()},getPlaceholder:function(){var e;return this.opts.element.attr("placeholder")||this.opts.element.attr("data-placeholder")||this.opts.element.data("placeholder")||this.opts.placeholder||((e=this.getPlaceholderOption())!==t?e.text():t)},getPlaceholderOption:function(){if(this.select){var e=this.select.children("option").first();if(this.opts.placeholderOption!==t)return"first"===this.opts.placeholderOption&&e||"function"==typeof this.opts.placeholderOption&&this.opts.placeholderOption(this.select);if(null==e.text()?"":""===e.text().trim()&&""===e.val())return e}},initContainerWidth:function(){var e=(function(){var e,t,i,n,s;if("off"===this.opts.width)return null;if("element"===this.opts.width)return 0===this.opts.element.outerWidth(!1)?"auto":this.opts.element.outerWidth(!1)+"px";if("copy"===this.opts.width||"resolve"===this.opts.width){if("string"==typeof(e=this.opts.element.attr("style"))){for(n=0,s=(t=e.split(";")).length;n<s;n+=1)if(null!==(i=t[n].replace(/\s/g,"").match(/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i))&&i.length>=1)return i[1]}return"resolve"===this.opts.width?(e=this.opts.element.css("width")).indexOf("%")>0?e:0===this.opts.element.outerWidth(!1)?"auto":this.opts.element.outerWidth(!1)+"px":null}if("function"==typeof this.opts.width)return this.opts.width();return this.opts.width}).call(this);null!==e&&this.container.css("width",e)}}),s=N(n,{createContainer:function(){return e(document.createElement("div")).attr({class:"select2-container"}).html("<a role='button' class='select2-choice' tabindex='-1'> <span class='select2-chosen'>&#160;</span><abbr class='select2-search-choice-close'></abbr> <span class='select2-arrow' role='presentation'><b role='presentation'></b></span></a><label for='' class='select2-offscreen'></label><input class='select2-focusser select2-offscreen' type='text' aria-haspopup='true' role='button' /><div class='select2-drop select2-display-none'> <div class='select2-search'> <label for='' class='select2-offscreen'></label> <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input' role='combobox' aria-expanded='true' aria-autocomplete='list' /> </div> <ul class='select2-results' role='listbox'> </ul></div>")},enableInterface:function(){this.parent.enableInterface.apply(this,arguments)&&this.focusser.prop("disabled",!this.isInterfaceEnabled())},opening:function(){var t,i,n;this.opts.minimumResultsForSearch>=0&&this.showSearch(!0),this.parent.opening.apply(this,arguments),!1!==this.showSearchInput&&this.search.val(this.focusser.val()),this.opts.shouldFocusInput(this)&&(this.search.focus(),(t=this.search.get(0)).createTextRange?((i=t.createTextRange()).collapse(!1),i.select()):t.setSelectionRange&&(n=this.search.val().length,t.setSelectionRange(n,n))),this.prefillNextSearchTerm(),this.focusser.prop("disabled",!0).val(""),this.updateResults(!0),this.opts.element.trigger(e.Event("select2-open"))},close:function(){this.opened()&&(this.parent.close.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},focus:function(){this.opened()?this.close():(this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},isFocused:function(){return this.container.hasClass("select2-container-active")},cancel:function(){this.parent.cancel.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus()},destroy:function(){e("label[for='"+this.focusser.attr("id")+"']").attr("for",this.opts.element.attr("id")),this.parent.destroy.apply(this,arguments),M.call(this,"selection","focusser")},initContainer:function(){var t,i,n=this.container,s=this.dropdown,r=a();this.opts.minimumResultsForSearch<0?this.showSearch(!1):this.showSearch(!0),this.selection=t=n.find(".select2-choice"),this.focusser=n.find(".select2-focusser"),t.find(".select2-chosen").attr("id","select2-chosen-"+r),this.focusser.attr("aria-labelledby","select2-chosen-"+r),this.results.attr("id","select2-results-"+r),this.search.attr("aria-owns","select2-results-"+r),this.focusser.attr("id","s2id_autogen"+r),i=e("label[for='"+this.opts.element.attr("id")+"']"),this.opts.element.on("focus.select2",this.bind(function(){this.focus()})),this.focusser.prev().text(i.text()).attr("for",this.focusser.attr("id"));var o=this.opts.element.attr("title");this.opts.element.attr("title",o||i.text()),this.focusser.attr("tabindex",this.elementTabIndex),this.search.attr("id",this.focusser.attr("id")+"_search"),this.search.prev().text(e("label[for='"+this.focusser.attr("id")+"']").text()).attr("for",this.search.attr("id")),this.search.on("keydown",this.bind(function(e){if(this.isInterfaceEnabled()&&229!=e.keyCode){if(e.which===h.PAGE_UP||e.which===h.PAGE_DOWN)return void x(e);switch(e.which){case h.UP:case h.DOWN:this.moveHighlight(e.which===h.UP?-1:1),x(e);return;case h.ENTER:this.selectHighlighted(),x(e);return;case h.TAB:this.selectHighlighted({noFocus:!0});return;case h.ESC:this.cancel(e),x(e);return}}})),this.search.on("blur",this.bind(function(e){document.activeElement===this.body.get(0)&&window.setTimeout(this.bind(function(){this.opened()&&this.results&&this.results.length>1&&this.search.focus()}),0)})),this.focusser.on("keydown",this.bind(function(e){if(this.isInterfaceEnabled()&&!(e.which===h.TAB||h.isControl(e)||h.isFunctionKey(e))&&e.which!==h.ESC){if(!1===this.opts.openOnEnter&&e.which===h.ENTER)return void x(e);if(e.which==h.DOWN||e.which==h.UP||e.which==h.ENTER&&this.opts.openOnEnter){if(e.altKey||e.ctrlKey||e.shiftKey||e.metaKey)return;this.open(),x(e);return}if(e.which==h.DELETE||e.which==h.BACKSPACE){this.opts.allowClear&&this.clear(),x(e);return}}})),w(this.focusser),this.focusser.on("keyup-change input",this.bind(function(e){this.opts.minimumResultsForSearch>=0&&(e.stopPropagation(),this.opened()||this.open())})),t.on("mousedown touchstart","abbr",this.bind(function(e){var t;this.isInterfaceEnabled()&&(this.clear(),(t=e).preventDefault(),t.stopImmediatePropagation(),this.close(),this.selection&&this.selection.focus())})),t.on("mousedown touchstart",this.bind(function(i){f(t),this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.opened()?this.close():this.isInterfaceEnabled()&&this.open(),x(i)})),s.on("mousedown touchstart",this.bind(function(){this.opts.shouldFocusInput(this)&&this.search.focus()})),t.on("focus",this.bind(function(e){x(e)})),this.focusser.on("focus",this.bind(function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.container.addClass("select2-container-active")})).on("blur",this.bind(function(){this.opened()||(this.container.removeClass("select2-container-active"),this.opts.element.trigger(e.Event("select2-blur")))})),this.search.on("focus",this.bind(function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.container.addClass("select2-container-active")})),this.initContainerWidth(),this.opts.element.hide(),this.setPlaceholder()},clear:function(t){var i=this.selection.data("select2-data");if(i){var n=e.Event("select2-clearing");if(this.opts.element.trigger(n),n.isDefaultPrevented())return;var s=this.getPlaceholderOption();this.opts.element.val(s?s.val():""),this.selection.find(".select2-chosen").empty(),this.selection.removeData("select2-data"),this.setPlaceholder(),!1!==t&&(this.opts.element.trigger({type:"select2-removed",val:this.id(i),choice:i}),this.triggerChange({removed:i}))}},initSelection:function(){if(this.isPlaceholderOptionSelected())this.updateSelection(null),this.close(),this.setPlaceholder();else{var e=this;this.opts.initSelection.call(null,this.opts.element,function(t){null!=t&&(e.updateSelection(t),e.close(),e.setPlaceholder(),e.lastSearchTerm=e.search.val())})}},isPlaceholderOptionSelected:function(){var e;return this.getPlaceholder()!==t&&((e=this.getPlaceholderOption())!==t&&e.prop("selected")||""===this.opts.element.val()||this.opts.element.val()===t||null===this.opts.element.val())},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments),i=this;return"select"===t.element.get(0).tagName.toLowerCase()?t.initSelection=function(e,t){var n=e.find("option").filter(function(){return this.selected&&!this.disabled});t(i.optionToData(n))}:"data"in t&&(t.initSelection=t.initSelection||function(i,n){var s=i.val(),r=null;t.query({matcher:function(e,i,n){var a=v(s,t.id(n));return a&&(r=n),a},callback:"function"!=typeof n?e.noop:function(){n(r)}})}),t},getPlaceholder:function(){return this.select&&this.getPlaceholderOption()===t?t:this.parent.getPlaceholder.apply(this,arguments)},setPlaceholder:function(){var e=this.getPlaceholder();if(this.isPlaceholderOptionSelected()&&t!==e){if(this.select&&this.getPlaceholderOption()===t)return;this.selection.find(".select2-chosen").html(this.opts.escapeMarkup(e)),this.selection.addClass("select2-default"),this.container.removeClass("select2-allowclear")}},postprocessResults:function(t,i,n){var s=0,r=this;if(this.findHighlightableChoices().each2(function(e,t){if(v(r.id(t.data("select2-data")),r.opts.element.val()))return s=e,!1}),!1!==n&&(!0===i&&s>=0?this.highlight(s):this.highlight(0)),!0===i){var a=this.opts.minimumResultsForSearch;a>=0&&this.showSearch(function t(i){var n=0;return e.each(i,function(e,i){i.children?n+=t(i.children):n++}),n}(t.results)>=a)}},showSearch:function(t){this.showSearchInput!==t&&(this.showSearchInput=t,this.dropdown.find(".select2-search").toggleClass("select2-search-hidden",!t),this.dropdown.find(".select2-search").toggleClass("select2-offscreen",!t),e(this.dropdown,this.container).toggleClass("select2-with-searchbox",t))},onSelect:function(e,t){if(this.triggerSelect(e)){var i=this.opts.element.val(),n=this.data();this.opts.element.val(this.id(e)),this.updateSelection(e),this.opts.element.trigger({type:"select2-selected",val:this.id(e),choice:e}),this.lastSearchTerm=this.search.val(),this.close(),(!t||!t.noFocus)&&this.opts.shouldFocusInput(this)&&this.focusser.focus(),v(i,this.id(e))||this.triggerChange({added:e,removed:n})}},updateSelection:function(e){var i,n,s=this.selection.find(".select2-chosen");this.selection.data("select2-data",e),s.empty(),null!==e&&(i=this.opts.formatSelection(e,s,this.opts.escapeMarkup)),t!==i&&s.append(i),t!==(n=this.opts.formatSelectionCssClass(e,s))&&s.addClass(n),this.selection.removeClass("select2-default"),this.opts.allowClear&&this.getPlaceholder()!==t&&this.container.addClass("select2-allowclear")},val:function(){var e,i=!1,n=null,s=this,r=this.data();if(0==arguments.length)return this.opts.element.val();if(e=arguments[0],arguments.length>1&&(i=arguments[1],this.opts.debug&&console&&console.warn&&console.warn('Select2: The second option to `select2("val")` is not supported in Select2 4.0.0. The `change` event will always be triggered in 4.0.0.')),this.select)this.opts.debug&&console&&console.warn&&console.warn('Select2: Setting the value on a <select> using `select2("val")` is no longer supported in 4.0.0. You can use the `.val(newValue).trigger("change")` method provided by jQuery instead.'),this.select.val(e).find("option").filter(function(){return this.selected}).each2(function(e,t){return n=s.optionToData(t),!1}),this.updateSelection(n),this.setPlaceholder(),i&&this.triggerChange({added:n,removed:r});else{if(!e&&0!==e)return void this.clear(i);if(this.opts.initSelection===t)throw Error("cannot call val() if initSelection() is not defined");this.opts.element.val(e),this.opts.initSelection(this.opts.element,function(e){s.opts.element.val(e?s.id(e):""),s.updateSelection(e),s.setPlaceholder(),i&&s.triggerChange({added:e,removed:r})})}},clearSearch:function(){this.search.val(""),this.focusser.val("")},data:function(e){var i,n=!1;if(0==arguments.length)return t==(i=this.selection.data("select2-data"))&&(i=null),i;this.opts.debug&&console&&console.warn&&console.warn('Select2: The `select2("data")` method can no longer set selected values in 4.0.0, consider using the `.val()` method instead.'),arguments.length>1&&(n=arguments[1]),e?(i=this.data(),this.opts.element.val(e?this.id(e):""),this.updateSelection(e),n&&this.triggerChange({added:e,removed:i})):this.clear(n)}}),r=N(n,{createContainer:function(){return e(document.createElement("div")).attr({class:"select2-container select2-container-multi"}).html("<ul class='select2-choices'> <li class='select2-search-field'> <label for='' class='select2-offscreen'></label> <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input'> </li></ul><div class='select2-drop select2-drop-multi select2-display-none'> <ul class='select2-results'> </ul></div>")},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments),i=this;return"select"===t.element.get(0).tagName.toLowerCase()?t.initSelection=function(e,t){var n=[];e.find("option").filter(function(){return this.selected&&!this.disabled}).each2(function(e,t){n.push(i.optionToData(t))}),t(n)}:"data"in t&&(t.initSelection=t.initSelection||function(i,n){var s=b(i.val(),t.separator,t.transformVal),r=[];t.query({matcher:function(i,n,a){var o=e.grep(s,function(e){return v(e,t.id(a))}).length;return o&&r.push(a),o},callback:"function"!==n?e.noop:function(){for(var e=[],i=0;i<s.length;i++)for(var a=s[i],o=0;o<r.length;o++){var l=r[o];if(v(a,t.id(l))){e.push(l),r.splice(o,1);break}}n(e)}})}),t},selectChoice:function(e){var t=this.container.find(".select2-search-choice-focus");t.length&&e&&e[0]==t[0]||(t.length&&this.opts.element.trigger("choice-deselected",t),t.removeClass("select2-search-choice-focus"),e&&e.length&&(this.close(),e.addClass("select2-search-choice-focus"),this.opts.element.trigger("choice-selected",e)))},destroy:function(){e("label[for='"+this.search.attr("id")+"']").attr("for",this.opts.element.attr("id")),this.parent.destroy.apply(this,arguments),M.call(this,"searchContainer","selection")},initContainer:function(){var t,i=".select2-choices";this.searchContainer=this.container.find(".select2-search-field"),this.selection=t=this.container.find(i);var n=this;this.selection.on("click",".select2-container:not(.select2-container-disabled) .select2-search-choice:not(.select2-locked)",function(t){n.search[0].focus(),n.selectChoice(e(this))}),this.search.attr("id","s2id_autogen"+a()),this.search.prev().text(e("label[for='"+this.opts.element.attr("id")+"']").text()).attr("for",this.search.attr("id")),this.opts.element.on("focus.select2",this.bind(function(){this.focus()})),this.search.on("input paste",this.bind(function(){this.search.attr("placeholder")&&0==this.search.val().length||this.isInterfaceEnabled()&&(this.opened()||this.open())})),this.search.attr("tabindex",this.elementTabIndex),this.keydowns=0,this.search.on("keydown",this.bind(function(i){if(this.isInterfaceEnabled()){++this.keydowns;var n=t.find(".select2-search-choice-focus"),s=n.prev(".select2-search-choice:not(.select2-locked)"),r=n.next(".select2-search-choice:not(.select2-locked)"),a=function(t){t=e(t)[0];var i=0,n=0;if("selectionStart"in t)i=t.selectionStart,n=t.selectionEnd-i;else if("selection"in document){t.focus();var s=document.selection.createRange();n=document.selection.createRange().text.length,s.moveStart("character",-t.value.length),i=s.text.length-n}return{offset:i,length:n}}(this.search);if(n.length&&(i.which==h.LEFT||i.which==h.RIGHT||i.which==h.BACKSPACE||i.which==h.DELETE||i.which==h.ENTER)){var o=n;i.which==h.LEFT&&s.length?o=s:i.which==h.RIGHT?o=r.length?r:null:i.which===h.BACKSPACE?this.unselect(n.first())&&(this.search.width(10),o=s.length?s:r):i.which==h.DELETE?this.unselect(n.first())&&(this.search.width(10),o=r.length?r:null):i.which==h.ENTER&&(o=null),this.selectChoice(o),x(i),o&&o.length||this.open();return}if((i.which!==h.BACKSPACE||1!=this.keydowns)&&i.which!=h.LEFT||0!=a.offset||a.length)this.selectChoice(null);else{this.selectChoice(t.find(".select2-search-choice:not(.select2-locked)").last()),x(i);return}if(this.opened())switch(i.which){case h.UP:case h.DOWN:this.moveHighlight(i.which===h.UP?-1:1),x(i);return;case h.ENTER:this.selectHighlighted(),x(i);return;case h.TAB:this.selectHighlighted({noFocus:!0}),this.close();return;case h.ESC:this.cancel(i),x(i);return}if(!(i.which===h.TAB||h.isControl(i)||h.isFunctionKey(i))&&i.which!==h.BACKSPACE&&i.which!==h.ESC){if(i.which===h.ENTER){if(!1===this.opts.openOnEnter)return;else if(i.altKey||i.ctrlKey||i.shiftKey||i.metaKey)return}this.open(),(i.which===h.PAGE_UP||i.which===h.PAGE_DOWN)&&x(i),i.which===h.ENTER&&x(i)}}})),this.search.on("keyup",this.bind(function(e){this.keydowns=0,this.resizeSearch()})),this.search.on("blur",this.bind(function(t){this.container.removeClass("select2-container-active"),this.search.removeClass("select2-focused"),this.selectChoice(null),this.opened()||this.clearSearch(),t.stopImmediatePropagation(),this.opts.element.trigger(e.Event("select2-blur"))})),this.container.on("click",i,this.bind(function(t){!this.isInterfaceEnabled()||e(t.target).closest(".select2-search-choice").length>0||(this.selectChoice(null),this.clearPlaceholder(),this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.open(),this.focusSearch(),t.preventDefault())})),this.container.on("focus",i,this.bind(function(){this.isInterfaceEnabled()&&(this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"),this.clearPlaceholder())})),this.initContainerWidth(),this.opts.element.hide(),this.clearSearch()},enableInterface:function(){this.parent.enableInterface.apply(this,arguments)&&this.search.prop("disabled",!this.isInterfaceEnabled())},initSelection:function(){if(""===this.opts.element.val()&&""===this.opts.element.text()&&(this.updateSelection([]),this.close(),this.clearSearch()),this.select||""!==this.opts.element.val()){var e=this;this.opts.initSelection.call(null,this.opts.element,function(t){null!=t&&(e.updateSelection(t),e.close(),e.clearSearch())})}},clearSearch:function(){var e=this.getPlaceholder(),i=this.getMaxSearchWidth();t!==e&&0===this.getVal().length&&!1===this.search.hasClass("select2-focused")?(this.search.val(e).addClass("select2-default"),this.search.width(i>0?i:this.container.css("width"))):this.search.val("").width(10)},clearPlaceholder:function(){this.search.hasClass("select2-default")&&this.search.val("").removeClass("select2-default")},opening:function(){this.clearPlaceholder(),this.resizeSearch(),this.parent.opening.apply(this,arguments),this.focusSearch(),this.prefillNextSearchTerm(),this.updateResults(!0),this.opts.shouldFocusInput(this)&&this.search.focus(),this.opts.element.trigger(e.Event("select2-open"))},close:function(){this.opened()&&this.parent.close.apply(this,arguments)},focus:function(){this.close(),this.search.focus()},isFocused:function(){return this.search.hasClass("select2-focused")},updateSelection:function(t){var i={},n=[],s=this;e(t).each(function(){s.id(this)in i||(i[s.id(this)]=0,n.push(this))}),this.selection.find(".select2-search-choice").remove(),this.addSelectedChoice(n),s.postprocessResults()},tokenize:function(){var e=this.search.val();null!=(e=this.opts.tokenizer.call(this,e,this.data(),this.bind(this.onSelect),this.opts))&&t!=e&&(this.search.val(e),e.length>0&&this.open())},onSelect:function(e,t){this.triggerSelect(e)&&""!==e.text&&(this.addSelectedChoice(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),this.lastSearchTerm=this.search.val(),this.clearSearch(),this.updateResults(),(this.select||!this.opts.closeOnSelect)&&this.postprocessResults(e,!1,!0===this.opts.closeOnSelect),this.opts.closeOnSelect?(this.close(),this.search.width(10)):this.countSelectableResults()>0?(this.search.width(10),this.resizeSearch(),this.getMaximumSelectionSize()>0&&this.val().length>=this.getMaximumSelectionSize()?this.updateResults(!0):this.prefillNextSearchTerm()&&this.updateResults(),this.positionDropdown()):(this.close(),this.search.width(10)),this.triggerChange({added:e}),t&&t.noFocus||this.focusSearch())},cancel:function(){this.close(),this.focusSearch()},addSelectedChoice:function(t){var i=this.getVal(),n=this;e(t).each(function(){i.push(n.createChoice(this))}),this.setVal(i)},createChoice:function(i){var n,s,r=!i.locked,a=e("<li class='select2-search-choice'> <div></div> <a href='#' class='select2-search-choice-close' tabindex='-1'></a></li>"),o=e("<li class='select2-search-choice select2-locked'><div></div></li>"),l=r?a:o,c=this.id(i);return t!=(n=this.opts.formatSelection(i,l.find("div"),this.opts.escapeMarkup))&&l.find("div").replaceWith(e("<div></div>").html(n)),t!=(s=this.opts.formatSelectionCssClass(i,l.find("div")))&&l.addClass(s),r&&l.find(".select2-search-choice-close").on("mousedown",x).on("click dblclick",this.bind(function(t){this.isInterfaceEnabled()&&(this.unselect(e(t.target)),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus"),x(t),this.close(),this.focusSearch())})).on("focus",this.bind(function(){this.isInterfaceEnabled()&&(this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"))})),l.data("select2-data",i),l.insertBefore(this.searchContainer),c},unselect:function(t){var i,n,s=this.getVal();if(0===(t=t.closest(".select2-search-choice")).length)throw"Invalid argument: "+t+". Must be .select2-search-choice";if(i=t.data("select2-data")){var r=e.Event("select2-removing");if(r.val=this.id(i),r.choice=i,this.opts.element.trigger(r),r.isDefaultPrevented())return!1;for(;(n=m(this.id(i),s))>=0;)s.splice(n,1),this.setVal(s),this.select&&this.postprocessResults();return t.remove(),this.opts.element.trigger({type:"select2-removed",val:this.id(i),choice:i}),this.triggerChange({removed:i}),!0}},postprocessResults:function(e,t,i){var n=this.getVal(),s=this.results.find(".select2-result"),r=this.results.find(".select2-result-with-children"),a=this;s.each2(function(e,t){m(a.id(t.data("select2-data")),n)>=0&&(t.addClass("select2-selected"),t.find(".select2-result-selectable").addClass("select2-selected"))}),r.each2(function(e,t){t.is(".select2-result-selectable")||0!==t.find(".select2-result-selectable:not(.select2-selected)").length||t.addClass("select2-selected")}),-1==this.highlight()&&!1!==i&&!0===this.opts.closeOnSelect&&a.highlight(0),!this.opts.createSearchChoice&&!s.filter(".select2-result:not(.select2-selected)").length>0&&(!e||e&&!e.more&&0===this.results.find(".select2-no-results").length)&&D(a.opts.formatNoMatches,"formatNoMatches")&&this.results.append("<li class='select2-no-results'>"+I(a.opts.formatNoMatches,a.opts.element,a.search.val())+"</li>")},getMaxSearchWidth:function(){return this.selection.width()-y(this.search)},resizeSearch:function(){var t,i,n,s,r=y(this.search);t=function(t){if(!o){var i=t[0].currentStyle||window.getComputedStyle(t[0],null);(o=e(document.createElement("div")).css({position:"absolute",left:"-10000px",top:"-10000px",display:"none",fontSize:i.fontSize,fontFamily:i.fontFamily,fontStyle:i.fontStyle,fontWeight:i.fontWeight,letterSpacing:i.letterSpacing,textTransform:i.textTransform,whiteSpace:"nowrap"})).attr("class","select2-sizer"),e(document.body).append(o)}return o.text(t.val()),o.width()}(this.search)+10,i=this.search.offset().left,(s=(n=this.selection.width())-(i-this.selection.offset().left)-r)<t&&(s=n-r),s<40&&(s=n-r),s<=0&&(s=t),this.search.width(Math.floor(s))},getVal:function(){var e;return this.select?null===(e=this.select.val())?[]:e:b(e=this.opts.element.val(),this.opts.separator,this.opts.transformVal)},setVal:function(t){if(this.select)this.select.val(t);else{var i=[],n={};e(t).each(function(){this in n||(i.push(this),n[this]=0)}),this.opts.element.val(0===i.length?"":i.join(this.opts.separator))}},buildChangeDetails:function(e,t){for(var t=t.slice(0),e=e.slice(0),i=0;i<t.length;i++)for(var n=0;n<e.length;n++)if(v(this.opts.id(t[i]),this.opts.id(e[n]))){t.splice(i,1),i--,e.splice(n,1);break}return{added:t,removed:e}},val:function(i,n){var s,r=this;if(0==arguments.length)return this.getVal();if((s=this.data()).length||(s=[]),!i&&0!==i){this.opts.element.val(""),this.updateSelection([]),this.clearSearch(),n&&this.triggerChange({added:this.data(),removed:s});return}if(this.setVal(i),this.select)this.opts.initSelection(this.select,this.bind(this.updateSelection)),n&&this.triggerChange(this.buildChangeDetails(s,this.data()));else{if(this.opts.initSelection===t)throw Error("val() cannot be called if initSelection() is not defined");this.opts.initSelection(this.opts.element,function(t){var i=e.map(t,r.id);r.setVal(i),r.updateSelection(t),r.clearSearch(),n&&r.triggerChange(r.buildChangeDetails(s,r.data()))})}this.clearSearch()},onSortStart:function(){if(this.select)throw Error("Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead.");this.search.width(0),this.searchContainer.hide()},onSortEnd:function(){var t=[],i=this;this.searchContainer.show(),this.searchContainer.appendTo(this.searchContainer.parent()),this.resizeSearch(),this.selection.find(".select2-search-choice").each(function(){t.push(i.opts.id(e(this).data("select2-data")))}),this.setVal(t),this.triggerChange()},data:function(t,i){var n,s,r=this;if(0==arguments.length)return this.selection.children(".select2-search-choice").map(function(){return e(this).data("select2-data")}).get();s=this.data(),t||(t=[]),n=e.map(t,function(e){return r.opts.id(e)}),this.setVal(n),this.updateSelection(t),this.clearSearch(),i&&this.triggerChange(this.buildChangeDetails(s,this.data()))}}),e.fn.select2=function(){var i,n,s,r,a,o=Array.prototype.slice.call(arguments,0),l=["val","destroy","opened","open","close","focus","isFocused","container","dropdown","onSortStart","onSortEnd","enable","disable","readonly","positionDropdown","data","search"],c=["opened","isFocused","container","dropdown"],u=["val","data"],h={search:"externalSearch"};return this.each(function(){if(0===o.length||"object"==typeof o[0])(i=0===o.length?{}:e.extend({},o[0])).element=e(this),"select"===i.element.get(0).tagName.toLowerCase()?a=i.element.prop("multiple"):(a=i.multiple||!1,"tags"in i&&(i.multiple=a=!0)),(n=a?new window.Select2.class.multi:new window.Select2.class.single).init(i);else if("string"==typeof o[0]){if(0>m(o[0],l))throw"Unknown method: "+o[0];if(r=t,t===(n=e(this).data("select2")))return;if("container"===(s=o[0])?r=n.container:"dropdown"===s?r=n.dropdown:(h[s]&&(s=h[s]),r=n[s].apply(n,o.slice(1))),m(o[0],c)>=0||m(o[0],u)>=0&&1==o.length)return!1}else throw"Invalid arguments to select2 plugin: "+o}),t===r?this:r},e.fn.select2.defaults={debug:!1,width:"copy",loadMorePadding:0,closeOnSelect:!0,openOnEnter:!0,containerCss:{},dropdownCss:{},containerCssClass:"",dropdownCssClass:"",formatResult:function(e,t,i,n){var s=[];return T(this.text(e),i.term,s,n),s.join("")},transformVal:function(e){return null==e?"":e.trim()},formatSelection:function(e,i,n){return e?n(this.text(e)):t},sortResults:function(e,t,i){return e},formatResultCssClass:function(e){return e.css},formatSelectionCssClass:function(e,i){return t},minimumResultsForSearch:0,minimumInputLength:0,maximumInputLength:null,maximumSelectionSize:0,id:function(e){return t==e?null:e.id},text:function(e){return e&&this.data&&this.data.text?"function"==typeof this.data.text?this.data.text(e):e[this.data.text]:e.text},matcher:function(e,t){return g(""+t).toUpperCase().indexOf(g(""+e).toUpperCase())>=0},separator:",",tokenSeparators:[],tokenizer:function(e,i,n,s){var r,a,o,l,c,u=e,h=!1;if(!s.createSearchChoice||!s.tokenSeparators||s.tokenSeparators.length<1)return t;for(;;){for(o=0,a=-1,l=s.tokenSeparators.length;o<l&&(c=s.tokenSeparators[o],!((a=e.indexOf(c))>=0));o++);if(a<0)break;if(r=e.substring(0,a),e=e.substring(a+c.length),r.length>0&&null!=(r=s.createSearchChoice.call(this,r,i))&&s.id(r)!==t&&null!==s.id(r)){for(o=0,h=!1,l=i.length;o<l;o++)if(v(s.id(r),s.id(i[o]))){h=!0;break}h||n(r)}}if(u!==e)return e},escapeMarkup:k,blurOnChange:!1,selectOnBlur:!1,adaptContainerCssClass:function(e){return e},adaptDropdownCssClass:function(e){return null},nextSearchTerm:function(e,i){return t},searchInputPlaceholder:"",createSearchChoicePosition:"top",shouldFocusInput:function(e){return!("ontouchstart"in window)&&!(navigator.msMaxTouchPoints>0)||!(e.opts.minimumResultsForSearch<0)}},e.fn.select2.locales=[],e.fn.select2.locales.en={formatMatches:function(e){return 1===e?"One result is available, press enter to select it.":e+" results are available, use up and down arrow keys to navigate."},formatNoMatches:function(){return"No matches found"},formatAjaxError:function(e,t,i){return"Loading failed"},formatInputTooShort:function(e,t){var i=t-e.length;return"Please enter "+i+" or more character"+(1==i?"":"s")},formatInputTooLong:function(e,t){var i=e.length-t;return"Please delete "+i+" character"+(1==i?"":"s")},formatSelectionTooBig:function(e){return"You can only select "+e+" item"+(1==e?"":"s")},formatLoadMore:function(e){return"Loading more results…"},formatSearching:function(){return"Searching…"}},e.extend(e.fn.select2.defaults,e.fn.select2.locales.en),e.fn.select2.ajaxDefaults={transport:e.ajax,params:{type:"GET",cache:!1,dataType:"json"}},window.Select2={query:{ajax:E,local:A,tags:S},util:{debounce:_,markMatch:T,escapeMarkup:k,stripDiacritics:g},class:{abstract:n,single:s,multi:r}}}function f(t){var i=e(document.createTextNode(""));t.before(i),i.before(t),i.remove()}function g(e){return e.replace(/[^\u0000-\u007E]/g,function(e){return p[e]||e})}function m(e,t){for(var i=0,n=t.length;i<n;i+=1)if(v(e,t[i]))return i;return -1}function v(e,i){return e===i||t!==e&&t!==i&&null!==e&&null!==i&&(e.constructor===String?e+""==i+"":i.constructor===String&&i+""==e+"")}function b(e,t,i){var n,s,r;if(null===e||e.length<1)return[];for(s=0,r=(n=e.split(t)).length;s<r;s+=1)n[s]=i(n[s]);return n}function y(e){return e.outerWidth(!1)-e.width()}function w(i){var n="keyup-change-value";i.on("keydown",function(){e.data(i,n)===t&&e.data(i,n,i.val())}),i.on("keyup",function(){var s=e.data(i,n);t!==s&&i.val()!==s&&(e.removeData(i,n),i.trigger("keyup-change"))})}function _(e,i,n){var s;return n=n||t,function(){var t=arguments;window.clearTimeout(s),s=window.setTimeout(function(){i.apply(n,t)},e)}}function x(e){e.preventDefault(),e.stopPropagation()}function C(t,i,n){var s,r,a=[];let o=t.attr("class");(s=null==o?"":o.trim())&&e((s=""+s).split(/\s+/)).each2(function(){0===this.indexOf("select2-")&&a.push(this)});let l=i.attr("class");(s=null==l?"":l.trim())&&e((s=""+s).split(/\s+/)).each2(function(){0!==this.indexOf("select2-")&&(r=n(this))&&a.push(r)}),t.attr("class",a.join(" "))}function T(e,t,i,n){var s=g(e.toUpperCase()).indexOf(g(t.toUpperCase())),r=t.length;s<0?i.push(n(e)):(i.push(n(e.substring(0,s))),i.push("<span class='select2-match'>"),i.push(n(e.substring(s,s+r))),i.push("</span>"),i.push(n(e.substring(s+r,e.length))))}function k(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#47;"};return String(e).replace(/[&<>"'\/\\]/g,function(e){return t[e]})}function E(i){var n,s=null,r=i.quietMillis||100,a=i.url,o=this;return function(l){window.clearTimeout(n),n=window.setTimeout(function(){var n=i.data,r=a,c=i.transport||e.fn.select2.ajaxDefaults.transport,u={type:i.type||"GET",cache:i.cache||!1,jsonpCallback:i.jsonpCallback||t,dataType:i.dataType||"json"},h=e.extend({},e.fn.select2.ajaxDefaults.params,u);n=n?n.call(o,l.term,l.page,l.context):null,r="function"==typeof r?r.call(o,l.term,l.page,l.context):r,s&&"function"==typeof s.abort&&s.abort(),i.params&&("function"==typeof i.params?e.extend(h,i.params.call(o)):e.extend(h,i.params)),e.extend(h,{url:r,dataType:i.dataType,data:n,success:function(e){var t=i.results(e,l.page,l);l.callback(t)},error:function(e,t,i){l.callback({hasError:!0,jqXHR:e,textStatus:t,errorThrown:i})}}),s=c.call(o,h)},r)}}function A(t){var i,n,s=t,r=function(e){return""+e.text};Array.isArray(s)&&(s={results:n=s}),"function"!==s&&(n=s,s=function(){return n});var a=s();return a.text&&"function"!==(r=a.text)&&(i=a.text,r=function(e){return e[i]}),function(t){var i,n=t.term,a={results:[]};""===n?t.callback(s()):(i=function(s,a){var o,l;if((s=s[0]).children){for(l in o={},s)s.hasOwnProperty(l)&&(o[l]=s[l]);o.children=[],e(s.children).each2(function(e,t){i(t,o.children)}),(o.children.length||t.matcher(n,r(o),s))&&a.push(o)}else t.matcher(n,r(s),s)&&a.push(s)},e(s().results).each2(function(e,t){i(t,a.results)}),t.callback(a))}}function S(i){var n="function"==typeof i;return function(s){var r=s.term,a={results:[]},o=n?i(s):i;Array.isArray(o)&&(e(o).each(function(){var e=this.text!==t,i=e?this.text:this;(""===r||s.matcher(r,i))&&a.results.push(e?this:{id:this,text:this})}),s.callback(a))}}function D(e,t){if("function"==typeof e)return!0;if(!e)return!1;if("string"==typeof e)return!0;throw Error(t+" must be a string, function, or falsy value")}function I(e,t){if("function"==typeof e){var i=Array.prototype.slice.call(arguments,2);return e.apply(t,i)}return e}function M(){var t=this;e.each(arguments,function(e,i){t[i].remove(),t[i]=null})}function N(t,i){var n=function(){};return n.prototype=new t,n.prototype.constructor=n,n.prototype.parent=t.prototype,n.prototype=e.extend(n.prototype,i),n}}(jQuery)},2(e,t,i){var n;!function(){"use strict";var s=window.DocumentFragment,r=window.HTMLElement.prototype,a=r.matches||r.msMatchesSelector||r.webkitMatchesSelector||r.mozMatchesSelector||r.oMatchesSelector;function o(e,t){if(e.__SKATE_TEMPLATE_HTML_DATA)return e.__SKATE_TEMPLATE_HTML_DATA[t]}function l(e,t,i){return e.__SKATE_TEMPLATE_HTML_DATA||(e.__SKATE_TEMPLATE_HTML_DATA={}),e.__SKATE_TEMPLATE_HTML_DATA[t]=i,e}function c(e){var t=e.match(/\s*<([^\s>]+)/),i=document.createElement(t&&({caption:"table",dd:"dl",dt:"dl",li:"ul",tbody:"table",td:"tr",thead:"table",tr:"tbody"})[t[1]]||"div");return i.innerHTML=e,u(i.childNodes)}function u(e){for(var t=document.createDocumentFragment();e&&e.length;)t.appendChild(e[0]);return t}function h(e,t){for(var i=[],n=e.nextSibling;n!==t;)i.push(n),n=n.nextSibling;return i}function p(e){for(var t=e.defaultNodes,i=t.length,n=0;n<i;n++)e.container.insertBefore(t[n],e.endNode);e.isDefault=!0}function f(e){for(var t=e.defaultNodes,i=t.length,n=0;n<i;n++){var s=t[n];s.parentNode.removeChild(s)}e.isDefault=!1}function g(){var e=[].slice.call(arguments).join("");return function(t){var i=u(t.childNodes);t.innerHTML=e,function(e){var t=e.getElementsByTagName("content");if(t&&t.length){for(var i=[];t.length;){var n=t[0],s=n.parentNode,r=n.getAttribute("select"),a=document.createComment(" content "),o=document.createComment(" /content ");i.push({container:s,contentNode:n,defaultNodes:[].slice.call(n.childNodes),endNode:o,isDefault:!0,selector:r,startNode:a}),s.replaceChild(o,n),s.insertBefore(a,o),a.textContent+=JSON.stringify({defaultContent:n.innerHTML,selector:r})+" "}l(e,"content",i)}}(t),i.childNodes.length&&g.wrap(t).appendChild(i)}}g.wrap=function(e){o(e,"content")||l(e,"content",function e(t){var i,n,s=t.childNodes,r=s.length,a=[];for(i=0;i<r;i++){var o=s[i];if(8===o.nodeType){var l=function(e){var t,i=e.textContent.match(/^ (\/?)content (.*)/i);if(i){if(i[2])try{t=JSON.parse(i[2])}catch(t){throw Error('Unable to parse content comment data: "'+t+'" in "\x3c!--'+e.textContent+'--\x3e".')}return{data:t||{defaultContent:void 0,isDefault:void 0,selector:void 0},type:i[1]?"close":"open"}}}(o);if(l){if("open"===l.type){if(n)throw Error('Cannot have an opening content placeholder after another content placeholder at the same level in the DOM tree: "'+o.textContent+'" in "'+o.parentNode.innerHTML+'".');n={container:o.parentNode,contentNode:o,defaultNodes:l.data.defaultContent&&c(l.data.defaultContent).childNodes||[],isDefault:l.data.isDefault,selector:l.data.selector,startNode:o}}else if("close"===l.type){if(!n)throw Error('Unmatched closing content placeholder: "'+o.textContent+'" in "'+o.parentNode.innerHTML+'".');n.endNode=o,a.push(n),n=void 0}}}else a=a.concat(e(o))}return a}(e));var t,i,n=(i=(t=o(e,"content")).length,{childNodes:{get:function(){for(var e=[],n=0;n<i;n++){var s=t[n];s.isDefault||(e=e.concat(h(s.startNode,s.endNode)))}return e}},firstChild:{get:function(){var e=this.childNodes;return e.length&&e[0]||null}},innerHTML:{get:function(){for(var e="",t=this.childNodes,i=t.length,n=0;n<i;n++){var s=t[n];e+=s.outerHTML||s.textContent}return e},set:function(e){for(var n=c(e),s=0;s<i;s++){for(var r=t[s],a=h(r.startNode,r.endNode),o=0;o<a.length;o++){var l=a[o];l.parentNode.removeChild(l)}for(var u=function(e,t){if(t){for(var i=e.querySelectorAll(t),n=i.length,s=[],r=0;r<n;r++){var a=i[r];a.parentNode===e&&s.push(a)}return s}return[].slice.call(e.childNodes)||[]}(n,r.selector),g=0;g<u.length;g++)r.container.insertBefore(u[g],r.endNode);u.length?f(r):p(r)}}},lastChild:{get:function(){for(var e=i-1;e>-1;e--)if(!t[e].isDefault){var n=this.childNodes,s=n.length;return n[s-1]}return null}},outerHTML:{get:function(){var e=this.tagName.toLowerCase(),t="<"+e,i=this.attributes;if(i)for(var n=i.length,s=0;s<n;s++){var r=i[s];t+=" "+r.nodeName+'="'+r.nodeValue+'"'}return t+=">",t+=this.innerHTML,t+="</"+e+">"}},textContent:{get:function(){for(var e="",t=this.childNodes,i=this.childNodes.length,n=0;n<i;n++)e+=t[n].textContent;return e},set:function(e){var n;this.innerHTML="";for(var s=0;s<i;s++){var r=t[s];if(!r.selector){n=r;break}}n&&(e?(f(n),n.container.insertBefore(document.createTextNode(e),n.endNode)):p(n))}},appendChild:{value:function(e){if(e instanceof s){var n=e.childNodes;return[].slice.call(n).forEach((function(e){this.appendChild(e)}).bind(this)),this}for(var r=0;r<i;r++){var o=t[r],l=o.selector;if(!l||e instanceof window.HTMLElement&&a.call(e,l)){f(o),o.endNode.parentNode.insertBefore(e,o.endNode);break}}return this}},insertAdjacentHTML:{value:function(t,i){return"afterbegin"===t?this.insertBefore(c(i),this.childNodes[0]):"beforeend"===t?this.appendChild(c(i)):e.insertAdjacentHTML(t,i),this}},insertBefore:{value:function(e,n){if(!n)return this.appendChild(e);if(e instanceof s){var r=e.childNodes;if(r)for(var o=r.length,l=0;l<o;l++)this.insertBefore(r[l],n);return this}var c=!1;e:for(var u=0;u<i;u++)for(var p=t[u],f=h(p.startNode,p.endNode),g=f.length,m=0;m<g;m++){var v=f[m];if(v===n&&(c=!0),c){var b=p.selector;if(!b||a.call(e,b)){v.parentNode.insertBefore(e,v);break e}}}if(!c)throw Error("DOMException 8: The node before which the new node is to be inserted is not a child of this node.");return e}},removeChild:{value:function(e){for(var n=!1,s=0;s<i;s++){var r=t[s];if(r.container===e.parentNode){r.container.removeChild(e),n=!0;break}r.startNode.nextSibling===r.endNode&&p(r)}if(!n)throw Error("DOMException 8: The node in which you are trying to remove is not a child of this node.");return e}},replaceChild:{value:function(e,n){for(var s=0;s<i;s++){var r=t[s];if(r.container===n.parentNode){r.container.replaceChild(e,n);break}}return this}}}),r={};for(var u in e)u in n?Object.defineProperty(r,u,n[u]):Object.defineProperty(r,u,function(e,t){return{get:function(){var i=e[t];return"function"==typeof i?i.bind(e):i},set:function(i){e[t]=i}}}(e,u));return r},window.skateTemplateHtml=g,void 0===(n=(function(){return g}).call(t,i,t,e))||(e.exports=n),e.exports=g}()},221(e,t){var i,n,s;s=function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ATTR_IGNORE="data-skate-ignore",e.TYPE_ATTRIBUTE="a",e.TYPE_CLASSNAME="c",e.TYPE_ELEMENT="t"},i=[t],void 0===(n=s.apply(t,i))||(e.exports=n)},894(e,t){var i,n,s;s=function(e,t){"use strict";t.exports=function(e){var t=void 0===arguments[1]?"":arguments[1],i=e.__SKATE_DATA||(e.__SKATE_DATA={});return t&&(i[t]||(i[t]={}))||i}},i=[t,e],void 0===(n=s.apply(t,i))||(e.exports=n)},310(e,t,i){var n,s,r;r=function(e,t,i,n,s,r,a){"use strict";var o=i&&i.__esModule?i.default:i,l=n.initElements,c=n.removeElements,u=a.getClosestIgnoredElement;function h(e){for(var t=e.length,i=0;i<t;i++){var n=e[i],s=n.addedNodes,r=n.removedNodes;s&&s.length&&!u(s[0].parentNode)&&l(s),r&&r.length&&c(r)}}t.exports={register:function(e){var t;return e&&this.unregister(),o.observer||((t=new window.MutationObserver(h)).observe(document,{childList:!0,subtree:!0}),o.observer=t),this},unregister:function(){return o.observer&&(o.observer.disconnect(),o.observer=void 0),this}}},n=[t,e,i(108),i(740),i(580),i(590),i(537)],void 0===(s=r.apply(t,n))||(e.exports=s)},590(e,t){var i,n,s;s=function(e){"use strict";var t=/MSIE/.test(navigator.userAgent),i=/Trident/.test(navigator.userAgent),n=window.HTMLElement.prototype;if(t||i){var s,r,a=Object.getOwnPropertyDescriptor(n,"innerHTML");a&&a.get._hasBeenEnhanced||(i&&(window.MutationObserver=window.JsMutationObserver||window.MutationObserver),s=Object.getOwnPropertyDescriptor(n,"innerHTML"),(r=function(){return s.get.call(this)})._hasBeenEnhanced=!0,Object.defineProperty(n,"innerHTML",{get:r,set:function(e){!function e(t,i){var n=t.childNodes;if(n)for(var s=n.length,r=0;r<s;r++){var a=n[r];i(a,t),e(a,i)}}(this,function(e,t){var i=document.createEvent("MutationEvent");i.initMutationEvent("DOMNodeRemoved",!0,!1,t,null,null,null,null),e.dispatchEvent(i)}),s.set.call(this,e)}}))}},i=[t],void 0===(n=s.apply(t,i))||(e.exports=n)},108(e,t,i){var n,s,r;r=function(e,t,i){"use strict";var n="__skate_"+(i&&i.__esModule?i.default:i).replace(/[^\w]/g,"_");window[n]||(window[n]={observer:void 0,registry:{}}),t.exports=window[n]},n=[t,e,i(996)],void 0===(s=r.apply(t,n))||(e.exports=s)},740(e,t,i){var n,s,r;r=function(e,t,i,n,s,r){"use strict";var a=function(e){return e&&e.__esModule?e.default:e};Object.defineProperty(e,"__esModule",{value:!0});var o=t.ATTR_IGNORE,l=a(i),c=a(s),u=r.camelCase,h=r.elementContains,p=r.hasOwn,f=r.inherit,g=r.objEach,m=window.Node,v=window.HTMLElement.prototype,b=v.matches||v.msMatchesSelector||v.webkitMatchesSelector||v.mozMatchesSelector||v.oMatchesSelector,y=!b.call(document.createElement("div"),"div"),w=function(e,t){if(y){var i=e.cloneNode();return document.createElement("div").appendChild(i),b.call(i,t)}return b.call(e,t)},_=/Edge/.test(navigator.userAgent);function x(e,t,i){var n,s,r,a=i.name,o=i.newValue;_&&(r=l(e,"cachedAttributeOldValues"));var c=_&&p(r,a)?r[a]:i.oldValue,u="string"==typeof o,h="string"==typeof c,f=t.attributes,g=f&&f[a];!h&&u?s="created":h&&u?s="updated":h&&!u&&(s="removed"),_&&("removed"===s?delete r[a]:r[a]=o),g&&"function"==typeof g[s]?n=g[s]:g&&"function"==typeof g.fallback?n=g.fallback:"function"==typeof g?n=g:"function"==typeof f&&(n=f),o=void 0===o?null:o,c=void 0===c?null:c,n&&n(e,{type:s,name:a,newValue:o,oldValue:c})}function C(e,t){var i=l(e,t.id);if(!i.created){i.created=!0,f(e,t.prototype,!0),t.template&&!e.hasAttribute(t.resolvedAttribute)&&t.template(e),e.removeAttribute(t.unresolvedAttribute),e.setAttribute(t.resolvedAttribute,""),"object"==typeof t.events&&g(t.events,function(t,i){var n,s,r,a={name:(r=i.split(" ")).shift(),delegate:r.join(" ")},o=!!a.delegate&&("blur"===a.name||"focus"===a.name);e.addEventListener(a.name,(n=t,s=a.delegate,function(t){if(!s)return n(e,t,e);for(var i=t.target;i&&i!==document&&i!==e.parentNode;){if(w(i,s))return n(e,t,i);i=i.parentNode}}),o)}),n=e.attributes,!t.attributes||c.isNativeCustomElement(t.id)||new window.MutationObserver(function(i){i.forEach(function(i){var s=i.attributeName,r=n[s];x(e,t,{name:s,newValue:r&&(r.value||r.nodeValue),oldValue:i.oldValue})})}).observe(e,{attributes:!0,attributeOldValue:!0});var n,s=t.attributes;if("object"==typeof s)for(var r in s){var a=u(r);p(s,r)&&!p(e,a)&&function(e,t,i){Object.defineProperty(e,i,{get:function(){return this.getAttribute(t)},set:function(e){void 0===e?this.removeAttribute(t):this.setAttribute(t,e)}})}(e,r,a)}var o=t.attributes;if("object"==typeof o){for(var h in o)if(p(o,h)&&p(o[h],"value")&&!e.hasAttribute(h)){var m=o[h].value;m="function"==typeof m?m(e):m,e.setAttribute(h,m)}}!function(e,t){var i,n=e.attributes,s=[],r=n.length;for(i=0;i<r;i++)s.push(n[i]);for(i=0;i<r;i++){var a=s[i];x(e,t,{name:a.nodeName,newValue:a.value||a.nodeValue})}}(e,t),t.created&&t.created(e)}}function T(e,t){var i=l(e,t.id);i.attached||h(document,e)&&(i.attached=!0,t.attached&&t.attached(e),i.detached=!1)}function k(e,t){var i=l(e,t.id);i.detached||(i.detached=!0,t.detached&&t.detached(e),i.attached=!1)}e.initElements=function e(t){for(var i=0;i<t.length;i++){var n=t[i];if(n.nodeType===m.ELEMENT_NODE&&!n.attributes[o]){for(var s,r=c.getForElement(n),a=r.length,l=0;l<a;l++)C(n,s=r[l]),T(n,s);var u=n.childNodes||[];u.length&&e(u)}}},e.removeElements=function e(t){for(var i=0;i<t.length;i++){var n=t[i];if(n.nodeType===m.ELEMENT_NODE){e(n.childNodes);for(var s=c.getForElement(n),r=s.length,a=0;a<r;a++)k(n,s[a])}}},e.triggerAttached=T,e.triggerAttributeChanged=x,e.triggerCreated=C,e.triggerDetached=k},n=[t,i(221),i(894),i(580),i(937),i(537)],void 0===(s=r.apply(t,n))||(e.exports=s)},580(e,t){var i,n,s;s=function(e){"use strict";var t,i,n,s;t=window,"u"<typeof WeakMap&&(i=Object.defineProperty,n=Date.now()%1e9,(s=function(){this.name="__st"+(1e9*Math.random()>>>0)+n+++"__"}).prototype={set:function(e,t){var n=e[this.name];return n&&n[0]===e?n[1]=t:i(e,this.name,{value:[e,t],writable:!0}),this},get:function(e){var t;return(t=e[this.name])&&t[0]===e?t[1]:void 0},delete:function(e){var t=e[this.name];return!!t&&t[0]===e&&(t[0]=t[1]=void 0,!0)},has:function(e){var t=e[this.name];return!!t&&t[0]===e}},window.WeakMap=s),function(e){if(!e.JsMutationObserver){var t,i,n,s=new WeakMap;if(/Trident|Edge/.test(navigator.userAgent))t=setTimeout;else if(window.setImmediate)t=window.setImmediate;else{var r=[],a=String(Math.random());window.addEventListener("message",function(e){if(e.data===a){var t=r;r=[],t.forEach(function(e){e()})}}),t=function(e){r.push(e),window.postMessage(a,"*")}}var o=!1,l=[],c=0;h.prototype={observe:function(e,t){if(i=e,e=window.ShadowDOMPolyfill&&window.ShadowDOMPolyfill.wrapIfNeeded(i)||i,!t.childList&&!t.attributes&&!t.characterData||t.attributeOldValue&&!t.attributes||t.attributeFilter&&t.attributeFilter.length&&!t.attributes||t.characterDataOldValue&&!t.characterData)throw SyntaxError();var i,n,r=s.get(e);r||s.set(e,r=[]);for(var a=0;a<r.length;a++)if(r[a].observer===this){(n=r[a]).removeListeners(),n.options=t;break}n||(n=new m(this,e,t),r.push(n),this.nodes_.push(e)),n.addListeners()},disconnect:function(){this.nodes_.forEach(function(e){for(var t=s.get(e),i=0;i<t.length;i++){var n=t[i];if(n.observer===this){n.removeListeners(),t.splice(i,1);break}}},this),this.records_=[]},takeRecords:function(){var e=this.records_;return this.records_=[],e}},m.prototype={enqueue:function(e){var r,a=this.observer.records_,c=a.length;if(a.length>0){var u=function(e,t){return e===t?e:n&&(e===n||e===i)?n:null}(a[c-1],e);if(u){a[c-1]=u;return}}else{r=this.observer,l.push(r),o||(o=!0,t(function e(){o=!1;var t=l;l=[],t.sort(function(e,t){return e.uid_-t.uid_});var i=!1;t.forEach(function(e){var t,n=e.takeRecords();(t=e).nodes_.forEach(function(e){var i=s.get(e);i&&i.forEach(function(e){e.observer===t&&e.removeTransientObservers()})}),n.length&&(e.callback_(n,e),i=!0)}),i&&e()}))}a[c]=e},addListeners:function(){this.addListeners_(this.target)},addListeners_:function(e){var t=this.options;t.attributes&&e.addEventListener("DOMAttrModified",this,!0),t.characterData&&e.addEventListener("DOMCharacterDataModified",this,!0),t.childList&&e.addEventListener("DOMNodeInserted",this,!0),(t.childList||t.subtree)&&e.addEventListener("DOMNodeRemoved",this,!0)},removeListeners:function(){this.removeListeners_(this.target)},removeListeners_:function(e){var t=this.options;t.attributes&&e.removeEventListener("DOMAttrModified",this,!0),t.characterData&&e.removeEventListener("DOMCharacterDataModified",this,!0),t.childList&&e.removeEventListener("DOMNodeInserted",this,!0),(t.childList||t.subtree)&&e.removeEventListener("DOMNodeRemoved",this,!0)},addTransientObserver:function(e){if(e!==this.target){this.addListeners_(e),this.transientObservedNodes.push(e);var t=s.get(e);t||s.set(e,t=[]),t.push(this)}},removeTransientObservers:function(){var e=this.transientObservedNodes;this.transientObservedNodes=[],e.forEach(function(e){this.removeListeners_(e);for(var t=s.get(e),i=0;i<t.length;i++)if(t[i]===this){t.splice(i,1);break}},this)},handleEvent:function(e){switch(e.stopImmediatePropagation(),e.type){case"DOMAttrModified":var t=e.attrName,s=e.relatedNode.namespaceURI,r=e.target,a=new f("attributes",r);a.attributeName=t,a.attributeNamespace=s;var o=e.attrChange===MutationEvent.ADDITION?null:e.prevValue;u(r,function(e){if(e.attributes&&(!e.attributeFilter||!e.attributeFilter.length||-1!==e.attributeFilter.indexOf(t)||-1!==e.attributeFilter.indexOf(s)))return e.attributeOldValue?g(o):a});break;case"DOMCharacterDataModified":var r=e.target,a=f("characterData",r),o=e.prevValue;u(r,function(e){if(e.characterData)return e.characterDataOldValue?g(o):a});break;case"DOMNodeRemoved":this.addTransientObserver(e.target);case"DOMNodeInserted":var l,c,h=e.target;"DOMNodeInserted"===e.type?(l=[h],c=[]):(l=[],c=[h]);var p=h.previousSibling,m=h.nextSibling,a=f("childList",e.target.parentNode);a.addedNodes=l,a.removedNodes=c,a.previousSibling=p,a.nextSibling=m,u(e.relatedNode,function(e){if(e.childList)return a})}i=n=void 0}},e.JsMutationObserver=h,e.MutationObserver||(e.MutationObserver=h,h._isPolyfilled=!0)}function u(e,t){for(var i=e;i;i=i.parentNode){var n=s.get(i);if(n)for(var r=0;r<n.length;r++){var a=n[r],o=a.options;if(i===e||o.subtree){var l=t(o);l&&a.enqueue(l)}}}}function h(e){this.callback_=e,this.nodes_=[],this.records_=[],this.uid_=++c}function p(e,t){this.type=e,this.target=t,this.addedNodes=[],this.removedNodes=[],this.previousSibling=null,this.nextSibling=null,this.attributeName=null,this.attributeNamespace=null,this.oldValue=null}function f(e,t){return i=new p(e,t)}function g(e){var t,s;return n?n:((s=new p((t=i).type,t.target)).addedNodes=t.addedNodes.slice(),s.removedNodes=t.removedNodes.slice(),s.previousSibling=t.previousSibling,s.nextSibling=t.nextSibling,s.attributeName=t.attributeName,s.attributeNamespace=t.attributeNamespace,s.oldValue=t.oldValue,(n=s).oldValue=e,n)}function m(e,t,i){this.observer=e,this.target=t,this.options=i,this.transientObservedNodes=[]}}(t)},i=[t],void 0===(n=s.apply(t,i))||(e.exports=n)},937(e,t,i){var n,s,r;r=function(e,t,i,n,s){"use strict";var r=i.TYPE_ATTRIBUTE,a=i.TYPE_CLASSNAME,o=i.TYPE_ELEMENT,l=n&&n.__esModule?n.default:n,c=s.hasOwn,u=s.isValidNativeCustomElementName,h=s.supportsNativeCustomElements;t.exports={clear:function(){return l.registry={},this},get:function(e){return c(l.registry,e)&&l.registry[e]},getForElement:function(e){var t,i,n=e.attributes,s=n.length,c=[],u=n.is,h=u&&(u.value||u.nodeValue),p=(e.tagName||e.localName).toLowerCase(),f=h||p;this.isType(f,o)&&(i=(t=l.registry[f]).extends,h?p===i&&c.push(t):i||c.push(t));for(var g=0;g<s;g++){var m=n[g].nodeName;this.isType(m,r)&&((i=(t=l.registry[m]).extends)&&p!==i||c.push(t))}for(var v=function(e){var t=e.classList;if(t)return t;var i=e.attributes;return i.class&&i.class.nodeValue.split(/\s+/)||[]}(e),b=v.length,y=0;y<b;y++){var w=v[y];this.isType(w,a)&&((i=(t=l.registry[w]).extends)&&p!==i||c.push(t))}return c},isType:function(e,t){var i=this.get(e);return i&&i.type===t},isNativeCustomElement:function(e){return h()&&this.isType(e,o)&&u(e)},set:function(e,t){if(c(l.registry,e))throw Error('A component definition of type "'+t.type+'" with the ID of "'+e+'" already exists.');return l.registry[e]=t,this}}},n=[t,e,i(221),i(108),i(537)],void 0===(s=r.apply(t,n))||(e.exports=s)},714(e,t,i){var n,s,r;r=function(e,t,i,n,s,r,a,o){"use strict";var l=function(e){return e&&e.__esModule?e.default:e},c=i.TYPE_ATTRIBUTE,u=i.TYPE_CLASSNAME,h=i.TYPE_ELEMENT,p=l(n),f=s.triggerCreated,g=s.triggerAttached,m=s.triggerDetached,v=s.triggerAttributeChanged,b=s.initElements,y=l(r),w=a.debounce,_=a.inherit,x=l(o),C=window.HTMLElement,T=!!document.attachEvent,k=w(function(){var e=function(){b(document.documentElement.childNodes)};(T?"complete"===document.readyState:"interactive"===document.readyState||"complete"===document.readyState)?e():T?window.addEventListener("load",e):document.addEventListener("DOMContentLoaded",e)});function E(e,t){if(t=_({},t),(t=_(t,E.defaults)).id=e,y.set(e,t),y.isNativeCustomElement(e)){var i=t.extends?document.createElement(t.extends).constructor.prototype:C.prototype;i.isPrototypeOf(t.prototype)||(t.prototype=_(Object.create(i),t.prototype,!0));var n={prototype:_(t.prototype,{createdCallback:function(){f(this,t)},attachedCallback:function(){g(this,t)},detachedCallback:function(){m(this,t)},attributeChangedCallback:function(e,i,n){v(this,t,{name:e,oldValue:i,newValue:n})}})};return t.extends&&(n.extends=t.extends),document.registerElement(e,n)}if(k(),p.register(!!t.detached),y.isType(e,h)){var s=t;function r(){var e,t=s.extends,i=s.id;return t?(e=document.createElement(t)).setAttribute("is",i):e=document.createElement(i),s.prototype=r.prototype,f(e,s),e}return r.prototype=s.prototype,r}}E.init=function(e){var t=e;return e&&("string"==typeof e?t=e=document.querySelectorAll(e):e instanceof C&&(t=[e]),b(t)),e},E.type={ATTRIBUTE:c,CLASSNAME:u,ELEMENT:h},E.version=x,E.defaults={attributes:void 0,events:void 0,extends:void 0,id:"",prototype:{},resolvedAttribute:"resolved",template:void 0,type:h,unresolvedAttribute:"unresolved"};var A=window.skate;E.noConflict=function(){return window.skate=A,E},window.skate=E,t.exports=E},n=[t,e,i(221),i(310),i(740),i(937),i(537),i(996)],void 0===(s=r.apply(t,n))||(e.exports=s)},537(e,t,i){var n,s,r;r=function(e,t){"use strict";e.hasOwn=r,e.camelCase=function(e){return e.split(/-/g).map(function(e,t){return 0===t?e:e[0].toUpperCase()+e.substring(1)}).join("")},e.elementContains=function(e,t){return e!==document||e.contains?e.contains?e.contains(t):s.call(e,t):document.head.contains(t)||document.body.contains(t)},e.debounce=function(e){var t=!1;return function(){t||(t=!0,setTimeout(function(){t=!1,e()},1))}},e.getClosestIgnoredElement=function(e){for(var t=e;t instanceof Element;){if(t.hasAttribute(i))return t;t=t.parentNode}},e.inherit=function(e,t,i){for(var n=Object.getOwnPropertyNames(t),s=n.length,r=0;r<s;r++){var a=n[r];if(i||void 0===e[a]){var o=Object.getOwnPropertyDescriptor(t,a);!o.get&&!o.set&&o.writable&&o.enumerable&&o.configurable?e[a]=t[a]:Object.defineProperty(e,a,o)}}return e},e.objEach=function(e,t){for(var i in e)r(e,i)&&t(e[i],i)},e.supportsNativeCustomElements=function(){return"function"==typeof document.registerElement},e.isValidNativeCustomElementName=function(e){return e.indexOf("-")>0},Object.defineProperty(e,"__esModule",{value:!0});var i=t.ATTR_IGNORE,n=window.HTMLElement.prototype;e.elementPrototype=n;var s=n.contains;function r(e,t){return Object.prototype.hasOwnProperty.call(e,t)}},n=[t,i(221)],void 0===(s=r.apply(t,n))||(e.exports=s)},996(e,t){var i,n,s;s=function(e,t){"use strict";t.exports="0.13.17"},i=[t,e],void 0===(n=s.apply(t,i))||(e.exports=n)},99(){!function(e){"use strict";e.extend({tablesorter:new function(){var t=this;function i(){var e=arguments[0],t=arguments.length>1?Array.prototype.slice.call(arguments):e;"u">typeof console&&void 0!==console.log?console[/error/i.test(e)?"error":/warn/i.test(e)?"warn":"log"](t):alert(t)}function n(e,t){i(e+" ("+(new Date().getTime()-t.getTime())+"ms)")}function s(e){for(var t in e)return!1;return!0}function r(i,n,s){if(!n)return"";var r,a=i.config,o=a.textExtraction||"",l="";return null==(l="basic"===o?e(n).attr(a.textAttribute)||n.textContent||n.innerText||e(n).text()||"":"function"==typeof o?o(n,i,s):"function"==typeof(r=t.getColumnData(i,o,s))?r(n,i,s):n.textContent||n.innerText||e(n).text()||"")?"":l.trim()}function a(e){var s,a,o,l,c,u,h,p,f,g,m=e.config,v=m.$tbodies=m.$table.children("tbody:not(."+m.cssInfoBlock+")"),b=0,y="",w=v.length;if(0===w)return m.debug?i("Warning: *Empty table!* Not building a parser cache"):"";for(m.debug&&(g=new Date,i("Detecting parsers for each column")),a={extractors:[],parsers:[]};b<w;){if((s=v[b].rows)[b])for(l=0,o=m.columns;l<o;l++)c=m.$headers.filter('[data-column="'+l+'"]:last'),u=t.getColumnData(e,m.headers,l),f=t.getParserById(t.getData(c,u,"extractor")),p=t.getParserById(t.getData(c,u,"sorter")),h="false"===t.getData(c,u,"parser"),m.empties[l]=(t.getData(c,u,"empty")||m.emptyTo||(m.emptyToBottom?"bottom":"top")).toLowerCase(),m.strings[l]=(t.getData(c,u,"string")||m.stringTo||"max").toLowerCase(),h&&(p=t.getParserById("no-parser")),f||(f=!1),p||(p=function(e,n,s,a){for(var o,l=t.parsers.length,c=!1,u="",h=!0;""===u&&h;)n[++s]?(u=r(e,c=n[s].cells[a],a),e.config.debug&&i("Checking if value was empty on row "+s+", column: "+a+': "'+u+'"')):h=!1;for(;--l>=0;)if((o=t.parsers[l])&&"text"!==o.id&&o.is&&o.is(u,e,c))return o;return t.getParserById("text")}(e,s,-1,l)),m.debug&&(y+="column:"+l+"; extractor:"+f.id+"; parser:"+p.id+"; string:"+m.strings[l]+"; empty: "+m.empties[l]+"\n"),a.parsers[l]=p,a.extractors[l]=f;b+=a.parsers.length?w:1}m.debug&&(i(y||"No parsers detected"),n("Completed detecting parsers",g)),m.parsers=a.parsers,m.extractors=a.extractors}function o(s){var a,o,l,c,u,h,p,f,g,m,v,b,y,w=s.config,_=w.$table.children("tbody"),x=w.extractors,C=w.parsers;if(w.cache={},w.totalRows=0,!C)return w.debug?i("Warning: *Empty table!* Not building a cache"):"";for(w.debug&&(m=new Date),w.showProcessing&&t.isProcessing(s,!0),p=0;p<_.length;p++)if(y=[],a=w.cache[p]={normalized:[]},!_.eq(p).hasClass(w.cssInfoBlock)){for(u=0,v=_[p]&&_[p].rows.length||0;u<v;++u){if(b={child:[]},f=e(_[p].rows[u]),w.columns,g=[],f.hasClass(w.cssChildRow)&&0!==u){o=a.normalized.length-1,a.normalized[o][w.columns].$row=a.normalized[o][w.columns].$row.add(f),f.prev().hasClass(w.cssChildRow)||f.prev().addClass(t.css.cssHasChild),b.child[o]=(f[0].textContent||f[0].innerText||f.text()||"").trim();continue}for(h=0,b.$row=f,b.order=u;h<w.columns;++h){if(void 0===C[h]){w.debug&&i("No parser found for cell:",f[0].cells[h],"does it have a header?");continue}o=r(s,f[0].cells[h],h),l=void 0===x[h].id?o:x[h].format(o,s,f[0].cells[h],h),c="no-parser"===C[h].id?"":C[h].format(l,s,f[0].cells[h],h),g.push(w.ignoreCase&&"string"==typeof c?c.toLowerCase():c),"numeric"===(C[h].type||"").toLowerCase()&&(y[h]=Math.max(Math.abs(c)||0,y[h]||0))}g[w.columns]=b,a.normalized.push(g)}a.colMax=y,w.totalRows+=a.normalized.length}w.showProcessing&&t.isProcessing(s),w.debug&&n("Building cache for "+v+" rows",m)}function l(i,r){var a,o,l,c,u,h,p,f=i.config,g=f.widgetOptions,m=i.tBodies,v=[],b=f.cache;if(s(b))return f.appender?f.appender(i,v):i.isUpdating?f.$table.trigger("updateComplete",i):"";for(f.debug&&(p=new Date),h=0;h<m.length;h++)if((l=e(m[h])).length&&!l.hasClass(f.cssInfoBlock)){for(u=0,c=t.processTbody(i,l,!0),o=(a=b[h].normalized).length;u<o;u++)v.push(a[u][f.columns].$row),f.appender&&(!f.pager||f.pager.removeRows&&g.pager_removeRows||f.pager.ajax)||c.append(a[u][f.columns].$row);t.processTbody(i,c,!1)}f.appender&&f.appender(i,v),f.debug&&n("Rebuilt table",p),r||f.appender||t.applyWidget(i),i.isUpdating&&f.$table.trigger("updateComplete",i)}function c(e){return/^d/i.test(e)||1===e}function u(s){var r,a,o,l,u,h,f,g=s.config;g.headerList=[],g.headerContent=[],g.debug&&(f=new Date),g.columns=t.computeColumnIndex(g.$table.children("thead, tfoot").children("tr")),l=g.cssIcon?'<i class="'+(g.cssIcon===t.css.icon?t.css.icon:g.cssIcon+" "+t.css.icon)+'"></i>':"",g.$headers=e(s).find(g.selectorHeaders).each(function(i){a=e(this),r=t.getColumnData(s,g.headers,i,!0),g.headerContent[i]=e(this).html(),""!==g.headerTemplate&&(u=g.headerTemplate.replace(/\{icon\}/g,l).replace(/\{content\}/g,e(this).html()),g.onRenderTemplate&&(o=g.onRenderTemplate.apply(a,[i,u]))&&"string"==typeof o&&(u=o),e(this).html('<div class="'+t.css.headerIn+'">'+u+"</div>")),g.onRenderHeader&&g.onRenderHeader.apply(a,[i]),this.column=parseInt(e(this).attr("data-column"),10),this.order=c(t.getData(a,r,"sortInitialOrder")||g.sortInitialOrder)?[1,0,2]:[0,1,2],this.count=-1,this.lockedOrder=!1,void 0!==(h=t.getData(a,r,"lockedOrder")||!1)&&!1!==h&&(this.order=this.lockedOrder=c(h)?[1,1,1]:[0,0,0]),a.addClass(t.css.header+" "+g.cssHeader),g.headerList[i]=this,a.parent().addClass(t.css.headerRow+" "+g.cssHeaderRow),g.tabIndex&&a.attr("tabindex",0)}).attr({scope:"col"}),p(s),g.debug&&(n("Built headers:",f),i(g.$headers))}function h(e,t,i){var n=e.config;n.$table.find(n.selectorRemove).remove(),a(e),o(e),v(n.$table,t,i)}function p(i){var n,s,r,a=i.config;a.$headers.each(function(o,l){s=e(l),r=t.getColumnData(i,a.headers,o,!0),n="false"===t.getData(l,r,"sorter")||"false"===t.getData(l,r,"parser"),l.sortDisabled=n,s[n?"addClass":"removeClass"]("sorter-false").attr("aria-disabled",""+n),i.id&&(n?s.removeAttr("aria-controls"):s.attr("aria-controls",i.id))})}function f(i){var n,s,r,a=i.config,o=a.sortList,l=o.length,c=t.css.sortNone+" "+a.cssNone,u=[t.css.sortAsc+" "+a.cssAsc,t.css.sortDesc+" "+a.cssDesc],h=["ascending","descending"],p=e(i).find("tfoot tr").children().add(a.$extraHeaders).removeClass(u.join(" "));for(a.$headers.removeClass(u.join(" ")).addClass(c).attr("aria-sort","none"),s=0;s<l;s++)if(2!==o[s][1]&&(n=a.$headers.not(".sorter-false").filter('[data-column="'+o[s][0]+'"]'+(1===l?":last":""))).length){for(r=0;r<n.length;r++)n[r].sortDisabled||n.eq(r).removeClass(c).addClass(u[o[s][1]]).attr("aria-sort",h[o[s][1]]);p.length&&p.filter('[data-column="'+o[s][0]+'"]').removeClass(c).addClass(u[o[s][1]])}a.$headers.not(".sorter-false").each(function(){var i=e(this),n=this.order[(this.count+1)%(a.sortReset?3:2)],s=i.text()+": "+t.language[i.hasClass(t.css.sortAsc)?"sortAsc":i.hasClass(t.css.sortDesc)?"sortDesc":"sortNone"]+t.language[0===n?"nextAsc":1===n?"nextDesc":"nextNone"];i.attr("aria-label",s)})}function g(e){var i,r,a,o,l,c,u,h,p,f,g=0,m=e.config,v=m.textSorter||"",b=m.sortList,y=b.length,w=e.tBodies.length;if(!(m.serverSideSorting||s(m.cache))){for(m.debug&&(l=new Date),r=0;r<w;r++)c=m.cache[r].colMax,m.cache[r].normalized.sort(function(n,s){for(i=0;i<y;i++){var r;if(o=b[i][0],g=0===(u=b[i][1]),m.sortStable&&n[o]===s[o]&&1===y)break;if((a=/n/i.test((r=m.parsers,r&&r[o]&&r[o].type||"")))&&m.strings[o]?(a="boolean"==typeof m.string[m.strings[o]]?(g?1:-1)*(m.string[m.strings[o]]?-1:1):m.strings[o]&&m.string[m.strings[o]]||0,h=m.numberSorter?m.numberSorter(n[o],s[o],g,c[o],e):t["sortNumeric"+(g?"Asc":"Desc")](n[o],s[o],a,c[o],o,e)):(p=g?n:s,f=g?s:n,h="function"==typeof v?v(p[o],f[o],g,o,e):"object"==typeof v&&v.hasOwnProperty(o)?v[o](p[o],f[o],g,o,e):t["sortNatural"+(g?"Asc":"Desc")](n[o],s[o],o,e,m)),h)return h}return n[m.columns].order-s[m.columns].order});m.debug&&n("Sorting on "+b.toString()+" and dir "+u+" time",l)}}function m(e,t){var i=e[0];i.isUpdating&&e.trigger("updateComplete",i),"function"==typeof t&&t(e[0])}function v(e,i,n){var s=e[0].config.sortList;!1!==i&&!e[0].isProcessing&&s.length?e.trigger("sorton",[s,function(){m(e,n)},!0]):(m(e,n),t.applyWidget(e[0],!1))}t.version="2.17.8",t.parsers=[],t.widgets=[],t.defaults={theme:"default",widthFixed:!1,showProcessing:!1,headerTemplate:"{content}",onRenderTemplate:null,onRenderHeader:null,cancelSelection:!0,tabIndex:!0,dateFormat:"mmddyyyy",sortMultiSortKey:"shiftKey",sortResetKey:"ctrlKey",usNumberFormat:!0,delayInit:!1,serverSideSorting:!1,headers:{},ignoreCase:!0,sortForce:null,sortList:[],sortAppend:null,sortStable:!1,sortInitialOrder:"asc",sortLocaleCompare:!1,sortReset:!1,sortRestart:!1,emptyTo:"bottom",stringTo:"max",textExtraction:"basic",textAttribute:"data-text",textSorter:null,numberSorter:null,widgets:[],widgetOptions:{zebra:["even","odd"]},initWidgets:!0,initialized:null,tableClass:"",cssAsc:"",cssDesc:"",cssNone:"",cssHeader:"",cssHeaderRow:"",cssProcessing:"",cssChildRow:"tablesorter-childRow",cssIcon:"tablesorter-icon",cssInfoBlock:"tablesorter-infoOnly",selectorHeaders:"> thead th, > thead td",selectorSort:"th, td",selectorRemove:".remove-me",debug:!1,headerList:[],empties:{},strings:{},parsers:[]},t.css={table:"tablesorter",cssHasChild:"tablesorter-hasChildRow",childRow:"tablesorter-childRow",header:"tablesorter-header",headerRow:"tablesorter-headerRow",headerIn:"tablesorter-header-inner",icon:"tablesorter-icon",info:"tablesorter-infoOnly",processing:"tablesorter-processing",sortAsc:"tablesorter-headerAsc",sortDesc:"tablesorter-headerDesc",sortNone:"tablesorter-headerUnSorted"},t.language={sortAsc:"Ascending sort applied, ",sortDesc:"Descending sort applied, ",sortNone:"No sort applied, ",nextAsc:"activate to apply an ascending sort",nextDesc:"activate to apply a descending sort",nextNone:"activate to remove the sort"},t.log=i,t.benchmark=n,t.construct=function(i){return this.each(function(){var n=e.extend(!0,{},t.defaults,i);n.originalSettings=i,!this.hasInitialized&&t.buildTable&&"TABLE"!==this.tagName?t.buildTable(this,n):t.setup(this,n)})},t.setup=function(n,c){if(!n||!n.tHead||0===n.tBodies.length||!0===n.hasInitialized)return c.debug?i("ERROR: stopping initialization! No table, thead, tbody or tablesorter has already been initialized"):"";var m,b,y,w,_=RegExp(`^(\\s*${/-?[_a-zA-Z]+[_a-zA-Z0-9-]*/.source})*\\s*$`),x=[];for(var C of["tableClass","cssAsc","cssDesc","cssNone","cssHeader","cssHeaderRow","cssProcessing","cssChildRow","cssIcon","cssInfoBlock"]){var T=c[C];T&&!_.test(T)&&(x.push(C),i(`ERROR: ${C} must contain only valid CSS class names but is '${T}'`))}if(x.length>0)return c.debug?i("ERROR: stopping initialization, see class name warnings above"):"";var k="",E=e(n),A=e.metadata;n.hasInitialized=!1,n.isProcessing=!0,n.config=c,e.data(n,"tablesorter",c),c.debug&&e.data(n,"startoveralltimer",new Date),(m=e.fn.jquery.split("."))[0]=parseInt(m[0],10),c.supportsDataObject=m[0]>1||1===m[0]&&parseInt(m[1],10)>=4,c.string={max:1,min:-1,emptymin:1,emptymax:-1,zero:0,none:0,null:0,top:!0,bottom:!1},c.emptyTo=c.emptyTo.toLowerCase(),c.stringTo=c.stringTo.toLowerCase(),/tablesorter\-/.test(E.attr("class"))||(k=""!==c.theme?" tablesorter-"+c.theme:""),c.table=n,c.$table=E.addClass(t.css.table+" "+c.tableClass+k),c.$headers=E.find(c.selectorHeaders),c.namespace?c.namespace="."+c.namespace.replace(/\W/g,""):c.namespace=".tablesorter"+Math.random().toString(16).slice(2),c.$table.children().children("tr"),c.$tbodies=E.children("tbody:not(."+c.cssInfoBlock+")").attr({"aria-live":"polite","aria-relevant":"all"}),c.$table.find("caption").length&&c.$table.attr("aria-labelledby","theCaption"),c.widgetInit={},c.textExtraction=c.$table.attr("data-text-extraction")||c.textExtraction||"basic",u(n),(w=n.config).widthFixed&&0===w.$table.find("colgroup").length&&(b=e("<colgroup>"),y=e(n).width(),e(n.tBodies).not("."+w.cssInfoBlock).find("tr:first").children(":visible").each(function(){b.append(e("<col>").css("width",parseInt(e(this).width()/y*1e3,10)/10+"%"))}),w.$table.prepend(b)),a(n),c.totalRows=0,c.delayInit||o(n),t.bindEvents(n,c.$headers,!0),function i(n){var c=n.config,m=c.$table;m.off("sortReset update updateRows updateCell updateAll addRows updateComplete sorton appendCache updateCache applyWidgetId applyWidgets refreshWidgets destroy mouseup mouseleave ".split(" ").join(c.namespace+" ")).on("sortReset"+c.namespace,function(e,t){e.stopPropagation(),c.sortList=[],f(n),g(n),l(n),"function"==typeof t&&t(n)}).on("updateAll"+c.namespace,function(e,s,r){e.stopPropagation(),n.isUpdating=!0,t.refreshWidgets(n,!0,!0),t.restoreHeaders(n),u(n),t.bindEvents(n,c.$headers,!0),i(n),h(n,s,r)}).on("update"+c.namespace+" updateRows"+c.namespace,function(e,t,i){e.stopPropagation(),n.isUpdating=!0,p(n),h(n,t,i)}).on("updateCell"+c.namespace,function(t,i,s,a){t.stopPropagation(),n.isUpdating=!0,m.find(c.selectorRemove).remove();var o,l,u,h,p=m.find("tbody"),f=e(i),g=p.index(e.fn.closest?f.closest("tbody"):f.parents("tbody").filter(":first")),b=e.fn.closest?f.closest("tr"):f.parents("tr").filter(":first");i=f[0],p.length&&g>=0&&(u=p.eq(g).find("tr").index(b),h=f.index(),c.cache[g].normalized[u][c.columns].$row=b,l=void 0===c.extractors[h].id?r(n,i,h):c.extractors[h].format(r(n,i,h),n,i,h),o="no-parser"===c.parsers[h].id?"":c.parsers[h].format(l,n,i,h),c.cache[g].normalized[u][h]=c.ignoreCase&&"string"==typeof o?o.toLowerCase():o,"numeric"===(c.parsers[h].type||"").toLowerCase()&&(c.cache[g].colMax[h]=Math.max(Math.abs(o)||0,c.cache[g].colMax[h]||0)),v(m,s,a))}).on("addRows"+c.namespace,function(t,i,o,l){if(t.stopPropagation(),n.isUpdating=!0,s(c.cache))p(n),h(n,o,l);else{var u,f,g,b,y,w,_,x=(i=e(i)).filter("tr").length,C=m.find("tbody").index(i.parents("tbody").filter(":first"));for(c.parsers&&c.parsers.length||a(n),u=0;u<x;u++){for(f=0,g=i[u].cells.length,_=[],w={child:[],$row:i.eq(u),order:c.cache[C].normalized.length};f<g;f++)b=void 0===c.extractors[f].id?r(n,i[u].cells[f],f):c.extractors[f].format(r(n,i[u].cells[f],f),n,i[u].cells[f],f),y="no-parser"===c.parsers[f].id?"":c.parsers[f].format(b,n,i[u].cells[f],f),_[f]=c.ignoreCase&&"string"==typeof y?y.toLowerCase():y,"numeric"===(c.parsers[f].type||"").toLowerCase()&&(c.cache[C].colMax[f]=Math.max(Math.abs(_[f])||0,c.cache[C].colMax[f]||0));_.push(w),c.cache[C].normalized.push(_)}v(m,o,l)}}).on("updateComplete"+c.namespace,function(){n.isUpdating=!1}).on("sorton"+c.namespace,function(i,r,a,c){var u,h,p,v,b,y,w,_=n.config;i.stopPropagation(),m.trigger("sortStart",this),y=n.config,w=r||y.sortList,y.sortList=[],e.each(w,function(t,i){if(v=parseInt(i[0],10),p=y.$headers.filter('[data-column="'+v+'"]:last')[0]){switch(h=(h=(""+i[1]).match(/^(1|d|s|o|n)/))?h[0]:""){case"1":case"d":h=1;break;case"s":h=b||0;break;case"o":h=0===(u=p.order[(b||0)%(y.sortReset?3:2)])?1:2*(1!==u);break;case"n":p.count=p.count+1,h=p.order[p.count%(y.sortReset?3:2)];break;default:h=0}b=0===t?h:b,u=[v,parseInt(h,10)||0],y.sortList.push(u),h=e.inArray(u[1],p.order),p.count=h>=0?h:u[1]%(y.sortReset?3:2)}}),f(n),_.delayInit&&s(_.cache)&&o(n),m.trigger("sortBegin",this),g(n),l(n,c),m.trigger("sortEnd",this),t.applyWidget(n),"function"==typeof a&&a(n)}).on("appendCache"+c.namespace,function(e,t,i){e.stopPropagation(),l(n,i),"function"==typeof t&&t(n)}).on("updateCache"+c.namespace,function(e,t){c.parsers&&c.parsers.length||a(n),o(n),"function"==typeof t&&t(n)}).on("applyWidgetId"+c.namespace,function(e,i){e.stopPropagation(),t.getWidgetById(i).format(n,c,c.widgetOptions)}).on("applyWidgets"+c.namespace,function(e,i){e.stopPropagation(),t.applyWidget(n,i)}).on("refreshWidgets"+c.namespace,function(e,i,s){e.stopPropagation(),t.refreshWidgets(n,i,s)}).on("destroy"+c.namespace,function(e,i,s){e.stopPropagation(),t.destroy(n,i,s)}).on("resetToLoadState"+c.namespace,function(){t.refreshWidgets(n,!0,!0),c=e.extend(!0,t.defaults,c.originalSettings),n.hasInitialized=!1,t.setup(n,c)})}(n),c.supportsDataObject&&void 0!==E.data().sortlist?c.sortList=E.data().sortlist:A&&E.metadata()&&E.metadata().sortlist&&(c.sortList=E.metadata().sortlist),t.applyWidget(n,!0),c.sortList.length>0?E.trigger("sorton",[c.sortList,{},!c.initWidgets,!0]):(f(n),c.initWidgets&&t.applyWidget(n,!1)),c.showProcessing&&E.off("sortBegin"+c.namespace+" sortEnd"+c.namespace).on("sortBegin"+c.namespace+" sortEnd"+c.namespace,function(e){clearTimeout(c.processTimer),t.isProcessing(n),"sortBegin"===e.type&&(c.processTimer=setTimeout(function(){t.isProcessing(n,!0)},500))}),n.hasInitialized=!0,n.isProcessing=!1,c.debug&&t.benchmark("Overall initialization time",e.data(n,"startoveralltimer")),E.trigger("tablesorter-initialized",n),"function"==typeof c.initialized&&c.initialized(n)},t.getColumnData=function(t,i,n,s){if(null!=i){var r,a,o=(t=e(t)[0]).config;if(i[n])return s?i[n]:i[o.$headers.index(o.$headers.filter('[data-column="'+n+'"]:last'))];for(a in i)if("string"==typeof a&&(s?o.$headers.eq(n).filter(a):o.$headers.filter('[data-column="'+n+'"]:last').filter(a)).length)return i[a];return r}},t.computeColumnIndex=function(t){var i,n,s,r,a,o,l,c,u,h,p,f,g,m=[],v={},b=0;for(i=0;i<t.length;i++)for(n=0,l=t[i].cells;n<l.length;n++){for(a=e(o=l[n]),u=(c=o.parentNode.rowIndex)+"-"+a.index(),h=o.rowSpan||1,p=o.colSpan||1,void 0===m[c]&&(m[c]=[]),s=0;s<m[c].length+1;s++)if(void 0===m[c][s]){f=s;break}for(v[u]=f,b=Math.max(f,b),a.attr({"data-column":f}),s=c;s<c+h;s++)for(void 0===m[s]&&(m[s]=[]),g=m[s],r=f;r<f+p;r++)g[r]="x"}return b+1},t.isProcessing=function(i,n,s){var r=(i=e(i))[0].config,a=s||i.find("."+t.css.header);n?(void 0!==s&&r.sortList.length>0&&(a=a.filter(function(){return!this.sortDisabled&&t.isValueInArray(parseFloat(e(this).attr("data-column")),r.sortList)>=0})),i.add(a).addClass(t.css.processing+" "+r.cssProcessing)):i.add(a).removeClass(t.css.processing+" "+r.cssProcessing)},t.processTbody=function(t,i,n){var s;if(t=e(t)[0],n)return t.isProcessing=!0,i.before('<span class="tablesorter-savemyplace"/>'),s=e.fn.detach?i.detach():i.remove();s=e(t).find("span.tablesorter-savemyplace"),i.insertAfter(s),s.remove(),t.isProcessing=!1},t.clearTableBody=function(t){e(t)[0].config.$tbodies.children().detach()},t.bindEvents=function(i,n,r){var a,c=(i=e(i)[0]).config;!0!==r&&(c.$extraHeaders=c.$extraHeaders?c.$extraHeaders.add(n):n),n.find(c.selectorSort).add(n.filter(c.selectorSort)).off("mousedown mouseup sort keyup ".split(" ").join(c.namespace+" ")).on("mousedown mouseup sort keyup ".split(" ").join(c.namespace+" "),function(r,u){var h,p=r.type;if((1===(r.which||r.button)||/sort|keyup/.test(p))&&("keyup"!==p||13===r.which)&&!("mouseup"===p&&!0!==u&&new Date().getTime()-a>250)){if("mousedown"===p)return a=new Date().getTime(),/(input|select|button|textarea)/i.test(r.target.tagName)?"":!c.cancelSelection;c.delayInit&&s(c.cache)&&o(i),h=e.fn.closest?e(this).closest("th, td")[0]:/TH|TD/.test(this.tagName)?this:e(this).parents("th, td")[0],(h=c.$headers[n.index(h)]).sortDisabled||function i(n,s,r){if(n.isUpdating)return setTimeout(function(){i(n,s,r)},50);var a,o,c,u,h,p=n.config,m=!r[p.sortMultiSortKey],v=p.$table;if(v.trigger("sortStart",n),s.count=r[p.sortResetKey]?2:(s.count+1)%(p.sortReset?3:2),p.sortRestart&&(o=s,p.$headers.each(function(){this!==o&&(m||!e(this).is("."+t.css.sortDesc+",."+t.css.sortAsc))&&(this.count=-1)})),o=s.column,m){if(p.sortList=[],null!==p.sortForce)for(c=0,a=p.sortForce;c<a.length;c++)a[c][0]!==o&&p.sortList.push(a[c]);if((u=s.order[s.count])<2&&(p.sortList.push([o,u]),s.colSpan>1))for(c=1;c<s.colSpan;c++)p.sortList.push([o+c,u])}else{if(p.sortAppend&&p.sortList.length>1)for(c=0;c<p.sortAppend.length;c++)(h=t.isValueInArray(p.sortAppend[c][0],p.sortList))>=0&&p.sortList.splice(h,1);if(t.isValueInArray(o,p.sortList)>=0)for(c=0;c<p.sortList.length;c++)h=p.sortList[c],u=p.$headers.filter('[data-column="'+h[0]+'"]:last')[0],h[0]===o&&(h[1]=u.order[s.count],2===h[1]&&(p.sortList.splice(c,1),u.count=-1));else if((u=s.order[s.count])<2&&(p.sortList.push([o,u]),s.colSpan>1))for(c=1;c<s.colSpan;c++)p.sortList.push([o+c,u])}if(null!==p.sortAppend)for(c=0,a=p.sortAppend;c<a.length;c++)a[c][0]!==o&&p.sortList.push(a[c]);v.trigger("sortBegin",n),setTimeout(function(){f(n),g(n),l(n),v.trigger("sortEnd",n)},1)}(i,h,r)}}),c.cancelSelection&&n.attr("unselectable","on").on("selectstart",!1).css({"user-select":"none",MozUserSelect:"none"})},t.restoreHeaders=function(i){var n=e(i)[0].config;n.$table.find(n.selectorHeaders).each(function(i){e(this).find("."+t.css.headerIn).length&&e(this).html(n.headerContent[i])})},t.destroy=function(i,n,s){if((i=e(i)[0]).hasInitialized){t.refreshWidgets(i,!0,!0);var r=e(i),a=i.config,o=r.find("thead:first"),l=o.find("tr."+t.css.headerRow).removeClass(t.css.headerRow+" "+a.cssHeaderRow),c=r.find("tfoot:first > tr").children("th, td");!1===n&&e.inArray("uitheme",a.widgets)>=0&&(r.trigger("applyWidgetId",["uitheme"]),r.trigger("applyWidgetId",["zebra"])),o.find("tr").not(l).remove(),r.removeData("tablesorter").off("sortReset update updateAll updateRows updateCell addRows updateComplete sorton appendCache updateCache applyWidgetId applyWidgets refreshWidgets destroy mouseup mouseleave keypress sortBegin sortEnd resetToLoadState ".split(" ").join(a.namespace+" ")),a.$headers.add(c).removeClass([t.css.header,a.cssHeader,a.cssAsc,a.cssDesc,t.css.sortAsc,t.css.sortDesc,t.css.sortNone].join(" ")).removeAttr("data-column").removeAttr("aria-label").attr("aria-disabled","true"),l.find(a.selectorSort).off("mousedown mouseup keypress ".split(" ").join(a.namespace+" ")),t.restoreHeaders(i),r.toggleClass(t.css.table+" "+a.tableClass+" tablesorter-"+a.theme,!1===n),i.hasInitialized=!1,delete i.config.cache,"function"==typeof s&&s(i)}},t.regex={chunk:/(^([+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?)?$|^0x[0-9a-f]+$|\d+)/gi,chunks:/(^\\0|\\0$)/,hex:/^0x[0-9a-f]+$/i},t.sortNatural=function(e,i){if(e===i)return 0;var n,s,r,a,o,l,c,u,h=t.regex;if(h.hex.test(i)){if((s=parseInt(e.match(h.hex),16))<(a=parseInt(i.match(h.hex),16)))return -1;if(s>a)return 1}for(c=0,n=e.replace(h.chunk,"\\0$1\\0").replace(h.chunks,"").split("\\0"),r=i.replace(h.chunk,"\\0$1\\0").replace(h.chunks,"").split("\\0"),u=Math.max(n.length,r.length);c<u;c++){if(o=isNaN(n[c])?n[c]||0:parseFloat(n[c])||0,l=isNaN(r[c])?r[c]||0:parseFloat(r[c])||0,isNaN(o)!==isNaN(l))return isNaN(o)?1:-1;if(typeof o!=typeof l&&(o+="",l+=""),o<l)return -1;if(o>l)return 1}return 0},t.sortNaturalAsc=function(e,i,n,s,r){if(e===i)return 0;var a=r.string[r.empties[n]||r.emptyTo];return""===e&&0!==a?"boolean"==typeof a?a?-1:1:-a||-1:""===i&&0!==a?"boolean"==typeof a?a?1:-1:a||1:t.sortNatural(e,i)},t.sortNaturalDesc=function(e,i,n,s,r){if(e===i)return 0;var a=r.string[r.empties[n]||r.emptyTo];return""===e&&0!==a?"boolean"==typeof a?a?-1:1:a||1:""===i&&0!==a?"boolean"==typeof a?a?1:-1:-a||-1:t.sortNatural(i,e)},t.sortText=function(e,t){return e>t?1:e<t?-1:0},t.getTextValue=function(e,t,i){if(i){var n,s=e?e.length:0,r=i+t;for(n=0;n<s;n++)r+=e.charCodeAt(n);return t*r}return 0},t.sortNumericAsc=function(e,i,n,s,r,a){if(e===i)return 0;var o=a.config,l=o.string[o.empties[r]||o.emptyTo];return""===e&&0!==l?"boolean"==typeof l?l?-1:1:-l||-1:""===i&&0!==l?"boolean"==typeof l?l?1:-1:l||1:(isNaN(e)&&(e=t.getTextValue(e,n,s)),isNaN(i)&&(i=t.getTextValue(i,n,s)),e-i)},t.sortNumericDesc=function(e,i,n,s,r,a){if(e===i)return 0;var o=a.config,l=o.string[o.empties[r]||o.emptyTo];return""===e&&0!==l?"boolean"==typeof l?l?-1:1:l||1:""===i&&0!==l?"boolean"==typeof l?l?1:-1:-l||-1:(isNaN(e)&&(e=t.getTextValue(e,n,s)),isNaN(i)&&(i=t.getTextValue(i,n,s)),i-e)},t.sortNumeric=function(e,t){return e-t},t.characterEquivalents={a:"\xe1\xe0\xe2\xe3\xe4ą\xe5",A:"\xc1\xc0\xc2\xc3\xc4Ą\xc5",c:"\xe7ćč",C:"\xc7ĆČ",e:"\xe9\xe8\xea\xeběę",E:"\xc9\xc8\xca\xcbĚĘ",i:"\xed\xecİ\xee\xefı",I:"\xcd\xccİ\xce\xcf",o:"\xf3\xf2\xf4\xf5\xf6",O:"\xd3\xd2\xd4\xd5\xd6",ss:"\xdf",SS:"ẞ",u:"\xfa\xf9\xfb\xfců",U:"\xda\xd9\xdb\xdcŮ"},t.replaceAccents=function(e){var i,n="[",s=t.characterEquivalents;if(!t.characterRegex){for(i in t.characterRegexArray={},s)"string"==typeof i&&(n+=s[i],t.characterRegexArray[i]=RegExp("["+s[i]+"]","g"));t.characterRegex=RegExp(n+"]")}if(t.characterRegex.test(e))for(i in s)"string"==typeof i&&(e=e.replace(t.characterRegexArray[i],i));return e},t.isValueInArray=function(e,t){var i,n=t.length;for(i=0;i<n;i++)if(t[i][0]===e)return i;return -1},t.addParser=function(e){var i,n=t.parsers.length,s=!0;for(i=0;i<n;i++)t.parsers[i].id.toLowerCase()===e.id.toLowerCase()&&(s=!1);s&&t.parsers.push(e)},t.getParserById=function(e){if("false"==e)return!1;var i,n=t.parsers.length;for(i=0;i<n;i++)if(t.parsers[i].id.toLowerCase()===e.toString().toLowerCase())return t.parsers[i];return!1},t.addWidget=function(e){t.widgets.push(e)},t.hasWidget=function(t,i){return(t=e(t)).length&&t[0].config&&t[0].config.widgetInit[i]||!1},t.getWidgetById=function(e){var i,n,s=t.widgets.length;for(i=0;i<s;i++)if((n=t.widgets[i])&&n.hasOwnProperty("id")&&n.id.toLowerCase()===e.toLowerCase())return n},t.applyWidget=function(i,s){var r,a,o,l=(i=e(i)[0]).config,c=l.widgetOptions,u=[];!1!==s&&i.hasInitialized&&(i.isApplyingWidgets||i.isUpdating)||(l.debug&&(r=new Date),l.widgets.length&&(i.isApplyingWidgets=!0,l.widgets=e.grep(l.widgets,function(t,i){return e.inArray(t,l.widgets)===i}),e.each(l.widgets||[],function(e,i){(o=t.getWidgetById(i))&&o.id&&(o.priority||(o.priority=10),u[e]=o)}),u.sort(function(e,t){return e.priority<t.priority?-1:+(e.priority!==t.priority)}),e.each(u,function(t,n){n&&((s||!l.widgetInit[n.id])&&(l.widgetInit[n.id]=!0,n.hasOwnProperty("options")&&(c=i.config.widgetOptions=e.extend(!0,{},n.options,c)),n.hasOwnProperty("init")&&n.init(i,n,l,c)),!s&&n.hasOwnProperty("format")&&n.format(i,l,c,!1))})),setTimeout(function(){i.isApplyingWidgets=!1},0),l.debug&&n("Completed "+(!0===s?"initializing ":"applying ")+(a=l.widgets.length)+" widget"+(1!==a?"s":""),r))},t.refreshWidgets=function(n,s,r){var a,o=(n=e(n)[0]).config,l=o.widgets,c=t.widgets,u=c.length;for(a=0;a<u;a++)c[a]&&c[a].id&&(s||0>e.inArray(c[a].id,l))&&(o.debug&&i('Refeshing widgets: Removing "'+c[a].id+'"'),c[a].hasOwnProperty("remove")&&o.widgetInit[c[a].id]&&(c[a].remove(n,o,o.widgetOptions),o.widgetInit[c[a].id]=!1));!0!==r&&t.applyWidget(n,s)},t.getData=function(t,i,n){var s,r,a="",o=e(t);return o.length?(s=!!e.metadata&&o.metadata(),r=" "+(o.attr("class")||""),void 0!==o.data(n)||void 0!==o.data(n.toLowerCase())?a+=o.data(n)||o.data(n.toLowerCase()):s&&void 0!==s[n]?a+=s[n]:i&&void 0!==i[n]?a+=i[n]:" "!==r&&r.match(" "+n+"-")&&(a=r.match(RegExp("\\s"+n+"-([\\w-]+)"))[1]||""),null==a?"":a.trim()):""},t.formatFloat=function(e,t){var i;return"string"!=typeof e||""===e?e:(e=(t&&t.config?!1!==t.config.usNumberFormat:void 0===t||t)?e.replace(/,/g,""):e.replace(/[\s|\.]/g,"").replace(/,/g,"."),/^\s*\([.\d]+\)/.test(e)&&(e=e.replace(/^\s*\(([.\d]+)\)/,"-$1")),isNaN(i=parseFloat(e))?e.trim():i)},t.isDigit=function(e){return!isNaN(e)||/^[\-+(]?\d+[)]?$/.test(e.toString().replace(/[,.'"\s]/g,""))}}});var t=e.tablesorter;e.fn.extend({tablesorter:t.construct}),t.addParser({id:"no-parser",is:function(){return!1},format:function(){return""},type:"text"}),t.addParser({id:"text",is:function(){return!0},format:function(e,i){var n=i.config;return e&&(e=(n.ignoreCase?e.toLocaleLowerCase():e).trim(),e=n.sortLocaleCompare?t.replaceAccents(e):e),e},type:"text"}),t.addParser({id:"digit",is:function(e){return t.isDigit(e)},format:function(e,i){var n=t.formatFloat((e||"").replace(/[^\w,. \-()]/g,""),i);return e&&"number"==typeof n?n:e?(e&&i.config.ignoreCase?e.toLocaleLowerCase():e).trim():e},type:"numeric"}),t.addParser({id:"currency",is:function(e){return/^\(?\d+[\u00a3$\u20ac\u00a4\u00a5\u00a2?.]|[\u00a3$\u20ac\u00a4\u00a5\u00a2?.]\d+\)?$/.test((e||"").replace(/[+\-,. ]/g,""))},format:function(e,i){var n=t.formatFloat((e||"").replace(/[^\w,. \-()]/g,""),i);return e&&"number"==typeof n?n:e?(e&&i.config.ignoreCase?e.toLocaleLowerCase():e).trim():e},type:"numeric"}),t.addParser({id:"ipAddress",is:function(e){return/^\d{1,3}[\.]\d{1,3}[\.]\d{1,3}[\.]\d{1,3}$/.test(e)},format:function(e,i){var n,s=e?e.split("."):"",r="",a=s.length;for(n=0;n<a;n++)r+=("00"+s[n]).slice(-3);return e?t.formatFloat(r,i):e},type:"numeric"}),t.addParser({id:"url",is:function(e){return/^(https?|ftp|file):\/\//.test(e)},format:function(e){return e?e.replace(/(https?|ftp|file):\/\//,"").trim():e},parsed:!0,type:"text"}),t.addParser({id:"isoDate",is:function(e){return/^\d{4}[\/\-]\d{1,2}[\/\-]\d{1,2}/.test(e)},format:function(e,i){return e?t.formatFloat(""!==e?new Date(e.replace(/-/g,"/")).getTime()||e:"",i):e},type:"numeric"}),t.addParser({id:"percent",is:function(e){return/(\d\s*?%|%\s*?\d)/.test(e)&&e.length<15},format:function(e,i){return e?t.formatFloat(e.replace(/%/g,""),i):e},type:"numeric"}),t.addParser({id:"usLongDate",is:function(e){return/^[A-Z]{3,10}\.?\s+\d{1,2},?\s+(\d{4})(\s+\d{1,2}:\d{2}(:\d{2})?(\s+[AP]M)?)?$/i.test(e)||/^\d{1,2}\s+[A-Z]{3,10}\s+\d{4}/i.test(e)},format:function(e,i){return e?t.formatFloat(new Date(e.replace(/(\S)([AP]M)$/i,"$1 $2")).getTime()||e,i):e},type:"numeric"}),t.addParser({id:"shortDate",is:function(e){return/(^\d{1,2}[\/\s]\d{1,2}[\/\s]\d{4})|(^\d{4}[\/\s]\d{1,2}[\/\s]\d{1,2})/.test((e||"").replace(/\s+/g," ").replace(/[\-.,]/g,"/"))},format:function(e,i,n,s){if(e){var r=i.config,a=r.$headers.filter("[data-column="+s+"]:last"),o=a.length&&a[0].dateFormat||t.getData(a,t.getColumnData(i,r.headers,s),"dateFormat")||r.dateFormat;e=e.replace(/\s+/g," ").replace(/[\-.,]/g,"/"),"mmddyyyy"===o?e=e.replace(/(\d{1,2})[\/\s](\d{1,2})[\/\s](\d{4})/,"$3/$1/$2"):"ddmmyyyy"===o?e=e.replace(/(\d{1,2})[\/\s](\d{1,2})[\/\s](\d{4})/,"$3/$2/$1"):"yyyymmdd"===o&&(e=e.replace(/(\d{4})[\/\s](\d{1,2})[\/\s](\d{1,2})/,"$1/$2/$3"))}return e?t.formatFloat(new Date(e).getTime()||e,i):e},type:"numeric"}),t.addParser({id:"time",is:function(e){return/^(([0-2]?\d:[0-5]\d)|([0-1]?\d:[0-5]\d\s?([AP]M)))$/i.test(e)},format:function(e,i){return e?t.formatFloat(new Date("2000/01/01 "+e.replace(/(\S)([AP]M)$/i,"$1 $2")).getTime()||e,i):e},type:"numeric"}),t.addParser({id:"metadata",is:function(){return!1},format:function(t,i,n){var s=i.config,r=s.parserMetadataName?s.parserMetadataName:"sortValue";return e(n).metadata()[r]},type:"numeric"}),t.addWidget({id:"zebra",priority:90,format:function(i,n,s){var r,a,o,l,c,u=RegExp(n.cssChildRow,"i"),h=n.$tbodies;for(n.debug&&(l=new Date),c=0;c<h.length;c++)a=0,h.eq(c).children("tr:visible").not(n.selectorRemove).each(function(){r=e(this),!u.test(this.className)&&a++,o=a%2==0,r.removeClass(s.zebra[+!!o]).addClass(s.zebra[+!o])});n.debug&&t.benchmark("Applying Zebra widget",l)},remove:function(t,i,n){var s,r,a=i.$tbodies,o=(n.zebra||["even","odd"]).join(" ");for(s=0;s<a.length;s++)(r=e.tablesorter.processTbody(t,a.eq(s),!0)).children().removeClass(o),e.tablesorter.processTbody(t,r,!1)}})}(jQuery)},682(){jQuery.fn.serializeObject=function(){var e={};return this.find(":input:not(:button):not(:submit):not(:radio):not('select[multiple]')").each(function(){""!==this.name&&(null===this.value&&(this.value=""),e[this.name]=this.value.match(/^(tru|fals)e$/i)?"true"==this.value.toLowerCase():this.value)}),this.find("input:radio:checked").each(function(){e[this.name]=this.value}),this.find("select[multiple]").each(function(){var t=jQuery(this),i=t.val();t.data("aui-ss")?i?e[this.name]=i[0]:e[this.name]="":null!==i?e[this.name]=i:e[this.name]=[]}),e}},195(t){"use strict";t.exports=e},171(e,t,i){Object.defineProperty(t,"__esModule",{value:!0});var n="1.13.7",s="object"==typeof self&&self.self===self&&self||"object"==typeof i.g&&i.g.global===i.g&&i.g||Function("return this")()||{},r=Array.prototype,a=Object.prototype,o="u">typeof Symbol?Symbol.prototype:null,l=r.push,c=r.slice,u=a.toString,h=a.hasOwnProperty,p="u">typeof ArrayBuffer,f="u">typeof DataView,g=Array.isArray,m=Object.keys,v=Object.create,b=p&&ArrayBuffer.isView,y=isNaN,w=isFinite,_=!({toString:null}).propertyIsEnumerable("toString"),x=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"];function C(e,t){return t=null==t?e.length-1:+t,function(){for(var i=Math.max(arguments.length-t,0),n=Array(i),s=0;s<i;s++)n[s]=arguments[s+t];switch(t){case 0:return e.call(this,n);case 1:return e.call(this,arguments[0],n);case 2:return e.call(this,arguments[0],arguments[1],n)}var r=Array(t+1);for(s=0;s<t;s++)r[s]=arguments[s];return r[t]=n,e.apply(this,r)}}function T(e){var t=typeof e;return"function"===t||"object"===t&&!!e}function k(e){return null===e}function E(e){return void 0===e}function A(e){return!0===e||!1===e||"[object Boolean]"===u.call(e)}function S(e){return!!(e&&1===e.nodeType)}function D(e){var t="[object "+e+"]";return function(e){return u.call(e)===t}}var I=D("String"),M=D("Number"),N=D("Date"),O=D("RegExp"),L=D("Error"),P=D("Symbol"),R=D("ArrayBuffer"),$=D("Function"),j=s.document&&s.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof j&&($=function(e){return"function"==typeof e});var z=$,H=D("Object"),F=f&&(!/\[native code\]/.test(String(DataView))||H(new DataView(new ArrayBuffer(8)))),B="u">typeof Map&&H(new Map),U=D("DataView"),W=F?function(e){return null!=e&&z(e.getInt8)&&R(e.buffer)}:U,V=g||D("Array");function Y(e,t){return null!=e&&h.call(e,t)}var q=D("Arguments");!function(){q(arguments)||(q=function(e){return Y(e,"callee")})}();var K=q;function Q(e){return!P(e)&&w(e)&&!isNaN(parseFloat(e))}function G(e){return M(e)&&y(e)}function J(e){return function(){return e}}function Z(e){return function(t){var i=e(t);return"number"==typeof i&&i>=0&&i<=0x1fffffffffffff}}function X(e){return function(t){return null==t?void 0:t[e]}}var ee=X("byteLength"),et=Z(ee),ei=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/,en=p?function(e){return b?b(e)&&!W(e):et(e)&&ei.test(u.call(e))}:J(!1),es=X("length");function er(e,t){t=function(e){for(var t={},i=e.length,n=0;n<i;++n)t[e[n]]=!0;return{contains:function(e){return!0===t[e]},push:function(i){return t[i]=!0,e.push(i)}}}(t);var i=x.length,n=e.constructor,s=z(n)&&n.prototype||a,r="constructor";for(Y(e,r)&&!t.contains(r)&&t.push(r);i--;)(r=x[i])in e&&e[r]!==s[r]&&!t.contains(r)&&t.push(r)}function ea(e){if(!T(e))return[];if(m)return m(e);var t=[];for(var i in e)Y(e,i)&&t.push(i);return _&&er(e,t),t}function eo(e){if(null==e)return!0;var t=es(e);return"number"==typeof t&&(V(e)||I(e)||K(e))?0===t:0===es(ea(e))}function el(e,t){var i=ea(t),n=i.length;if(null==e)return!n;for(var s=Object(e),r=0;r<n;r++){var a=i[r];if(t[a]!==s[a]||!(a in s))return!1}return!0}function ec(e){return e instanceof ec?e:this instanceof ec?void(this._wrapped=e):new ec(e)}function eu(e){return new Uint8Array(e.buffer||e,e.byteOffset||0,ee(e))}ec.VERSION=n,ec.prototype.value=function(){return this._wrapped},ec.prototype.valueOf=ec.prototype.toJSON=ec.prototype.value,ec.prototype.toString=function(){return String(this._wrapped)};var ed="[object DataView]";function eh(e,t){return function e(t,i,n,s){if(t===i)return 0!==t||1/t==1/i;if(null==t||null==i)return!1;if(t!=t)return i!=i;var r=typeof t;return("function"===r||"object"===r||"object"==typeof i)&&function t(i,n,s,r){i instanceof ec&&(i=i._wrapped),n instanceof ec&&(n=n._wrapped);var a=u.call(i);if(a!==u.call(n))return!1;if(F&&"[object Object]"==a&&W(i)){if(!W(n))return!1;a=ed}switch(a){case"[object RegExp]":case"[object String]":return""+i==""+n;case"[object Number]":if(+i!=+i)return+n!=+n;return 0==+i?1/i==1/n:+i==+n;case"[object Date]":case"[object Boolean]":return+i==+n;case"[object Symbol]":return o.valueOf.call(i)===o.valueOf.call(n);case"[object ArrayBuffer]":case ed:return t(eu(i),eu(n),s,r)}var l="[object Array]"===a;if(!l&&en(i)){if(ee(i)!==ee(n))return!1;if(i.buffer===n.buffer&&i.byteOffset===n.byteOffset)return!0;l=!0}if(!l){if("object"!=typeof i||"object"!=typeof n)return!1;var c=i.constructor,h=n.constructor;if(c!==h&&!(z(c)&&c instanceof c&&z(h)&&h instanceof h)&&"constructor"in i&&"constructor"in n)return!1}r=r||[];for(var p=(s=s||[]).length;p--;)if(s[p]===i)return r[p]===n;if(s.push(i),r.push(n),l){if((p=i.length)!==n.length)return!1;for(;p--;)if(!e(i[p],n[p],s,r))return!1}else{var f,g=ea(i);if(p=g.length,ea(n).length!==p)return!1;for(;p--;)if(!(Y(n,f=g[p])&&e(i[f],n[f],s,r)))return!1}return s.pop(),r.pop(),!0}(t,i,n,s)}(e,t)}function ep(e){if(!T(e))return[];var t=[];for(var i in e)t.push(i);return _&&er(e,t),t}function ef(e){var t=es(e);return function(i){if(null==i||es(ep(i)))return!1;for(var n=0;n<t;n++)if(!z(i[e[n]]))return!1;return e!==ey||!z(i[eg])}}var eg="forEach",em=["clear","delete"],ev=["get","has","set"],eb=em.concat(eg,ev),ey=em.concat(ev),ew=["add"].concat(em,eg,"has"),e_=B?ef(eb):D("Map"),ex=B?ef(ey):D("WeakMap"),eC=B?ef(ew):D("Set"),eT=D("WeakSet");function ek(e){for(var t=ea(e),i=t.length,n=Array(i),s=0;s<i;s++)n[s]=e[t[s]];return n}function eE(e){for(var t=ea(e),i=t.length,n=Array(i),s=0;s<i;s++)n[s]=[t[s],e[t[s]]];return n}function eA(e){for(var t={},i=ea(e),n=0,s=i.length;n<s;n++)t[e[i[n]]]=i[n];return t}function eS(e){var t=[];for(var i in e)z(e[i])&&t.push(i);return t.sort()}function eD(e,t){return function(i){var n=arguments.length;if(t&&(i=Object(i)),n<2||null==i)return i;for(var s=1;s<n;s++)for(var r=arguments[s],a=e(r),o=a.length,l=0;l<o;l++){var c=a[l];t&&void 0!==i[c]||(i[c]=r[c])}return i}}var eI=eD(ep),eM=eD(ea),eN=eD(ep,!0);function eO(e){if(!T(e))return{};if(v)return v(e);var t=function(){};t.prototype=e;var i=new t;return t.prototype=null,i}function eL(e,t){var i=eO(e);return t&&eM(i,t),i}function eP(e){return T(e)?V(e)?e.slice():eI({},e):e}function eR(e,t){return t(e),e}function e$(e){return V(e)?e:[e]}function ej(e){return ec.toPath(e)}function ez(e,t){for(var i=t.length,n=0;n<i;n++){if(null==e)return;e=e[t[n]]}return i?e:void 0}function eH(e,t,i){var n=ez(e,ej(t));return E(n)?i:n}function eF(e,t){for(var i=(t=ej(t)).length,n=0;n<i;n++){var s=t[n];if(!Y(e,s))return!1;e=e[s]}return!!i}function eB(e){return e}function eU(e){return e=eM({},e),function(t){return el(t,e)}}function eW(e){return e=ej(e),function(t){return ez(t,e)}}function eV(e,t,i){if(void 0===t)return e;switch(null==i?3:i){case 1:return function(i){return e.call(t,i)};case 3:return function(i,n,s){return e.call(t,i,n,s)};case 4:return function(i,n,s,r){return e.call(t,i,n,s,r)}}return function(){return e.apply(t,arguments)}}function eY(e,t,i){return null==e?eB:z(e)?eV(e,t,i):T(e)&&!V(e)?eU(e):eW(e)}function eq(e,t){return eY(e,t,1/0)}function eK(e,t,i){return ec.iteratee!==eq?ec.iteratee(e,t):eY(e,t,i)}function eQ(e,t,i){t=eK(t,i);for(var n=ea(e),s=n.length,r={},a=0;a<s;a++){var o=n[a];r[o]=t(e[o],o,e)}return r}function eG(){}function eJ(e){return null==e?eG:function(t){return eH(e,t)}}function eZ(e,t,i){var n=Array(Math.max(0,e));t=eV(t,i,1);for(var s=0;s<e;s++)n[s]=t(s);return n}function eX(e,t){return null==t&&(t=e,e=0),e+Math.floor(Math.random()*(t-e+1))}ec.toPath=e$,ec.iteratee=eq;var e0=Date.now||function(){return new Date().getTime()};function e1(e){var t=function(t){return e[t]},i="(?:"+ea(e).join("|")+")",n=RegExp(i),s=RegExp(i,"g");return function(e){return e=null==e?"":""+e,n.test(e)?e.replace(s,t):e}}var e2={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},e3=e1(e2),e4=e1(eA(e2)),e9=ec.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},e5=/(.)^/,e8={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},e7=/\\|'|\r|\n|\u2028|\u2029/g;function e6(e){return"\\"+e8[e]}var te=/^\s*(\w|\$)+\s*$/;function tt(e,t,i){!t&&i&&(t=i);var n,s=RegExp([((t=eN({},t,ec.templateSettings)).escape||e5).source,(t.interpolate||e5).source,(t.evaluate||e5).source].join("|")+"|$","g"),r=0,a="__p+='";e.replace(s,function(t,i,n,s,o){return a+=e.slice(r,o).replace(e7,e6),r=o+t.length,i?a+="'+\n((__t=("+i+"))==null?'':_.escape(__t))+\n'":n?a+="'+\n((__t=("+n+"))==null?'':__t)+\n'":s&&(a+="';\n"+s+"\n__p+='"),t}),a+="';\n";var o=t.variable;if(o){if(!te.test(o))throw Error("variable is not a bare identifier: "+o)}else a="with(obj||{}){\n"+a+"}\n",o="obj";a="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+a+"return __p;\n";try{n=Function(o,"_",a)}catch(e){throw e.source=a,e}var l=function(e){return n.call(this,e,ec)};return l.source="function("+o+"){\n"+a+"}",l}function ti(e,t,i){var n=(t=ej(t)).length;if(!n)return z(i)?i.call(e):i;for(var s=0;s<n;s++){var r=null==e?void 0:e[t[s]];void 0===r&&(r=i,s=n),e=z(r)?r.call(e):r}return e}var tn=0;function ts(e){var t=++tn+"";return e?e+t:t}function tr(e){var t=ec(e);return t._chain=!0,t}function ta(e,t,i,n,s){if(!(n instanceof t))return e.apply(i,s);var r=eO(e.prototype),a=e.apply(r,s);return T(a)?a:r}var to=C(function(e,t){var i=to.placeholder,n=function(){for(var s=0,r=t.length,a=Array(r),o=0;o<r;o++)a[o]=t[o]===i?arguments[s++]:t[o];for(;s<arguments.length;)a.push(arguments[s++]);return ta(e,n,this,this,a)};return n});to.placeholder=ec;var tl=C(function(e,t,i){if(!z(e))throw TypeError("Bind must be called on a function");var n=C(function(s){return ta(e,n,t,this,i.concat(s))});return n}),tc=Z(es);function tu(e,t,i,n){if(n=n||[],t||0===t){if(t<=0)return n.concat(e)}else t=1/0;for(var s=n.length,r=0,a=es(e);r<a;r++){var o=e[r];if(tc(o)&&(V(o)||K(o)))if(t>1)tu(o,t-1,i,n),s=n.length;else for(var l=0,c=o.length;l<c;)n[s++]=o[l++];else i||(n[s++]=o)}return n}var td=C(function(e,t){var i=(t=tu(t,!1,!1)).length;if(i<1)throw Error("bindAll must be passed function names");for(;i--;){var n=t[i];e[n]=tl(e[n],e)}return e});function th(e,t){var i=function(n){var s=i.cache,r=""+(t?t.apply(this,arguments):n);return Y(s,r)||(s[r]=e.apply(this,arguments)),s[r]};return i.cache={},i}var tp=C(function(e,t,i){return setTimeout(function(){return e.apply(null,i)},t)}),tf=to(tp,ec,1);function tg(e,t,i){var n,s,r,a,o=0;i||(i={});var l=function(){o=!1===i.leading?0:e0(),n=null,a=e.apply(s,r),n||(s=r=null)},c=function(){var c=e0();o||!1!==i.leading||(o=c);var u=t-(c-o);return s=this,r=arguments,u<=0||u>t?(n&&(clearTimeout(n),n=null),o=c,a=e.apply(s,r),n||(s=r=null)):n||!1===i.trailing||(n=setTimeout(l,u)),a};return c.cancel=function(){clearTimeout(n),o=0,n=s=r=null},c}function tm(e,t,i){var n,s,r,a,o,l=function(){var c=e0()-s;t>c?n=setTimeout(l,t-c):(n=null,i||(a=e.apply(o,r)),n||(r=o=null))},c=C(function(c){return o=this,r=c,s=e0(),!n&&(n=setTimeout(l,t),i&&(a=e.apply(o,r))),a});return c.cancel=function(){clearTimeout(n),n=r=o=null},c}function tv(e,t){return to(t,e)}function tb(e){return function(){return!e.apply(this,arguments)}}function ty(){var e=arguments,t=e.length-1;return function(){for(var i=t,n=e[t].apply(this,arguments);i--;)n=e[i].call(this,n);return n}}function tw(e,t){return function(){if(--e<1)return t.apply(this,arguments)}}function t_(e,t){var i;return function(){return--e>0&&(i=t.apply(this,arguments)),e<=1&&(t=null),i}}var tx=to(t_,2);function tC(e,t,i){t=eK(t,i);for(var n,s=ea(e),r=0,a=s.length;r<a;r++)if(t(e[n=s[r]],n,e))return n}function tT(e){return function(t,i,n){i=eK(i,n);for(var s=es(t),r=e>0?0:s-1;r>=0&&r<s;r+=e)if(i(t[r],r,t))return r;return -1}}var tk=tT(1),tE=tT(-1);function tA(e,t,i,n){for(var s=(i=eK(i,n,1))(t),r=0,a=es(e);r<a;){var o=Math.floor((r+a)/2);i(e[o])<s?r=o+1:a=o}return r}function tS(e,t,i){return function(n,s,r){var a=0,o=es(n);if("number"==typeof r)e>0?a=r>=0?r:Math.max(r+o,a):o=r>=0?Math.min(r+1,o):r+o+1;else if(i&&r&&o)return r=i(n,s),n[r]===s?r:-1;if(s!=s)return(r=t(c.call(n,a,o),G))>=0?r+a:-1;for(r=e>0?a:o-1;r>=0&&r<o;r+=e)if(n[r]===s)return r;return -1}}var tD=tS(1,tk,tA),tI=tS(-1,tE);function tM(e,t,i){var n=(tc(e)?tk:tC)(e,t,i);if(void 0!==n&&-1!==n)return e[n]}function tN(e,t){return tM(e,eU(t))}function tO(e,t,i){if(t=eV(t,i),tc(e))for(n=0,s=e.length;n<s;n++)t(e[n],n,e);else{var n,s,r=ea(e);for(n=0,s=r.length;n<s;n++)t(e[r[n]],r[n],e)}return e}function tL(e,t,i){t=eK(t,i);for(var n=!tc(e)&&ea(e),s=(n||e).length,r=Array(s),a=0;a<s;a++){var o=n?n[a]:a;r[a]=t(e[o],o,e)}return r}function tP(e){var t=function(t,i,n,s){var r=!tc(t)&&ea(t),a=(r||t).length,o=e>0?0:a-1;for(s||(n=t[r?r[o]:o],o+=e);o>=0&&o<a;o+=e){var l=r?r[o]:o;n=i(n,t[l],l,t)}return n};return function(e,i,n,s){var r=arguments.length>=3;return t(e,eV(i,s,4),n,r)}}var tR=tP(1),t$=tP(-1);function tj(e,t,i){var n=[];return t=eK(t,i),tO(e,function(e,i,s){t(e,i,s)&&n.push(e)}),n}function tz(e,t,i){return tj(e,tb(eK(t)),i)}function tH(e,t,i){t=eK(t,i);for(var n=!tc(e)&&ea(e),s=(n||e).length,r=0;r<s;r++){var a=n?n[r]:r;if(!t(e[a],a,e))return!1}return!0}function tF(e,t,i){t=eK(t,i);for(var n=!tc(e)&&ea(e),s=(n||e).length,r=0;r<s;r++){var a=n?n[r]:r;if(t(e[a],a,e))return!0}return!1}function tB(e,t,i,n){return tc(e)||(e=ek(e)),("number"!=typeof i||n)&&(i=0),tD(e,t,i)>=0}var tU=C(function(e,t,i){var n,s;return z(t)?s=t:(n=(t=ej(t)).slice(0,-1),t=t[t.length-1]),tL(e,function(e){var r=s;if(!r){if(n&&n.length&&(e=ez(e,n)),null==e)return;r=e[t]}return null==r?r:r.apply(e,i)})});function tW(e,t){return tL(e,eW(t))}function tV(e,t){return tj(e,eU(t))}function tY(e,t,i){var n,s,r=-1/0,a=-1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e){e=tc(e)?e:ek(e);for(var o=0,l=e.length;o<l;o++)null!=(n=e[o])&&n>r&&(r=n)}else t=eK(t,i),tO(e,function(e,i,n){((s=t(e,i,n))>a||s===-1/0&&r===-1/0)&&(r=e,a=s)});return r}function tq(e,t,i){var n,s,r=1/0,a=1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e){e=tc(e)?e:ek(e);for(var o=0,l=e.length;o<l;o++)null!=(n=e[o])&&n<r&&(r=n)}else t=eK(t,i),tO(e,function(e,i,n){((s=t(e,i,n))<a||s===1/0&&r===1/0)&&(r=e,a=s)});return r}var tK=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function tQ(e){return e?V(e)?c.call(e):I(e)?e.match(tK):tc(e)?tL(e,eB):ek(e):[]}function tG(e,t,i){if(null==t||i)return tc(e)||(e=ek(e)),e[eX(e.length-1)];var n=tQ(e),s=es(n);t=Math.max(Math.min(t,s),0);for(var r=s-1,a=0;a<t;a++){var o=eX(a,r),l=n[a];n[a]=n[o],n[o]=l}return n.slice(0,t)}function tJ(e){return tG(e,1/0)}function tZ(e,t,i){var n=0;return t=eK(t,i),tW(tL(e,function(e,i,s){return{value:e,index:n++,criteria:t(e,i,s)}}).sort(function(e,t){var i=e.criteria,n=t.criteria;if(i!==n){if(i>n||void 0===i)return 1;if(i<n||void 0===n)return -1}return e.index-t.index}),"value")}function tX(e,t){return function(i,n,s){var r=t?[[],[]]:{};return n=eK(n,s),tO(i,function(t,s){var a=n(t,s,i);e(r,t,a)}),r}}var t0=tX(function(e,t,i){Y(e,i)?e[i].push(t):e[i]=[t]}),t1=tX(function(e,t,i){e[i]=t}),t2=tX(function(e,t,i){Y(e,i)?e[i]++:e[i]=1}),t3=tX(function(e,t,i){e[+!i].push(t)},!0);function t4(e){return null==e?0:tc(e)?e.length:ea(e).length}function t9(e,t,i){return t in i}var t5=C(function(e,t){var i={},n=t[0];if(null==e)return i;z(n)?(t.length>1&&(n=eV(n,t[1])),t=ep(e)):(n=t9,t=tu(t,!1,!1),e=Object(e));for(var s=0,r=t.length;s<r;s++){var a=t[s],o=e[a];n(o,a,e)&&(i[a]=o)}return i}),t8=C(function(e,t){var i,n=t[0];return z(n)?(n=tb(n),t.length>1&&(i=t[1])):(t=tL(tu(t,!1,!1),String),n=function(e,i){return!tB(t,i)}),t5(e,n,i)});function t7(e,t,i){return c.call(e,0,Math.max(0,e.length-(null==t||i?1:t)))}function t6(e,t,i){return null==e||e.length<1?null==t||i?void 0:[]:null==t||i?e[0]:t7(e,e.length-t)}function ie(e,t,i){return c.call(e,null==t||i?1:t)}function it(e,t,i){return null==e||e.length<1?null==t||i?void 0:[]:null==t||i?e[e.length-1]:ie(e,Math.max(0,e.length-t))}function ii(e){return tj(e,Boolean)}function is(e,t){return tu(e,t,!1)}var ir=C(function(e,t){return t=tu(t,!0,!0),tj(e,function(e){return!tB(t,e)})}),ia=C(function(e,t){return ir(e,t)});function io(e,t,i,n){A(t)||(n=i,i=t,t=!1),null!=i&&(i=eK(i,n));for(var s=[],r=[],a=0,o=es(e);a<o;a++){var l=e[a],c=i?i(l,a,e):l;t&&!i?(a&&r===c||s.push(l),r=c):i?tB(r,c)||(r.push(c),s.push(l)):tB(s,l)||s.push(l)}return s}var il=C(function(e){return io(tu(e,!0,!0))});function ic(e){for(var t=[],i=arguments.length,n=0,s=es(e);n<s;n++){var r,a=e[n];if(!tB(t,a)){for(r=1;r<i&&tB(arguments[r],a);r++);r===i&&t.push(a)}}return t}function iu(e){for(var t=e&&tY(e,es).length||0,i=Array(t),n=0;n<t;n++)i[n]=tW(e,n);return i}var id=C(iu);function ih(e,t){for(var i={},n=0,s=es(e);n<s;n++)t?i[e[n]]=t[n]:i[e[n][0]]=e[n][1];return i}function ip(e,t,i){null==t&&(t=e||0,e=0),i||(i=t<e?-1:1);for(var n=Math.max(Math.ceil((t-e)/i),0),s=Array(n),r=0;r<n;r++,e+=i)s[r]=e;return s}function ig(e,t){if(null==t||t<1)return[];for(var i=[],n=0,s=e.length;n<s;)i.push(c.call(e,n,n+=t));return i}function im(e,t){return e._chain?ec(t).chain():t}function iv(e){return tO(eS(e),function(t){var i=ec[t]=e[t];ec.prototype[t]=function(){var e=[this._wrapped];return l.apply(e,arguments),im(this,i.apply(ec,e))}}),ec}tO(["pop","push","reverse","shift","sort","splice","unshift"],function(e){var t=r[e];ec.prototype[e]=function(){var i=this._wrapped;return null!=i&&(t.apply(i,arguments),("shift"===e||"splice"===e)&&0===i.length&&delete i[0]),im(this,i)}}),tO(["concat","join","slice"],function(e){var t=r[e];ec.prototype[e]=function(){var e=this._wrapped;return null!=e&&(e=t.apply(e,arguments)),im(this,e)}});var ib=iv({__proto__:null,VERSION:n,restArguments:C,isObject:T,isNull:k,isUndefined:E,isBoolean:A,isElement:S,isString:I,isNumber:M,isDate:N,isRegExp:O,isError:L,isSymbol:P,isArrayBuffer:R,isDataView:W,isArray:V,isFunction:z,isArguments:K,isFinite:Q,isNaN:G,isTypedArray:en,isEmpty:eo,isMatch:el,isEqual:eh,isMap:e_,isWeakMap:ex,isSet:eC,isWeakSet:eT,keys:ea,allKeys:ep,values:ek,pairs:eE,invert:eA,functions:eS,methods:eS,extend:eI,extendOwn:eM,assign:eM,defaults:eN,create:eL,clone:eP,tap:eR,get:eH,has:eF,mapObject:eQ,identity:eB,constant:J,noop:eG,toPath:e$,property:eW,propertyOf:eJ,matcher:eU,matches:eU,times:eZ,random:eX,now:e0,escape:e3,unescape:e4,templateSettings:e9,template:tt,result:ti,uniqueId:ts,chain:tr,iteratee:eq,partial:to,bind:tl,bindAll:td,memoize:th,delay:tp,defer:tf,throttle:tg,debounce:tm,wrap:tv,negate:tb,compose:ty,after:tw,before:t_,once:tx,findKey:tC,findIndex:tk,findLastIndex:tE,sortedIndex:tA,indexOf:tD,lastIndexOf:tI,find:tM,detect:tM,findWhere:tN,each:tO,forEach:tO,map:tL,collect:tL,reduce:tR,foldl:tR,inject:tR,reduceRight:t$,foldr:t$,filter:tj,select:tj,reject:tz,every:tH,all:tH,some:tF,any:tF,contains:tB,includes:tB,include:tB,invoke:tU,pluck:tW,where:tV,max:tY,min:tq,shuffle:tJ,sample:tG,sortBy:tZ,groupBy:t0,indexBy:t1,countBy:t2,partition:t3,toArray:tQ,size:t4,pick:t5,omit:t8,first:t6,head:t6,take:t6,initial:t7,last:it,rest:ie,tail:ie,drop:ie,compact:ii,flatten:is,without:ia,uniq:io,unique:io,union:il,intersection:ic,difference:ir,unzip:iu,transpose:iu,zip:id,object:ih,range:ip,chunk:ig,mixin:iv,default:ec});ib._=ib,t.VERSION=n,t._=ib,t._escape=e3,t._unescape=e4,t.after=tw,t.allKeys=ep,t.before=t_,t.bind=tl,t.bindAll=td,t.chain=tr,t.chunk=ig,t.clone=eP,t.compact=ii,t.compose=ty,t.constant=J,t.contains=tB,t.countBy=t2,t.create=eL,t.debounce=tm,t.defaults=eN,t.defer=tf,t.delay=tp,t.difference=ir,t.each=tO,t.every=tH,t.extend=eI,t.extendOwn=eM,t.filter=tj,t.find=tM,t.findIndex=tk,t.findKey=tC,t.findLastIndex=tE,t.findWhere=tN,t.first=t6,t.flatten=is,t.functions=eS,t.get=eH,t.groupBy=t0,t.has=eF,t.identity=eB,t.indexBy=t1,t.indexOf=tD,t.initial=t7,t.intersection=ic,t.invert=eA,t.invoke=tU,t.isArguments=K,t.isArray=V,t.isArrayBuffer=R,t.isBoolean=A,t.isDataView=W,t.isDate=N,t.isElement=S,t.isEmpty=eo,t.isEqual=eh,t.isError=L,t.isFinite=Q,t.isFunction=z,t.isMap=e_,t.isMatch=el,t.isNaN=G,t.isNull=k,t.isNumber=M,t.isObject=T,t.isRegExp=O,t.isSet=eC,t.isString=I,t.isSymbol=P,t.isTypedArray=en,t.isUndefined=E,t.isWeakMap=ex,t.isWeakSet=eT,t.iteratee=eq,t.keys=ea,t.last=it,t.lastIndexOf=tI,t.map=tL,t.mapObject=eQ,t.matcher=eU,t.max=tY,t.memoize=th,t.min=tq,t.mixin=iv,t.negate=tb,t.noop=eG,t.now=e0,t.object=ih,t.omit=t8,t.once=tx,t.pairs=eE,t.partial=to,t.partition=t3,t.pick=t5,t.pluck=tW,t.property=eW,t.propertyOf=eJ,t.random=eX,t.range=ip,t.reduce=tR,t.reduceRight=t$,t.reject=tz,t.rest=ie,t.restArguments=C,t.result=ti,t.sample=tG,t.shuffle=tJ,t.size=t4,t.some=tF,t.sortBy=tZ,t.sortedIndex=tA,t.tap=eR,t.template=tt,t.templateSettings=e9,t.throttle=tg,t.times=eZ,t.toArray=tQ,t.toPath=e$,t.union=il,t.uniq=io,t.uniqueId=ts,t.unzip=iu,t.values=ek,t.where=tV,t.without=ia,t.wrap=tv,t.zip=id},126(e,t,i){e.exports=i(171)._}},i={};function n(e){var s=i[e];if(void 0!==s)return s.exports;var r=i[e]={exports:{}};return t[e].call(r.exports,r,r.exports,n),r.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var i in t)n.o(t,i)&&!n.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},n.g=(()=>{if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}})(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var s={};return(()=>{"use strict";let e,t,i,r,a,o;n.r(s),n.d(s,{ProgressBarEl:()=>rI,log:()=>M,FocusManager:()=>oj,SelectEl:()=>nK,SectionEl:()=>i0,InlineDialogEl:()=>rg,responsiveheader:()=>o1,id:()=>oK,RestfulTable:()=>oc,I18n:()=>eY,AvatarGroupEl:()=>ts,flag:()=>no,warn:()=>N,navigation:()=>ry,SpinnerEl:()=>tg,formValidation:()=>oq,AvatarEl:()=>e3,undim:()=>o9,TabItemEl:()=>rZ,Header:()=>aV,TabContainerEl:()=>rJ,debounce:()=>oU,dim:()=>oV,ToggleEl:()=>s4,AvatarBadged:()=>eQ,progressBars:()=>rN,MessageEl:()=>i6,sidebar:()=>oD,ItemRadioEl:()=>iX,keyCode:()=>oG,ItemCheckboxEl:()=>iZ,dialog2:()=>tk,tabs:()=>o4,toInit:()=>eV,debounceImmediate:()=>oW,trigger:()=>F,populateParameters:()=>oX,CalendarWidget:()=>aG,DropdownEl:()=>i1,TabPaneEl:()=>rX,isClipped:()=>oQ,ItemLinkEl:()=>iG,ProgressiveDataSet:()=>oF,unbind:()=>H,_addID:()=>o5,LabelEl:()=>np,error:()=>O,InlineDialog2:()=>oz,bind:()=>z,whenIType:()=>o$,$:()=>eU,FancyFileInput:()=>nc,clone:()=>oB,escapeHtml:()=>oY,layer:()=>oJ,DatePicker:()=>aX,ItemButtonEl:()=>iJ,format:()=>P,select:()=>o2,banner:()=>ta,tablessortable:()=>o3,NavigationEl:()=>rb,params:()=>o0,LayerManager:()=>oH,messages:()=>oZ,contextPath:()=>o8,version:()=>$});var l,c,u,h,p,f,g,m,v,b,y,w=n(195),_=n.n(w);let x=window.jQuery||window.Zepto||_(),C="I18n";function T(){"object"!=typeof window.AJS&&(window.AJS={})}function k(e,t){return T(),window.AJS[e]=t}var E=n(714),A=n.n(E);function S(e){let t;return{type:A().type.CLASSNAME,attached:function(i){!function(e,t){let i=!1;if(t(()=>{i=!0}),i)return;let n=new MutationObserver(e=>{(function(e){for(let t of e)if("childList"===t.type)return!0;return!1})(e)&&t(()=>n.disconnect())});n.observe(e,{childList:!0})}(i,n=>{t=n;let s=_()(`input[type=${e}]`,i);s.each(function(e,t){_()('<span class="aui-form-glyph"></span>').insertAfter(t)}),s.length>0&&t()})},detached:function(e){_()(".aui-form-glyph",e).remove(),t&&t()}}}function D(e,t){var i=x(e);return void 0===t&&(t=!0),i.each(function(){this.disabled=!t})}function I(e){return function(){"u">typeof console&&console[e]&&Function.prototype.apply.call(console[e],console,arguments)}}A()("checkbox",S("checkbox")),A()("radio",S("radio")),k("enable",D),k("inlineHelp",function(){x(document).on("click",".icon-inline-help",function(){var e=x(this).siblings(".field-help");e.hasClass("hidden")?e.removeClass("hidden"):e.addClass("hidden")})});var M=I("log"),N=I("warn"),O=I("error");function L(e){var t=/'(?!')/g,i=/^\d+$/,n=/^(\d+),number$/,s=/^(\d+),choice,(.+)/,r=/^(\d+)([#<])(.+)/,a=function(t,a){var o,l="";if(o=t.match(i))l=a.length>++t?a[t]:"";else if(o=t.match(n))l=a.length>++o[1]?a[o[1]]:"";else if(o=t.match(s)){var c=a.length>++o[1]?a[o[1]]:null;if(null!==c){for(var u=o[2].split("|"),h=!1,p=null,f=0;f<u.length;f++){var g=u[f].match(r);if(null==g){h=!0;continue}var m=parseInt(g[1],10);if(c<m)if(p){l=p;break}else{l=g[3];break}if(c==m&&"#"==g[2]){l=g[3];break}f==u.length-1&&(l=g[3]),p=g[3]}h&&O('The format "'+t+'" from message "'+e+'" is invalid.');var v=[l].concat(Array.prototype.slice.call(a,1));l=L.apply(null,v)}}return l},o=function(e){for(var t=!1,i=-1,n=0,s=0;s<e.length;s++){var r=e.charAt(s);if("'"==r&&(t=!t),!t){if("{"===r)0===n&&(i=s),n++;else if("}"===r&&n>0&&0==--n){var a=[];return a.push(e.substring(0,s+1)),a.push(e.substring(0,i)),a.push(e.substring(i+1,s)),a}}}return null};return(function(e){var i=arguments,n="";if(!e)return n;for(var s=o(e);s;)e=e.substring(s[0].length),n+=s[1].replace(t,""),n+=a(s[2],i),s=o(e);return n+e.replace(t,"")}).apply(null,arguments)}k("error",O),k("log",M),k("warn",N),k("format",L);let P=L;var R="10.1.5";k("version",R);let $=R,j=x(window);function z(e,t,i){try{if("function"==typeof i)return j.on(e,!1,t,i);return j.on(e,!1,t)}catch(e){M("error while binding: ",e.message)}}function H(e,t){try{return j.off(e,t)}catch(e){M("error while unbinding: ",e.message)}}function F(e,t){try{return j.trigger(e,t)}catch(e){M("error while triggering: "+e.message)}}k("bind",z),k("trigger",F),k("unbind",H);let B={"<":"&lt;",">":"&gt;","&":"&amp;",'"':"&quot;","'":"&#39;","`":"&#96;"},U=RegExp(`[${Object.keys(B).join("")}]`,"g");function W(e){return e.replace(U,e=>B[e])}k("escapeHtml",W);let V=Object.prototype.hasOwnProperty,Y=[];function q(...e){"u">typeof console&&console.warn&&Function.prototype.apply.call(console.warn,console,e)}let K=(e,t)=>Q(e,t);function Q(e,t){if("function"==typeof e)return e;let i=!1;return t=t??{},function(n){var s,r;let a,o,l=(s=n??1,o=(a=Error()).stack??a.stacktrace,(o=o?.replace(/^Error\n/,"")??"").split("\n")[s+2]??"");if(!i||!Y.includes(l)){Y.push(l),i=!0;let n="DEPRECATED "+(t.deprecationType??"")+"- "+((r=e)?(r=""+r).charAt(0).toUpperCase()+r.substring(1):"")+" has been deprecated"+(t.sinceVersion?" since "+t.sinceVersion:"")+" and will be removed in "+(t.removeInVersion??"a future release")+".";t.alternativeName&&(n+=" Use "+t.alternativeName+" instead. "),t.extraInfo&&(n+=" "+t.extraInfo),l=""===l?" \n No stack trace of the deprecated usage is available in your current browser.":" \n "+l,t.extraObject?q(n+="\n",t.extraObject,l):q(n,l)}}}function G(e,t){let i=e.options?.displayName;i=i?" ("+i+")":"";let n=Object.assign({deprecationType:"CSS",extraObject:t},e.options);Q("'"+e.selector+"' pattern"+i,n)()}function J(e,t,i){(i=i??{}).deprecationType=i.deprecationType??"JS";let n=Q(t||e.name||"this function",i);return function(...t){return n(),e.apply(this,t)}}function Z(e,t,i){(i=i??{}).deprecationType=i.deprecationType??"JS";let n=J(e,t,i);return n.prototype=e.prototype,Object.assign(n,e),n}function X(e,t,i){if("function"==typeof e[t]){(i=i??{}).deprecationType=i.deprecationType??"JS";let n=i.displayName??t;e[t]=J(e[t],n,i)}else{var n;let s,r;n=i,s=e[t],(n=n??{}).deprecationType=n.deprecationType??"JS",r=Q(n.displayName??t,n),Object.defineProperty(e,t,{get:function(){return r(),s},set:function(e){return s=e,r(),e}})}}let ee=[];function et(e){e=e.jquery?e[0]:e,window.getComputedStyle(e,null).getPropertyValue("left")}function ei(e,t){g||(g=document.body),!0===e&&es();let i=!!ei.$dim&&!ei.$dim[0].hasAttribute("hidden");return ei.$dim&&(ei.$dim.remove(),ei.$dim=null),ei.$dim=x('<div aria-hidden="true"></div>').addClass("aui-blanket"),ei.$dim.appendTo(document.body),i||(et(ei.$dim),ei.cachedOverflow={overflow:g.style.overflow,overflowX:g.style.overflowX,overflowY:g.style.overflowY},g.style.overflowX="hidden",g.style.overflowY="hidden",g.style.overflow="hidden"),ei.$dim.prop("hidden",!1),t&&ei.$dim.css({zIndex:t}),ei.$dim}function en(){ei.$dim&&(ei.$dim[0].setAttribute("hidden",""),g&&(g.style.overflow=ei.cachedOverflow.overflow,g.style.overflowX=ei.cachedOverflow.overflowX,g.style.overflowY=ei.cachedOverflow.overflowY))}k("deprecate",{fn:J,construct:Z,css:function(e,t){"string"==typeof e&&(e=[e]),e.forEach(function(e){var i;let n={selector:e,options:t};for(let t of document.querySelectorAll(e))G(n,t);i=n,ee.push(i),void 0===a&&(a=new MutationObserver(function(e){e.forEach(function(e){for(let t of e.addedNodes)1===t.nodeType&&ee.forEach(function(e){return function(t){var i;i=t.selector,e instanceof Element&&e.matches(i)&&G(t,e)}}(t))})})).observe(document,{childList:!0,subtree:!0})})},prop:X,obj:function(e,t,i){for(let n in i=i??{},e)V.call(e,n)&&(i.deprecationType=i.deprecationType??"JS",i.displayName=t+n,i.alternativeName=i.alternativeNamePrefix&&i.alternativeNamePrefix+n,X(e,n,Object.assign({},i)))},getMessageLogger:K});let es=K("useShim",{extraInfo:"useShim has no alternative as it is now calculated by dim()."});k("dim",ei),k("undim",en);var er={ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,LEFT_SQUARE_BRACKET:91,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91};function ea(e,t){return window.define&&(0,window.define)(e,[],function(){return t}),t}k("keyCode",er);let eo=A().noConflict(),el=function(e){return{set:function(t,i){void 0===e._state&&(e._state={}),e._state[t]=i},get:function(t){if(e._state)return e._state[t]}}};function ec(e){return el(e).get("last-trigger")||ep(e)[0]}function eu(e,t){var i=t&&t.nodeType&&1===t.nodeType;return el(e).set("last-trigger",!!i&&t)}function ed(e,t){var i=ec(e);i&&t(i)}function eh(e,t){return Array.prototype.forEach.call(ep(e),t)}function ep(e){let t=window.frames,i=`[aria-controls="${e.id}"]`,n=[],s=!1;for(let e=0;e<t.length;e++)try{let s=t[e].document.querySelectorAll(i);n=n.concat(Array.prototype.slice.apply(s))}catch(e){s=!0}let r=document.querySelectorAll(i),a=Array.prototype.slice.apply(r).concat(n);return 0===a.length&&!0===s&&N(`No triggers found for element (${e.id}) in iframes from the same origin. However some iframes in this document are cross-origin. The trigger-element relations crossing the origin boundary are not supported.`),a}function ef(e){return document.getElementById(e.getAttribute("aria-controls"))}function eg(e){return"true"!==e.getAttribute("aria-disabled")}function em(e,t){if(eg(e)){var i=ef(e);i&&i.message&&i.message(t)}}let ev={click(e,t){var i;(i=x(t.target).closest("a[href]",e)).length&&i[0]!==e||(em(e,t),t.preventDefault())},keydown(e,t){let i=t.data;(i===er.ENTER||i===er.SPACE)&&(t.preventDefault(),t.type="click",ev.click(e,t))},mouseenter(e,t){em(e,t)},mouseleave(e,t){em(e,t)},focus(e,t){em(e,t)},blur(e,t){let i;(i=t.relatedTarget)||(i=document.activeElement),x(ef(e)).find(i).length>0||em(e,t)}};function eb(e){return"visible"===x.css(e,"visibility")&&x(e).is(":visible")}function ey(e,t){var i=e.nodeName.toLowerCase();if("aui-select"===i)return!0;if("area"===i){var n=e.parentNode,s=n.name,r=x("img[usemap=#"+s+"]").get();return!!e.href&&!!s&&"map"===n.nodeName.toLowerCase()&&r&&eb(r)}var a=/input|select|textarea|button|object|iframe/.test(i),o="a"===i,l=e.href||t;return(a?!e.disabled:o?l:t)&&eb(e)}Object.keys(ev).forEach(function(e){let t=ev[e];x(document).on(`${e}.aui-trigger`,"[data-aui-trigger]",function(i){t(i.currentTarget,function(e,t){let{target:i,currentTarget:n,relatedTarget:s}=e,{keyCode:r,which:a}=e;return{type:t,data:"keydown"===t?a||r:void 0,target:i,currentTarget:n,relatedTarget:s,preventDefault:()=>e.preventDefault()}}(i,e))})}),eo("data-aui-trigger",{type:eo.type.ATTRIBUTE,prototype:{disable:function(){this.setAttribute("aria-disabled","true")},enable:function(){this.setAttribute("aria-disabled","false")},isEnabled:function(){return eg(this)}}}),ea("aui/trigger"),x.extend(x.expr.pseudos,{"aui-focusable":e=>ey(e,!isNaN(x.attr(e,"tabindex"))),"aui-tabbable":function(e){var t=x.attr(e,"tabindex"),i=isNaN(t);return(i||t>=0)&&ey(e,!i)}});var ew="_aui-focus-restore";function e_(e){return e.is(".aui-dialog2")||e.is('[aui-focus-trap="true"]')}function ex(){this._focusTrapStack=[],this._handler}function eC(e,t){if(0===e.length||t.keyCode!==er.TAB)return;let i=t.shiftKey?-1:1,n=t.target,s=e[e.length-1],r=s.find(":aui-tabbable");if(!r.length&&e_(s)&&(s.trigger("focus"),t.preventDefault()),!r.length)return;let a=r.index(n),o=-1;if(a>-1)o=a;else{let e;if((e=x(n).closest(".aui-layer")).length||(e=s.find("[aria-controls]").map(function(){return document.getElementById(this.getAttribute("aria-controls"))}).has(n)),e.length){let t=e.find(":aui-tabbable"),s=t.index(n)+i;if(!(s<0)&&!(s>=t.length))return;{let t=ec(e.get(0));o=r.index(t)}}}o=o>-1?function(e,t,i,n){function s(e){return(e+i)%n.length}let r=s(t);if("radio"===e.type&&e.name)for(;n.eq(r).attr("name")===e.name&&r!==t;)r=s(r);if(r!==t&&"radio"===n.eq(r).attr("type")){let e,t=n.eq(r).attr("name"),s=n.filter(function(){return"radio"===this.type&&this.name===t}),a=s.filter(":checked");e=a.length>0?a.first():i>0?s.first():s.last(),r=n.index(e)}return r}(n,o,i,r):0,"IFRAME"!==r.get(o).nodeName&&(r.eq(o).trigger("focus"),t.preventDefault())}function eT(){return e||(e=new ex),e}function ek(e,t){var i="_aui-widget-"+e;return function(e,n){x.isPlainObject(e)?r=e:(s=e,r=n);var s,r,a,o=s&&x(s);return o&&o.data(i)?a=o.data(i):(o=(a=new t(o,r||{})).$el).data(i,a),a}}ex.defaultFocusSelector=":aui-tabbable",ex.prototype.enter=function(e,t){if(!function(e,t=document.activeElement){e.data(ew,t)}(e,t),"false"!==e.attr("data-aui-focus")){var i=e.attr("data-aui-focus-selector")||ex.defaultFocusSelector;(e.is(i)?e:e.find(i)).first().trigger("focus")}e_(e)&&(this._focusTrapStack.push(e),this._handler||(this._handler=eC.bind(void 0,this._focusTrapStack),x(document).on("keydown.aui-focus-manager",this._handler)))},ex.prototype.exit=function(e){e_(e)&&(this._focusTrapStack.splice(this._focusTrapStack.indexOf(e),1),this._focusTrapStack.length||(x(document).off(".aui-focus-manager",this._handler),delete this._handler));var t=document.activeElement;if(e[0]===t||e.has(t).length){t.blur();var i=x(e.data(ew));i.length&&(e.removeData(ew),i.trigger("focus"))}},eT.global=eT(),k("FocusManager",eT);let eE="_aui-internal-layer-",eA="_aui-internal-layer-global-";var eS=x(document);function eD(e,t,i){var n=x.Event(eE+t),s=x.Event(eA+t),r=new CustomEvent("aui-layer-"+i,{bubbles:!0,cancelable:!0}),a=new CustomEvent("aui-"+i,{bubbles:!0,cancelable:!0});return e.trigger(n),e.trigger(s,[e]),e[0].dispatchEvent(r),e[0].dispatchEvent(a),!n.isDefaultPrevented()&&!s.isDefaultPrevented()&&!r.defaultPrevented&&!a.defaultPrevented}function eI(e){this.$el=x(e||'<div class="aui-layer"></div>'),this.el=this.$el[0],this.$el.addClass("aui-layer")}function eM(e,t){return e.getAttribute(t)||e.getAttribute("data-aui-"+t)}eI.prototype={below:function(){return ej.global.item(ej.global.indexOf(this.$el)-1)},above:function(){return ej.global.item(ej.global.indexOf(this.$el)+1)},changeSize:function(e,t){return this.$el.css("width",e),this.$el.css("height","content"===t?"":t),this},on:function(e,t){return this.$el.on(eE+e,t),this},off:function(e,t){return this.$el.off(eE+e,t),this},show:function(){return this.isVisible()||ej.global.indexOf(this.$el)>-1||!eD(this.$el,"beforeShow","show")||("none"===this.$el.css("display")&&this.$el.css("display",""),ej.global.push(this.$el)),this},hide:function(){if(!this.isVisible())return this;let e=this;return function(e,t,i,n){var s;(s=window.getComputedStyle(e).transitionProperty)&&s.indexOf(t)>-1?e.addEventListener("transitionend",function s(r){t===r.propertyName&&(i.call(e),n&&e.removeEventListener("transitionend",s))}):i.call(e)}(this.$el.get(0),"opacity",function(){e.isVisible()||(this.style.display="none")},!0),ej.global.popUntil(this.$el,!0),this},isVisible:function(){return!0===this.$el.data("_aui-layer-shown")},remove:function(){this.hide(),this.$el.remove(),this.$el=null,this.el=null},isBlanketed:function(){return"true"===this.el.dataset.auiBlanketed},isPersistent:function(){var e=eM(this.el,"modal"),t=this.el.hasAttribute("persistent");return"true"===e||t},getDOMContainer:function(){let e=eM(this.el,"dom-container");return e&&(e=document.querySelector(e)||document.body),e},_hideLayer:function(e){return(!e||!!eD(this.$el,"beforeHide","hide"))&&((this.isPersistent()||this.isBlanketed())&&eT.global.exit(this.$el),this.el.removeAttribute("open"),this.$el.removeData("_aui-layer-shown"),this.$el.css("z-index",this.$el.data("_aui-layer-cached-z-index")||""),this.$el.data("_aui-layer-cached-z-index",""),this.$el.trigger(eE+"hide"),this.$el.trigger(eA+"hide",[this.$el]),!0)},_showLayer:function(e){let t=this.getDOMContainer();if(this.isBlanketed()||t){let e=t||"body";this.$el.parent().is(e)||this.$el.appendTo(e)}this.$el.data("_aui-layer-shown",!0),this.$el.data("_aui-layer-cached-z-index",this.$el.css("z-index")),this.$el.css("z-index",e),this.el.removeAttribute("hidden"),this.el.setAttribute("open",""),this.isBlanketed()&&eT.global.enter(this.$el),this.$el.trigger(eE+"show"),this.$el.trigger(eA+"show",[this.$el])}};var eN=ek("layer",eI);function eO(e,t){for(var i=e.length;i--;)if(t(e[i]))return i;return -1}function eL(e,t){return eO(e,function(e){return e[0]===t[0]})}function eP(e){return eO(e,function(e){return eN(e).isBlanketed()})}function eR(e,t){var i=eP(e);t!==i&&(i>-1?ei(!1,e[i].css("z-index")-20):en())}function e$(e,t,i,n=!0){if(t<0)return[!1,null];for(var s,r=e.length-1;r>=t;r--){var a=eN(s=e[r]);if(i||!a.isPersistent()){if(!a._hideLayer(n))return[!1,s];e.splice(r,1)}}return[!0,s]}function ej(){this._stack=[]}function ez(e){if(!e.length)return!1;var t=document.getElementById(e.attr("aria-controls"));return ej.global.indexOf(t)>-1}eN.on=function(e,t,i){return eS.on(eA+e,t,i),this},eN.off=function(e,t,i){return eS.off(eA+e,t,i),this},ej.prototype={push:function(e){var t=e instanceof x?e:x(e);if(eL(this._stack,t)>=0)throw Error("The given element is already an active layer.");this.popLayersBeside(t);var i=eN(t),n=function(e){var t;if(e.length){var i=parseInt(e[e.length-1].css("z-index"),10);t=(isNaN(i)?0:i)+100}else t=0;return Math.max(3e3,t)}(this._stack);return i._showLayer(n),i.isBlanketed()&&ei(!1,n-20),this._stack.push(t),this},popLayersBeside:function(e){let t=x(e).get(0);if(!ec(t)){var i=eP(this._stack);e$(this._stack,++i,!1);return}let n=function(e){var t=ec(e);if(t)return x(t).closest(".aui-layer").get(0)}(t);if(n){let e=this.indexOf(n);e$(this._stack,++e,!1)}else e$(this._stack,0,!1)},indexOf:function(e){return eL(this._stack,x(e))},item:function(e){return this._stack[e]},hideAll:function(){return this._stack.slice().reverse().forEach(function(e){let t=eN(e);t.isBlanketed()||t.isPersistent()||t.hide()}),this},getNextLowerNonPersistentOrBlanketedLayer:function(e){var t,i=e instanceof x?e:x(e),n=eL(this._stack,i);if(n<0)return null;for(n--;n>=0;){var s=eN(t=this._stack[n]);if(!s.isPersistent()||s.isBlanketed())return t;n--}return null},getNextHigherNonPeristentAndNonBlanketedLayer:function(e){var t,i=e instanceof x?e:x(e),n=eL(this._stack,i);if(n<0)return null;for(n++;n<this._stack.length;){var s=eN(t=this._stack[n]);if(!(s.isPersistent()||s.isBlanketed()))return t;n++}return null},getTopLayer:function(){return this._stack[this._stack.length-1]||null},getTopOpenLayer:function(){return this._stack.slice().reverse().find(e=>void 0!==e.attr("open"))||null},popUntil:function(e,t=!1){var i=e instanceof x?e:x(e),n=eL(this._stack,i);if(-1===n)return null;let s=eP(this._stack),r=eN(i),[a,o]=e$(this._stack,n+1,r.isBlanketed(),t);return a&&r._hideLayer(t)?(this._stack.splice(n,1),eR(this._stack,s),i):o},popTopIfNonPersistent:function(e=!1){var t=this.getTopLayer(),i=eN(t);return!t||i.isPersistent()?null:this.popUntil(t,e)},popUntilTopBlanketed:function(e=!1){var t=eP(this._stack);if(t<0)return null;var i=this._stack[t];if(eN(i).isPersistent()){var n=this.getNextHigherNonPeristentAndNonBlanketedLayer(i);if(n){var s=eL(this._stack,n);return e$(this._stack,s,!0,e),n}return null}return e$(this._stack,t,!0),eR(this._stack,t),i},popUntilTopPersistent:function(e=!1){var t,i=ej.global.getTopLayer();if(i){var n=eP(this._stack),s=eN(i);if(s.isPersistent())if(s.isBlanketed())return;else{if(s=eN(i=ej.global.getNextLowerNonPersistentOrBlanketedLayer(i)),!i||s.isPersistent())return;t=eL(this._stack,i),e$(this._stack,t,!0,e),eR(this._stack,n)}else t=eL(this._stack,i),e$(this._stack,t,!0,e),eR(this._stack,n)}}},eS.on("keydown",function(e){e.keyCode===er.ESCAPE&&(ej.global.popUntilTopPersistent(!0),e.preventDefault())}),eS.on("click",".aui-blanket",function(e){ej.global.popUntilTopBlanketed(!0)&&e.preventDefault()}),eS.on("click",function(e){var t=x(e.target);if(!t.closest(".aui-blanket").length){var i=t.closest("[aria-controls]"),n=t.closest(".aui-layer");if(!n.length&&!ez(i)){let t=x.Event("aui-close-layers-on-outer-click");return(eS.trigger(t),t.isDefaultPrevented())?void e.preventDefault():void ej.global.hideAll()}if(!ez(i)&&n.length){var s=ej.global.getNextHigherNonPeristentAndNonBlanketedLayer(n);s&&eN(s).hide()}}}),ej.global=new ej,eN.Manager=ej,k("layer",eN),k("LayerManager",eN.Manager),eN.Manager;let eH={sinceVersion:"9.0.0",removeInVersion:"11.0.0"},eF=k("params",new Proxy({},{get:function(e,t){return K("AJS.params",eH)(),e[t]}})),eB=J(function(e){e||(e=eF),x(".parameters input").each(function(){var t=this.value,i=this.title||this.id;x(this).hasClass("list")?e[i]?e[i].push(t):e[i]=[t]:e[i]=t.match(/^(tru|fals)e$/i)?"true"===t.toLowerCase():t})},"populateParameters",{sinceVersion:"9.0.0",removeInVersion:"11.0.0"});k("populateParameters",eB),x(function(){var e=x("body");e.data("auiVersion")||e.attr("data-aui-version",$),eB()}),k("$",x);let eU=x;function eW(e){return x.when(x.ready).then(function(){setTimeout(function(){try{e.call(this,x)}catch(t){O("Failed to run init function: "+t.message,e,t,t.stack)}},1)}),this}k("toInit",eW);let eV=eW;n(793);let eY=function(e){T(),"object"!=typeof window.AJS[C]&&(window.AJS[C]={});let t=window.AJS[C];for(let i in e)void 0===t[i]&&(t[i]=e[i]);return t}({keys:{"aui.landmarks.site":"Site","aui.landmarks.sidebar":"Sidebar","aui.landmarks.page":"Page","aui.landmarks.main":"Main","aui.header.home.link":"Go to home page","aui.dropdown.async.error":"Error loading dropdown","aui.dropdown.async.loading":"Loading dropdown","aui.words.expand":"Expand","aui.words.collapse":"Collapse","aui.words.add":"Add","aui.words.update":"Update","aui.words.delete":"Delete","aui.words.remove":"Remove","aui.words.cancel":"Cancel","aui.words.loading":"Loading","aui.words.close":"Close","aui.enter.value":"Enter value","aui.words.more":"More","aui.words.moreitem":"More…","aui.keyboard.shortcut.type.x":"Type ''{0}''","aui.keyboard.shortcut.then.x":"then ''{0}''","aui.keyboard.shortcut.or.x":"OR ''{0}''","aui.sidebar.expand.tooltip":"Expand sidebar ( [ )","aui.sidebar.collapse.tooltip":"Collapse sidebar ( [ )","aui.validation.message.maxlength":"Must be fewer than or equal to {0} characters","aui.validation.message.minlength":"Must be greater than or equal to {0} characters","aui.validation.message.exactlength":"Must be exactly {0} characters","aui.validation.message.matchingfield":"{0} and {1} do not match.","aui.validation.message.matchingfield-novalue":"These fields do not match.","aui.validation.message.doesnotcontain":"Do not include the phrase {0} in this field","aui.validation.message.pattern":"This field does not match the required format","aui.validation.message.required":"This is a required field","aui.validation.message.validnumber":"Please enter a valid number","aui.validation.message.min":"Enter a value greater than or equal to {0}","aui.validation.message.max":"Enter a value less than or equal to {0}","aui.validation.message.dateformat":"Enter a valid date","aui.validation.message.minchecked":"Tick at least {0,choice,0#0 checkboxes|1#1 checkbox|1<{0,number} checkboxes}.","aui.validation.message.maxchecked":"Tick at most {0,choice,0#0 checkboxes|1#1 checkbox|1<{0,number} checkboxes}.","aui.select.no.suggestions":"No suggestions","aui.select.number.suggestions":"Found {0,choice,0#0 options|1#1 option|1<{0,number} options}.","aui.select.new.suggestions":"New suggestions added. Please use the up and down arrows to select.","aui.select.new.value":"new value","aui.toggle.on":"On","aui.toggle.off":"Off","aui.messagecomponent.error.label":"Error","aui.messagecomponent.warning.label":"Warning","aui.messagecomponent.info.label":"Information","aui.messagecomponent.confirmation.label":"Confirmation","aui.messagecomponent.change.label":"Change","ajs.datepicker.localisations.day-names.sunday":"Sunday","ajs.datepicker.localisations.day-names.monday":"Monday","ajs.datepicker.localisations.day-names.tuesday":"Tuesday","ajs.datepicker.localisations.day-names.wednesday":"Wednesday","ajs.datepicker.localisations.day-names.thursday":"Thursday","ajs.datepicker.localisations.day-names.friday":"Friday","ajs.datepicker.localisations.day-names.saturday":"Saturday","ajs.datepicker.localisations.day-names-min.sunday":"Sun","ajs.datepicker.localisations.day-names-min.monday":"Mon","ajs.datepicker.localisations.day-names-min.tuesday":"Tue","ajs.datepicker.localisations.day-names-min.wednesday":"Wed","ajs.datepicker.localisations.day-names-min.thursday":"Thu","ajs.datepicker.localisations.day-names-min.friday":"Fri","ajs.datepicker.localisations.day-names-min.saturday":"Sat","ajs.datepicker.localisations.first-day":0,"ajs.datepicker.localisations.is-RTL":!1,"ajs.datepicker.localisations.month-names.january":"January","ajs.datepicker.localisations.month-names.february":"February","ajs.datepicker.localisations.month-names.march":"March","ajs.datepicker.localisations.month-names.april":"April","ajs.datepicker.localisations.month-names.may":"May","ajs.datepicker.localisations.month-names.june":"June","ajs.datepicker.localisations.month-names.july":"July","ajs.datepicker.localisations.month-names.august":"August","ajs.datepicker.localisations.month-names.september":"September","ajs.datepicker.localisations.month-names.october":"October","ajs.datepicker.localisations.month-names.november":"November","ajs.datepicker.localisations.month-names.december":"December","ajs.datepicker.localisations.show-month-after-year":!1,"ajs.datepicker.localisations.year-suffix":"","aui.flag.default-aria-label.info":"New information message","aui.flag.default-aria-label.success":"New confirmation message","aui.flag.default-aria-label.warning":"New warning message","aui.flag.default-aria-label.error":"New error message"},getText:function(e,...t){return Object.prototype.hasOwnProperty.call(this.keys,e)?P.apply(null,[this.keys[e]].concat(t)):e}}),eq="bottom-end",eK=["top-start","top-end","bottom-start","bottom-end"],eQ=eo("aui-avatar-badged",{attributes:{placement:{value:eq,fallback(e,{newValue:t,oldValue:i}){let n;n=eK.includes(t)?t:eq,i&&e.classList.remove(`aui-avatar-badged-${i}`),e.classList.add(`aui-avatar-badged-${n}`)}}},created:function(e){e.classList.add("aui-avatar-badged")}});var eG=n(2),eJ=n.n(eG);let eZ=new Map([["project","data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHJvbGU9ImltZyIgYXJpYS1sYWJlbD0ieHhsYXJnZSI+CiAgICA8Zz4KICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCIgZmlsbD0iIzg5OTNhNCIgLz4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOS4wMDAwMDAsIDMyLjAwMDAwMCkiPgogICAgICAgICAgICA8cGF0aCBmaWxsPSIjZmZmIgogICAgICAgICAgICAgICAgZD0iTTE4LjI1LDMyLjUgTDU0LjU4MzMzMzMsMzIuNSBMNTQuNTgzMzMzMywyMy40MTY2NjY3IEwxOC4yNSwyMy40MTY2NjY3IEwxOC4yNSwzMi41IFogTTkuMTY2NjY2NjcsMTguODMzMTE2NiBDOS4xNjY2NjY2NywxNi4zNDc5NTQ5IDExLjIzNjU4MSwxNC4zMzMzMzMzIDEzLjcxOTU2NjIsMTQuMzMzMzMzMyBMNTkuMTEzNzY3MSwxNC4zMzMzMzMzIEM2MS42MjgyNjQxLDE0LjMzMzMzMzMgNjMuNjY2NjY2NywxNi4zODE1MTIzIDYzLjY2NjY2NjcsMTguODMzMTE2NiBMNjMuNjY2NjY2Nyw0MS41ODMzMzMzIEw5LjE2NjY2NjY3LDQxLjU4MzMzMzMgTDkuMTY2NjY2NjcsMTguODMzMTE2NiBaIiAvPgogICAgICAgICAgICA8cGF0aCBmaWxsPSIjZmZmIgogICAgICAgICAgICAgICAgZD0iTTE4LjI1LDkuODEzODM2ODIgQzE4LjI1LDQuNzg1MDA2MSAyMi4zMjk2MDAzLDAuNzA4MzMzMzMzIDI3LjMyMzg1NTQsMC43MDgzMzMzMzMgTDM2LjQyNjE0NDYsMC43MDgzMzMzMzMgQzQxLjQzNzQ5NjUsMC43MDgzMzMzMzMgNDUuNSw0Ljc2ODEyODI1IDQ1LjUsOS44MTM4MzY4MiBMNDUuNSwyMy40MTY2NjY3IEwxOC4yNSwyMy40MTY2NjY3IEwxOC4yNSw5LjgxMzgzNjgyIFogTTM2LjQxNjY2NjcsOS44MTM4MzY4MiBDMzYuNDE2NjY2Nyw5Ljc5ODAzMzE1IDM2LjQxODQ3NDgsOS43OTMwMzc4NCAzNi40MjA3NTE1LDkuNzkxNjY2NjcgTDI3LjMyMzg1NTQsOS43OTE2NjY2NyBDMjcuMzQ0NzIyNCw5Ljc5MTY2NjY3IDI3LjMzMzMzMzMsOS44MDMwODA1OSAyNy4zMzMzMzMzLDkuODEzODM2ODIgTDI3LjMzMzMzMzMsMTQuMzMzMzMzMyBMMzYuNDE2NjY2NywxNC4zMzMzMzMzIEwzNi40MTY2NjY3LDkuODEzODM2ODIgWiIgLz4KICAgICAgICAgICAgPHBhdGggZmlsbD0iI2ZmZiIKICAgICAgICAgICAgICAgIGQ9Ik0xMS40Mzg2NTMyLDU1LjIwODMzMzMgTDc0Ljk5NTM1NjIsNTUuMjA4MzMzMyBMNzkuNTQ1MjI0Miw0MS41ODMzMzMzIEw5LjgwNDQ5NzUyLDQxLjU4MzMzMzMgTDExLjQzODY1MzIsNTUuMjA4MzMzMyBaIE0wLjEwNDg1NDcsMzYuOTg3NTQxIEMtMC4xOTIzOTk3NzUsMzQuNTA5MTQwNSAxLjU4NjU3MTcsMzIuNSA0LjA5NTAyODM5LDMyLjUgTDg3LjYyNjQ3MzUsMzIuNSBDOTAuMTI3NDQwMSwzMi41IDkxLjUyMjU2NTYsMzQuMzkzNTA2IDkwLjcyMzEwNDcsMzYuNzg3NTY1NiBMODIuOTcwMjg0Niw2MC4wMDQxMDEgQzgyLjE3OTU0MDIsNjIuMzcyMDU4MiA3OS41Mjc5NDQ1LDY0LjI5MTY2NjcgNzYuOTk4NTMzOCw2NC4yOTE2NjY3IEw3LjkxOTYzOTI0LDY0LjI5MTY2NjcgQzUuNDEyMjc2NzMsNjQuMjkxNjY2NyAzLjE0MTEzNTcxLDYyLjMwMjk1NTUgMi44NDE0MzA5Nyw1OS44MDQxMjU3IEwwLjEwNDg1NDcsMzYuOTg3NTQxIFoiIC8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K"],["user","data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHJvbGU9ImltZyIgYXJpYS1sYWJlbD0ieHhsYXJnZSI+CiAgICA8Zz4KICAgICAgICA8Y2lyY2xlIGN4PSI2NCIgY3k9IjY0IiByPSI2NCIgZmlsbD0iIzg5OTNhNCIgLz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZmlsbD0iI2ZmZiIKICAgICAgICAgICAgICAgIGQ9Ik0xMDMsMTAyLjEzODggQzkzLjA5NCwxMTEuOTIgNzkuMzUwNCwxMTggNjQuMTYzOCwxMTggQzQ4LjgwNTYsMTE4IDM0LjkyOTQsMTExLjc2OCAyNSwxMDEuNzg5MiBMMjUsOTUuMiBDMjUsODYuODA5NiAzMS45ODEsODAgNDAuNiw4MCBMODcuNCw4MCBDOTYuMDE5LDgwIDEwMyw4Ni44MDk2IDEwMyw5NS4yIEwxMDMsMTAyLjEzODggWiIgLz4KICAgICAgICAgICAgPHBhdGggZmlsbD0iI2ZmZiIKICAgICAgICAgICAgICAgIGQ9Ik02My45OTYxNjQ3LDI0IEM1MS4yOTM4MTM2LDI0IDQxLDM0LjI5MzgxMzYgNDEsNDYuOTk2MTY0NyBDNDEsNTkuNzA2MTg2NCA1MS4yOTM4MTM2LDcwIDYzLjk5NjE2NDcsNzAgQzc2LjY5ODUxNTksNzAgODcsNTkuNzA2MTg2NCA4Nyw0Ni45OTYxNjQ3IEM4NywzNC4yOTM4MTM2IDc2LjY5ODUxNTksMjQgNjMuOTk2MTY0NywyNCIgLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo="]]),eX=(e,t,i)=>{let n=e.querySelector(".aui-avatar");n.classList.remove(`aui-avatar-${i}`),n.classList.add(`aui-avatar-${t}`)},e0=e=>{if(e.hasAttribute("src"))e2(e,e.getAttribute("src"));else{let t="project"===e.getAttribute("type")?"project":"user";e2(e,eZ.get(t))}},e1=(e,t,i)=>e.querySelector("img").setAttribute(t,i),e2=(e,t)=>e1(e,"src",t),e3=eo("aui-avatar",{template:eJ()(`
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("jquery")):"function"==typeof define&&define.amd?define("@atlassian/aui",["jquery"],t):"object"==typeof exports?exports["@atlassian/aui"]=t(require("jquery")):e.AJS=t(e.jQuery)}(window,e=>(()=>{var t={101(e,t,i){let n;n=i(195),e.exports=(()=>{var e={930(e){"use strict";e.exports=n}},t={};let i=function i(n){var s=t[n];if(void 0!==s)return s.exports;var r=t[n]={exports:{}};return e[n](r,r.exports,i),r.exports}(930),s=/^.*[\\\/]/,r=/\{0\}/gi;function a(e,t){let n=i(e).data("FancyFileInput");if(n)return n;t=i.extend({},a.defaults,t),this.el=e,this.$el=i(e),this.$label=this.createLabel(t.buttonText),this._addLabelText(),this.$clearButton=i("<button>",{text:this.$label.attr("data-ffi-clearButtonText")||t.clearButtonText,class:"ffi-clear",type:"button",tabindex:"-1"}),this.multipleFileTextPattern=this.$label.attr("data-ffi-multipleFileTextPattern")||t.multipleFileTextPattern,this._eventNamespace=".ffi",this.CLASSES={disabled:"is-disabled",focused:"is-focused",active:"is-active",valid:"is-valid",invalid:"is-invalid"},this[this.isDisabled()?"disable":"enable"]()}return a.defaults={buttonText:"Browse…",clearButtonText:"Clear",multipleFileTextPattern:"{0} files"},a.prototype._addLabelText=function(){let e=i('label[for="'+this.el.id+'"]');e.length&&this.$el.attr("aria-label",e.text())},a.prototype.createLabel=function(e){let t=this.$el.parent(".ffi[data-ffi-button-text]");return t.length||(t=this.$el.wrap(i("<label>",{class:"ffi","data-ffi-button-text":e})).parent()),t},a.prototype.isDisabled=function(){return this.$el.is(":disabled")},a.prototype.formatMultipleFileText=function(e){return this.multipleFileTextPattern.replace(r,e)},a.prototype.bindEvents=function(){this.$el.on("invalid"+this._eventNamespace,this.checkValidity.bind(this)).on("change"+this._eventNamespace,this.change.bind(this)).on("keydown"+this._eventNamespace,this.keydown.bind(this)).on("mousedown"+this._eventNamespace,this.mousedown.bind(this)).on("mouseup"+this._eventNamespace,this.mouseup.bind(this)).on("focus"+this._eventNamespace,this.focus.bind(this)).on("blur"+this._eventNamespace,this.blur.bind(this)),this.$clearButton.on("click"+this._eventNamespace,this.clear.bind(this))},a.prototype.unbindEvents=function(){this.$el.off(this._eventNamespace),this.$clearButton.off(this._eventNamespace)},a.prototype.fireEvent=function(e){this.$el.trigger(e+this._eventNamespace)},a.prototype.enable=function(){this.bindEvents(),this.$el.prop("disabled",!1),this.$label.removeClass(this.CLASSES.disabled)},a.prototype.disable=function(){this.unbindEvents(),this.$el.prop("disabled",!0),this.$label.addClass(this.CLASSES.disabled)},a.prototype.clear=function(){return this.$el.wrap("<form>").closest("form").get(0).reset(),this.$el.unwrap(),this.el.value="",this.change(),!1},a.prototype.focus=function(){this.$label.addClass(this.CLASSES.focused)},a.prototype.blur=function(){this.$label.removeClass(this.CLASSES.focused)},a.prototype.mousedown=function(){this.$label.addClass(this.CLASSES.active)},a.prototype.mouseup=function(){this.$label.removeClass(this.CLASSES.active)},a.prototype.keydown=function(e){let t=e.which;(8===t||46===t)&&(this.clear(),e.preventDefault())},a.prototype.checkValidity=function(){if(!this.el.required)return;let e=this.$el.is(":invalid");this.$label.toggleClass(this.CLASSES.invalid,e).toggleClass(this.CLASSES.valid,!e)},a.prototype.change=function(){let e,t="";this.checkValidity(),(e=this.el.multiple&&this.el.files.length>1?this.formatMultipleFileText(this.el.files.length):this.el.value).length?(t=e.replace(s,""),this.$clearButton.appendTo(this.$label)):this.$clearButton.detach(),this.$el.focus(),this.setFieldText(t),this.fireEvent("value-changed")},a.prototype.setFieldText=function(e){let t="data-ffi-value";e.length?(this.$label.attr(t,e),this.fireEvent("value-added")):(this.$label.removeAttr(t),this.fireEvent("value-cleared"))},i.fn.fancyFileInput=function(e){return this.each(function(){let t=new a(this,e);i(this).data("FancyFileInput",t)})},{}})()},793(){console.debug("AUI import for WRM I18n not loaded")},603(){jQuery.fn.moveTo=function(e){var t,i=jQuery.extend({transition:!1,scrollOffset:35},e),n=this,s=n.offset().top;if((jQuery(window).scrollTop()+jQuery(window).height()-this.outerHeight()<s||jQuery(window).scrollTop()+i.scrollOffset>s)&&jQuery(window).height()>i.scrollOffset){if(t=jQuery(window).scrollTop()+i.scrollOffset>s?s-(jQuery(window).height()-this.outerHeight())+i.scrollOffset:s-i.scrollOffset,!jQuery.fn.moveTo.animating&&i.transition)return jQuery(document).trigger("moveToStarted",this),jQuery.fn.moveTo.animating=!0,jQuery("html,body").animate({scrollTop:t},1e3,function(){jQuery(document).trigger("moveToFinished",n),delete jQuery.fn.moveTo.animating}),this;var r=jQuery("html, body");return r.is(":animated")&&(r.stop(),delete jQuery.fn.moveTo.animating),jQuery(document).trigger("moveToStarted"),jQuery(window).scrollTop(t),setTimeout(function(){jQuery(document).trigger("moveToFinished",n)},100),this}return jQuery(document).trigger("moveToFinished",this),this}},973(e,t,i){var n,s,r,a;r=function(e,t,i,n){var s,r=e.Backbone,a=Array.prototype.slice;t.VERSION="1.6.0",t.$=n,t.noConflict=function(){return e.Backbone=r,this},t.emulateHTTP=!1,t.emulateJSON=!1;var o=t.Events={},l=/\s+/,c=function(e,t,n,s,r){var a,o=0;if(n&&"object"==typeof n)for(void 0!==s&&("context"in r)&&void 0===r.context&&(r.context=s),a=i.keys(n);o<a.length;o++)t=c(e,t,a[o],n[a[o]],r);else if(n&&l.test(n))for(a=n.split(l);o<a.length;o++)t=e(t,a[o],s,r);else t=e(t,n,s,r);return t};o.on=function(e,t,i){return this._events=c(u,this._events||{},e,t,{context:i,ctx:this,listening:s}),s&&((this._listeners||(this._listeners={}))[s.id]=s,s.interop=!1),this},o.listenTo=function(e,t,n){if(!e)return this;var r=e._listenId||(e._listenId=i.uniqueId("l")),a=this._listeningTo||(this._listeningTo={}),o=s=a[r];o||(this._listenId||(this._listenId=i.uniqueId("l")),o=s=a[r]=new v(this,e));var l=h(e,t,n,this);if(s=void 0,l)throw l;return o.interop&&o.on(t,n),this};var u=function(e,t,i,n){if(i){var s=e[t]||(e[t]=[]),r=n.context,a=n.ctx,o=n.listening;o&&o.count++,s.push({callback:i,context:r,ctx:r||a,listening:o})}return e},h=function(e,t,i,n){try{e.on(t,i,n)}catch(e){return e}};o.off=function(e,t,i){return this._events&&(this._events=c(p,this._events,e,t,{context:i,listeners:this._listeners})),this},o.stopListening=function(e,t,n){var s=this._listeningTo;if(!s)return this;for(var r=e?[e._listenId]:i.keys(s),a=0;a<r.length;a++){var o=s[r[a]];if(!o)break;o.obj.off(t,n,this),o.interop&&o.off(t,n)}return i.isEmpty(s)&&(this._listeningTo=void 0),this};var p=function(e,t,n,s){if(e){var r,a=s.context,o=s.listeners,l=0;if(!t&&!a&&!n){for(r=i.keys(o);l<r.length;l++)o[r[l]].cleanup();return}for(r=t?[t]:i.keys(e);l<r.length;l++){var c=e[t=r[l]];if(!c)break;for(var u=[],h=0;h<c.length;h++){var p=c[h];if(n&&n!==p.callback&&n!==p.callback._callback||a&&a!==p.context)u.push(p);else{var f=p.listening;f&&f.off(t,n)}}u.length?e[t]=u:delete e[t]}return e}};o.once=function(e,t,i){var n=c(f,{},e,t,this.off.bind(this));return"string"==typeof e&&null==i&&(t=void 0),this.on(n,t,i)},o.listenToOnce=function(e,t,i){var n=c(f,{},t,i,this.stopListening.bind(this,e));return this.listenTo(e,n)};var f=function(e,t,n,s){if(n){var r=e[t]=i.once(function(){s(t,r),n.apply(this,arguments)});r._callback=n}return e};o.trigger=function(e){if(!this._events)return this;for(var t=Math.max(0,arguments.length-1),i=Array(t),n=0;n<t;n++)i[n]=arguments[n+1];return c(g,this._events,e,void 0,i),this};var g=function(e,t,i,n){if(e){var s=e[t],r=e.all;s&&r&&(r=r.slice()),s&&m(s,n),r&&m(r,[t].concat(n))}return e},m=function(e,t){var i,n=-1,s=e.length,r=t[0],a=t[1],o=t[2];switch(t.length){case 0:for(;++n<s;)(i=e[n]).callback.call(i.ctx);return;case 1:for(;++n<s;)(i=e[n]).callback.call(i.ctx,r);return;case 2:for(;++n<s;)(i=e[n]).callback.call(i.ctx,r,a);return;case 3:for(;++n<s;)(i=e[n]).callback.call(i.ctx,r,a,o);return;default:for(;++n<s;)(i=e[n]).callback.apply(i.ctx,t);return}},v=function(e,t){this.id=e._listenId,this.listener=e,this.obj=t,this.interop=!0,this.count=0,this._events=void 0};v.prototype.on=o.on,v.prototype.off=function(e,t){var i;this.interop?(this._events=c(p,this._events,e,t,{context:void 0,listeners:void 0}),i=!this._events):(this.count--,i=0===this.count),i&&this.cleanup()},v.prototype.cleanup=function(){delete this.listener._listeningTo[this.obj._listenId],this.interop||delete this.obj._listeners[this.id]},o.bind=o.on,o.unbind=o.off,i.extend(t,o);var b=t.Model=function(e,t){var n=e||{};t||(t={}),this.preinitialize.apply(this,arguments),this.cid=i.uniqueId(this.cidPrefix),this.attributes={},t.collection&&(this.collection=t.collection),t.parse&&(n=this.parse(n,t)||{});var s=i.result(this,"defaults");n=i.defaults(i.extend({},s,n),s),this.set(n,t),this.changed={},this.initialize.apply(this,arguments)};i.extend(b.prototype,o,{changed:null,validationError:null,idAttribute:"id",cidPrefix:"c",preinitialize:function(){},initialize:function(){},toJSON:function(e){return i.clone(this.attributes)},sync:function(){return t.sync.apply(this,arguments)},get:function(e){return this.attributes[e]},escape:function(e){return i.escape(this.get(e))},has:function(e){return null!=this.get(e)},matches:function(e){return!!i.iteratee(e,this)(this.attributes)},set:function(e,t,n){if(null==e)return this;if("object"==typeof e?(s=e,n=t):(s={})[e]=t,n||(n={}),!this._validate(s,n))return!1;var s,r=n.unset,a=n.silent,o=[],l=this._changing;this._changing=!0,l||(this._previousAttributes=i.clone(this.attributes),this.changed={});var c=this.attributes,u=this.changed,h=this._previousAttributes;for(var p in s)t=s[p],i.isEqual(c[p],t)||o.push(p),i.isEqual(h[p],t)?delete u[p]:u[p]=t,r?delete c[p]:c[p]=t;if(this.idAttribute in s){var f=this.id;this.id=this.get(this.idAttribute),this.trigger("changeId",this,f,n)}if(!a){o.length&&(this._pending=n);for(var g=0;g<o.length;g++)this.trigger("change:"+o[g],this,c[o[g]],n)}if(l)return this;if(!a)for(;this._pending;)n=this._pending,this._pending=!1,this.trigger("change",this,n);return this._pending=!1,this._changing=!1,this},unset:function(e,t){return this.set(e,void 0,i.extend({},t,{unset:!0}))},clear:function(e){var t={};for(var n in this.attributes)t[n]=void 0;return this.set(t,i.extend({},e,{unset:!0}))},hasChanged:function(e){return null==e?!i.isEmpty(this.changed):i.has(this.changed,e)},changedAttributes:function(e){if(!e)return!!this.hasChanged()&&i.clone(this.changed);var t,n=this._changing?this._previousAttributes:this.attributes,s={};for(var r in e){var a=e[r];i.isEqual(n[r],a)||(s[r]=a,t=!0)}return!!t&&s},previous:function(e){return null!=e&&this._previousAttributes?this._previousAttributes[e]:null},previousAttributes:function(){return i.clone(this._previousAttributes)},fetch:function(e){e=i.extend({parse:!0},e);var t=this,n=e.success;return e.success=function(i){var s=e.parse?t.parse(i,e):i;if(!t.set(s,e))return!1;n&&n.call(e.context,t,i,e),t.trigger("sync",t,i,e)},Y(this,e),this.sync("read",this,e)},save:function(e,t,n){null==e||"object"==typeof e?(s=e,n=t):(s={})[e]=t;var s,r=(n=i.extend({validate:!0,parse:!0},n)).wait;if(s&&!r){if(!this.set(s,n))return!1}else if(!this._validate(s,n))return!1;var a=this,o=n.success,l=this.attributes;n.success=function(e){a.attributes=l;var t=n.parse?a.parse(e,n):e;if(r&&(t=i.extend({},s,t)),t&&!a.set(t,n))return!1;o&&o.call(n.context,a,e,n),a.trigger("sync",a,e,n)},Y(this,n),s&&r&&(this.attributes=i.extend({},l,s));var c=this.isNew()?"create":n.patch?"patch":"update";"patch"!==c||n.attrs||(n.attrs=s);var u=this.sync(c,this,n);return this.attributes=l,u},destroy:function(e){e=e?i.clone(e):{};var t=this,n=e.success,s=e.wait,r=function(){t.stopListening(),t.trigger("destroy",t,t.collection,e)};e.success=function(i){s&&r(),n&&n.call(e.context,t,i,e),t.isNew()||t.trigger("sync",t,i,e)};var a=!1;return this.isNew()?i.defer(e.success):(Y(this,e),a=this.sync("delete",this,e)),s||r(),a},url:function(){var e=i.result(this,"urlRoot")||i.result(this.collection,"url")||V();if(this.isNew())return e;var t=this.get(this.idAttribute);return e.replace(/[^\/]$/,"$&/")+encodeURIComponent(t)},parse:function(e,t){return e},clone:function(){return new this.constructor(this.attributes)},isNew:function(){return!this.has(this.idAttribute)},isValid:function(e){return this._validate({},i.extend({},e,{validate:!0}))},_validate:function(e,t){if(!t.validate||!this.validate)return!0;e=i.extend({},this.attributes,e);var n=this.validationError=this.validate(e,t)||null;return!n||(this.trigger("invalid",this,n,i.extend(t,{validationError:n})),!1)}});var y=t.Collection=function(e,t){t||(t={}),this.preinitialize.apply(this,arguments),t.model&&(this.model=t.model),void 0!==t.comparator&&(this.comparator=t.comparator),this._reset(),this.initialize.apply(this,arguments),e&&this.reset(e,i.extend({silent:!0},t))},w={add:!0,remove:!0,merge:!0},_={add:!0,remove:!1},x=function(e,t,i){i=Math.min(Math.max(i,0),e.length);var n,s=Array(e.length-i),r=t.length;for(n=0;n<s.length;n++)s[n]=e[n+i];for(n=0;n<r;n++)e[n+i]=t[n];for(n=0;n<s.length;n++)e[n+r+i]=s[n]};i.extend(y.prototype,o,{model:b,preinitialize:function(){},initialize:function(){},toJSON:function(e){return this.map(function(t){return t.toJSON(e)})},sync:function(){return t.sync.apply(this,arguments)},add:function(e,t){return this.set(e,i.extend({merge:!1},t,_))},remove:function(e,t){t=i.extend({},t);var n=!i.isArray(e);e=n?[e]:e.slice();var s=this._removeModels(e,t);return!t.silent&&s.length&&(t.changes={added:[],merged:[],removed:s},this.trigger("update",this,t)),n?s[0]:s},set:function(e,t){if(null!=e){(t=i.extend({},w,t)).parse&&!this._isModel(e)&&(e=this.parse(e,t)||[]);var n,s,r=!i.isArray(e);e=r?[e]:e.slice();var a=t.at;null!=a&&(a*=1),a>this.length&&(a=this.length),a<0&&(a+=this.length+1);var o=[],l=[],c=[],u=[],h={},p=t.add,f=t.merge,g=t.remove,m=!1,v=this.comparator&&null==a&&!1!==t.sort,b=i.isString(this.comparator)?this.comparator:null;for(s=0;s<e.length;s++){n=e[s];var y=this.get(n);if(y){if(f&&n!==y){var _=this._isModel(n)?n.attributes:n;t.parse&&(_=y.parse(_,t)),y.set(_,t),c.push(y),v&&!m&&(m=y.hasChanged(b))}h[y.cid]||(h[y.cid]=!0,o.push(y)),e[s]=y}else p&&(n=e[s]=this._prepareModel(n,t))&&(l.push(n),this._addReference(n,t),h[n.cid]=!0,o.push(n))}if(g){for(s=0;s<this.length;s++)h[(n=this.models[s]).cid]||u.push(n);u.length&&this._removeModels(u,t)}var C=!1;if(o.length&&!v&&p&&g?(C=this.length!==o.length||i.some(this.models,function(e,t){return e!==o[t]}),this.models.length=0,x(this.models,o,0),this.length=this.models.length):l.length&&(v&&(m=!0),x(this.models,l,null==a?this.length:a),this.length=this.models.length),m&&this.sort({silent:!0}),!t.silent){for(s=0;s<l.length;s++)null!=a&&(t.index=a+s),(n=l[s]).trigger("add",n,this,t);(m||C)&&this.trigger("sort",this,t),(l.length||u.length||c.length)&&(t.changes={added:l,removed:u,merged:c},this.trigger("update",this,t))}return r?e[0]:e}},reset:function(e,t){t=t?i.clone(t):{};for(var n=0;n<this.models.length;n++)this._removeReference(this.models[n],t);return t.previousModels=this.models,this._reset(),e=this.add(e,i.extend({silent:!0},t)),t.silent||this.trigger("reset",this,t),e},push:function(e,t){return this.add(e,i.extend({at:this.length},t))},pop:function(e){var t=this.at(this.length-1);return this.remove(t,e)},unshift:function(e,t){return this.add(e,i.extend({at:0},t))},shift:function(e){var t=this.at(0);return this.remove(t,e)},slice:function(){return a.apply(this.models,arguments)},get:function(e){if(null!=e)return this._byId[e]||this._byId[this.modelId(this._isModel(e)?e.attributes:e,e.idAttribute)]||e.cid&&this._byId[e.cid]},has:function(e){return null!=this.get(e)},at:function(e){return e<0&&(e+=this.length),this.models[e]},where:function(e,t){return this[t?"find":"filter"](e)},findWhere:function(e){return this.where(e,!0)},sort:function(e){var t=this.comparator;if(!t)throw Error("Cannot sort a set without a comparator");e||(e={});var n=t.length;return i.isFunction(t)&&(t=t.bind(this)),1===n||i.isString(t)?this.models=this.sortBy(t):this.models.sort(t),e.silent||this.trigger("sort",this,e),this},pluck:function(e){return this.map(e+"")},fetch:function(e){var t=(e=i.extend({parse:!0},e)).success,n=this;return e.success=function(i){n[e.reset?"reset":"set"](i,e),t&&t.call(e.context,n,i,e),n.trigger("sync",n,i,e)},Y(this,e),this.sync("read",this,e)},create:function(e,t){var n=(t=t?i.clone(t):{}).wait;if(!(e=this._prepareModel(e,t)))return!1;n||this.add(e,t);var s=this,r=t.success;return t.success=function(e,t,i){n&&(e.off("error",s._forwardPristineError,s),s.add(e,i)),r&&r.call(i.context,e,t,i)},n&&e.once("error",this._forwardPristineError,this),e.save(null,t),e},parse:function(e,t){return e},clone:function(){return new this.constructor(this.models,{model:this.model,comparator:this.comparator})},modelId:function(e,t){return e[t||this.model.prototype.idAttribute||"id"]},values:function(){return new T(this,k)},keys:function(){return new T(this,E)},entries:function(){return new T(this,A)},_reset:function(){this.length=0,this.models=[],this._byId={}},_prepareModel:function(e,t){var n;return this._isModel(e)?(e.collection||(e.collection=this),e):((t=t?i.clone(t):{}).collection=this,(n=this.model.prototype?new this.model(e,t):this.model(e,t)).validationError)?(this.trigger("invalid",this,n.validationError,t),!1):n},_removeModels:function(e,t){for(var i=[],n=0;n<e.length;n++){var s=this.get(e[n]);if(s){var r=this.indexOf(s);this.models.splice(r,1),this.length--,delete this._byId[s.cid];var a=this.modelId(s.attributes,s.idAttribute);null!=a&&delete this._byId[a],t.silent||(t.index=r,s.trigger("remove",s,this,t)),i.push(s),this._removeReference(s,t)}}return e.length>0&&!t.silent&&delete t.index,i},_isModel:function(e){return e instanceof b},_addReference:function(e,t){this._byId[e.cid]=e;var i=this.modelId(e.attributes,e.idAttribute);null!=i&&(this._byId[i]=e),e.on("all",this._onModelEvent,this)},_removeReference:function(e,t){delete this._byId[e.cid];var i=this.modelId(e.attributes,e.idAttribute);null!=i&&delete this._byId[i],this===e.collection&&delete e.collection,e.off("all",this._onModelEvent,this)},_onModelEvent:function(e,t,i,n){if(t){if(("add"===e||"remove"===e)&&i!==this)return;if("destroy"===e&&this.remove(t,n),"changeId"===e){var s=this.modelId(t.previousAttributes(),t.idAttribute),r=this.modelId(t.attributes,t.idAttribute);null!=s&&delete this._byId[s],null!=r&&(this._byId[r]=t)}}this.trigger.apply(this,arguments)},_forwardPristineError:function(e,t,i){this.has(e)||this._onModelEvent("error",e,t,i)}});var C="function"==typeof Symbol&&Symbol.iterator;C&&(y.prototype[C]=y.prototype.values);var T=function(e,t){this._collection=e,this._kind=t,this._index=0},k=1,E=2,A=3;C&&(T.prototype[C]=function(){return this}),T.prototype.next=function(){if(this._collection){if(this._index<this._collection.length){var e,t=this._collection.at(this._index);if(this._index++,this._kind===k)e=t;else{var i=this._collection.modelId(t.attributes,t.idAttribute);e=this._kind===E?i:[i,t]}return{value:e,done:!1}}this._collection=void 0}return{value:void 0,done:!0}};var S=t.View=function(e){this.cid=i.uniqueId("view"),this.preinitialize.apply(this,arguments),i.extend(this,i.pick(e,I)),this._ensureElement(),this.initialize.apply(this,arguments)},D=/^(\S+)\s*(.*)$/,I=["model","collection","el","id","attributes","className","tagName","events"];i.extend(S.prototype,o,{tagName:"div",$:function(e){return this.$el.find(e)},preinitialize:function(){},initialize:function(){},render:function(){return this},remove:function(){return this._removeElement(),this.stopListening(),this},_removeElement:function(){this.$el.remove()},setElement:function(e){return this.undelegateEvents(),this._setElement(e),this.delegateEvents(),this},_setElement:function(e){this.$el=e instanceof t.$?e:t.$(e),this.el=this.$el[0]},delegateEvents:function(e){if(e||(e=i.result(this,"events")),!e)return this;for(var t in this.undelegateEvents(),e){var n=e[t];if(i.isFunction(n)||(n=this[n]),n){var s=t.match(D);this.delegate(s[1],s[2],n.bind(this))}}return this},delegate:function(e,t,i){return this.$el.on(e+".delegateEvents"+this.cid,t,i),this},undelegateEvents:function(){return this.$el&&this.$el.off(".delegateEvents"+this.cid),this},undelegate:function(e,t,i){return this.$el.off(e+".delegateEvents"+this.cid,t,i),this},_createElement:function(e){return document.createElement(e)},_ensureElement:function(){if(this.el)this.setElement(i.result(this,"el"));else{var e=i.extend({},i.result(this,"attributes"));this.id&&(e.id=i.result(this,"id")),this.className&&(e.class=i.result(this,"className")),this.setElement(this._createElement(i.result(this,"tagName"))),this._setAttributes(e)}},_setAttributes:function(e){this.$el.attr(e)}});var M=function(e,t,i,n){switch(t){case 1:return function(){return e[i](this[n])};case 2:return function(t){return e[i](this[n],t)};case 3:return function(t,s){return e[i](this[n],O(t,this),s)};case 4:return function(t,s,r){return e[i](this[n],O(t,this),s,r)};default:return function(){var t=a.call(arguments);return t.unshift(this[n]),e[i].apply(e,t)}}},N=function(e,t,n,s){i.each(n,function(i,n){t[n]&&(e.prototype[n]=M(t,i,n,s))})},O=function(e,t){return i.isFunction(e)?e:i.isObject(e)&&!t._isModel(e)?L(e):i.isString(e)?function(t){return t.get(e)}:e},L=function(e){var t=i.matches(e);return function(e){return t(e.attributes)}};i.each([[y,{forEach:3,each:3,map:3,collect:3,reduce:0,foldl:0,inject:0,reduceRight:0,foldr:0,find:3,detect:3,filter:3,select:3,reject:3,every:3,all:3,some:3,any:3,include:3,includes:3,contains:3,invoke:0,max:3,min:3,toArray:1,size:1,first:3,head:3,take:3,initial:3,rest:3,tail:3,drop:3,last:3,without:0,difference:0,indexOf:3,shuffle:1,lastIndexOf:3,isEmpty:1,chain:1,sample:3,partition:3,groupBy:3,countBy:3,sortBy:3,indexBy:3,findIndex:3,findLastIndex:3},"models"],[b,{keys:1,values:1,pairs:1,invert:1,pick:0,omit:0,chain:1,isEmpty:1},"attributes"]],function(e){var t=e[0],n=e[1],s=e[2];t.mixin=function(e){var n=i.reduce(i.functions(e),function(e,t){return e[t]=0,e},{});N(t,e,n,s)},N(t,i,n,s)}),t.sync=function(e,n,s){var r=P[e];i.defaults(s||(s={}),{emulateHTTP:t.emulateHTTP,emulateJSON:t.emulateJSON});var a={type:r,dataType:"json"};if(s.url||(a.url=i.result(n,"url")||V()),null==s.data&&n&&("create"===e||"update"===e||"patch"===e)&&(a.contentType="application/json",a.data=JSON.stringify(s.attrs||n.toJSON(s))),s.emulateJSON&&(a.contentType="application/x-www-form-urlencoded",a.data=a.data?{model:a.data}:{}),s.emulateHTTP&&("PUT"===r||"DELETE"===r||"PATCH"===r)){a.type="POST",s.emulateJSON&&(a.data._method=r);var o=s.beforeSend;s.beforeSend=function(e){if(e.setRequestHeader("X-HTTP-Method-Override",r),o)return o.apply(this,arguments)}}"GET"===a.type||s.emulateJSON||(a.processData=!1);var l=s.error;s.error=function(e,t,i){s.textStatus=t,s.errorThrown=i,l&&l.call(s.context,e,t,i)};var c=s.xhr=t.ajax(i.extend(a,s));return n.trigger("request",n,c,s),c};var P={create:"POST",update:"PUT",patch:"PATCH",delete:"DELETE",read:"GET"};t.ajax=function(){return t.$.ajax.apply(t.$,arguments)};var R=t.Router=function(e){e||(e={}),this.preinitialize.apply(this,arguments),e.routes&&(this.routes=e.routes),this._bindRoutes(),this.initialize.apply(this,arguments)},$=/\((.*?)\)/g,j=/(\(\?)?:\w+/g,z=/\*\w+/g,H=/[\-{}\[\]+?.,\\\^$|#\s]/g;i.extend(R.prototype,o,{preinitialize:function(){},initialize:function(){},route:function(e,n,s){i.isRegExp(e)||(e=this._routeToRegExp(e)),i.isFunction(n)&&(s=n,n=""),s||(s=this[n]);var r=this;return t.history.route(e,function(i){var a=r._extractParameters(e,i);!1!==r.execute(s,a,n)&&(r.trigger.apply(r,["route:"+n].concat(a)),r.trigger("route",n,a),t.history.trigger("route",r,n,a))}),this},execute:function(e,t,i){e&&e.apply(this,t)},navigate:function(e,i){return t.history.navigate(e,i),this},_bindRoutes:function(){if(this.routes){this.routes=i.result(this,"routes");for(var e,t=i.keys(this.routes);null!=(e=t.pop());)this.route(e,this.routes[e])}},_routeToRegExp:function(e){return RegExp("^"+(e=e.replace(H,"\\$&").replace($,"(?:$1)?").replace(j,function(e,t){return t?e:"([^/?]+)"}).replace(z,"([^?]*?)"))+"(?:\\?([\\s\\S]*))?$")},_extractParameters:function(e,t){var n=e.exec(t).slice(1);return i.map(n,function(e,t){return t===n.length-1?e||null:e?decodeURIComponent(e):null})}});var F=t.History=function(){this.handlers=[],this.checkUrl=this.checkUrl.bind(this),"u">typeof window&&(this.location=window.location,this.history=window.history)},B=/^[#\/]|\s+$/g,U=/^\/+|\/+$/g,W=/#.*$/;F.started=!1,i.extend(F.prototype,o,{interval:50,atRoot:function(){return this.location.pathname.replace(/[^\/]$/,"$&/")===this.root&&!this.getSearch()},matchRoot:function(){return this.decodeFragment(this.location.pathname).slice(0,this.root.length-1)+"/"===this.root},decodeFragment:function(e){return decodeURI(e.replace(/%25/g,"%2525"))},getSearch:function(){var e=this.location.href.replace(/#.*/,"").match(/\?.+/);return e?e[0]:""},getHash:function(e){var t=(e||this).location.href.match(/#(.*)$/);return t?t[1]:""},getPath:function(){var e=this.decodeFragment(this.location.pathname+this.getSearch()).slice(this.root.length-1);return"/"===e.charAt(0)?e.slice(1):e},getFragment:function(e){return null==e&&(e=this._usePushState||!this._wantsHashChange?this.getPath():this.getHash()),e.replace(B,"")},start:function(e){if(F.started)throw Error("Backbone.history has already been started");if(F.started=!0,this.options=i.extend({root:"/"},this.options,e),this.root=this.options.root,this._trailingSlash=this.options.trailingSlash,this._wantsHashChange=!1!==this.options.hashChange,this._hasHashChange="onhashchange"in window&&(void 0===document.documentMode||document.documentMode>7),this._useHashChange=this._wantsHashChange&&this._hasHashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!!(this.history&&this.history.pushState),this._usePushState=this._wantsPushState&&this._hasPushState,this.fragment=this.getFragment(),this.root=("/"+this.root+"/").replace(U,"/"),this._wantsHashChange&&this._wantsPushState)if(this._hasPushState||this.atRoot())this._hasPushState&&this.atRoot()&&this.navigate(this.getHash(),{replace:!0});else{var t=this.root.slice(0,-1)||"/";return this.location.replace(t+"#"+this.getPath()),!0}if(!this._hasHashChange&&this._wantsHashChange&&!this._usePushState){this.iframe=document.createElement("iframe"),this.iframe.src="javascript:0",this.iframe.style.display="none",this.iframe.tabIndex=-1;var n=document.body,s=n.insertBefore(this.iframe,n.firstChild).contentWindow;s.document.open(),s.document.close(),s.location.hash="#"+this.fragment}var r=window.addEventListener||function(e,t){return attachEvent("on"+e,t)};if(this._usePushState?r("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe?r("hashchange",this.checkUrl,!1):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),!this.options.silent)return this.loadUrl()},stop:function(){var e=window.removeEventListener||function(e,t){return detachEvent("on"+e,t)};this._usePushState?e("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&e("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),F.started=!1},route:function(e,t){this.handlers.unshift({route:e,callback:t})},checkUrl:function(e){var t=this.getFragment();if(t===this.fragment&&this.iframe&&(t=this.getHash(this.iframe.contentWindow)),t===this.fragment)return!this.matchRoot()&&this.notfound();this.iframe&&this.navigate(t),this.loadUrl()},loadUrl:function(e){return this.matchRoot()?(e=this.fragment=this.getFragment(e),i.some(this.handlers,function(t){if(t.route.test(e))return t.callback(e),!0})||this.notfound()):this.notfound()},notfound:function(){return this.trigger("notfound"),!1},navigate:function(e,t){if(!F.started)return!1;t&&!0!==t||(t={trigger:!!t}),e=this.getFragment(e||"");var i=this.root;this._trailingSlash||""!==e&&"?"!==e.charAt(0)||(i=i.slice(0,-1)||"/");var n=i+e;e=e.replace(W,"");var s=this.decodeFragment(e);if(this.fragment!==s){if(this.fragment=s,this._usePushState)this.history[t.replace?"replaceState":"pushState"]({},document.title,n);else if(!this._wantsHashChange)return this.location.assign(n);else if(this._updateHash(this.location,e,t.replace),this.iframe&&e!==this.getHash(this.iframe.contentWindow)){var r=this.iframe.contentWindow;t.replace||(r.document.open(),r.document.close()),this._updateHash(r.location,e,t.replace)}if(t.trigger)return this.loadUrl(e)}},_updateHash:function(e,t,i){if(i){var n=e.href.replace(/(javascript:|#).*$/,"");e.replace(n+"#"+t)}else e.hash="#"+t}}),t.history=new F,b.extend=y.extend=R.extend=S.extend=F.extend=function(e,t){var n,s=this;return n=e&&i.has(e,"constructor")?e.constructor:function(){return s.apply(this,arguments)},i.extend(n,s,t),n.prototype=i.create(s.prototype,e),n.prototype.constructor=n,n.__super__=s.prototype,n};var V=function(){throw Error('A "url" property or function must be specified')},Y=function(e,t){var i=t.error;t.error=function(n){i&&i.call(t.context,e,n,t),e.trigger("error",e,n,t)}};return t._debug=function(){return{root:e,_:i}},t},a="object"==typeof self&&self.self===self&&self||"object"==typeof i.g&&i.g.global===i.g&&i.g,n=[i(126),i(195),t],void 0===(s=(function(e,t,i){a.Backbone=r(a,i,e,t)}).apply(t,n))||(e.exports=s)},745(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(309)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){return e.extend(e.expr.pseudos,{data:e.expr.createPseudo(function(t){return function(i){return!!e.data(i,t)}})})})},891(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(309)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){return e.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}})},786(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(309)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){return e.ui.plugin={add:function(t,i,n){var s,r=e.ui[t].prototype;for(s in n)r.plugins[s]=r.plugins[s]||[],r.plugins[s].push([i,n[s]])},call:function(e,t,i,n){var s,r=e.plugins[t];if(r&&(n||e.element[0].parentNode&&11!==e.element[0].parentNode.nodeType))for(s=0;s<r.length;s++)e.options[r[s][0]]&&r[s][1].apply(e.element,i)}}})},41(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(309)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){return e.fn.scrollParent=function(t){var i=this.css("position"),n="absolute"===i,s=t?/(auto|scroll|hidden)/:/(auto|scroll)/,r=this.parents().filter(function(){var t=e(this);return(!n||"static"!==t.css("position"))&&s.test(t.css("overflow")+t.css("overflow-y")+t.css("overflow-x"))}).eq(0);return"fixed"!==i&&r.length?r:e(this[0].ownerDocument||document)}})},309(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){return e.ui=e.ui||{},e.ui.version="1.14.1"})},229(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(309)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){"use strict";var t,i=0,n=Array.prototype.hasOwnProperty,s=Array.prototype.slice;return t=e.cleanData,e.cleanData=function(i){var n,s,r;for(r=0;null!=(s=i[r]);r++)(n=e._data(s,"events"))&&n.remove&&e(s).triggerHandler("remove");t(i)},e.widget=function(t,i,n){var s,r,a,o={},l=t.split(".")[0];if("__proto__"===(t=t.split(".")[1])||"constructor"===t)return e.error("Invalid widget name: "+t);var c=l+"-"+t;return n||(n=i,i=e.Widget),Array.isArray(n)&&(n=e.extend.apply(null,[{}].concat(n))),e.expr.pseudos[c.toLowerCase()]=function(t){return!!e.data(t,c)},e[l]=e[l]||{},s=e[l][t],r=e[l][t]=function(e,t){if(!this||!this._createWidget)return new r(e,t);arguments.length&&this._createWidget(e,t)},e.extend(r,s,{version:n.version,_proto:e.extend({},n),_childConstructors:[]}),(a=new i).options=e.widget.extend({},a.options),e.each(n,function(e,t){if("function"!=typeof t){o[e]=t;return}o[e]=function(){function n(){return i.prototype[e].apply(this,arguments)}function s(t){return i.prototype[e].apply(this,t)}return function(){var e,i=this._super,r=this._superApply;return this._super=n,this._superApply=s,e=t.apply(this,arguments),this._super=i,this._superApply=r,e}}()}),r.prototype=e.widget.extend(a,{widgetEventPrefix:s&&a.widgetEventPrefix||t},o,{constructor:r,namespace:l,widgetName:t,widgetFullName:c}),s?(e.each(s._childConstructors,function(t,i){var n=i.prototype;e.widget(n.namespace+"."+n.widgetName,r,i._proto)}),delete s._childConstructors):i._childConstructors.push(r),e.widget.bridge(t,r),r},e.widget.extend=function(t){for(var i,r,a=s.call(arguments,1),o=0,l=a.length;o<l;o++)for(i in a[o])r=a[o][i],n.call(a[o],i)&&void 0!==r&&(e.isPlainObject(r)?t[i]=e.isPlainObject(t[i])?e.widget.extend({},t[i],r):e.widget.extend({},r):t[i]=r);return t},e.widget.bridge=function(t,i){var n=i.prototype.widgetFullName||t;e.fn[t]=function(r){var a="string"==typeof r,o=s.call(arguments,1),l=this;return a?this.length||"instance"!==r?this.each(function(){var i,s=e.data(this,n);return"instance"===r?(l=s,!1):s?"function"!=typeof s[r]||"_"===r.charAt(0)?e.error("no such method '"+r+"' for "+t+" widget instance"):(i=s[r].apply(s,o))!==s&&void 0!==i?(l=i&&i.jquery?l.pushStack(i.get()):i,!1):void 0:e.error("cannot call methods on "+t+" prior to initialization; attempted to call method '"+r+"'")}):l=void 0:(o.length&&(r=e.widget.extend.apply(null,[r].concat(o))),this.each(function(){var t=e.data(this,n);t?(t.option(r||{}),t._init&&t._init()):e.data(this,n,new i(r,this))})),l}},e.Widget=function(){},e.Widget._childConstructors=[],e.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,n){n=e(n||this.defaultElement||this)[0],this.element=e(n),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=e(),this.hoverable=e(),this.focusable=e(),this.classesElementLookup={},n!==this&&(e.data(n,this.widgetFullName,this),this._on(!0,this.element,{remove:function(e){e.target===n&&this.destroy()}}),this.document=e(n.style?n.ownerDocument:n.document||n),this.window=e(this.document[0].defaultView||this.document[0].parentWindow)),this.options=e.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:e.noop,_create:e.noop,_init:e.noop,destroy:function(){var t=this;this._destroy(),e.each(this.classesElementLookup,function(e,i){t._removeClass(i,e)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:e.noop,widget:function(){return this.element},option:function(t,i){var n,s,r,a=t;if(0==arguments.length)return e.widget.extend({},this.options);if("string"==typeof t)if(a={},t=(n=t.split(".")).shift(),n.length){for(r=0,s=a[t]=e.widget.extend({},this.options[t]);r<n.length-1;r++)s[n[r]]=s[n[r]]||{},s=s[n[r]];if(t=n.pop(),1==arguments.length)return void 0===s[t]?null:s[t];s[t]=i}else{if(1==arguments.length)return void 0===this.options[t]?null:this.options[t];a[t]=i}return this._setOptions(a),this},_setOptions:function(e){var t;for(t in e)this._setOption(t,e[t]);return this},_setOption:function(e,t){return"classes"===e&&this._setOptionClasses(t),this.options[e]=t,"disabled"===e&&this._setOptionDisabled(t),this},_setOptionClasses:function(t){var i,n,s;for(i in t)s=this.classesElementLookup[i],t[i]!==this.options.classes[i]&&s&&s.length&&(n=e(s.get()),this._removeClass(s,i),n.addClass(this._classes({element:n,keys:i,classes:t,add:!0})))},_setOptionDisabled:function(e){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!e),e&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(t){var i=[],n=this;function s(s,r){var a,o;for(o=0;o<s.length;o++)a=n.classesElementLookup[s[o]]||e(),t.add?(!function(){var i=[];t.element.each(function(t,s){e.map(n.classesElementLookup,function(e){return e}).some(function(e){return e.is(s)})||i.push(s)}),n._on(e(i),{remove:"_untrackClassesElement"})}(),a=e(e.uniqueSort(a.get().concat(t.element.get())))):a=e(a.not(t.element).get()),n.classesElementLookup[s[o]]=a,i.push(s[o]),r&&t.classes[s[o]]&&i.push(t.classes[s[o]])}return(t=e.extend({element:this.element,classes:this.options.classes||{}},t)).keys&&s(t.keys.match(/\S+/g)||[],!0),t.extra&&s(t.extra.match(/\S+/g)||[]),i.join(" ")},_untrackClassesElement:function(t){var i=this;e.each(i.classesElementLookup,function(n,s){-1!==e.inArray(t.target,s)&&(i.classesElementLookup[n]=e(s.not(t.target).get()))}),this._off(e(t.target))},_removeClass:function(e,t,i){return this._toggleClass(e,t,i,!1)},_addClass:function(e,t,i){return this._toggleClass(e,t,i,!0)},_toggleClass:function(e,t,i,n){n="boolean"==typeof n?n:i;var s="string"==typeof e||null===e,r={extra:s?t:i,keys:s?e:t,element:s?this.element:e,add:n};return r.element.toggleClass(this._classes(r),n),this},_on:function(t,i,n){var s,r=this;"boolean"!=typeof t&&(n=i,i=t,t=!1),n?(i=s=e(i),this.bindings=this.bindings.add(i)):(n=i,i=this.element,s=this.widget()),e.each(n,function(n,a){function o(){if(!(!t&&(!0===r.options.disabled||e(this).hasClass("ui-state-disabled"))))return("string"==typeof a?r[a]:a).apply(r,arguments)}"string"!=typeof a&&(o.guid=a.guid=a.guid||o.guid||e.guid++);var l=n.match(/^([\w:-]*)\s*(.*)$/),c=l[1]+r.eventNamespace,u=l[2];u?s.on(c,u,o):i.on(c,o)})},_off:function(t,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,t.off(i),this.bindings=e(this.bindings.not(t).get()),this.focusable=e(this.focusable.not(t).get()),this.hoverable=e(this.hoverable.not(t).get())},_delay:function(e,t){var i=this;return setTimeout(function(){return("string"==typeof e?i[e]:e).apply(i,arguments)},t||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t),this._on(t,{mouseenter:function(t){this._addClass(e(t.currentTarget),null,"ui-state-hover")},mouseleave:function(t){this._removeClass(e(t.currentTarget),null,"ui-state-hover")}})},_focusable:function(t){this.focusable=this.focusable.add(t),this._on(t,{focusin:function(t){this._addClass(e(t.currentTarget),null,"ui-state-focus")},focusout:function(t){this._removeClass(e(t.currentTarget),null,"ui-state-focus")}})},_trigger:function(t,i,n){var s,r,a=this.options[t];if(n=n||{},(i=e.Event(i)).type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),i.target=this.element[0],r=i.originalEvent)for(s in r)s in i||(i[s]=r[s]);return this.element.trigger(i,n),!("function"==typeof a&&!1===a.apply(this.element[0],[i].concat(n))||i.isDefaultPrevented())}},e.each({show:"fadeIn",hide:"fadeOut"},function(t,i){e.Widget.prototype["_"+t]=function(n,s,r){"string"==typeof s&&(s={effect:s});var a,o=s?!0===s||"number"==typeof s?i:s.effect||i:t;"number"==typeof(s=s||{})?s={duration:s}:!0===s&&(s={}),a=!e.isEmptyObject(s),s.complete=r,s.delay&&n.delay(s.delay),a&&e.effects&&e.effects.effect[o]?n[t](s):o!==t&&n[o]?n[o](s.duration,s.easing,r):n.queue(function(i){e(this)[t](),r&&r.call(n[0]),i()})}}),e.widget})},253(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(309),i(891)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){"use strict";var t;function i(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:"",selectMonthLabel:"Select month",selectYearLabel:"Select year"},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,onUpdateDatepicker:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},e.extend(this._defaults,this.regional[""]),this.regional.en=e.extend(!0,{},this.regional[""]),this.regional["en-US"]=e.extend(!0,{},this.regional.en),this.dpDiv=n(e("<div id='"+this._mainDivId+"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>"))}function n(t){var i="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return t.on("mouseout",i,function(){e(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).removeClass("ui-datepicker-next-hover")}).on("mouseover",i,s)}function s(){e.datepicker._isDisabledDatepicker(t.inline?t.dpDiv.parent()[0]:t.input[0])||(e(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),e(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).addClass("ui-datepicker-next-hover"))}function r(t,i){for(var n in e.extend(t,i),i)null==i[n]&&(t[n]=i[n]);return t}return e.extend(e.ui,{datepicker:{version:"1.14.1"}}),e.extend(i.prototype,{markerClassName:"hasDatepicker",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(e){return r(this._defaults,e||{}),this},_attachDatepicker:function(t,i){var n,s,r;s="div"===(n=t.nodeName.toLowerCase())||"span"===n,t.id||(this.uuid+=1,t.id="dp"+this.uuid),(r=this._newInst(e(t),s)).settings=e.extend({},i||{}),"input"===n?this._connectDatepicker(t,r):s&&this._inlineDatepicker(t,r)},_newInst:function(t,i){return{id:t[0].id.replace(/([^A-Za-z0-9_\-])/g,"\\\\$1"),input:t,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:i,dpDiv:i?n(e("<div class='"+this._inlineClass+" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>")):this.dpDiv}},_connectDatepicker:function(t,i){var n=e(t);i.append=e([]),i.trigger=e([]),!n.hasClass(this.markerClassName)&&(this._attachments(n,i),n.addClass(this.markerClassName).on("keydown",this._doKeyDown).on("keypress",this._doKeyPress).on("keyup",this._doKeyUp),this._autoSize(i),e.data(t,"datepicker",i),i.settings.disabled&&this._disableDatepicker(t))},_attachments:function(t,i){var n,s,r,a=this._get(i,"appendText"),o=this._get(i,"isRTL");i.append&&i.append.remove(),a&&(i.append=e("<span>").addClass(this._appendClass).text(a),t[o?"before":"after"](i.append)),t.off("focus",this._showDatepicker),i.trigger&&i.trigger.remove(),("focus"===(n=this._get(i,"showOn"))||"both"===n)&&t.on("focus",this._showDatepicker),("button"===n||"both"===n)&&(s=this._get(i,"buttonText"),r=this._get(i,"buttonImage"),this._get(i,"buttonImageOnly")?i.trigger=e("<img>").addClass(this._triggerClass).attr({src:r,alt:s,title:s}):(i.trigger=e("<button type='button'>").addClass(this._triggerClass),r?i.trigger.html(e("<img>").attr({src:r,alt:s,title:s})):i.trigger.text(s)),t[o?"before":"after"](i.trigger),i.trigger.on("click",function(){return e.datepicker._datepickerShowing&&e.datepicker._lastInput===t[0]?e.datepicker._hideDatepicker():(e.datepicker._datepickerShowing&&e.datepicker._lastInput!==t[0]&&e.datepicker._hideDatepicker(),e.datepicker._showDatepicker(t[0])),!1}))},_autoSize:function(e){if(this._get(e,"autoSize")&&!e.inline){var t,i,n,s,r=new Date(2009,11,20),a=this._get(e,"dateFormat");a.match(/[DM]/)&&(t=function(e){for(s=0,i=0,n=0;s<e.length;s++)e[s].length>i&&(i=e[s].length,n=s);return n},r.setMonth(t(this._get(e,a.match(/MM/)?"monthNames":"monthNamesShort"))),r.setDate(t(this._get(e,a.match(/DD/)?"dayNames":"dayNamesShort"))+20-r.getDay())),e.input.attr("size",this._formatDate(e,r).length)}},_inlineDatepicker:function(t,i){var n=e(t);n.hasClass(this.markerClassName)||(n.addClass(this.markerClassName).append(i.dpDiv),e.data(t,"datepicker",i),this._setDate(i,this._getDefaultDate(i),!0),this._updateDatepicker(i),this._updateAlternate(i),i.settings.disabled&&this._disableDatepicker(t),i.dpDiv.css("display","block"))},_dialogDatepicker:function(t,i,n,s,a){var o,l,c,u,h,p=this._dialogInst;return p||(this.uuid+=1,o="dp"+this.uuid,this._dialogInput=e("<input type='text' id='"+o+"' style='position: absolute; top: -100px; width: 0px;'/>"),this._dialogInput.on("keydown",this._doKeyDown),e("body").append(this._dialogInput),(p=this._dialogInst=this._newInst(this._dialogInput,!1)).settings={},e.data(this._dialogInput[0],"datepicker",p)),r(p.settings,s||{}),i=i&&i.constructor===Date?this._formatDate(p,i):i,this._dialogInput.val(i),this._pos=a?a.length?a:[a.pageX,a.pageY]:null,this._pos||(l=document.documentElement.clientWidth,c=document.documentElement.clientHeight,u=document.documentElement.scrollLeft||document.body.scrollLeft,h=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[l/2-100+u,c/2-150+h]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),p.settings.onSelect=n,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),e.blockUI&&e.blockUI(this.dpDiv),e.data(this._dialogInput[0],"datepicker",p),this},_destroyDatepicker:function(i){var n,s=e(i),r=e.data(i,"datepicker");s.hasClass(this.markerClassName)&&(n=i.nodeName.toLowerCase(),e.removeData(i,"datepicker"),"input"===n?(r.append.remove(),r.trigger.remove(),s.removeClass(this.markerClassName).off("focus",this._showDatepicker).off("keydown",this._doKeyDown).off("keypress",this._doKeyPress).off("keyup",this._doKeyUp)):("div"===n||"span"===n)&&s.removeClass(this.markerClassName).empty(),e.datepicker._hideDatepicker(),t===r&&(t=null,this._curInst=null))},_enableDatepicker:function(t){var i,n,s=e(t),r=e.data(t,"datepicker");s.hasClass(this.markerClassName)&&("input"===(i=t.nodeName.toLowerCase())?(t.disabled=!1,r.trigger.filter("button").each(function(){this.disabled=!1}).end().filter("img").css({opacity:"1.0",cursor:""})):("div"===i||"span"===i)&&((n=s.children("."+this._inlineClass)).children().removeClass("ui-state-disabled"),n.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=e.map(this._disabledInputs,function(e){return e===t?null:e}))},_disableDatepicker:function(t){var i,n,s=e(t),r=e.data(t,"datepicker");s.hasClass(this.markerClassName)&&("input"===(i=t.nodeName.toLowerCase())?(t.disabled=!0,r.trigger.filter("button").each(function(){this.disabled=!0}).end().filter("img").css({opacity:"0.5",cursor:"default"})):("div"===i||"span"===i)&&((n=s.children("."+this._inlineClass)).children().addClass("ui-state-disabled"),n.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=e.map(this._disabledInputs,function(e){return e===t?null:e}),this._disabledInputs[this._disabledInputs.length]=t)},_isDisabledDatepicker:function(e){if(!e)return!1;for(var t=0;t<this._disabledInputs.length;t++)if(this._disabledInputs[t]===e)return!0;return!1},_getInst:function(t){try{return e.data(t,"datepicker")}catch(e){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(t,i,n){var s,a,o,l,c=this._getInst(t);if(2==arguments.length&&"string"==typeof i)return"defaults"===i?e.extend({},e.datepicker._defaults):c?"all"===i?e.extend({},c.settings):this._get(c,i):null;s=i||{},"string"==typeof i&&((s={})[i]=n),c&&(this._curInst===c&&this._hideDatepicker(),a=this._getDateDatepicker(t,!0),o=this._getMinMaxDate(c,"min"),l=this._getMinMaxDate(c,"max"),r(c.settings,s),null!==o&&void 0!==s.dateFormat&&void 0===s.minDate&&(c.settings.minDate=this._formatDate(c,o)),null!==l&&void 0!==s.dateFormat&&void 0===s.maxDate&&(c.settings.maxDate=this._formatDate(c,l)),"disabled"in s&&(s.disabled?this._disableDatepicker(t):this._enableDatepicker(t)),this._attachments(e(t),c),this._autoSize(c),this._setDate(c,a),this._updateAlternate(c),this._updateDatepicker(c))},_changeDatepicker:function(e,t,i){this._optionDatepicker(e,t,i)},_refreshDatepicker:function(e){var t=this._getInst(e);t&&this._updateDatepicker(t)},_setDateDatepicker:function(e,t){var i=this._getInst(e);i&&(this._setDate(i,t),this._updateDatepicker(i),this._updateAlternate(i))},_getDateDatepicker:function(e,t){var i=this._getInst(e);return i&&!i.inline&&this._setDateFromField(i,t),i?this._getDate(i):null},_doKeyDown:function(t){var i,n,s,r=e.datepicker._getInst(t.target),a=!0,o=r.dpDiv.is(".ui-datepicker-rtl");if(r._keyEvent=!0,e.datepicker._datepickerShowing)switch(t.keyCode){case 9:e.datepicker._hideDatepicker(),a=!1;break;case 13:return(s=e("td."+e.datepicker._dayOverClass+":not(."+e.datepicker._currentClass+")",r.dpDiv))[0]&&e.datepicker._selectDay(t.target,r.selectedMonth,r.selectedYear,s[0]),(i=e.datepicker._get(r,"onSelect"))?(n=e.datepicker._formatDate(r),i.apply(r.input?r.input[0]:null,[n,r])):e.datepicker._hideDatepicker(),!1;case 27:e.datepicker._hideDatepicker();break;case 33:e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(r,"stepBigMonths"):-e.datepicker._get(r,"stepMonths"),"M");break;case 34:e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(r,"stepBigMonths"):+e.datepicker._get(r,"stepMonths"),"M");break;case 35:(t.ctrlKey||t.metaKey)&&e.datepicker._clearDate(t.target),a=t.ctrlKey||t.metaKey;break;case 36:(t.ctrlKey||t.metaKey)&&e.datepicker._gotoToday(t.target),a=t.ctrlKey||t.metaKey;break;case 37:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,o?1:-1,"D"),a=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(r,"stepBigMonths"):-e.datepicker._get(r,"stepMonths"),"M");break;case 38:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,-7,"D"),a=t.ctrlKey||t.metaKey;break;case 39:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,o?-1:1,"D"),a=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(r,"stepBigMonths"):+e.datepicker._get(r,"stepMonths"),"M");break;case 40:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,7,"D"),a=t.ctrlKey||t.metaKey;break;default:a=!1}else 36===t.keyCode&&t.ctrlKey?e.datepicker._showDatepicker(this):a=!1;a&&(t.preventDefault(),t.stopPropagation())},_doKeyPress:function(t){var i,n,s=e.datepicker._getInst(t.target);if(e.datepicker._get(s,"constrainInput"))return i=e.datepicker._possibleChars(e.datepicker._get(s,"dateFormat")),n=String.fromCharCode(null==t.charCode?t.keyCode:t.charCode),t.ctrlKey||t.metaKey||n<" "||!i||i.indexOf(n)>-1},_doKeyUp:function(t){var i=e.datepicker._getInst(t.target);if(i.input.val()!==i.lastVal)try{e.datepicker.parseDate(e.datepicker._get(i,"dateFormat"),i.input?i.input.val():null,e.datepicker._getFormatConfig(i))&&(e.datepicker._setDateFromField(i),e.datepicker._updateAlternate(i),e.datepicker._updateDatepicker(i))}catch(e){}return!0},_showDatepicker:function(t){var i,n,s,a,o,l,c;"input"!==(t=t.target||t).nodeName.toLowerCase()&&(t=e("input",t.parentNode)[0]),e.datepicker._isDisabledDatepicker(t)||e.datepicker._lastInput===t||(i=e.datepicker._getInst(t),e.datepicker._curInst&&e.datepicker._curInst!==i&&(e.datepicker._curInst.dpDiv.stop(!0,!0),i&&e.datepicker._datepickerShowing&&e.datepicker._hideDatepicker(e.datepicker._curInst.input[0])),!1!==(s=(n=e.datepicker._get(i,"beforeShow"))?n.apply(t,[t,i]):{})&&(r(i.settings,s),i.lastVal=null,e.datepicker._lastInput=t,e.datepicker._setDateFromField(i),e.datepicker._inDialog&&(t.value=""),e.datepicker._pos||(e.datepicker._pos=e.datepicker._findPos(t),e.datepicker._pos[1]+=t.offsetHeight),a=!1,e(t).parents().each(function(){return!(a|="fixed"===e(this).css("position"))}),o={left:e.datepicker._pos[0],top:e.datepicker._pos[1]},e.datepicker._pos=null,i.dpDiv.empty(),i.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),e.datepicker._updateDatepicker(i),o=e.datepicker._checkOffset(i,o,a),i.dpDiv.css({position:e.datepicker._inDialog&&e.blockUI?"static":a?"fixed":"absolute",display:"none",left:o.left+"px",top:o.top+"px"}),i.inline||(l=e.datepicker._get(i,"showAnim"),c=e.datepicker._get(i,"duration"),i.dpDiv.css("z-index",function(e){for(var t,i;e.length&&e[0]!==document;){if(("absolute"===(t=e.css("position"))||"relative"===t||"fixed"===t)&&!isNaN(i=parseInt(e.css("zIndex"),10))&&0!==i)return i;e=e.parent()}return 0}(e(t))+1),e.datepicker._datepickerShowing=!0,e.effects&&e.effects.effect[l]?i.dpDiv.show(l,e.datepicker._get(i,"showOptions"),c):i.dpDiv[l||"show"](l?c:null),e.datepicker._shouldFocusInput(i)&&i.input.trigger("focus"),e.datepicker._curInst=i)))},_updateDatepicker:function(i){this.maxRows=4,t=i,i.dpDiv.empty().append(this._generateHTML(i)),this._attachHandlers(i);var n,r=this._getNumberOfMonths(i),a=r[1],o=i.dpDiv.find("."+this._dayOverClass+" a"),l=e.datepicker._get(i,"onUpdateDatepicker");o.length>0&&s.apply(o.get(0)),i.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),a>1&&i.dpDiv.addClass("ui-datepicker-multi-"+a).css("width",17*a+"em"),i.dpDiv[(1!==r[0]||1!==r[1]?"add":"remove")+"Class"]("ui-datepicker-multi"),i.dpDiv[(this._get(i,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),i===e.datepicker._curInst&&e.datepicker._datepickerShowing&&e.datepicker._shouldFocusInput(i)&&i.input.trigger("focus"),i.yearshtml&&(n=i.yearshtml,setTimeout(function(){n===i.yearshtml&&i.yearshtml&&i.dpDiv.find("select.ui-datepicker-year").first().replaceWith(i.yearshtml),n=i.yearshtml=null},0)),l&&l.apply(i.input?i.input[0]:null,[i])},_shouldFocusInput:function(e){return e.input&&e.input.is(":visible")&&!e.input.is(":disabled")},_checkOffset:function(t,i,n){var s=t.dpDiv.outerWidth(),r=t.dpDiv.outerHeight(),a=t.input?t.input.outerWidth():0,o=t.input?t.input.outerHeight():0,l=document.documentElement.clientWidth+(n?0:e(document).scrollLeft()),c=document.documentElement.clientHeight+(n?0:e(document).scrollTop());return i.left-=this._get(t,"isRTL")?s-a:0,i.left-=n&&i.left===t.input.offset().left?e(document).scrollLeft():0,i.top-=n&&i.top===t.input.offset().top+o?e(document).scrollTop():0,i.left-=Math.min(i.left,i.left+s>l&&l>s?Math.abs(i.left+s-l):0),i.top-=Math.min(i.top,i.top+r>c&&c>r?Math.abs(r+o):0),i},_findPos:function(t){for(var i,n=this._getInst(t),s=this._get(n,"isRTL");t&&("hidden"===t.type||1!==t.nodeType||e.expr.pseudos.hidden(t));)t=t[s?"previousSibling":"nextSibling"];return[(i=e(t).offset()).left,i.top]},_hideDatepicker:function(t){var i,n,s,r,a=this._curInst;a&&(!t||a===e.data(t,"datepicker"))&&this._datepickerShowing&&(i=this._get(a,"showAnim"),n=this._get(a,"duration"),s=function(){e.datepicker._tidyDialog(a)},e.effects&&e.effects.effect[i]?a.dpDiv.hide(i,e.datepicker._get(a,"showOptions"),n,s):a.dpDiv["slideDown"===i?"slideUp":"fadeIn"===i?"fadeOut":"hide"](i?n:null,s),i||s(),this._datepickerShowing=!1,(r=this._get(a,"onClose"))&&r.apply(a.input?a.input[0]:null,[a.input?a.input.val():"",a]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),e.blockUI&&(e.unblockUI(),e("body").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(e){e.dpDiv.removeClass(this._dialogClass).off(".ui-datepicker-calendar")},_checkExternalClick:function(t){if(e.datepicker._curInst){var i=e(t.target),n=e.datepicker._getInst(i[0]);(i[0].id!==e.datepicker._mainDivId&&0===i.parents("#"+e.datepicker._mainDivId).length&&!i.hasClass(e.datepicker.markerClassName)&&!i.closest("."+e.datepicker._triggerClass).length&&e.datepicker._datepickerShowing&&!(e.datepicker._inDialog&&e.blockUI)||i.hasClass(e.datepicker.markerClassName)&&e.datepicker._curInst!==n)&&e.datepicker._hideDatepicker()}},_adjustDate:function(t,i,n){var s=e(t),r=this._getInst(s[0]);this._isDisabledDatepicker(s[0])||(this._adjustInstDate(r,i,n),this._updateDatepicker(r))},_gotoToday:function(t){var i,n=e(t),s=this._getInst(n[0]);this._get(s,"gotoCurrent")&&s.currentDay?(s.selectedDay=s.currentDay,s.drawMonth=s.selectedMonth=s.currentMonth,s.drawYear=s.selectedYear=s.currentYear):(s.selectedDay=(i=new Date).getDate(),s.drawMonth=s.selectedMonth=i.getMonth(),s.drawYear=s.selectedYear=i.getFullYear()),this._notifyChange(s),this._adjustDate(n)},_selectMonthYear:function(t,i,n){var s=e(t),r=this._getInst(s[0]);r["selected"+("M"===n?"Month":"Year")]=r["draw"+("M"===n?"Month":"Year")]=parseInt(i.options[i.selectedIndex].value,10),this._notifyChange(r),this._adjustDate(s)},_selectDay:function(t,i,n,s){var r,a=e(t);e(s).hasClass(this._unselectableClass)||this._isDisabledDatepicker(a[0])||((r=this._getInst(a[0])).selectedDay=r.currentDay=parseInt(e("a",s).attr("data-date")),r.selectedMonth=r.currentMonth=i,r.selectedYear=r.currentYear=n,this._selectDate(t,this._formatDate(r,r.currentDay,r.currentMonth,r.currentYear)))},_clearDate:function(t){var i=e(t);this._selectDate(i,"")},_selectDate:function(t,i){var n,s=e(t),r=this._getInst(s[0]);i=null!=i?i:this._formatDate(r),r.input&&r.input.val(i),this._updateAlternate(r),(n=this._get(r,"onSelect"))?n.apply(r.input?r.input[0]:null,[i,r]):r.input&&r.input.trigger("change"),r.inline?this._updateDatepicker(r):(this._hideDatepicker(),this._lastInput=r.input[0],"object"!=typeof r.input[0]&&r.input.trigger("focus"),this._lastInput=null)},_updateAlternate:function(t){var i,n,s,r=this._get(t,"altField");r&&(i=this._get(t,"altFormat")||this._get(t,"dateFormat"),n=this._getDate(t),s=this.formatDate(i,n,this._getFormatConfig(t)),e(document).find(r).val(s))},noWeekends:function(e){var t=e.getDay();return[t>0&&t<6,""]},iso8601Week:function(e){var t,i=new Date(e.getTime());return i.setDate(i.getDate()+4-(i.getDay()||7)),t=i.getTime(),i.setMonth(0),i.setDate(1),Math.floor(Math.round((t-i)/864e5)/7)+1},parseDate:function(t,i,n){if(null==t||null==i)throw"Invalid arguments";if(""===(i="object"==typeof i?i.toString():i+""))return null;var s,r,a,o,l=0,c=(n?n.shortYearCutoff:null)||this._defaults.shortYearCutoff,u="string"!=typeof c?c:new Date().getFullYear()%100+parseInt(c,10),h=(n?n.dayNamesShort:null)||this._defaults.dayNamesShort,p=(n?n.dayNames:null)||this._defaults.dayNames,f=(n?n.monthNamesShort:null)||this._defaults.monthNamesShort,g=(n?n.monthNames:null)||this._defaults.monthNames,m=-1,v=-1,b=-1,y=-1,w=!1,_=function(e){var i=s+1<t.length&&t.charAt(s+1)===e;return i&&s++,i},x=function(e){var t=_(e),n="@"===e?14:"!"===e?20:"y"===e&&t?4:"o"===e?3:2,s=RegExp("^\\d{"+("y"===e?n:1)+","+n+"}"),r=i.substring(l).match(s);if(!r)throw"Missing number at position "+l;return l+=r[0].length,parseInt(r[0],10)},C=function(t,n,s){var r=-1,a=e.map(_(t)?s:n,function(e,t){return[[t,e]]}).sort(function(e,t){return-(e[1].length-t[1].length)});if(e.each(a,function(e,t){var n=t[1];if(i.substr(l,n.length).toLowerCase()===n.toLowerCase())return r=t[0],l+=n.length,!1}),-1!==r)return r+1;throw"Unknown name at position "+l},T=function(){if(i.charAt(l)!==t.charAt(s))throw"Unexpected literal at position "+l;l++};for(s=0;s<t.length;s++)if(w)"'"!==t.charAt(s)||_("'")?T():w=!1;else switch(t.charAt(s)){case"d":b=x("d");break;case"D":C("D",h,p);break;case"o":y=x("o");break;case"m":v=x("m");break;case"M":v=C("M",f,g);break;case"y":m=x("y");break;case"@":m=(o=new Date(x("@"))).getFullYear(),v=o.getMonth()+1,b=o.getDate();break;case"!":m=(o=new Date((x("!")-this._ticksTo1970)/1e4)).getFullYear(),v=o.getMonth()+1,b=o.getDate();break;case"'":_("'")?T():w=!0;break;default:T()}if(l<i.length&&(a=i.substr(l),!/^\s+/.test(a)))throw"Extra/unparsed characters found in date: "+a;if(-1===m?m=new Date().getFullYear():m<100&&(m+=new Date().getFullYear()-new Date().getFullYear()%100+(m<=u?0:-100)),y>-1)for(v=1,b=y;!(b<=(r=this._getDaysInMonth(m,v-1)));)v++,b-=r;if((o=this._daylightSavingAdjust(new Date(m,v-1,b))).getFullYear()!==m||o.getMonth()+1!==v||o.getDate()!==b)throw"Invalid date";return o},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*864e9,formatDate:function(e,t,i){if(!t)return"";var n,s=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,r=(i?i.dayNames:null)||this._defaults.dayNames,a=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,o=(i?i.monthNames:null)||this._defaults.monthNames,l=function(t){var i=n+1<e.length&&e.charAt(n+1)===t;return i&&n++,i},c=function(e,t,i){var n=""+t;if(l(e))for(;n.length<i;)n="0"+n;return n},u=function(e,t,i,n){return l(e)?n[t]:i[t]},h="",p=!1;if(t)for(n=0;n<e.length;n++)if(p)"'"!==e.charAt(n)||l("'")?h+=e.charAt(n):p=!1;else switch(e.charAt(n)){case"d":h+=c("d",t.getDate(),2);break;case"D":h+=u("D",t.getDay(),s,r);break;case"o":h+=c("o",Math.round((new Date(t.getFullYear(),t.getMonth(),t.getDate()).getTime()-new Date(t.getFullYear(),0,0).getTime())/864e5),3);break;case"m":h+=c("m",t.getMonth()+1,2);break;case"M":h+=u("M",t.getMonth(),a,o);break;case"y":h+=l("y")?t.getFullYear():(t.getFullYear()%100<10?"0":"")+t.getFullYear()%100;break;case"@":h+=t.getTime();break;case"!":h+=1e4*t.getTime()+this._ticksTo1970;break;case"'":l("'")?h+="'":p=!0;break;default:h+=e.charAt(n)}return h},_possibleChars:function(e){var t,i="",n=!1,s=function(i){var n=t+1<e.length&&e.charAt(t+1)===i;return n&&t++,n};for(t=0;t<e.length;t++)if(n)"'"!==e.charAt(t)||s("'")?i+=e.charAt(t):n=!1;else switch(e.charAt(t)){case"d":case"m":case"y":case"@":i+="0123456789";break;case"D":case"M":return null;case"'":s("'")?i+="'":n=!0;break;default:i+=e.charAt(t)}return i},_get:function(e,t){return void 0!==e.settings[t]?e.settings[t]:this._defaults[t]},_setDateFromField:function(e,t){if(e.input.val()!==e.lastVal){var i=this._get(e,"dateFormat"),n=e.lastVal=e.input?e.input.val():null,s=this._getDefaultDate(e),r=s,a=this._getFormatConfig(e);try{r=this.parseDate(i,n,a)||s}catch(e){n=t?"":n}e.selectedDay=r.getDate(),e.drawMonth=e.selectedMonth=r.getMonth(),e.drawYear=e.selectedYear=r.getFullYear(),e.currentDay=n?r.getDate():0,e.currentMonth=n?r.getMonth():0,e.currentYear=n?r.getFullYear():0,this._adjustInstDate(e)}},_getDefaultDate:function(e){return this._restrictMinMax(e,this._determineDate(e,this._get(e,"defaultDate"),new Date))},_determineDate:function(t,i,n){var s,r=null==i||""===i?n:"string"==typeof i?function(i){try{return e.datepicker.parseDate(e.datepicker._get(t,"dateFormat"),i,e.datepicker._getFormatConfig(t))}catch(e){}for(var n=(i.toLowerCase().match(/^c/)?e.datepicker._getDate(t):null)||new Date,s=n.getFullYear(),r=n.getMonth(),a=n.getDate(),o=/([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,l=o.exec(i);l;){switch(l[2]||"d"){case"d":case"D":a+=parseInt(l[1],10);break;case"w":case"W":a+=7*parseInt(l[1],10);break;case"m":case"M":r+=parseInt(l[1],10),a=Math.min(a,e.datepicker._getDaysInMonth(s,r));break;case"y":case"Y":s+=parseInt(l[1],10),a=Math.min(a,e.datepicker._getDaysInMonth(s,r))}l=o.exec(i)}return new Date(s,r,a)}(i):"number"==typeof i?isNaN(i)?n:((s=new Date).setDate(s.getDate()+i),s):new Date(i.getTime());return(r=r&&"Invalid Date"===r.toString()?n:r)&&(r.setHours(0),r.setMinutes(0),r.setSeconds(0),r.setMilliseconds(0)),this._daylightSavingAdjust(r)},_daylightSavingAdjust:function(e){return e?(e.setHours(e.getHours()>12?e.getHours()+2:0),e):null},_setDate:function(e,t,i){var n=!t,s=e.selectedMonth,r=e.selectedYear,a=this._restrictMinMax(e,this._determineDate(e,t,new Date));e.selectedDay=e.currentDay=a.getDate(),e.drawMonth=e.selectedMonth=e.currentMonth=a.getMonth(),e.drawYear=e.selectedYear=e.currentYear=a.getFullYear(),s===e.selectedMonth&&r===e.selectedYear||i||this._notifyChange(e),this._adjustInstDate(e),e.input&&e.input.val(n?"":this._formatDate(e))},_getDate:function(e){return!e.currentYear||e.input&&""===e.input.val()?null:this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay))},_attachHandlers:function(t){var i=this._get(t,"stepMonths"),n="#"+t.id.replace(/\\\\/g,"\\");t.dpDiv.find("[data-handler]").map(function(){e(this).on(this.getAttribute("data-event"),{prev:function(){e.datepicker._adjustDate(n,-i,"M")},next:function(){e.datepicker._adjustDate(n,+i,"M")},hide:function(){e.datepicker._hideDatepicker()},today:function(){e.datepicker._gotoToday(n)},selectDay:function(){return e.datepicker._selectDay(n,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this),!1},selectMonth:function(){return e.datepicker._selectMonthYear(n,this,"M"),!1},selectYear:function(){return e.datepicker._selectMonthYear(n,this,"Y"),!1}}[this.getAttribute("data-handler")])})},_generateHTML:function(t){var i,n,s,r,a,o,l,c,u,h,p,f,g,m,v,b,y,w,_,x,C,T,k,E,A,S,D,I,M,N,O,L,P,R,$,j,z,H,F,B=new Date,U=this._daylightSavingAdjust(new Date(B.getFullYear(),B.getMonth(),B.getDate())),W=this._get(t,"isRTL"),V=this._get(t,"showButtonPanel"),Y=this._get(t,"hideIfNoPrevNext"),q=this._get(t,"navigationAsDateFormat"),K=this._getNumberOfMonths(t),Q=this._get(t,"showCurrentAtPos"),G=this._get(t,"stepMonths"),J=1!==K[0]||1!==K[1],Z=this._daylightSavingAdjust(t.currentDay?new Date(t.currentYear,t.currentMonth,t.currentDay):new Date(9999,9,9)),X=this._getMinMaxDate(t,"min"),ee=this._getMinMaxDate(t,"max"),et=t.drawMonth-Q,ei=t.drawYear;if(et<0&&(et+=12,ei--),ee)for(i=this._daylightSavingAdjust(new Date(ee.getFullYear(),ee.getMonth()-K[0]*K[1]+1,ee.getDate())),i=X&&i<X?X:i;this._daylightSavingAdjust(new Date(ei,et,1))>i;)--et<0&&(et=11,ei--);for(t.drawMonth=et,t.drawYear=ei,n=this._get(t,"prevText"),n=q?this.formatDate(n,this._daylightSavingAdjust(new Date(ei,et-G,1)),this._getFormatConfig(t)):n,s=this._canAdjustMonth(t,-1,ei,et)?e("<a>").attr({class:"ui-datepicker-prev ui-corner-all","data-handler":"prev","data-event":"click",title:n}).append(e("<span>").addClass("ui-icon ui-icon-circle-triangle-"+(W?"e":"w")).text(n))[0].outerHTML:Y?"":e("<a>").attr({class:"ui-datepicker-prev ui-corner-all ui-state-disabled",title:n}).append(e("<span>").addClass("ui-icon ui-icon-circle-triangle-"+(W?"e":"w")).text(n))[0].outerHTML,r=this._get(t,"nextText"),r=q?this.formatDate(r,this._daylightSavingAdjust(new Date(ei,et+G,1)),this._getFormatConfig(t)):r,a=this._canAdjustMonth(t,1,ei,et)?e("<a>").attr({class:"ui-datepicker-next ui-corner-all","data-handler":"next","data-event":"click",title:r}).append(e("<span>").addClass("ui-icon ui-icon-circle-triangle-"+(W?"w":"e")).text(r))[0].outerHTML:Y?"":e("<a>").attr({class:"ui-datepicker-next ui-corner-all ui-state-disabled",title:r}).append(e("<span>").attr("class","ui-icon ui-icon-circle-triangle-"+(W?"w":"e")).text(r))[0].outerHTML,o=this._get(t,"currentText"),l=this._get(t,"gotoCurrent")&&t.currentDay?Z:U,o=q?this.formatDate(o,l,this._getFormatConfig(t)):o,c="",t.inline||(c=e("<button>").attr({type:"button",class:"ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all","data-handler":"hide","data-event":"click"}).text(this._get(t,"closeText"))[0].outerHTML),u="",V&&(u=e("<div class='ui-datepicker-buttonpane ui-widget-content'>").append(W?c:"").append(this._isInRange(t,l)?e("<button>").attr({type:"button",class:"ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all","data-handler":"today","data-event":"click"}).text(o):"").append(W?"":c)[0].outerHTML),h=isNaN(h=parseInt(this._get(t,"firstDay"),10))?0:h,p=this._get(t,"showWeek"),f=this._get(t,"dayNames"),g=this._get(t,"dayNamesMin"),m=this._get(t,"monthNames"),v=this._get(t,"monthNamesShort"),b=this._get(t,"beforeShowDay"),y=this._get(t,"showOtherMonths"),w=this._get(t,"selectOtherMonths"),_=this._getDefaultDate(t),x="",T=0;T<K[0];T++){for(E=0,k="",this.maxRows=4;E<K[1];E++){if(A=this._daylightSavingAdjust(new Date(ei,et,t.selectedDay)),S=" ui-corner-all",D="",J){if(D+="<div class='ui-datepicker-group",K[1]>1)switch(E){case 0:D+=" ui-datepicker-group-first",S=" ui-corner-"+(W?"right":"left");break;case K[1]-1:D+=" ui-datepicker-group-last",S=" ui-corner-"+(W?"left":"right");break;default:D+=" ui-datepicker-group-middle",S=""}D+="'>"}for(D+="<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix"+S+"'>"+(/all|left/.test(S)&&0===T?W?a:s:"")+(/all|right/.test(S)&&0===T?W?s:a:"")+this._generateMonthYearHeader(t,et,ei,X,ee,T>0||E>0,m,v)+"</div><table class='ui-datepicker-calendar'><thead><tr>",I=p?"<th class='ui-datepicker-week-col'>"+this._get(t,"weekHeader")+"</th>":"",C=0;C<7;C++)M=(C+h)%7,I+="<th scope='col'"+((C+h+6)%7>=5?" class='ui-datepicker-week-end'":"")+"><span title='"+f[M]+"'>"+g[M]+"</span></th>";for(D+=I+"</tr></thead><tbody>",N=this._getDaysInMonth(ei,et),ei===t.selectedYear&&et===t.selectedMonth&&(t.selectedDay=Math.min(t.selectedDay,N)),L=Math.ceil(((O=(this._getFirstDayOfMonth(ei,et)-h+7)%7)+N)/7),P=J&&this.maxRows>L?this.maxRows:L,this.maxRows=P,R=this._daylightSavingAdjust(new Date(ei,et,1-O)),$=0;$<P;$++){for(D+="<tr>",j=p?"<td class='ui-datepicker-week-col'>"+this._get(t,"calculateWeek")(R)+"</td>":"",C=0;C<7;C++)z=b?b.apply(t.input?t.input[0]:null,[R]):[!0,""],F=(H=R.getMonth()!==et)&&!w||!z[0]||X&&R<X||ee&&R>ee,j+="<td class='"+((C+h+6)%7>=5?" ui-datepicker-week-end":"")+(H?" ui-datepicker-other-month":"")+(R.getTime()===A.getTime()&&et===t.selectedMonth&&t._keyEvent||_.getTime()===R.getTime()&&_.getTime()===A.getTime()?" "+this._dayOverClass:"")+(F?" "+this._unselectableClass+" ui-state-disabled":"")+(H&&!y?"":" "+z[1]+(R.getTime()===Z.getTime()?" "+this._currentClass:"")+(R.getTime()===U.getTime()?" ui-datepicker-today":""))+"'"+((!H||y)&&z[2]?" title='"+z[2].replace(/'/g,"&#39;")+"'":"")+(F?"":" data-handler='selectDay' data-event='click' data-month='"+R.getMonth()+"' data-year='"+R.getFullYear()+"'")+">"+(H&&!y?"&#xa0;":F?"<span class='ui-state-default'>"+R.getDate()+"</span>":"<a class='ui-state-default"+(R.getTime()===U.getTime()?" ui-state-highlight":"")+(R.getTime()===Z.getTime()?" ui-state-active":"")+(H?" ui-priority-secondary":"")+"' href='#' aria-current='"+(R.getTime()===Z.getTime()?"true":"false")+"' data-date='"+R.getDate()+"'>"+R.getDate()+"</a>")+"</td>",R.setDate(R.getDate()+1),R=this._daylightSavingAdjust(R);D+=j+"</tr>"}++et>11&&(et=0,ei++),D+="</tbody></table>"+(J?"</div>"+(K[0]>0&&E===K[1]-1?"<div class='ui-datepicker-row-break'></div>":""):""),k+=D}x+=k}return x+=u,t._keyEvent=!1,x},_generateMonthYearHeader:function(e,t,i,n,s,r,a,o){var l,c,u,h,p,f,g,m,v=this._get(e,"changeMonth"),b=this._get(e,"changeYear"),y=this._get(e,"showMonthAfterYear"),w=this._get(e,"selectMonthLabel"),_=this._get(e,"selectYearLabel"),x="<div class='ui-datepicker-title'>",C="";if(r||!v)C+="<span class='ui-datepicker-month'>"+a[t]+"</span>";else{for(l=n&&n.getFullYear()===i,c=s&&s.getFullYear()===i,C+="<select class='ui-datepicker-month' aria-label='"+w+"' data-handler='selectMonth' data-event='change'>",u=0;u<12;u++)(!l||u>=n.getMonth())&&(!c||u<=s.getMonth())&&(C+="<option value='"+u+"'"+(u===t?" selected='selected'":"")+">"+o[u]+"</option>");C+="</select>"}if(y||(x+=C+(r||!(v&&b)?"&#xa0;":"")),!e.yearshtml)if(e.yearshtml="",r||!b)x+="<span class='ui-datepicker-year'>"+i+"</span>";else{for(h=this._get(e,"yearRange").split(":"),p=new Date().getFullYear(),m=Math.max(g=(f=function(e){var t=e.match(/c[+\-].*/)?i+parseInt(e.substring(1),10):e.match(/[+\-].*/)?p+parseInt(e,10):parseInt(e,10);return isNaN(t)?p:t})(h[0]),f(h[1]||"")),g=n?Math.max(g,n.getFullYear()):g,m=s?Math.min(m,s.getFullYear()):m,e.yearshtml+="<select class='ui-datepicker-year' aria-label='"+_+"' data-handler='selectYear' data-event='change'>";g<=m;g++)e.yearshtml+="<option value='"+g+"'"+(g===i?" selected='selected'":"")+">"+g+"</option>";e.yearshtml+="</select>",x+=e.yearshtml,e.yearshtml=null}return x+=this._get(e,"yearSuffix"),y&&(x+=(r||!(v&&b)?"&#xa0;":"")+C),x+="</div>"},_adjustInstDate:function(e,t,i){var n=e.selectedYear+("Y"===i?t:0),s=e.selectedMonth+("M"===i?t:0),r=Math.min(e.selectedDay,this._getDaysInMonth(n,s))+("D"===i?t:0),a=this._restrictMinMax(e,this._daylightSavingAdjust(new Date(n,s,r)));e.selectedDay=a.getDate(),e.drawMonth=e.selectedMonth=a.getMonth(),e.drawYear=e.selectedYear=a.getFullYear(),("M"===i||"Y"===i)&&this._notifyChange(e)},_restrictMinMax:function(e,t){var i=this._getMinMaxDate(e,"min"),n=this._getMinMaxDate(e,"max"),s=i&&t<i?i:t;return n&&s>n?n:s},_notifyChange:function(e){var t=this._get(e,"onChangeMonthYear");t&&t.apply(e.input?e.input[0]:null,[e.selectedYear,e.selectedMonth+1,e])},_getNumberOfMonths:function(e){var t=this._get(e,"numberOfMonths");return null==t?[1,1]:"number"==typeof t?[1,t]:t},_getMinMaxDate:function(e,t){return this._determineDate(e,this._get(e,t+"Date"),null)},_getDaysInMonth:function(e,t){return 32-this._daylightSavingAdjust(new Date(e,t,32)).getDate()},_getFirstDayOfMonth:function(e,t){return new Date(e,t,1).getDay()},_canAdjustMonth:function(e,t,i,n){var s=this._getNumberOfMonths(e),r=this._daylightSavingAdjust(new Date(i,n+(t<0?t:s[0]*s[1]),1));return t<0&&r.setDate(this._getDaysInMonth(r.getFullYear(),r.getMonth())),this._isInRange(e,r)},_isInRange:function(e,t){var i,n,s=this._getMinMaxDate(e,"min"),r=this._getMinMaxDate(e,"max"),a=null,o=null,l=this._get(e,"yearRange");return l&&(i=l.split(":"),n=new Date().getFullYear(),a=parseInt(i[0],10),o=parseInt(i[1],10),i[0].match(/[+\-].*/)&&(a+=n),i[1].match(/[+\-].*/)&&(o+=n)),(!s||t.getTime()>=s.getTime())&&(!r||t.getTime()<=r.getTime())&&(!a||t.getFullYear()>=a)&&(!o||t.getFullYear()<=o)},_getFormatConfig:function(e){var t=this._get(e,"shortYearCutoff");return{shortYearCutoff:t="string"!=typeof t?t:new Date().getFullYear()%100+parseInt(t,10),dayNamesShort:this._get(e,"dayNamesShort"),dayNames:this._get(e,"dayNames"),monthNamesShort:this._get(e,"monthNamesShort"),monthNames:this._get(e,"monthNames")}},_formatDate:function(e,t,i,n){t||(e.currentDay=e.selectedDay,e.currentMonth=e.selectedMonth,e.currentYear=e.selectedYear);var s=t?"object"==typeof t?t:this._daylightSavingAdjust(new Date(n,i,t)):this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay));return this.formatDate(this._get(e,"dateFormat"),s,this._getFormatConfig(e))}}),e.fn.datepicker=function(t){if(!this.length)return this;e.datepicker.initialized||(e(document).on("mousedown",e.datepicker._checkExternalClick),e.datepicker.initialized=!0),0===e("#"+e.datepicker._mainDivId).length&&e("body").append(e.datepicker.dpDiv);var i=Array.prototype.slice.call(arguments,1);return"string"==typeof t&&("isDisabled"===t||"getDate"===t||"widget"===t)||"option"===t&&2==arguments.length&&"string"==typeof arguments[1]?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(i)):this.each(function(){"string"==typeof t?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this].concat(i)):e.datepicker._attachDatepicker(this,t)})},e.datepicker=new i,e.datepicker.initialized=!1,e.datepicker.uuid=new Date().getTime(),e.datepicker.version="1.14.1",e.datepicker})},132(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(228),i(745),i(786),i(41),i(309),i(229)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){return e.widget("ui.draggable",e.ui.mouse,{version:"1.14.1",widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){"original"===this.options.helper&&this._setPositionRelative(),this.options.addClasses&&this._addClass("ui-draggable"),this._setHandleClassName(),this._mouseInit()},_setOption:function(e,t){this._super(e,t),"handle"===e&&(this._removeHandleClassName(),this._setHandleClassName())},_destroy:function(){if((this.helper||this.element).is(".ui-draggable-dragging")){this.destroyOnClear=!0;return}this._removeHandleClassName(),this._mouseDestroy()},_mouseCapture:function(t){var i=this.options;return!this.helper&&!i.disabled&&!(e(t.target).closest(".ui-resizable-handle").length>0)&&(this.handle=this._getHandle(t),!!this.handle&&(this._blurActiveElement(t),this._blockFrames(!0===i.iframeFix?"iframe":i.iframeFix),!0))},_blockFrames:function(t){this.iframeBlocks=this.document.find(t).map(function(){var t=e(this);return e("<div>").css("position","absolute").appendTo(t.parent()).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()).offset(t.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_blurActiveElement:function(t){var i=this.document[0].activeElement;e(t.target).closest(i).length||e(i).trigger("blur")},_mouseStart:function(t){var i=this.options;return(this.helper=this._createHelper(t),this._addClass(this.helper,"ui-draggable-dragging"),this._cacheHelperProportions(),e.ui.ddmanager&&(e.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.hasFixedAncestor=this.helper.parents().filter(function(){return"fixed"===e(this).css("position")}).length>0,this.positionAbs=this.element.offset(),this._refreshOffsets(t),this.originalPosition=this.position=this._generatePosition(t,!1),this.originalPageX=t.pageX,this.originalPageY=t.pageY,i.cursorAt&&this._adjustOffsetFromHelper(i.cursorAt),this._setContainment(),!1===this._trigger("start",t))?(this._clear(),!1):(this._cacheHelperProportions(),e.ui.ddmanager&&!i.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this._mouseDrag(t,!0),e.ui.ddmanager&&e.ui.ddmanager.dragStart(this,t),!0)},_refreshOffsets:function(e){this.offset={top:this.positionAbs.top-this.margins.top,left:this.positionAbs.left-this.margins.left,scroll:!1,parent:this._getParentOffset(),relative:this._getRelativeOffset()},this.offset.click={left:e.pageX-this.offset.left,top:e.pageY-this.offset.top}},_mouseDrag:function(t,i){if(this.hasFixedAncestor&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(t,!0),this.positionAbs=this._convertPositionTo("absolute"),!i){var n=this._uiHash();if(!1===this._trigger("drag",t,n))return this._mouseUp(new e.Event("mouseup",t)),!1;this.position=n.position}return this.helper[0].style.left=this.position.left+"px",this.helper[0].style.top=this.position.top+"px",e.ui.ddmanager&&e.ui.ddmanager.drag(this,t),!1},_mouseStop:function(t){var i=this,n=!1;return e.ui.ddmanager&&!this.options.dropBehaviour&&(n=e.ui.ddmanager.drop(this,t)),this.dropped&&(n=this.dropped,this.dropped=!1),"invalid"===this.options.revert&&!n||"valid"===this.options.revert&&n||!0===this.options.revert||"function"==typeof this.options.revert&&this.options.revert.call(this.element,n)?e(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){!1!==i._trigger("stop",t)&&i._clear()}):!1!==this._trigger("stop",t)&&this._clear(),!1},_mouseUp:function(t){return this._unblockFrames(),e.ui.ddmanager&&e.ui.ddmanager.dragStop(this,t),this.handleElement.is(t.target)&&this.element.trigger("focus"),e.ui.mouse.prototype._mouseUp.call(this,t)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp(new e.Event("mouseup",{target:this.element[0]})):this._clear(),this},_getHandle:function(t){return!this.options.handle||!!e(t.target).closest(this.element.find(this.options.handle)).length},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this._addClass(this.handleElement,"ui-draggable-handle")},_removeHandleClassName:function(){this._removeClass(this.handleElement,"ui-draggable-handle")},_createHelper:function(t){var i=this.options,n="function"==typeof i.helper,s=n?e(i.helper.apply(this.element[0],[t])):"clone"===i.helper?this.element.clone().removeAttr("id"):this.element;return s.parents("body").length||s.appendTo("parent"===i.appendTo?this.element[0].parentNode:i.appendTo),n&&s[0]===this.element[0]&&this._setPositionRelative(),s[0]===this.element[0]||/(fixed|absolute)/.test(s.css("position"))||s.css("position","absolute"),s},_setPositionRelative:function(){/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative")},_adjustOffsetFromHelper:function(e){"string"==typeof e&&(e=e.split(" ")),Array.isArray(e)&&(e={left:+e[0],top:+e[1]||0}),"left"in e&&(this.offset.click.left=e.left+this.margins.left),"right"in e&&(this.offset.click.left=this.helperProportions.width-e.right+this.margins.left),"top"in e&&(this.offset.click.top=e.top+this.margins.top),"bottom"in e&&(this.offset.click.top=this.helperProportions.height-e.bottom+this.margins.top)},_isRootNode:function(e){return/(html|body)/i.test(e.tagName)||e===this.document[0]},_getParentOffset:function(){var t=this.offsetParent.offset(),i=this.document[0];return"absolute"===this.cssPosition&&this.scrollParent[0]!==i&&e.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:t.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var e=this.element.position(),t=this._isRootNode(this.scrollParent[0]);return{top:e.top-(parseInt(this.helper.css("top"),10)||0)+(t?0:this.scrollParent.scrollTop()),left:e.left-(parseInt(this.helper.css("left"),10)||0)+(t?0:this.scrollParent.scrollLeft())}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,i,n,s=this.options,r=this.document[0];if(this.relativeContainer=null,!s.containment){this.containment=null;return}if("window"===s.containment){this.containment=[e(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,e(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,e(window).scrollLeft()+e(window).width()-this.helperProportions.width-this.margins.left,e(window).scrollTop()+(e(window).height()||r.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];return}if("document"===s.containment){this.containment=[0,0,e(r).width()-this.helperProportions.width-this.margins.left,(e(r).height()||r.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];return}if(s.containment.constructor===Array){this.containment=s.containment;return}"parent"===s.containment&&(s.containment=this.helper[0].parentNode),(n=(i=e(s.containment))[0])&&(t=/(scroll|auto)/.test(i.css("overflow")),this.containment=[(parseInt(i.css("borderLeftWidth"),10)||0)+(parseInt(i.css("paddingLeft"),10)||0),(parseInt(i.css("borderTopWidth"),10)||0)+(parseInt(i.css("paddingTop"),10)||0),(t?Math.max(n.scrollWidth,n.offsetWidth):n.offsetWidth)-(parseInt(i.css("borderRightWidth"),10)||0)-(parseInt(i.css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(t?Math.max(n.scrollHeight,n.offsetHeight):n.offsetHeight)-(parseInt(i.css("borderBottomWidth"),10)||0)-(parseInt(i.css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=i)},_convertPositionTo:function(e,t){t||(t=this.position);var i="absolute"===e?1:-1,n=this._isRootNode(this.scrollParent[0]);return{top:t.top+this.offset.relative.top*i+this.offset.parent.top*i-("fixed"===this.cssPosition?-this.offset.scroll.top:n?0:this.offset.scroll.top)*i,left:t.left+this.offset.relative.left*i+this.offset.parent.left*i-("fixed"===this.cssPosition?-this.offset.scroll.left:n?0:this.offset.scroll.left)*i}},_generatePosition:function(e,t){var i,n,s,r,a=this.options,o=this._isRootNode(this.scrollParent[0]),l=e.pageX,c=e.pageY;return o&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),t&&(this.containment&&(this.relativeContainer?(n=this.relativeContainer.offset(),i=[this.containment[0]+n.left,this.containment[1]+n.top,this.containment[2]+n.left,this.containment[3]+n.top]):i=this.containment,e.pageX-this.offset.click.left<i[0]&&(l=i[0]+this.offset.click.left),e.pageY-this.offset.click.top<i[1]&&(c=i[1]+this.offset.click.top),e.pageX-this.offset.click.left>i[2]&&(l=i[2]+this.offset.click.left),e.pageY-this.offset.click.top>i[3]&&(c=i[3]+this.offset.click.top)),a.grid&&(s=a.grid[1]?this.originalPageY+Math.round((c-this.originalPageY)/a.grid[1])*a.grid[1]:this.originalPageY,c=i?s-this.offset.click.top>=i[1]||s-this.offset.click.top>i[3]?s:s-this.offset.click.top>=i[1]?s-a.grid[1]:s+a.grid[1]:s,r=a.grid[0]?this.originalPageX+Math.round((l-this.originalPageX)/a.grid[0])*a.grid[0]:this.originalPageX,l=i?r-this.offset.click.left>=i[0]||r-this.offset.click.left>i[2]?r:r-this.offset.click.left>=i[0]?r-a.grid[0]:r+a.grid[0]:r),"y"===a.axis&&(l=this.originalPageX),"x"===a.axis&&(c=this.originalPageY)),{top:c-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.offset.scroll.top:o?0:this.offset.scroll.top),left:l-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.offset.scroll.left:o?0:this.offset.scroll.left)}},_clear:function(){this._removeClass(this.helper,"ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_trigger:function(t,i,n){return n=n||this._uiHash(),e.ui.plugin.call(this,t,[i,n,this],!0),/^(drag|start|stop)/.test(t)&&(this.positionAbs=this._convertPositionTo("absolute"),n.offset=this.positionAbs),e.Widget.prototype._trigger.call(this,t,i,n)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),e.ui.plugin.add("draggable","connectToSortable",{start:function(t,i,n){var s=e.extend({},i,{item:n.element});n.sortables=[],e(n.options.connectToSortable).each(function(){var i=e(this).sortable("instance");i&&!i.options.disabled&&(n.sortables.push(i),i.refreshPositions(),i._trigger("activate",t,s))})},stop:function(t,i,n){var s=e.extend({},i,{item:n.element});n.cancelHelperRemoval=!1,e.each(n.sortables,function(){this.isOver?(this.isOver=0,n.cancelHelperRemoval=!0,this.cancelHelperRemoval=!1,this._storedCSS={position:this.placeholder.css("position"),top:this.placeholder.css("top"),left:this.placeholder.css("left")},this._mouseStop(t),this.options.helper=this.options._helper):(this.cancelHelperRemoval=!0,this._trigger("deactivate",t,s))})},drag:function(t,i,n){e.each(n.sortables,function(){var s=!1,r=this;r.positionAbs=n.positionAbs,r.helperProportions=n.helperProportions,r.offset.click=n.offset.click,r._intersectsWith(r.containerCache)&&(s=!0,e.each(n.sortables,function(){return this.positionAbs=n.positionAbs,this.helperProportions=n.helperProportions,this.offset.click=n.offset.click,this!==r&&this._intersectsWith(this.containerCache)&&e.contains(r.element[0],this.element[0])&&(s=!1),s})),s?(r.isOver||(r.isOver=1,n._parent=i.helper.parent(),r.currentItem=i.helper.appendTo(r.element).data("ui-sortable-item",!0),r.options._helper=r.options.helper,r.options.helper=function(){return i.helper[0]},t.target=r.currentItem[0],r._mouseCapture(t,!0),r._mouseStart(t,!0,!0),r.offset.click.top=n.offset.click.top,r.offset.click.left=n.offset.click.left,r.offset.parent.left-=n.offset.parent.left-r.offset.parent.left,r.offset.parent.top-=n.offset.parent.top-r.offset.parent.top,n._trigger("toSortable",t),n.dropped=r.element,e.each(n.sortables,function(){this.refreshPositions()}),n.currentItem=n.element,r.fromOutside=n),r.currentItem&&(r._mouseDrag(t),i.position=r.position)):r.isOver&&(r.isOver=0,r.cancelHelperRemoval=!0,r.options._revert=r.options.revert,r.options.revert=!1,r._trigger("out",t,r._uiHash(r)),r._mouseStop(t,!0),r.options.revert=r.options._revert,r.options.helper=r.options._helper,r.placeholder&&r.placeholder.remove(),i.helper.appendTo(n._parent),n._refreshOffsets(t),i.position=n._generatePosition(t,!0),n._trigger("fromSortable",t),n.dropped=!1,e.each(n.sortables,function(){this.refreshPositions()}))})}}),e.ui.plugin.add("draggable","cursor",{start:function(t,i,n){var s=e("body"),r=n.options;s.css("cursor")&&(r._cursor=s.css("cursor")),s.css("cursor",r.cursor)},stop:function(t,i,n){var s=n.options;s._cursor&&e("body").css("cursor",s._cursor)}}),e.ui.plugin.add("draggable","opacity",{start:function(t,i,n){var s=e(i.helper),r=n.options;s.css("opacity")&&(r._opacity=s.css("opacity")),s.css("opacity",r.opacity)},stop:function(t,i,n){var s=n.options;s._opacity&&e(i.helper).css("opacity",s._opacity)}}),e.ui.plugin.add("draggable","scroll",{start:function(e,t,i){i.scrollParentNotHidden||(i.scrollParentNotHidden=i.helper.scrollParent(!1)),i.scrollParentNotHidden[0]!==i.document[0]&&"HTML"!==i.scrollParentNotHidden[0].tagName&&(i.overflowOffset=i.scrollParentNotHidden.offset())},drag:function(t,i,n){var s=n.options,r=!1,a=n.scrollParentNotHidden[0],o=n.document[0];a!==o&&"HTML"!==a.tagName?((!s.axis||"x"!==s.axis)&&(n.overflowOffset.top+a.offsetHeight-t.pageY<s.scrollSensitivity?a.scrollTop=r=a.scrollTop+s.scrollSpeed:t.pageY-n.overflowOffset.top<s.scrollSensitivity&&(a.scrollTop=r=a.scrollTop-s.scrollSpeed)),(!s.axis||"y"!==s.axis)&&(n.overflowOffset.left+a.offsetWidth-t.pageX<s.scrollSensitivity?a.scrollLeft=r=a.scrollLeft+s.scrollSpeed:t.pageX-n.overflowOffset.left<s.scrollSensitivity&&(a.scrollLeft=r=a.scrollLeft-s.scrollSpeed))):((!s.axis||"x"!==s.axis)&&(t.pageY-e(o).scrollTop()<s.scrollSensitivity?r=e(o).scrollTop(e(o).scrollTop()-s.scrollSpeed):e(window).height()-(t.pageY-e(o).scrollTop())<s.scrollSensitivity&&(r=e(o).scrollTop(e(o).scrollTop()+s.scrollSpeed))),(!s.axis||"y"!==s.axis)&&(t.pageX-e(o).scrollLeft()<s.scrollSensitivity?r=e(o).scrollLeft(e(o).scrollLeft()-s.scrollSpeed):e(window).width()-(t.pageX-e(o).scrollLeft())<s.scrollSensitivity&&(r=e(o).scrollLeft(e(o).scrollLeft()+s.scrollSpeed)))),!1!==r&&e.ui.ddmanager&&!s.dropBehaviour&&e.ui.ddmanager.prepareOffsets(n,t)}}),e.ui.plugin.add("draggable","snap",{start:function(t,i,n){var s=n.options;n.snapElements=[],e(s.snap.constructor!==String?s.snap.items||":data(ui-draggable)":s.snap).each(function(){var t=e(this),i=t.offset();this!==n.element[0]&&n.snapElements.push({item:this,width:t.outerWidth(),height:t.outerHeight(),top:i.top,left:i.left})})},drag:function(t,i,n){var s,r,a,o,l,c,u,h,p,f,g=n.options,m=g.snapTolerance,v=i.offset.left,b=v+n.helperProportions.width,y=i.offset.top,w=y+n.helperProportions.height;for(p=n.snapElements.length-1;p>=0;p--){if(c=(l=n.snapElements[p].left-n.margins.left)+n.snapElements[p].width,h=(u=n.snapElements[p].top-n.margins.top)+n.snapElements[p].height,b<l-m||v>c+m||w<u-m||y>h+m||!e.contains(n.snapElements[p].item.ownerDocument,n.snapElements[p].item)){n.snapElements[p].snapping&&n.options.snap.release&&n.options.snap.release.call(n.element,t,e.extend(n._uiHash(),{snapItem:n.snapElements[p].item})),n.snapElements[p].snapping=!1;continue}"inner"!==g.snapMode&&(s=Math.abs(u-w)<=m,r=Math.abs(h-y)<=m,a=Math.abs(l-b)<=m,o=Math.abs(c-v)<=m,s&&(i.position.top=n._convertPositionTo("relative",{top:u-n.helperProportions.height,left:0}).top),r&&(i.position.top=n._convertPositionTo("relative",{top:h,left:0}).top),a&&(i.position.left=n._convertPositionTo("relative",{top:0,left:l-n.helperProportions.width}).left),o&&(i.position.left=n._convertPositionTo("relative",{top:0,left:c}).left)),f=s||r||a||o,"outer"!==g.snapMode&&(s=Math.abs(u-y)<=m,r=Math.abs(h-w)<=m,a=Math.abs(l-v)<=m,o=Math.abs(c-b)<=m,s&&(i.position.top=n._convertPositionTo("relative",{top:u,left:0}).top),r&&(i.position.top=n._convertPositionTo("relative",{top:h-n.helperProportions.height,left:0}).top),a&&(i.position.left=n._convertPositionTo("relative",{top:0,left:l}).left),o&&(i.position.left=n._convertPositionTo("relative",{top:0,left:c-n.helperProportions.width}).left)),!n.snapElements[p].snapping&&(s||r||a||o||f)&&n.options.snap.snap&&n.options.snap.snap.call(n.element,t,e.extend(n._uiHash(),{snapItem:n.snapElements[p].item})),n.snapElements[p].snapping=s||r||a||o||f}}}),e.ui.plugin.add("draggable","stack",{start:function(t,i,n){var s,r=n.options,a=e.makeArray(e(r.stack)).sort(function(t,i){return(parseInt(e(t).css("zIndex"),10)||0)-(parseInt(e(i).css("zIndex"),10)||0)});a.length&&(s=parseInt(e(a[0]).css("zIndex"),10)||0,e(a).each(function(t){e(this).css("zIndex",s+t)}),this.css("zIndex",s+a.length))}}),e.ui.plugin.add("draggable","zIndex",{start:function(t,i,n){var s=e(i.helper),r=n.options;s.css("zIndex")&&(r._zIndex=s.css("zIndex")),s.css("zIndex",r.zIndex)},stop:function(t,i,n){var s=n.options;s._zIndex&&e(i.helper).css("zIndex",s._zIndex)}}),e.ui.draggable})},228(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(309),i(229)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){"use strict";var t=!1;return e(document).on("mouseup",function(){t=!1}),e.widget("ui.mouse",{version:"1.14.1",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var t=this;this.element.on("mousedown."+this.widgetName,function(e){return t._mouseDown(e)}).on("click."+this.widgetName,function(i){if(!0===e.data(i.target,t.widgetName+".preventClickEvent"))return e.removeData(i.target,t.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1}),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(i){if(!t){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(i),this._mouseDownEvent=i;var n=this,s=1===i.which,r="string"==typeof this.options.cancel&&e(i.target).closest(this.options.cancel).length;return!(s&&!r&&this._mouseCapture(i))||((this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){n.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(i)&&this._mouseDelayMet(i)&&(this._mouseStarted=!1!==this._mouseStart(i),!this._mouseStarted))?(i.preventDefault(),!0):(!0===e.data(i.target,this.widgetName+".preventClickEvent")&&e.removeData(i.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(e){return n._mouseMove(e)},this._mouseUpDelegate=function(e){return n._mouseUp(e)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),i.preventDefault(),t=!0,!0))}},_mouseMove:function(e){if(this._mouseMoved&&!e.which){if(e.originalEvent.altKey||e.originalEvent.ctrlKey||e.originalEvent.metaKey||e.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(e)}return((e.which||e.button)&&(this._mouseMoved=!0),this._mouseStarted)?(this._mouseDrag(e),e.preventDefault()):(this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=!1!==this._mouseStart(this._mouseDownEvent,e),this._mouseStarted?this._mouseDrag(e):this._mouseUp(e)),!this._mouseStarted)},_mouseUp:function(i){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,i.target===this._mouseDownEvent.target&&e.data(i.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(i)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,t=!1,i.preventDefault()},_mouseDistanceMet:function(e){return Math.max(Math.abs(this._mouseDownEvent.pageX-e.pageX),Math.abs(this._mouseDownEvent.pageY-e.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}})})},903(e,t,i){var n,s,r;!function(a){"use strict";s=[i(195),i(228),i(745),i(41),i(309),i(229)],void 0===(r="function"==typeof(n=a)?n.apply(t,s):n)||(e.exports=r)}(function(e){return e.widget("ui.sortable",e.ui.mouse,{version:"1.14.1",widgetEventPrefix:"sort",ready:!1,options:{appendTo:"parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceholderSize:!1,forceHelperSize:!1,grid:!1,handle:!1,helper:"original",items:"> *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1e3,activate:null,beforeStop:null,change:null,deactivate:null,out:null,over:null,receive:null,remove:null,sort:null,start:null,stop:null,update:null},_isOverAxis:function(e,t,i){return e>=t&&e<t+i},_isFloating:function(e){return/left|right/.test(e.css("float"))||/inline|table-cell/.test(e.css("display"))},_create:function(){this.containerCache={},this._addClass("ui-sortable"),this.refresh(),this.offset=this.element.offset(),this._mouseInit(),this._setHandleClassName(),this.ready=!0},_setOption:function(e,t){this._super(e,t),"handle"===e&&this._setHandleClassName()},_setHandleClassName:function(){this._removeClass(this.element.find(".ui-sortable-handle"),"ui-sortable-handle"),e.each(this.items,function(){(this.instance.options.handle?this.item.find(this.instance.options.handle):this.item).addClass("ui-sortable-handle")})},_destroy:function(){this._mouseDestroy();for(var e=this.items.length-1;e>=0;e--)this.items[e].item.removeData(this.widgetName+"-item");return this},_mouseCapture:function(t,i){var n=null,s=!1,r=this;return!this.reverting&&!this.options.disabled&&"static"!==this.options.type&&(this._refreshItems(t),e(t.target).parents().each(function(){if(e.data(this,r.widgetName+"-item")===r)return n=e(this),!1}),e.data(t.target,r.widgetName+"-item")===r&&(n=e(t.target)),!!n)&&(!this.options.handle||!!i||(e(this.options.handle,n).find("*").addBack().each(function(){this===t.target&&(s=!0)}),!!s))&&(this.currentItem=n,this._removeCurrentsFromItems(),!0)},_mouseStart:function(t,i,n){var s,r,a=this.options;if(this.currentContainer=this,this.refreshPositions(),this.appendTo=e("parent"!==a.appendTo?a.appendTo:this.currentItem.parent()),this.helper=this._createHelper(t),this._cacheHelperProportions(),this._cacheMargins(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},e.extend(this.offset,{click:{left:t.pageX-this.offset.left,top:t.pageY-this.offset.top},relative:this._getRelativeOffset()}),this.helper.css("position","absolute"),this.cssPosition=this.helper.css("position"),a.cursorAt&&this._adjustOffsetFromHelper(a.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!==this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),this.scrollParent=this.placeholder.scrollParent(),e.extend(this.offset,{parent:this._getParentOffset()}),a.containment&&this._setContainment(),a.cursor&&"auto"!==a.cursor&&(r=this.document.find("body"),this._storedStylesheet=e("<style>*{ cursor: "+a.cursor+" !important; }</style>").appendTo(r)),a.zIndex&&(this.helper.css("zIndex")&&(this._storedZIndex=this.helper.css("zIndex")),this.helper.css("zIndex",a.zIndex)),a.opacity&&(this.helper.css("opacity")&&(this._storedOpacity=this.helper.css("opacity")),this.helper.css("opacity",a.opacity)),this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this._trigger("start",t,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions(),!n)for(s=this.containers.length-1;s>=0;s--)this.containers[s]._trigger("activate",t,this._uiHash(this));return e.ui.ddmanager&&(e.ui.ddmanager.current=this),e.ui.ddmanager&&!a.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this.dragging=!0,this._addClass(this.helper,"ui-sortable-helper"),this.helper.parent().is(this.appendTo)||(this.helper.detach().appendTo(this.appendTo),this.offset.parent=this._getParentOffset()),this.position=this.originalPosition=this._generatePosition(t),this.originalPageX=t.pageX,this.originalPageY=t.pageY,this.lastPositionAbs=this.positionAbs=this._convertPositionTo("absolute"),this._mouseDrag(t),!0},_scroll:function(e){var t=this.options,i=!1;return this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-e.pageY<t.scrollSensitivity?this.scrollParent[0].scrollTop=i=this.scrollParent[0].scrollTop+t.scrollSpeed:e.pageY-this.overflowOffset.top<t.scrollSensitivity&&(this.scrollParent[0].scrollTop=i=this.scrollParent[0].scrollTop-t.scrollSpeed),this.overflowOffset.left+this.scrollParent[0].offsetWidth-e.pageX<t.scrollSensitivity?this.scrollParent[0].scrollLeft=i=this.scrollParent[0].scrollLeft+t.scrollSpeed:e.pageX-this.overflowOffset.left<t.scrollSensitivity&&(this.scrollParent[0].scrollLeft=i=this.scrollParent[0].scrollLeft-t.scrollSpeed)):(e.pageY-this.document.scrollTop()<t.scrollSensitivity?i=this.document.scrollTop(this.document.scrollTop()-t.scrollSpeed):this.window.height()-(e.pageY-this.document.scrollTop())<t.scrollSensitivity&&(i=this.document.scrollTop(this.document.scrollTop()+t.scrollSpeed)),e.pageX-this.document.scrollLeft()<t.scrollSensitivity?i=this.document.scrollLeft(this.document.scrollLeft()-t.scrollSpeed):this.window.width()-(e.pageX-this.document.scrollLeft())<t.scrollSensitivity&&(i=this.document.scrollLeft(this.document.scrollLeft()+t.scrollSpeed))),i},_mouseDrag:function(t){var i,n,s,r,a=this.options;for(this.position=this._generatePosition(t),this.positionAbs=this._convertPositionTo("absolute"),this.options.axis&&"y"===this.options.axis||(this.helper[0].style.left=this.position.left+"px"),this.options.axis&&"x"===this.options.axis||(this.helper[0].style.top=this.position.top+"px"),a.scroll&&!1!==this._scroll(t)&&(this._refreshItemPositions(!0),e.ui.ddmanager&&!a.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t)),this.dragDirection={vertical:this._getDragVerticalDirection(),horizontal:this._getDragHorizontalDirection()},i=this.items.length-1;i>=0;i--)if((s=(n=this.items[i]).item[0],r=this._intersectsWithPointer(n))&&n.instance===this.currentContainer&&s!==this.currentItem[0]&&this.placeholder[1===r?"next":"prev"]()[0]!==s&&!e.contains(this.placeholder[0],s)&&("semi-dynamic"!==this.options.type||!e.contains(this.element[0],s))){if(this.direction=1===r?"down":"up","pointer"===this.options.tolerance||this._intersectsWithSides(n))this._rearrange(t,n);else break;this._trigger("change",t,this._uiHash());break}return this._contactContainers(t),e.ui.ddmanager&&e.ui.ddmanager.drag(this,t),this._trigger("sort",t,this._uiHash()),this.lastPositionAbs=this.positionAbs,!1},_mouseStop:function(t,i){if(t){if(e.ui.ddmanager&&!this.options.dropBehaviour&&e.ui.ddmanager.drop(this,t),this.options.revert){var n=this,s=this.placeholder.offset(),r=this.options.axis,a={};r&&"x"!==r||(a.left=s.left-this.offset.parent.left-this.margins.left+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollLeft)),r&&"y"!==r||(a.top=s.top-this.offset.parent.top-this.margins.top+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollTop)),this.reverting=!0,e(this.helper).animate(a,parseInt(this.options.revert,10)||500,function(){n._clear(t)})}else this._clear(t,i);return!1}},cancel:function(){if(this.dragging){this._mouseUp(new e.Event("mouseup",{target:null})),"original"===this.options.helper?(this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")):this.currentItem.show();for(var t=this.containers.length-1;t>=0;t--)this.containers[t]._trigger("deactivate",null,this._uiHash(this)),this.containers[t].containerCache.over&&(this.containers[t]._trigger("out",null,this._uiHash(this)),this.containers[t].containerCache.over=0)}return this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),"original"!==this.options.helper&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),e.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?e(this.domPosition.prev).after(this.currentItem):e(this.domPosition.parent).prepend(this.currentItem)),this},serialize:function(t){var i=this._getItemsAsjQuery(t&&t.connected),n=[];return t=t||{},e(i).each(function(){var i=(e(t.item||this).attr(t.attribute||"id")||"").match(t.expression||/(.+)[\-=_](.+)/);i&&n.push((t.key||i[1]+"[]")+"="+(t.key&&t.expression?i[1]:i[2]))}),!n.length&&t.key&&n.push(t.key+"="),n.join("&")},toArray:function(t){var i=this._getItemsAsjQuery(t&&t.connected),n=[];return t=t||{},i.each(function(){n.push(e(t.item||this).attr(t.attribute||"id")||"")}),n},_intersectsWith:function(e){var t=this.positionAbs.left,i=t+this.helperProportions.width,n=this.positionAbs.top,s=n+this.helperProportions.height,r=e.left,a=r+e.width,o=e.top,l=o+e.height,c=this.offset.click.top,u=this.offset.click.left,h="x"===this.options.axis||n+c>o&&n+c<l,p="y"===this.options.axis||t+u>r&&t+u<a;return"pointer"===this.options.tolerance||this.options.forcePointerForContainers||"pointer"!==this.options.tolerance&&this.helperProportions[this.floating?"width":"height"]>e[this.floating?"width":"height"]?h&&p:r<t+this.helperProportions.width/2&&i-this.helperProportions.width/2<a&&o<n+this.helperProportions.height/2&&s-this.helperProportions.height/2<l},_intersectsWithPointer:function(e){var t,i,n="x"===this.options.axis||this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top,e.height),s="y"===this.options.axis||this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left,e.width);return!!(n&&s)&&(t=this.dragDirection.vertical,i=this.dragDirection.horizontal,this.floating?"right"===i||"down"===t?2:1:t&&("down"===t?2:1))},_intersectsWithSides:function(e){var t=this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top+e.height/2,e.height),i=this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left+e.width/2,e.width),n=this.dragDirection.vertical,s=this.dragDirection.horizontal;return this.floating&&s?"right"===s&&i||"left"===s&&!i:n&&("down"===n&&t||"up"===n&&!t)},_getDragVerticalDirection:function(){var e=this.positionAbs.top-this.lastPositionAbs.top;return 0!==e&&(e>0?"down":"up")},_getDragHorizontalDirection:function(){var e=this.positionAbs.left-this.lastPositionAbs.left;return 0!==e&&(e>0?"right":"left")},refresh:function(e){return this._refreshItems(e),this._setHandleClassName(),this.refreshPositions(),this},_connectWith:function(){var e=this.options;return e.connectWith.constructor===String?[e.connectWith]:e.connectWith},_getItemsAsjQuery:function(t){var i,n,s,r,a=[],o=[],l=this._connectWith();if(l&&t)for(i=l.length-1;i>=0;i--)for(n=(s=e(l[i],this.document[0])).length-1;n>=0;n--)(r=e.data(s[n],this.widgetFullName))&&r!==this&&!r.options.disabled&&o.push(["function"==typeof r.options.items?r.options.items.call(r.element):e(r.options.items,r.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),r]);function c(){a.push(this)}for(o.push(["function"==typeof this.options.items?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):e(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]),i=o.length-1;i>=0;i--)o[i][0].each(c);return e(a)},_removeCurrentsFromItems:function(){var t=this.currentItem.find(":data("+this.widgetName+"-item)");this.items=e.grep(this.items,function(e){for(var i=0;i<t.length;i++)if(t[i]===e.item[0])return!1;return!0})},_refreshItems:function(t){this.items=[],this.containers=[this];var i,n,s,r,a,o,l,c,u=this.items,h=[["function"==typeof this.options.items?this.options.items.call(this.element[0],t,{item:this.currentItem}):e(this.options.items,this.element),this]],p=this._connectWith();if(p&&this.ready)for(i=p.length-1;i>=0;i--)for(n=(s=e(p[i],this.document[0])).length-1;n>=0;n--)(r=e.data(s[n],this.widgetFullName))&&r!==this&&!r.options.disabled&&(h.push(["function"==typeof r.options.items?r.options.items.call(r.element[0],t,{item:this.currentItem}):e(r.options.items,r.element),r]),this.containers.push(r));for(i=h.length-1;i>=0;i--)for(n=0,a=h[i][1],c=(o=h[i][0]).length;n<c;n++)(l=e(o[n])).data(this.widgetName+"-item",a),u.push({item:l,instance:a,width:0,height:0,left:0,top:0})},_refreshItemPositions:function(t){var i,n,s,r;for(i=this.items.length-1;i>=0;i--)n=this.items[i],this.currentContainer&&n.instance!==this.currentContainer&&n.item[0]!==this.currentItem[0]||(s=this.options.toleranceElement?e(this.options.toleranceElement,n.item):n.item,t||(n.width=s.outerWidth(),n.height=s.outerHeight()),n.left=(r=s.offset()).left,n.top=r.top)},refreshPositions:function(e){var t,i;if(this.floating=!!this.items.length&&("x"===this.options.axis||this._isFloating(this.items[0].item)),this.offsetParent&&this.helper&&(this.offset.parent=this._getParentOffset()),this._refreshItemPositions(e),this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(t=this.containers.length-1;t>=0;t--)i=this.containers[t].element.offset(),this.containers[t].containerCache.left=i.left,this.containers[t].containerCache.top=i.top,this.containers[t].containerCache.width=this.containers[t].element.outerWidth(),this.containers[t].containerCache.height=this.containers[t].element.outerHeight();return this},_createPlaceholder:function(t){var i,n,s=(t=t||this).options;s.placeholder&&s.placeholder.constructor!==String||(i=s.placeholder,n=t.currentItem[0].nodeName.toLowerCase(),s.placeholder={element:function(){var s=e("<"+n+">",t.document[0]);return t._addClass(s,"ui-sortable-placeholder",i||t.currentItem[0].className)._removeClass(s,"ui-sortable-helper"),"tbody"===n?t._createTrPlaceholder(t.currentItem.find("tr").eq(0),e("<tr>",t.document[0]).appendTo(s)):"tr"===n?t._createTrPlaceholder(t.currentItem,s):"img"===n&&s.attr("src",t.currentItem.attr("src")),i||s.css("visibility","hidden"),s},update:function(e,r){(!i||s.forcePlaceholderSize)&&((!r.height()||s.forcePlaceholderSize&&("tbody"===n||"tr"===n))&&r.height(t.currentItem.innerHeight()-parseInt(t.currentItem.css("paddingTop")||0,10)-parseInt(t.currentItem.css("paddingBottom")||0,10)),r.width()||r.width(t.currentItem.innerWidth()-parseInt(t.currentItem.css("paddingLeft")||0,10)-parseInt(t.currentItem.css("paddingRight")||0,10)))}}),t.placeholder=e(s.placeholder.element.call(t.element,t.currentItem)),t.currentItem.after(t.placeholder),s.placeholder.update(t,t.placeholder)},_createTrPlaceholder:function(t,i){var n=this;t.children().each(function(){e("<td>&#160;</td>",n.document[0]).attr("colspan",e(this).attr("colspan")||1).appendTo(i)})},_contactContainers:function(t){var i,n,s,r,a,o,l,c,u,h,p=null,f=null;for(i=this.containers.length-1;i>=0;i--)if(!e.contains(this.currentItem[0],this.containers[i].element[0]))if(this._intersectsWith(this.containers[i].containerCache)){if(p&&e.contains(this.containers[i].element[0],p.element[0]))continue;p=this.containers[i],f=i}else this.containers[i].containerCache.over&&(this.containers[i]._trigger("out",t,this._uiHash(this)),this.containers[i].containerCache.over=0);if(p)if(1===this.containers.length)this.containers[f].containerCache.over||(this.containers[f]._trigger("over",t,this._uiHash(this)),this.containers[f].containerCache.over=1);else{for(s=1e4,r=null,a=(u=p.floating||this._isFloating(this.currentItem))?"left":"top",o=u?"width":"height",h=u?"pageX":"pageY",n=this.items.length-1;n>=0;n--)e.contains(this.containers[f].element[0],this.items[n].item[0])&&this.items[n].item[0]!==this.currentItem[0]&&(l=this.items[n].item.offset()[a],c=!1,t[h]-l>this.items[n][o]/2&&(c=!0),Math.abs(t[h]-l)<s&&(s=Math.abs(t[h]-l),r=this.items[n],this.direction=c?"up":"down"));if(!r&&!this.options.dropOnEmpty)return;if(this.currentContainer===this.containers[f]){this.currentContainer.containerCache.over||(this.containers[f]._trigger("over",t,this._uiHash()),this.currentContainer.containerCache.over=1);return}r?this._rearrange(t,r,null,!0):this._rearrange(t,null,this.containers[f].element,!0),this._trigger("change",t,this._uiHash()),this.containers[f]._trigger("change",t,this._uiHash(this)),this.currentContainer=this.containers[f],this.options.placeholder.update(this.currentContainer,this.placeholder),this.scrollParent=this.placeholder.scrollParent(),this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this.containers[f]._trigger("over",t,this._uiHash(this)),this.containers[f].containerCache.over=1}},_createHelper:function(t){var i=this.options,n="function"==typeof i.helper?e(i.helper.apply(this.element[0],[t,this.currentItem])):"clone"===i.helper?this.currentItem.clone():this.currentItem;return n.parents("body").length||this.appendTo[0].appendChild(n[0]),n[0]===this.currentItem[0]&&(this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}),(!n[0].style.width||i.forceHelperSize)&&n.width(this.currentItem.width()),(!n[0].style.height||i.forceHelperSize)&&n.height(this.currentItem.height()),n},_adjustOffsetFromHelper:function(e){"string"==typeof e&&(e=e.split(" ")),Array.isArray(e)&&(e={left:+e[0],top:+e[1]||0}),"left"in e&&(this.offset.click.left=e.left+this.margins.left),"right"in e&&(this.offset.click.left=this.helperProportions.width-e.right+this.margins.left),"top"in e&&(this.offset.click.top=e.top+this.margins.top),"bottom"in e&&(this.offset.click.top=this.helperProportions.height-e.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var t=this.offsetParent.offset();return"absolute"===this.cssPosition&&this.scrollParent[0]!==this.document[0]&&e.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),this.offsetParent[0]===this.document[0].body&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:t.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var e=this.currentItem.position();return{top:e.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:e.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,i,n,s=this.options;"parent"===s.containment&&(s.containment=this.helper[0].parentNode),("document"===s.containment||"window"===s.containment)&&(this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,"document"===s.containment?this.document.width():this.window.width()-this.helperProportions.width-this.margins.left,("document"===s.containment?this.document.height()||document.body.parentNode.scrollHeight:this.window.height()||this.document[0].body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]),/^(document|window|parent)$/.test(s.containment)||(t=e(s.containment)[0],i=e(s.containment).offset(),n="hidden"!==e(t).css("overflow"),this.containment=[i.left+(parseInt(e(t).css("borderLeftWidth"),10)||0)+(parseInt(e(t).css("paddingLeft"),10)||0)-this.margins.left,i.top+(parseInt(e(t).css("borderTopWidth"),10)||0)+(parseInt(e(t).css("paddingTop"),10)||0)-this.margins.top,i.left+(n?Math.max(t.scrollWidth,t.offsetWidth):t.offsetWidth)-(parseInt(e(t).css("borderLeftWidth"),10)||0)-(parseInt(e(t).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,i.top+(n?Math.max(t.scrollHeight,t.offsetHeight):t.offsetHeight)-(parseInt(e(t).css("borderTopWidth"),10)||0)-(parseInt(e(t).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top])},_convertPositionTo:function(t,i){i||(i=this.position);var n="absolute"===t?1:-1,s="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&e.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,r=/(html|body)/i.test(s[0].tagName);return{top:i.top+this.offset.relative.top*n+this.offset.parent.top*n-("fixed"===this.cssPosition?-this.scrollParent.scrollTop():r?0:s.scrollTop())*n,left:i.left+this.offset.relative.left*n+this.offset.parent.left*n-("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():r?0:s.scrollLeft())*n}},_generatePosition:function(t){var i,n,s=this.options,r=t.pageX,a=t.pageY,o="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&e.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,l=/(html|body)/i.test(o[0].tagName);return"relative"===this.cssPosition&&(this.scrollParent[0]===this.document[0]||this.scrollParent[0]===this.offsetParent[0])&&(this.offset.relative=this._getRelativeOffset()),this.originalPosition&&(this.containment&&(t.pageX-this.offset.click.left<this.containment[0]&&(r=this.containment[0]+this.offset.click.left),t.pageY-this.offset.click.top<this.containment[1]&&(a=this.containment[1]+this.offset.click.top),t.pageX-this.offset.click.left>this.containment[2]&&(r=this.containment[2]+this.offset.click.left),t.pageY-this.offset.click.top>this.containment[3]&&(a=this.containment[3]+this.offset.click.top)),s.grid&&(i=this.originalPageY+Math.round((a-this.originalPageY)/s.grid[1])*s.grid[1],a=this.containment?i-this.offset.click.top>=this.containment[1]&&i-this.offset.click.top<=this.containment[3]?i:i-this.offset.click.top>=this.containment[1]?i-s.grid[1]:i+s.grid[1]:i,n=this.originalPageX+Math.round((r-this.originalPageX)/s.grid[0])*s.grid[0],r=this.containment?n-this.offset.click.left>=this.containment[0]&&n-this.offset.click.left<=this.containment[2]?n:n-this.offset.click.left>=this.containment[0]?n-s.grid[0]:n+s.grid[0]:n)),{top:a-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.scrollParent.scrollTop():l?0:o.scrollTop()),left:r-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():l?0:o.scrollLeft())}},_rearrange:function(e,t,i,n){i?i[0].appendChild(this.placeholder[0]):t.item[0].parentNode.insertBefore(this.placeholder[0],"down"===this.direction?t.item[0]:t.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var s=this.counter;this._delay(function(){s===this.counter&&this.refreshPositions(!n)})},_clear:function(e,t){this.reverting=!1;var i,n=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(i in this._storedCSS)("auto"===this._storedCSS[i]||"static"===this._storedCSS[i])&&(this._storedCSS[i]="");this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")}else this.currentItem.show();function s(e,t,i){return function(n){i._trigger(e,n,t._uiHash(t))}}for(this.fromOutside&&!t&&n.push(function(e){this._trigger("receive",e,this._uiHash(this.fromOutside))}),(this.fromOutside||this.domPosition.prev!==this.currentItem.prev().not(".ui-sortable-helper")[0]||this.domPosition.parent!==this.currentItem.parent()[0])&&!t&&n.push(function(e){this._trigger("update",e,this._uiHash())}),this===this.currentContainer||t||(n.push(function(e){this._trigger("remove",e,this._uiHash())}),n.push((function(e){return function(t){e._trigger("receive",t,this._uiHash(this))}}).call(this,this.currentContainer)),n.push((function(e){return function(t){e._trigger("update",t,this._uiHash(this))}}).call(this,this.currentContainer))),i=this.containers.length-1;i>=0;i--)t||n.push(s("deactivate",this,this.containers[i])),this.containers[i].containerCache.over&&(n.push(s("out",this,this.containers[i])),this.containers[i].containerCache.over=0);if(this._storedStylesheet&&(this._storedStylesheet.remove(),this._storedStylesheet=null),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex","auto"===this._storedZIndex?"":this._storedZIndex),this.dragging=!1,t||this._trigger("beforeStop",e,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.cancelHelperRemoval||(this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null),!t){for(i=0;i<n.length;i++)n[i].call(this,e);this._trigger("stop",e,this._uiHash())}return this.fromOutside=!1,!this.cancelHelperRemoval},_trigger:function(){!1===e.Widget.prototype._trigger.apply(this,arguments)&&this.cancel()},_uiHash:function(t){var i=t||this;return{helper:i.helper,placeholder:i.placeholder||e([]),position:i.position,originalPosition:i.originalPosition,offset:i.positionAbs,item:i.currentItem,sender:t?t.element:null}}})})},841(){var e=jQuery;function t(e){this.num=0,this.timer=e>0&&e}function i(i){if(e.isPlainObject(i.data)||Array.isArray(i.data)||"string"==typeof i.data){var s,r=i.handler,a={timer:700,combo:[]};"string"==typeof(s=i.data)?a.combo=[s]:Array.isArray(s)?a.combo=s:e.extend(a,s),a.combo=e.map(a.combo,function(e){return e.toLowerCase()}),i.index=new t(a.timer),i.handler=function(t){if(!(this!==t.target&&(/textarea|select|input/i.test(t.target.nodeName)||"true"===e(t.target).prop("contenteditable")))){var s="keypress"!==t.type?e.hotkeys.specialKeys[t.which]:null,o=String.fromCharCode(t.which).toLowerCase(),l="",c={};t.altKey&&"alt"!==s&&(l+="alt+"),t.ctrlKey&&"ctrl"!==s&&(l+="ctrl+"),t.metaKey&&!t.ctrlKey&&"meta"!==s&&(l+="meta+"),t.shiftKey&&"shift"!==s&&(l+="shift+"),t.metaKey&&"["===o&&(o=null),s&&(c[l+s]=!0),o&&(c[l+o]=!0),/shift+/.test(l)&&(c[l.replace("shift+","")+e.hotkeys.shiftNums[s||o]]=!0);var u=i.index,h=a.combo;if(n(h[u.val()],c))if(u.val()===h.length-1)return u.reset(),r.apply(this,arguments);else u.inc();else u.reset(),n(h[0],c)&&u.inc()}}}}function n(e,t){for(var i=e.split(" "),n=0,s=i.length;n<s;n++)if(t[i[n]])return!0;return!1}e.hotkeys={version:"0.8",specialKeys:{8:"backspace",9:"tab",13:"return",16:"shift",17:"ctrl",18:"alt",19:"pause",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"insert",46:"del",91:"meta",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",106:"*",107:"+",109:"-",110:".",111:"/",112:"f1",113:"f2",114:"f3",115:"f4",116:"f5",117:"f6",118:"f7",119:"f8",120:"f9",121:"f10",122:"f11",123:"f12",144:"numlock",145:"scroll",188:",",190:".",191:"/",224:"meta",219:"[",221:"]"},keypressKeys:["<",">","?"],shiftNums:{"`":"~",1:"!",2:"@",3:"#",4:"$",5:"%",6:"^",7:"&",8:"*",9:"(",0:")","-":"_","=":"+",";":":","'":'"',",":"<",".":">","/":"?","\\":"|"}},e.each(e.hotkeys.keypressKeys,function(t,i){e.hotkeys.shiftNums[i]=i}),t.prototype.val=function(){return this.num},t.prototype.inc=function(){this.timer&&(clearTimeout(this.timeout),this.timeout=setTimeout(e.proxy(t.prototype.reset,this),this.timer)),this.num++},t.prototype.reset=function(){this.timer&&clearTimeout(this.timeout),this.num=0},e.each(["keydown","keyup","keypress"],function(){e.event.special[this]={add:i}})},217(){var e;void 0===(e=jQuery).fn.each2&&e.extend(e.fn,{each2:function(t){for(var i=e([0]),n=-1,s=this.length;++n<s&&(i.context=i[0]=this[n])&&!1!==t.call(i[0],n,i););return this}}),function(e,t){"use strict";if(window.Select2===t){var i,n,s,r,a,o,l,c,u={x:0,y:0},h={TAB:9,ENTER:13,ESC:27,SPACE:32,LEFT:37,UP:38,RIGHT:39,DOWN:40,SHIFT:16,CTRL:17,ALT:18,PAGE_UP:33,PAGE_DOWN:34,HOME:36,END:35,BACKSPACE:8,DELETE:46,isArrow:function(e){switch(e=e.which?e.which:e){case h.LEFT:case h.RIGHT:case h.UP:case h.DOWN:return!0}return!1},isControl:function(e){switch(e.which){case h.SHIFT:case h.CTRL:case h.ALT:return!0}return!!e.metaKey},isFunctionKey:function(e){return(e=e.which?e.which:e)>=112&&e<=123}},p={"Ⓐ":"A",A:"A",À:"A",Á:"A",Â:"A",Ầ:"A",Ấ:"A",Ẫ:"A",Ẩ:"A",Ã:"A",Ā:"A",Ă:"A",Ằ:"A",Ắ:"A",Ẵ:"A",Ẳ:"A",Ȧ:"A",Ǡ:"A",Ä:"A",Ǟ:"A",Ả:"A",Å:"A",Ǻ:"A",Ǎ:"A",Ȁ:"A",Ȃ:"A",Ạ:"A",Ậ:"A",Ặ:"A",Ḁ:"A",Ą:"A",Ⱥ:"A",Ɐ:"A",Ꜳ:"AA",Æ:"AE",Ǽ:"AE",Ǣ:"AE",Ꜵ:"AO",Ꜷ:"AU",Ꜹ:"AV",Ꜻ:"AV",Ꜽ:"AY","Ⓑ":"B",B:"B",Ḃ:"B",Ḅ:"B",Ḇ:"B",Ƀ:"B",Ƃ:"B",Ɓ:"B","Ⓒ":"C",C:"C",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",Ç:"C",Ḉ:"C",Ƈ:"C",Ȼ:"C",Ꜿ:"C","Ⓓ":"D",D:"D",Ḋ:"D",Ď:"D",Ḍ:"D",Ḑ:"D",Ḓ:"D",Ḏ:"D",Đ:"D",Ƌ:"D",Ɗ:"D",Ɖ:"D",Ꝺ:"D",DZ:"DZ",DŽ:"DZ",Dz:"Dz",Dž:"Dz","Ⓔ":"E",E:"E",È:"E",É:"E",Ê:"E",Ề:"E",Ế:"E",Ễ:"E",Ể:"E",Ẽ:"E",Ē:"E",Ḕ:"E",Ḗ:"E",Ĕ:"E",Ė:"E",Ë:"E",Ẻ:"E",Ě:"E",Ȅ:"E",Ȇ:"E",Ẹ:"E",Ệ:"E",Ȩ:"E",Ḝ:"E",Ę:"E",Ḙ:"E",Ḛ:"E",Ɛ:"E",Ǝ:"E","Ⓕ":"F",F:"F",Ḟ:"F",Ƒ:"F",Ꝼ:"F","Ⓖ":"G",G:"G",Ǵ:"G",Ĝ:"G",Ḡ:"G",Ğ:"G",Ġ:"G",Ǧ:"G",Ģ:"G",Ǥ:"G",Ɠ:"G",Ꞡ:"G",Ᵹ:"G",Ꝿ:"G","Ⓗ":"H",H:"H",Ĥ:"H",Ḣ:"H",Ḧ:"H",Ȟ:"H",Ḥ:"H",Ḩ:"H",Ḫ:"H",Ħ:"H",Ⱨ:"H",Ⱶ:"H",Ɥ:"H","Ⓘ":"I",I:"I",Ì:"I",Í:"I",Î:"I",Ĩ:"I",Ī:"I",Ĭ:"I",İ:"I",Ï:"I",Ḯ:"I",Ỉ:"I",Ǐ:"I",Ȉ:"I",Ȋ:"I",Ị:"I",Į:"I",Ḭ:"I",Ɨ:"I","Ⓙ":"J",J:"J",Ĵ:"J",Ɉ:"J","Ⓚ":"K",K:"K",Ḱ:"K",Ǩ:"K",Ḳ:"K",Ķ:"K",Ḵ:"K",Ƙ:"K",Ⱪ:"K",Ꝁ:"K",Ꝃ:"K",Ꝅ:"K",Ꞣ:"K","Ⓛ":"L",L:"L",Ŀ:"L",Ĺ:"L",Ľ:"L",Ḷ:"L",Ḹ:"L",Ļ:"L",Ḽ:"L",Ḻ:"L",Ł:"L",Ƚ:"L",Ɫ:"L",Ⱡ:"L",Ꝉ:"L",Ꝇ:"L",Ꞁ:"L",LJ:"LJ",Lj:"Lj","Ⓜ":"M",M:"M",Ḿ:"M",Ṁ:"M",Ṃ:"M",Ɱ:"M",Ɯ:"M","Ⓝ":"N",N:"N",Ǹ:"N",Ń:"N",Ñ:"N",Ṅ:"N",Ň:"N",Ṇ:"N",Ņ:"N",Ṋ:"N",Ṉ:"N",Ƞ:"N",Ɲ:"N",Ꞑ:"N",Ꞥ:"N",NJ:"NJ",Nj:"Nj","Ⓞ":"O",O:"O",Ò:"O",Ó:"O",Ô:"O",Ồ:"O",Ố:"O",Ỗ:"O",Ổ:"O",Õ:"O",Ṍ:"O",Ȭ:"O",Ṏ:"O",Ō:"O",Ṑ:"O",Ṓ:"O",Ŏ:"O",Ȯ:"O",Ȱ:"O",Ö:"O",Ȫ:"O",Ỏ:"O",Ő:"O",Ǒ:"O",Ȍ:"O",Ȏ:"O",Ơ:"O",Ờ:"O",Ớ:"O",Ỡ:"O",Ở:"O",Ợ:"O",Ọ:"O",Ộ:"O",Ǫ:"O",Ǭ:"O",Ø:"O",Ǿ:"O",Ɔ:"O",Ɵ:"O",Ꝋ:"O",Ꝍ:"O",Ƣ:"OI",Ꝏ:"OO",Ȣ:"OU","Ⓟ":"P",P:"P",Ṕ:"P",Ṗ:"P",Ƥ:"P",Ᵽ:"P",Ꝑ:"P",Ꝓ:"P",Ꝕ:"P","Ⓠ":"Q",Q:"Q",Ꝗ:"Q",Ꝙ:"Q",Ɋ:"Q","Ⓡ":"R",R:"R",Ŕ:"R",Ṙ:"R",Ř:"R",Ȑ:"R",Ȓ:"R",Ṛ:"R",Ṝ:"R",Ŗ:"R",Ṟ:"R",Ɍ:"R",Ɽ:"R",Ꝛ:"R",Ꞧ:"R",Ꞃ:"R","Ⓢ":"S",S:"S",ẞ:"S",Ś:"S",Ṥ:"S",Ŝ:"S",Ṡ:"S",Š:"S",Ṧ:"S",Ṣ:"S",Ṩ:"S",Ș:"S",Ş:"S",Ȿ:"S",Ꞩ:"S",Ꞅ:"S","Ⓣ":"T",T:"T",Ṫ:"T",Ť:"T",Ṭ:"T",Ț:"T",Ţ:"T",Ṱ:"T",Ṯ:"T",Ŧ:"T",Ƭ:"T",Ʈ:"T",Ⱦ:"T",Ꞇ:"T",Ꜩ:"TZ","Ⓤ":"U",U:"U",Ù:"U",Ú:"U",Û:"U",Ũ:"U",Ṹ:"U",Ū:"U",Ṻ:"U",Ŭ:"U",Ü:"U",Ǜ:"U",Ǘ:"U",Ǖ:"U",Ǚ:"U",Ủ:"U",Ů:"U",Ű:"U",Ǔ:"U",Ȕ:"U",Ȗ:"U",Ư:"U",Ừ:"U",Ứ:"U",Ữ:"U",Ử:"U",Ự:"U",Ụ:"U",Ṳ:"U",Ų:"U",Ṷ:"U",Ṵ:"U",Ʉ:"U","Ⓥ":"V",V:"V",Ṽ:"V",Ṿ:"V",Ʋ:"V",Ꝟ:"V",Ʌ:"V",Ꝡ:"VY","Ⓦ":"W",W:"W",Ẁ:"W",Ẃ:"W",Ŵ:"W",Ẇ:"W",Ẅ:"W",Ẉ:"W",Ⱳ:"W","Ⓧ":"X",X:"X",Ẋ:"X",Ẍ:"X","Ⓨ":"Y",Y:"Y",Ỳ:"Y",Ý:"Y",Ŷ:"Y",Ỹ:"Y",Ȳ:"Y",Ẏ:"Y",Ÿ:"Y",Ỷ:"Y",Ỵ:"Y",Ƴ:"Y",Ɏ:"Y",Ỿ:"Y","Ⓩ":"Z",Z:"Z",Ź:"Z",Ẑ:"Z",Ż:"Z",Ž:"Z",Ẓ:"Z",Ẕ:"Z",Ƶ:"Z",Ȥ:"Z",Ɀ:"Z",Ⱬ:"Z",Ꝣ:"Z","ⓐ":"a",a:"a",ẚ:"a",à:"a",á:"a",â:"a",ầ:"a",ấ:"a",ẫ:"a",ẩ:"a",ã:"a",ā:"a",ă:"a",ằ:"a",ắ:"a",ẵ:"a",ẳ:"a",ȧ:"a",ǡ:"a",ä:"a",ǟ:"a",ả:"a",å:"a",ǻ:"a",ǎ:"a",ȁ:"a",ȃ:"a",ạ:"a",ậ:"a",ặ:"a",ḁ:"a",ą:"a",ⱥ:"a",ɐ:"a",ꜳ:"aa",æ:"ae",ǽ:"ae",ǣ:"ae",ꜵ:"ao",ꜷ:"au",ꜹ:"av",ꜻ:"av",ꜽ:"ay","ⓑ":"b",b:"b",ḃ:"b",ḅ:"b",ḇ:"b",ƀ:"b",ƃ:"b",ɓ:"b","ⓒ":"c",c:"c",ć:"c",ĉ:"c",ċ:"c",č:"c",ç:"c",ḉ:"c",ƈ:"c",ȼ:"c",ꜿ:"c",ↄ:"c","ⓓ":"d",d:"d",ḋ:"d",ď:"d",ḍ:"d",ḑ:"d",ḓ:"d",ḏ:"d",đ:"d",ƌ:"d",ɖ:"d",ɗ:"d",ꝺ:"d",dz:"dz",dž:"dz","ⓔ":"e",e:"e",è:"e",é:"e",ê:"e",ề:"e",ế:"e",ễ:"e",ể:"e",ẽ:"e",ē:"e",ḕ:"e",ḗ:"e",ĕ:"e",ė:"e",ë:"e",ẻ:"e",ě:"e",ȅ:"e",ȇ:"e",ẹ:"e",ệ:"e",ȩ:"e",ḝ:"e",ę:"e",ḙ:"e",ḛ:"e",ɇ:"e",ɛ:"e",ǝ:"e","ⓕ":"f",f:"f",ḟ:"f",ƒ:"f",ꝼ:"f","ⓖ":"g",g:"g",ǵ:"g",ĝ:"g",ḡ:"g",ğ:"g",ġ:"g",ǧ:"g",ģ:"g",ǥ:"g",ɠ:"g",ꞡ:"g",ᵹ:"g",ꝿ:"g","ⓗ":"h",h:"h",ĥ:"h",ḣ:"h",ḧ:"h",ȟ:"h",ḥ:"h",ḩ:"h",ḫ:"h",ẖ:"h",ħ:"h",ⱨ:"h",ⱶ:"h",ɥ:"h",ƕ:"hv","ⓘ":"i",i:"i",ì:"i",í:"i",î:"i",ĩ:"i",ī:"i",ĭ:"i",ï:"i",ḯ:"i",ỉ:"i",ǐ:"i",ȉ:"i",ȋ:"i",ị:"i",į:"i",ḭ:"i",ɨ:"i",ı:"i","ⓙ":"j",j:"j",ĵ:"j",ǰ:"j",ɉ:"j","ⓚ":"k",k:"k",ḱ:"k",ǩ:"k",ḳ:"k",ķ:"k",ḵ:"k",ƙ:"k",ⱪ:"k",ꝁ:"k",ꝃ:"k",ꝅ:"k",ꞣ:"k","ⓛ":"l",l:"l",ŀ:"l",ĺ:"l",ľ:"l",ḷ:"l",ḹ:"l",ļ:"l",ḽ:"l",ḻ:"l",ſ:"l",ł:"l",ƚ:"l",ɫ:"l",ⱡ:"l",ꝉ:"l",ꞁ:"l",ꝇ:"l",lj:"lj","ⓜ":"m",m:"m",ḿ:"m",ṁ:"m",ṃ:"m",ɱ:"m",ɯ:"m","ⓝ":"n",n:"n",ǹ:"n",ń:"n",ñ:"n",ṅ:"n",ň:"n",ṇ:"n",ņ:"n",ṋ:"n",ṉ:"n",ƞ:"n",ɲ:"n",ʼn:"n",ꞑ:"n",ꞥ:"n",nj:"nj","ⓞ":"o",o:"o",ò:"o",ó:"o",ô:"o",ồ:"o",ố:"o",ỗ:"o",ổ:"o",õ:"o",ṍ:"o",ȭ:"o",ṏ:"o",ō:"o",ṑ:"o",ṓ:"o",ŏ:"o",ȯ:"o",ȱ:"o",ö:"o",ȫ:"o",ỏ:"o",ő:"o",ǒ:"o",ȍ:"o",ȏ:"o",ơ:"o",ờ:"o",ớ:"o",ỡ:"o",ở:"o",ợ:"o",ọ:"o",ộ:"o",ǫ:"o",ǭ:"o",ø:"o",ǿ:"o",ɔ:"o",ꝋ:"o",ꝍ:"o",ɵ:"o",ƣ:"oi",ȣ:"ou",ꝏ:"oo","ⓟ":"p",p:"p",ṕ:"p",ṗ:"p",ƥ:"p",ᵽ:"p",ꝑ:"p",ꝓ:"p",ꝕ:"p","ⓠ":"q",q:"q",ɋ:"q",ꝗ:"q",ꝙ:"q","ⓡ":"r",r:"r",ŕ:"r",ṙ:"r",ř:"r",ȑ:"r",ȓ:"r",ṛ:"r",ṝ:"r",ŗ:"r",ṟ:"r",ɍ:"r",ɽ:"r",ꝛ:"r",ꞧ:"r",ꞃ:"r","ⓢ":"s",s:"s",ß:"s",ś:"s",ṥ:"s",ŝ:"s",ṡ:"s",š:"s",ṧ:"s",ṣ:"s",ṩ:"s",ș:"s",ş:"s",ȿ:"s",ꞩ:"s",ꞅ:"s",ẛ:"s","ⓣ":"t",t:"t",ṫ:"t",ẗ:"t",ť:"t",ṭ:"t",ț:"t",ţ:"t",ṱ:"t",ṯ:"t",ŧ:"t",ƭ:"t",ʈ:"t",ⱦ:"t",ꞇ:"t",ꜩ:"tz","ⓤ":"u",u:"u",ù:"u",ú:"u",û:"u",ũ:"u",ṹ:"u",ū:"u",ṻ:"u",ŭ:"u",ü:"u",ǜ:"u",ǘ:"u",ǖ:"u",ǚ:"u",ủ:"u",ů:"u",ű:"u",ǔ:"u",ȕ:"u",ȗ:"u",ư:"u",ừ:"u",ứ:"u",ữ:"u",ử:"u",ự:"u",ụ:"u",ṳ:"u",ų:"u",ṷ:"u",ṵ:"u",ʉ:"u","ⓥ":"v",v:"v",ṽ:"v",ṿ:"v",ʋ:"v",ꝟ:"v",ʌ:"v",ꝡ:"vy","ⓦ":"w",w:"w",ẁ:"w",ẃ:"w",ŵ:"w",ẇ:"w",ẅ:"w",ẘ:"w",ẉ:"w",ⱳ:"w","ⓧ":"x",x:"x",ẋ:"x",ẍ:"x","ⓨ":"y",y:"y",ỳ:"y",ý:"y",ŷ:"y",ỹ:"y",ȳ:"y",ẏ:"y",ÿ:"y",ỷ:"y",ẙ:"y",ỵ:"y",ƴ:"y",ɏ:"y",ỿ:"y","ⓩ":"z",z:"z",ź:"z",ẑ:"z",ż:"z",ž:"z",ẓ:"z",ẕ:"z",ƶ:"z",ȥ:"z",ɀ:"z",ⱬ:"z",ꝣ:"z",Ά:"Α",Έ:"Ε",Ή:"Η",Ί:"Ι",Ϊ:"Ι",Ό:"Ο",Ύ:"Υ",Ϋ:"Υ",Ώ:"Ω",ά:"α",έ:"ε",ή:"η",ί:"ι",ϊ:"ι",ΐ:"ι",ό:"ο",ύ:"υ",ϋ:"υ",ΰ:"υ",ω:"ω",ς:"σ"};l=e(document),i=1,a=function(){return i++},n=N(Object,{bind:function(e){var t=this;return function(){e.apply(t,arguments)}},init:function(i){var n,s,r,o,l,h,p=".select2-results";this.opts=i=this.prepareOpts(i),this.id=i.id,i.element.data("select2")!==t&&null!==i.element.data("select2")&&i.element.data("select2").destroy(),this.container=this.createContainer(),this.liveRegion=e(".select2-hidden-accessible"),0==this.liveRegion.length&&(this.liveRegion=e("<span>",{role:"status","aria-live":"polite"}).addClass("select2-hidden-accessible").appendTo(document.body)),this.containerId="s2id_"+(i.element.attr("id")||"autogen"+a()),this.containerEventName=this.containerId.replace(/([.])/g,"_").replace(/([;&,\-\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.container.attr("title",i.element.attr("title")),this.body=e(document.body),C(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.attr("style",i.element.attr("style")),this.container.css(I(i.containerCss,this.opts.element)),this.container.addClass(I(i.containerCssClass,this.opts.element)),this.elementTabIndex=this.opts.element.attr("tabindex"),this.opts.element.data("select2",this).attr("tabindex","-1").before(this.container).on("click.select2",x),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),C(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(I(i.dropdownCssClass,this.opts.element)),this.dropdown.data("select2",this),this.dropdown.on("click",x),this.results=l=this.container.find(p),this.search=h=this.container.find("input.select2-input"),this.queryCount=0,this.resultsPage=0,this.context=null,this.initContainer(),this.container.on("click",x),this.results.on("mousemove",function(i){(t===u||u.x!==i.pageX||u.y!==i.pageY)&&e(i.target).trigger("mousemove-filtered",i)}),this.dropdown.on("mousemove-filtered",p,this.bind(this.highlightUnderEvent)),this.dropdown.on("touchstart touchmove touchend",p,this.bind(function(e){this._touchEvent=!0,this.highlightUnderEvent(e)})),this.dropdown.on("touchmove",p,this.bind(this.touchMoved)),this.dropdown.on("touchstart touchend",p,this.bind(this.clearTouchMoved)),this.dropdown.on("click",this.bind(function(e){this._touchEvent&&(this._touchEvent=!1,this.selectHighlighted())})),n=this.results,s=_(80,function(e){n.trigger("scroll-debounced",e)}),n.on("scroll",function(e){m(e.target,n.get())>=0&&s(e)}),this.dropdown.on("scroll-debounced",p,this.bind(this.loadMoreIfNeeded)),e(this.container).on("change",".select2-input",function(e){e.stopPropagation()}),e(this.dropdown).on("change",".select2-input",function(e){e.stopPropagation()}),e.fn.mousewheel&&l.mousewheel(function(e,t,i,n){var s=l.scrollTop();n>0&&s-n<=0?(l.scrollTop(0),x(e)):n<0&&l.get(0).scrollHeight-l.scrollTop()+n<=l.height()&&(l.scrollTop(l.get(0).scrollHeight-l.height()),x(e))}),w(h),h.on("keyup-change input paste",this.bind(this.updateResults)),h.on("focus",function(){h.addClass("select2-focused")}),h.on("blur",function(){h.removeClass("select2-focused")}),this.dropdown.on("mouseup",p,this.bind(function(t){e(t.target).closest(".select2-result-selectable").length>0&&(this.highlightUnderEvent(t),this.selectHighlighted(t))})),this.dropdown.on("click mouseup mousedown touchstart touchend focusin",function(e){e.stopPropagation()}),this.lastSearchTerm=t,"function"==typeof this.opts.initSelection&&(this.initSelection(),this.monitorSource()),null!==i.maximumInputLength&&this.search.attr("maxlength",i.maximumInputLength);var f=i.element.prop("disabled");t===f&&(f=!1),this.enable(!f);var g=i.element.prop("readonly");t===g&&(g=!1),this.readonly(g),c=c||((r=e("<div class='select2-measure-scrollbar'></div>")).appendTo(document.body),o={width:r.width()-r[0].clientWidth,height:r.height()-r[0].clientHeight},r.remove(),o),this.autofocus=i.element.prop("autofocus"),i.element.prop("autofocus",!1),this.autofocus&&this.focus(),this.search.attr("placeholder",i.searchInputPlaceholder)},destroy:function(){var e=this.opts.element,i=e.data("select2"),n=this;this.close(),e.length&&e[0].detachEvent&&n._sync&&e.each(function(){n._sync&&this.detachEvent("onpropertychange",n._sync)}),this.propertyObserver&&(this.propertyObserver.disconnect(),this.propertyObserver=null),this._sync=null,t!==i&&(i.container.remove(),i.liveRegion.remove(),i.dropdown.remove(),e.removeData("select2").off(".select2"),e.is("input[type='hidden']")?e.css("display",""):(e.show().prop("autofocus",this.autofocus||!1),this.elementTabIndex?e.attr({tabindex:this.elementTabIndex}):e.removeAttr("tabindex"),e.show())),M.call(this,"container","liveRegion","dropdown","results","search")},optionToData:function(e){return e.is("option")?{id:e.prop("value"),text:e.text(),element:e.get(),css:e.attr("class"),disabled:e.prop("disabled"),locked:v(e.attr("locked"),"locked")||v(e.data("locked"),!0)}:e.is("optgroup")?{text:e.attr("label"),children:[],element:e.get(),css:e.attr("class")}:void 0},prepareOpts:function(i){var n,s,r,o,l=this;if("select"===(n=i.element).get(0).tagName.toLowerCase()&&(this.select=s=i.element),s&&e.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],function(){if(this in i)throw Error("Option '"+this+"' is not allowed for Select2 when attached to a <select> element.")}),i.debug=i.debug||e.fn.select2.defaults.debug,i.debug&&console&&console.warn&&(null!=i.id&&console.warn("Select2: The `id` option has been removed in Select2 4.0.0, consider renaming your `id` property or mapping the property before your data makes it to Select2. You can read more at https://select2.github.io/announcements-4.0.html#changed-id"),null!=i.text&&console.warn("Select2: The `text` option has been removed in Select2 4.0.0, consider renaming your `text` property or mapping the property before your data makes it to Select2. You can read more at https://select2.github.io/announcements-4.0.html#changed-id"),null!=i.sortResults&&console.warn("Select2: the `sortResults` option has been renamed to `sorter` in Select2 4.0.0. "),null!=i.selectOnBlur&&console.warn("Select2: The `selectOnBlur` option has been renamed to `selectOnClose` in Select2 4.0.0."),null!=i.ajax&&null!=i.ajax.results&&console.warn("Select2: The `ajax.results` option has been renamed to `ajax.processResults` in Select2 4.0.0."),null!=i.formatNoResults&&console.warn("Select2: The `formatNoResults` option has been renamed to `language.noResults` in Select2 4.0.0."),null!=i.formatSearching&&console.warn("Select2: The `formatSearching` option has been renamed to `language.searching` in Select2 4.0.0."),null!=i.formatInputTooShort&&console.warn("Select2: The `formatInputTooShort` option has been renamed to `language.inputTooShort` in Select2 4.0.0."),null!=i.formatInputTooLong&&console.warn("Select2: The `formatInputTooLong` option has been renamed to `language.inputTooLong` in Select2 4.0.0."),null!=i.formatLoading&&console.warn("Select2: The `formatLoading` option has been renamed to `language.loadingMore` in Select2 4.0.0."),null!=i.formatSelectionTooBig&&console.warn("Select2: The `formatSelectionTooBig` option has been renamed to `language.maximumSelected` in Select2 4.0.0."),i.element.data("select2Tags")&&console.warn("Select2: The `data-select2-tags` attribute has been renamed to `data-tags` in Select2 4.0.0.")),null!=i.element.data("tags")){var c=i.element.data("tags");Array.isArray(c)||(c=[]),i.element.data("select2Tags",c)}if(null!=i.sorter&&(i.sortResults=i.sorter),null!=i.selectOnClose&&(i.selectOnBlur=i.selectOnClose),null!=i.ajax&&"function"==typeof i.ajax.processResults&&(i.ajax.results=i.ajax.processResults),null!=i.language){var u=i.language;"function"==typeof u.noMatches&&(i.formatNoMatches=u.noMatches),"function"==typeof u.searching&&(i.formatSearching=u.searching),"function"==typeof u.inputTooShort&&(i.formatInputTooShort=u.inputTooShort),"function"==typeof u.inputTooLong&&(i.formatInputTooLong=u.inputTooLong),"function"==typeof u.loadingMore&&(i.formatLoading=u.loadingMore),"function"==typeof u.maximumSelected&&(i.formatSelectionTooBig=u.maximumSelected)}if("function"!=typeof(i=e.extend({},{populateResults:function(n,s,r){var o,c=this.opts.id,u=this.liveRegion;(o=function(n,s,h){n=i.sortResults(n,s,r);var p,f,g,m,v,b,y,w,_,x,C=[];for(p=0,f=n.length;p<f;p+=1)m=!(v=!0===(g=n[p]).disabled)&&c(g)!==t,b=g.children&&g.children.length>0,(y=e("<li></li>")).addClass("select2-results-dept-"+h),y.addClass("select2-result"),y.addClass(m?"select2-result-selectable":"select2-result-unselectable"),v&&y.addClass("select2-disabled"),b&&y.addClass("select2-result-with-children"),y.addClass(l.opts.formatResultCssClass(g)),y.attr("role","presentation"),(w=e(document.createElement("div"))).addClass("select2-result-label"),w.attr("id","select2-result-label-"+a()),w.attr("role","option"),t!==(x=i.formatResult(g,w,r,l.opts.escapeMarkup))&&(w.html(x),y.append(w)),b&&((_=e("<ul></ul>")).addClass("select2-result-sub"),o(g.children,_,h+1),y.append(_)),y.data("select2-data",g),C.push(y[0]);s.append(C),u.text(i.formatMatches(n.length))})(s,n,0)}},e.fn.select2.defaults,i)).id&&(r=i.id,i.id=function(e){return e[r]}),Array.isArray(i.element.data("select2Tags"))){if("tags"in i)throw"tags specified as both an attribute 'data-select2-tags' and in options of Select2 "+i.element.attr("id");i.tags=i.element.data("select2Tags")}if(s?(i.query=this.bind(function(e){var i,s,r,a={results:[],more:!1},o=e.term;r=function(t,i){var n;t.is("option")?e.matcher(o,t.text(),t)&&i.push(l.optionToData(t)):t.is("optgroup")&&(n=l.optionToData(t),t.children().each2(function(e,t){r(t,n.children)}),n.children.length>0&&i.push(n))},i=n.children(),this.getPlaceholder()!==t&&i.length>0&&(s=this.getPlaceholderOption())&&(i=i.not(s)),i.each2(function(e,t){r(t,a.results)}),e.callback(a)}),i.id=function(e){return e.id}):!("query"in i)&&("ajax"in i?((o=i.element.data("ajax-url"))&&o.length>0&&(i.ajax.url=o),i.query=E.call(i.element,i.ajax)):"data"in i?i.query=A(i.data):"tags"in i&&(i.query=S(i.tags),i.createSearchChoice===t&&(i.createSearchChoice=function(e){return{id:null==e?"":e.trim(),text:null==e?"":e.trim()}}),i.initSelection===t&&(i.initSelection=function(t,n){var s=[];e(b(t.val(),i.separator,i.transformVal)).each(function(){var t={id:this,text:this},n=i.tags;"function"==typeof n&&(n=n()),e(n).each(function(){if(v(this.id,t.id))return t=this,!1}),s.push(t)}),n(s)}))),"function"!=typeof i.query)throw"query function not defined for Select2 "+i.element.attr("id");if("top"===i.createSearchChoicePosition)i.createSearchChoicePosition=function(e,t){e.unshift(t)};else if("bottom"===i.createSearchChoicePosition)i.createSearchChoicePosition=function(e,t){e.push(t)};else if("function"!=typeof i.createSearchChoicePosition)throw"invalid createSearchChoicePosition option must be 'top', 'bottom' or a custom function";return i},monitorSource:function(){var i,n=this.opts.element,s=this;n.on("change.select2",this.bind(function(e){!0!==this.opts.element.data("select2-change-triggered")&&this.initSelection()})),this._sync=this.bind(function(){var e=n.prop("disabled");t===e&&(e=!1),this.enable(!e);var i=n.prop("readonly");t===i&&(i=!1),this.readonly(i),this.container&&(C(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.addClass(I(this.opts.containerCssClass,this.opts.element))),this.dropdown&&(C(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(I(this.opts.dropdownCssClass,this.opts.element)))}),n.length&&n[0].attachEvent&&n.each(function(){this.attachEvent("onpropertychange",s._sync)}),t!==(i=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver)&&(this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),this.propertyObserver=new i(function(t){e.each(t,s._sync)}),this.propertyObserver.observe(n.get(0),{attributes:!0,subtree:!1}))},triggerSelect:function(t){var i=e.Event("select2-selecting",{val:this.id(t),object:t,choice:t});return this.opts.element.trigger(i),!i.isDefaultPrevented()},triggerChange:function(t){t=t||{},t=e.extend({},t,{type:"change",val:this.val()}),this.opts.element.data("select2-change-triggered",!0),this.opts.element.trigger(t),this.opts.element.data("select2-change-triggered",!1),this.opts.element.click(),this.opts.blurOnChange&&this.opts.element.blur()},isInterfaceEnabled:function(){return!0===this.enabledInterface},enableInterface:function(){var e=this._enabled&&!this._readonly;return e!==this.enabledInterface&&(this.container.toggleClass("select2-container-disabled",!e),this.close(),this.enabledInterface=e,!0)},enable:function(e){t===e&&(e=!0),this._enabled!==e&&(this._enabled=e,this.opts.element.prop("disabled",!e),this.enableInterface())},disable:function(){this.enable(!1)},readonly:function(e){t===e&&(e=!1),this._readonly!==e&&(this._readonly=e,this.opts.element.prop("readonly",e),this.enableInterface())},opened:function(){return!!this.container&&this.container.hasClass("select2-dropdown-open")},positionDropdown:function(){var t,i,n,s,r,a=this.dropdown,o=this.container,l=o.offset(),u=o.outerHeight(!1),h=o.outerWidth(!1),p=a.outerHeight(!1),f=e(window),g=f.width(),m=f.height(),v=f.scrollLeft()+g,b=f.scrollTop()+m,y=l.top+u,w=l.left,_=y+p<=b,x=l.top-p>=f.scrollTop(),C=a.outerWidth(!1);a.hasClass("select2-drop-above")?(i=!0,!x&&_&&(n=!0,i=!1)):(i=!1,!_&&x&&(n=!0,i=!0)),n&&(a.hide(),l=this.container.offset(),u=this.container.outerHeight(!1),h=this.container.outerWidth(!1),p=a.outerHeight(!1),v=f.scrollLeft()+g,b=f.scrollTop()+m,y=l.top+u,w=l.left,C=a.outerWidth(!1),a.show(),this.focusSearch()),this.opts.dropdownAutoWidth?(r=e(".select2-results",a)[0],a.addClass("select2-drop-auto-width"),a.css("width",""),(C=a.outerWidth(!1)+(r.scrollHeight===r.clientHeight?0:c.width))>h?h=C:C=h,p=a.outerHeight(!1)):this.container.removeClass("select2-drop-auto-width"),"static"!==this.body.css("position")&&(y-=(t=this.body.offset()).top,w-=t.left),!(w+C<=v)&&l.left+v+o.outerWidth(!1)>C&&(w=l.left+this.container.outerWidth(!1)-C),s={left:w,width:h},i?(this.container.addClass("select2-drop-above"),a.addClass("select2-drop-above"),p=a.outerHeight(!1),s.top=l.top-p,s.bottom="auto"):(s.top=y,s.bottom="auto",this.container.removeClass("select2-drop-above"),a.removeClass("select2-drop-above")),s=e.extend(s,I(this.opts.dropdownCss,this.opts.element)),a.css(s)},shouldOpen:function(){var t;return!this.opened()&&!1!==this._enabled&&!0!==this._readonly&&(t=e.Event("select2-opening"),this.opts.element.trigger(t),!t.isDefaultPrevented())},clearDropdownAlignmentPreference:function(){this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")},open:function(){return!!this.shouldOpen()&&(this.opening(),l.on("mousemove.select2Event",function(e){u.x=e.pageX,u.y=e.pageY}),!0)},opening:function(){var t,i=this.containerEventName,n="scroll."+i,s="resize."+i,r="orientationchange."+i;this.container.addClass("select2-dropdown-open").addClass("select2-container-active"),this.clearDropdownAlignmentPreference(),this.dropdown[0]!==this.body.children().last()[0]&&this.dropdown.detach().appendTo(this.body),0===(t=e("#select2-drop-mask")).length&&((t=e(document.createElement("div"))).attr("id","select2-drop-mask").attr("class","select2-drop-mask"),t.hide(),t.appendTo(this.body),t.on("mousedown touchstart click",function(i){f(t);var n,s=e("#select2-drop");s.length>0&&((n=s.data("select2")).opts.selectOnBlur&&n.selectHighlighted({noFocus:!0}),n.close(),i.preventDefault(),i.stopPropagation())})),this.dropdown.prev()[0]!==t[0]&&this.dropdown.before(t),e("#select2-drop").removeAttr("id"),this.dropdown.attr("id","select2-drop"),t.show(),this.positionDropdown(),this.dropdown.show(),this.positionDropdown(),this.dropdown.addClass("select2-drop-active");var a=this;this.container.parents().add(window).each(function(){e(this).on(s+" "+n+" "+r,function(e){a.opened()&&a.positionDropdown()})})},close:function(){if(this.opened()){var t=this.containerEventName,i="scroll."+t,n="resize."+t,s="orientationchange."+t;this.container.parents().add(window).each(function(){e(this).off(i).off(n).off(s)}),this.clearDropdownAlignmentPreference(),e("#select2-drop-mask").hide(),this.dropdown.removeAttr("id"),this.dropdown.hide(),this.container.removeClass("select2-dropdown-open").removeClass("select2-container-active"),this.results.empty(),l.off("mousemove.select2Event"),this.clearSearch(),this.search.removeClass("select2-active"),this.search.removeAttr("aria-activedescendant"),this.opts.element.trigger(e.Event("select2-close"))}},externalSearch:function(e){this.open(),this.search.val(e),this.updateResults(!1)},clearSearch:function(){},prefillNextSearchTerm:function(){if(""!==this.search.val())return!1;var e=this.opts.nextSearchTerm(this.data(),this.lastSearchTerm);return t!==e&&(this.search.val(e),this.search.select(),!0)},getMaximumSelectionSize:function(){return I(this.opts.maximumSelectionSize,this.opts.element)},ensureHighlightVisible:function(){var t,i,n,s,r,a,o,l,c=this.results;if(!((i=this.highlight())<0)){if(0==i)return void c.scrollTop(0);s=(l=((n=e((t=this.findHighlightableChoices().find(".select2-result-label"))[i])).offset()||{}).top||0)+n.outerHeight(!0),i===t.length-1&&(o=c.find("li.select2-more-results")).length>0&&(s=o.offset().top+o.outerHeight(!0)),s>(r=c.offset().top+c.outerHeight(!1))&&c.scrollTop(c.scrollTop()+(s-r)),(a=l-c.offset().top)<0&&"none"!=n.css("display")&&c.scrollTop(c.scrollTop()+a)}},findHighlightableChoices:function(){return this.results.find(".select2-result-selectable:not(.select2-disabled):not(.select2-selected)")},moveHighlight:function(t){for(var i=this.findHighlightableChoices(),n=this.highlight();n>-1&&n<i.length;){var s=e(i[n+=t]);if(s.hasClass("select2-result-selectable")&&!s.hasClass("select2-disabled")&&!s.hasClass("select2-selected")){this.highlight(n);break}}},highlight:function(t){var i,n,s=this.findHighlightableChoices();if(0==arguments.length)return m(s.filter(".select2-highlighted")[0],s.get());t>=s.length&&(t=s.length-1),t<0&&(t=0),this.removeHighlight(),(i=e(s[t])).addClass("select2-highlighted"),this.search.attr("aria-activedescendant",i.find(".select2-result-label").attr("id")),this.ensureHighlightVisible(),this.liveRegion.text(i.text()),(n=i.data("select2-data"))&&this.opts.element.trigger({type:"select2-highlight",val:this.id(n),choice:n})},removeHighlight:function(){this.results.find(".select2-highlighted").removeClass("select2-highlighted")},touchMoved:function(){this._touchMoved=!0},clearTouchMoved:function(){this._touchMoved=!1},countSelectableResults:function(){return this.findHighlightableChoices().length},highlightUnderEvent:function(t){var i=e(t.target).closest(".select2-result-selectable");if(i.length>0&&!i.is(".select2-highlighted")){var n=this.findHighlightableChoices();this.highlight(n.index(i))}else 0==i.length&&this.removeHighlight()},loadMoreIfNeeded:function(){var e=this.results,t=e.find("li.select2-more-results"),i=this.resultsPage+1,n=this,s=this.search.val(),r=this.context;0!==t.length&&t.offset().top-e.offset().top-e.height()<=this.opts.loadMorePadding&&(t.addClass("select2-active"),this.opts.query({element:this.opts.element,term:s,page:i,context:r,matcher:this.opts.matcher,callback:this.bind(function(a){n.opened()&&(n.opts.populateResults.call(this,e,a.results,{term:s,page:i,context:r}),n.postprocessResults(a,!1,!1),!0===a.more?(t.detach().appendTo(e).html(n.opts.escapeMarkup(I(n.opts.formatLoadMore,n.opts.element,i+1))),window.setTimeout(function(){n.loadMoreIfNeeded()},10)):t.remove(),n.positionDropdown(),n.resultsPage=i,n.context=a.context,this.opts.element.trigger({type:"select2-loaded",items:a}))})}))},tokenize:function(){},updateResults:function(i){var n,s,r,a=this.search,o=this.results,l=this.opts,c=this,u=a.val(),h=e.data(this.container,"select2-last-term");if(!(!0!==i&&h&&v(u,h))&&(e.data(this.container,"select2-last-term",u),!0===i||!1!==this.showSearchInput&&this.opened())){r=++this.queryCount;var p=this.getMaximumSelectionSize();if(p>=1&&Array.isArray(n=this.data())&&n.length>=p&&D(l.formatSelectionTooBig,"formatSelectionTooBig"))return void g("<li class='select2-selection-limit'>"+I(l.formatSelectionTooBig,l.element,p)+"</li>");if(a.val().length<l.minimumInputLength){D(l.formatInputTooShort,"formatInputTooShort")?g("<li class='select2-no-results'>"+I(l.formatInputTooShort,l.element,a.val(),l.minimumInputLength)+"</li>"):g(""),i&&this.showSearch&&this.showSearch(!0);return}if(l.maximumInputLength&&a.val().length>l.maximumInputLength)return void(D(l.formatInputTooLong,"formatInputTooLong")?g("<li class='select2-no-results'>"+I(l.formatInputTooLong,l.element,a.val(),l.maximumInputLength)+"</li>"):g(""));l.formatSearching&&0===this.findHighlightableChoices().length&&g("<li class='select2-searching'>"+I(l.formatSearching,l.element)+"</li>"),a.addClass("select2-active"),this.removeHighlight(),t!=(s=this.tokenize())&&null!=s&&a.val(s),this.resultsPage=1,l.query({element:l.element,term:a.val(),page:this.resultsPage,context:null,matcher:l.matcher,callback:this.bind(function(n){var s;if(r==this.queryCount){if(!this.opened())return void this.search.removeClass("select2-active");if(n.hasError!==t&&D(l.formatAjaxError,"formatAjaxError"))return void g("<li class='select2-ajax-error'>"+I(l.formatAjaxError,l.element,n.jqXHR,n.textStatus,n.errorThrown)+"</li>");if(this.context=n.context===t?null:n.context,this.opts.createSearchChoice&&""!==a.val()&&null!=(s=this.opts.createSearchChoice.call(c,a.val(),n.results))&&c.id(s)!==t&&null!==c.id(s)&&0===e(n.results).filter(function(){return v(c.id(this),c.id(s))}).length&&this.opts.createSearchChoicePosition(n.results,s),0===n.results.length&&D(l.formatNoMatches,"formatNoMatches")){g("<li class='select2-no-results'>"+I(l.formatNoMatches,l.element,a.val())+"</li>"),this.showSearch&&this.showSearch(a.val());return}o.empty(),c.opts.populateResults.call(this,o,n.results,{term:a.val(),page:this.resultsPage,context:null}),!0===n.more&&D(l.formatLoadMore,"formatLoadMore")&&(o.append("<li class='select2-more-results'>"+l.escapeMarkup(I(l.formatLoadMore,l.element,this.resultsPage))+"</li>"),window.setTimeout(function(){c.loadMoreIfNeeded()},10)),this.postprocessResults(n,i),f(),this.opts.element.trigger({type:"select2-loaded",items:n})}})})}function f(){a.removeClass("select2-active"),c.positionDropdown(),o.find(".select2-no-results,.select2-selection-limit,.select2-searching").length?c.liveRegion.text(o.text()):c.liveRegion.text(c.opts.formatMatches(o.find('.select2-result-selectable:not(".select2-selected")').length))}function g(e){o.html(e),f()}},cancel:function(){this.close()},blur:function(){this.opts.selectOnBlur&&this.selectHighlighted({noFocus:!0}),this.close(),this.container.removeClass("select2-container-active"),this.search[0]===document.activeElement&&this.search.blur(),this.clearSearch(),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus")},focusSearch:function(){var e;(e=this.search)[0]!==document.activeElement&&window.setTimeout(function(){var t,i=e[0],n=e.val().length;e.focus(),(i.offsetWidth>0||i.offsetHeight>0)&&i===document.activeElement&&(i.setSelectionRange?i.setSelectionRange(n,n):i.createTextRange&&((t=i.createTextRange()).collapse(!1),t.select()))},0)},selectHighlighted:function(e){if(this._touchMoved)return void this.clearTouchMoved();var t=this.highlight(),i=this.results.find(".select2-highlighted").closest(".select2-result").data("select2-data");i?(this.highlight(t),this.onSelect(i,e)):e&&e.noFocus&&this.close()},getPlaceholder:function(){var e;return this.opts.element.attr("placeholder")||this.opts.element.attr("data-placeholder")||this.opts.element.data("placeholder")||this.opts.placeholder||((e=this.getPlaceholderOption())!==t?e.text():t)},getPlaceholderOption:function(){if(this.select){var e=this.select.children("option").first();if(this.opts.placeholderOption!==t)return"first"===this.opts.placeholderOption&&e||"function"==typeof this.opts.placeholderOption&&this.opts.placeholderOption(this.select);if(null==e.text()?"":""===e.text().trim()&&""===e.val())return e}},initContainerWidth:function(){var e=(function(){var e,t,i,n,s;if("off"===this.opts.width)return null;if("element"===this.opts.width)return 0===this.opts.element.outerWidth(!1)?"auto":this.opts.element.outerWidth(!1)+"px";if("copy"===this.opts.width||"resolve"===this.opts.width){if("string"==typeof(e=this.opts.element.attr("style"))){for(n=0,s=(t=e.split(";")).length;n<s;n+=1)if(null!==(i=t[n].replace(/\s/g,"").match(/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i))&&i.length>=1)return i[1]}return"resolve"===this.opts.width?(e=this.opts.element.css("width")).indexOf("%")>0?e:0===this.opts.element.outerWidth(!1)?"auto":this.opts.element.outerWidth(!1)+"px":null}if("function"==typeof this.opts.width)return this.opts.width();return this.opts.width}).call(this);null!==e&&this.container.css("width",e)}}),s=N(n,{createContainer:function(){return e(document.createElement("div")).attr({class:"select2-container"}).html("<a role='button' class='select2-choice' tabindex='-1'> <span class='select2-chosen'>&#160;</span><abbr class='select2-search-choice-close'></abbr> <span class='select2-arrow' role='presentation'><b role='presentation'></b></span></a><label for='' class='select2-offscreen'></label><input class='select2-focusser select2-offscreen' type='text' aria-haspopup='true' role='button' /><div class='select2-drop select2-display-none'> <div class='select2-search'> <label for='' class='select2-offscreen'></label> <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input' role='combobox' aria-expanded='true' aria-autocomplete='list' /> </div> <ul class='select2-results' role='listbox'> </ul></div>")},enableInterface:function(){this.parent.enableInterface.apply(this,arguments)&&this.focusser.prop("disabled",!this.isInterfaceEnabled())},opening:function(){var t,i,n;this.opts.minimumResultsForSearch>=0&&this.showSearch(!0),this.parent.opening.apply(this,arguments),!1!==this.showSearchInput&&this.search.val(this.focusser.val()),this.opts.shouldFocusInput(this)&&(this.search.focus(),(t=this.search.get(0)).createTextRange?((i=t.createTextRange()).collapse(!1),i.select()):t.setSelectionRange&&(n=this.search.val().length,t.setSelectionRange(n,n))),this.prefillNextSearchTerm(),this.focusser.prop("disabled",!0).val(""),this.updateResults(!0),this.opts.element.trigger(e.Event("select2-open"))},close:function(){this.opened()&&(this.parent.close.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},focus:function(){this.opened()?this.close():(this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},isFocused:function(){return this.container.hasClass("select2-container-active")},cancel:function(){this.parent.cancel.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus()},destroy:function(){e("label[for='"+this.focusser.attr("id")+"']").attr("for",this.opts.element.attr("id")),this.parent.destroy.apply(this,arguments),M.call(this,"selection","focusser")},initContainer:function(){var t,i,n=this.container,s=this.dropdown,r=a();this.opts.minimumResultsForSearch<0?this.showSearch(!1):this.showSearch(!0),this.selection=t=n.find(".select2-choice"),this.focusser=n.find(".select2-focusser"),t.find(".select2-chosen").attr("id","select2-chosen-"+r),this.focusser.attr("aria-labelledby","select2-chosen-"+r),this.results.attr("id","select2-results-"+r),this.search.attr("aria-owns","select2-results-"+r),this.focusser.attr("id","s2id_autogen"+r),i=e("label[for='"+this.opts.element.attr("id")+"']"),this.opts.element.on("focus.select2",this.bind(function(){this.focus()})),this.focusser.prev().text(i.text()).attr("for",this.focusser.attr("id"));var o=this.opts.element.attr("title");this.opts.element.attr("title",o||i.text()),this.focusser.attr("tabindex",this.elementTabIndex),this.search.attr("id",this.focusser.attr("id")+"_search"),this.search.prev().text(e("label[for='"+this.focusser.attr("id")+"']").text()).attr("for",this.search.attr("id")),this.search.on("keydown",this.bind(function(e){if(this.isInterfaceEnabled()&&229!=e.keyCode){if(e.which===h.PAGE_UP||e.which===h.PAGE_DOWN)return void x(e);switch(e.which){case h.UP:case h.DOWN:this.moveHighlight(e.which===h.UP?-1:1),x(e);return;case h.ENTER:this.selectHighlighted(),x(e);return;case h.TAB:this.selectHighlighted({noFocus:!0});return;case h.ESC:this.cancel(e),x(e);return}}})),this.search.on("blur",this.bind(function(e){document.activeElement===this.body.get(0)&&window.setTimeout(this.bind(function(){this.opened()&&this.results&&this.results.length>1&&this.search.focus()}),0)})),this.focusser.on("keydown",this.bind(function(e){if(this.isInterfaceEnabled()&&!(e.which===h.TAB||h.isControl(e)||h.isFunctionKey(e))&&e.which!==h.ESC){if(!1===this.opts.openOnEnter&&e.which===h.ENTER)return void x(e);if(e.which==h.DOWN||e.which==h.UP||e.which==h.ENTER&&this.opts.openOnEnter){if(e.altKey||e.ctrlKey||e.shiftKey||e.metaKey)return;this.open(),x(e);return}if(e.which==h.DELETE||e.which==h.BACKSPACE){this.opts.allowClear&&this.clear(),x(e);return}}})),w(this.focusser),this.focusser.on("keyup-change input",this.bind(function(e){this.opts.minimumResultsForSearch>=0&&(e.stopPropagation(),this.opened()||this.open())})),t.on("mousedown touchstart","abbr",this.bind(function(e){var t;this.isInterfaceEnabled()&&(this.clear(),(t=e).preventDefault(),t.stopImmediatePropagation(),this.close(),this.selection&&this.selection.focus())})),t.on("mousedown touchstart",this.bind(function(i){f(t),this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.opened()?this.close():this.isInterfaceEnabled()&&this.open(),x(i)})),s.on("mousedown touchstart",this.bind(function(){this.opts.shouldFocusInput(this)&&this.search.focus()})),t.on("focus",this.bind(function(e){x(e)})),this.focusser.on("focus",this.bind(function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.container.addClass("select2-container-active")})).on("blur",this.bind(function(){this.opened()||(this.container.removeClass("select2-container-active"),this.opts.element.trigger(e.Event("select2-blur")))})),this.search.on("focus",this.bind(function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.container.addClass("select2-container-active")})),this.initContainerWidth(),this.opts.element.hide(),this.setPlaceholder()},clear:function(t){var i=this.selection.data("select2-data");if(i){var n=e.Event("select2-clearing");if(this.opts.element.trigger(n),n.isDefaultPrevented())return;var s=this.getPlaceholderOption();this.opts.element.val(s?s.val():""),this.selection.find(".select2-chosen").empty(),this.selection.removeData("select2-data"),this.setPlaceholder(),!1!==t&&(this.opts.element.trigger({type:"select2-removed",val:this.id(i),choice:i}),this.triggerChange({removed:i}))}},initSelection:function(){if(this.isPlaceholderOptionSelected())this.updateSelection(null),this.close(),this.setPlaceholder();else{var e=this;this.opts.initSelection.call(null,this.opts.element,function(t){null!=t&&(e.updateSelection(t),e.close(),e.setPlaceholder(),e.lastSearchTerm=e.search.val())})}},isPlaceholderOptionSelected:function(){var e;return this.getPlaceholder()!==t&&((e=this.getPlaceholderOption())!==t&&e.prop("selected")||""===this.opts.element.val()||this.opts.element.val()===t||null===this.opts.element.val())},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments),i=this;return"select"===t.element.get(0).tagName.toLowerCase()?t.initSelection=function(e,t){var n=e.find("option").filter(function(){return this.selected&&!this.disabled});t(i.optionToData(n))}:"data"in t&&(t.initSelection=t.initSelection||function(i,n){var s=i.val(),r=null;t.query({matcher:function(e,i,n){var a=v(s,t.id(n));return a&&(r=n),a},callback:"function"!=typeof n?e.noop:function(){n(r)}})}),t},getPlaceholder:function(){return this.select&&this.getPlaceholderOption()===t?t:this.parent.getPlaceholder.apply(this,arguments)},setPlaceholder:function(){var e=this.getPlaceholder();if(this.isPlaceholderOptionSelected()&&t!==e){if(this.select&&this.getPlaceholderOption()===t)return;this.selection.find(".select2-chosen").html(this.opts.escapeMarkup(e)),this.selection.addClass("select2-default"),this.container.removeClass("select2-allowclear")}},postprocessResults:function(t,i,n){var s=0,r=this;if(this.findHighlightableChoices().each2(function(e,t){if(v(r.id(t.data("select2-data")),r.opts.element.val()))return s=e,!1}),!1!==n&&(!0===i&&s>=0?this.highlight(s):this.highlight(0)),!0===i){var a=this.opts.minimumResultsForSearch;a>=0&&this.showSearch(function t(i){var n=0;return e.each(i,function(e,i){i.children?n+=t(i.children):n++}),n}(t.results)>=a)}},showSearch:function(t){this.showSearchInput!==t&&(this.showSearchInput=t,this.dropdown.find(".select2-search").toggleClass("select2-search-hidden",!t),this.dropdown.find(".select2-search").toggleClass("select2-offscreen",!t),e(this.dropdown,this.container).toggleClass("select2-with-searchbox",t))},onSelect:function(e,t){if(this.triggerSelect(e)){var i=this.opts.element.val(),n=this.data();this.opts.element.val(this.id(e)),this.updateSelection(e),this.opts.element.trigger({type:"select2-selected",val:this.id(e),choice:e}),this.lastSearchTerm=this.search.val(),this.close(),(!t||!t.noFocus)&&this.opts.shouldFocusInput(this)&&this.focusser.focus(),v(i,this.id(e))||this.triggerChange({added:e,removed:n})}},updateSelection:function(e){var i,n,s=this.selection.find(".select2-chosen");this.selection.data("select2-data",e),s.empty(),null!==e&&(i=this.opts.formatSelection(e,s,this.opts.escapeMarkup)),t!==i&&s.append(i),t!==(n=this.opts.formatSelectionCssClass(e,s))&&s.addClass(n),this.selection.removeClass("select2-default"),this.opts.allowClear&&this.getPlaceholder()!==t&&this.container.addClass("select2-allowclear")},val:function(){var e,i=!1,n=null,s=this,r=this.data();if(0==arguments.length)return this.opts.element.val();if(e=arguments[0],arguments.length>1&&(i=arguments[1],this.opts.debug&&console&&console.warn&&console.warn('Select2: The second option to `select2("val")` is not supported in Select2 4.0.0. The `change` event will always be triggered in 4.0.0.')),this.select)this.opts.debug&&console&&console.warn&&console.warn('Select2: Setting the value on a <select> using `select2("val")` is no longer supported in 4.0.0. You can use the `.val(newValue).trigger("change")` method provided by jQuery instead.'),this.select.val(e).find("option").filter(function(){return this.selected}).each2(function(e,t){return n=s.optionToData(t),!1}),this.updateSelection(n),this.setPlaceholder(),i&&this.triggerChange({added:n,removed:r});else{if(!e&&0!==e)return void this.clear(i);if(this.opts.initSelection===t)throw Error("cannot call val() if initSelection() is not defined");this.opts.element.val(e),this.opts.initSelection(this.opts.element,function(e){s.opts.element.val(e?s.id(e):""),s.updateSelection(e),s.setPlaceholder(),i&&s.triggerChange({added:e,removed:r})})}},clearSearch:function(){this.search.val(""),this.focusser.val("")},data:function(e){var i,n=!1;if(0==arguments.length)return t==(i=this.selection.data("select2-data"))&&(i=null),i;this.opts.debug&&console&&console.warn&&console.warn('Select2: The `select2("data")` method can no longer set selected values in 4.0.0, consider using the `.val()` method instead.'),arguments.length>1&&(n=arguments[1]),e?(i=this.data(),this.opts.element.val(e?this.id(e):""),this.updateSelection(e),n&&this.triggerChange({added:e,removed:i})):this.clear(n)}}),r=N(n,{createContainer:function(){return e(document.createElement("div")).attr({class:"select2-container select2-container-multi"}).html("<ul class='select2-choices'> <li class='select2-search-field'> <label for='' class='select2-offscreen'></label> <input type='text' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false' class='select2-input'> </li></ul><div class='select2-drop select2-drop-multi select2-display-none'> <ul class='select2-results'> </ul></div>")},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments),i=this;return"select"===t.element.get(0).tagName.toLowerCase()?t.initSelection=function(e,t){var n=[];e.find("option").filter(function(){return this.selected&&!this.disabled}).each2(function(e,t){n.push(i.optionToData(t))}),t(n)}:"data"in t&&(t.initSelection=t.initSelection||function(i,n){var s=b(i.val(),t.separator,t.transformVal),r=[];t.query({matcher:function(i,n,a){var o=e.grep(s,function(e){return v(e,t.id(a))}).length;return o&&r.push(a),o},callback:"function"!=typeof n?e.noop:function(){for(var e=[],i=0;i<s.length;i++)for(var a=s[i],o=0;o<r.length;o++){var l=r[o];if(v(a,t.id(l))){e.push(l),r.splice(o,1);break}}n(e)}})}),t},selectChoice:function(e){var t=this.container.find(".select2-search-choice-focus");t.length&&e&&e[0]==t[0]||(t.length&&this.opts.element.trigger("choice-deselected",t),t.removeClass("select2-search-choice-focus"),e&&e.length&&(this.close(),e.addClass("select2-search-choice-focus"),this.opts.element.trigger("choice-selected",e)))},destroy:function(){e("label[for='"+this.search.attr("id")+"']").attr("for",this.opts.element.attr("id")),this.parent.destroy.apply(this,arguments),M.call(this,"searchContainer","selection")},initContainer:function(){var t,i=".select2-choices";this.searchContainer=this.container.find(".select2-search-field"),this.selection=t=this.container.find(i);var n=this;this.selection.on("click",".select2-container:not(.select2-container-disabled) .select2-search-choice:not(.select2-locked)",function(t){n.search[0].focus(),n.selectChoice(e(this))}),this.search.attr("id","s2id_autogen"+a()),this.search.prev().text(e("label[for='"+this.opts.element.attr("id")+"']").text()).attr("for",this.search.attr("id")),this.opts.element.on("focus.select2",this.bind(function(){this.focus()})),this.search.on("input paste",this.bind(function(){this.search.attr("placeholder")&&0==this.search.val().length||this.isInterfaceEnabled()&&(this.opened()||this.open())})),this.search.attr("tabindex",this.elementTabIndex),this.keydowns=0,this.search.on("keydown",this.bind(function(i){if(this.isInterfaceEnabled()){++this.keydowns;var n=t.find(".select2-search-choice-focus"),s=n.prev(".select2-search-choice:not(.select2-locked)"),r=n.next(".select2-search-choice:not(.select2-locked)"),a=function(t){t=e(t)[0];var i=0,n=0;if("selectionStart"in t)i=t.selectionStart,n=t.selectionEnd-i;else if("selection"in document){t.focus();var s=document.selection.createRange();n=document.selection.createRange().text.length,s.moveStart("character",-t.value.length),i=s.text.length-n}return{offset:i,length:n}}(this.search);if(n.length&&(i.which==h.LEFT||i.which==h.RIGHT||i.which==h.BACKSPACE||i.which==h.DELETE||i.which==h.ENTER)){var o=n;i.which==h.LEFT&&s.length?o=s:i.which==h.RIGHT?o=r.length?r:null:i.which===h.BACKSPACE?this.unselect(n.first())&&(this.search.width(10),o=s.length?s:r):i.which==h.DELETE?this.unselect(n.first())&&(this.search.width(10),o=r.length?r:null):i.which==h.ENTER&&(o=null),this.selectChoice(o),x(i),o&&o.length||this.open();return}if((i.which!==h.BACKSPACE||1!=this.keydowns)&&i.which!=h.LEFT||0!=a.offset||a.length)this.selectChoice(null);else{this.selectChoice(t.find(".select2-search-choice:not(.select2-locked)").last()),x(i);return}if(this.opened())switch(i.which){case h.UP:case h.DOWN:this.moveHighlight(i.which===h.UP?-1:1),x(i);return;case h.ENTER:this.selectHighlighted(),x(i);return;case h.TAB:this.selectHighlighted({noFocus:!0}),this.close();return;case h.ESC:this.cancel(i),x(i);return}if(!(i.which===h.TAB||h.isControl(i)||h.isFunctionKey(i))&&i.which!==h.BACKSPACE&&i.which!==h.ESC){if(i.which===h.ENTER){if(!1===this.opts.openOnEnter)return;else if(i.altKey||i.ctrlKey||i.shiftKey||i.metaKey)return}this.open(),(i.which===h.PAGE_UP||i.which===h.PAGE_DOWN)&&x(i),i.which===h.ENTER&&x(i)}}})),this.search.on("keyup",this.bind(function(e){this.keydowns=0,this.resizeSearch()})),this.search.on("blur",this.bind(function(t){this.container.removeClass("select2-container-active"),this.search.removeClass("select2-focused"),this.selectChoice(null),this.opened()||this.clearSearch(),t.stopImmediatePropagation(),this.opts.element.trigger(e.Event("select2-blur"))})),this.container.on("click",i,this.bind(function(t){!this.isInterfaceEnabled()||e(t.target).closest(".select2-search-choice").length>0||(this.selectChoice(null),this.clearPlaceholder(),this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.open(),this.focusSearch(),t.preventDefault())})),this.container.on("focus",i,this.bind(function(){this.isInterfaceEnabled()&&(this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"),this.clearPlaceholder())})),this.initContainerWidth(),this.opts.element.hide(),this.clearSearch()},enableInterface:function(){this.parent.enableInterface.apply(this,arguments)&&this.search.prop("disabled",!this.isInterfaceEnabled())},initSelection:function(){if(""===this.opts.element.val()&&""===this.opts.element.text()&&(this.updateSelection([]),this.close(),this.clearSearch()),this.select||""!==this.opts.element.val()){var e=this;this.opts.initSelection.call(null,this.opts.element,function(t){null!=t&&(e.updateSelection(t),e.close(),e.clearSearch())})}},clearSearch:function(){var e=this.getPlaceholder(),i=this.getMaxSearchWidth();t!==e&&0===this.getVal().length&&!1===this.search.hasClass("select2-focused")?(this.search.val(e).addClass("select2-default"),this.search.width(i>0?i:this.container.css("width"))):this.search.val("").width(10)},clearPlaceholder:function(){this.search.hasClass("select2-default")&&this.search.val("").removeClass("select2-default")},opening:function(){this.clearPlaceholder(),this.resizeSearch(),this.parent.opening.apply(this,arguments),this.focusSearch(),this.prefillNextSearchTerm(),this.updateResults(!0),this.opts.shouldFocusInput(this)&&this.search.focus(),this.opts.element.trigger(e.Event("select2-open"))},close:function(){this.opened()&&this.parent.close.apply(this,arguments)},focus:function(){this.close(),this.search.focus()},isFocused:function(){return this.search.hasClass("select2-focused")},updateSelection:function(t){var i={},n=[],s=this;e(t).each(function(){s.id(this)in i||(i[s.id(this)]=0,n.push(this))}),this.selection.find(".select2-search-choice").remove(),this.addSelectedChoice(n),s.postprocessResults()},tokenize:function(){var e=this.search.val();null!=(e=this.opts.tokenizer.call(this,e,this.data(),this.bind(this.onSelect),this.opts))&&t!=e&&(this.search.val(e),e.length>0&&this.open())},onSelect:function(e,t){this.triggerSelect(e)&&""!==e.text&&(this.addSelectedChoice(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),this.lastSearchTerm=this.search.val(),this.clearSearch(),this.updateResults(),(this.select||!this.opts.closeOnSelect)&&this.postprocessResults(e,!1,!0===this.opts.closeOnSelect),this.opts.closeOnSelect?(this.close(),this.search.width(10)):this.countSelectableResults()>0?(this.search.width(10),this.resizeSearch(),this.getMaximumSelectionSize()>0&&this.val().length>=this.getMaximumSelectionSize()?this.updateResults(!0):this.prefillNextSearchTerm()&&this.updateResults(),this.positionDropdown()):(this.close(),this.search.width(10)),this.triggerChange({added:e}),t&&t.noFocus||this.focusSearch())},cancel:function(){this.close(),this.focusSearch()},addSelectedChoice:function(t){var i=this.getVal(),n=this;e(t).each(function(){i.push(n.createChoice(this))}),this.setVal(i)},createChoice:function(i){var n,s,r=!i.locked,a=e("<li class='select2-search-choice'> <div></div> <a href='#' class='select2-search-choice-close' tabindex='-1'></a></li>"),o=e("<li class='select2-search-choice select2-locked'><div></div></li>"),l=r?a:o,c=this.id(i);return t!=(n=this.opts.formatSelection(i,l.find("div"),this.opts.escapeMarkup))&&l.find("div").replaceWith(e("<div></div>").html(n)),t!=(s=this.opts.formatSelectionCssClass(i,l.find("div")))&&l.addClass(s),r&&l.find(".select2-search-choice-close").on("mousedown",x).on("click dblclick",this.bind(function(t){this.isInterfaceEnabled()&&(this.unselect(e(t.target)),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus"),x(t),this.close(),this.focusSearch())})).on("focus",this.bind(function(){this.isInterfaceEnabled()&&(this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"))})),l.data("select2-data",i),l.insertBefore(this.searchContainer),c},unselect:function(t){var i,n,s=this.getVal();if(0===(t=t.closest(".select2-search-choice")).length)throw"Invalid argument: "+t+". Must be .select2-search-choice";if(i=t.data("select2-data")){var r=e.Event("select2-removing");if(r.val=this.id(i),r.choice=i,this.opts.element.trigger(r),r.isDefaultPrevented())return!1;for(;(n=m(this.id(i),s))>=0;)s.splice(n,1),this.setVal(s),this.select&&this.postprocessResults();return t.remove(),this.opts.element.trigger({type:"select2-removed",val:this.id(i),choice:i}),this.triggerChange({removed:i}),!0}},postprocessResults:function(e,t,i){var n=this.getVal(),s=this.results.find(".select2-result"),r=this.results.find(".select2-result-with-children"),a=this;s.each2(function(e,t){m(a.id(t.data("select2-data")),n)>=0&&(t.addClass("select2-selected"),t.find(".select2-result-selectable").addClass("select2-selected"))}),r.each2(function(e,t){t.is(".select2-result-selectable")||0!==t.find(".select2-result-selectable:not(.select2-selected)").length||t.addClass("select2-selected")}),-1==this.highlight()&&!1!==i&&!0===this.opts.closeOnSelect&&a.highlight(0),!this.opts.createSearchChoice&&!s.filter(".select2-result:not(.select2-selected)").length>0&&(!e||e&&!e.more&&0===this.results.find(".select2-no-results").length)&&D(a.opts.formatNoMatches,"formatNoMatches")&&this.results.append("<li class='select2-no-results'>"+I(a.opts.formatNoMatches,a.opts.element,a.search.val())+"</li>")},getMaxSearchWidth:function(){return this.selection.width()-y(this.search)},resizeSearch:function(){var t,i,n,s,r=y(this.search);t=function(t){if(!o){var i=t[0].currentStyle||window.getComputedStyle(t[0],null);(o=e(document.createElement("div")).css({position:"absolute",left:"-10000px",top:"-10000px",display:"none",fontSize:i.fontSize,fontFamily:i.fontFamily,fontStyle:i.fontStyle,fontWeight:i.fontWeight,letterSpacing:i.letterSpacing,textTransform:i.textTransform,whiteSpace:"nowrap"})).attr("class","select2-sizer"),e(document.body).append(o)}return o.text(t.val()),o.width()}(this.search)+10,i=this.search.offset().left,(s=(n=this.selection.width())-(i-this.selection.offset().left)-r)<t&&(s=n-r),s<40&&(s=n-r),s<=0&&(s=t),this.search.width(Math.floor(s))},getVal:function(){var e;return this.select?null===(e=this.select.val())?[]:e:b(e=this.opts.element.val(),this.opts.separator,this.opts.transformVal)},setVal:function(t){if(this.select)this.select.val(t);else{var i=[],n={};e(t).each(function(){this in n||(i.push(this),n[this]=0)}),this.opts.element.val(0===i.length?"":i.join(this.opts.separator))}},buildChangeDetails:function(e,t){for(var t=t.slice(0),e=e.slice(0),i=0;i<t.length;i++)for(var n=0;n<e.length;n++)if(v(this.opts.id(t[i]),this.opts.id(e[n]))){t.splice(i,1),i--,e.splice(n,1);break}return{added:t,removed:e}},val:function(i,n){var s,r=this;if(0==arguments.length)return this.getVal();if((s=this.data()).length||(s=[]),!i&&0!==i){this.opts.element.val(""),this.updateSelection([]),this.clearSearch(),n&&this.triggerChange({added:this.data(),removed:s});return}if(this.setVal(i),this.select)this.opts.initSelection(this.select,this.bind(this.updateSelection)),n&&this.triggerChange(this.buildChangeDetails(s,this.data()));else{if(this.opts.initSelection===t)throw Error("val() cannot be called if initSelection() is not defined");this.opts.initSelection(this.opts.element,function(t){var i=e.map(t,r.id);r.setVal(i),r.updateSelection(t),r.clearSearch(),n&&r.triggerChange(r.buildChangeDetails(s,r.data()))})}this.clearSearch()},onSortStart:function(){if(this.select)throw Error("Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead.");this.search.width(0),this.searchContainer.hide()},onSortEnd:function(){var t=[],i=this;this.searchContainer.show(),this.searchContainer.appendTo(this.searchContainer.parent()),this.resizeSearch(),this.selection.find(".select2-search-choice").each(function(){t.push(i.opts.id(e(this).data("select2-data")))}),this.setVal(t),this.triggerChange()},data:function(t,i){var n,s,r=this;if(0==arguments.length)return this.selection.children(".select2-search-choice").map(function(){return e(this).data("select2-data")}).get();s=this.data(),t||(t=[]),n=e.map(t,function(e){return r.opts.id(e)}),this.setVal(n),this.updateSelection(t),this.clearSearch(),i&&this.triggerChange(this.buildChangeDetails(s,this.data()))}}),e.fn.select2=function(){var i,n,s,r,a,o=Array.prototype.slice.call(arguments,0),l=["val","destroy","opened","open","close","focus","isFocused","container","dropdown","onSortStart","onSortEnd","enable","disable","readonly","positionDropdown","data","search"],c=["opened","isFocused","container","dropdown"],u=["val","data"],h={search:"externalSearch"};return this.each(function(){if(0===o.length||"object"==typeof o[0])(i=0===o.length?{}:e.extend({},o[0])).element=e(this),"select"===i.element.get(0).tagName.toLowerCase()?a=i.element.prop("multiple"):(a=i.multiple||!1,"tags"in i&&(i.multiple=a=!0)),(n=a?new window.Select2.class.multi:new window.Select2.class.single).init(i);else if("string"==typeof o[0]){if(0>m(o[0],l))throw"Unknown method: "+o[0];if(r=t,t===(n=e(this).data("select2")))return;if("container"===(s=o[0])?r=n.container:"dropdown"===s?r=n.dropdown:(h[s]&&(s=h[s]),r=n[s].apply(n,o.slice(1))),m(o[0],c)>=0||m(o[0],u)>=0&&1==o.length)return!1}else throw"Invalid arguments to select2 plugin: "+o}),t===r?this:r},e.fn.select2.defaults={debug:!1,width:"copy",loadMorePadding:0,closeOnSelect:!0,openOnEnter:!0,containerCss:{},dropdownCss:{},containerCssClass:"",dropdownCssClass:"",formatResult:function(e,t,i,n){var s=[];return T(this.text(e),i.term,s,n),s.join("")},transformVal:function(e){return null==e?"":e.trim()},formatSelection:function(e,i,n){return e?n(this.text(e)):t},sortResults:function(e,t,i){return e},formatResultCssClass:function(e){return e.css},formatSelectionCssClass:function(e,i){return t},minimumResultsForSearch:0,minimumInputLength:0,maximumInputLength:null,maximumSelectionSize:0,id:function(e){return t==e?null:e.id},text:function(e){return e&&this.data&&this.data.text?"function"==typeof this.data.text?this.data.text(e):e[this.data.text]:e.text},matcher:function(e,t){return g(""+t).toUpperCase().indexOf(g(""+e).toUpperCase())>=0},separator:",",tokenSeparators:[],tokenizer:function(e,i,n,s){var r,a,o,l,c,u=e,h=!1;if(!s.createSearchChoice||!s.tokenSeparators||s.tokenSeparators.length<1)return t;for(;;){for(o=0,a=-1,l=s.tokenSeparators.length;o<l&&(c=s.tokenSeparators[o],!((a=e.indexOf(c))>=0));o++);if(a<0)break;if(r=e.substring(0,a),e=e.substring(a+c.length),r.length>0&&null!=(r=s.createSearchChoice.call(this,r,i))&&s.id(r)!==t&&null!==s.id(r)){for(o=0,h=!1,l=i.length;o<l;o++)if(v(s.id(r),s.id(i[o]))){h=!0;break}h||n(r)}}if(u!==e)return e},escapeMarkup:k,blurOnChange:!1,selectOnBlur:!1,adaptContainerCssClass:function(e){return e},adaptDropdownCssClass:function(e){return null},nextSearchTerm:function(e,i){return t},searchInputPlaceholder:"",createSearchChoicePosition:"top",shouldFocusInput:function(e){return!("ontouchstart"in window)&&!(navigator.msMaxTouchPoints>0)||!(e.opts.minimumResultsForSearch<0)}},e.fn.select2.locales=[],e.fn.select2.locales.en={formatMatches:function(e){return 1===e?"One result is available, press enter to select it.":e+" results are available, use up and down arrow keys to navigate."},formatNoMatches:function(){return"No matches found"},formatAjaxError:function(e,t,i){return"Loading failed"},formatInputTooShort:function(e,t){var i=t-e.length;return"Please enter "+i+" or more character"+(1==i?"":"s")},formatInputTooLong:function(e,t){var i=e.length-t;return"Please delete "+i+" character"+(1==i?"":"s")},formatSelectionTooBig:function(e){return"You can only select "+e+" item"+(1==e?"":"s")},formatLoadMore:function(e){return"Loading more results…"},formatSearching:function(){return"Searching…"}},e.extend(e.fn.select2.defaults,e.fn.select2.locales.en),e.fn.select2.ajaxDefaults={transport:e.ajax,params:{type:"GET",cache:!1,dataType:"json"}},window.Select2={query:{ajax:E,local:A,tags:S},util:{debounce:_,markMatch:T,escapeMarkup:k,stripDiacritics:g},class:{abstract:n,single:s,multi:r}}}function f(t){var i=e(document.createTextNode(""));t.before(i),i.before(t),i.remove()}function g(e){return e.replace(/[^\u0000-\u007E]/g,function(e){return p[e]||e})}function m(e,t){for(var i=0,n=t.length;i<n;i+=1)if(v(e,t[i]))return i;return -1}function v(e,i){return e===i||t!==e&&t!==i&&null!==e&&null!==i&&(e.constructor===String?e+""==i+"":i.constructor===String&&i+""==e+"")}function b(e,t,i){var n,s,r;if(null===e||e.length<1)return[];for(s=0,r=(n=e.split(t)).length;s<r;s+=1)n[s]=i(n[s]);return n}function y(e){return e.outerWidth(!1)-e.width()}function w(i){var n="keyup-change-value";i.on("keydown",function(){e.data(i,n)===t&&e.data(i,n,i.val())}),i.on("keyup",function(){var s=e.data(i,n);t!==s&&i.val()!==s&&(e.removeData(i,n),i.trigger("keyup-change"))})}function _(e,i,n){var s;return n=n||t,function(){var t=arguments;window.clearTimeout(s),s=window.setTimeout(function(){i.apply(n,t)},e)}}function x(e){e.preventDefault(),e.stopPropagation()}function C(t,i,n){var s,r,a=[];let o=t.attr("class");(s=null==o?"":o.trim())&&e((s=""+s).split(/\s+/)).each2(function(){0===this.indexOf("select2-")&&a.push(this)});let l=i.attr("class");(s=null==l?"":l.trim())&&e((s=""+s).split(/\s+/)).each2(function(){0!==this.indexOf("select2-")&&(r=n(this))&&a.push(r)}),t.attr("class",a.join(" "))}function T(e,t,i,n){var s=g(e.toUpperCase()).indexOf(g(t.toUpperCase())),r=t.length;s<0?i.push(n(e)):(i.push(n(e.substring(0,s))),i.push("<span class='select2-match'>"),i.push(n(e.substring(s,s+r))),i.push("</span>"),i.push(n(e.substring(s+r,e.length))))}function k(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#47;"};return String(e).replace(/[&<>"'\/\\]/g,function(e){return t[e]})}function E(i){var n,s=null,r=i.quietMillis||100,a=i.url,o=this;return function(l){window.clearTimeout(n),n=window.setTimeout(function(){var n=i.data,r=a,c=i.transport||e.fn.select2.ajaxDefaults.transport,u={type:i.type||"GET",cache:i.cache||!1,jsonpCallback:i.jsonpCallback||t,dataType:i.dataType||"json"},h=e.extend({},e.fn.select2.ajaxDefaults.params,u);n=n?n.call(o,l.term,l.page,l.context):null,r="function"==typeof r?r.call(o,l.term,l.page,l.context):r,s&&"function"==typeof s.abort&&s.abort(),i.params&&("function"==typeof i.params?e.extend(h,i.params.call(o)):e.extend(h,i.params)),e.extend(h,{url:r,dataType:i.dataType,data:n,success:function(e){var t=i.results(e,l.page,l);l.callback(t)},error:function(e,t,i){l.callback({hasError:!0,jqXHR:e,textStatus:t,errorThrown:i})}}),s=c.call(o,h)},r)}}function A(t){var i,n,s=t,r=function(e){return""+e.text};Array.isArray(s)&&(s={results:n=s}),"function"!=typeof s&&(n=s,s=function(){return n});var a=s();return a.text&&"function"!=typeof(r=a.text)&&(i=a.text,r=function(e){return e[i]}),function(t){var i,n=t.term,a={results:[]};""===n?t.callback(s()):(i=function(s,a){var o,l;if((s=s[0]).children){for(l in o={},s)s.hasOwnProperty(l)&&(o[l]=s[l]);o.children=[],e(s.children).each2(function(e,t){i(t,o.children)}),(o.children.length||t.matcher(n,r(o),s))&&a.push(o)}else t.matcher(n,r(s),s)&&a.push(s)},e(s().results).each2(function(e,t){i(t,a.results)}),t.callback(a))}}function S(i){var n="function"==typeof i;return function(s){var r=s.term,a={results:[]},o=n?i(s):i;Array.isArray(o)&&(e(o).each(function(){var e=this.text!==t,i=e?this.text:this;(""===r||s.matcher(r,i))&&a.results.push(e?this:{id:this,text:this})}),s.callback(a))}}function D(e,t){if("function"==typeof e)return!0;if(!e)return!1;if("string"==typeof e)return!0;throw Error(t+" must be a string, function, or falsy value")}function I(e,t){if("function"==typeof e){var i=Array.prototype.slice.call(arguments,2);return e.apply(t,i)}return e}function M(){var t=this;e.each(arguments,function(e,i){t[i].remove(),t[i]=null})}function N(t,i){var n=function(){};return n.prototype=new t,n.prototype.constructor=n,n.prototype.parent=t.prototype,n.prototype=e.extend(n.prototype,i),n}}(jQuery)},2(e,t,i){var n;!function(){"use strict";var s=window.DocumentFragment,r=window.HTMLElement.prototype,a=r.matches||r.msMatchesSelector||r.webkitMatchesSelector||r.mozMatchesSelector||r.oMatchesSelector;function o(e,t){if(e.__SKATE_TEMPLATE_HTML_DATA)return e.__SKATE_TEMPLATE_HTML_DATA[t]}function l(e,t,i){return e.__SKATE_TEMPLATE_HTML_DATA||(e.__SKATE_TEMPLATE_HTML_DATA={}),e.__SKATE_TEMPLATE_HTML_DATA[t]=i,e}function c(e){var t=e.match(/\s*<([^\s>]+)/),i=document.createElement(t&&({caption:"table",dd:"dl",dt:"dl",li:"ul",tbody:"table",td:"tr",thead:"table",tr:"tbody"})[t[1]]||"div");return i.innerHTML=e,u(i.childNodes)}function u(e){for(var t=document.createDocumentFragment();e&&e.length;)t.appendChild(e[0]);return t}function h(e,t){for(var i=[],n=e.nextSibling;n!==t;)i.push(n),n=n.nextSibling;return i}function p(e){for(var t=e.defaultNodes,i=t.length,n=0;n<i;n++)e.container.insertBefore(t[n],e.endNode);e.isDefault=!0}function f(e){for(var t=e.defaultNodes,i=t.length,n=0;n<i;n++){var s=t[n];s.parentNode.removeChild(s)}e.isDefault=!1}function g(){var e=[].slice.call(arguments).join("");return function(t){var i=u(t.childNodes);t.innerHTML=e,function(e){var t=e.getElementsByTagName("content");if(t&&t.length){for(var i=[];t.length;){var n=t[0],s=n.parentNode,r=n.getAttribute("select"),a=document.createComment(" content "),o=document.createComment(" /content ");i.push({container:s,contentNode:n,defaultNodes:[].slice.call(n.childNodes),endNode:o,isDefault:!0,selector:r,startNode:a}),s.replaceChild(o,n),s.insertBefore(a,o),a.textContent+=JSON.stringify({defaultContent:n.innerHTML,selector:r})+" "}l(e,"content",i)}}(t),i.childNodes.length&&g.wrap(t).appendChild(i)}}g.wrap=function(e){o(e,"content")||l(e,"content",function e(t){var i,n,s=t.childNodes,r=s.length,a=[];for(i=0;i<r;i++){var o=s[i];if(8===o.nodeType){var l=function(e){var t,i=e.textContent.match(/^ (\/?)content (.*)/i);if(i){if(i[2])try{t=JSON.parse(i[2])}catch(t){throw Error('Unable to parse content comment data: "'+t+'" in "\x3c!--'+e.textContent+'--\x3e".')}return{data:t||{defaultContent:void 0,isDefault:void 0,selector:void 0},type:i[1]?"close":"open"}}}(o);if(l){if("open"===l.type){if(n)throw Error('Cannot have an opening content placeholder after another content placeholder at the same level in the DOM tree: "'+o.textContent+'" in "'+o.parentNode.innerHTML+'".');n={container:o.parentNode,contentNode:o,defaultNodes:l.data.defaultContent&&c(l.data.defaultContent).childNodes||[],isDefault:l.data.isDefault,selector:l.data.selector,startNode:o}}else if("close"===l.type){if(!n)throw Error('Unmatched closing content placeholder: "'+o.textContent+'" in "'+o.parentNode.innerHTML+'".');n.endNode=o,a.push(n),n=void 0}}}else a=a.concat(e(o))}return a}(e));var t,i,n=(i=(t=o(e,"content")).length,{childNodes:{get:function(){for(var e=[],n=0;n<i;n++){var s=t[n];s.isDefault||(e=e.concat(h(s.startNode,s.endNode)))}return e}},firstChild:{get:function(){var e=this.childNodes;return e.length&&e[0]||null}},innerHTML:{get:function(){for(var e="",t=this.childNodes,i=t.length,n=0;n<i;n++){var s=t[n];e+=s.outerHTML||s.textContent}return e},set:function(e){for(var n=c(e),s=0;s<i;s++){for(var r=t[s],a=h(r.startNode,r.endNode),o=0;o<a.length;o++){var l=a[o];l.parentNode.removeChild(l)}for(var u=function(e,t){if(t){for(var i=e.querySelectorAll(t),n=i.length,s=[],r=0;r<n;r++){var a=i[r];a.parentNode===e&&s.push(a)}return s}return[].slice.call(e.childNodes)||[]}(n,r.selector),g=0;g<u.length;g++)r.container.insertBefore(u[g],r.endNode);u.length?f(r):p(r)}}},lastChild:{get:function(){for(var e=i-1;e>-1;e--)if(!t[e].isDefault){var n=this.childNodes,s=n.length;return n[s-1]}return null}},outerHTML:{get:function(){var e=this.tagName.toLowerCase(),t="<"+e,i=this.attributes;if(i)for(var n=i.length,s=0;s<n;s++){var r=i[s];t+=" "+r.nodeName+'="'+r.nodeValue+'"'}return t+=">",t+=this.innerHTML,t+="</"+e+">"}},textContent:{get:function(){for(var e="",t=this.childNodes,i=this.childNodes.length,n=0;n<i;n++)e+=t[n].textContent;return e},set:function(e){var n;this.innerHTML="";for(var s=0;s<i;s++){var r=t[s];if(!r.selector){n=r;break}}n&&(e?(f(n),n.container.insertBefore(document.createTextNode(e),n.endNode)):p(n))}},appendChild:{value:function(e){if(e instanceof s){var n=e.childNodes;return[].slice.call(n).forEach((function(e){this.appendChild(e)}).bind(this)),this}for(var r=0;r<i;r++){var o=t[r],l=o.selector;if(!l||e instanceof window.HTMLElement&&a.call(e,l)){f(o),o.endNode.parentNode.insertBefore(e,o.endNode);break}}return this}},insertAdjacentHTML:{value:function(t,i){return"afterbegin"===t?this.insertBefore(c(i),this.childNodes[0]):"beforeend"===t?this.appendChild(c(i)):e.insertAdjacentHTML(t,i),this}},insertBefore:{value:function(e,n){if(!n)return this.appendChild(e);if(e instanceof s){var r=e.childNodes;if(r)for(var o=r.length,l=0;l<o;l++)this.insertBefore(r[l],n);return this}var c=!1;e:for(var u=0;u<i;u++)for(var p=t[u],f=h(p.startNode,p.endNode),g=f.length,m=0;m<g;m++){var v=f[m];if(v===n&&(c=!0),c){var b=p.selector;if(!b||a.call(e,b)){v.parentNode.insertBefore(e,v);break e}}}if(!c)throw Error("DOMException 8: The node before which the new node is to be inserted is not a child of this node.");return e}},removeChild:{value:function(e){for(var n=!1,s=0;s<i;s++){var r=t[s];if(r.container===e.parentNode){r.container.removeChild(e),n=!0;break}r.startNode.nextSibling===r.endNode&&p(r)}if(!n)throw Error("DOMException 8: The node in which you are trying to remove is not a child of this node.");return e}},replaceChild:{value:function(e,n){for(var s=0;s<i;s++){var r=t[s];if(r.container===n.parentNode){r.container.replaceChild(e,n);break}}return this}}}),r={};for(var u in e)u in n?Object.defineProperty(r,u,n[u]):Object.defineProperty(r,u,function(e,t){return{get:function(){var i=e[t];return"function"==typeof i?i.bind(e):i},set:function(i){e[t]=i}}}(e,u));return r},window.skateTemplateHtml=g,void 0===(n=(function(){return g}).call(t,i,t,e))||(e.exports=n),e.exports=g}()},221(e,t){var i,n,s;s=function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ATTR_IGNORE="data-skate-ignore",e.TYPE_ATTRIBUTE="a",e.TYPE_CLASSNAME="c",e.TYPE_ELEMENT="t"},i=[t],void 0===(n=s.apply(t,i))||(e.exports=n)},894(e,t){var i,n,s;s=function(e,t){"use strict";t.exports=function(e){var t=void 0===arguments[1]?"":arguments[1],i=e.__SKATE_DATA||(e.__SKATE_DATA={});return t&&(i[t]||(i[t]={}))||i}},i=[t,e],void 0===(n=s.apply(t,i))||(e.exports=n)},310(e,t,i){var n,s,r;r=function(e,t,i,n,s,r,a){"use strict";var o=i&&i.__esModule?i.default:i,l=n.initElements,c=n.removeElements,u=a.getClosestIgnoredElement;function h(e){for(var t=e.length,i=0;i<t;i++){var n=e[i],s=n.addedNodes,r=n.removedNodes;s&&s.length&&!u(s[0].parentNode)&&l(s),r&&r.length&&c(r)}}t.exports={register:function(e){var t;return e&&this.unregister(),o.observer||((t=new window.MutationObserver(h)).observe(document,{childList:!0,subtree:!0}),o.observer=t),this},unregister:function(){return o.observer&&(o.observer.disconnect(),o.observer=void 0),this}}},n=[t,e,i(108),i(740),i(580),i(590),i(537)],void 0===(s=r.apply(t,n))||(e.exports=s)},590(e,t){var i,n,s;s=function(e){"use strict";var t=/MSIE/.test(navigator.userAgent),i=/Trident/.test(navigator.userAgent),n=window.HTMLElement.prototype;if(t||i){var s,r,a=Object.getOwnPropertyDescriptor(n,"innerHTML");a&&a.get._hasBeenEnhanced||(i&&(window.MutationObserver=window.JsMutationObserver||window.MutationObserver),s=Object.getOwnPropertyDescriptor(n,"innerHTML"),(r=function(){return s.get.call(this)})._hasBeenEnhanced=!0,Object.defineProperty(n,"innerHTML",{get:r,set:function(e){!function e(t,i){var n=t.childNodes;if(n)for(var s=n.length,r=0;r<s;r++){var a=n[r];i(a,t),e(a,i)}}(this,function(e,t){var i=document.createEvent("MutationEvent");i.initMutationEvent("DOMNodeRemoved",!0,!1,t,null,null,null,null),e.dispatchEvent(i)}),s.set.call(this,e)}}))}},i=[t],void 0===(n=s.apply(t,i))||(e.exports=n)},108(e,t,i){var n,s,r;r=function(e,t,i){"use strict";var n="__skate_"+(i&&i.__esModule?i.default:i).replace(/[^\w]/g,"_");window[n]||(window[n]={observer:void 0,registry:{}}),t.exports=window[n]},n=[t,e,i(996)],void 0===(s=r.apply(t,n))||(e.exports=s)},740(e,t,i){var n,s,r;r=function(e,t,i,n,s,r){"use strict";var a=function(e){return e&&e.__esModule?e.default:e};Object.defineProperty(e,"__esModule",{value:!0});var o=t.ATTR_IGNORE,l=a(i),c=a(s),u=r.camelCase,h=r.elementContains,p=r.hasOwn,f=r.inherit,g=r.objEach,m=window.Node,v=window.HTMLElement.prototype,b=v.matches||v.msMatchesSelector||v.webkitMatchesSelector||v.mozMatchesSelector||v.oMatchesSelector,y=!b.call(document.createElement("div"),"div"),w=function(e,t){if(y){var i=e.cloneNode();return document.createElement("div").appendChild(i),b.call(i,t)}return b.call(e,t)},_=/Edge/.test(navigator.userAgent);function x(e,t,i){var n,s,r,a=i.name,o=i.newValue;_&&(r=l(e,"cachedAttributeOldValues"));var c=_&&p(r,a)?r[a]:i.oldValue,u="string"==typeof o,h="string"==typeof c,f=t.attributes,g=f&&f[a];!h&&u?s="created":h&&u?s="updated":h&&!u&&(s="removed"),_&&("removed"===s?delete r[a]:r[a]=o),g&&"function"==typeof g[s]?n=g[s]:g&&"function"==typeof g.fallback?n=g.fallback:"function"==typeof g?n=g:"function"==typeof f&&(n=f),o=void 0===o?null:o,c=void 0===c?null:c,n&&n(e,{type:s,name:a,newValue:o,oldValue:c})}function C(e,t){var i=l(e,t.id);if(!i.created){i.created=!0,f(e,t.prototype,!0),t.template&&!e.hasAttribute(t.resolvedAttribute)&&t.template(e),e.removeAttribute(t.unresolvedAttribute),e.setAttribute(t.resolvedAttribute,""),"object"==typeof t.events&&g(t.events,function(t,i){var n,s,r,a={name:(r=i.split(" ")).shift(),delegate:r.join(" ")},o=!!a.delegate&&("blur"===a.name||"focus"===a.name);e.addEventListener(a.name,(n=t,s=a.delegate,function(t){if(!s)return n(e,t,e);for(var i=t.target;i&&i!==document&&i!==e.parentNode;){if(w(i,s))return n(e,t,i);i=i.parentNode}}),o)}),n=e.attributes,!t.attributes||c.isNativeCustomElement(t.id)||new window.MutationObserver(function(i){i.forEach(function(i){var s=i.attributeName,r=n[s];x(e,t,{name:s,newValue:r&&(r.value||r.nodeValue),oldValue:i.oldValue})})}).observe(e,{attributes:!0,attributeOldValue:!0});var n,s=t.attributes;if("object"==typeof s)for(var r in s){var a=u(r);p(s,r)&&!p(e,a)&&function(e,t,i){Object.defineProperty(e,i,{get:function(){return this.getAttribute(t)},set:function(e){void 0===e?this.removeAttribute(t):this.setAttribute(t,e)}})}(e,r,a)}var o=t.attributes;if("object"==typeof o){for(var h in o)if(p(o,h)&&p(o[h],"value")&&!e.hasAttribute(h)){var m=o[h].value;m="function"==typeof m?m(e):m,e.setAttribute(h,m)}}!function(e,t){var i,n=e.attributes,s=[],r=n.length;for(i=0;i<r;i++)s.push(n[i]);for(i=0;i<r;i++){var a=s[i];x(e,t,{name:a.nodeName,newValue:a.value||a.nodeValue})}}(e,t),t.created&&t.created(e)}}function T(e,t){var i=l(e,t.id);i.attached||h(document,e)&&(i.attached=!0,t.attached&&t.attached(e),i.detached=!1)}function k(e,t){var i=l(e,t.id);i.detached||(i.detached=!0,t.detached&&t.detached(e),i.attached=!1)}e.initElements=function e(t){for(var i=0;i<t.length;i++){var n=t[i];if(n.nodeType===m.ELEMENT_NODE&&!n.attributes[o]){for(var s,r=c.getForElement(n),a=r.length,l=0;l<a;l++)C(n,s=r[l]),T(n,s);var u=n.childNodes||[];u.length&&e(u)}}},e.removeElements=function e(t){for(var i=0;i<t.length;i++){var n=t[i];if(n.nodeType===m.ELEMENT_NODE){e(n.childNodes);for(var s=c.getForElement(n),r=s.length,a=0;a<r;a++)k(n,s[a])}}},e.triggerAttached=T,e.triggerAttributeChanged=x,e.triggerCreated=C,e.triggerDetached=k},n=[t,i(221),i(894),i(580),i(937),i(537)],void 0===(s=r.apply(t,n))||(e.exports=s)},580(e,t){var i,n,s;s=function(e){"use strict";var t,i,n,s;t=window,"u"<typeof WeakMap&&(i=Object.defineProperty,n=Date.now()%1e9,(s=function(){this.name="__st"+(1e9*Math.random()>>>0)+n+++"__"}).prototype={set:function(e,t){var n=e[this.name];return n&&n[0]===e?n[1]=t:i(e,this.name,{value:[e,t],writable:!0}),this},get:function(e){var t;return(t=e[this.name])&&t[0]===e?t[1]:void 0},delete:function(e){var t=e[this.name];return!!t&&t[0]===e&&(t[0]=t[1]=void 0,!0)},has:function(e){var t=e[this.name];return!!t&&t[0]===e}},window.WeakMap=s),function(e){if(!e.JsMutationObserver){var t,i,n,s=new WeakMap;if(/Trident|Edge/.test(navigator.userAgent))t=setTimeout;else if(window.setImmediate)t=window.setImmediate;else{var r=[],a=String(Math.random());window.addEventListener("message",function(e){if(e.data===a){var t=r;r=[],t.forEach(function(e){e()})}}),t=function(e){r.push(e),window.postMessage(a,"*")}}var o=!1,l=[],c=0;h.prototype={observe:function(e,t){if(i=e,e=window.ShadowDOMPolyfill&&window.ShadowDOMPolyfill.wrapIfNeeded(i)||i,!t.childList&&!t.attributes&&!t.characterData||t.attributeOldValue&&!t.attributes||t.attributeFilter&&t.attributeFilter.length&&!t.attributes||t.characterDataOldValue&&!t.characterData)throw SyntaxError();var i,n,r=s.get(e);r||s.set(e,r=[]);for(var a=0;a<r.length;a++)if(r[a].observer===this){(n=r[a]).removeListeners(),n.options=t;break}n||(n=new m(this,e,t),r.push(n),this.nodes_.push(e)),n.addListeners()},disconnect:function(){this.nodes_.forEach(function(e){for(var t=s.get(e),i=0;i<t.length;i++){var n=t[i];if(n.observer===this){n.removeListeners(),t.splice(i,1);break}}},this),this.records_=[]},takeRecords:function(){var e=this.records_;return this.records_=[],e}},m.prototype={enqueue:function(e){var r,a=this.observer.records_,c=a.length;if(a.length>0){var u=function(e,t){return e===t?e:n&&(e===n||e===i)?n:null}(a[c-1],e);if(u){a[c-1]=u;return}}else{r=this.observer,l.push(r),o||(o=!0,t(function e(){o=!1;var t=l;l=[],t.sort(function(e,t){return e.uid_-t.uid_});var i=!1;t.forEach(function(e){var t,n=e.takeRecords();(t=e).nodes_.forEach(function(e){var i=s.get(e);i&&i.forEach(function(e){e.observer===t&&e.removeTransientObservers()})}),n.length&&(e.callback_(n,e),i=!0)}),i&&e()}))}a[c]=e},addListeners:function(){this.addListeners_(this.target)},addListeners_:function(e){var t=this.options;t.attributes&&e.addEventListener("DOMAttrModified",this,!0),t.characterData&&e.addEventListener("DOMCharacterDataModified",this,!0),t.childList&&e.addEventListener("DOMNodeInserted",this,!0),(t.childList||t.subtree)&&e.addEventListener("DOMNodeRemoved",this,!0)},removeListeners:function(){this.removeListeners_(this.target)},removeListeners_:function(e){var t=this.options;t.attributes&&e.removeEventListener("DOMAttrModified",this,!0),t.characterData&&e.removeEventListener("DOMCharacterDataModified",this,!0),t.childList&&e.removeEventListener("DOMNodeInserted",this,!0),(t.childList||t.subtree)&&e.removeEventListener("DOMNodeRemoved",this,!0)},addTransientObserver:function(e){if(e!==this.target){this.addListeners_(e),this.transientObservedNodes.push(e);var t=s.get(e);t||s.set(e,t=[]),t.push(this)}},removeTransientObservers:function(){var e=this.transientObservedNodes;this.transientObservedNodes=[],e.forEach(function(e){this.removeListeners_(e);for(var t=s.get(e),i=0;i<t.length;i++)if(t[i]===this){t.splice(i,1);break}},this)},handleEvent:function(e){switch(e.stopImmediatePropagation(),e.type){case"DOMAttrModified":var t=e.attrName,s=e.relatedNode.namespaceURI,r=e.target,a=new f("attributes",r);a.attributeName=t,a.attributeNamespace=s;var o=e.attrChange===MutationEvent.ADDITION?null:e.prevValue;u(r,function(e){if(e.attributes&&(!e.attributeFilter||!e.attributeFilter.length||-1!==e.attributeFilter.indexOf(t)||-1!==e.attributeFilter.indexOf(s)))return e.attributeOldValue?g(o):a});break;case"DOMCharacterDataModified":var r=e.target,a=f("characterData",r),o=e.prevValue;u(r,function(e){if(e.characterData)return e.characterDataOldValue?g(o):a});break;case"DOMNodeRemoved":this.addTransientObserver(e.target);case"DOMNodeInserted":var l,c,h=e.target;"DOMNodeInserted"===e.type?(l=[h],c=[]):(l=[],c=[h]);var p=h.previousSibling,m=h.nextSibling,a=f("childList",e.target.parentNode);a.addedNodes=l,a.removedNodes=c,a.previousSibling=p,a.nextSibling=m,u(e.relatedNode,function(e){if(e.childList)return a})}i=n=void 0}},e.JsMutationObserver=h,e.MutationObserver||(e.MutationObserver=h,h._isPolyfilled=!0)}function u(e,t){for(var i=e;i;i=i.parentNode){var n=s.get(i);if(n)for(var r=0;r<n.length;r++){var a=n[r],o=a.options;if(i===e||o.subtree){var l=t(o);l&&a.enqueue(l)}}}}function h(e){this.callback_=e,this.nodes_=[],this.records_=[],this.uid_=++c}function p(e,t){this.type=e,this.target=t,this.addedNodes=[],this.removedNodes=[],this.previousSibling=null,this.nextSibling=null,this.attributeName=null,this.attributeNamespace=null,this.oldValue=null}function f(e,t){return i=new p(e,t)}function g(e){var t,s;return n?n:((s=new p((t=i).type,t.target)).addedNodes=t.addedNodes.slice(),s.removedNodes=t.removedNodes.slice(),s.previousSibling=t.previousSibling,s.nextSibling=t.nextSibling,s.attributeName=t.attributeName,s.attributeNamespace=t.attributeNamespace,s.oldValue=t.oldValue,(n=s).oldValue=e,n)}function m(e,t,i){this.observer=e,this.target=t,this.options=i,this.transientObservedNodes=[]}}(t)},i=[t],void 0===(n=s.apply(t,i))||(e.exports=n)},937(e,t,i){var n,s,r;r=function(e,t,i,n,s){"use strict";var r=i.TYPE_ATTRIBUTE,a=i.TYPE_CLASSNAME,o=i.TYPE_ELEMENT,l=n&&n.__esModule?n.default:n,c=s.hasOwn,u=s.isValidNativeCustomElementName,h=s.supportsNativeCustomElements;t.exports={clear:function(){return l.registry={},this},get:function(e){return c(l.registry,e)&&l.registry[e]},getForElement:function(e){var t,i,n=e.attributes,s=n.length,c=[],u=n.is,h=u&&(u.value||u.nodeValue),p=(e.tagName||e.localName).toLowerCase(),f=h||p;this.isType(f,o)&&(i=(t=l.registry[f]).extends,h?p===i&&c.push(t):i||c.push(t));for(var g=0;g<s;g++){var m=n[g].nodeName;this.isType(m,r)&&((i=(t=l.registry[m]).extends)&&p!==i||c.push(t))}for(var v=function(e){var t=e.classList;if(t)return t;var i=e.attributes;return i.class&&i.class.nodeValue.split(/\s+/)||[]}(e),b=v.length,y=0;y<b;y++){var w=v[y];this.isType(w,a)&&((i=(t=l.registry[w]).extends)&&p!==i||c.push(t))}return c},isType:function(e,t){var i=this.get(e);return i&&i.type===t},isNativeCustomElement:function(e){return h()&&this.isType(e,o)&&u(e)},set:function(e,t){if(c(l.registry,e))throw Error('A component definition of type "'+t.type+'" with the ID of "'+e+'" already exists.');return l.registry[e]=t,this}}},n=[t,e,i(221),i(108),i(537)],void 0===(s=r.apply(t,n))||(e.exports=s)},714(e,t,i){var n,s,r;r=function(e,t,i,n,s,r,a,o){"use strict";var l=function(e){return e&&e.__esModule?e.default:e},c=i.TYPE_ATTRIBUTE,u=i.TYPE_CLASSNAME,h=i.TYPE_ELEMENT,p=l(n),f=s.triggerCreated,g=s.triggerAttached,m=s.triggerDetached,v=s.triggerAttributeChanged,b=s.initElements,y=l(r),w=a.debounce,_=a.inherit,x=l(o),C=window.HTMLElement,T=!!document.attachEvent,k=w(function(){var e=function(){b(document.documentElement.childNodes)};(T?"complete"===document.readyState:"interactive"===document.readyState||"complete"===document.readyState)?e():T?window.addEventListener("load",e):document.addEventListener("DOMContentLoaded",e)});function E(e,t){if(t=_({},t),(t=_(t,E.defaults)).id=e,y.set(e,t),y.isNativeCustomElement(e)){var i=t.extends?document.createElement(t.extends).constructor.prototype:C.prototype;i.isPrototypeOf(t.prototype)||(t.prototype=_(Object.create(i),t.prototype,!0));var n={prototype:_(t.prototype,{createdCallback:function(){f(this,t)},attachedCallback:function(){g(this,t)},detachedCallback:function(){m(this,t)},attributeChangedCallback:function(e,i,n){v(this,t,{name:e,oldValue:i,newValue:n})}})};return t.extends&&(n.extends=t.extends),document.registerElement(e,n)}if(k(),p.register(!!t.detached),y.isType(e,h)){var s=t;function r(){var e,t=s.extends,i=s.id;return t?(e=document.createElement(t)).setAttribute("is",i):e=document.createElement(i),s.prototype=r.prototype,f(e,s),e}return r.prototype=s.prototype,r}}E.init=function(e){var t=e;return e&&("string"==typeof e?t=e=document.querySelectorAll(e):e instanceof C&&(t=[e]),b(t)),e},E.type={ATTRIBUTE:c,CLASSNAME:u,ELEMENT:h},E.version=x,E.defaults={attributes:void 0,events:void 0,extends:void 0,id:"",prototype:{},resolvedAttribute:"resolved",template:void 0,type:h,unresolvedAttribute:"unresolved"};var A=window.skate;E.noConflict=function(){return window.skate=A,E},window.skate=E,t.exports=E},n=[t,e,i(221),i(310),i(740),i(937),i(537),i(996)],void 0===(s=r.apply(t,n))||(e.exports=s)},537(e,t,i){var n,s,r;r=function(e,t){"use strict";e.hasOwn=r,e.camelCase=function(e){return e.split(/-/g).map(function(e,t){return 0===t?e:e[0].toUpperCase()+e.substring(1)}).join("")},e.elementContains=function(e,t){return e!==document||e.contains?e.contains?e.contains(t):s.call(e,t):document.head.contains(t)||document.body.contains(t)},e.debounce=function(e){var t=!1;return function(){t||(t=!0,setTimeout(function(){t=!1,e()},1))}},e.getClosestIgnoredElement=function(e){for(var t=e;t instanceof Element;){if(t.hasAttribute(i))return t;t=t.parentNode}},e.inherit=function(e,t,i){for(var n=Object.getOwnPropertyNames(t),s=n.length,r=0;r<s;r++){var a=n[r];if(i||void 0===e[a]){var o=Object.getOwnPropertyDescriptor(t,a);!o.get&&!o.set&&o.writable&&o.enumerable&&o.configurable?e[a]=t[a]:Object.defineProperty(e,a,o)}}return e},e.objEach=function(e,t){for(var i in e)r(e,i)&&t(e[i],i)},e.supportsNativeCustomElements=function(){return"function"==typeof document.registerElement},e.isValidNativeCustomElementName=function(e){return e.indexOf("-")>0},Object.defineProperty(e,"__esModule",{value:!0});var i=t.ATTR_IGNORE,n=window.HTMLElement.prototype;e.elementPrototype=n;var s=n.contains;function r(e,t){return Object.prototype.hasOwnProperty.call(e,t)}},n=[t,i(221)],void 0===(s=r.apply(t,n))||(e.exports=s)},996(e,t){var i,n,s;s=function(e,t){"use strict";t.exports="0.13.17"},i=[t,e],void 0===(n=s.apply(t,i))||(e.exports=n)},99(){!function(e){"use strict";e.extend({tablesorter:new function(){var t=this;function i(){var e=arguments[0],t=arguments.length>1?Array.prototype.slice.call(arguments):e;"u">typeof console&&void 0!==console.log?console[/error/i.test(e)?"error":/warn/i.test(e)?"warn":"log"](t):alert(t)}function n(e,t){i(e+" ("+(new Date().getTime()-t.getTime())+"ms)")}function s(e){for(var t in e)return!1;return!0}function r(i,n,s){if(!n)return"";var r,a=i.config,o=a.textExtraction||"",l="";return null==(l="basic"===o?e(n).attr(a.textAttribute)||n.textContent||n.innerText||e(n).text()||"":"function"==typeof o?o(n,i,s):"function"==typeof(r=t.getColumnData(i,o,s))?r(n,i,s):n.textContent||n.innerText||e(n).text()||"")?"":l.trim()}function a(e){var s,a,o,l,c,u,h,p,f,g,m=e.config,v=m.$tbodies=m.$table.children("tbody:not(."+m.cssInfoBlock+")"),b=0,y="",w=v.length;if(0===w)return m.debug?i("Warning: *Empty table!* Not building a parser cache"):"";for(m.debug&&(g=new Date,i("Detecting parsers for each column")),a={extractors:[],parsers:[]};b<w;){if((s=v[b].rows)[b])for(l=0,o=m.columns;l<o;l++)c=m.$headers.filter('[data-column="'+l+'"]:last'),u=t.getColumnData(e,m.headers,l),f=t.getParserById(t.getData(c,u,"extractor")),p=t.getParserById(t.getData(c,u,"sorter")),h="false"===t.getData(c,u,"parser"),m.empties[l]=(t.getData(c,u,"empty")||m.emptyTo||(m.emptyToBottom?"bottom":"top")).toLowerCase(),m.strings[l]=(t.getData(c,u,"string")||m.stringTo||"max").toLowerCase(),h&&(p=t.getParserById("no-parser")),f||(f=!1),p||(p=function(e,n,s,a){for(var o,l=t.parsers.length,c=!1,u="",h=!0;""===u&&h;)n[++s]?(u=r(e,c=n[s].cells[a],a),e.config.debug&&i("Checking if value was empty on row "+s+", column: "+a+': "'+u+'"')):h=!1;for(;--l>=0;)if((o=t.parsers[l])&&"text"!==o.id&&o.is&&o.is(u,e,c))return o;return t.getParserById("text")}(e,s,-1,l)),m.debug&&(y+="column:"+l+"; extractor:"+f.id+"; parser:"+p.id+"; string:"+m.strings[l]+"; empty: "+m.empties[l]+"\n"),a.parsers[l]=p,a.extractors[l]=f;b+=a.parsers.length?w:1}m.debug&&(i(y||"No parsers detected"),n("Completed detecting parsers",g)),m.parsers=a.parsers,m.extractors=a.extractors}function o(s){var a,o,l,c,u,h,p,f,g,m,v,b,y,w=s.config,_=w.$table.children("tbody"),x=w.extractors,C=w.parsers;if(w.cache={},w.totalRows=0,!C)return w.debug?i("Warning: *Empty table!* Not building a cache"):"";for(w.debug&&(m=new Date),w.showProcessing&&t.isProcessing(s,!0),p=0;p<_.length;p++)if(y=[],a=w.cache[p]={normalized:[]},!_.eq(p).hasClass(w.cssInfoBlock)){for(u=0,v=_[p]&&_[p].rows.length||0;u<v;++u){if(b={child:[]},f=e(_[p].rows[u]),w.columns,g=[],f.hasClass(w.cssChildRow)&&0!==u){o=a.normalized.length-1,a.normalized[o][w.columns].$row=a.normalized[o][w.columns].$row.add(f),f.prev().hasClass(w.cssChildRow)||f.prev().addClass(t.css.cssHasChild),b.child[o]=(f[0].textContent||f[0].innerText||f.text()||"").trim();continue}for(h=0,b.$row=f,b.order=u;h<w.columns;++h){if(void 0===C[h]){w.debug&&i("No parser found for cell:",f[0].cells[h],"does it have a header?");continue}o=r(s,f[0].cells[h],h),l=void 0===x[h].id?o:x[h].format(o,s,f[0].cells[h],h),c="no-parser"===C[h].id?"":C[h].format(l,s,f[0].cells[h],h),g.push(w.ignoreCase&&"string"==typeof c?c.toLowerCase():c),"numeric"===(C[h].type||"").toLowerCase()&&(y[h]=Math.max(Math.abs(c)||0,y[h]||0))}g[w.columns]=b,a.normalized.push(g)}a.colMax=y,w.totalRows+=a.normalized.length}w.showProcessing&&t.isProcessing(s),w.debug&&n("Building cache for "+v+" rows",m)}function l(i,r){var a,o,l,c,u,h,p,f=i.config,g=f.widgetOptions,m=i.tBodies,v=[],b=f.cache;if(s(b))return f.appender?f.appender(i,v):i.isUpdating?f.$table.trigger("updateComplete",i):"";for(f.debug&&(p=new Date),h=0;h<m.length;h++)if((l=e(m[h])).length&&!l.hasClass(f.cssInfoBlock)){for(u=0,c=t.processTbody(i,l,!0),o=(a=b[h].normalized).length;u<o;u++)v.push(a[u][f.columns].$row),f.appender&&(!f.pager||f.pager.removeRows&&g.pager_removeRows||f.pager.ajax)||c.append(a[u][f.columns].$row);t.processTbody(i,c,!1)}f.appender&&f.appender(i,v),f.debug&&n("Rebuilt table",p),r||f.appender||t.applyWidget(i),i.isUpdating&&f.$table.trigger("updateComplete",i)}function c(e){return/^d/i.test(e)||1===e}function u(s){var r,a,o,l,u,h,f,g=s.config;g.headerList=[],g.headerContent=[],g.debug&&(f=new Date),g.columns=t.computeColumnIndex(g.$table.children("thead, tfoot").children("tr")),l=g.cssIcon?'<i class="'+(g.cssIcon===t.css.icon?t.css.icon:g.cssIcon+" "+t.css.icon)+'"></i>':"",g.$headers=e(s).find(g.selectorHeaders).each(function(i){a=e(this),r=t.getColumnData(s,g.headers,i,!0),g.headerContent[i]=e(this).html(),""!==g.headerTemplate&&(u=g.headerTemplate.replace(/\{icon\}/g,l).replace(/\{content\}/g,e(this).html()),g.onRenderTemplate&&(o=g.onRenderTemplate.apply(a,[i,u]))&&"string"==typeof o&&(u=o),e(this).html('<div class="'+t.css.headerIn+'">'+u+"</div>")),g.onRenderHeader&&g.onRenderHeader.apply(a,[i]),this.column=parseInt(e(this).attr("data-column"),10),this.order=c(t.getData(a,r,"sortInitialOrder")||g.sortInitialOrder)?[1,0,2]:[0,1,2],this.count=-1,this.lockedOrder=!1,void 0!==(h=t.getData(a,r,"lockedOrder")||!1)&&!1!==h&&(this.order=this.lockedOrder=c(h)?[1,1,1]:[0,0,0]),a.addClass(t.css.header+" "+g.cssHeader),g.headerList[i]=this,a.parent().addClass(t.css.headerRow+" "+g.cssHeaderRow),g.tabIndex&&a.attr("tabindex",0)}).attr({scope:"col"}),p(s),g.debug&&(n("Built headers:",f),i(g.$headers))}function h(e,t,i){var n=e.config;n.$table.find(n.selectorRemove).remove(),a(e),o(e),v(n.$table,t,i)}function p(i){var n,s,r,a=i.config;a.$headers.each(function(o,l){s=e(l),r=t.getColumnData(i,a.headers,o,!0),n="false"===t.getData(l,r,"sorter")||"false"===t.getData(l,r,"parser"),l.sortDisabled=n,s[n?"addClass":"removeClass"]("sorter-false").attr("aria-disabled",""+n),i.id&&(n?s.removeAttr("aria-controls"):s.attr("aria-controls",i.id))})}function f(i){var n,s,r,a=i.config,o=a.sortList,l=o.length,c=t.css.sortNone+" "+a.cssNone,u=[t.css.sortAsc+" "+a.cssAsc,t.css.sortDesc+" "+a.cssDesc],h=["ascending","descending"],p=e(i).find("tfoot tr").children().add(a.$extraHeaders).removeClass(u.join(" "));for(a.$headers.removeClass(u.join(" ")).addClass(c).attr("aria-sort","none"),s=0;s<l;s++)if(2!==o[s][1]&&(n=a.$headers.not(".sorter-false").filter('[data-column="'+o[s][0]+'"]'+(1===l?":last":""))).length){for(r=0;r<n.length;r++)n[r].sortDisabled||n.eq(r).removeClass(c).addClass(u[o[s][1]]).attr("aria-sort",h[o[s][1]]);p.length&&p.filter('[data-column="'+o[s][0]+'"]').removeClass(c).addClass(u[o[s][1]])}a.$headers.not(".sorter-false").each(function(){var i=e(this),n=this.order[(this.count+1)%(a.sortReset?3:2)],s=i.text()+": "+t.language[i.hasClass(t.css.sortAsc)?"sortAsc":i.hasClass(t.css.sortDesc)?"sortDesc":"sortNone"]+t.language[0===n?"nextAsc":1===n?"nextDesc":"nextNone"];i.attr("aria-label",s)})}function g(e){var i,r,a,o,l,c,u,h,p,f,g=0,m=e.config,v=m.textSorter||"",b=m.sortList,y=b.length,w=e.tBodies.length;if(!(m.serverSideSorting||s(m.cache))){for(m.debug&&(l=new Date),r=0;r<w;r++)c=m.cache[r].colMax,m.cache[r].normalized.sort(function(n,s){for(i=0;i<y;i++){var r;if(o=b[i][0],g=0===(u=b[i][1]),m.sortStable&&n[o]===s[o]&&1===y)break;if((a=/n/i.test((r=m.parsers,r&&r[o]&&r[o].type||"")))&&m.strings[o]?(a="boolean"==typeof m.string[m.strings[o]]?(g?1:-1)*(m.string[m.strings[o]]?-1:1):m.strings[o]&&m.string[m.strings[o]]||0,h=m.numberSorter?m.numberSorter(n[o],s[o],g,c[o],e):t["sortNumeric"+(g?"Asc":"Desc")](n[o],s[o],a,c[o],o,e)):(p=g?n:s,f=g?s:n,h="function"==typeof v?v(p[o],f[o],g,o,e):"object"==typeof v&&v.hasOwnProperty(o)?v[o](p[o],f[o],g,o,e):t["sortNatural"+(g?"Asc":"Desc")](n[o],s[o],o,e,m)),h)return h}return n[m.columns].order-s[m.columns].order});m.debug&&n("Sorting on "+b.toString()+" and dir "+u+" time",l)}}function m(e,t){var i=e[0];i.isUpdating&&e.trigger("updateComplete",i),"function"==typeof t&&t(e[0])}function v(e,i,n){var s=e[0].config.sortList;!1!==i&&!e[0].isProcessing&&s.length?e.trigger("sorton",[s,function(){m(e,n)},!0]):(m(e,n),t.applyWidget(e[0],!1))}t.version="2.17.8",t.parsers=[],t.widgets=[],t.defaults={theme:"default",widthFixed:!1,showProcessing:!1,headerTemplate:"{content}",onRenderTemplate:null,onRenderHeader:null,cancelSelection:!0,tabIndex:!0,dateFormat:"mmddyyyy",sortMultiSortKey:"shiftKey",sortResetKey:"ctrlKey",usNumberFormat:!0,delayInit:!1,serverSideSorting:!1,headers:{},ignoreCase:!0,sortForce:null,sortList:[],sortAppend:null,sortStable:!1,sortInitialOrder:"asc",sortLocaleCompare:!1,sortReset:!1,sortRestart:!1,emptyTo:"bottom",stringTo:"max",textExtraction:"basic",textAttribute:"data-text",textSorter:null,numberSorter:null,widgets:[],widgetOptions:{zebra:["even","odd"]},initWidgets:!0,initialized:null,tableClass:"",cssAsc:"",cssDesc:"",cssNone:"",cssHeader:"",cssHeaderRow:"",cssProcessing:"",cssChildRow:"tablesorter-childRow",cssIcon:"tablesorter-icon",cssInfoBlock:"tablesorter-infoOnly",selectorHeaders:"> thead th, > thead td",selectorSort:"th, td",selectorRemove:".remove-me",debug:!1,headerList:[],empties:{},strings:{},parsers:[]},t.css={table:"tablesorter",cssHasChild:"tablesorter-hasChildRow",childRow:"tablesorter-childRow",header:"tablesorter-header",headerRow:"tablesorter-headerRow",headerIn:"tablesorter-header-inner",icon:"tablesorter-icon",info:"tablesorter-infoOnly",processing:"tablesorter-processing",sortAsc:"tablesorter-headerAsc",sortDesc:"tablesorter-headerDesc",sortNone:"tablesorter-headerUnSorted"},t.language={sortAsc:"Ascending sort applied, ",sortDesc:"Descending sort applied, ",sortNone:"No sort applied, ",nextAsc:"activate to apply an ascending sort",nextDesc:"activate to apply a descending sort",nextNone:"activate to remove the sort"},t.log=i,t.benchmark=n,t.construct=function(i){return this.each(function(){var n=e.extend(!0,{},t.defaults,i);n.originalSettings=i,!this.hasInitialized&&t.buildTable&&"TABLE"!==this.tagName?t.buildTable(this,n):t.setup(this,n)})},t.setup=function(n,c){if(!n||!n.tHead||0===n.tBodies.length||!0===n.hasInitialized)return c.debug?i("ERROR: stopping initialization! No table, thead, tbody or tablesorter has already been initialized"):"";var m,b,y,w,_=RegExp(`^(\\s*${/-?[_a-zA-Z]+[_a-zA-Z0-9-]*/.source})*\\s*$`),x=[];for(var C of["tableClass","cssAsc","cssDesc","cssNone","cssHeader","cssHeaderRow","cssProcessing","cssChildRow","cssIcon","cssInfoBlock"]){var T=c[C];T&&!_.test(T)&&(x.push(C),i(`ERROR: ${C} must contain only valid CSS class names but is '${T}'`))}if(x.length>0)return c.debug?i("ERROR: stopping initialization, see class name warnings above"):"";var k="",E=e(n),A=e.metadata;n.hasInitialized=!1,n.isProcessing=!0,n.config=c,e.data(n,"tablesorter",c),c.debug&&e.data(n,"startoveralltimer",new Date),(m=e.fn.jquery.split("."))[0]=parseInt(m[0],10),c.supportsDataObject=m[0]>1||1===m[0]&&parseInt(m[1],10)>=4,c.string={max:1,min:-1,emptymin:1,emptymax:-1,zero:0,none:0,null:0,top:!0,bottom:!1},c.emptyTo=c.emptyTo.toLowerCase(),c.stringTo=c.stringTo.toLowerCase(),/tablesorter\-/.test(E.attr("class"))||(k=""!==c.theme?" tablesorter-"+c.theme:""),c.table=n,c.$table=E.addClass(t.css.table+" "+c.tableClass+k),c.$headers=E.find(c.selectorHeaders),c.namespace?c.namespace="."+c.namespace.replace(/\W/g,""):c.namespace=".tablesorter"+Math.random().toString(16).slice(2),c.$table.children().children("tr"),c.$tbodies=E.children("tbody:not(."+c.cssInfoBlock+")").attr({"aria-live":"polite","aria-relevant":"all"}),c.$table.find("caption").length&&c.$table.attr("aria-labelledby","theCaption"),c.widgetInit={},c.textExtraction=c.$table.attr("data-text-extraction")||c.textExtraction||"basic",u(n),(w=n.config).widthFixed&&0===w.$table.find("colgroup").length&&(b=e("<colgroup>"),y=e(n).width(),e(n.tBodies).not("."+w.cssInfoBlock).find("tr:first").children(":visible").each(function(){b.append(e("<col>").css("width",parseInt(e(this).width()/y*1e3,10)/10+"%"))}),w.$table.prepend(b)),a(n),c.totalRows=0,c.delayInit||o(n),t.bindEvents(n,c.$headers,!0),function i(n){var c=n.config,m=c.$table;m.off("sortReset update updateRows updateCell updateAll addRows updateComplete sorton appendCache updateCache applyWidgetId applyWidgets refreshWidgets destroy mouseup mouseleave ".split(" ").join(c.namespace+" ")).on("sortReset"+c.namespace,function(e,t){e.stopPropagation(),c.sortList=[],f(n),g(n),l(n),"function"==typeof t&&t(n)}).on("updateAll"+c.namespace,function(e,s,r){e.stopPropagation(),n.isUpdating=!0,t.refreshWidgets(n,!0,!0),t.restoreHeaders(n),u(n),t.bindEvents(n,c.$headers,!0),i(n),h(n,s,r)}).on("update"+c.namespace+" updateRows"+c.namespace,function(e,t,i){e.stopPropagation(),n.isUpdating=!0,p(n),h(n,t,i)}).on("updateCell"+c.namespace,function(t,i,s,a){t.stopPropagation(),n.isUpdating=!0,m.find(c.selectorRemove).remove();var o,l,u,h,p=m.find("tbody"),f=e(i),g=p.index(e.fn.closest?f.closest("tbody"):f.parents("tbody").filter(":first")),b=e.fn.closest?f.closest("tr"):f.parents("tr").filter(":first");i=f[0],p.length&&g>=0&&(u=p.eq(g).find("tr").index(b),h=f.index(),c.cache[g].normalized[u][c.columns].$row=b,l=void 0===c.extractors[h].id?r(n,i,h):c.extractors[h].format(r(n,i,h),n,i,h),o="no-parser"===c.parsers[h].id?"":c.parsers[h].format(l,n,i,h),c.cache[g].normalized[u][h]=c.ignoreCase&&"string"==typeof o?o.toLowerCase():o,"numeric"===(c.parsers[h].type||"").toLowerCase()&&(c.cache[g].colMax[h]=Math.max(Math.abs(o)||0,c.cache[g].colMax[h]||0)),v(m,s,a))}).on("addRows"+c.namespace,function(t,i,o,l){if(t.stopPropagation(),n.isUpdating=!0,s(c.cache))p(n),h(n,o,l);else{var u,f,g,b,y,w,_,x=(i=e(i)).filter("tr").length,C=m.find("tbody").index(i.parents("tbody").filter(":first"));for(c.parsers&&c.parsers.length||a(n),u=0;u<x;u++){for(f=0,g=i[u].cells.length,_=[],w={child:[],$row:i.eq(u),order:c.cache[C].normalized.length};f<g;f++)b=void 0===c.extractors[f].id?r(n,i[u].cells[f],f):c.extractors[f].format(r(n,i[u].cells[f],f),n,i[u].cells[f],f),y="no-parser"===c.parsers[f].id?"":c.parsers[f].format(b,n,i[u].cells[f],f),_[f]=c.ignoreCase&&"string"==typeof y?y.toLowerCase():y,"numeric"===(c.parsers[f].type||"").toLowerCase()&&(c.cache[C].colMax[f]=Math.max(Math.abs(_[f])||0,c.cache[C].colMax[f]||0));_.push(w),c.cache[C].normalized.push(_)}v(m,o,l)}}).on("updateComplete"+c.namespace,function(){n.isUpdating=!1}).on("sorton"+c.namespace,function(i,r,a,c){var u,h,p,v,b,y,w,_=n.config;i.stopPropagation(),m.trigger("sortStart",this),y=n.config,w=r||y.sortList,y.sortList=[],e.each(w,function(t,i){if(v=parseInt(i[0],10),p=y.$headers.filter('[data-column="'+v+'"]:last')[0]){switch(h=(h=(""+i[1]).match(/^(1|d|s|o|n)/))?h[0]:""){case"1":case"d":h=1;break;case"s":h=b||0;break;case"o":h=0===(u=p.order[(b||0)%(y.sortReset?3:2)])?1:2*(1!==u);break;case"n":p.count=p.count+1,h=p.order[p.count%(y.sortReset?3:2)];break;default:h=0}b=0===t?h:b,u=[v,parseInt(h,10)||0],y.sortList.push(u),h=e.inArray(u[1],p.order),p.count=h>=0?h:u[1]%(y.sortReset?3:2)}}),f(n),_.delayInit&&s(_.cache)&&o(n),m.trigger("sortBegin",this),g(n),l(n,c),m.trigger("sortEnd",this),t.applyWidget(n),"function"==typeof a&&a(n)}).on("appendCache"+c.namespace,function(e,t,i){e.stopPropagation(),l(n,i),"function"==typeof t&&t(n)}).on("updateCache"+c.namespace,function(e,t){c.parsers&&c.parsers.length||a(n),o(n),"function"==typeof t&&t(n)}).on("applyWidgetId"+c.namespace,function(e,i){e.stopPropagation(),t.getWidgetById(i).format(n,c,c.widgetOptions)}).on("applyWidgets"+c.namespace,function(e,i){e.stopPropagation(),t.applyWidget(n,i)}).on("refreshWidgets"+c.namespace,function(e,i,s){e.stopPropagation(),t.refreshWidgets(n,i,s)}).on("destroy"+c.namespace,function(e,i,s){e.stopPropagation(),t.destroy(n,i,s)}).on("resetToLoadState"+c.namespace,function(){t.refreshWidgets(n,!0,!0),c=e.extend(!0,t.defaults,c.originalSettings),n.hasInitialized=!1,t.setup(n,c)})}(n),c.supportsDataObject&&void 0!==E.data().sortlist?c.sortList=E.data().sortlist:A&&E.metadata()&&E.metadata().sortlist&&(c.sortList=E.metadata().sortlist),t.applyWidget(n,!0),c.sortList.length>0?E.trigger("sorton",[c.sortList,{},!c.initWidgets,!0]):(f(n),c.initWidgets&&t.applyWidget(n,!1)),c.showProcessing&&E.off("sortBegin"+c.namespace+" sortEnd"+c.namespace).on("sortBegin"+c.namespace+" sortEnd"+c.namespace,function(e){clearTimeout(c.processTimer),t.isProcessing(n),"sortBegin"===e.type&&(c.processTimer=setTimeout(function(){t.isProcessing(n,!0)},500))}),n.hasInitialized=!0,n.isProcessing=!1,c.debug&&t.benchmark("Overall initialization time",e.data(n,"startoveralltimer")),E.trigger("tablesorter-initialized",n),"function"==typeof c.initialized&&c.initialized(n)},t.getColumnData=function(t,i,n,s){if(null!=i){var r,a,o=(t=e(t)[0]).config;if(i[n])return s?i[n]:i[o.$headers.index(o.$headers.filter('[data-column="'+n+'"]:last'))];for(a in i)if("string"==typeof a&&(s?o.$headers.eq(n).filter(a):o.$headers.filter('[data-column="'+n+'"]:last').filter(a)).length)return i[a];return r}},t.computeColumnIndex=function(t){var i,n,s,r,a,o,l,c,u,h,p,f,g,m=[],v={},b=0;for(i=0;i<t.length;i++)for(n=0,l=t[i].cells;n<l.length;n++){for(a=e(o=l[n]),u=(c=o.parentNode.rowIndex)+"-"+a.index(),h=o.rowSpan||1,p=o.colSpan||1,void 0===m[c]&&(m[c]=[]),s=0;s<m[c].length+1;s++)if(void 0===m[c][s]){f=s;break}for(v[u]=f,b=Math.max(f,b),a.attr({"data-column":f}),s=c;s<c+h;s++)for(void 0===m[s]&&(m[s]=[]),g=m[s],r=f;r<f+p;r++)g[r]="x"}return b+1},t.isProcessing=function(i,n,s){var r=(i=e(i))[0].config,a=s||i.find("."+t.css.header);n?(void 0!==s&&r.sortList.length>0&&(a=a.filter(function(){return!this.sortDisabled&&t.isValueInArray(parseFloat(e(this).attr("data-column")),r.sortList)>=0})),i.add(a).addClass(t.css.processing+" "+r.cssProcessing)):i.add(a).removeClass(t.css.processing+" "+r.cssProcessing)},t.processTbody=function(t,i,n){var s;if(t=e(t)[0],n)return t.isProcessing=!0,i.before('<span class="tablesorter-savemyplace"/>'),s=e.fn.detach?i.detach():i.remove();s=e(t).find("span.tablesorter-savemyplace"),i.insertAfter(s),s.remove(),t.isProcessing=!1},t.clearTableBody=function(t){e(t)[0].config.$tbodies.children().detach()},t.bindEvents=function(i,n,r){var a,c=(i=e(i)[0]).config;!0!==r&&(c.$extraHeaders=c.$extraHeaders?c.$extraHeaders.add(n):n),n.find(c.selectorSort).add(n.filter(c.selectorSort)).off("mousedown mouseup sort keyup ".split(" ").join(c.namespace+" ")).on("mousedown mouseup sort keyup ".split(" ").join(c.namespace+" "),function(r,u){var h,p=r.type;if((1===(r.which||r.button)||/sort|keyup/.test(p))&&("keyup"!==p||13===r.which)&&!("mouseup"===p&&!0!==u&&new Date().getTime()-a>250)){if("mousedown"===p)return a=new Date().getTime(),/(input|select|button|textarea)/i.test(r.target.tagName)?"":!c.cancelSelection;c.delayInit&&s(c.cache)&&o(i),h=e.fn.closest?e(this).closest("th, td")[0]:/TH|TD/.test(this.tagName)?this:e(this).parents("th, td")[0],(h=c.$headers[n.index(h)]).sortDisabled||function i(n,s,r){if(n.isUpdating)return setTimeout(function(){i(n,s,r)},50);var a,o,c,u,h,p=n.config,m=!r[p.sortMultiSortKey],v=p.$table;if(v.trigger("sortStart",n),s.count=r[p.sortResetKey]?2:(s.count+1)%(p.sortReset?3:2),p.sortRestart&&(o=s,p.$headers.each(function(){this!==o&&(m||!e(this).is("."+t.css.sortDesc+",."+t.css.sortAsc))&&(this.count=-1)})),o=s.column,m){if(p.sortList=[],null!==p.sortForce)for(c=0,a=p.sortForce;c<a.length;c++)a[c][0]!==o&&p.sortList.push(a[c]);if((u=s.order[s.count])<2&&(p.sortList.push([o,u]),s.colSpan>1))for(c=1;c<s.colSpan;c++)p.sortList.push([o+c,u])}else{if(p.sortAppend&&p.sortList.length>1)for(c=0;c<p.sortAppend.length;c++)(h=t.isValueInArray(p.sortAppend[c][0],p.sortList))>=0&&p.sortList.splice(h,1);if(t.isValueInArray(o,p.sortList)>=0)for(c=0;c<p.sortList.length;c++)h=p.sortList[c],u=p.$headers.filter('[data-column="'+h[0]+'"]:last')[0],h[0]===o&&(h[1]=u.order[s.count],2===h[1]&&(p.sortList.splice(c,1),u.count=-1));else if((u=s.order[s.count])<2&&(p.sortList.push([o,u]),s.colSpan>1))for(c=1;c<s.colSpan;c++)p.sortList.push([o+c,u])}if(null!==p.sortAppend)for(c=0,a=p.sortAppend;c<a.length;c++)a[c][0]!==o&&p.sortList.push(a[c]);v.trigger("sortBegin",n),setTimeout(function(){f(n),g(n),l(n),v.trigger("sortEnd",n)},1)}(i,h,r)}}),c.cancelSelection&&n.attr("unselectable","on").on("selectstart",!1).css({"user-select":"none",MozUserSelect:"none"})},t.restoreHeaders=function(i){var n=e(i)[0].config;n.$table.find(n.selectorHeaders).each(function(i){e(this).find("."+t.css.headerIn).length&&e(this).html(n.headerContent[i])})},t.destroy=function(i,n,s){if((i=e(i)[0]).hasInitialized){t.refreshWidgets(i,!0,!0);var r=e(i),a=i.config,o=r.find("thead:first"),l=o.find("tr."+t.css.headerRow).removeClass(t.css.headerRow+" "+a.cssHeaderRow),c=r.find("tfoot:first > tr").children("th, td");!1===n&&e.inArray("uitheme",a.widgets)>=0&&(r.trigger("applyWidgetId",["uitheme"]),r.trigger("applyWidgetId",["zebra"])),o.find("tr").not(l).remove(),r.removeData("tablesorter").off("sortReset update updateAll updateRows updateCell addRows updateComplete sorton appendCache updateCache applyWidgetId applyWidgets refreshWidgets destroy mouseup mouseleave keypress sortBegin sortEnd resetToLoadState ".split(" ").join(a.namespace+" ")),a.$headers.add(c).removeClass([t.css.header,a.cssHeader,a.cssAsc,a.cssDesc,t.css.sortAsc,t.css.sortDesc,t.css.sortNone].join(" ")).removeAttr("data-column").removeAttr("aria-label").attr("aria-disabled","true"),l.find(a.selectorSort).off("mousedown mouseup keypress ".split(" ").join(a.namespace+" ")),t.restoreHeaders(i),r.toggleClass(t.css.table+" "+a.tableClass+" tablesorter-"+a.theme,!1===n),i.hasInitialized=!1,delete i.config.cache,"function"==typeof s&&s(i)}},t.regex={chunk:/(^([+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?)?$|^0x[0-9a-f]+$|\d+)/gi,chunks:/(^\\0|\\0$)/,hex:/^0x[0-9a-f]+$/i},t.sortNatural=function(e,i){if(e===i)return 0;var n,s,r,a,o,l,c,u,h=t.regex;if(h.hex.test(i)){if((s=parseInt(e.match(h.hex),16))<(a=parseInt(i.match(h.hex),16)))return -1;if(s>a)return 1}for(c=0,n=e.replace(h.chunk,"\\0$1\\0").replace(h.chunks,"").split("\\0"),r=i.replace(h.chunk,"\\0$1\\0").replace(h.chunks,"").split("\\0"),u=Math.max(n.length,r.length);c<u;c++){if(o=isNaN(n[c])?n[c]||0:parseFloat(n[c])||0,l=isNaN(r[c])?r[c]||0:parseFloat(r[c])||0,isNaN(o)!==isNaN(l))return isNaN(o)?1:-1;if(typeof o!=typeof l&&(o+="",l+=""),o<l)return -1;if(o>l)return 1}return 0},t.sortNaturalAsc=function(e,i,n,s,r){if(e===i)return 0;var a=r.string[r.empties[n]||r.emptyTo];return""===e&&0!==a?"boolean"==typeof a?a?-1:1:-a||-1:""===i&&0!==a?"boolean"==typeof a?a?1:-1:a||1:t.sortNatural(e,i)},t.sortNaturalDesc=function(e,i,n,s,r){if(e===i)return 0;var a=r.string[r.empties[n]||r.emptyTo];return""===e&&0!==a?"boolean"==typeof a?a?-1:1:a||1:""===i&&0!==a?"boolean"==typeof a?a?1:-1:-a||-1:t.sortNatural(i,e)},t.sortText=function(e,t){return e>t?1:e<t?-1:0},t.getTextValue=function(e,t,i){if(i){var n,s=e?e.length:0,r=i+t;for(n=0;n<s;n++)r+=e.charCodeAt(n);return t*r}return 0},t.sortNumericAsc=function(e,i,n,s,r,a){if(e===i)return 0;var o=a.config,l=o.string[o.empties[r]||o.emptyTo];return""===e&&0!==l?"boolean"==typeof l?l?-1:1:-l||-1:""===i&&0!==l?"boolean"==typeof l?l?1:-1:l||1:(isNaN(e)&&(e=t.getTextValue(e,n,s)),isNaN(i)&&(i=t.getTextValue(i,n,s)),e-i)},t.sortNumericDesc=function(e,i,n,s,r,a){if(e===i)return 0;var o=a.config,l=o.string[o.empties[r]||o.emptyTo];return""===e&&0!==l?"boolean"==typeof l?l?-1:1:l||1:""===i&&0!==l?"boolean"==typeof l?l?1:-1:-l||-1:(isNaN(e)&&(e=t.getTextValue(e,n,s)),isNaN(i)&&(i=t.getTextValue(i,n,s)),i-e)},t.sortNumeric=function(e,t){return e-t},t.characterEquivalents={a:"\xe1\xe0\xe2\xe3\xe4ą\xe5",A:"\xc1\xc0\xc2\xc3\xc4Ą\xc5",c:"\xe7ćč",C:"\xc7ĆČ",e:"\xe9\xe8\xea\xeběę",E:"\xc9\xc8\xca\xcbĚĘ",i:"\xed\xecİ\xee\xefı",I:"\xcd\xccİ\xce\xcf",o:"\xf3\xf2\xf4\xf5\xf6",O:"\xd3\xd2\xd4\xd5\xd6",ss:"\xdf",SS:"ẞ",u:"\xfa\xf9\xfb\xfců",U:"\xda\xd9\xdb\xdcŮ"},t.replaceAccents=function(e){var i,n="[",s=t.characterEquivalents;if(!t.characterRegex){for(i in t.characterRegexArray={},s)"string"==typeof i&&(n+=s[i],t.characterRegexArray[i]=RegExp("["+s[i]+"]","g"));t.characterRegex=RegExp(n+"]")}if(t.characterRegex.test(e))for(i in s)"string"==typeof i&&(e=e.replace(t.characterRegexArray[i],i));return e},t.isValueInArray=function(e,t){var i,n=t.length;for(i=0;i<n;i++)if(t[i][0]===e)return i;return -1},t.addParser=function(e){var i,n=t.parsers.length,s=!0;for(i=0;i<n;i++)t.parsers[i].id.toLowerCase()===e.id.toLowerCase()&&(s=!1);s&&t.parsers.push(e)},t.getParserById=function(e){if("false"==e)return!1;var i,n=t.parsers.length;for(i=0;i<n;i++)if(t.parsers[i].id.toLowerCase()===e.toString().toLowerCase())return t.parsers[i];return!1},t.addWidget=function(e){t.widgets.push(e)},t.hasWidget=function(t,i){return(t=e(t)).length&&t[0].config&&t[0].config.widgetInit[i]||!1},t.getWidgetById=function(e){var i,n,s=t.widgets.length;for(i=0;i<s;i++)if((n=t.widgets[i])&&n.hasOwnProperty("id")&&n.id.toLowerCase()===e.toLowerCase())return n},t.applyWidget=function(i,s){var r,a,o,l=(i=e(i)[0]).config,c=l.widgetOptions,u=[];!1!==s&&i.hasInitialized&&(i.isApplyingWidgets||i.isUpdating)||(l.debug&&(r=new Date),l.widgets.length&&(i.isApplyingWidgets=!0,l.widgets=e.grep(l.widgets,function(t,i){return e.inArray(t,l.widgets)===i}),e.each(l.widgets||[],function(e,i){(o=t.getWidgetById(i))&&o.id&&(o.priority||(o.priority=10),u[e]=o)}),u.sort(function(e,t){return e.priority<t.priority?-1:+(e.priority!==t.priority)}),e.each(u,function(t,n){n&&((s||!l.widgetInit[n.id])&&(l.widgetInit[n.id]=!0,n.hasOwnProperty("options")&&(c=i.config.widgetOptions=e.extend(!0,{},n.options,c)),n.hasOwnProperty("init")&&n.init(i,n,l,c)),!s&&n.hasOwnProperty("format")&&n.format(i,l,c,!1))})),setTimeout(function(){i.isApplyingWidgets=!1},0),l.debug&&n("Completed "+(!0===s?"initializing ":"applying ")+(a=l.widgets.length)+" widget"+(1!==a?"s":""),r))},t.refreshWidgets=function(n,s,r){var a,o=(n=e(n)[0]).config,l=o.widgets,c=t.widgets,u=c.length;for(a=0;a<u;a++)c[a]&&c[a].id&&(s||0>e.inArray(c[a].id,l))&&(o.debug&&i('Refeshing widgets: Removing "'+c[a].id+'"'),c[a].hasOwnProperty("remove")&&o.widgetInit[c[a].id]&&(c[a].remove(n,o,o.widgetOptions),o.widgetInit[c[a].id]=!1));!0!==r&&t.applyWidget(n,s)},t.getData=function(t,i,n){var s,r,a="",o=e(t);return o.length?(s=!!e.metadata&&o.metadata(),r=" "+(o.attr("class")||""),void 0!==o.data(n)||void 0!==o.data(n.toLowerCase())?a+=o.data(n)||o.data(n.toLowerCase()):s&&void 0!==s[n]?a+=s[n]:i&&void 0!==i[n]?a+=i[n]:" "!==r&&r.match(" "+n+"-")&&(a=r.match(RegExp("\\s"+n+"-([\\w-]+)"))[1]||""),null==a?"":a.trim()):""},t.formatFloat=function(e,t){var i;return"string"!=typeof e||""===e?e:(e=(t&&t.config?!1!==t.config.usNumberFormat:void 0===t||t)?e.replace(/,/g,""):e.replace(/[\s|\.]/g,"").replace(/,/g,"."),/^\s*\([.\d]+\)/.test(e)&&(e=e.replace(/^\s*\(([.\d]+)\)/,"-$1")),isNaN(i=parseFloat(e))?e.trim():i)},t.isDigit=function(e){return!isNaN(e)||/^[\-+(]?\d+[)]?$/.test(e.toString().replace(/[,.'"\s]/g,""))}}});var t=e.tablesorter;e.fn.extend({tablesorter:t.construct}),t.addParser({id:"no-parser",is:function(){return!1},format:function(){return""},type:"text"}),t.addParser({id:"text",is:function(){return!0},format:function(e,i){var n=i.config;return e&&(e=(n.ignoreCase?e.toLocaleLowerCase():e).trim(),e=n.sortLocaleCompare?t.replaceAccents(e):e),e},type:"text"}),t.addParser({id:"digit",is:function(e){return t.isDigit(e)},format:function(e,i){var n=t.formatFloat((e||"").replace(/[^\w,. \-()]/g,""),i);return e&&"number"==typeof n?n:e?(e&&i.config.ignoreCase?e.toLocaleLowerCase():e).trim():e},type:"numeric"}),t.addParser({id:"currency",is:function(e){return/^\(?\d+[\u00a3$\u20ac\u00a4\u00a5\u00a2?.]|[\u00a3$\u20ac\u00a4\u00a5\u00a2?.]\d+\)?$/.test((e||"").replace(/[+\-,. ]/g,""))},format:function(e,i){var n=t.formatFloat((e||"").replace(/[^\w,. \-()]/g,""),i);return e&&"number"==typeof n?n:e?(e&&i.config.ignoreCase?e.toLocaleLowerCase():e).trim():e},type:"numeric"}),t.addParser({id:"ipAddress",is:function(e){return/^\d{1,3}[\.]\d{1,3}[\.]\d{1,3}[\.]\d{1,3}$/.test(e)},format:function(e,i){var n,s=e?e.split("."):"",r="",a=s.length;for(n=0;n<a;n++)r+=("00"+s[n]).slice(-3);return e?t.formatFloat(r,i):e},type:"numeric"}),t.addParser({id:"url",is:function(e){return/^(https?|ftp|file):\/\//.test(e)},format:function(e){return e?e.replace(/(https?|ftp|file):\/\//,"").trim():e},parsed:!0,type:"text"}),t.addParser({id:"isoDate",is:function(e){return/^\d{4}[\/\-]\d{1,2}[\/\-]\d{1,2}/.test(e)},format:function(e,i){return e?t.formatFloat(""!==e?new Date(e.replace(/-/g,"/")).getTime()||e:"",i):e},type:"numeric"}),t.addParser({id:"percent",is:function(e){return/(\d\s*?%|%\s*?\d)/.test(e)&&e.length<15},format:function(e,i){return e?t.formatFloat(e.replace(/%/g,""),i):e},type:"numeric"}),t.addParser({id:"usLongDate",is:function(e){return/^[A-Z]{3,10}\.?\s+\d{1,2},?\s+(\d{4})(\s+\d{1,2}:\d{2}(:\d{2})?(\s+[AP]M)?)?$/i.test(e)||/^\d{1,2}\s+[A-Z]{3,10}\s+\d{4}/i.test(e)},format:function(e,i){return e?t.formatFloat(new Date(e.replace(/(\S)([AP]M)$/i,"$1 $2")).getTime()||e,i):e},type:"numeric"}),t.addParser({id:"shortDate",is:function(e){return/(^\d{1,2}[\/\s]\d{1,2}[\/\s]\d{4})|(^\d{4}[\/\s]\d{1,2}[\/\s]\d{1,2})/.test((e||"").replace(/\s+/g," ").replace(/[\-.,]/g,"/"))},format:function(e,i,n,s){if(e){var r=i.config,a=r.$headers.filter("[data-column="+s+"]:last"),o=a.length&&a[0].dateFormat||t.getData(a,t.getColumnData(i,r.headers,s),"dateFormat")||r.dateFormat;e=e.replace(/\s+/g," ").replace(/[\-.,]/g,"/"),"mmddyyyy"===o?e=e.replace(/(\d{1,2})[\/\s](\d{1,2})[\/\s](\d{4})/,"$3/$1/$2"):"ddmmyyyy"===o?e=e.replace(/(\d{1,2})[\/\s](\d{1,2})[\/\s](\d{4})/,"$3/$2/$1"):"yyyymmdd"===o&&(e=e.replace(/(\d{4})[\/\s](\d{1,2})[\/\s](\d{1,2})/,"$1/$2/$3"))}return e?t.formatFloat(new Date(e).getTime()||e,i):e},type:"numeric"}),t.addParser({id:"time",is:function(e){return/^(([0-2]?\d:[0-5]\d)|([0-1]?\d:[0-5]\d\s?([AP]M)))$/i.test(e)},format:function(e,i){return e?t.formatFloat(new Date("2000/01/01 "+e.replace(/(\S)([AP]M)$/i,"$1 $2")).getTime()||e,i):e},type:"numeric"}),t.addParser({id:"metadata",is:function(){return!1},format:function(t,i,n){var s=i.config,r=s.parserMetadataName?s.parserMetadataName:"sortValue";return e(n).metadata()[r]},type:"numeric"}),t.addWidget({id:"zebra",priority:90,format:function(i,n,s){var r,a,o,l,c,u=RegExp(n.cssChildRow,"i"),h=n.$tbodies;for(n.debug&&(l=new Date),c=0;c<h.length;c++)a=0,h.eq(c).children("tr:visible").not(n.selectorRemove).each(function(){r=e(this),!u.test(this.className)&&a++,o=a%2==0,r.removeClass(s.zebra[+!!o]).addClass(s.zebra[+!o])});n.debug&&t.benchmark("Applying Zebra widget",l)},remove:function(t,i,n){var s,r,a=i.$tbodies,o=(n.zebra||["even","odd"]).join(" ");for(s=0;s<a.length;s++)(r=e.tablesorter.processTbody(t,a.eq(s),!0)).children().removeClass(o),e.tablesorter.processTbody(t,r,!1)}})}(jQuery)},682(){jQuery.fn.serializeObject=function(){var e={};return this.find(":input:not(:button):not(:submit):not(:radio):not('select[multiple]')").each(function(){""!==this.name&&(null===this.value&&(this.value=""),e[this.name]=this.value.match(/^(tru|fals)e$/i)?"true"==this.value.toLowerCase():this.value)}),this.find("input:radio:checked").each(function(){e[this.name]=this.value}),this.find("select[multiple]").each(function(){var t=jQuery(this),i=t.val();t.data("aui-ss")?i?e[this.name]=i[0]:e[this.name]="":null!==i?e[this.name]=i:e[this.name]=[]}),e}},195(t){"use strict";t.exports=e},171(e,t,i){Object.defineProperty(t,"__esModule",{value:!0});var n="1.13.7",s="object"==typeof self&&self.self===self&&self||"object"==typeof i.g&&i.g.global===i.g&&i.g||Function("return this")()||{},r=Array.prototype,a=Object.prototype,o="u">typeof Symbol?Symbol.prototype:null,l=r.push,c=r.slice,u=a.toString,h=a.hasOwnProperty,p="u">typeof ArrayBuffer,f="u">typeof DataView,g=Array.isArray,m=Object.keys,v=Object.create,b=p&&ArrayBuffer.isView,y=isNaN,w=isFinite,_=!({toString:null}).propertyIsEnumerable("toString"),x=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"];function C(e,t){return t=null==t?e.length-1:+t,function(){for(var i=Math.max(arguments.length-t,0),n=Array(i),s=0;s<i;s++)n[s]=arguments[s+t];switch(t){case 0:return e.call(this,n);case 1:return e.call(this,arguments[0],n);case 2:return e.call(this,arguments[0],arguments[1],n)}var r=Array(t+1);for(s=0;s<t;s++)r[s]=arguments[s];return r[t]=n,e.apply(this,r)}}function T(e){var t=typeof e;return"function"===t||"object"===t&&!!e}function k(e){return null===e}function E(e){return void 0===e}function A(e){return!0===e||!1===e||"[object Boolean]"===u.call(e)}function S(e){return!!(e&&1===e.nodeType)}function D(e){var t="[object "+e+"]";return function(e){return u.call(e)===t}}var I=D("String"),M=D("Number"),N=D("Date"),O=D("RegExp"),L=D("Error"),P=D("Symbol"),R=D("ArrayBuffer"),$=D("Function"),j=s.document&&s.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof j&&($=function(e){return"function"==typeof e});var z=$,H=D("Object"),F=f&&(!/\[native code\]/.test(String(DataView))||H(new DataView(new ArrayBuffer(8)))),B="u">typeof Map&&H(new Map),U=D("DataView"),W=F?function(e){return null!=e&&z(e.getInt8)&&R(e.buffer)}:U,V=g||D("Array");function Y(e,t){return null!=e&&h.call(e,t)}var q=D("Arguments");!function(){q(arguments)||(q=function(e){return Y(e,"callee")})}();var K=q;function Q(e){return!P(e)&&w(e)&&!isNaN(parseFloat(e))}function G(e){return M(e)&&y(e)}function J(e){return function(){return e}}function Z(e){return function(t){var i=e(t);return"number"==typeof i&&i>=0&&i<=0x1fffffffffffff}}function X(e){return function(t){return null==t?void 0:t[e]}}var ee=X("byteLength"),et=Z(ee),ei=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/,en=p?function(e){return b?b(e)&&!W(e):et(e)&&ei.test(u.call(e))}:J(!1),es=X("length");function er(e,t){t=function(e){for(var t={},i=e.length,n=0;n<i;++n)t[e[n]]=!0;return{contains:function(e){return!0===t[e]},push:function(i){return t[i]=!0,e.push(i)}}}(t);var i=x.length,n=e.constructor,s=z(n)&&n.prototype||a,r="constructor";for(Y(e,r)&&!t.contains(r)&&t.push(r);i--;)(r=x[i])in e&&e[r]!==s[r]&&!t.contains(r)&&t.push(r)}function ea(e){if(!T(e))return[];if(m)return m(e);var t=[];for(var i in e)Y(e,i)&&t.push(i);return _&&er(e,t),t}function eo(e){if(null==e)return!0;var t=es(e);return"number"==typeof t&&(V(e)||I(e)||K(e))?0===t:0===es(ea(e))}function el(e,t){var i=ea(t),n=i.length;if(null==e)return!n;for(var s=Object(e),r=0;r<n;r++){var a=i[r];if(t[a]!==s[a]||!(a in s))return!1}return!0}function ec(e){return e instanceof ec?e:this instanceof ec?void(this._wrapped=e):new ec(e)}function eu(e){return new Uint8Array(e.buffer||e,e.byteOffset||0,ee(e))}ec.VERSION=n,ec.prototype.value=function(){return this._wrapped},ec.prototype.valueOf=ec.prototype.toJSON=ec.prototype.value,ec.prototype.toString=function(){return String(this._wrapped)};var ed="[object DataView]";function eh(e,t){return function e(t,i,n,s){if(t===i)return 0!==t||1/t==1/i;if(null==t||null==i)return!1;if(t!=t)return i!=i;var r=typeof t;return("function"===r||"object"===r||"object"==typeof i)&&function t(i,n,s,r){i instanceof ec&&(i=i._wrapped),n instanceof ec&&(n=n._wrapped);var a=u.call(i);if(a!==u.call(n))return!1;if(F&&"[object Object]"==a&&W(i)){if(!W(n))return!1;a=ed}switch(a){case"[object RegExp]":case"[object String]":return""+i==""+n;case"[object Number]":if(+i!=+i)return+n!=+n;return 0==+i?1/i==1/n:+i==+n;case"[object Date]":case"[object Boolean]":return+i==+n;case"[object Symbol]":return o.valueOf.call(i)===o.valueOf.call(n);case"[object ArrayBuffer]":case ed:return t(eu(i),eu(n),s,r)}var l="[object Array]"===a;if(!l&&en(i)){if(ee(i)!==ee(n))return!1;if(i.buffer===n.buffer&&i.byteOffset===n.byteOffset)return!0;l=!0}if(!l){if("object"!=typeof i||"object"!=typeof n)return!1;var c=i.constructor,h=n.constructor;if(c!==h&&!(z(c)&&c instanceof c&&z(h)&&h instanceof h)&&"constructor"in i&&"constructor"in n)return!1}r=r||[];for(var p=(s=s||[]).length;p--;)if(s[p]===i)return r[p]===n;if(s.push(i),r.push(n),l){if((p=i.length)!==n.length)return!1;for(;p--;)if(!e(i[p],n[p],s,r))return!1}else{var f,g=ea(i);if(p=g.length,ea(n).length!==p)return!1;for(;p--;)if(!(Y(n,f=g[p])&&e(i[f],n[f],s,r)))return!1}return s.pop(),r.pop(),!0}(t,i,n,s)}(e,t)}function ep(e){if(!T(e))return[];var t=[];for(var i in e)t.push(i);return _&&er(e,t),t}function ef(e){var t=es(e);return function(i){if(null==i||es(ep(i)))return!1;for(var n=0;n<t;n++)if(!z(i[e[n]]))return!1;return e!==ey||!z(i[eg])}}var eg="forEach",em=["clear","delete"],ev=["get","has","set"],eb=em.concat(eg,ev),ey=em.concat(ev),ew=["add"].concat(em,eg,"has"),e_=B?ef(eb):D("Map"),ex=B?ef(ey):D("WeakMap"),eC=B?ef(ew):D("Set"),eT=D("WeakSet");function ek(e){for(var t=ea(e),i=t.length,n=Array(i),s=0;s<i;s++)n[s]=e[t[s]];return n}function eE(e){for(var t=ea(e),i=t.length,n=Array(i),s=0;s<i;s++)n[s]=[t[s],e[t[s]]];return n}function eA(e){for(var t={},i=ea(e),n=0,s=i.length;n<s;n++)t[e[i[n]]]=i[n];return t}function eS(e){var t=[];for(var i in e)z(e[i])&&t.push(i);return t.sort()}function eD(e,t){return function(i){var n=arguments.length;if(t&&(i=Object(i)),n<2||null==i)return i;for(var s=1;s<n;s++)for(var r=arguments[s],a=e(r),o=a.length,l=0;l<o;l++){var c=a[l];t&&void 0!==i[c]||(i[c]=r[c])}return i}}var eI=eD(ep),eM=eD(ea),eN=eD(ep,!0);function eO(e){if(!T(e))return{};if(v)return v(e);var t=function(){};t.prototype=e;var i=new t;return t.prototype=null,i}function eL(e,t){var i=eO(e);return t&&eM(i,t),i}function eP(e){return T(e)?V(e)?e.slice():eI({},e):e}function eR(e,t){return t(e),e}function e$(e){return V(e)?e:[e]}function ej(e){return ec.toPath(e)}function ez(e,t){for(var i=t.length,n=0;n<i;n++){if(null==e)return;e=e[t[n]]}return i?e:void 0}function eH(e,t,i){var n=ez(e,ej(t));return E(n)?i:n}function eF(e,t){for(var i=(t=ej(t)).length,n=0;n<i;n++){var s=t[n];if(!Y(e,s))return!1;e=e[s]}return!!i}function eB(e){return e}function eU(e){return e=eM({},e),function(t){return el(t,e)}}function eW(e){return e=ej(e),function(t){return ez(t,e)}}function eV(e,t,i){if(void 0===t)return e;switch(null==i?3:i){case 1:return function(i){return e.call(t,i)};case 3:return function(i,n,s){return e.call(t,i,n,s)};case 4:return function(i,n,s,r){return e.call(t,i,n,s,r)}}return function(){return e.apply(t,arguments)}}function eY(e,t,i){return null==e?eB:z(e)?eV(e,t,i):T(e)&&!V(e)?eU(e):eW(e)}function eq(e,t){return eY(e,t,1/0)}function eK(e,t,i){return ec.iteratee!==eq?ec.iteratee(e,t):eY(e,t,i)}function eQ(e,t,i){t=eK(t,i);for(var n=ea(e),s=n.length,r={},a=0;a<s;a++){var o=n[a];r[o]=t(e[o],o,e)}return r}function eG(){}function eJ(e){return null==e?eG:function(t){return eH(e,t)}}function eZ(e,t,i){var n=Array(Math.max(0,e));t=eV(t,i,1);for(var s=0;s<e;s++)n[s]=t(s);return n}function eX(e,t){return null==t&&(t=e,e=0),e+Math.floor(Math.random()*(t-e+1))}ec.toPath=e$,ec.iteratee=eq;var e0=Date.now||function(){return new Date().getTime()};function e1(e){var t=function(t){return e[t]},i="(?:"+ea(e).join("|")+")",n=RegExp(i),s=RegExp(i,"g");return function(e){return e=null==e?"":""+e,n.test(e)?e.replace(s,t):e}}var e2={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},e3=e1(e2),e4=e1(eA(e2)),e9=ec.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},e5=/(.)^/,e8={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},e7=/\\|'|\r|\n|\u2028|\u2029/g;function e6(e){return"\\"+e8[e]}var te=/^\s*(\w|\$)+\s*$/;function tt(e,t,i){!t&&i&&(t=i);var n,s=RegExp([((t=eN({},t,ec.templateSettings)).escape||e5).source,(t.interpolate||e5).source,(t.evaluate||e5).source].join("|")+"|$","g"),r=0,a="__p+='";e.replace(s,function(t,i,n,s,o){return a+=e.slice(r,o).replace(e7,e6),r=o+t.length,i?a+="'+\n((__t=("+i+"))==null?'':_.escape(__t))+\n'":n?a+="'+\n((__t=("+n+"))==null?'':__t)+\n'":s&&(a+="';\n"+s+"\n__p+='"),t}),a+="';\n";var o=t.variable;if(o){if(!te.test(o))throw Error("variable is not a bare identifier: "+o)}else a="with(obj||{}){\n"+a+"}\n",o="obj";a="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+a+"return __p;\n";try{n=Function(o,"_",a)}catch(e){throw e.source=a,e}var l=function(e){return n.call(this,e,ec)};return l.source="function("+o+"){\n"+a+"}",l}function ti(e,t,i){var n=(t=ej(t)).length;if(!n)return z(i)?i.call(e):i;for(var s=0;s<n;s++){var r=null==e?void 0:e[t[s]];void 0===r&&(r=i,s=n),e=z(r)?r.call(e):r}return e}var tn=0;function ts(e){var t=++tn+"";return e?e+t:t}function tr(e){var t=ec(e);return t._chain=!0,t}function ta(e,t,i,n,s){if(!(n instanceof t))return e.apply(i,s);var r=eO(e.prototype),a=e.apply(r,s);return T(a)?a:r}var to=C(function(e,t){var i=to.placeholder,n=function(){for(var s=0,r=t.length,a=Array(r),o=0;o<r;o++)a[o]=t[o]===i?arguments[s++]:t[o];for(;s<arguments.length;)a.push(arguments[s++]);return ta(e,n,this,this,a)};return n});to.placeholder=ec;var tl=C(function(e,t,i){if(!z(e))throw TypeError("Bind must be called on a function");var n=C(function(s){return ta(e,n,t,this,i.concat(s))});return n}),tc=Z(es);function tu(e,t,i,n){if(n=n||[],t||0===t){if(t<=0)return n.concat(e)}else t=1/0;for(var s=n.length,r=0,a=es(e);r<a;r++){var o=e[r];if(tc(o)&&(V(o)||K(o)))if(t>1)tu(o,t-1,i,n),s=n.length;else for(var l=0,c=o.length;l<c;)n[s++]=o[l++];else i||(n[s++]=o)}return n}var td=C(function(e,t){var i=(t=tu(t,!1,!1)).length;if(i<1)throw Error("bindAll must be passed function names");for(;i--;){var n=t[i];e[n]=tl(e[n],e)}return e});function th(e,t){var i=function(n){var s=i.cache,r=""+(t?t.apply(this,arguments):n);return Y(s,r)||(s[r]=e.apply(this,arguments)),s[r]};return i.cache={},i}var tp=C(function(e,t,i){return setTimeout(function(){return e.apply(null,i)},t)}),tf=to(tp,ec,1);function tg(e,t,i){var n,s,r,a,o=0;i||(i={});var l=function(){o=!1===i.leading?0:e0(),n=null,a=e.apply(s,r),n||(s=r=null)},c=function(){var c=e0();o||!1!==i.leading||(o=c);var u=t-(c-o);return s=this,r=arguments,u<=0||u>t?(n&&(clearTimeout(n),n=null),o=c,a=e.apply(s,r),n||(s=r=null)):n||!1===i.trailing||(n=setTimeout(l,u)),a};return c.cancel=function(){clearTimeout(n),o=0,n=s=r=null},c}function tm(e,t,i){var n,s,r,a,o,l=function(){var c=e0()-s;t>c?n=setTimeout(l,t-c):(n=null,i||(a=e.apply(o,r)),n||(r=o=null))},c=C(function(c){return o=this,r=c,s=e0(),!n&&(n=setTimeout(l,t),i&&(a=e.apply(o,r))),a});return c.cancel=function(){clearTimeout(n),n=r=o=null},c}function tv(e,t){return to(t,e)}function tb(e){return function(){return!e.apply(this,arguments)}}function ty(){var e=arguments,t=e.length-1;return function(){for(var i=t,n=e[t].apply(this,arguments);i--;)n=e[i].call(this,n);return n}}function tw(e,t){return function(){if(--e<1)return t.apply(this,arguments)}}function t_(e,t){var i;return function(){return--e>0&&(i=t.apply(this,arguments)),e<=1&&(t=null),i}}var tx=to(t_,2);function tC(e,t,i){t=eK(t,i);for(var n,s=ea(e),r=0,a=s.length;r<a;r++)if(t(e[n=s[r]],n,e))return n}function tT(e){return function(t,i,n){i=eK(i,n);for(var s=es(t),r=e>0?0:s-1;r>=0&&r<s;r+=e)if(i(t[r],r,t))return r;return -1}}var tk=tT(1),tE=tT(-1);function tA(e,t,i,n){for(var s=(i=eK(i,n,1))(t),r=0,a=es(e);r<a;){var o=Math.floor((r+a)/2);i(e[o])<s?r=o+1:a=o}return r}function tS(e,t,i){return function(n,s,r){var a=0,o=es(n);if("number"==typeof r)e>0?a=r>=0?r:Math.max(r+o,a):o=r>=0?Math.min(r+1,o):r+o+1;else if(i&&r&&o)return r=i(n,s),n[r]===s?r:-1;if(s!=s)return(r=t(c.call(n,a,o),G))>=0?r+a:-1;for(r=e>0?a:o-1;r>=0&&r<o;r+=e)if(n[r]===s)return r;return -1}}var tD=tS(1,tk,tA),tI=tS(-1,tE);function tM(e,t,i){var n=(tc(e)?tk:tC)(e,t,i);if(void 0!==n&&-1!==n)return e[n]}function tN(e,t){return tM(e,eU(t))}function tO(e,t,i){if(t=eV(t,i),tc(e))for(n=0,s=e.length;n<s;n++)t(e[n],n,e);else{var n,s,r=ea(e);for(n=0,s=r.length;n<s;n++)t(e[r[n]],r[n],e)}return e}function tL(e,t,i){t=eK(t,i);for(var n=!tc(e)&&ea(e),s=(n||e).length,r=Array(s),a=0;a<s;a++){var o=n?n[a]:a;r[a]=t(e[o],o,e)}return r}function tP(e){var t=function(t,i,n,s){var r=!tc(t)&&ea(t),a=(r||t).length,o=e>0?0:a-1;for(s||(n=t[r?r[o]:o],o+=e);o>=0&&o<a;o+=e){var l=r?r[o]:o;n=i(n,t[l],l,t)}return n};return function(e,i,n,s){var r=arguments.length>=3;return t(e,eV(i,s,4),n,r)}}var tR=tP(1),t$=tP(-1);function tj(e,t,i){var n=[];return t=eK(t,i),tO(e,function(e,i,s){t(e,i,s)&&n.push(e)}),n}function tz(e,t,i){return tj(e,tb(eK(t)),i)}function tH(e,t,i){t=eK(t,i);for(var n=!tc(e)&&ea(e),s=(n||e).length,r=0;r<s;r++){var a=n?n[r]:r;if(!t(e[a],a,e))return!1}return!0}function tF(e,t,i){t=eK(t,i);for(var n=!tc(e)&&ea(e),s=(n||e).length,r=0;r<s;r++){var a=n?n[r]:r;if(t(e[a],a,e))return!0}return!1}function tB(e,t,i,n){return tc(e)||(e=ek(e)),("number"!=typeof i||n)&&(i=0),tD(e,t,i)>=0}var tU=C(function(e,t,i){var n,s;return z(t)?s=t:(n=(t=ej(t)).slice(0,-1),t=t[t.length-1]),tL(e,function(e){var r=s;if(!r){if(n&&n.length&&(e=ez(e,n)),null==e)return;r=e[t]}return null==r?r:r.apply(e,i)})});function tW(e,t){return tL(e,eW(t))}function tV(e,t){return tj(e,eU(t))}function tY(e,t,i){var n,s,r=-1/0,a=-1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e){e=tc(e)?e:ek(e);for(var o=0,l=e.length;o<l;o++)null!=(n=e[o])&&n>r&&(r=n)}else t=eK(t,i),tO(e,function(e,i,n){((s=t(e,i,n))>a||s===-1/0&&r===-1/0)&&(r=e,a=s)});return r}function tq(e,t,i){var n,s,r=1/0,a=1/0;if(null==t||"number"==typeof t&&"object"!=typeof e[0]&&null!=e){e=tc(e)?e:ek(e);for(var o=0,l=e.length;o<l;o++)null!=(n=e[o])&&n<r&&(r=n)}else t=eK(t,i),tO(e,function(e,i,n){((s=t(e,i,n))<a||s===1/0&&r===1/0)&&(r=e,a=s)});return r}var tK=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function tQ(e){return e?V(e)?c.call(e):I(e)?e.match(tK):tc(e)?tL(e,eB):ek(e):[]}function tG(e,t,i){if(null==t||i)return tc(e)||(e=ek(e)),e[eX(e.length-1)];var n=tQ(e),s=es(n);t=Math.max(Math.min(t,s),0);for(var r=s-1,a=0;a<t;a++){var o=eX(a,r),l=n[a];n[a]=n[o],n[o]=l}return n.slice(0,t)}function tJ(e){return tG(e,1/0)}function tZ(e,t,i){var n=0;return t=eK(t,i),tW(tL(e,function(e,i,s){return{value:e,index:n++,criteria:t(e,i,s)}}).sort(function(e,t){var i=e.criteria,n=t.criteria;if(i!==n){if(i>n||void 0===i)return 1;if(i<n||void 0===n)return -1}return e.index-t.index}),"value")}function tX(e,t){return function(i,n,s){var r=t?[[],[]]:{};return n=eK(n,s),tO(i,function(t,s){var a=n(t,s,i);e(r,t,a)}),r}}var t0=tX(function(e,t,i){Y(e,i)?e[i].push(t):e[i]=[t]}),t1=tX(function(e,t,i){e[i]=t}),t2=tX(function(e,t,i){Y(e,i)?e[i]++:e[i]=1}),t3=tX(function(e,t,i){e[+!i].push(t)},!0);function t4(e){return null==e?0:tc(e)?e.length:ea(e).length}function t9(e,t,i){return t in i}var t5=C(function(e,t){var i={},n=t[0];if(null==e)return i;z(n)?(t.length>1&&(n=eV(n,t[1])),t=ep(e)):(n=t9,t=tu(t,!1,!1),e=Object(e));for(var s=0,r=t.length;s<r;s++){var a=t[s],o=e[a];n(o,a,e)&&(i[a]=o)}return i}),t8=C(function(e,t){var i,n=t[0];return z(n)?(n=tb(n),t.length>1&&(i=t[1])):(t=tL(tu(t,!1,!1),String),n=function(e,i){return!tB(t,i)}),t5(e,n,i)});function t7(e,t,i){return c.call(e,0,Math.max(0,e.length-(null==t||i?1:t)))}function t6(e,t,i){return null==e||e.length<1?null==t||i?void 0:[]:null==t||i?e[0]:t7(e,e.length-t)}function ie(e,t,i){return c.call(e,null==t||i?1:t)}function it(e,t,i){return null==e||e.length<1?null==t||i?void 0:[]:null==t||i?e[e.length-1]:ie(e,Math.max(0,e.length-t))}function ii(e){return tj(e,Boolean)}function is(e,t){return tu(e,t,!1)}var ir=C(function(e,t){return t=tu(t,!0,!0),tj(e,function(e){return!tB(t,e)})}),ia=C(function(e,t){return ir(e,t)});function io(e,t,i,n){A(t)||(n=i,i=t,t=!1),null!=i&&(i=eK(i,n));for(var s=[],r=[],a=0,o=es(e);a<o;a++){var l=e[a],c=i?i(l,a,e):l;t&&!i?(a&&r===c||s.push(l),r=c):i?tB(r,c)||(r.push(c),s.push(l)):tB(s,l)||s.push(l)}return s}var il=C(function(e){return io(tu(e,!0,!0))});function ic(e){for(var t=[],i=arguments.length,n=0,s=es(e);n<s;n++){var r,a=e[n];if(!tB(t,a)){for(r=1;r<i&&tB(arguments[r],a);r++);r===i&&t.push(a)}}return t}function iu(e){for(var t=e&&tY(e,es).length||0,i=Array(t),n=0;n<t;n++)i[n]=tW(e,n);return i}var id=C(iu);function ih(e,t){for(var i={},n=0,s=es(e);n<s;n++)t?i[e[n]]=t[n]:i[e[n][0]]=e[n][1];return i}function ip(e,t,i){null==t&&(t=e||0,e=0),i||(i=t<e?-1:1);for(var n=Math.max(Math.ceil((t-e)/i),0),s=Array(n),r=0;r<n;r++,e+=i)s[r]=e;return s}function ig(e,t){if(null==t||t<1)return[];for(var i=[],n=0,s=e.length;n<s;)i.push(c.call(e,n,n+=t));return i}function im(e,t){return e._chain?ec(t).chain():t}function iv(e){return tO(eS(e),function(t){var i=ec[t]=e[t];ec.prototype[t]=function(){var e=[this._wrapped];return l.apply(e,arguments),im(this,i.apply(ec,e))}}),ec}tO(["pop","push","reverse","shift","sort","splice","unshift"],function(e){var t=r[e];ec.prototype[e]=function(){var i=this._wrapped;return null!=i&&(t.apply(i,arguments),("shift"===e||"splice"===e)&&0===i.length&&delete i[0]),im(this,i)}}),tO(["concat","join","slice"],function(e){var t=r[e];ec.prototype[e]=function(){var e=this._wrapped;return null!=e&&(e=t.apply(e,arguments)),im(this,e)}});var ib=iv({__proto__:null,VERSION:n,restArguments:C,isObject:T,isNull:k,isUndefined:E,isBoolean:A,isElement:S,isString:I,isNumber:M,isDate:N,isRegExp:O,isError:L,isSymbol:P,isArrayBuffer:R,isDataView:W,isArray:V,isFunction:z,isArguments:K,isFinite:Q,isNaN:G,isTypedArray:en,isEmpty:eo,isMatch:el,isEqual:eh,isMap:e_,isWeakMap:ex,isSet:eC,isWeakSet:eT,keys:ea,allKeys:ep,values:ek,pairs:eE,invert:eA,functions:eS,methods:eS,extend:eI,extendOwn:eM,assign:eM,defaults:eN,create:eL,clone:eP,tap:eR,get:eH,has:eF,mapObject:eQ,identity:eB,constant:J,noop:eG,toPath:e$,property:eW,propertyOf:eJ,matcher:eU,matches:eU,times:eZ,random:eX,now:e0,escape:e3,unescape:e4,templateSettings:e9,template:tt,result:ti,uniqueId:ts,chain:tr,iteratee:eq,partial:to,bind:tl,bindAll:td,memoize:th,delay:tp,defer:tf,throttle:tg,debounce:tm,wrap:tv,negate:tb,compose:ty,after:tw,before:t_,once:tx,findKey:tC,findIndex:tk,findLastIndex:tE,sortedIndex:tA,indexOf:tD,lastIndexOf:tI,find:tM,detect:tM,findWhere:tN,each:tO,forEach:tO,map:tL,collect:tL,reduce:tR,foldl:tR,inject:tR,reduceRight:t$,foldr:t$,filter:tj,select:tj,reject:tz,every:tH,all:tH,some:tF,any:tF,contains:tB,includes:tB,include:tB,invoke:tU,pluck:tW,where:tV,max:tY,min:tq,shuffle:tJ,sample:tG,sortBy:tZ,groupBy:t0,indexBy:t1,countBy:t2,partition:t3,toArray:tQ,size:t4,pick:t5,omit:t8,first:t6,head:t6,take:t6,initial:t7,last:it,rest:ie,tail:ie,drop:ie,compact:ii,flatten:is,without:ia,uniq:io,unique:io,union:il,intersection:ic,difference:ir,unzip:iu,transpose:iu,zip:id,object:ih,range:ip,chunk:ig,mixin:iv,default:ec});ib._=ib,t.VERSION=n,t._=ib,t._escape=e3,t._unescape=e4,t.after=tw,t.allKeys=ep,t.before=t_,t.bind=tl,t.bindAll=td,t.chain=tr,t.chunk=ig,t.clone=eP,t.compact=ii,t.compose=ty,t.constant=J,t.contains=tB,t.countBy=t2,t.create=eL,t.debounce=tm,t.defaults=eN,t.defer=tf,t.delay=tp,t.difference=ir,t.each=tO,t.every=tH,t.extend=eI,t.extendOwn=eM,t.filter=tj,t.find=tM,t.findIndex=tk,t.findKey=tC,t.findLastIndex=tE,t.findWhere=tN,t.first=t6,t.flatten=is,t.functions=eS,t.get=eH,t.groupBy=t0,t.has=eF,t.identity=eB,t.indexBy=t1,t.indexOf=tD,t.initial=t7,t.intersection=ic,t.invert=eA,t.invoke=tU,t.isArguments=K,t.isArray=V,t.isArrayBuffer=R,t.isBoolean=A,t.isDataView=W,t.isDate=N,t.isElement=S,t.isEmpty=eo,t.isEqual=eh,t.isError=L,t.isFinite=Q,t.isFunction=z,t.isMap=e_,t.isMatch=el,t.isNaN=G,t.isNull=k,t.isNumber=M,t.isObject=T,t.isRegExp=O,t.isSet=eC,t.isString=I,t.isSymbol=P,t.isTypedArray=en,t.isUndefined=E,t.isWeakMap=ex,t.isWeakSet=eT,t.iteratee=eq,t.keys=ea,t.last=it,t.lastIndexOf=tI,t.map=tL,t.mapObject=eQ,t.matcher=eU,t.max=tY,t.memoize=th,t.min=tq,t.mixin=iv,t.negate=tb,t.noop=eG,t.now=e0,t.object=ih,t.omit=t8,t.once=tx,t.pairs=eE,t.partial=to,t.partition=t3,t.pick=t5,t.pluck=tW,t.property=eW,t.propertyOf=eJ,t.random=eX,t.range=ip,t.reduce=tR,t.reduceRight=t$,t.reject=tz,t.rest=ie,t.restArguments=C,t.result=ti,t.sample=tG,t.shuffle=tJ,t.size=t4,t.some=tF,t.sortBy=tZ,t.sortedIndex=tA,t.tap=eR,t.template=tt,t.templateSettings=e9,t.throttle=tg,t.times=eZ,t.toArray=tQ,t.toPath=e$,t.union=il,t.uniq=io,t.uniqueId=ts,t.unzip=iu,t.values=ek,t.where=tV,t.without=ia,t.wrap=tv,t.zip=id},126(e,t,i){e.exports=i(171)._}},i={};function n(e){var s=i[e];if(void 0!==s)return s.exports;var r=i[e]={exports:{}};return t[e].call(r.exports,r,r.exports,n),r.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var i in t)n.o(t,i)&&!n.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},n.g=(()=>{if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}})(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var s={};return(()=>{"use strict";let e,t,i,r,a,o;n.r(s),n.d(s,{ProgressBarEl:()=>rI,log:()=>M,FocusManager:()=>oj,SelectEl:()=>nK,SectionEl:()=>i0,InlineDialogEl:()=>rg,responsiveheader:()=>o1,id:()=>oK,RestfulTable:()=>oc,I18n:()=>eY,AvatarGroupEl:()=>ts,flag:()=>no,warn:()=>N,navigation:()=>ry,SpinnerEl:()=>tg,formValidation:()=>oq,AvatarEl:()=>e3,undim:()=>o9,TabItemEl:()=>rZ,Header:()=>aV,TabContainerEl:()=>rJ,debounce:()=>oU,dim:()=>oV,ToggleEl:()=>s4,AvatarBadged:()=>eQ,progressBars:()=>rN,MessageEl:()=>i6,sidebar:()=>oD,ItemRadioEl:()=>iX,keyCode:()=>oG,ItemCheckboxEl:()=>iZ,dialog2:()=>tk,tabs:()=>o4,toInit:()=>eV,debounceImmediate:()=>oW,trigger:()=>F,populateParameters:()=>oX,CalendarWidget:()=>aG,DropdownEl:()=>i1,TabPaneEl:()=>rX,isClipped:()=>oQ,ItemLinkEl:()=>iG,ProgressiveDataSet:()=>oF,unbind:()=>H,_addID:()=>o5,LabelEl:()=>np,error:()=>O,InlineDialog2:()=>oz,bind:()=>z,whenIType:()=>o$,$:()=>eU,FancyFileInput:()=>nc,clone:()=>oB,escapeHtml:()=>oY,layer:()=>oJ,DatePicker:()=>aX,ItemButtonEl:()=>iJ,format:()=>P,select:()=>o2,banner:()=>ta,tablessortable:()=>o3,NavigationEl:()=>rb,params:()=>o0,LayerManager:()=>oH,messages:()=>oZ,contextPath:()=>o8,version:()=>$});var l,c,u,h,p,f,g,m,v,b,y,w=n(195),_=n.n(w);let x=window.jQuery||window.Zepto||_(),C="I18n";function T(){"object"!=typeof window.AJS&&(window.AJS={})}function k(e,t){return T(),window.AJS[e]=t}var E=n(714),A=n.n(E);function S(e){let t;return{type:A().type.CLASSNAME,attached:function(i){!function(e,t){let i=!1;if(t(()=>{i=!0}),i)return;let n=new MutationObserver(e=>{(function(e){for(let t of e)if("childList"===t.type)return!0;return!1})(e)&&t(()=>n.disconnect())});n.observe(e,{childList:!0})}(i,n=>{t=n;let s=_()(`input[type=${e}]`,i);s.each(function(e,t){_()('<span class="aui-form-glyph"></span>').insertAfter(t)}),s.length>0&&t()})},detached:function(e){_()(".aui-form-glyph",e).remove(),t&&t()}}}function D(e,t){var i=x(e);return void 0===t&&(t=!0),i.each(function(){this.disabled=!t})}function I(e){return function(){"u">typeof console&&console[e]&&Function.prototype.apply.call(console[e],console,arguments)}}A()("checkbox",S("checkbox")),A()("radio",S("radio")),k("enable",D),k("inlineHelp",function(){x(document).on("click",".icon-inline-help",function(){var e=x(this).siblings(".field-help");e.hasClass("hidden")?e.removeClass("hidden"):e.addClass("hidden")})});var M=I("log"),N=I("warn"),O=I("error");function L(e){var t=/'(?!')/g,i=/^\d+$/,n=/^(\d+),number$/,s=/^(\d+),choice,(.+)/,r=/^(\d+)([#<])(.+)/,a=function(t,a){var o,l="";if(o=t.match(i))l=a.length>++t?a[t]:"";else if(o=t.match(n))l=a.length>++o[1]?a[o[1]]:"";else if(o=t.match(s)){var c=a.length>++o[1]?a[o[1]]:null;if(null!==c){for(var u=o[2].split("|"),h=!1,p=null,f=0;f<u.length;f++){var g=u[f].match(r);if(null==g){h=!0;continue}var m=parseInt(g[1],10);if(c<m)if(p){l=p;break}else{l=g[3];break}if(c==m&&"#"==g[2]){l=g[3];break}f==u.length-1&&(l=g[3]),p=g[3]}h&&O('The format "'+t+'" from message "'+e+'" is invalid.');var v=[l].concat(Array.prototype.slice.call(a,1));l=L.apply(null,v)}}return l},o=function(e){for(var t=!1,i=-1,n=0,s=0;s<e.length;s++){var r=e.charAt(s);if("'"==r&&(t=!t),!t){if("{"===r)0===n&&(i=s),n++;else if("}"===r&&n>0&&0==--n){var a=[];return a.push(e.substring(0,s+1)),a.push(e.substring(0,i)),a.push(e.substring(i+1,s)),a}}}return null};return(function(e){var i=arguments,n="";if(!e)return n;for(var s=o(e);s;)e=e.substring(s[0].length),n+=s[1].replace(t,""),n+=a(s[2],i),s=o(e);return n+e.replace(t,"")}).apply(null,arguments)}k("error",O),k("log",M),k("warn",N),k("format",L);let P=L;var R="10.1.7";k("version",R);let $=R,j=x(window);function z(e,t,i){try{if("function"==typeof i)return j.on(e,!1,t,i);return j.on(e,!1,t)}catch(e){M("error while binding: ",e.message)}}function H(e,t){try{return j.off(e,t)}catch(e){M("error while unbinding: ",e.message)}}function F(e,t){try{return j.trigger(e,t)}catch(e){M("error while triggering: "+e.message)}}k("bind",z),k("trigger",F),k("unbind",H);let B={"<":"&lt;",">":"&gt;","&":"&amp;",'"':"&quot;","'":"&#39;","`":"&#96;"},U=RegExp(`[${Object.keys(B).join("")}]`,"g");function W(e){return e.replace(U,e=>B[e])}k("escapeHtml",W);let V=Object.prototype.hasOwnProperty,Y=[];function q(...e){"u">typeof console&&console.warn&&Function.prototype.apply.call(console.warn,console,e)}let K=(e,t)=>Q(e,t);function Q(e,t){if("function"==typeof e)return e;let i=!1;return t=t??{},function(n){var s,r;let a,o,l=(s=n??1,o=(a=Error()).stack??a.stacktrace,(o=o?.replace(/^Error\n/,"")??"").split("\n")[s+2]??"");if(!i||!Y.includes(l)){Y.push(l),i=!0;let n="DEPRECATED "+(t.deprecationType??"")+"- "+((r=e)?(r=""+r).charAt(0).toUpperCase()+r.substring(1):"")+" has been deprecated"+(t.sinceVersion?" since "+t.sinceVersion:"")+" and will be removed in "+(t.removeInVersion??"a future release")+".";t.alternativeName&&(n+=" Use "+t.alternativeName+" instead. "),t.extraInfo&&(n+=" "+t.extraInfo),l=""===l?" \n No stack trace of the deprecated usage is available in your current browser.":" \n "+l,t.extraObject?q(n+="\n",t.extraObject,l):q(n,l)}}}function G(e,t){let i=e.options?.displayName;i=i?" ("+i+")":"";let n=Object.assign({deprecationType:"CSS",extraObject:t},e.options);Q("'"+e.selector+"' pattern"+i,n)()}function J(e,t,i){(i=i??{}).deprecationType=i.deprecationType??"JS";let n=Q(t||e.name||"this function",i);return function(...t){return n(),e.apply(this,t)}}function Z(e,t,i){(i=i??{}).deprecationType=i.deprecationType??"JS";let n=J(e,t,i);return n.prototype=e.prototype,Object.assign(n,e),n}function X(e,t,i){if("function"==typeof e[t]){(i=i??{}).deprecationType=i.deprecationType??"JS";let n=i.displayName??t;e[t]=J(e[t],n,i)}else{var n;let s,r;n=i,s=e[t],(n=n??{}).deprecationType=n.deprecationType??"JS",r=Q(n.displayName??t,n),Object.defineProperty(e,t,{get:function(){return r(),s},set:function(e){return s=e,r(),e}})}}let ee=[];function et(e){e=e.jquery?e[0]:e,window.getComputedStyle(e,null).getPropertyValue("left")}function ei(e,t){g||(g=document.body),!0===e&&es();let i=!!ei.$dim&&!ei.$dim[0].hasAttribute("hidden");return ei.$dim&&(ei.$dim.remove(),ei.$dim=null),ei.$dim=x('<div aria-hidden="true"></div>').addClass("aui-blanket"),ei.$dim.appendTo(document.body),i||(et(ei.$dim),ei.cachedOverflow={overflow:g.style.overflow,overflowX:g.style.overflowX,overflowY:g.style.overflowY},g.style.overflowX="hidden",g.style.overflowY="hidden",g.style.overflow="hidden"),ei.$dim.prop("hidden",!1),t&&ei.$dim.css({zIndex:t}),ei.$dim}function en(){ei.$dim&&(ei.$dim[0].setAttribute("hidden",""),g&&(g.style.overflow=ei.cachedOverflow.overflow,g.style.overflowX=ei.cachedOverflow.overflowX,g.style.overflowY=ei.cachedOverflow.overflowY))}k("deprecate",{fn:J,construct:Z,css:function(e,t){"string"==typeof e&&(e=[e]),e.forEach(function(e){var i;let n={selector:e,options:t};for(let t of document.querySelectorAll(e))G(n,t);i=n,ee.push(i),void 0===a&&(a=new MutationObserver(function(e){e.forEach(function(e){for(let t of e.addedNodes)1===t.nodeType&&ee.forEach(function(e){return function(t){var i;i=t.selector,e instanceof Element&&e.matches(i)&&G(t,e)}}(t))})})).observe(document,{childList:!0,subtree:!0})})},prop:X,obj:function(e,t,i){for(let n in i=i??{},e)V.call(e,n)&&(i.deprecationType=i.deprecationType??"JS",i.displayName=t+n,i.alternativeName=i.alternativeNamePrefix&&i.alternativeNamePrefix+n,X(e,n,Object.assign({},i)))},getMessageLogger:K});let es=K("useShim",{extraInfo:"useShim has no alternative as it is now calculated by dim()."});k("dim",ei),k("undim",en);var er={ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,LEFT_SQUARE_BRACKET:91,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91};function ea(e,t){return window.define&&(0,window.define)(e,[],function(){return t}),t}k("keyCode",er);let eo=A().noConflict(),el=function(e){return{set:function(t,i){void 0===e._state&&(e._state={}),e._state[t]=i},get:function(t){if(e._state)return e._state[t]}}};function ec(e){return el(e).get("last-trigger")||ep(e)[0]}function eu(e,t){var i=t&&t.nodeType&&1===t.nodeType;return el(e).set("last-trigger",!!i&&t)}function ed(e,t){var i=ec(e);i&&t(i)}function eh(e,t){return Array.prototype.forEach.call(ep(e),t)}function ep(e){let t=window.frames,i=`[aria-controls="${e.id}"]`,n=[],s=!1;for(let e=0;e<t.length;e++)try{let s=t[e].document.querySelectorAll(i);n=n.concat(Array.prototype.slice.apply(s))}catch(e){s=!0}let r=document.querySelectorAll(i),a=Array.prototype.slice.apply(r).concat(n);return 0===a.length&&!0===s&&N(`No triggers found for element (${e.id}) in iframes from the same origin. However some iframes in this document are cross-origin. The trigger-element relations crossing the origin boundary are not supported.`),a}function ef(e){return document.getElementById(e.getAttribute("aria-controls"))}function eg(e){return"true"!==e.getAttribute("aria-disabled")}function em(e,t){if(eg(e)){var i=ef(e);i&&i.message&&i.message(t)}}let ev={click(e,t){var i;(i=x(t.target).closest("a[href]",e)).length&&i[0]!==e||(em(e,t),t.preventDefault())},keydown(e,t){let i=t.data;(i===er.ENTER||i===er.SPACE)&&(t.preventDefault(),t.type="click",ev.click(e,t))},mouseenter(e,t){em(e,t)},mouseleave(e,t){em(e,t)},focus(e,t){em(e,t)},blur(e,t){let i;(i=t.relatedTarget)||(i=document.activeElement),x(ef(e)).find(i).length>0||em(e,t)}};function eb(e){return"visible"===x.css(e,"visibility")&&x(e).is(":visible")}function ey(e,t){var i=e.nodeName.toLowerCase();if("aui-select"===i)return!0;if("area"===i){var n=e.parentNode,s=n.name,r=x("img[usemap=#"+s+"]").get();return!!e.href&&!!s&&"map"===n.nodeName.toLowerCase()&&r&&eb(r)}var a=/input|select|textarea|button|object|iframe/.test(i),o="a"===i,l=e.href||t;return(a?!e.disabled:o?l:t)&&eb(e)}Object.keys(ev).forEach(function(e){let t=ev[e];x(document).on(`${e}.aui-trigger`,"[data-aui-trigger]",function(i){t(i.currentTarget,function(e,t){let{target:i,currentTarget:n,relatedTarget:s}=e,{keyCode:r,which:a}=e;return{type:t,data:"keydown"===t?a||r:void 0,target:i,currentTarget:n,relatedTarget:s,preventDefault:()=>e.preventDefault()}}(i,e))})}),eo("data-aui-trigger",{type:eo.type.ATTRIBUTE,prototype:{disable:function(){this.setAttribute("aria-disabled","true")},enable:function(){this.setAttribute("aria-disabled","false")},isEnabled:function(){return eg(this)}}}),ea("aui/trigger"),x.extend(x.expr.pseudos,{"aui-focusable":e=>ey(e,!isNaN(x.attr(e,"tabindex"))),"aui-tabbable":function(e){var t=x.attr(e,"tabindex"),i=isNaN(t);return(i||t>=0)&&ey(e,!i)}});var ew="_aui-focus-restore";function e_(e){return e.is(".aui-dialog2")||e.is('[aui-focus-trap="true"]')}function ex(){this._focusTrapStack=[],this._handler}function eC(e,t){if(0===e.length||t.keyCode!==er.TAB)return;let i=t.shiftKey?-1:1,n=t.target,s=e[e.length-1],r=s.find(":aui-tabbable");if(!r.length&&e_(s)&&(s.trigger("focus"),t.preventDefault()),!r.length)return;let a=r.index(n),o=-1;if(a>-1)o=a;else{let e;if((e=x(n).closest(".aui-layer")).length||(e=s.find("[aria-controls]").map(function(){return document.getElementById(this.getAttribute("aria-controls"))}).has(n)),e.length){let t=e.find(":aui-tabbable"),s=t.index(n)+i;if(!(s<0)&&!(s>=t.length))return;{let t=ec(e.get(0));o=r.index(t)}}}o=o>-1?function(e,t,i,n){function s(e){return(e+i)%n.length}let r=s(t);if("radio"===e.type&&e.name)for(;n.eq(r).attr("name")===e.name&&r!==t;)r=s(r);if(r!==t&&"radio"===n.eq(r).attr("type")){let e,t=n.eq(r).attr("name"),s=n.filter(function(){return"radio"===this.type&&this.name===t}),a=s.filter(":checked");e=a.length>0?a.first():i>0?s.first():s.last(),r=n.index(e)}return r}(n,o,i,r):0,"IFRAME"!==r.get(o).nodeName&&(r.eq(o).trigger("focus"),t.preventDefault())}function eT(){return e||(e=new ex),e}function ek(e,t){var i="_aui-widget-"+e;return function(e,n){x.isPlainObject(e)?r=e:(s=e,r=n);var s,r,a,o=s&&x(s);return o&&o.data(i)?a=o.data(i):(o=(a=new t(o,r||{})).$el).data(i,a),a}}ex.defaultFocusSelector=":aui-tabbable",ex.prototype.enter=function(e,t){if(!function(e,t=document.activeElement){e.data(ew,t)}(e,t),"false"!==e.attr("data-aui-focus")){var i=e.attr("data-aui-focus-selector")||ex.defaultFocusSelector;(e.is(i)?e:e.find(i)).first().trigger("focus")}e_(e)&&(this._focusTrapStack.push(e),this._handler||(this._handler=eC.bind(void 0,this._focusTrapStack),x(document).on("keydown.aui-focus-manager",this._handler)))},ex.prototype.exit=function(e){e_(e)&&(this._focusTrapStack.splice(this._focusTrapStack.indexOf(e),1),this._focusTrapStack.length||(x(document).off(".aui-focus-manager",this._handler),delete this._handler));var t=document.activeElement;if(e[0]===t||e.has(t).length){t.blur();var i=x(e.data(ew));i.length&&(e.removeData(ew),i.trigger("focus"))}},eT.global=eT(),k("FocusManager",eT);let eE="_aui-internal-layer-",eA="_aui-internal-layer-global-";var eS=x(document);function eD(e,t,i){var n=x.Event(eE+t),s=x.Event(eA+t),r=new CustomEvent("aui-layer-"+i,{bubbles:!0,cancelable:!0}),a=new CustomEvent("aui-"+i,{bubbles:!0,cancelable:!0});return e.trigger(n),e.trigger(s,[e]),e[0].dispatchEvent(r),e[0].dispatchEvent(a),!n.isDefaultPrevented()&&!s.isDefaultPrevented()&&!r.defaultPrevented&&!a.defaultPrevented}function eI(e){this.$el=x(e||'<div class="aui-layer"></div>'),this.el=this.$el[0],this.$el.addClass("aui-layer")}function eM(e,t){return e.getAttribute(t)||e.getAttribute("data-aui-"+t)}eI.prototype={below:function(){return ej.global.item(ej.global.indexOf(this.$el)-1)},above:function(){return ej.global.item(ej.global.indexOf(this.$el)+1)},changeSize:function(e,t){return this.$el.css("width",e),this.$el.css("height","content"===t?"":t),this},on:function(e,t){return this.$el.on(eE+e,t),this},off:function(e,t){return this.$el.off(eE+e,t),this},show:function(){return this.isVisible()||ej.global.indexOf(this.$el)>-1||!eD(this.$el,"beforeShow","show")||("none"===this.$el.css("display")&&this.$el.css("display",""),ej.global.push(this.$el)),this},hide:function(){if(!this.isVisible())return this;let e=this;return function(e,t,i,n){var s;(s=window.getComputedStyle(e).transitionProperty)&&s.indexOf(t)>-1?e.addEventListener("transitionend",function s(r){t===r.propertyName&&(i.call(e),n&&e.removeEventListener("transitionend",s))}):i.call(e)}(this.$el.get(0),"opacity",function(){e.isVisible()||(this.style.display="none")},!0),ej.global.popUntil(this.$el,!0),this},isVisible:function(){return!0===this.$el.data("_aui-layer-shown")},remove:function(){this.hide(),this.$el.remove(),this.$el=null,this.el=null},isBlanketed:function(){return"true"===this.el.dataset.auiBlanketed},isPersistent:function(){var e=eM(this.el,"modal"),t=this.el.hasAttribute("persistent");return"true"===e||t},getDOMContainer:function(){let e=eM(this.el,"dom-container");return e&&(e=document.querySelector(e)||document.body),e},_hideLayer:function(e){return(!e||!!eD(this.$el,"beforeHide","hide"))&&((this.isPersistent()||this.isBlanketed())&&eT.global.exit(this.$el),this.el.removeAttribute("open"),this.$el.removeData("_aui-layer-shown"),this.$el.css("z-index",this.$el.data("_aui-layer-cached-z-index")||""),this.$el.data("_aui-layer-cached-z-index",""),this.$el.trigger(eE+"hide"),this.$el.trigger(eA+"hide",[this.$el]),!0)},_showLayer:function(e){let t=this.getDOMContainer();if(this.isBlanketed()||t){let e=t||"body";this.$el.parent().is(e)||this.$el.appendTo(e)}this.$el.data("_aui-layer-shown",!0),this.$el.data("_aui-layer-cached-z-index",this.$el.css("z-index")),this.$el.css("z-index",e),this.el.removeAttribute("hidden"),this.el.setAttribute("open",""),this.isBlanketed()&&eT.global.enter(this.$el),this.$el.trigger(eE+"show"),this.$el.trigger(eA+"show",[this.$el])}};var eN=ek("layer",eI);function eO(e,t){for(var i=e.length;i--;)if(t(e[i]))return i;return -1}function eL(e,t){return eO(e,function(e){return e[0]===t[0]})}function eP(e){return eO(e,function(e){return eN(e).isBlanketed()})}function eR(e,t){var i=eP(e);t!==i&&(i>-1?ei(!1,e[i].css("z-index")-20):en())}function e$(e,t,i,n=!0){if(t<0)return[!1,null];for(var s,r=e.length-1;r>=t;r--){var a=eN(s=e[r]);if(i||!a.isPersistent()){if(!a._hideLayer(n))return[!1,s];e.splice(r,1)}}return[!0,s]}function ej(){this._stack=[]}function ez(e){if(!e.length)return!1;var t=document.getElementById(e.attr("aria-controls"));return ej.global.indexOf(t)>-1}eN.on=function(e,t,i){return eS.on(eA+e,t,i),this},eN.off=function(e,t,i){return eS.off(eA+e,t,i),this},ej.prototype={push:function(e){var t=e instanceof x?e:x(e);if(eL(this._stack,t)>=0)throw Error("The given element is already an active layer.");this.popLayersBeside(t);var i=eN(t),n=function(e){var t;if(e.length){var i=parseInt(e[e.length-1].css("z-index"),10);t=(isNaN(i)?0:i)+100}else t=0;return Math.max(3e3,t)}(this._stack);return i._showLayer(n),i.isBlanketed()&&ei(!1,n-20),this._stack.push(t),this},popLayersBeside:function(e){let t=x(e).get(0);if(!ec(t)){var i=eP(this._stack);e$(this._stack,++i,!1);return}let n=function(e){var t=ec(e);if(t)return x(t).closest(".aui-layer").get(0)}(t);if(n){let e=this.indexOf(n);e$(this._stack,++e,!1)}else e$(this._stack,0,!1)},indexOf:function(e){return eL(this._stack,x(e))},item:function(e){return this._stack[e]},hideAll:function(){return this._stack.slice().reverse().forEach(function(e){let t=eN(e);t.isBlanketed()||t.isPersistent()||t.hide()}),this},getNextLowerNonPersistentOrBlanketedLayer:function(e){var t,i=e instanceof x?e:x(e),n=eL(this._stack,i);if(n<0)return null;for(n--;n>=0;){var s=eN(t=this._stack[n]);if(!s.isPersistent()||s.isBlanketed())return t;n--}return null},getNextHigherNonPeristentAndNonBlanketedLayer:function(e){var t,i=e instanceof x?e:x(e),n=eL(this._stack,i);if(n<0)return null;for(n++;n<this._stack.length;){var s=eN(t=this._stack[n]);if(!(s.isPersistent()||s.isBlanketed()))return t;n++}return null},getTopLayer:function(){return this._stack[this._stack.length-1]||null},getTopOpenLayer:function(){return this._stack.slice().reverse().find(e=>void 0!==e.attr("open"))||null},popUntil:function(e,t=!1){var i=e instanceof x?e:x(e),n=eL(this._stack,i);if(-1===n)return null;let s=eP(this._stack),r=eN(i),[a,o]=e$(this._stack,n+1,r.isBlanketed(),t);return a&&r._hideLayer(t)?(this._stack.splice(n,1),eR(this._stack,s),i):o},popTopIfNonPersistent:function(e=!1){var t=this.getTopLayer(),i=eN(t);return!t||i.isPersistent()?null:this.popUntil(t,e)},popUntilTopBlanketed:function(e=!1){var t=eP(this._stack);if(t<0)return null;var i=this._stack[t];if(eN(i).isPersistent()){var n=this.getNextHigherNonPeristentAndNonBlanketedLayer(i);if(n){var s=eL(this._stack,n);return e$(this._stack,s,!0,e),n}return null}return e$(this._stack,t,!0),eR(this._stack,t),i},popUntilTopPersistent:function(e=!1){var t,i=ej.global.getTopLayer();if(i){var n=eP(this._stack),s=eN(i);if(s.isPersistent())if(s.isBlanketed())return;else{if(s=eN(i=ej.global.getNextLowerNonPersistentOrBlanketedLayer(i)),!i||s.isPersistent())return;t=eL(this._stack,i),e$(this._stack,t,!0,e),eR(this._stack,n)}else t=eL(this._stack,i),e$(this._stack,t,!0,e),eR(this._stack,n)}}},eS.on("keydown",function(e){e.keyCode===er.ESCAPE&&(ej.global.popUntilTopPersistent(!0),e.preventDefault())}),eS.on("click",".aui-blanket",function(e){ej.global.popUntilTopBlanketed(!0)&&e.preventDefault()}),eS.on("click",function(e){var t=x(e.target);if(!t.closest(".aui-blanket").length){var i=t.closest("[aria-controls]"),n=t.closest(".aui-layer");if(!n.length&&!ez(i)){let t=x.Event("aui-close-layers-on-outer-click");return(eS.trigger(t),t.isDefaultPrevented())?void e.preventDefault():void ej.global.hideAll()}if(!ez(i)&&n.length){var s=ej.global.getNextHigherNonPeristentAndNonBlanketedLayer(n);s&&eN(s).hide()}}}),ej.global=new ej,eN.Manager=ej,k("layer",eN),k("LayerManager",eN.Manager),eN.Manager;let eH={sinceVersion:"9.0.0",removeInVersion:"11.0.0"},eF=k("params",new Proxy({},{get:function(e,t){return K("AJS.params",eH)(),e[t]}})),eB=J(function(e){e||(e=eF),x(".parameters input").each(function(){var t=this.value,i=this.title||this.id;x(this).hasClass("list")?e[i]?e[i].push(t):e[i]=[t]:e[i]=t.match(/^(tru|fals)e$/i)?"true"===t.toLowerCase():t})},"populateParameters",{sinceVersion:"9.0.0",removeInVersion:"11.0.0"});k("populateParameters",eB),x(function(){var e=x("body");e.data("auiVersion")||e.attr("data-aui-version",$),eB()}),k("$",x);let eU=x;function eW(e){return x.when(x.ready).then(function(){setTimeout(function(){try{e.call(this,x)}catch(t){O("Failed to run init function: "+t.message,e,t,t.stack)}},1)}),this}k("toInit",eW);let eV=eW;n(793);let eY=function(e){T(),"object"!=typeof window.AJS[C]&&(window.AJS[C]={});let t=window.AJS[C];for(let i in e)void 0===t[i]&&(t[i]=e[i]);return t}({keys:{"aui.landmarks.site":"Site","aui.landmarks.sidebar":"Sidebar","aui.landmarks.page":"Page","aui.landmarks.main":"Main","aui.header.home.link":"Go to home page","aui.dropdown.async.error":"Error loading dropdown","aui.dropdown.async.loading":"Loading dropdown","aui.words.expand":"Expand","aui.words.collapse":"Collapse","aui.words.add":"Add","aui.words.update":"Update","aui.words.delete":"Delete","aui.words.remove":"Remove","aui.words.cancel":"Cancel","aui.words.loading":"Loading","aui.words.close":"Close","aui.enter.value":"Enter value","aui.words.more":"More","aui.words.moreitem":"More…","aui.keyboard.shortcut.type.x":"Type ''{0}''","aui.keyboard.shortcut.then.x":"then ''{0}''","aui.keyboard.shortcut.or.x":"OR ''{0}''","aui.sidebar.expand.tooltip":"Expand sidebar ( [ )","aui.sidebar.collapse.tooltip":"Collapse sidebar ( [ )","aui.validation.message.maxlength":"Must be fewer than or equal to {0} characters","aui.validation.message.minlength":"Must be greater than or equal to {0} characters","aui.validation.message.exactlength":"Must be exactly {0} characters","aui.validation.message.matchingfield":"{0} and {1} do not match.","aui.validation.message.matchingfield-novalue":"These fields do not match.","aui.validation.message.doesnotcontain":"Do not include the phrase {0} in this field","aui.validation.message.pattern":"This field does not match the required format","aui.validation.message.required":"This is a required field","aui.validation.message.validnumber":"Please enter a valid number","aui.validation.message.min":"Enter a value greater than or equal to {0}","aui.validation.message.max":"Enter a value less than or equal to {0}","aui.validation.message.dateformat":"Enter a valid date","aui.validation.message.minchecked":"Tick at least {0,choice,0#0 checkboxes|1#1 checkbox|1<{0,number} checkboxes}.","aui.validation.message.maxchecked":"Tick at most {0,choice,0#0 checkboxes|1#1 checkbox|1<{0,number} checkboxes}.","aui.select.no.suggestions":"No suggestions","aui.select.number.suggestions":"Found {0,choice,0#0 options|1#1 option|1<{0,number} options}.","aui.select.new.suggestions":"New suggestions added. Please use the up and down arrows to select.","aui.select.new.value":"new value","aui.toggle.on":"On","aui.toggle.off":"Off","aui.messagecomponent.error.label":"Error","aui.messagecomponent.warning.label":"Warning","aui.messagecomponent.info.label":"Information","aui.messagecomponent.confirmation.label":"Confirmation","aui.messagecomponent.change.label":"Change","ajs.datepicker.localisations.day-names.sunday":"Sunday","ajs.datepicker.localisations.day-names.monday":"Monday","ajs.datepicker.localisations.day-names.tuesday":"Tuesday","ajs.datepicker.localisations.day-names.wednesday":"Wednesday","ajs.datepicker.localisations.day-names.thursday":"Thursday","ajs.datepicker.localisations.day-names.friday":"Friday","ajs.datepicker.localisations.day-names.saturday":"Saturday","ajs.datepicker.localisations.day-names-min.sunday":"Sun","ajs.datepicker.localisations.day-names-min.monday":"Mon","ajs.datepicker.localisations.day-names-min.tuesday":"Tue","ajs.datepicker.localisations.day-names-min.wednesday":"Wed","ajs.datepicker.localisations.day-names-min.thursday":"Thu","ajs.datepicker.localisations.day-names-min.friday":"Fri","ajs.datepicker.localisations.day-names-min.saturday":"Sat","ajs.datepicker.localisations.first-day":0,"ajs.datepicker.localisations.is-RTL":!1,"ajs.datepicker.localisations.month-names.january":"January","ajs.datepicker.localisations.month-names.february":"February","ajs.datepicker.localisations.month-names.march":"March","ajs.datepicker.localisations.month-names.april":"April","ajs.datepicker.localisations.month-names.may":"May","ajs.datepicker.localisations.month-names.june":"June","ajs.datepicker.localisations.month-names.july":"July","ajs.datepicker.localisations.month-names.august":"August","ajs.datepicker.localisations.month-names.september":"September","ajs.datepicker.localisations.month-names.october":"October","ajs.datepicker.localisations.month-names.november":"November","ajs.datepicker.localisations.month-names.december":"December","ajs.datepicker.localisations.show-month-after-year":!1,"ajs.datepicker.localisations.year-suffix":"","aui.flag.default-aria-label.info":"New information message","aui.flag.default-aria-label.success":"New confirmation message","aui.flag.default-aria-label.warning":"New warning message","aui.flag.default-aria-label.error":"New error message"},getText:function(e,...t){return Object.prototype.hasOwnProperty.call(this.keys,e)?P.apply(null,[this.keys[e]].concat(t)):e}}),eq="bottom-end",eK=["top-start","top-end","bottom-start","bottom-end"],eQ=eo("aui-avatar-badged",{attributes:{placement:{value:eq,fallback(e,{newValue:t,oldValue:i}){let n;n=eK.includes(t)?t:eq,i&&e.classList.remove(`aui-avatar-badged-${i}`),e.classList.add(`aui-avatar-badged-${n}`)}}},created:function(e){e.classList.add("aui-avatar-badged")}});var eG=n(2),eJ=n.n(eG);let eZ=new Map([["project","data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHJvbGU9ImltZyIgYXJpYS1sYWJlbD0ieHhsYXJnZSI+CiAgICA8Zz4KICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCIgZmlsbD0iIzg5OTNhNCIgLz4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOS4wMDAwMDAsIDMyLjAwMDAwMCkiPgogICAgICAgICAgICA8cGF0aCBmaWxsPSIjZmZmIgogICAgICAgICAgICAgICAgZD0iTTE4LjI1LDMyLjUgTDU0LjU4MzMzMzMsMzIuNSBMNTQuNTgzMzMzMywyMy40MTY2NjY3IEwxOC4yNSwyMy40MTY2NjY3IEwxOC4yNSwzMi41IFogTTkuMTY2NjY2NjcsMTguODMzMTE2NiBDOS4xNjY2NjY2NywxNi4zNDc5NTQ5IDExLjIzNjU4MSwxNC4zMzMzMzMzIDEzLjcxOTU2NjIsMTQuMzMzMzMzMyBMNTkuMTEzNzY3MSwxNC4zMzMzMzMzIEM2MS42MjgyNjQxLDE0LjMzMzMzMzMgNjMuNjY2NjY2NywxNi4zODE1MTIzIDYzLjY2NjY2NjcsMTguODMzMTE2NiBMNjMuNjY2NjY2Nyw0MS41ODMzMzMzIEw5LjE2NjY2NjY3LDQxLjU4MzMzMzMgTDkuMTY2NjY2NjcsMTguODMzMTE2NiBaIiAvPgogICAgICAgICAgICA8cGF0aCBmaWxsPSIjZmZmIgogICAgICAgICAgICAgICAgZD0iTTE4LjI1LDkuODEzODM2ODIgQzE4LjI1LDQuNzg1MDA2MSAyMi4zMjk2MDAzLDAuNzA4MzMzMzMzIDI3LjMyMzg1NTQsMC43MDgzMzMzMzMgTDM2LjQyNjE0NDYsMC43MDgzMzMzMzMgQzQxLjQzNzQ5NjUsMC43MDgzMzMzMzMgNDUuNSw0Ljc2ODEyODI1IDQ1LjUsOS44MTM4MzY4MiBMNDUuNSwyMy40MTY2NjY3IEwxOC4yNSwyMy40MTY2NjY3IEwxOC4yNSw5LjgxMzgzNjgyIFogTTM2LjQxNjY2NjcsOS44MTM4MzY4MiBDMzYuNDE2NjY2Nyw5Ljc5ODAzMzE1IDM2LjQxODQ3NDgsOS43OTMwMzc4NCAzNi40MjA3NTE1LDkuNzkxNjY2NjcgTDI3LjMyMzg1NTQsOS43OTE2NjY2NyBDMjcuMzQ0NzIyNCw5Ljc5MTY2NjY3IDI3LjMzMzMzMzMsOS44MDMwODA1OSAyNy4zMzMzMzMzLDkuODEzODM2ODIgTDI3LjMzMzMzMzMsMTQuMzMzMzMzMyBMMzYuNDE2NjY2NywxNC4zMzMzMzMzIEwzNi40MTY2NjY3LDkuODEzODM2ODIgWiIgLz4KICAgICAgICAgICAgPHBhdGggZmlsbD0iI2ZmZiIKICAgICAgICAgICAgICAgIGQ9Ik0xMS40Mzg2NTMyLDU1LjIwODMzMzMgTDc0Ljk5NTM1NjIsNTUuMjA4MzMzMyBMNzkuNTQ1MjI0Miw0MS41ODMzMzMzIEw5LjgwNDQ5NzUyLDQxLjU4MzMzMzMgTDExLjQzODY1MzIsNTUuMjA4MzMzMyBaIE0wLjEwNDg1NDcsMzYuOTg3NTQxIEMtMC4xOTIzOTk3NzUsMzQuNTA5MTQwNSAxLjU4NjU3MTcsMzIuNSA0LjA5NTAyODM5LDMyLjUgTDg3LjYyNjQ3MzUsMzIuNSBDOTAuMTI3NDQwMSwzMi41IDkxLjUyMjU2NTYsMzQuMzkzNTA2IDkwLjcyMzEwNDcsMzYuNzg3NTY1NiBMODIuOTcwMjg0Niw2MC4wMDQxMDEgQzgyLjE3OTU0MDIsNjIuMzcyMDU4MiA3OS41Mjc5NDQ1LDY0LjI5MTY2NjcgNzYuOTk4NTMzOCw2NC4yOTE2NjY3IEw3LjkxOTYzOTI0LDY0LjI5MTY2NjcgQzUuNDEyMjc2NzMsNjQuMjkxNjY2NyAzLjE0MTEzNTcxLDYyLjMwMjk1NTUgMi44NDE0MzA5Nyw1OS44MDQxMjU3IEwwLjEwNDg1NDcsMzYuOTg3NTQxIFoiIC8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K"],["user","data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHJvbGU9ImltZyIgYXJpYS1sYWJlbD0ieHhsYXJnZSI+CiAgICA8Zz4KICAgICAgICA8Y2lyY2xlIGN4PSI2NCIgY3k9IjY0IiByPSI2NCIgZmlsbD0iIzg5OTNhNCIgLz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZmlsbD0iI2ZmZiIKICAgICAgICAgICAgICAgIGQ9Ik0xMDMsMTAyLjEzODggQzkzLjA5NCwxMTEuOTIgNzkuMzUwNCwxMTggNjQuMTYzOCwxMTggQzQ4LjgwNTYsMTE4IDM0LjkyOTQsMTExLjc2OCAyNSwxMDEuNzg5MiBMMjUsOTUuMiBDMjUsODYuODA5NiAzMS45ODEsODAgNDAuNiw4MCBMODcuNCw4MCBDOTYuMDE5LDgwIDEwMyw4Ni44MDk2IDEwMyw5NS4yIEwxMDMsMTAyLjEzODggWiIgLz4KICAgICAgICAgICAgPHBhdGggZmlsbD0iI2ZmZiIKICAgICAgICAgICAgICAgIGQ9Ik02My45OTYxNjQ3LDI0IEM1MS4yOTM4MTM2LDI0IDQxLDM0LjI5MzgxMzYgNDEsNDYuOTk2MTY0NyBDNDEsNTkuNzA2MTg2NCA1MS4yOTM4MTM2LDcwIDYzLjk5NjE2NDcsNzAgQzc2LjY5ODUxNTksNzAgODcsNTkuNzA2MTg2NCA4Nyw0Ni45OTYxNjQ3IEM4NywzNC4yOTM4MTM2IDc2LjY5ODUxNTksMjQgNjMuOTk2MTY0NywyNCIgLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo="]]),eX=(e,t,i)=>{let n=e.querySelector(".aui-avatar");n.classList.remove(`aui-avatar-${i}`),n.classList.add(`aui-avatar-${t}`)},e0=e=>{if(e.hasAttribute("src"))e2(e,e.getAttribute("src"));else{let t="project"===e.getAttribute("type")?"project":"user";e2(e,eZ.get(t))}},e1=(e,t,i)=>e.querySelector("img").setAttribute(t,i),e2=(e,t)=>e1(e,"src",t),e3=eo("aui-avatar",{template:eJ()(`
2
2
  <span class='aui-avatar'>
3
3
  <span class='aui-avatar-inner'>
4
4
  <img />
@@ -29,12 +29,12 @@ See https://css-tricks.com/centering-css-complete-guide/ for techniques.`,td=K("
29
29
  ${W(e.content)}
30
30
  </${n}>`}).join("");function i(t){return e[t]?`${t}="${e[t]}"`:""}return`<aui-section ${i("label")} ${i("aria-label")}>
31
31
  ${t}
32
- </aui-section>`}).join("\n"),eo.init(e)):iR(e)}).fail(function(){iR(e)}).always(function(){ed(e,function(e){e.setAttribute("aria-busy","false")})}))}function ij(e,t){return x(e).find('> ul > li, > .aui-dropdown2-section > ul > li, > .aui-dropdown2-section > div[role="group"] > ul > li, > div > .aui-dropdown2-section > div[role="group"] > ul > li, aui-item-link, aui-item-checkbox, aui-item-radio').filter(t).children('a, button, [role="checkbox"], [role="menuitemcheckbox"], [role="radio"], [role="menuitemradio"]')}function iz(e){return ij(e,(e,t)=>!iM(t))}function iH(e){e._auiAlignment&&(e._auiAlignment.destroy(),delete e._auiAlignment)}x(document).on("mousedown",".aui-dropdown2-trigger",function(){this.hasAttribute("resolved")||(eo.init(this),K("Dropdown2 lazy initialisation",{removeInVersion:"11.0.0",alternativeName:"initialisation on DOM insertion",sinceVersion:"5.8.0",extraInfo:"Dropdown2 triggers should have all necessary attributes on DOM insertion",deprecationType:"JS"})())}),x(document).on("mouseenter",".aui-dropdown2-trigger-group a, .aui-dropdown2-trigger-group button",function(e){let t=x(e.currentTarget);if(t.is(".aui-dropdown2-active")||t.closest(".aui-dropdown2").length)return;let i=t.closest(".aui-dropdown2-trigger-group"),n=i.find(".aui-dropdown2-active");n.length&&t.is(".aui-dropdown2-trigger")&&(n.blur(),t.trigger("aui-button-invoke"),e.preventDefault());let s=i.find(":focus");s.length&&t.is(".aui-dropdown2-trigger")&&s.blur()});var iF=!1;function iB(e){e.classList.add("aui-dropdown2"),e.setAttribute("tabindex","-1"),e.hasAttribute("data-container")&&(e.setAttribute("data-aui-alignment-container",e.getAttribute("data-container")),e.removeAttribute("data-container")),eN(e),e.addEventListener("aui-layer-show",function(t){if(e===t.target){var i;i=x(e),["disabled","interactive","active","checked"].forEach(e=>{i.find(`.${e}`).addClass(`aui-dropdown2-${e}`)}),ij(e,()=>!0).each((e,t)=>{t.setAttribute("tabindex","-1"),(t.classList.contains("aui-dropdown2-disabled")||iM(t.parentElement))&&t.setAttribute("aria-disabled","true")}),x(e).trigger("aui-dropdown2-show"),ed(e,function(t){var i;iN(t,!0),i=t.getAttribute("data-dropdown2-hide-location"),e._returnTo=document.getElementById(i)||e.parentNode})}}),e.addEventListener("aui-layer-hide",function(t){e===t.target&&(x(e).trigger("aui-dropdown2-hide"),e._auiAlignment&&e._auiAlignment.destroy(),e._returnTo&&e.parentNode&&e.parentNode!==e._returnTo&&e._returnTo.appendChild(e),e.classList.remove("aui-dropdown2-in-header","aui-dropdown2-in-buttons"),ij(e,()=>!0).removeClass("active aui-dropdown2-active"),ed(e,function(e){var t;iN(e,!1),t=!0===iF,iF=!1,t&&e.focus()}),delete e.isSubmenu)});var t=x(e);function i(t){return x(t).closest(".aui-dropdown2, aui-dropdown-menu").get(0)===e}t.on("keydown",function(t){i(t.target)&&(t.keyCode===er.DOWN?(e.focusNext(),t.preventDefault()):t.keyCode===er.UP?(e.focusPrevious(),t.preventDefault()):t.keyCode===er.LEFT?e.isSubmenu&&(iF=!0,e.hide(),t.preventDefault()):t.keyCode===er.ESCAPE?iF=!0:t.keyCode===er.TAB&&(iF=!0,e.hideAll(!1)))});let n=function(t){let i=t.currentTarget;"true"===i.getAttribute("aria-disabled")?t.preventDefault():t.currentTarget.hasSubmenu&&t.currentTarget.hasSubmenu()||i.classList.contains("aui-dropdown2-interactive")||e.hideAll(!0)};t.on("click keydown",'a, button, [role="menuitem"], [role="menuitemcheckbox"], [role="checkbox"], [role="menuitemradio"], [role="radio"]',function(e){if(!i(e.target))return;let t=e.currentTarget,s=e.keyCode,r=s===er.ENTER,a=s===er.SPACE;!(r&&x(t).is("a[href], button"))&&("click"===e.type||r||a)&&n(e)}),t.on("mouseenter",'a, button, [role="menuitem"], [role="menuitemcheckbox"], [role="checkbox"], [role="menuitemradio"], [role="radio"]',function(t){if(!i(t.target))return;let n=x(eN(e).above()).get(0);for(;n&&n.isDropdown&&n!==e;){let e=n.getAttribute("id"),i=t.target.getAttribute("aria-controls"),s=eN(n).above();i!==e&&eN(n).hide(),n=x(s).get(0)}}),x(e).on("click keydown",".aui-dropdown2-checkbox",function(e){("click"===e.type||e.keyCode===er.ENTER||e.keyCode===er.SPACE)&&!e.isDefaultPrevented()&&(this.isInteractive()&&e.preventDefault(),this.isEnabled()&&(this.isChecked()?this.uncheck():this.check()))}),x(e).on("click keydown",".aui-dropdown2-radio",function(e){("click"===e.type||e.keyCode===er.ENTER||e.keyCode===er.SPACE)&&!e.isDefaultPrevented()&&(this.isInteractive()&&e.preventDefault(),this.isEnabled()&&!1===this.isChecked()&&(x(this).closest("ul,[role=group]").find(".aui-dropdown2-checked").not(this).each(function(){this.uncheck()}),this.check()))})}x(window).on("resize",(0,to.debounce)(function(){x(".aui-dropdown2").each(function(e,t){eo.init(t),t.isVisible()&&t.hide()})},1e3,!0));var iU={toggle:function(e){this.isVisible()?this.hide():this.show(e)},show:function(e){let t=this;return ed(t,e=>{iN(e,!1)}),e&&e.currentTarget&&e.currentTarget.classList.contains("aui-dropdown2-trigger")&&eu(t,e.currentTarget),eN(t).show(),ed(t,function(e){var i,n,s,r,a,o,l,c;iN(e,!0),i=e&&e.hasSubmenu&&e.hasSubmenu(),n="submenu auto"===t.getAttribute("data-aui-alignment"),!i&&n&&((o=(a=x(r=t)).data("previous-data-aui-alignment"))?r.setAttribute("data-aui-alignment",o):r.removeAttribute("data-aui-alignment"),a.removeData("previous-data-aui-alignment"),a.data("had-data-aui-alignment-static")||r.removeAttribute("data-aui-alignment-static"),a.removeData("had-data-aui-alignment-static")),s=t.hasAttribute("data-aui-alignment"),i&&!n?(c=x(l=t),l.hasAttribute("data-aui-alignment")&&c.data("previous-data-aui-alignment",l.getAttribute("data-aui-alignment")),c.data("had-data-aui-alignment-static",l.hasAttribute("data-aui-alignment-static")),t.setAttribute("data-aui-alignment","submenu auto"),t.setAttribute("data-aui-alignment-static",!0)):s||(t.setAttribute("data-aui-alignment","bottom auto"),t.setAttribute("data-aui-alignment-static",!0)),iH(t),t._auiAlignment=new iA(t,e,{flip:!1,positionFixed:!1,preventOverflow:!1,offset:e.hasSubmenu&&e.hasSubmenu()?[-3,0]:[0,3]}),t._auiAlignment.enable()}),setTimeout(()=>(function(e,t={}){if(t&&t.type&&-1===t.type.indexOf("mouse")){let i=t.type.indexOf("key")>-1;if(e.isSubmenu)e.focusItem(0);else if(i)if(t.keyCode===er.UP){let t=iz(e);t&&t.length&&e.focusItem(t.length-1)}else e.focusItem(0);else e.focus()}})(t,e),0),this},hide:function(){return eN(this).hide(),this},hideAll:function(e=!0){let t=function(e){let t=eN(e);for(;;){let e=t.below();if(!e||!e.get(0).isDropdown)break;t=eN(e)}return t}(this);return t.isVisible()&&(t.hide(),e&&ed(t.el,e=>{setTimeout(()=>{e.focus()},0),eu(t.el,null)})),this},focusNext:function(){var e,t=iz(this),i=document.activeElement;t.last()[0]!==i?(e=t.toArray().indexOf(i),this.focusItem(t.get(e+1))):this.focusItem(0)},focusPrevious:function(){var e,t=iz(this),i=document.activeElement;t.first()[0]!==i?(e=t.toArray().indexOf(i),this.focusItem(t.get(e-1))):this.focusItem(t.length-1)},focusItem:function(e){let t=iz(this);"number"==typeof e&&(e=t.get(e));let i=x(e);i.focus(),t.removeClass("active aui-dropdown2-active"),i.addClass("active aui-dropdown2-active")},isVisible:function(){return eN(this).isVisible()},isDropdown:!0},iW={created:function(e){var t=e.children[0];t.setAttribute("aria-disabled","true"),t.classList.add("disabled","aui-dropdown2-disabled")},removed:function(e){var t=e.children[0];t.setAttribute("aria-disabled","false"),t.classList.remove("disabled","aui-dropdown2-disabled")}},iV={created:function(e){e.children[0].classList.add("interactive","aui-dropdown2-interactive")},removed:function(e){e.children[0].classList.remove("interactive","aui-dropdown2-interactive")}},iY={created:function(e){var t=e.children[0];t.classList.add("checked","aui-dropdown2-checked"),t.setAttribute("aria-checked",!0),e.dispatchEvent(new CustomEvent("change",{bubbles:!0}))},removed:function(e){var t=e.children[0];t.classList.remove("checked","aui-dropdown2-checked"),t.setAttribute("aria-checked",!1),e.dispatchEvent(new CustomEvent("change",{bubbles:!0}))}},iq={created:function(e){iW.created(e)},removed:function(e){iW.removed(e)}},iK=function(e){return{fallback:function(t,i){t.children[0].setAttribute(e,i.newValue)},removed:function(t){t.children[0].removeAttribute(e)}}};let iQ=function(e=""){return e.split(" ").map(e=>e.trim()).filter(e=>e)},iG=eo("aui-item-link",{template:eJ()('<a role="menuitem" tabindex="-1"><content></content></a>'),attributes:{disabled:iW,interactive:iV,hidden:iq,href:iK("href"),"item-id":iK("id"),for:{created:function(e){var t=e.children[0];t.setAttribute("aria-controls",e.getAttribute("for")),x(t).addClass("aui-dropdown2-sub-trigger")},updated:function(e){e.children[0].setAttribute("aria-controls",e.getAttribute("for"))},removed:function(e){var t=e.children[0];t.removeAttribute("aria-controls"),x(t).removeClass("aui-dropdown2-sub-trigger")}},"extra-classes":function(e,t){let i=e.children[0];t.oldValue&&i.classList.remove(...iQ(t.oldValue)),t.newValue&&i.classList.add(...iQ(t.newValue))},"data-value":iK("data-value")}}),iJ=eo("aui-item-button",{template:eJ()('<button class="aui-button"><content></content></button>'),attributes:{disabled:iW,"item-id":iK("id"),"extra-classes":function(e,t){let i=e.children[0];t.oldValue&&i.classList.remove(...iQ(t.oldValue)),t.newValue&&i.classList.add(...iQ(t.newValue))},"data-value":iK("data-value")}}),[iZ,iX]=["checkbox","radio"].map(e=>eo(`aui-item-${e}`,{template:eJ()(`<span role="menuitem${e}" class="aui-dropdown2-${e}" tabindex="-1"><content></content></span>`),attributes:{"item-id":iK("id"),disabled:iW,interactive:iV,checked:iY,hidden:iq,"data-value":iK("data-value")}})),i0=eo("aui-section",{template:eJ()(`
32
+ </aui-section>`}).join("\n"),eo.init(e)):iR(e)}).fail(function(){iR(e)}).always(function(){ed(e,function(e){e.setAttribute("aria-busy","false")})}))}function ij(e,t){return x(e).find('> ul > li, > .aui-dropdown2-section > ul > li, > .aui-dropdown2-section > div[role="group"] > ul > li, > div > .aui-dropdown2-section > div[role="group"] > ul > li, aui-item-link, aui-item-checkbox, aui-item-radio').filter(t).children('a, button, [role="checkbox"], [role="menuitemcheckbox"], [role="radio"], [role="menuitemradio"]')}function iz(e){return ij(e,(e,t)=>!iM(t))}function iH(e){e._auiAlignment&&(e._auiAlignment.destroy(),delete e._auiAlignment)}x(document).on("mousedown",".aui-dropdown2-trigger",function(){this.hasAttribute("resolved")||(eo.init(this),K("Dropdown2 lazy initialisation",{removeInVersion:"11.0.0",alternativeName:"initialisation on DOM insertion",sinceVersion:"5.8.0",extraInfo:"Dropdown2 triggers should have all necessary attributes on DOM insertion",deprecationType:"JS"})())}),x(document).on("mouseenter",".aui-dropdown2-trigger-group a, .aui-dropdown2-trigger-group button",function(e){let t=x(e.currentTarget);if(t.is(".aui-dropdown2-active")||t.closest(".aui-dropdown2").length)return;let i=t.closest(".aui-dropdown2-trigger-group"),n=i.find(".aui-dropdown2-active");n.length&&t.is(".aui-dropdown2-trigger")&&(n.trigger("blur"),t.trigger("aui-button-invoke"),e.preventDefault());let s=i.find(":focus");s.length&&t.is(".aui-dropdown2-trigger")&&s.trigger("blur")});var iF=!1;function iB(e){e.classList.add("aui-dropdown2"),e.setAttribute("tabindex","-1"),e.hasAttribute("data-container")&&(e.setAttribute("data-aui-alignment-container",e.getAttribute("data-container")),e.removeAttribute("data-container")),eN(e),e.addEventListener("aui-layer-show",function(t){if(e===t.target){var i;i=x(e),["disabled","interactive","active","checked"].forEach(e=>{i.find(`.${e}`).addClass(`aui-dropdown2-${e}`)}),ij(e,()=>!0).each((e,t)=>{t.setAttribute("tabindex","-1"),(t.classList.contains("aui-dropdown2-disabled")||iM(t.parentElement))&&t.setAttribute("aria-disabled","true")}),x(e).trigger("aui-dropdown2-show"),ed(e,function(t){var i;iN(t,!0),i=t.getAttribute("data-dropdown2-hide-location"),e._returnTo=document.getElementById(i)||e.parentNode})}}),e.addEventListener("aui-layer-hide",function(t){e===t.target&&(x(e).trigger("aui-dropdown2-hide"),e._auiAlignment&&e._auiAlignment.destroy(),e._returnTo&&e.parentNode&&e.parentNode!==e._returnTo&&e._returnTo.appendChild(e),e.classList.remove("aui-dropdown2-in-header","aui-dropdown2-in-buttons"),ij(e,()=>!0).removeClass("active aui-dropdown2-active"),ed(e,function(e){var t;iN(e,!1),t=!0===iF,iF=!1,t&&e.focus()}),delete e.isSubmenu)});var t=x(e);function i(t){return x(t).closest(".aui-dropdown2, aui-dropdown-menu").get(0)===e}t.on("keydown",function(t){i(t.target)&&(t.keyCode===er.DOWN?(e.focusNext(),t.preventDefault()):t.keyCode===er.UP?(e.focusPrevious(),t.preventDefault()):t.keyCode===er.LEFT?e.isSubmenu&&(iF=!0,e.hide(),t.preventDefault()):t.keyCode===er.ESCAPE?iF=!0:t.keyCode===er.TAB&&(iF=!0,e.hideAll(!1)))});let n=function(t){let i=t.currentTarget;"true"===i.getAttribute("aria-disabled")?t.preventDefault():t.currentTarget.hasSubmenu&&t.currentTarget.hasSubmenu()||i.classList.contains("aui-dropdown2-interactive")||e.hideAll(!0)};t.on("click keydown",'a, button, [role="menuitem"], [role="menuitemcheckbox"], [role="checkbox"], [role="menuitemradio"], [role="radio"]',function(e){if(!i(e.target))return;let t=e.currentTarget,s=e.keyCode,r=s===er.ENTER,a=s===er.SPACE;!(r&&x(t).is("a[href], button"))&&("click"===e.type||r||a)&&n(e)}),t.on("mouseenter",'a, button, [role="menuitem"], [role="menuitemcheckbox"], [role="checkbox"], [role="menuitemradio"], [role="radio"]',function(t){if(!i(t.target))return;let n=x(eN(e).above()).get(0);for(;n&&n.isDropdown&&n!==e;){let e=n.getAttribute("id"),i=t.target.getAttribute("aria-controls"),s=eN(n).above();i!==e&&eN(n).hide(),n=x(s).get(0)}}),x(e).on("click keydown",".aui-dropdown2-checkbox",function(e){("click"===e.type||e.keyCode===er.ENTER||e.keyCode===er.SPACE)&&!e.isDefaultPrevented()&&(this.isInteractive()&&e.preventDefault(),this.isEnabled()&&(this.isChecked()?this.uncheck():this.check()))}),x(e).on("click keydown",".aui-dropdown2-radio",function(e){("click"===e.type||e.keyCode===er.ENTER||e.keyCode===er.SPACE)&&!e.isDefaultPrevented()&&(this.isInteractive()&&e.preventDefault(),this.isEnabled()&&!1===this.isChecked()&&(x(this).closest("ul,[role=group]").find(".aui-dropdown2-checked").not(this).each(function(){this.uncheck()}),this.check()))})}x(window).on("resize",(0,to.debounce)(function(){x(".aui-dropdown2").each(function(e,t){eo.init(t),t.isVisible()&&t.hide()})},1e3,!0));var iU={toggle:function(e){this.isVisible()?this.hide():this.show(e)},show:function(e){let t=this;return ed(t,e=>{iN(e,!1)}),e&&e.currentTarget&&e.currentTarget.classList.contains("aui-dropdown2-trigger")&&eu(t,e.currentTarget),eN(t).show(),ed(t,function(e){var i,n,s,r,a,o,l,c;iN(e,!0),i=e&&e.hasSubmenu&&e.hasSubmenu(),n="submenu auto"===t.getAttribute("data-aui-alignment"),!i&&n&&((o=(a=x(r=t)).data("previous-data-aui-alignment"))?r.setAttribute("data-aui-alignment",o):r.removeAttribute("data-aui-alignment"),a.removeData("previous-data-aui-alignment"),a.data("had-data-aui-alignment-static")||r.removeAttribute("data-aui-alignment-static"),a.removeData("had-data-aui-alignment-static")),s=t.hasAttribute("data-aui-alignment"),i&&!n?(c=x(l=t),l.hasAttribute("data-aui-alignment")&&c.data("previous-data-aui-alignment",l.getAttribute("data-aui-alignment")),c.data("had-data-aui-alignment-static",l.hasAttribute("data-aui-alignment-static")),t.setAttribute("data-aui-alignment","submenu auto"),t.setAttribute("data-aui-alignment-static",!0)):s||(t.setAttribute("data-aui-alignment","bottom auto"),t.setAttribute("data-aui-alignment-static",!0)),iH(t),t._auiAlignment=new iA(t,e,{flip:!1,positionFixed:!1,preventOverflow:!1,offset:e.hasSubmenu&&e.hasSubmenu()?[-3,0]:[0,3]}),t._auiAlignment.enable()}),setTimeout(()=>(function(e,t={}){if(t&&t.type&&-1===t.type.indexOf("mouse")){let i=t.type.indexOf("key")>-1;if(e.isSubmenu)e.focusItem(0);else if(i)if(t.keyCode===er.UP){let t=iz(e);t&&t.length&&e.focusItem(t.length-1)}else e.focusItem(0);else e.focus()}})(t,e),0),this},hide:function(){return eN(this).hide(),this},hideAll:function(e=!0){let t=function(e){let t=eN(e);for(;;){let e=t.below();if(!e||!e.get(0).isDropdown)break;t=eN(e)}return t}(this);return t.isVisible()&&(t.hide(),e&&ed(t.el,e=>{setTimeout(()=>{e.focus()},0),eu(t.el,null)})),this},focusNext:function(){var e,t=iz(this),i=document.activeElement;t.last()[0]!==i?(e=t.toArray().indexOf(i),this.focusItem(t.get(e+1))):this.focusItem(0)},focusPrevious:function(){var e,t=iz(this),i=document.activeElement;t.first()[0]!==i?(e=t.toArray().indexOf(i),this.focusItem(t.get(e-1))):this.focusItem(t.length-1)},focusItem:function(e){let t=iz(this);"number"==typeof e&&(e=t.get(e));let i=x(e);i.trigger("focus"),t.removeClass("active aui-dropdown2-active"),i.addClass("active aui-dropdown2-active")},isVisible:function(){return eN(this).isVisible()},isDropdown:!0},iW={created:function(e){var t=e.children[0];t.setAttribute("aria-disabled","true"),t.classList.add("disabled","aui-dropdown2-disabled")},removed:function(e){var t=e.children[0];t.setAttribute("aria-disabled","false"),t.classList.remove("disabled","aui-dropdown2-disabled")}},iV={created:function(e){e.children[0].classList.add("interactive","aui-dropdown2-interactive")},removed:function(e){e.children[0].classList.remove("interactive","aui-dropdown2-interactive")}},iY={created:function(e){var t=e.children[0];t.classList.add("checked","aui-dropdown2-checked"),t.setAttribute("aria-checked",!0),e.dispatchEvent(new CustomEvent("change",{bubbles:!0}))},removed:function(e){var t=e.children[0];t.classList.remove("checked","aui-dropdown2-checked"),t.setAttribute("aria-checked",!1),e.dispatchEvent(new CustomEvent("change",{bubbles:!0}))}},iq={created:function(e){iW.created(e)},removed:function(e){iW.removed(e)}},iK=function(e){return{fallback:function(t,i){t.children[0].setAttribute(e,i.newValue)},removed:function(t){t.children[0].removeAttribute(e)}}};let iQ=function(e=""){return e.split(" ").map(e=>e.trim()).filter(e=>e)},iG=eo("aui-item-link",{template:eJ()('<a role="menuitem" tabindex="-1"><content></content></a>'),attributes:{disabled:iW,interactive:iV,hidden:iq,href:iK("href"),"item-id":iK("id"),for:{created:function(e){var t=e.children[0];t.setAttribute("aria-controls",e.getAttribute("for")),x(t).addClass("aui-dropdown2-sub-trigger")},updated:function(e){e.children[0].setAttribute("aria-controls",e.getAttribute("for"))},removed:function(e){var t=e.children[0];t.removeAttribute("aria-controls"),x(t).removeClass("aui-dropdown2-sub-trigger")}},"extra-classes":function(e,t){let i=e.children[0];t.oldValue&&i.classList.remove(...iQ(t.oldValue)),t.newValue&&i.classList.add(...iQ(t.newValue))},"data-value":iK("data-value")}}),iJ=eo("aui-item-button",{template:eJ()('<button class="aui-button"><content></content></button>'),attributes:{disabled:iW,"item-id":iK("id"),"extra-classes":function(e,t){let i=e.children[0];t.oldValue&&i.classList.remove(...iQ(t.oldValue)),t.newValue&&i.classList.add(...iQ(t.newValue))},"data-value":iK("data-value")}}),[iZ,iX]=["checkbox","radio"].map(e=>eo(`aui-item-${e}`,{template:eJ()(`<span role="menuitem${e}" class="aui-dropdown2-${e}" tabindex="-1"><content></content></span>`),attributes:{"item-id":iK("id"),disabled:iW,interactive:iV,checked:iY,hidden:iq,"data-value":iK("data-value")}})),i0=eo("aui-section",{template:eJ()(`
33
33
  <span aria-hidden="true" class="aui-dropdown2-heading"></span>
34
34
  <div class="aui-dropdown2-item-group" role="group">
35
35
  <content></content>
36
36
  </div>
37
- `),attributes:{label:function(e,t){let i=iI();var n=e.children[0],s=e.children[1];n.textContent=t.newValue,n.id=i,s.setAttribute("aria-labelledby",i)},"aria-label":{fallback:function(e,t){e.children[1].setAttribute("aria-label",t.newValue)},removed:function(e){e.children[1].removeAttribute("aria-label")}}},created:function(e){e.classList.add("aui-dropdown2-section")}}),i1=eo("aui-dropdown-menu",{created:function(e){e.setAttribute("role","menu"),e.className="aui-dropdown2",eN(e),el(e).set("loading-state",iO),eo.init(e)},detached:function(e){iS(e).then(()=>iH(e))},attributes:{src:{}},prototype:iU,events:{"aui-layer-show":function(e){var t=el(e).get("loading-state")===iO,i=el(e).get("hasErrorBeenShown");(t||i)&&i$(e),el(e).get("loading-state")===iP&&el(e).set("hasErrorBeenShown",!0)}}});eo("aui-dropdown2",{type:eo.type.CLASSNAME,created:iB,prototype:iU}),eo("data-aui-dropdown2",{type:eo.type.ATTRIBUTE,created:iB,prototype:iU}),eo("aui-dropdown2-trigger",{type:eo.type.CLASSNAME,created:function(e){let t=e.getAttribute("aria-controls");function i(n,s=!1){if(n.currentTarget!==e||(n.preventDefault(),!e.isEnabled()))return;let r=document.getElementById(t);if(!r)return void O('Could not find a dropdown with id "'+t+'" in the DOM.');let a=x(e);return a.parent().hasClass("aui-buttons")&&r.classList.add("aui-dropdown2-in-buttons"),a.parents().hasClass("aui-header")&&r.classList.add("aui-dropdown2-in-header"),s?r.show(n):r.toggle(n),r.isSubmenu=e.hasSubmenu(),r}t||((t=e.getAttribute("aria-owns"))?(e.removeAttribute("aria-owns"),e.setAttribute("aria-controls",t)):O('Dropdown triggers need either a "aria-owns" or "aria-controls" attribute')),e.setAttribute("aria-haspopup",!0),e.setAttribute("aria-expanded",!1),"A"!==e.nodeName||e.href||e.setAttribute("href",`#${t}`),x(e).on("aui-button-invoke",i).on("click",i).on("keydown",function(t){if(t.currentTarget!==e)return;let n=t.keyCode===er.ENTER||t.keyCode===er.SPACE,s=t.keyCode===er.RIGHT&&e.hasSubmenu(),r=(t.keyCode===er.UP||t.keyCode===er.DOWN)&&!e.hasSubmenu();n?i(t):(r||s)&&i(t,document.activeElement===e)}).on("mouseenter",function(i){var n,s;if(i.currentTarget!==e||(i.preventDefault(),!e.isEnabled()))return;let r=document.getElementById(t);return r?(n=el(r).get("loading-state")===iO,s=el(r).get("hasErrorBeenShown"),(n||s&&!r.isVisible())&&i$(r),e.hasSubmenu()&&(r.show(i),r.isSubmenu=e.hasSubmenu()),r):void O('Could not find a dropdown with id "'+t+'" in the DOM.')})},prototype:{disable:function(){this.setAttribute("aria-disabled","true"),this.classList.add("disabled","aui-dropdown2-disabled")},enable:function(){this.setAttribute("aria-disabled","false"),this.classList.remove("disabled","aui-dropdown2-disabled")},isEnabled:function(){return"true"!==this.getAttribute("aria-disabled")&&!1===this.classList.contains("aui-dropdown2-disabled")},hasSubmenu:function(){return this.classList.contains("aui-dropdown2-sub-trigger")}}}),eo("aui-dropdown2-sub-trigger",{type:eo.type.CLASSNAME,created:function(e){e.classList.add("aui-dropdown2-trigger"),eo.init(e)}}),["checkbox","radio"].map(e=>eo(`aui-dropdown2-${e}`,{type:eo.type.CLASSNAME,created:function(t){let i="true"===t.getAttribute("aria-checked")||t.classList.contains("checked")||t.classList.contains("aui-dropdown2-checked");t.classList[i?"add":"remove"]("checked","aui-dropdown2-checked"),t.setAttribute("aria-checked",i),t.setAttribute("tabindex","0"),tA&&t.setAttribute("role",`menuitem${e}`)},prototype:{isEnabled:function(){return"true"!==this.getAttribute("aria-disabled")},isChecked:function(){return"true"===this.getAttribute("aria-checked")},isInteractive:function(){return this.classList.contains("aui-dropdown2-interactive")},uncheck:function(){this.parentNode.tagName.toLowerCase()===`aui-item-${e}`&&this.parentNode.removeAttribute("checked"),x(this).attr("aria-checked","false").removeClass("checked aui-dropdown2-checked").trigger("aui-dropdown2-item-uncheck")},check:function(){this.parentNode.tagName.toLowerCase()===`aui-item-${e}`&&this.parentNode.setAttribute("checked",""),x(this).attr("aria-checked","true").addClass("checked aui-dropdown2-checked").trigger("aui-dropdown2-item-check")}}}));let i2={"aria-expanded":K("Expander [aria-expanded] attribute",{removeInVersion:"11.0.0",sinceVersion:"9.9.0",deprecationType:"ARIA ATTRIBUTE",extraInfo:'The "aria-expanded" attribute will no longer act as an indicator for the expander if it needs to be expanded. Please update the expander in accordance with AUI guidelines.'}),"replace-selector":K("Expander [data-replace-selector] attribute",{removeInVersion:"11.0.0",sinceVersion:"9.9.0",deprecationType:"DATA ATTRIBUTE",extraInfo:'The attribute "data-replace-selector" will no longer have any functionality. It is recommended to update the expander following AUI guidelines.'}),"short-content":K("Expander [.aui-expander-short-content]",{removeInVersion:"11.0.0",sinceVersion:"9.9.0",deprecationType:"EXPANDER CLASS (PATTERN)"})},i3=e=>{let t=x(`#${e.attr("aria-controls")}`),i=t.parent().is(e),n=i?e.find(".aui-expander-short-content"):null;return t.attr("aria-expanded")&&(i2["aria-expanded"](),"true"===t.attr("aria-expanded")&&t.addClass("expanded"),t.removeAttr("aria-expanded")),{$content:t,isTriggerParent:i,$shortContent:n,isExpanded:t.hasClass("expanded"),height:t.css("min-height"),isCollapsible:!1!==e.data("collapsible"),textReplacement:e.attr("data-replace-text")}},i4=(e,t)=>{if(!t)return;let i=e.data("replace-selector");if(i){i2["replace-selector"]();let n=e.find(i);e.attr("data-replace-text",n.text()),n.text(t);return}let n=e.find(":not(:has(*)):first"),s=n.length?n:e;e.attr("data-replace-text",s.text()),s.text(t)};function i9(e,t,i){x(e||".aui-message.aui-remove-on-hide").each(function(){i8(x(this),t,i)})}function i5(e){x(e||"div.aui-message.closeable").each(function(){var e;let t=x(this),i=t.find(ty),n=i.length>0?i.first():x(tw);t.addClass("closeable"),t.append(n),(e=t).off("click.aui-message").off("keydown.aui-message"),e.on("click.aui-message",ty,function(e){x(e.target).closest(".aui-message").closeMessage()}).on("keydown.aui-message",ty,function(e){(e.which===er.ENTER||e.which===er.SPACE)&&(x(e.target).closest(".aui-message").closeMessage(),e.preventDefault())})})}function i8(e,t,i){t=void 0!==t?t:5e3,i=void 0!==i?i:500,x(e||"div.aui-message.fadeout").each(function(){let e=x(this),n=!1,s=!1;function r(){e.stop(!0,!1).delay(t).fadeOut(i,function(){e.closeMessage()})}function a(){e.stop(!0,!1).fadeTo(100,1)}e.focusin(function(){n=!0,a()}).focusout(function(){n=!1,s||r()}).hover(function(){s=!0,a()},function(){s=!1,n||s||r()}),r()})}x(document).on({"aui-expander-invoke":function(e){let t=x(e.currentTarget),{isCollapsible:i,isExpanded:n}=i3(t);n&&i?t.trigger("aui-expander-collapse"):t.trigger("aui-expander-expand")},"aui-expander-expand":function(e){!function(e){let{$content:t,isTriggerParent:i,$shortContent:n,textReplacement:s}=i3(e);e.attr("aria-expanded","true"),t.addClass("expanded"),t.prop("hidden",!1),i4(e,s),i&&n.hide(),e.trigger("aui-expander-expanded")}(x(e.currentTarget))},"aui-expander-collapse":function(e){!function(e){let{$content:t,isTriggerParent:i,$shortContent:n,textReplacement:s}=i3(e);i4(e,s),e.attr("aria-expanded","false"),t.removeClass("expanded"),i&&n.show(),0===t.outerHeight()&&t.prop("hidden",!0),e.trigger("aui-expander-collapsed")}(x(e.currentTarget))},"click.aui-expander":function(e){x(e.currentTarget).trigger("aui-expander-invoke",e.currentTarget)}},".aui-expander-trigger"),x(document).ready(function(){x(".aui-expander-trigger").each(function(){!function(e){let{$content:t,isTriggerParent:i,isExpanded:n}=i3(e);e.data("replace-selector")&&i2["replace-selector"](),t.attr("aria-expanded")&&(i2["aria-expanded"](),"true"===t.attr("aria-expanded")&&t.addClass("expanded"),t.removeAttr("aria-expanded")),(i?e.find(".aui-expander-short-content"):null)&&i2["short-content"](),0===t.outerHeight()&&(n||t.prop("hidden",!0)),e.attr("aria-expanded",n?"true":"false")}(x(this))})});let i7={setup:function(){i9(),i5(),i8()},makeRemoveOnHide:i9,makeCloseable:i5,makeFadeout:i8,createMessage:function(e){this[e]=function(t,i){var n,s,r;i||(i=t,t="#aui-message-bar"),i.closeable=null!==i.closeable&&!1!==i.closeable,i.title=(i.title||"").toString().trim();let a=function(e,t){let{id:i,closeable:n,removeOnHide:s,fadeout:r,title:a,body:o}=e,l=function(e,t){let{a11yTypeLabel:i}=e;if(""===i)return"";if(null!=i)return i;if(null==i)switch(t){case"error":return eY.getText("aui.messagecomponent.error.label");case"warning":return eY.getText("aui.messagecomponent.warning.label");case"info":return eY.getText("aui.messagecomponent.info.label");case"confirmation":return eY.getText("aui.messagecomponent.confirmation.label");case"change":return eY.getText("aui.messagecomponent.change.label");case"generic":case"success":case"hint":return"";default:throw Error(`Provide \`a11yTypeLabel\` for AUI message of custom type ${t}`)}}(e,t),c=l?`<strong hidden>${l}: </strong>`:"",u=i?`${i}-title`:"",h=a?`<p class="title" ${u?`id="${u}" aria-hidden="true"`:""}>${c}<strong>${W(a)}</strong></p>`:"",p=x(`<div class="aui-message" role="note" ${u?`aria-labelledby="${u}"`:""}>${h}</div>`).append(x.parseHTML(o||"")).addClass(s?"aui-remove-on-hide":"").addClass(n?"closeable":"").addClass(r?"fadeout":"").addClass(`aui-message-${t}`);return i&&(/[#'".\s]/g.test(i)?N("Messages error: ID rejected, must not include spaces, hashes, dots or quotes."):p.attr("id",i)),p}(i,e);return n=a,s=i.insert,r=t,"prepend"===s?n.prependTo(r):"before"===s?n.insertBefore(r):"after"===s?n.insertAfter(r):n.appendTo(r),i.removeOnHide&&(console.warn&&console.warn("Use of AUI Message `removeOnHide` is deprecated due to accessibility reasons and will be removed in AUI 11.0.0."),i9(a,i.delay,i.duration)),i.closeable&&i5(a),i.fadeout&&(console.warn&&console.warn("Use of AUI Message `fadeout` is deprecated due to accessibility reasons and will be removed in AUI 11.0.0."),i8(a,i.delay,i.duration)),a}}};x.fn.closeMessage=function(){let e=x(this);e.hasClass("aui-message")&&(e.hasClass("closeable")||e.hasClass("aui-remove-on-hide"))&&(e.stop(!0),e.trigger("messageClose",[this]),e.remove(),x(document).trigger("aui-message-close",[this]))},i7.createMessage("generic"),i7.createMessage("error"),i7.createMessage("warning"),i7.createMessage("info"),i7.createMessage("confirmation"),i7.createMessage("change"),i7.createMessage("success"),i7.createMessage("hint");let i6=eo("aui-message",{created:function(e){let t=e.innerHTML,i=e.getAttribute("type")||"info";e.innerHTML="",i7[i](e,{body:t,id:e.getAttribute("id"),a11yTypeLabel:e.getAttribute("a11yTypeLabel"),removeOnHide:e.getAttribute("removeOnHide"),closeable:e.getAttribute("closeable"),delay:e.getAttribute("delay"),duration:e.getAttribute("duration"),fadeout:e.getAttribute("fadeout"),title:e.getAttribute("title")}),e.setAttribute("role","none")}});x(function(){i7.setup()}),X(i7,"makeCloseable",{extraInfo:'Use the "closeable" option in the constructor instead. Docs: https://aui.atlassian.com/aui/latest/docs/messages.html'}),X(i7,"createMessage",{extraInfo:"Use the provided convenience methods instead e.g. messages.info(). Docs: https://aui.atlassian.com/aui/latest/docs/messages.html"}),X(i7,"makeRemoveOnHide",{extraInfo:"Use of the `makeRemoveOnHide` option is deprecated due to accessibility reasons. Docs: https://aui.atlassian.com/aui/latest/docs/messages.html"}),X(i7,"makeFadeout",{extraInfo:"Use of the `fadeout` option is deprecated due to accessibility reasons. Docs: https://aui.atlassian.com/aui/latest/docs/messages.html"}),X(i7,"generic",{extraInfo:"use the messages.info() method instead. Docs: https://aui.atlassian.com/aui/latest/docs/messages.html"}),X(i7,"hint",{extraInfo:"use the messages.info() method instead. Docs: https://aui.atlassian.com/aui/latest/docs/messages.html"}),X(i7,"success",{extraInfo:"use the messages.confirmation() method instead. Docs: https://aui.atlassian.com/aui/latest/docs/messages.html"}),k("messages",i7);let ne='a[href], area[href], input:not([disabled]):not([type="hidden"]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], [contenteditable], audio[controls], video[controls], summary, [tabindex^="0"], [tabindex^="1"], [tabindex^="2"], [tabindex^="3"], [tabindex^="4"], [tabindex^="5"], [tabindex^="6"], [tabindex^="7"], [tabindex^="8"], [tabindex^="9"]',nt="aui-flag-container",ni={body:"",close:"manual",title:"",type:"info",duration:8e3,ariaLive:"polite"};function nn(e){var t,i,n,s;let r,a,o=(0,to.defaults)(e,ni);o.title=(o.title||"").toString().trim();let l=function({body:e,title:t,close:i,type:n,ariaLive:s,ariaLabel:r,ariaDescription:a}){let o=t?`<p class="title"><strong>${W(t)}</strong></p>`:"",l=`<div class="aui-message">${o}</div>`;r||(r=function(e){switch(e){case"success":return eY.getText("aui.flag.default-aria-label.success");case"warning":return eY.getText("aui.flag.default-aria-label.warning");case"error":return eY.getText("aui.flag.default-aria-label.error");default:return eY.getText("aui.flag.default-aria-label.info")}}(n)),a||(a="");let c=x(l).append(x.parseHTML(e||"")).addClass("never"===i?"":"closeable").addClass(`aui-message-${n}`),u=c.find(ne).length>0;return x('<div class="aui-flag"></div>').attr({"aria-label":W(r),"aria-hidden":"false","aria-live":W(s),role:u?"alertdialog":"alert",...u?{"data-aui-focus-selector":ne.split(", ").map(e=>`.aui-message ${e}`).join(", "),"data-aui-focus":"true"}:{},...a?{"aria-description":W(a)}:{}}).append(c)}(o);return(t=l)[0].close=function(){nr(t)},"auto"===o.close?(ns(l),"alert"===l.attr("role")&&(i=l,n=o.duration,i.find(".aui-message").addClass("aui-will-close"),setTimeout(function(){i[0].close()},n))):"manual"===o.close&&ns(l),(r=na())?Array.from(r.querySelectorAll(".aui-flag:not([open])")).map(e=>e.parentNode.removeChild(e)):x("body").prepend('<div id="'+nt+'"></div>'),s=l,a=na(),s.appendTo(a),et(s),s.attr("aria-hidden","false").attr("open","open"),setTimeout(function(){"alertdialog"===l.attr("role")&&eT.global.enter(l)},0),l.get(0)}function ns(e){let t=x(tw);return t.on("click",function(){nr(e)}),t.on("keypress",function(t){(t.which===er.ENTER||t.which===er.SPACE)&&(nr(e),t.preventDefault())}),e.find(".aui-message").append(t)[0]}function nr(e){let t=e.get(0);return"alertdialog"===e.attr("role")&&eT.global.exit(e),t.removeAttribute("open"),t.setAttribute("inert",""),t.setAttribute("aria-hidden",!0),t.style.display="none",t.dispatchEvent(new CustomEvent("aui-flag-close",{bubbles:!0})),t}function na(){return document.getElementById(nt)}ea("aui/flag",nn),k("flag",nn);let no=nn;var nl=n(101);let nc=n.n(nl)(),nu=function(e){function t(t){return n(function(){return e.hasAttribute(t)},t+" wasn't defined")}function i(i){if(!t(i,e))return!1;var s=e.getAttribute(i);return n(function(){return document.getElementById(s)},'an element with id set to "'+s+'" was not found')}function n(t,i){return!!t()||(e?O(i,e):O(i),!1)}return{attributeExists:t,refersTo:i,satisfiesRules:n,ariaControls:function(){return i("aria-controls")},ariaOwns:function(){return i("aria-owns")}}},nd="-input";function nh(e){return e.querySelector("label")}let np=eo("aui-label",{template:eJ()("<label><content></content></label>"),created:function(e){e._label=nh(e)},attached:function(e){nu(e).attributeExists("for")},attributes:{for:function(e,t){e.hasAttribute("for")?nh(e).setAttribute("for",`${t.newValue}${nd}`):nh(e).removeAttribute("for")},form:function(e,t){e.hasAttribute("form")?nh(e).setAttribute("form",t.newValue):nh(e).removeAttribute("form")}},prototype:{get disabled(){return this.hasAttribute("disabled")},set disabled(value){value?this.setAttribute("disabled",""):this.removeAttribute("disabled")}},events:{click:function(e,t){e.disabled&&t.preventDefault()}}});n(217);let nf=x.fn.select2,ng="aui-select2-container",nm="aui-select2-drop aui-dropdown2",nv="aui.select2DropdownLayer";x.fn.auiSelect2=function(e){let t;if(x.isPlainObject(e)){let i=x.extend({},e),n=i.hasAvatar?" aui-has-avatar":"";i.containerCssClass=ng+n+(i.containerCssClass?" "+i.containerCssClass:""),i.dropdownCssClass=nm+n+(i.dropdownCssClass?" "+i.dropdownCssClass:""),t=Array.prototype.slice.call(arguments,1),t.unshift(i)}else t=arguments.length?arguments:[{containerCssClass:ng,dropdownCssClass:nm}];let i=t[0];if(i.ajax&&i.ajax.params&&i.ajax.params.error){let e=i.ajax.params.error;Array.isArray(e)||(e=[e]);let t=i.ajax.transport;t||(t=nf.ajaxDefaults.transport),i.ajax.transport=function(...i){return i[0].error=[i[0].error,...e],t(...i)}}let n=nf.apply(this,t),s=i.searchLabel;return this.on("select2-open",function(){let e=x(this),t=e.select2("dropdown"),n=e.data(nv);n||(n=eN(),e.data(nv,n)),n.show(),t.css("z-index",n.$el.css("z-index")),x("#select2-drop-mask").css("z-index",n.$el.css("z-index")),!(i.multiple||e.prop("multiple"))&&s&&t.find(".select2-search label").text(s)}),this.on("select2-close",function(){let e=x(this),t=e.data(nv);t?t.hide():AJS.warn("Warning! AUI: `select2-close` event handler could not discover the layer linked with the Select2 dropdown.","This may be happening when there are many instances of Select2 created on the same DOM element.","Consider checking your code as this can negatively affect performance."),e.removeData("was-ariadescribedby-cleared")}),this.on("select2-loaded",function(){let e=x(this),t=e.data("was-ariadescribedby-cleared");i.multiple||e.prop("multiple")||t||(e.select2("dropdown").find(".select2-search .select2-input").attr("aria-activedescendant",""),e.data("was-ariadescribedby-cleared",!0))}),this.on("select2-focus",function(){let e=x(this),t=e.parent().find(".select2-container");if(i.multiple||e.prop("multiple")){s&&t.find(".select2-search-field label").text(s);return}let n=t.find("label");if(n.attr("id"))return;let r=t.find(".select2-focusser"),a=r.attr("id")+"-label",o=r.attr("aria-labelledby");n.attr("id",a),r.attr("aria-labelledby",a+" "+o)}),n},x.fn.spin=J(function(e,t){let i={size:"small"};return("object"==typeof t&&(i=x.extend(i,t)),"object"==typeof e&&(i=x.extend(i,e)),"string"==typeof e&&(i.size=e),"boolean"==typeof e&&!1===e)?this.spinStop():this.each(function(){if(!this||!this.nodeType)return;let e=x(this),t=e.data();if(t){let n=x("<aui-spinner filled></aui-spinner>");n.attr("size",i.size),n.css("color",i.color),e.spinStop(),e.append(n),eo.init(this),t.spinner=n}})},"jQuery.fn.spin",{sinceVersion:"7.9.4",removeInVersion:"11.0.0",alternativeName:"<aui-spinner>"}),x.fn.spinStop=J(function(){return this.each(function(){if(!this||!this.nodeType)return;let e=x(this).data();e&&e.spinner&&(e.spinner.remove(),delete e.spinner)})},"jQuery.fn.spinStop",{sinceVersion:"7.9.4",removeInVersion:"11.0.0",alternativeName:"<aui-spinner>"});let nb=eo("aui-option",{created:function(e){Object.defineProperty(e,"value",{get:function(){return e.getAttribute("value")||W(this.textContent)},set:function(t){e.setAttribute("value",t)}})},prototype:{serialize:function(){var e={};return this.hasAttribute("img-src")&&(e["img-src"]=encodeURI(this.getAttribute("img-src"))),e.value=this.value,e.label=W(this.textContent),e}}});var ny=n(973),nw=n.n(ny),n_=nw().Collection.extend({initialize:function(e,t){t||(t={}),t.matcher&&(this.matcher=t.matcher),t.model&&(this.model=t.model),this._idAttribute=new this.model().idAttribute,this._maxResults=t.maxResults||5,this._queryData=t.queryData||{},this._queryParamKey=t.queryParamKey||"q",this._queryEndpoint=t.queryEndpoint||"",this.value=null,this.queryCache={},this.activeQueryCount=0,(0,to.bindAll)(this,"query","respond")},url:function(){return this._queryEndpoint},query:function(e){var t,i;this.value=e,i=this.getFilteredResults(e),this.respond(e,i),!(!e||!this._queryEndpoint||this.hasQueryCache(e))&&this.shouldGetMoreResults(i)&&(t=this.fetch(e),this.activeQueryCount++,this.trigger("activity",{activity:!0}),t.always(()=>{this.activeQueryCount--,this.trigger("activity",{activity:!!this.activeQueryCount})}),t.done((t,i,n)=>{this.addQueryCache(e,t,n)}),t.done(()=>{e=this.value,i=this.getFilteredResults(e),this.respond(e,i)}))},getQueryData:function(e){var t=(0,to.isFunction)(this._queryData)?this._queryData(e):this._queryData,i=(0,to.extend)({},t);return i[this._queryParamKey]=e,i},fetch:function(e){var t=this.getQueryData(e);return nw().Collection.prototype.fetch.call(this,{add:!0,update:!0,remove:!1,data:t})},respond:function(e,t){return this.trigger("respond",{query:e,results:t}),t},matcher:function(e,t){},getFilteredResults:function(e){var t=[];return e&&(t=this.filter(function(t){return!!this.matcher(t,e)},this),this._maxResults&&(t=(0,to.first)(t,this._maxResults))),t},addQueryCache:function(e,t,i){var n=this.queryCache,s=this.parse(t,i);n[e]=(0,to.pluck)(s,this._idAttribute)},hasQueryCache:function(e){return this.queryCache.hasOwnProperty(e)},findQueryCache:function(e){return this.queryCache[e]},shouldGetMoreResults:function(e){return e.length<this._maxResults},setMaxResults:function(e){this._maxResults=e,this.value&&this.respond(this.value,this.getFilteredResults(this.value))}});k("ProgressiveDataSet",n_);let nx=nw().Model.extend({idAttribute:"value",getLabel:function(){return this.get("label")||this.get("value")}}),nC=function(){return{_suggestions:[],_activeIndex:-1,onChange:function(){},onHighlightChange:function(){},get:function(e){return this._suggestions[e]},set:function(e){var t=this._suggestions;return this._suggestions=e||[],this.onChange(t),this},getNumberOfResults:function(){return this._suggestions.length},setHighlighted:function(e){if(e)for(var t=0;t<this._suggestions.length;t++)this._suggestions[t].id===e.id&&this.highlight(t);return this},highlight:function(e){return this._activeIndex=e,this.onHighlightChange(),this},highlightPrevious:function(){let e=this._activeIndex,t=0===e?this._suggestions.length-1:e-1;return this.highlight(t),this},highlightNext:function(){let e=this._activeIndex,t=e===this._suggestions.length-1?0:e+1;return this.highlight(t),this},highlighted:function(){return this.get(this._activeIndex)},highlightedIndex:function(){return this._activeIndex}}};function nT(e){x(e).find(".aui-select-active").removeClass("aui-select-active")}let nk=function(e,t){return{el:e,anchor:t,render:function(e,t,i,n){this.currListId=i;let s="";if(e.length){for(let r=0;r<e.length;r++){let a=e[r],o=r+t,l=a.getLabel(),c=a.get("img-src"),u=c?`<img src="${encodeURI(c)}"/>`:"",h=a.get("new-value")?` (<em>${eY.getText("aui.select.new.value")}</em>)`:"";s+=`<li role="option" class="aui-select-suggestion" aria-selected="${n===o}" id="${i+"-"+o}">${u}${l}${h}</li>`}t?this.el.querySelector("ul").innerHTML+=s:this.el.querySelector("ul").innerHTML=s}else t||(this.el.querySelector("ul").innerHTML=`<li role="option" class="aui-select-no-suggestions">${eY.getText("aui.select.no.suggestions")}</li>`);return this},setActive:function(e){nT(this.el),x(this.el).find("#"+(this.currListId+"-")+e).addClass("aui-select-active")},getActive:function(){return this.el.querySelector(".aui-select-active")},show:function(){x(this.el).css("min-width",x(this.anchor).outerWidth()),eN(this.el).show(),this.anchor&&!this._auiAlignment&&(this._auiAlignment=new iA(this.el,this.anchor,{flipContainer:"scrollParent",positionFixed:!1,preventOverflow:!1,flip:!1})),this._auiAlignment&&(this._auiAlignment.enable(),this._auiAlignment.scheduleUpdate())},hide:function(){nT(this.el),eN(this.el).hide(),this._auiAlignment&&this._auiAlignment.disable()},destroy:function(){this.hide(),this._auiAlignment&&(this._auiAlignment.destroy(),delete this._auiAlignment),delete this.currListId},isVisible:function(){return x(this.el).is(":visible")}}};function nE(e){e._select.selectedIndex=-1,e._input.removeAttribute("style"),x(e._input).removeClass("aui-select-has-inline-image")}function nA(e){return e._suggestionModel.getNumberOfResults()}function nS(e,t){return 0===e.get("label").toLowerCase().indexOf(t.toLowerCase())}function nD(e){e._input.setAttribute("aria-expanded","false"),e._button.setAttribute("aria-expanded","false"),e._input.removeAttribute("aria-activedescendant"),nz(e,"")}function nI(e){e._suggestionsView.hide(),nD(e)}function nM(e,t,i){e._autoHighlight=t,void 0===i&&(i=e._input.value),e._progressiveDataSet.query(i)}function nN(e){var t=e._suggestionModel.highlighted()&&e._suggestionModel.highlighted().get("img-src");t&&(x(e._input).addClass("aui-select-has-inline-image"),e._input.setAttribute("style","background-image: url("+encodeURI(t)+")"))}function nO(e,t){if(t){var i,n=document.createElement("option"),s=e._select,r=t.get("value")||t.get("label"),a=(i=t.getLabel(),new DOMParser().parseFromString(i,"text/html").documentElement.textContent);n.setAttribute("selected",""),n.setAttribute("value",r),n.textContent=a,e._input.value=a,s.innerHTML="",s.options.add(n),s.dispatchEvent(new CustomEvent("change",{bubbles:!0}))}}function nL(e){nO(e,e._suggestionModel.highlighted()),nN(e),nI(e)}function nP(e){return new nx(e.serialize())}function nR(e){for(var t=[],i=0;i<e._datalist.children.length;i++){var n=e._datalist.children[i];t.push(nP(n))}return t}function n$(e){var t=e._dropdown.querySelector(".aui-select-active");return t&&t.id}function nj(e,t){return x.map(t,function(e){return e.id}).indexOf(e)}function nz(e,t){clearTimeout(e.assistiveStatusTimerId),e.assistiveStatusTimerId=setTimeout(()=>{t!==e._assistiveStatus.innerText&&(e._assistiveStatus.innerText=t)},50)}function nH(e){let t=e.value?"":e._input.value;nM(e,!0,t)}function nF(e){e._progressiveDataSet.activeQueryCount>0&&el(e).set("should-cancel-response",!0)}function nB(e){if(e._select.selectedIndex>=0)return e._select.options[e._select.selectedIndex].textContent}function nU(e){nF(e);var t=!e.hasAttribute("no-empty-values"),i=!e._input.value,n=e._input.value!==nB(e);if(i||n)if(t)nE(e);else{var s=nB(e);void 0===s?nE(e):e._input.value=s}e._suggestionModel.highlight(-1),nI(e)}let nW=eo("aui-select",{template:eJ()(`
37
+ `),attributes:{label:function(e,t){let i=iI();var n=e.children[0],s=e.children[1];n.textContent=t.newValue,n.id=i,s.setAttribute("aria-labelledby",i)},"aria-label":{fallback:function(e,t){e.children[1].setAttribute("aria-label",t.newValue)},removed:function(e){e.children[1].removeAttribute("aria-label")}}},created:function(e){e.classList.add("aui-dropdown2-section")}}),i1=eo("aui-dropdown-menu",{created:function(e){e.setAttribute("role","menu"),e.className="aui-dropdown2",eN(e),el(e).set("loading-state",iO),eo.init(e)},detached:function(e){iS(e).then(()=>iH(e))},attributes:{src:{}},prototype:iU,events:{"aui-layer-show":function(e){var t=el(e).get("loading-state")===iO,i=el(e).get("hasErrorBeenShown");(t||i)&&i$(e),el(e).get("loading-state")===iP&&el(e).set("hasErrorBeenShown",!0)}}});eo("aui-dropdown2",{type:eo.type.CLASSNAME,created:iB,prototype:iU}),eo("data-aui-dropdown2",{type:eo.type.ATTRIBUTE,created:iB,prototype:iU}),eo("aui-dropdown2-trigger",{type:eo.type.CLASSNAME,created:function(e){let t=e.getAttribute("aria-controls");function i(n,s=!1){if(n.currentTarget!==e||(n.preventDefault(),!e.isEnabled()))return;let r=document.getElementById(t);if(!r)return void O('Could not find a dropdown with id "'+t+'" in the DOM.');let a=x(e);return a.parent().hasClass("aui-buttons")&&r.classList.add("aui-dropdown2-in-buttons"),a.parents().hasClass("aui-header")&&r.classList.add("aui-dropdown2-in-header"),s?r.show(n):r.toggle(n),r.isSubmenu=e.hasSubmenu(),r}t||((t=e.getAttribute("aria-owns"))?(e.removeAttribute("aria-owns"),e.setAttribute("aria-controls",t)):O('Dropdown triggers need either a "aria-owns" or "aria-controls" attribute')),e.setAttribute("aria-haspopup",!0),e.setAttribute("aria-expanded",!1),"A"!==e.nodeName||e.href||e.setAttribute("href",`#${t}`),x(e).on("aui-button-invoke",i).on("click",i).on("keydown",function(t){if(t.currentTarget!==e)return;let n=t.keyCode===er.ENTER||t.keyCode===er.SPACE,s=t.keyCode===er.RIGHT&&e.hasSubmenu(),r=(t.keyCode===er.UP||t.keyCode===er.DOWN)&&!e.hasSubmenu();n?i(t):(r||s)&&i(t,document.activeElement===e)}).on("mouseenter",function(i){var n,s;if(i.currentTarget!==e||(i.preventDefault(),!e.isEnabled()))return;let r=document.getElementById(t);return r?(n=el(r).get("loading-state")===iO,s=el(r).get("hasErrorBeenShown"),(n||s&&!r.isVisible())&&i$(r),e.hasSubmenu()&&(r.show(i),r.isSubmenu=e.hasSubmenu()),r):void O('Could not find a dropdown with id "'+t+'" in the DOM.')})},prototype:{disable:function(){this.setAttribute("aria-disabled","true"),this.classList.add("disabled","aui-dropdown2-disabled")},enable:function(){this.setAttribute("aria-disabled","false"),this.classList.remove("disabled","aui-dropdown2-disabled")},isEnabled:function(){return"true"!==this.getAttribute("aria-disabled")&&!1===this.classList.contains("aui-dropdown2-disabled")},hasSubmenu:function(){return this.classList.contains("aui-dropdown2-sub-trigger")}}}),eo("aui-dropdown2-sub-trigger",{type:eo.type.CLASSNAME,created:function(e){e.classList.add("aui-dropdown2-trigger"),eo.init(e)}}),["checkbox","radio"].map(e=>eo(`aui-dropdown2-${e}`,{type:eo.type.CLASSNAME,created:function(t){let i="true"===t.getAttribute("aria-checked")||t.classList.contains("checked")||t.classList.contains("aui-dropdown2-checked");t.classList[i?"add":"remove"]("checked","aui-dropdown2-checked"),t.setAttribute("aria-checked",i),t.setAttribute("tabindex","0"),tA&&t.setAttribute("role",`menuitem${e}`)},prototype:{isEnabled:function(){return"true"!==this.getAttribute("aria-disabled")},isChecked:function(){return"true"===this.getAttribute("aria-checked")},isInteractive:function(){return this.classList.contains("aui-dropdown2-interactive")},uncheck:function(){this.parentNode.tagName.toLowerCase()===`aui-item-${e}`&&this.parentNode.removeAttribute("checked"),x(this).attr("aria-checked","false").removeClass("checked aui-dropdown2-checked").trigger("aui-dropdown2-item-uncheck")},check:function(){this.parentNode.tagName.toLowerCase()===`aui-item-${e}`&&this.parentNode.setAttribute("checked",""),x(this).attr("aria-checked","true").addClass("checked aui-dropdown2-checked").trigger("aui-dropdown2-item-check")}}}));let i2={"aria-expanded":K("Expander [aria-expanded] attribute",{removeInVersion:"11.0.0",sinceVersion:"9.9.0",deprecationType:"ARIA ATTRIBUTE",extraInfo:'The "aria-expanded" attribute will no longer act as an indicator for the expander if it needs to be expanded. Please update the expander in accordance with AUI guidelines.'}),"replace-selector":K("Expander [data-replace-selector] attribute",{removeInVersion:"11.0.0",sinceVersion:"9.9.0",deprecationType:"DATA ATTRIBUTE",extraInfo:'The attribute "data-replace-selector" will no longer have any functionality. It is recommended to update the expander following AUI guidelines.'}),"short-content":K("Expander [.aui-expander-short-content]",{removeInVersion:"11.0.0",sinceVersion:"9.9.0",deprecationType:"EXPANDER CLASS (PATTERN)"})},i3=e=>{let t=x(`#${e.attr("aria-controls")}`),i=t.parent().is(e),n=i?e.find(".aui-expander-short-content"):null;return t.attr("aria-expanded")&&(i2["aria-expanded"](),"true"===t.attr("aria-expanded")&&t.addClass("expanded"),t.removeAttr("aria-expanded")),{$content:t,isTriggerParent:i,$shortContent:n,isExpanded:t.hasClass("expanded"),height:t.css("min-height"),isCollapsible:!1!==e.data("collapsible"),textReplacement:e.attr("data-replace-text")}},i4=(e,t)=>{if(!t)return;let i=e.data("replace-selector");if(i){i2["replace-selector"]();let n=e.find(i);e.attr("data-replace-text",n.text()),n.text(t);return}let n=e.find(":not(:has(*)):first"),s=n.length?n:e;e.attr("data-replace-text",s.text()),s.text(t)};function i9(e,t,i){x(e||".aui-message.aui-remove-on-hide").each(function(){i8(x(this),t,i)})}function i5(e){x(e||"div.aui-message.closeable").each(function(){var e;let t=x(this),i=t.find(ty),n=i.length>0?i.first():x(tw);t.addClass("closeable"),t.append(n),(e=t).off("click.aui-message").off("keydown.aui-message"),e.on("click.aui-message",ty,function(e){x(e.target).closest(".aui-message").closeMessage()}).on("keydown.aui-message",ty,function(e){(e.which===er.ENTER||e.which===er.SPACE)&&(x(e.target).closest(".aui-message").closeMessage(),e.preventDefault())})})}function i8(e,t,i){t=void 0!==t?t:5e3,i=void 0!==i?i:500,x(e||"div.aui-message.fadeout").each(function(){let e=x(this),n=!1,s=!1;function r(){e.stop(!0,!1).delay(t).fadeOut(i,function(){e.closeMessage()})}function a(){e.stop(!0,!1).fadeTo(100,1)}e.on("focusin",function(){n=!0,a()}).on("focusout",function(){n=!1,s||r()}).on("mouseenter",function(){s=!0,a()}).on("mouseleave",function(){s=!1,n||s||r()}),r()})}x(document).on({"aui-expander-invoke":function(e){let t=x(e.currentTarget),{isCollapsible:i,isExpanded:n}=i3(t);n&&i?t.trigger("aui-expander-collapse"):t.trigger("aui-expander-expand")},"aui-expander-expand":function(e){!function(e){let{$content:t,isTriggerParent:i,$shortContent:n,textReplacement:s}=i3(e);e.attr("aria-expanded","true"),t.addClass("expanded"),t.prop("hidden",!1),i4(e,s),i&&n.hide(),e.trigger("aui-expander-expanded")}(x(e.currentTarget))},"aui-expander-collapse":function(e){!function(e){let{$content:t,isTriggerParent:i,$shortContent:n,textReplacement:s}=i3(e);i4(e,s),e.attr("aria-expanded","false"),t.removeClass("expanded"),i&&n.show(),0===t.outerHeight()&&t.prop("hidden",!0),e.trigger("aui-expander-collapsed")}(x(e.currentTarget))},"click.aui-expander":function(e){x(e.currentTarget).trigger("aui-expander-invoke",e.currentTarget)}},".aui-expander-trigger"),x(function(){x(".aui-expander-trigger").each(function(){!function(e){let{$content:t,isTriggerParent:i,isExpanded:n}=i3(e);e.data("replace-selector")&&i2["replace-selector"](),t.attr("aria-expanded")&&(i2["aria-expanded"](),"true"===t.attr("aria-expanded")&&t.addClass("expanded"),t.removeAttr("aria-expanded")),(i?e.find(".aui-expander-short-content"):null)&&i2["short-content"](),0===t.outerHeight()&&(n||t.prop("hidden",!0)),e.attr("aria-expanded",n?"true":"false")}(x(this))})});let i7={setup:function(){i9(),i5(),i8()},makeRemoveOnHide:i9,makeCloseable:i5,makeFadeout:i8,createMessage:function(e){this[e]=function(t,i){var n,s,r;i||(i=t,t="#aui-message-bar"),i.closeable=null!==i.closeable&&!1!==i.closeable,i.title=(i.title||"").toString().trim();let a=function(e,t){let{id:i,closeable:n,removeOnHide:s,fadeout:r,title:a,body:o}=e,l=function(e,t){let{a11yTypeLabel:i}=e;if(""===i)return"";if(null!=i)return i;if(null==i)switch(t){case"error":return eY.getText("aui.messagecomponent.error.label");case"warning":return eY.getText("aui.messagecomponent.warning.label");case"info":return eY.getText("aui.messagecomponent.info.label");case"confirmation":return eY.getText("aui.messagecomponent.confirmation.label");case"change":return eY.getText("aui.messagecomponent.change.label");case"generic":case"success":case"hint":return"";default:throw Error(`Provide \`a11yTypeLabel\` for AUI message of custom type ${t}`)}}(e,t),c=l?`<strong hidden>${l}: </strong>`:"",u=i?`${i}-title`:"",h=a?`<p class="title" ${u?`id="${u}" aria-hidden="true"`:""}>${c}<strong>${W(a)}</strong></p>`:"",p=x(`<div class="aui-message" role="note" ${u?`aria-labelledby="${u}"`:""}>${h}</div>`).append(x.parseHTML(o||"")).addClass(s?"aui-remove-on-hide":"").addClass(n?"closeable":"").addClass(r?"fadeout":"").addClass(`aui-message-${t}`);return i&&(/[#'".\s]/g.test(i)?N("Messages error: ID rejected, must not include spaces, hashes, dots or quotes."):p.attr("id",i)),p}(i,e);return n=a,s=i.insert,r=t,"prepend"===s?n.prependTo(r):"before"===s?n.insertBefore(r):"after"===s?n.insertAfter(r):n.appendTo(r),i.removeOnHide&&(console.warn&&console.warn("Use of AUI Message `removeOnHide` is deprecated due to accessibility reasons and will be removed in AUI 11.0.0."),i9(a,i.delay,i.duration)),i.closeable&&i5(a),i.fadeout&&(console.warn&&console.warn("Use of AUI Message `fadeout` is deprecated due to accessibility reasons and will be removed in AUI 11.0.0."),i8(a,i.delay,i.duration)),a}}};x.fn.closeMessage=function(){let e=x(this);e.hasClass("aui-message")&&(e.hasClass("closeable")||e.hasClass("aui-remove-on-hide"))&&(e.stop(!0),e.trigger("messageClose",[this]),e.remove(),x(document).trigger("aui-message-close",[this]))},i7.createMessage("generic"),i7.createMessage("error"),i7.createMessage("warning"),i7.createMessage("info"),i7.createMessage("confirmation"),i7.createMessage("change"),i7.createMessage("success"),i7.createMessage("hint");let i6=eo("aui-message",{created:function(e){let t=e.innerHTML,i=e.getAttribute("type")||"info";e.innerHTML="",i7[i](e,{body:t,id:e.getAttribute("id"),a11yTypeLabel:e.getAttribute("a11yTypeLabel"),removeOnHide:e.getAttribute("removeOnHide"),closeable:e.getAttribute("closeable"),delay:e.getAttribute("delay"),duration:e.getAttribute("duration"),fadeout:e.getAttribute("fadeout"),title:e.getAttribute("title")}),e.setAttribute("role","none")}});x(function(){i7.setup()}),X(i7,"makeCloseable",{extraInfo:'Use the "closeable" option in the constructor instead. Docs: https://aui.atlassian.com/aui/latest/docs/messages.html'}),X(i7,"createMessage",{extraInfo:"Use the provided convenience methods instead e.g. messages.info(). Docs: https://aui.atlassian.com/aui/latest/docs/messages.html"}),X(i7,"makeRemoveOnHide",{extraInfo:"Use of the `makeRemoveOnHide` option is deprecated due to accessibility reasons. Docs: https://aui.atlassian.com/aui/latest/docs/messages.html"}),X(i7,"makeFadeout",{extraInfo:"Use of the `fadeout` option is deprecated due to accessibility reasons. Docs: https://aui.atlassian.com/aui/latest/docs/messages.html"}),X(i7,"generic",{extraInfo:"use the messages.info() method instead. Docs: https://aui.atlassian.com/aui/latest/docs/messages.html"}),X(i7,"hint",{extraInfo:"use the messages.info() method instead. Docs: https://aui.atlassian.com/aui/latest/docs/messages.html"}),X(i7,"success",{extraInfo:"use the messages.confirmation() method instead. Docs: https://aui.atlassian.com/aui/latest/docs/messages.html"}),k("messages",i7);let ne='a[href], area[href], input:not([disabled]):not([type="hidden"]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], [contenteditable], audio[controls], video[controls], summary, [tabindex^="0"], [tabindex^="1"], [tabindex^="2"], [tabindex^="3"], [tabindex^="4"], [tabindex^="5"], [tabindex^="6"], [tabindex^="7"], [tabindex^="8"], [tabindex^="9"]',nt="aui-flag-container",ni={body:"",close:"manual",title:"",type:"info",duration:8e3,ariaLive:"polite"};function nn(e){var t,i,n,s;let r,a,o=(0,to.defaults)(e,ni);o.title=(o.title||"").toString().trim();let l=function({body:e,title:t,close:i,type:n,ariaLive:s,ariaLabel:r,ariaDescription:a}){let o=t?`<p class="title"><strong>${W(t)}</strong></p>`:"",l=`<div class="aui-message">${o}</div>`;r||(r=function(e){switch(e){case"success":return eY.getText("aui.flag.default-aria-label.success");case"warning":return eY.getText("aui.flag.default-aria-label.warning");case"error":return eY.getText("aui.flag.default-aria-label.error");default:return eY.getText("aui.flag.default-aria-label.info")}}(n)),a||(a="");let c=x(l).append(x.parseHTML(e||"")).addClass("never"===i?"":"closeable").addClass(`aui-message-${n}`),u=c.find(ne).length>0;return x('<div class="aui-flag"></div>').attr({"aria-label":W(r),"aria-hidden":"false","aria-live":W(s),role:u?"alertdialog":"alert",...u?{"data-aui-focus-selector":ne.split(", ").map(e=>`.aui-message ${e}`).join(", "),"data-aui-focus":"true"}:{},...a?{"aria-description":W(a)}:{}}).append(c)}(o);return(t=l)[0].close=function(){nr(t)},"auto"===o.close?(ns(l),"alert"===l.attr("role")&&(i=l,n=o.duration,i.find(".aui-message").addClass("aui-will-close"),setTimeout(function(){i[0].close()},n))):"manual"===o.close&&ns(l),(r=na())?Array.from(r.querySelectorAll(".aui-flag:not([open])")).map(e=>e.parentNode.removeChild(e)):x("body").prepend('<div id="'+nt+'"></div>'),s=l,a=na(),s.appendTo(a),et(s),s.attr("aria-hidden","false").attr("open","open"),setTimeout(function(){"alertdialog"===l.attr("role")&&eT.global.enter(l)},0),l.get(0)}function ns(e){let t=x(tw);return t.on("click",function(){nr(e)}),t.on("keypress",function(t){(t.which===er.ENTER||t.which===er.SPACE)&&(nr(e),t.preventDefault())}),e.find(".aui-message").append(t)[0]}function nr(e){let t=e.get(0);return"alertdialog"===e.attr("role")&&eT.global.exit(e),t.removeAttribute("open"),t.setAttribute("inert",""),t.setAttribute("aria-hidden",!0),t.style.display="none",t.dispatchEvent(new CustomEvent("aui-flag-close",{bubbles:!0})),t}function na(){return document.getElementById(nt)}ea("aui/flag",nn),k("flag",nn);let no=nn;var nl=n(101);let nc=n.n(nl)(),nu=function(e){function t(t){return n(function(){return e.hasAttribute(t)},t+" wasn't defined")}function i(i){if(!t(i,e))return!1;var s=e.getAttribute(i);return n(function(){return document.getElementById(s)},'an element with id set to "'+s+'" was not found')}function n(t,i){return!!t()||(e?O(i,e):O(i),!1)}return{attributeExists:t,refersTo:i,satisfiesRules:n,ariaControls:function(){return i("aria-controls")},ariaOwns:function(){return i("aria-owns")}}},nd="-input";function nh(e){return e.querySelector("label")}let np=eo("aui-label",{template:eJ()("<label><content></content></label>"),created:function(e){e._label=nh(e)},attached:function(e){nu(e).attributeExists("for")},attributes:{for:function(e,t){e.hasAttribute("for")?nh(e).setAttribute("for",`${t.newValue}${nd}`):nh(e).removeAttribute("for")},form:function(e,t){e.hasAttribute("form")?nh(e).setAttribute("form",t.newValue):nh(e).removeAttribute("form")}},prototype:{get disabled(){return this.hasAttribute("disabled")},set disabled(value){value?this.setAttribute("disabled",""):this.removeAttribute("disabled")}},events:{click:function(e,t){e.disabled&&t.preventDefault()}}});n(217);let nf=x.fn.select2,ng="aui-select2-container",nm="aui-select2-drop aui-dropdown2",nv="aui.select2DropdownLayer";x.fn.auiSelect2=function(e){let t;if(x.isPlainObject(e)){let i=x.extend({},e),n=i.hasAvatar?" aui-has-avatar":"";i.containerCssClass=ng+n+(i.containerCssClass?" "+i.containerCssClass:""),i.dropdownCssClass=nm+n+(i.dropdownCssClass?" "+i.dropdownCssClass:""),t=Array.prototype.slice.call(arguments,1),t.unshift(i)}else t=arguments.length?arguments:[{containerCssClass:ng,dropdownCssClass:nm}];let i=t[0];if(i.ajax&&i.ajax.params&&i.ajax.params.error){let e=i.ajax.params.error;Array.isArray(e)||(e=[e]);let t=i.ajax.transport;t||(t=nf.ajaxDefaults.transport),i.ajax.transport=function(...i){return i[0].error=[i[0].error,...e],t(...i)}}let n=nf.apply(this,t),s=i.searchLabel;return this.on("select2-open",function(){let e=x(this),t=e.select2("dropdown"),n=e.data(nv);n||(n=eN(),e.data(nv,n)),n.show(),t.css("z-index",n.$el.css("z-index")),x("#select2-drop-mask").css("z-index",n.$el.css("z-index")),!(i.multiple||e.prop("multiple"))&&s&&t.find(".select2-search label").text(s)}),this.on("select2-close",function(){let e=x(this),t=e.data(nv);t?t.hide():AJS.warn("Warning! AUI: `select2-close` event handler could not discover the layer linked with the Select2 dropdown.","This may be happening when there are many instances of Select2 created on the same DOM element.","Consider checking your code as this can negatively affect performance."),e.removeData("was-ariadescribedby-cleared")}),this.on("select2-loaded",function(){let e=x(this),t=e.data("was-ariadescribedby-cleared");i.multiple||e.prop("multiple")||t||(e.select2("dropdown").find(".select2-search .select2-input").attr("aria-activedescendant",""),e.data("was-ariadescribedby-cleared",!0))}),this.on("select2-focus",function(){let e=x(this),t=e.parent().find(".select2-container");if(i.multiple||e.prop("multiple")){s&&t.find(".select2-search-field label").text(s);return}let n=t.find("label");if(n.attr("id"))return;let r=t.find(".select2-focusser"),a=r.attr("id")+"-label",o=r.attr("aria-labelledby");n.attr("id",a),r.attr("aria-labelledby",a+" "+o)}),n},x.fn.spin=J(function(e,t){let i={size:"small"};return("object"==typeof t&&(i=x.extend(i,t)),"object"==typeof e&&(i=x.extend(i,e)),"string"==typeof e&&(i.size=e),"boolean"==typeof e&&!1===e)?this.spinStop():this.each(function(){if(!this||!this.nodeType)return;let e=x(this),t=e.data();if(t){let n=x("<aui-spinner filled></aui-spinner>");n.attr("size",i.size),n.css("color",i.color),e.spinStop(),e.append(n),eo.init(this),t.spinner=n}})},"jQuery.fn.spin",{sinceVersion:"7.9.4",removeInVersion:"11.0.0",alternativeName:"<aui-spinner>"}),x.fn.spinStop=J(function(){return this.each(function(){if(!this||!this.nodeType)return;let e=x(this).data();e&&e.spinner&&(e.spinner.remove(),delete e.spinner)})},"jQuery.fn.spinStop",{sinceVersion:"7.9.4",removeInVersion:"11.0.0",alternativeName:"<aui-spinner>"});let nb=eo("aui-option",{created:function(e){Object.defineProperty(e,"value",{get:function(){return e.getAttribute("value")||W(this.textContent)},set:function(t){e.setAttribute("value",t)}})},prototype:{serialize:function(){var e={};return this.hasAttribute("img-src")&&(e["img-src"]=encodeURI(this.getAttribute("img-src"))),e.value=this.value,e.label=W(this.textContent),e}}});var ny=n(973),nw=n.n(ny),n_=nw().Collection.extend({initialize:function(e,t){t||(t={}),t.matcher&&(this.matcher=t.matcher),t.model&&(this.model=t.model),this._idAttribute=new this.model().idAttribute,this._maxResults=t.maxResults||5,this._queryData=t.queryData||{},this._queryParamKey=t.queryParamKey||"q",this._queryEndpoint=t.queryEndpoint||"",this.value=null,this.queryCache={},this.activeQueryCount=0,(0,to.bindAll)(this,"query","respond")},url:function(){return this._queryEndpoint},query:function(e){var t,i;this.value=e,i=this.getFilteredResults(e),this.respond(e,i),!(!e||!this._queryEndpoint||this.hasQueryCache(e))&&this.shouldGetMoreResults(i)&&(t=this.fetch(e),this.activeQueryCount++,this.trigger("activity",{activity:!0}),t.always(()=>{this.activeQueryCount--,this.trigger("activity",{activity:!!this.activeQueryCount})}),t.done((t,i,n)=>{this.addQueryCache(e,t,n)}),t.done(()=>{e=this.value,i=this.getFilteredResults(e),this.respond(e,i)}))},getQueryData:function(e){var t=(0,to.isFunction)(this._queryData)?this._queryData(e):this._queryData,i=(0,to.extend)({},t);return i[this._queryParamKey]=e,i},fetch:function(e){var t=this.getQueryData(e);return nw().Collection.prototype.fetch.call(this,{add:!0,update:!0,remove:!1,data:t})},respond:function(e,t){return this.trigger("respond",{query:e,results:t}),t},matcher:function(e,t){},getFilteredResults:function(e){var t=[];return e&&(t=this.filter(function(t){return!!this.matcher(t,e)},this),this._maxResults&&(t=(0,to.first)(t,this._maxResults))),t},addQueryCache:function(e,t,i){var n=this.queryCache,s=this.parse(t,i);n[e]=(0,to.pluck)(s,this._idAttribute)},hasQueryCache:function(e){return this.queryCache.hasOwnProperty(e)},findQueryCache:function(e){return this.queryCache[e]},shouldGetMoreResults:function(e){return e.length<this._maxResults},setMaxResults:function(e){this._maxResults=e,this.value&&this.respond(this.value,this.getFilteredResults(this.value))}});k("ProgressiveDataSet",n_);let nx=nw().Model.extend({idAttribute:"value",getLabel:function(){return this.get("label")||this.get("value")}}),nC=function(){return{_suggestions:[],_activeIndex:-1,onChange:function(){},onHighlightChange:function(){},get:function(e){return this._suggestions[e]},set:function(e){var t=this._suggestions;return this._suggestions=e||[],this.onChange(t),this},getNumberOfResults:function(){return this._suggestions.length},setHighlighted:function(e){if(e)for(var t=0;t<this._suggestions.length;t++)this._suggestions[t].id===e.id&&this.highlight(t);return this},highlight:function(e){return this._activeIndex=e,this.onHighlightChange(),this},highlightPrevious:function(){let e=this._activeIndex,t=0===e?this._suggestions.length-1:e-1;return this.highlight(t),this},highlightNext:function(){let e=this._activeIndex,t=e===this._suggestions.length-1?0:e+1;return this.highlight(t),this},highlighted:function(){return this.get(this._activeIndex)},highlightedIndex:function(){return this._activeIndex}}};function nT(e){x(e).find(".aui-select-active").removeClass("aui-select-active")}let nk=function(e,t){return{el:e,anchor:t,render:function(e,t,i,n){this.currListId=i;let s="";if(e.length){for(let r=0;r<e.length;r++){let a=e[r],o=r+t,l=a.getLabel(),c=a.get("img-src"),u=c?`<img src="${encodeURI(c)}"/>`:"",h=a.get("new-value")?` (<em>${eY.getText("aui.select.new.value")}</em>)`:"";s+=`<li role="option" class="aui-select-suggestion" aria-selected="${n===o}" id="${i+"-"+o}">${u}${l}${h}</li>`}t?this.el.querySelector("ul").innerHTML+=s:this.el.querySelector("ul").innerHTML=s}else t||(this.el.querySelector("ul").innerHTML=`<li role="option" class="aui-select-no-suggestions">${eY.getText("aui.select.no.suggestions")}</li>`);return this},setActive:function(e){nT(this.el),x(this.el).find("#"+(this.currListId+"-")+e).addClass("aui-select-active")},getActive:function(){return this.el.querySelector(".aui-select-active")},show:function(){x(this.el).css("min-width",x(this.anchor).outerWidth()),eN(this.el).show(),this.anchor&&!this._auiAlignment&&(this._auiAlignment=new iA(this.el,this.anchor,{flipContainer:"scrollParent",positionFixed:!1,preventOverflow:!1,flip:!1})),this._auiAlignment&&(this._auiAlignment.enable(),this._auiAlignment.scheduleUpdate())},hide:function(){nT(this.el),eN(this.el).hide(),this._auiAlignment&&this._auiAlignment.disable()},destroy:function(){this.hide(),this._auiAlignment&&(this._auiAlignment.destroy(),delete this._auiAlignment),delete this.currListId},isVisible:function(){return x(this.el).is(":visible")}}};function nE(e){e._select.selectedIndex=-1,e._input.removeAttribute("style"),x(e._input).removeClass("aui-select-has-inline-image")}function nA(e){return e._suggestionModel.getNumberOfResults()}function nS(e,t){return 0===e.get("label").toLowerCase().indexOf(t.toLowerCase())}function nD(e){e._input.setAttribute("aria-expanded","false"),e._button.setAttribute("aria-expanded","false"),e._input.removeAttribute("aria-activedescendant"),nz(e,"")}function nI(e){e._suggestionsView.hide(),nD(e)}function nM(e,t,i){e._autoHighlight=t,void 0===i&&(i=e._input.value),e._progressiveDataSet.query(i)}function nN(e){var t=e._suggestionModel.highlighted()&&e._suggestionModel.highlighted().get("img-src");t&&(x(e._input).addClass("aui-select-has-inline-image"),e._input.setAttribute("style","background-image: url("+encodeURI(t)+")"))}function nO(e,t){if(t){var i,n=document.createElement("option"),s=e._select,r=t.get("value")||t.get("label"),a=(i=t.getLabel(),new DOMParser().parseFromString(i,"text/html").documentElement.textContent);n.setAttribute("selected",""),n.setAttribute("value",r),n.textContent=a,e._input.value=a,s.innerHTML="",s.options.add(n),s.dispatchEvent(new CustomEvent("change",{bubbles:!0}))}}function nL(e){nO(e,e._suggestionModel.highlighted()),nN(e),nI(e)}function nP(e){return new nx(e.serialize())}function nR(e){for(var t=[],i=0;i<e._datalist.children.length;i++){var n=e._datalist.children[i];t.push(nP(n))}return t}function n$(e){var t=e._dropdown.querySelector(".aui-select-active");return t&&t.id}function nj(e,t){return x.map(t,function(e){return e.id}).indexOf(e)}function nz(e,t){clearTimeout(e.assistiveStatusTimerId),e.assistiveStatusTimerId=setTimeout(()=>{t!==e._assistiveStatus.innerText&&(e._assistiveStatus.innerText=t)},50)}function nH(e){let t=e.value?"":e._input.value;nM(e,!0,t)}function nF(e){e._progressiveDataSet.activeQueryCount>0&&el(e).set("should-cancel-response",!0)}function nB(e){if(e._select.selectedIndex>=0)return e._select.options[e._select.selectedIndex].textContent}function nU(e){nF(e);var t=!e.hasAttribute("no-empty-values"),i=!e._input.value,n=e._input.value!==nB(e);if(i||n)if(t)nE(e);else{var s=nB(e);void 0===s?nE(e):e._input.value=s}e._suggestionModel.highlight(-1),nI(e)}let nW=eo("aui-select",{template:eJ()(`
38
38
  <input type="text" class="text" role="combobox" aria-expanded="false">
39
39
  <select></select>
40
40
  <datalist>
@@ -61,5 +61,5 @@ See https://css-tricks.com/centering-css-complete-guide/ for techniques.`,td=K("
61
61
  aria-haspopup="true"
62
62
  aria-controls="aui-tabs-responsive-dropdown-${t}"
63
63
  href="#aui-tabs-responsive-dropdown-${t}">...</a>
64
- </li>`;return e.append(i),e.find(".aui-tabs-responsive-trigger-item")},createResponsiveDropdown:function(e,t){return e.append('<div class="aui-dropdown2 aui-tabs-responsive-dropdown" id="aui-tabs-responsive-dropdown-'+t+'"><ul></ul></div>'),e.find("#aui-tabs-responsive-dropdown-"+t)},findNewVisibleTabs:function(e,t,i){for(var n=0,s=0;n+i<=t&&s<e.length;s++)n+=x(e[s]).outerWidth(!0);return e.slice(0,s-1)},moveVisibleTabs:function(e,t,i){for(var n=x("#"+i.find("a").attr("aria-controls")),s=this.findNewVisibleTabs(e,t.outerWidth(),i.parent().outerWidth(!0)),r=s.length-1,a=e.length-1;a>=r;a--){var o=x(e[a]);this.moveTabToResponsiveDropdown(o,n,i)}return x(s)},moveTabToResponsiveDropdown:function(e,t,i){var n=e.find("a");e.attr("data-aui-tab-width",e.outerWidth(!0)),n.addClass("aui-dropdown2-radio aui-tabs-responsive-item"),e.hasClass("active-tab")&&(n.addClass("aui-dropdown2-checked"),i.addClass("active-tab")),t.find("ul").prepend(e)},moveInvisibleTabs:function(e,t,i){for(var n=0;t>0&&n<e.length;n++){var s=x(e[n]),r=parseInt(s.attr("data-aui-tab-width"),10);r<t&&this.moveTabOutOfDropdown(s,i),t-=r}},moveTabOutOfDropdown:function(e,t){e.find("a").hasClass("aui-dropdown2-checked")&&(e.addClass("active-tab"),t.removeClass("active-tab")),e.children("a").removeClass("aui-dropdown2-radio aui-tabs-responsive-item aui-dropdown2-checked"),t.before(e)}};function rB(e){var t=x(e);if(!t.hasClass("aui-tabs-responsive-trigger")){var i=rH(t);if(!i)return void O("Cannot switch to tab panel because it does not exist. Check whether the tab link href is correct.",e);var n=x(i);n.addClass("active-pane").siblings(".tabs-pane").removeClass("active-pane");var s=t.parents(".aui-tabs").find(".aui-tabs-responsive-trigger-item a").attr("aria-controls"),r=x(document.getElementById(s));if(r.find("li a").removeAttr("aria-checked").removeClass("checked aui-dropdown2-checked"),r.find("li").removeClass("active-tab"),t.parent("li.menu-item").addClass("active-tab").siblings(".menu-item").removeClass("active-tab"),t.hasClass("aui-tabs-responsive-item")){var a=n.parent(".aui-tabs").find("li.menu-item:not(.aui-tabs-responsive-trigger-item)");a.removeClass("active-tab"),a.find("a").removeClass("checked").removeAttr("aria-checked")}t.hasClass("aui-tabs-responsive-item")&&n.parent(".aui-tabs").find("li.menu-item.aui-tabs-responsive-trigger-item").addClass("active-tab"),t.closest(".tabs-menu").find("a").attr("aria-selected","false"),t.attr("aria-selected","true"),t.trigger("tabSelect",{tab:t,pane:n})}}function rU(e){return void 0!==e.attr("data-aui-persist")&&"false"!==e.attr("data-aui-persist")}function rW(e){var t=e.attr("id"),i=e.attr("data-aui-persist");return"_internal-aui-tabs-"+(t||"")+(i&&"true"!==i?"-"+i:"")}function rV(e){rG.change(x(e.target).closest("a")),e&&e.preventDefault()}function rY(e){e.forEach(function(e,t){!function(e,t){var i=x(e),n=i.find(".tabs-menu").first(),s=n.find("li:not(.aui-tabs-responsive-trigger-item)"),r=n.find(".aui-tabs-responsive-trigger").parent(),a=r.find("a"),o=a.attr("aria-controls"),l=x(document.getElementById(o)).removeAttr("aria-checked"),c=l.length>0,u=rF.totalTabsWidth(s,l)>i.outerWidth();if(!c&&u&&(r=rF.createResponsiveDropdownTrigger(n,t),l=rF.createResponsiveDropdown(i,t)),a.attr("aria-controls","aui-tabs-responsive-dropdown-"+t),a.attr("id","aui-tabs-responsive-trigger-"+t),a.attr("href","#aui-tabs-responsive-trigger-"+t),l.attr("id","aui-tabs-responsive-dropdown-"+t),u){var h=rF.moveVisibleTabs(s.toArray(),i,r),p=rF.totalVisibleTabWidth(h),f=i.outerWidth()-p-r.outerWidth(!0);if(f>0){var g=l.find("li");rF.moveInvisibleTabs(g.toArray(),f,r)}i.hasClass("aui-tabs-disabled")||l.on("click.aui-tabs","a",rV),n.is(":visible")&&n.hide().show()}c&&!u&&(l.find("li").each(function(){rF.moveTabOutOfDropdown(x(this),r)}),rF.removeResponsiveDropdown(l,r))}(e,t)})}function rq(){return x('.aui-tabs.horizontal-tabs[data-aui-responsive]:not([data-aui-responsive="false"]), aui-tabs[responsive]:not([responsive="false"])').toArray()}function rK(e){var t=x(e);if(e.setAttribute("role","application"),!t.data("aui-tab-events-bound")){var i,n=t.children("ul.tabs-menu");n.attr("role","tablist"),n.children("li").attr("role","presentation"),n.find("> .menu-item a").each(function(){var e,t;t=rH(e=x(this)),rz(this)||O('A tab link must use an anchor link (e.g., <a href="#a-valid-id"></a>) to work correctly.',this),t?(rR(e),e.attr("role","tab"),x(t).attr("aria-labelledby",e.attr("id")),e.parent().hasClass("active-tab")?e.attr("aria-selected","true"):e.attr("aria-selected","false")):N("A tab panel could not be found with the tab link's configured href. Check whether the tab link href is correct.",this)}),n.on("click.aui-tabs","a",rV),t.data("aui-tab-events-bound",!0),i=e,[].slice.call(i.querySelectorAll(".tabs-pane")).forEach(rQ)}}function rQ(e){e.setAttribute("role","tabpanel")}var rG={setup:function(){var e;let t;(t=(0,to.debounce)(rY,200))(rq()),x(window).on("resize.aui-tabs",()=>t(rq())),(e=x(".aui-tabs:not(.aui-tabs-disabled)")).each(function(){rK(this)}),function(e){for(var t=0,i=e.length;t<i;t++){var n=e.eq(t),s=e.get(t);if(rU(n)&&window.localStorage)if(n.attr("id")){var r=window.localStorage.getItem(rW(n));if(r){var a=s.querySelector(`a[href$="${r}"]`);a&&rB(a)}}else N("A tab group must specify an id attribute if it specifies data-aui-persist.")}}(e),x(".aui-tabs.vertical-tabs").find("a").each(function(){var e=x(this);!e.attr("title")&&r$(e)&&e.attr("title",e.text())})},change:function(e){var t=e instanceof HTMLElement||e instanceof x?e:document.querySelector(e),i=x(t).first(),n=i.closest(".aui-tabs");rB(i),rU(n)&&window.localStorage&&function(e){var t=e.closest(".aui-tabs");if(t.attr("id")){var i=rz(e);i&&window.localStorage.setItem(rW(t),"#"+i)}else N("A tab group must specify an id attribute if it specifies data-aui-persist.")}(i)}};x(rG.setup);let rJ=eo("aui-tabs",{created:function(e){x(e).addClass("aui-tabs horizontal-tabs"),eo.init(e),rK(e)},template:rj('<ul class="tabs-menu">','<content select="li[is=aui-tabs-tab]"></content>',"</ul>",'<content select="aui-tabs-pane"></content>'),prototype:{select:function(e){var t=x(this.querySelectorAll("aui-tabs-pane")).index(e);return t>-1&&rG.change(this.querySelectorAll("li[is=aui-tabs-tab]")[t].children[0]),this}}}),rZ=eo("aui-tabs-tab",{extends:"li",created:function(e){x(e).addClass("menu-item")},template:rj('<a href="#">',"<strong>","<content></content>","</strong>","</a>")}),rX=eo("aui-tabs-pane",{attached:function(e){var t=x(x(e).closest("aui-tabs").get(0)),i=x(e),n=t.find("aui-tabs-pane").index(i),s=new rZ,r=x(s);i.addClass("tabs-pane"),s.firstChild.setAttribute("href","#"+e.id),rj.wrap(s).textContent=i.attr("title"),0===n&&i.addClass("active-pane"),i.hasClass("active-pane")&&r.addClass("active-tab"),i.siblings("ul").append(s)},template:rj("<content></content>")});k("tabs",rG);let r0="_aui-form-notification-initialised",r1="description",r2="errors",r3="data-aui-notification-",r4=r3+"wait",r9=r3+"info",r5=r3+"error",r8=[r5,r3+"success",r4,r9];function r7(e){return e.hasClass(r0)}function r6(e,t){t=t||ae(e),at(e)===r9&&(e.parent().find(".description").length||e.after(function(e,t){let i=e.attr("id")||e.attr("name");if(t.length>1){let e=t.map(e=>`<li>${e}</li>`).join("");return`<div class="description" id="${i}-${r1}"><ul>${e}</ul></div>`}return`<div class="description" id="${i}-${r1}">${t}</div>`}(e,t))),an(e)}function ae(e){var t=at(e),i=t?e.attr(t):"";return""===i?i:function(e){var t;try{t=JSON.parse(e)}catch(i){t=[e]}return t}(i)}function at(e){let t;return r8.some(function(i){if(e.is("["+i+"]"))return t=i,!0}),t}function ai(e){let t=x(e);if(!r7(t))return;let i=at(t);aa(t,i===r4);let n=ae(t);n&&i===r5?as(t,n):e.constructor.prototype.hasOwnProperty("jquery")||e.hasAttribute(r5)||t.parent().find(".error").remove()}function an(e){let t=[],i=e.attr("id")||e.attr("name"),n=at(e);ae(e)&&n===r5&&t.push(`${i}-${r2}`),ar(e,"description").length&&t.push(`${i}-${r1}`),(function(e){for(let[t,i]of Object.entries({"aui-select":'input[type="text"][role="combobox"]'}))if(e.is(t)){let t=e.find(i);if(t.length)return t}return e})(e).attr("aria-describedby",t.length?t.join(" "):null)}function as(e,t){let i,n,s=ar(e,"error");s.length>0&&s.remove(),e.after((i=e.attr("id")||e.attr("name"),n=t.map(e=>`<li><span class="aui-icon aui-icon-small aui-iconfont-error aui-icon-notification"></span>${e}</li>`).join(""),`<div class="error" role="alert" id="${i}-${r2}"><ul>${n}</ul></div>`)),an(e)}function ar(e,t){return e.parent().find(`.${t}`)}function aa(e,t){t&&!(e.next("aui-spinner").length>0)?e.after('<aui-spinner class="form-notification-spinner" size="small"></aui-spinner>'):e.parent().find("aui-spinner").remove()}let ao=K("data-aui-notification-field attribute",{deprecationType:"ATTRIBUTE",alternativeName:"HTML markup"});eo("data-aui-notification-field",{attached:function(e){var t,i;ao(),r7(t=x(e))||((i=t).addClass(r0),r6(i),ai(t))},attributes:(o={},r8.forEach(function(e){o[e]=ai}),o),type:eo.type.ATTRIBUTE}),ea("aui/form-notification");var al=["displayfield","watchfield","when","novalidate","state"],ac=[],au={register:function(e,t){if("string"==typeof e)n=e;else{var i,n,s=(i=!1,e.some(function(e){var t=-1!==x.inArray(e,al);return t&&(i=e),t}),i);if(s)return N('Validators cannot be registered with the argument "'+s+'", as it is a reserved argument.'),!1;n="[data-aui-validation-"+e.join("],[data-aui-validation-")+"]"}var r={validatorFunction:t,validatorTrigger:n};return ac.push(r),r},validators:function(){return ac}};function ad(e){var t=e.el.value.length;let i=0===t;var n=parseInt(e.args("minlength"),10),s=parseInt(e.args("maxlength"),10);if(n&&s&&n===s&&!i&&t!==n){let t=av("exactlength",e.args,[n]);e.invalidate(t)}else if(n&&t<n&&!i){let t=av("minlength",e.args);e.invalidate(t)}else if(s&&t>s){let t=av("maxlength",e.args);e.invalidate(t)}else e.validate()}function ah(e){return"password"===e.getAttribute("type")}function ap(e,t){var i=e.match(t);return!!i&&e===i[0]}function af(e){var t=av("pattern",e.args);ap(e.el.value,new RegExp(e.args("pattern")))?e.validate():e.invalidate(t)}function ag(e){var t=av("required",e.args);e.el.value?e.validate():e.invalidate(t)}function am(e){var t=av("validnumber",e.args),i=parseInt(e.el.value,10);if(isNaN(i))return void e.invalidate(t);var n=e.args("min"),s=e.args("max");n&&i<parseInt(n,10)?e.invalidate(av("min",e.args)):s&&i>parseInt(s,10)?e.invalidate(av("max",e.args)):e.validate()}function av(e,t,i){var n,s=void 0!==eY.keys?eY.keys["aui.validation.message."+e]:ab[e],r=i;i||(r=[t(e)]);var a=t(e+"-msg");return n=a?[a].concat(r):[s].concat(r),AJS.format.apply(null,n)}ea("aui/form-validation/validator-register",au),au.register(["maxlength","minlength"],ad),au.register("[maxlength],[minlength]",ad),au.register(["matchingfield"],function(e){var t=e.el.value,i=document.getElementById(e.args("matchingfield")),n=i.value,s=av("matchingfield",e.args,[t,n]);(ah(e.el)||ah(i))&&(s=av("matchingfield-novalue",e.args)),t&&n&&n!==t?e.invalidate(s):e.validate()}),au.register(["doesnotcontain"],function(e){var t=av("doesnotcontain",e.args);-1===e.el.value.indexOf(e.args("doesnotcontain"))?e.validate():e.invalidate(t)}),au.register(["pattern"],af),au.register("[pattern]",af),au.register(["required"],ag),au.register("[required]",ag),au.register(["min","max"],am),au.register("[min],[max]",am),au.register(["dateformat"],function(e){var t=e.args("dateformat"),i=av("dateformat",e.args),n={Y:"[0-9]{4}",y:"[0-9]{2}",m:"(0?[1-9]|10|11|12)",M:"[Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec]",D:"[Mon|Tue|Wed|Thu|Fri|Sat|Sun]",d:"([0-2]?[1-9]|10|20|30|31)"},s=t.split(""),r="";s.forEach(function(e){n.hasOwnProperty(e)?r+=n[e]:r+=e});var a=RegExp(r+"$","i");ap(e.el.value,a)?e.validate():e.invalidate(i)}),au.register(["minchecked","maxchecked"],function(e){var t=x(e.el).find(":checked").length,i=!e.args("minchecked")||t>=e.args("minchecked"),n=!e.args("maxchecked")||t<=e.args("maxchecked"),s=av("minchecked",e.args),r=av("maxchecked",e.args);i&&n?e.validate():i?n||e.invalidate(r):e.invalidate(s)});var ab={minlength:eY.getText("aui.validation.message.minlength"),maxlength:eY.getText("aui.validation.message.maxlength"),exactlength:eY.getText("aui.validation.message.exactlength"),matchingfield:eY.getText("aui.validation.message.matchingfield"),"matchingfield-novalue":eY.getText("aui.validation.message.matchingfield-novalue"),doesnotcontain:eY.getText("aui.validation.message.doesnotcontain"),pattern:eY.getText("aui.validation.message.pattern"),required:eY.getText("aui.validation.message.required"),validnumber:eY.getText("aui.validation.message.validnumber"),min:eY.getText("aui.validation.message.min"),max:eY.getText("aui.validation.message.max"),dateformat:eY.getText("aui.validation.message.dateformat"),minchecked:eY.getText("aui.validation.message.minchecked"),maxchecked:eY.getText("aui.validation.message.maxchecked")};ea("aui/form-validation/basic-validators");let ay="aui-validation-",aw="data-aui-notification-",a_="aui-validation-state",ax="invalid",aC="valid",aT="validating",ak="unvalidated",aE="_aui-form-validation-initialised",aA="_aui-internal-field-state-changed";function aS(e){var t,i,n,s,r,a,o,l;return aD(e,"novalidate")?void aM(e,aC):(aN(aL(t=e),"none"),s=(i=t,n=[],aI().forEach(function(e,t){var s=e.validatorTrigger;i.is(s)&&n.push(t)}),n),aM(t,aT),o=(r=t,a=[],s.forEach(function(e){var t,i,n,s,o=aI()[e].validatorFunction,l=new x.Deferred;o((t=r,i=l,X(s={validate:function(){i.resolve()},invalidate:function(e){aM(t,ax,e),i.reject()},args:(n=t,function(e){return n.attr("data-"+ay+e)||n.attr(e)}),el:t[0],$el:t},"$el",{sinceVersion:"5.9.0",removeInVersion:"11.0.0",alternativeName:"el",extraInfo:"See https://ecosystem.atlassian.net/browse/AUI-3263."}),s)),a.push(l)}),a),(l=x.when.apply(x,o)).done(function(){aM(t,aC)}),l)}function aD(e,t){var i=e.attr("data-"+ay+t);return i||(i=({when:"change"})[t]),i}function aI(){return au.validators()}function aM(e,t,i){if(e.attr("data-"+a_,t),e.removeAttr("aria-invalid"),t!==ak){e.trigger(x.Event(aA));var n,s=aL(e),r={};r[aT]="wait",r[ax]="error",r[aC]="success";var a=r[t];t===aT?(n=e,setTimeout(function(){aP(n)===aT&&(aN(n,"wait"),aa(n,!0))},500)):aN(s,a,i),t===ax&&e.attr("aria-invalid",!0)}}function aN(e,t,i){var n,s;let r=e.is("["+aw+"wait]");if(aO(n=e,"wait"),aa(n,!1),aO(n,"success"),!("success"===t&&!r))if("none"===t)aO(e,"error");else{let n=e.attr(aw+t)||"[]",r=i?(s=i,JSON.parse(n).concat([s])):[];e.attr(aw+t,JSON.stringify(r)),"error"===t&&as(e,r)}}function aO(e,t){e.removeAttr(aw+t),"error"===t&&(ar(e,t).remove(),an(e))}function aL(e){var t=aD(e,"displayfield");return void 0===t?e:x("#"+t)}function aP(e){return e.attr("data-"+a_)}function aR(e,t){t.preventDefault(),e.one(aA,function(){e.trigger("submit")})}function a$(e,t){return e.find("[data-"+a_+"="+t+"]")}x(document).on("submit",function(e){var t,i,n,s,r,a=x(e.target),o=(n=-1!==(i=(t=a.find("."+aE),x.map(t,function(e){return aP(x(e))}))).indexOf(ax),s=-1!==i.indexOf(ak),r=-1!==i.indexOf(aT),n?ax:s?ak:r?aT:aC);if(o===ak)aR(a,e),a$(a,ak).each(function(e,t){aj.validate(x(t))});else if(o===aT)aR(a,e);else if(o===ax)e.preventDefault(),a$(a,ax).first().focus();else if(o===aC){var l=x.Event("aui-valid-submit");a.trigger(l),l.isDefaultPrevented()&&e.preventDefault()}});let aj={register:au.register,validate:function(e){aS(e=x(e))}};eo("data-aui-validation-field",{attached:function(e){e.form&&e.form.setAttribute("novalidate","novalidate");var t,i,n,s,r,a,o,l,c=x(e);c.hasClass(aE)||((t=c).addClass(aE),r6(t),n=i=c,r=function(){n.trigger("aui-stop-typing")},n.on("keyup",function(){clearTimeout(s),s=setTimeout(r,1500)}),o=aD(a=i,"when"),((l=aD(a,"watchfield"))?a.add("#"+l):a).on(o,function(){aS(a)}),aM(c,ak)),eo.init(e)},type:eo.type.ATTRIBUTE}),ea("aui/form-validation",aj),k("formValidation",aj);var az=J(function(e,t){var i,n;return function(){var s=arguments,r=this;return clearTimeout(i),i=setTimeout(function(){n=e.apply(r,s),r=s=null},t),n}},"AJS.debounce",{removeInVersion:"11.0.0",sinceVersion:"8.0.0",extraInfo:"Use equivalent functions from libraries like lodash / underscore instead"});k("debounce",az),k("debounceImmediate",J(function(e,t){var i,n=null;return function(){var s=this,r=arguments;return null===n&&(i=e.apply(s,r)),clearTimeout(n),n=setTimeout(function(){n=s=r=null},t),i}},"AJS.debounceImmediate",{removeInVersion:"11.0.0",sinceVersion:"8.0.0",extraInfo:"Use equivalent functions from libraries like lodash / underscore instead"}));let aH=x(window);function aF(e){var t;this.element=e,this.$element=x(e),this.index=x("aui-header, .aui-header").index(e),this.$secondaryNav=this.$element.find(".aui-header-secondary .aui-nav").first(),this.menuItems=[],this.totalWidth=0,this.$moreMenu=void 0,this.rightMostNavItemIndex=void 0,this.$applicationLogo=this.$element.find("#logo"),this.moreMenuWidth=0,this.primaryButtonsWidth=0,this.$headerFind=(t=x(this.$element[0].querySelector(".aui-header-primary")),function(e){return t.find(e)})}aF.prototype={init:function(){var e=this;this.element.setAttribute("data-aui-responsive","true"),this.$headerFind(".aui-button").parent().each(function(){e.primaryButtonsWidth+=x(this).outerWidth(!0)}),this.$headerFind(".aui-nav > li > a:not(.aui-button)").each(function(){var t=x(this).parent(),i=t.outerWidth(!0);e.totalWidth+=i,e.menuItems.push({$element:t,outerWidth:i})}),this.rightMostNavItemIndex=this.menuItems.length-1,aH.on("resize",this._resizeHandler=az(function(){e.constructResponsiveDropdown()},100));var t=this.$applicationLogo.find("img");0!==t.length&&(t.attr("data-aui-responsive-header-index",this.index),t.on("load",function(){e.constructResponsiveDropdown()})),this.constructResponsiveDropdown(),this.$headerFind(".aui-nav").css("width","auto")},destroy:function(){aH.off("resize",this._resizeHandler)},calculateAvailableWidth:function(){return(this.$secondaryNav.is(":visible")?this.$secondaryNav.offset().left:this.$element.outerWidth())-(this.$applicationLogo.offset().left+this.$applicationLogo.outerWidth(!0)+this.primaryButtonsWidth)},showResponsiveDropdown:function(){void 0===this.$moreMenu&&(this.$moreMenu=this.createResponsiveDropdownTrigger()),this.$moreMenu.css("display","")},hideResponsiveDropdown:function(){void 0!==this.$moreMenu&&this.$moreMenu.css("display","none")},constructResponsiveDropdown:function(){if(this.menuItems.length){var e,t=this.calculateAvailableWidth(this.$element,this.primaryButtonsWidth);if(t>this.totalWidth)this.showAll();else{this.showResponsiveDropdown(),e=t-this.moreMenuWidth;for(var i=-1;e-this.menuItems[i+1].outerWidth>=0;)e-=this.menuItems[i+1].outerWidth,i++;i<this.rightMostNavItemIndex?this.moveToResponsiveDropdown(this.rightMostNavItemIndex-i):this.rightMostNavItemIndex<i&&this.moveOutOfResponsiveDropdown(i-this.rightMostNavItemIndex)}}},createResponsiveDropdownTrigger:function(){var e,t,i=document.createElement("li"),n=document.createElement("aui-dropdown-menu");n.id=`aui-responsive-header-dropdown-${this.index}`,eo.init(n);var s=document.createElement("aui-section");s.id=`aui-responsive-header-dropdown-list-${this.index}`,eo.init(s),n.appendChild(s);var r=(e=n,(t=document.createElement("a")).setAttribute("class","aui-dropdown2-trigger"),t.setAttribute("href","#"),t.id=e.id+"-trigger",t.setAttribute("aria-controls",e.id),t.innerHTML=eY.getText("aui.words.more"),t);return i.appendChild(r),i.appendChild(n),0===this.primaryButtonsWidth?this.$headerFind(".aui-nav").append(i):this.$headerFind(".aui-nav > li > .aui-button:first").parent().before(i),this.moreMenuWidth=x(i).outerWidth(!0),x(i)},moveOutOfResponsiveDropdown:function(e){if(!(e<=0)){for(var t=x(`#aui-responsive-header-dropdown-${this.index}`),i=this.rightMostNavItemIndex+1,n=this.rightMostNavItemIndex+e,s=i;s<=n;s++){var r=this.menuItems[s].$element,a=r.children("a");if(a.attr("aria-controls")){var o=x(document.getElementById(a.attr("aria-controls")));o.removeClass("aui-dropdown2-sub-menu"),r.append(o)}t.find("aui-item-link:first").remove(),r.insertBefore(this.$moreMenu)}this.rightMostNavItemIndex+=e}},moveToResponsiveDropdown:function(e){if(!(e<=0)){for(var t=eJ().wrap(this.$moreMenu[0].querySelector("aui-section")),i=this.rightMostNavItemIndex,n=this.rightMostNavItemIndex-e+1,s=i;s>=n;s--){var r=this.menuItems[s].$element,a=r.children("a");eo.init(a);var o=document.createElement("aui-item-link");if(o.setAttribute("href",a.attr("href")),a.attr("aria-controls")){var l=x(document.getElementById(a.attr("aria-controls")));o.setAttribute("for",a.attr("aria-controls")),l.addClass("aui-dropdown2-sub-menu"),l.appendTo("body")}if(a.get(0).hasAttribute("data-aui-extra-classes")){let e=Array.from(a.get(0).classList).filter(e=>!e.startsWith("aui-"));o.setAttribute("extra-classes",e.join(" "))}eo.init(o),eJ().wrap(o).textContent=a.text(),r.detach(),t.insertBefore(o,t.firstChild),this.element.dispatchEvent(new CustomEvent("aui-responsive-menu-item-created",{bubbles:!0,detail:{originalItem:r[0],newItem:o}}))}this.rightMostNavItemIndex-=e}},showAll:function(){this.moveOutOfResponsiveDropdown(this.menuItems.length-1-this.rightMostNavItemIndex),this.hideResponsiveDropdown()}};let aB=function(e){let t=e._header;return t instanceof aF||((t=new aF(e)).init(),e._header=t),t};function aU(){x(".aui-header").each(function(){aB(this)})}x(aU);let aW={};aW.setup=J(aU,"responsiveheader.setup",{removeInVersion:"11.0.0",sinceVersion:"5.8.0",extraInfo:"No need to manually initialise anymore as this is now a web component."}),k("responsiveheader",aW);let aV=eo("aui-header-end",{type:eo.type.ELEMENT,created:function(e){let t=e.parentElement;t&&t.classList.contains("aui-header")?aB(t):console.log("Could not async. initialise aui-header")}});var aY=n(253),aq=n.n(aY);let aK=function(e){let t,i,n,s,r,a,o,l,c,u,h,p,f=e.getField(),g=e.getOptions(),m=e.getUUID(),{getPopupContents:v,handleFieldFocus:b,showDatePicker:y,hideDatePicker:w,getCalendarNode:_,destroyPolyfill:C,createPolyfill:T}=(a=!1,o=x("body"),l=e=>{let t=x(e.target),i=t.closest(s).length||t.is(f),n=t.closest(".ui-datepicker-header").length;if(!i&&!n||e.keyCode===er.ESCAPE){p(),a=!1;return}t.get(0)!==f.get(0)&&e.preventDefault()},c=()=>{a||(o.on("focus blur click mousedown","*",l),a=!0)},u=()=>{n.get(0).open||h()},h=()=>{n.get(0).open=!0},{calendarContainerSelector:null,getPopupContents:({$field:e})=>(n=(({horizontalAlignment:e,datePickerUUID:t})=>{let i=new rg;i.id=t;let n=x(i);return n.attr("persistent",""),n.attr("data-aui-focus","false"),n.attr("alignment",`bottom ${e}`),n.addClass("aui-datepicker-dialog"),n})({horizontalAlignment:e.offset().left<window.innerWidth/2?"left":"right",datePickerUUID:m}),(r=e.closest("aui-inline-dialog").get(0))&&(r._datePickerPopup=n,x(r).on("aui-hide",e=>{a&&e.preventDefault(),o.off("focus blur","*",l),r&&r._datePickerPopup&&delete r._datePickerPopup})),o.append(n),s=n,n),handleFieldFocus:u,showDatePicker:h,hideDatePicker:p=()=>{n.get(0).open=!1},getCalendarNode:()=>n.get(0).childNodes[0],destroyPolyfill:()=>{p(),f.off("focus click",u),f.off("focusout keydown",c),o.off("keydown",c),o.off("focus blur click mousedown keydown",l)},createPolyfill:function(){o.on("keydown",l),f.on("focusout keydown",c)}}),k=e=>{x(e.currentTarget).val()&&t.datepicker("setDate",f.val())},E=f.attr("placeholder"),A=f.prop("type");{let n=e=>i=>{if(void 0!==t)return e(i)},s=n(()=>{t.datepicker("destroy")});e.show=y,e.hide=w,e.destroyPolyfill=()=>{C(),f.off("propertychange keyup input paste",k),i&&(i.disconnect(),i=null),E&&f.attr("placeholder",E),A&&f.prop("type",A),f.removeAttr("data-aui-dp-uuid"),s(),delete e.destroyPolyfill,delete e.show,delete e.hide},e.setDate=n(e=>{t.datepicker("setDate",e)}),e.getDate=n(()=>t.datepicker("getDate")),e.setMin=n(e=>t.datepicker("option","minDate",e)),e.setMax=n(e=>t.datepicker("option","maxDate",e))}g.languageCode in aQ.prototype.localisations||(g.languageCode="");let S=aQ.prototype.localisations;if(f.attr("aria-controls",m),void 0===t){void 0!==f.attr("step")&&M("WARNING: The date picker polyfill currently does not support the step attribute!");let n=(({minDate:e,maxDate:t,dateFormat:i,$field:n,onSelect:s,hide:r})=>({dateFormat:i,defaultDate:n.val(),maxDate:t||n.attr("max"),minDate:e||n.attr("min"),nextText:">",onSelect:function(e){n.val(e),n.trigger("change"),r(),s&&s.call(this,e)},prevText:"<"}))({dateFormat:g.dateFormat,minDate:g.minDate,maxDate:g.maxDate,$field:f,onSelect:g.onSelect,hide:e.hide}),s=x.extend(void 0,n,S);g.firstDay>-1&&(s.firstDay=g.firstDay),t=(({config:e,popupContents:t,getCalendarNode:i,hint:n})=>{let s,r=x(i());return r.datepicker(e),n&&((s=x("<div/>").addClass("aui-datepicker-hint")).append("<span/>").text(n),t.append(s)),r})({config:s,popupContents:v({$field:f}),getCalendarNode:_,hint:g.hint}),T(),f.on("propertychange keyup input paste",k),(i=new MutationObserver(function(t){t.forEach(function(t){"min"===t.attributeName?e.setMin(t.target.getAttribute("min")):"max"===t.attributeName&&e.setMax(t.target.getAttribute("max"))})})).observe(f.get(0),{attributes:!0})}if(f.on("focus click",b),f.attr("placeholder",g.placeholder),"text"!==f.prop("type")){f.prop("type","text");let e=f.attr("value");e&&f.val(e)}f.trigger("propertychange"),f.attr("data-aui-dp-uuid",m)};function aQ(e,t){let i={},n=iI("date-picker"),s=x(e),r={getUUID:()=>n,getField:()=>s,getOptions:()=>i,destroy:()=>{"function"==typeof r.destroyPolyfill&&r.destroyPolyfill()},reset:()=>{r.destroy();let e=!aQ.prototype.browserSupportsDateField,t=!1!==i.overrideBrowserDefault;(e||t)&&aK(r)},reconfigure:e=>{i=x.extend(void 0,aQ.prototype.defaultOptions,e),r.reset()}};return r.reconfigure(t),r}function aG(e,t){let i=x.extend({nextText:">",prevText:"<"},t),n=x(e).addClass("aui-datepicker-dialog").addClass("aui-calendar-widget").datepicker(i);if(i.hint){let e=x("<div/>").addClass("aui-datepicker-hint");e.append("<span/>").text(i.hint),n.append(e)}return n.reconfigure=e=>{n.datepicker("destroy"),n.datepicker(e)},n.destroy=()=>{n.datepicker("destroy")},n}aQ.prototype.browserSupportsDateField=function(){if(void 0===m){var e=document.createElement("input");e.setAttribute("type","date"),m="date"===e.type}return m}(),aQ.prototype.defaultOptions={overrideBrowserDefault:!1,firstDay:-1,languageCode:x("html").attr("lang")||"en-AU",dateFormat:aq().W3C},aQ.prototype.localisations={dayNames:[eY.getText("ajs.datepicker.localisations.day-names.sunday"),eY.getText("ajs.datepicker.localisations.day-names.monday"),eY.getText("ajs.datepicker.localisations.day-names.tuesday"),eY.getText("ajs.datepicker.localisations.day-names.wednesday"),eY.getText("ajs.datepicker.localisations.day-names.thursday"),eY.getText("ajs.datepicker.localisations.day-names.friday"),eY.getText("ajs.datepicker.localisations.day-names.saturday")],dayNamesMin:[eY.getText("ajs.datepicker.localisations.day-names-min.sunday"),eY.getText("ajs.datepicker.localisations.day-names-min.monday"),eY.getText("ajs.datepicker.localisations.day-names-min.tuesday"),eY.getText("ajs.datepicker.localisations.day-names-min.wednesday"),eY.getText("ajs.datepicker.localisations.day-names-min.thursday"),eY.getText("ajs.datepicker.localisations.day-names-min.friday"),eY.getText("ajs.datepicker.localisations.day-names-min.saturday")],firstDay:eY.getText("ajs.datepicker.localisations.first-day"),isRTL:"true"===eY.getText("ajs.datepicker.localisations.is-RTL"),monthNames:[eY.getText("ajs.datepicker.localisations.month-names.january"),eY.getText("ajs.datepicker.localisations.month-names.february"),eY.getText("ajs.datepicker.localisations.month-names.march"),eY.getText("ajs.datepicker.localisations.month-names.april"),eY.getText("ajs.datepicker.localisations.month-names.may"),eY.getText("ajs.datepicker.localisations.month-names.june"),eY.getText("ajs.datepicker.localisations.month-names.july"),eY.getText("ajs.datepicker.localisations.month-names.august"),eY.getText("ajs.datepicker.localisations.month-names.september"),eY.getText("ajs.datepicker.localisations.month-names.october"),eY.getText("ajs.datepicker.localisations.month-names.november"),eY.getText("ajs.datepicker.localisations.month-names.december")],showMonthAfterYear:"true"===eY.getText("ajs.datepicker.localisations.show-month-after-year"),yearSuffix:eY.getText("ajs.datepicker.localisations.year-suffix")},"ajs.datepicker.localisations.year-suffix"===aQ.prototype.localisations.yearSuffix&&(aQ.prototype.localisations.yearSuffix="");let aJ="aui-datepicker",aZ=e=>function(t){let i=this.data(aJ);return i?"object"==typeof t?i.reconfigure(t):"destroy"===t&&i.destroy():(i=new e(this,t),this.data(aJ,i)),i};x.fn.datePicker=aZ(aQ),k("DatePicker",aQ),x.fn.calendarWidget=aZ(aG),k("CalendarWidget",aG);let aX=aQ;n(229),n(228),n(132),n(903);let a0={NO_VALUE:"aui-restfultable-editable-no-value",NO_ENTRIES:"aui-restfultable-no-entires",RESTFUL_TABLE:"aui-restfultable",ROW:"aui-restfultable-row",READ_ONLY:"aui-restfultable-readonly",ACTIVE:"aui-restfultable-active",ALLOW_HOVER:"aui-restfultable-allowhover",FOCUSED:"aui-restfultable-focused",MOVEABLE:"aui-restfultable-movable",DISABLED:"aui-restfultable-disabled",SUBMIT:"aui-restfultable-submit",CANCEL:"aui-restfultable-cancel",EDIT_ROW:"aui-restfultable-editrow",CREATE:"aui-restfultable-create",DRAG_HANDLE:"aui-restfultable-draghandle",ORDER:"aui-restfultable-order",EDITABLE:"aui-restfultable-editable",ERROR:"error",DELETE:"aui-restfultable-delete",STATUS:"aui-restfultable-status"},a1=nw().View,a2=nw().View,a3=nw().View,a4={ENABLED_SUBMIT:"enabledSubmit",ROW_VIEW:"RestfulTable_Row_View"};n(682);let a9={REORDER_SUCCESS:"RestfulTable.reorderSuccess",ROW_ADDED:"RestfulTable.rowAdded",ROW_REMOVED:"RestfulTable.rowRemoved",EDIT_ROW:"RestfulTable.switchedToEditMode",SERVER_ERROR:"RestfulTable.serverError",CREATED:"created",UPDATED:"updated",FOCUS:"focus",BLUR:"blur",SUBMIT:"submit",SAVE:"save",MODAL:"modal",MODELESS:"modeless",CANCEL:"cancel",CONTENT_REFRESHED:"contentRefreshed",RENDER:"render",FINISHED_EDITING:"finishedEditing",VALIDATION_ERROR:"validationError",SUBMIT_STARTED:"submitStarted",SUBMIT_FINISHED:"submitFinished",INITIALIZED:"initialized",ROW_INITIALIZED:"rowInitialized",ROW_EDIT:"editRow"},a5='<aui-spinner size="small"></aui-spinner>',a8="aui-spinner";function a7(e){0===e.find(a8).length&&e.find(`.${a0.STATUS}`).append(a5)}function a6(e){e.find(`.${a0.STATUS} ${a8}`).remove()}var oe=-1!==navigator.userAgent.toLowerCase().indexOf("firefox");let ot=nw().View.extend({tagName:"tr",events:{focusin:"_focus",click:"_focus",keyup:"_handleKeyUpEvent"},initialize:function(e){this.$el=x(this.el),this._event=a9,this.classNames=a0,this.dataKeys=a4,this.columns=e.columns,this.isCreateRow=e.isCreateRow,this.allowReorder=e.allowReorder,this.events["click ."+this.classNames.CANCEL]="_cancel",this.delegateEvents(),e.isUpdateMode?this.isUpdateMode=!0:(this._modelClass=e.model,this.model=new this._modelClass),this.fieldFocusSelector=e.fieldFocusSelector,this.on(this._event.CANCEL,()=>{this.isCreateRow||(this.disabled=!0)}).on(this._event.SAVE,e=>!this.disabled&&this.submit(e)).on(this._event.FOCUS,e=>this.focus(e)).on(this._event.BLUR,()=>{this.$el.removeClass(this.classNames.FOCUSED),this.disable()}).on(this._event.SUBMIT_STARTED,()=>this._submitStarted()).on(this._event.SUBMIT_FINISHED,()=>this._submitFinished())},defaultColumnRenderer:function(e){return!1!==e.allowEdit?x("<input type='text' />").addClass("text").attr({name:e.name,value:e.value,"aria-label":e.ariaLabel}):e.value?document.createTextNode(e.value):void 0},renderDragHandle:function(){return'<span class="'+this.classNames.DRAG_HANDLE+'"></span></td>'},_handleKeyUpEvent:function(e){27===e.keyCode&&this.trigger(this._event.CANCEL)},_cancel:function(e){return this.trigger(this._event.CANCEL),e.preventDefault(),this},_submitStarted:function(){return this.submitting=!0,this.showLoading().disable().delegateEvents({}),this},_submitFinished:function(){return this.submitting=!1,this.hideLoading().enable().delegateEvents(this.events),this},_focus:function(e){return this.hasFocus()||this.trigger(this._event.FOCUS,e.target.name),this},hasFocus:function(){return this.$el.hasClass(this.classNames.FOCUSED)},focus:function(e){var t,i;return this.enable(),t=e?this.$el.find(this.fieldFocusSelector(e)):0===(i=this.$el.find(this.classNames.ERROR+":first")).length?this.$el.find(":input:text:first"):i.parent().find(":input"),this.$el.addClass(this.classNames.FOCUSED),t.focus().trigger("select"),this},disable:function(){var e,t;return oe&&(t=this.$el.find(":submit")).length&&(e=x("<input type='submit' class='"+this.classNames.SUBMIT+"' />").addClass(t.attr("class")).val(t.val()).data(this.dataKeys.ENABLED_SUBMIT,t),t.replaceWith(e)),this.$el.addClass(this.classNames.DISABLED).find(":submit").prop("disabled",!0),this},enable:function(){var e,t;return oe&&(t=(e=this.$el.find(this.classNames.SUBMIT)).data(this.dataKeys.ENABLED_SUBMIT))&&e.length&&e.replaceWith(t),this.$el.removeClass(this.classNames.DISABLED).find(":submit").prop("disabled",!1),this},showLoading:function(){return a7(this.$el),this},hideLoading:function(){return a6(this.$el),this},hasUpdates:function(){return!!this.mapSubmitParams(this.serializeObject())},serializeObject:function(){var e=this.$el;return e.serializeObject?e.serializeObject():e.serialize()},mapSubmitParams:function(e){return this.model.changedAttributes(e)},submit:function(e){var t,i=this;if(document.activeElement!==window&&x(document.activeElement).blur(),this.isUpdateMode){if(!(t=this.mapSubmitParams(this.serializeObject())))return i.trigger(i._event.CANCEL)}else this.model.clear(),t=this.mapSubmitParams(this.serializeObject());return this.trigger(this._event.SUBMIT_STARTED),this.model.save(t,{success:function(){i.isUpdateMode?i.trigger(i._event.UPDATED,i.model,e):(i.trigger(i._event.CREATED,i.model.toJSON()),i.model=new i._modelClass,i.render({errors:{},values:{}}),i.trigger(i._event.FOCUS)),i.trigger(i._event.SUBMIT_FINISHED)},error:function(e,t,n){400===n.status&&(i.renderErrors(t.errors),i.trigger(i._event.VALIDATION_ERROR,t.errors)),i.trigger(i._event.SUBMIT_FINISHED)},silent:!0}),this},renderError:function(e,t){return x("<div />").attr("data-field",e).addClass(this.classNames.ERROR).text(t)},renderErrors:function(e){var t=this;return this.$("."+this.classNames.ERROR).remove(),e&&x.each(e,function(e,i){t.$el.find("[name='"+e+"']").closest("td").append(t.renderError(e,i))}),this},render:function(e){var t=this;return this.$el.empty(),this.allowReorder&&x('<td class="'+this.classNames.ORDER+'" />').append(this.renderDragHandle()).appendTo(t.$el),x.each(this.columns,function(i,n){var s,r,a=e.values[n.id],o=[{name:n.id,ariaLabel:n.inputAriaLabel?n.inputAriaLabel:n.header,value:a,allowEdit:n.allowEdit},e.values,t.model];a&&t.$el.attr("data-"+n.id,a),s=t.isCreateRow&&n.createView?new n.createView({model:t.model}).render(o[0]):n.editView?new n.editView({model:t.model}).render(o[0]):t.defaultColumnRenderer.apply(t,o),r=x("<td />"),"object"==typeof s&&s.done?s.done(function(e){r.append(e)}):r.append(s),n.styleClass&&r.addClass(n.styleClass),r.appendTo(t.$el)}),this.$el.append(this.renderOperations(e.update,e.values)).addClass(this.classNames.ROW+" "+this.classNames.EDIT_ROW),this.trigger(this._event.RENDER,this.$el,e.values),this.$el.trigger(this._event.CONTENT_REFRESHED,[this.$el]),this},renderOperations:function(e){var t=x('<td class="aui-restfultable-operations" />');return e?t.append(x('<input class="aui-button aui-button-primary" type="submit" />').attr({accesskey:this.submitAccessKey,value:eY.getText("aui.words.update")})).append(x('<a class="aui-button aui-button-link" href="#" />').addClass(this.classNames.CANCEL).text(eY.getText("aui.words.cancel")).attr({accesskey:this.cancelAccessKey})):t.append(x('<input class="aui-button aui-button-primary" type="submit" />').attr({accesskey:this.submitAccessKey,value:eY.getText("aui.words.add")})),t.add(x(`<td class="${this.classNames.STATUS}" />`))}}),oi=x(document||{});function on(e,t){oi.trigger(e,t)}function os(e,t,i){x(t).trigger(e,i),on(e,i),t.id&&on(t.id+"-"+e,i)}let or=e=>JSON.parse(e||"null");var oa=nw().Model.extend({sync:function(e,t,i){var n=this,s=i.error;return i.error=function(e){n._serverErrorHandler(e,this),s&&s.apply(this,arguments)},nw().sync.apply(nw(),arguments)},save:function(e,t){var i,n=this,s=(t=t||{}).error,r=t.success;t.error=function(e,t){var i=or(t.responseText||t.data);s&&s.call(n,n,i,t)},this.isNew()?nw().Model.prototype.save.call(this,e,t):e&&((i=new(oa.extend({url:this.url()}))({id:this.id})).save=nw().Model.prototype.save,t.success=function(e,t){n.clear().set(e.toJSON()),r&&r.call(n,n,t)},i.save(e,t))},destroy:function(e){e=e||{};var t=this,i=this.url();return x.ajax({url:i,type:"DELETE",dataType:"json",data:e.data||{},contentType:"application/json",success(i){t.collection&&t.collection.remove(t),e.success&&e.success.call(t,i)},error(i){t._serverErrorHandler(i,this),e.error&&e.error.call(t,i)}}),this},changedAttributes:function(e){var t={},i=this.toJSON();if(x.each(e,function(e,n){i[e]?i[e]&&i[e]!==n&&("object"==typeof n&&(0,to.isEqual)(n,i[e])||(t[e]=n)):"string"==typeof n?""!==n.trim()&&(t[e]=n):Array.isArray(n)?0!==n.length&&(t[e]=n):t[e]=n}),!(0,to.isEmpty)(t))return this.addExpand(t),t},addExpand:function(e){},_serverErrorHandler:function(e,t){var i;400!==e.status&&(i=x.parseJSON(e.responseText||e.data),os(a9.SERVER_ERROR,this,[i,e,t]))},fetch:function(e){e=e||{},this.clear(),nw().Model.prototype.fetch.call(this,e)}});let oo=nw().View.extend({tagName:"tr",events:{"click .aui-restfultable-editable":"edit"},initialize:function(e){if(e=e||{},this._event=a9,this.classNames=a0,this.dataKeys=a4,this.columns=e.columns,this.allowEdit=e.allowEdit,this.allowDelete=e.allowDelete,!this.events["click .aui-restfultable-editable"])throw Error("It appears you have overridden the events property. To add events you will need to usea work around. https://github.com/documentcloud/backbone/issues/244");this.index=e.index||0,this.deleteConfirmationCallback=e.deleteConfirmationCallback,this.allowReorder=e.allowReorder,this.$el=x(this.el),this.on(this._event.CANCEL,()=>this.disabled=!0).on(this._event.FOCUS,e=>this.focus(e)).on(this._event.BLUR,()=>this.unfocus()).on(this._event.MODAL,()=>this.$el.addClass(this.classNames.ACTIVE)).on(this._event.MODELESS,()=>this.$el.removeClass(this.classNames.ACTIVE))},renderDragHandle:function(){return'<span class="'+this.classNames.DRAG_HANDLE+'"></span></td>'},defaultColumnRenderer:function(e){if(e.value)return document.createTextNode(e.value.toString())},sync:function(e){var t=this;return this.model.addExpand(e),this.showLoading(),this.model.save(e,{success:function(){t.hideLoading().render(),t.trigger(t._event.UPDATED)},error:function(){t.hideLoading()}}),this},refresh:function(e,t){var i=this;return this.showLoading(),this.model.fetch({success:function(){i.hideLoading().render(),e&&e.apply(this,arguments)},error:function(){i.hideLoading(),t&&t.apply(this,arguments)}}),this},hasFocus:function(){return this.$el.hasClass(this.classNames.FOCUSED)},focus:function(){return x(this.el).addClass(this.classNames.FOCUSED),this},unfocus:function(){return x(this.el).removeClass(this.classNames.FOCUSED),this},showLoading:function(){return a7(this.$el),this},hideLoading:function(){return a6(this.$el),this},edit:function(e){var t;return t=x(e.target).is("."+this.classNames.EDITABLE)?x(e.target).attr("data-field-name"):x(e.target).closest("."+this.classNames.EDITABLE).attr("data-field-name"),this.trigger(this._event.ROW_EDIT,t),this},renderOperations:function(){var e=this;if(!1!==this.allowDelete)return x("<a href='#' class='aui-button' />").addClass(this.classNames.DELETE).text(eY.getText("aui.words.delete")).on("click",function(t){t.preventDefault(),e.destroy()})},destroy:function(){if(this.deleteConfirmationCallback){let e=this.deleteConfirmationCallback(this.model.toJSON());if(e&&e.then)e.then(()=>this.model.destroy(),()=>{});else throw Error("deleteConfirmationCallback needs to return a Promise")}else this.model.destroy()},render:function(){var e=this,t=this.model.toJSON(),i=x("<td class='aui-restfultable-operations' />").append(this.renderOperations({},t)),n=x(`<td class="${this.classNames.STATUS}" />`);return this.$el.removeClass(this.classNames.DISABLED+" "+this.classNames.FOCUSED+" "+this.classNames.EDIT_ROW).addClass(this.classNames.READ_ONLY).empty(),this.allowReorder&&x('<td class="'+this.classNames.ORDER+'" />').append(this.renderDragHandle()).appendTo(e.$el),this.$el.attr("data-id",this.model.id),x.each(this.columns,function(i,n){var s,r=x("<td />"),a=t[n.id],o=n.fieldName||n.id,l=[{name:o,value:a,allowEdit:n.allowEdit},t,e.model];if(a&&e.$el.attr("data-"+n.id,a),s=n.readView?new n.readView({model:e.model}).render(l[0]):e.defaultColumnRenderer.apply(e,l),!1!==e.allowEdit&&!1!==n.allowEdit){var c=x("<span />").addClass(e.classNames.EDITABLE).append('<span class="aui-icon aui-icon-small aui-iconfont-edit"></span>').append(s).attr("data-field-name",o);r=x("<td />").append(c).appendTo(e.$el),s&&String(s).trim()||(r.addClass(e.classNames.NO_VALUE),c.html(x("<em />").text(this.emptyText||eY.getText("aui.enter.value"))))}else r.append(s);n.styleClass&&r.addClass(n.styleClass),r.appendTo(e.$el)}),this.$el.append(i).append(n).addClass(this.classNames.ROW+" "+this.classNames.READ_ONLY),this.trigger(this._event.RENDER,this.$el,t),this.$el.trigger(this._event.CONTENT_REFRESHED,[this.$el]),this}});var ol=nw().View.extend({initialize:function(e){var t=this;if(t.options=x.extend(!0,t._getDefaultOptions(e),e),t.id=this.options.id,t._event=a9,t.classNames=a0,t.dataKeys=a4,this.$table=x(e.el).addClass(this.classNames.RESTFUL_TABLE).addClass(this.classNames.ALLOW_HOVER).addClass("aui"),this.$table.wrapAll("<form class='aui' action='#' />"),this.$thead=x("<thead/>"),this.$theadRow=x("<tr />").appendTo(this.$thead),this.$tbody=x("<tbody/>"),!this.$table.length)throw Error("RestfulTable: Init failed! The table you have specified ["+this.$table.selector+"] cannot be found.");if(!this.options.columns)throw Error("RestfulTable: Init failed! You haven't provided any columns to render.");if(this.options.deleteConfirmationCallback&&!(this.options.deleteConfirmationCallback instanceof Function))throw Error("RestfulTable: Init failed! deleteConfirmationCallback is not a function");this.showGlobalLoading(),this.options.columns.forEach(function(e){var i="function"==typeof e.header?e.header():e.header;void 0===i&&(N("You have not specified [header] for column ["+e.id+"]. Using id for now..."),i=e.id),t.$theadRow.append("<th>"+i+"</th>")}),t.$theadRow.append("<th></th><th></th>"),this._models=this._createCollection(),this._rowClass=this.options.views.row,this.editRows=[],this.$table.closest("form").on("submit",function(e){t.focusedRow&&t.focusedRow.trigger(t._event.SAVE),e.preventDefault()}),this.options.allowReorder&&(this.$theadRow.prepend("<th />"),this.$tbody.sortable({handle:"."+this.classNames.DRAG_HANDLE,helper:function(e,i){var n=x("<div/>").attr("class",i.attr("class")).addClass(t.classNames.MOVEABLE);return i.children().each(function(){var e=x(this),t=parseInt(0+e.css("border-left-width"),10),i=parseInt(0+e.css("border-right-width"),10),s=e[0].clientWidth+t+i;n.append(x("<div/>").html(e.html()).attr("class",e.attr("class")).width(s))}),(n=x("<div class='aui-restfultable-readonly'/>").append(n)).css({left:i.offset().left}),n.appendTo(document.body),n},start:function(e,i){var n=i.helper[0].clientHeight,s=i.placeholder.find("td");i.item.addClass(t.classNames.MOVEABLE).children().each(function(e){x(this).width(s.eq(e).width())});var r='<td colspan="'+t.getColumnCount()+'">&nbsp;</td>';i.placeholder.html(r).css({height:n,visibility:"visible"}),t.getRowFromElement(i.item[0]).trigger(t._event.MODAL)},stop:function(e,i){x(i.item[0]).is(":visible")&&(i.item.removeClass(t.classNames.MOVEABLE).children().attr("style",""),i.placeholder.removeClass(t.classNames.ROW),t.getRowFromElement(i.item[0]).trigger(t._event.MODELESS))},update:function(e,i){var n={row:t.getRowFromElement(i.item[0]),item:i.item,nextItem:i.item.next(),prevItem:i.item.prev()};t.move(n)},axis:"y",delay:0,containment:"document",cursor:"move",scroll:!0,zIndex:8e3}),this.$tbody.on("selectstart mousedown",function(e){return!x(e.target).is("."+t.classNames.DRAG_HANDLE)})),!1!==this.options.allowCreate&&(this._createRow=new this.options.views.editRow({columns:this.options.columns,isCreateRow:!0,model:this.options.model.extend({url:function(){return t.options.resources.self}}),cancelAccessKey:this.options.cancelAccessKey,submitAccessKey:this.options.submitAccessKey,allowReorder:this.options.allowReorder,fieldFocusSelector:this.options.fieldFocusSelector}),this._createRow.on(this._event.CREATED,function(e){void 0===t.options.addPosition&&"bottom"===t.options.createPosition||"bottom"===t.options.addPosition?t.addRow(e):t.addRow(e,0)}),this._createRow.on(this._event.VALIDATION_ERROR,function(){this.trigger(t._event.FOCUS)}),this._createRow.render({errors:{},values:{}}),this.$create=x('<tbody class="'+this.classNames.CREATE+'" />').append(this._createRow.el),this._applyFocusCoordinator(this._createRow),this.options.autoFocus&&this._createRow.trigger(this._event.FOCUS)),this._models.on("remove",function(e){t.getRows().forEach(function(i){i.model===e&&(i.hasFocus()&&t._createRow&&t._createRow.trigger(t._event.FOCUS),t.removeRow(i))})}),this.fetchInitialResources()},fetchInitialResources:function(){var e=this;"function"==typeof this.options.resources.all?this.options.resources.all(function(t){e.populate(t)}):x.get(this.options.resources.all,function(t){e.populate(t)})},move:function(e){var t=this;if(e.row){var i,n=(i=t.options.reverseOrder?e.nextItem:e.prevItem).length?{after:t.getRowFromElement(i).model.url()}:{position:"First"};x.ajax({url:e.row.model.url()+"/move",type:"POST",dataType:"json",contentType:"application/json",data:JSON.stringify(n),complete:function(){e.row.hideLoading()},success:function(e){os(t._event.REORDER_SUCCESS,t,[e])},error:function(e){var i=or(e.responseText||e.data);os(t._event.SERVER_ERROR,t,[i,e,this])}}),e.row.showLoading()}},_createCollection:function(){var e=this;return new(this.options.Collection.extend({sort:function(t){if(t||(t={}),!this.comparator)throw Error("Cannot sort a set without a comparator");return this.tableRows=e.getRows(),this.models=this.sortBy(this.comparator,this),this.tableRows=void 0,t.silent||this.trigger("refresh",this,t),this},remove:function(...t){return this.tableRows=e.getRows(),nw().Collection.prototype.remove.apply(this,t),this.tableRows=void 0,this}}))([],{comparator:function(t){var i;return(this&&void 0!==this.tableRows?this.tableRows:e.getRows()).some(function(e,n){if(e.model.id===t.id)return i=n,!0}),i}})},populate:function(e){this.options.reverseOrder&&e.reverse(),this.hideGlobalLoading(),e&&e.length?(this._models.reset([],{silent:!0}),this.renderRows(e),this.isEmpty()&&this.showNoEntriesMsg()):this.showNoEntriesMsg(),this.$table.append(this.$thead),"bottom"===this.options.createPosition?this.$table.append(this.$tbody).append(this.$create):this.$table.append(this.$create).append(this.$tbody),this.$table.trigger(this._event.INITIALIZED,[this]),os(this._event.INITIALIZED,this,[this]),this.options.autoFocus&&this.$table.find(":input:text:first").focus()},showGlobalLoading:function(){return this.$loading||(this.$loading=x('<div class="aui-restfultable-init"><span class="aui-restfultable-loading">'+a5+this.options.loadingMsg+"</span></div>")),this.$loading.is(":visible")||this.$loading.insertAfter(this.$table),this},hideGlobalLoading:function(){return this.$loading&&this.$loading.remove(),this},addRow:function(e,t){var i,n;if(!e.id)throw Error("RestfulTable.addRow: to add a row values object must contain an id. Maybe you are not returning it from your restend point?Recieved:"+JSON.stringify(e));return n=new this.options.model(e),i=this._renderRow(n,t),this._models.add(n),this.removeNoEntriesMsg(),os(this._event.ROW_ADDED,this,[i,this]),this},removeRow:function(e){this._models.remove(e.model),e.remove(),this.isEmpty()&&this.showNoEntriesMsg(),os(this._event.ROW_REMOVED,this,[e,this])},isEmpty:function(){return 0===this._models.length},getModels:function(){return this._models},getTable:function(){return this.$table},getTableBody:function(){return this.$tbody},getCreateRow:function(){return this._createRow},getColumnCount:function(){var e=2;return this.allowReorder&&++e,this.options.columns.length+e},getRowFromElement:function(e){return x(e).data(this.dataKeys.ROW_VIEW)},showNoEntriesMsg:function(){return this.$noEntries&&this.$noEntries.remove(),this.$noEntries=x("<tr>").addClass(this.classNames.NO_ENTRIES).append(x("<td>").attr("colspan",this.getColumnCount()).text(this.options.noEntriesMsg)).appendTo(this.$tbody),this},removeNoEntriesMsg:function(){return this.$noEntries&&this._models.length>0&&this.$noEntries.remove(),this},getRows:function(){var e=this,t=[];return this.$tbody.find("."+this.classNames.READ_ONLY).each(function(){var i=x(this).data(e.dataKeys.ROW_VIEW);i&&t.push(i)}),t},_renderRow:function(e,t){var i,n,s=this,r=this.$tbody.find("."+this.classNames.READ_ONLY);return n=new this._rowClass({model:e,columns:this.options.columns,allowEdit:this.options.allowEdit,allowDelete:this.options.allowDelete,allowReorder:this.options.allowReorder,deleteConfirmationCallback:this.options.deleteConfirmationCallback}),this.removeNoEntriesMsg(),n.on(this._event.ROW_EDIT,function(e){os(this._event.EDIT_ROW,{},[this,s]),s.edit(this,e)}),i=n.render().$el,-1!==t&&("number"==typeof t&&0!==r.length?i.insertBefore(r[t]):this.$tbody.append(i)),i.data(this.dataKeys.ROW_VIEW,n),n.on(this._event.MODAL,function(){s.$table.removeClass(s.classNames.ALLOW_HOVER),s.$tbody.sortable("disable"),s.getRows().forEach(function(e){s.isRowBeingEdited(e)||e.delegateEvents({})})}),n.on(this._event.MODELESS,function(){s.$table.addClass(s.classNames.ALLOW_HOVER),s.$tbody.sortable("enable"),s.getRows().forEach(function(e){s.isRowBeingEdited(e)||e.delegateEvents()})}),this._applyFocusCoordinator(n),this.trigger(this._event.ROW_INITIALIZED,n),n},isRowBeingEdited:function(e){var t=!1;return this.editRows.some(function(i){if(i.el===e.el)return t=!0,!0}),t},_applyFocusCoordinator:function(e){var t=this;return e.hasFocusBound||(e.hasFocusBound=!0,e.on(this._event.FOCUS,function(){t.focusedRow&&t.focusedRow!==e&&t.focusedRow.trigger(t._event.BLUR),t.focusedRow=e,e instanceof oo&&t._createRow&&t._createRow.enable()})),this},_removeEditRow:function(e){var t=x.inArray(e,this.editRows);return this.editRows.splice(t,1),this},_shiftFocusAfterEdit:function(){return this.editRows.length>0?this.editRows[this.editRows.length-1].trigger(this._event.FOCUS):this._createRow&&this._createRow.trigger(this._event.FOCUS),this},_saveEditRowOnBlur:function(){return this.editRows.length<=1},dismissEditRows:function(){this.editRows.forEach(function(e){e.hasUpdates()||e.trigger(this._event.FINISHED_EDITING)},this)},edit:function(e,t){var i=this,n=new this.options.views.editRow({el:e.el,columns:this.options.columns,isUpdateMode:!0,allowReorder:this.options.allowReorder,fieldFocusSelector:this.options.fieldFocusSelector,model:e.model,cancelAccessKey:this.options.cancelAccessKey,submitAccessKey:this.options.submitAccessKey}),s=e.model.toJSON();return s.update=!0,n.render({errors:{},update:!0,values:s}).on(i._event.UPDATED,function(t,n){i._removeEditRow(this),this.off(),e.render().delegateEvents(),e.trigger(i._event.UPDATED),!1!==n&&i._shiftFocusAfterEdit()}).on(i._event.VALIDATION_ERROR,function(){this.trigger(i._event.FOCUS)}).on(i._event.FINISHED_EDITING,function(){i._removeEditRow(this),e.render().delegateEvents(),this.off()}).on(i._event.CANCEL,function(){i._removeEditRow(this),this.off(),e.render().delegateEvents(),i._shiftFocusAfterEdit()}).on(i._event.BLUR,function(){i.dismissEditRows(),i._saveEditRowOnBlur()&&this.trigger(i._event.SAVE,!1)}),this._applyFocusCoordinator(n),n.trigger(i._event.FOCUS,t),i._createRow&&i._createRow.disable(),this.editRows.push(n),n},renderRows:function(e=[]){var t=this._models.comparator,i=[];this._models.comparator=void 0;var n=e.map(e=>{var t=new this.options.model(e);return i.push(this._renderRow(t,-1).el),t});return this._models.add(n,{silent:!0}),this._models.comparator=t,this.removeNoEntriesMsg(),this.$tbody.append(i),this},_getDefaultOptions:function(e){return{model:e.model||oa,allowEdit:!0,views:{editRow:ot,row:oo},Collection:nw().Collection.extend({url:e.resources.self,model:e.model||oa}),allowReorder:!1,fieldFocusSelector:function(e){return":input[name="+e+"], #"+e},loadingMsg:e.loadingMsg||eY.getText("aui.words.loading")}}});ol.ClassNames=a0,ol.CustomCreateView=a1,ol.CustomEditView=a2,ol.CustomReadView=a3,ol.DataKeys=a4,ol.EditRow=ot,ol.EntryModel=oa,ol.Events=a9,ol.Row=oo,k("RestfulTable",ol);let oc=ol;function ou(e){return x(e).clone().removeAttr("id")}k("clone",ou);var od=window.DocumentTouch,oh="ontouchstart"in window||od&&document instanceof od;function op(e,t,i,n){e.find(`[${n}]`).attr(n,(e,n)=>t===n?i:void 0)}function of(e){return e.offset().top}function og(e){var t;this.$el=x(e),this.$el.length&&(this.$body=x("body"),this.$wrapper=this.$el.children(".aui-sidebar-wrapper"),this.$body.addClass("aui-page-sidebar"),this._previousScrollTop=null,this._previousViewportHeight=null,this._previousViewportWidth=null,this._previousOffsetTop=null,this.submenus=new oy,function(e){if(x(".aui-sidebar").length){e.$el.on("mouseenter mouseleave click focus",e.collapsedTriggersSelector,function(t){oT(e,x(t.target))}),oh&&function(e){if(window.matchMedia)return window.matchMedia(e).matches;var t=document.createElement("style");t.type="text/css",t.id="testMedia",t.innerText=`@media ${e} { #testMedia { width: 1px; } }`,document.head.appendChild(t);var i="1px"===window.getComputedStyle(t,null).width;return t.parentNode.removeChild(t),i}("only screen and (max-device-width:1024px)")&&x("body").addClass("aui-page-sidebar-touch");var t=null,i=function(){null===t&&(t=requestAnimationFrame(function(){e.reflow(),t=null}))};x(window).on("scroll resize",i),i(),e.isAnimated()&&e.$el.on("transitionend webkitTransitionEnd",function(){e.$el.trigger(x.Event(om+(e.isCollapsed()?"collapse-end":"expand-end")))}),e.$el.on("click",".aui-sidebar-toggle",function(t){t.preventDefault(),e.toggle()}),x(".aui-page-panel").on("click",function(){!e.isCollapsed()&&e.isViewportNarrow()&&e.collapse()});var n=function(t){var i,n;(i=t).which!==er.LEFT_SQUARE_BRACKET||i.shiftKey||i.ctrlKey||i.metaKey||"value"in(n=i.target)||n.isContentEditable||e.toggle()};x(document).on("keypress",n),e._remove=function(){x(this.inlineDialogSelector).remove(),this.$el.off(),this.$el.remove(),x(document).off("keypress",n),x(window).off("scroll resize",i)},e.$el.on("touchend",function(t){e.isCollapsed()&&(e.expand(),t.preventDefault())}),e.$el.tooltip({...oE,live:e.collapsedTriggersSelector,suppress:function(){let t=x(this),i=!1===e.isCollapsed();return!0===ox(t)||i}}),e.$el.tooltip({...oE,aria:!1,live:e.toggleSelector,title:function(){return e.isCollapsed()?eY.getText("aui.sidebar.expand.tooltip"):eY.getText("aui.sidebar.collapse.tooltip")}}),e.$el.on("keydown",e.collapsedTriggersSelector,function(t){if(e.isCollapsed()){var i=t.target,n=o_(i);if(n){var r,a=x(n);s(t)&&n.open&&(t.preventDefault(),(r=a).attr("persistent",""),r.find(":aui-tabbable").first().focus(),setTimeout(function(){r.removeAttr("persistent")},100),a.on("keydown",function(e){var t,n,r;((t=e).keyCode===er.TAB&&t.shiftKey&&(n=e.target,n===a.find(":aui-tabbable")[0])||s(e)&&(r=e.target,r===a.find(":aui-tabbable").last()[0]))&&(i.focus(),x(this).off("keydown"),oC())}))}}})}function s(e){return e.keyCode===er.TAB&&!e.shiftKey&&!e.altKey}}(this),t=this,x(t.collapsedTriggersSelector).each(function(){oT(t,x(this))}))}var om="_aui-internal-sidebar-";function ov(e){return x.map(e.split(" "),function(e){return om+e}).join(" ")}function ob(){return document.querySelectorAll(og.prototype.inlineDialogSelector)}function oy(){this.inlineDialog=null}function ow(e){return e.is("a")?e.next(".aui-nav"):e.children(".aui-nav, hr")}function o_(e){var t=e.getAttribute("aria-controls");return document.getElementById(t)}function ox(e){return 0!==ow(e).length}function oC(){var e=ob();Array.prototype.forEach.call(e,function(e){e.open=!1})}function oT(e,t){if(!t.data("_aui-sidebar-submenu-constructed")&&(t.data("_aui-sidebar-submenu-constructed",!0),ox(t))){var i,n,s,r=document.createElement("aui-inline-dialog"),a=iI("sidebar-submenu");return t.attr("aria-controls",a),t.attr("data-aui-trigger",""),eo.init(t),r.setAttribute("id",a),r.setAttribute("alignment","right top"),r.setAttribute("hidden",""),r.setAttribute("contained-by","viewport"),e.isCollapsed()&&r.setAttribute("responds-to","hover"),x(r).addClass(og.prototype.inlineDialogClass),document.body.appendChild(r),eo.init(r),i=e,n=t,(s=r).addEventListener("aui-layer-show",function(e){if(!i.isCollapsed())return void e.preventDefault();if(!("AUI-INLINE-DIALOG"!==e.target.tagName||!e.target.classList.contains("aui-sidebar-submenu-dialog"))){var t,r,a,o,l=x.Event("aui-sidebar-submenu-before-show");if(n.trigger(l,s),l.isDefaultPrevented())return void e.preventDefault();t=n,r=s,t.addClass("active"),r.innerHTML=ok,a=t.is("a")?t.text():t.children(".aui-nav-heading").text(),(o=x(r).find(".aui-navgroup-inner")).children(".aui-nav-heading").attr("title",a).children("strong").text(a),(function(e){let t,i=ou(e);return(t=x("<div></div>")).append(i),t.find("[id]").each((e,i)=>{var n;let s=iI(`${i.id}-`);op(t,n=i.id,s,"aria-controls"),op(t,n,s,"aria-owns"),i.id=s}),i.hasClass("aui-expander-content")&&(i.find(".aui-expander-cutoff").remove(),i.removeClass("aui-expander-content")),i})(ow(t)).appendTo(o)}}),s.addEventListener("aui-layer-hide",function(){n.removeClass("active")}),r}}og.prototype.on=function(){var e=arguments[0],t=Array.prototype.slice.call(arguments,1),i=ov(e);return this.$el.on.apply(this.$el,[i].concat(t)),this},og.prototype.off=function(){var e=arguments[0],t=Array.prototype.slice.call(arguments,1),i=ov(e);return this.$el.off.apply(this.$el,[i].concat(t)),this},og.prototype.setHeight=function(e,t,i){var n=Math.max(0,i-e);return this.$wrapper.height(t-n),this},og.prototype.setTopPosition=function(e=window.pageYOffset){return this.$wrapper.toggleClass("aui-is-docked",e>of(this.$el)),this},og.prototype.setPosition=J(og.prototype.setTopPosition,"Sidebar.setPosition",{removeInVersion:"11.0.0",sinceVersion:"7.6.1",alternativeName:"Sidebar.setTopPosition"}),og.prototype.setLeftPosition=function(e=window.pageXOffset){return this.$wrapper.hasClass("aui-is-docked")&&this.$wrapper.css({left:-e}),this},og.prototype.setCollapsedState=function(e){var t={collapsed:{},expanded:{}};t.collapsed.narrow={narrow:x.noop,wide:function(t){t._expand(e,!0)}},t.collapsed.wide={narrow:x.noop,wide:x.noop},t.expanded.narrow={narrow:x.noop,wide:function(e){e.$body.removeClass("aui-sidebar-collapsed"),e.$el.removeClass("aui-sidebar-fly-out")}},t.expanded.wide={narrow:function(e){e._collapse(!0)},wide:x.noop};var i=this.isCollapsed()?"collapsed":"expanded",n=this.isViewportNarrow(this._previousViewportWidth)?"narrow":"wide",s=this.isViewportNarrow(e)?"narrow":"wide";return t[i][n][s](this),this},og.prototype._collapse=function(e){if(this.isCollapsed())return this;var t=x.Event(om+"collapse-start",{isResponsive:e});return this.$el.trigger(t),t.isDefaultPrevented()||(this.$body.addClass("aui-sidebar-collapsed"),this.$el.attr("aria-expanded","false"),this.$el.removeClass("aui-sidebar-fly-out"),this.$el.find(this.submenuTriggersSelector).attr("tabindex",0),x(this.inlineDialogSelector).attr("responds-to","hover"),this.isAnimated()||this.$el.trigger(x.Event(om+"collapse-end",{isResponsive:e}))),this},og.prototype.collapse=function(){return this._collapse(!1)},og.prototype._expand=function(e,t){var i=x.Event(om+"expand-start",{isResponsive:t});if(this.$el.trigger(i),i.isDefaultPrevented())return this;var n=this.isViewportNarrow(e);return this.$el.attr("aria-expanded","true"),this.$body.toggleClass("aui-sidebar-collapsed",n),this.$el.toggleClass("aui-sidebar-fly-out",n),this.$el.find(this.submenuTriggersSelector).removeAttr("tabindex"),x(this.inlineDialogSelector).removeAttr("responds-to"),this.isAnimated()||this.$el.trigger(x.Event(om+"expand-end",{isResponsive:t})),this},og.prototype.expand=function(){return this.isCollapsed()&&this._expand(this._previousViewportWidth,!1),this},og.prototype.isAnimated=function(){return this.$el.hasClass("aui-is-animated")},og.prototype.isCollapsed=function(){return"false"===this.$el.attr("aria-expanded")},og.prototype.isViewportNarrow=function(e){return(e=void 0===e?this._previousViewportWidth:e)<1240},og.prototype.responsiveReflow=function(e,t){if(e){if(!this.isCollapsed()&&this.isViewportNarrow(t)){var i=this.isAnimated();i&&this.$el.removeClass("aui-is-animated"),this.collapse(),i&&(this.$el[0].offsetHeight,this.$el.addClass("aui-is-animated"))}}else t!==this._previousViewportWidth&&this.setCollapsedState(t)},og.prototype.reflow=function(e=window.pageYOffset,t=document.documentElement.clientHeight,i=window.innerWidth,n=document.documentElement.scrollHeight,s=window.pageXOffset){var r=of(this.$el),a=null===this._previousViewportWidth;if(e!==this._previousScrollTop||t!==this._previousViewportHeight||r!==this._previousOffsetTop){var o=this.$body.hasClass("aui-page-sidebar-touch"),l=e!==this._previousScrollTop&&(e<0||e+t>n);o||!a&&l||(this.setHeight(e,t,r),this.setTopPosition(e))}if(s!==this._previousScrollLeft&&this.setLeftPosition(s),"false"!==this.$el.attr("data-aui-responsive"))this.responsiveReflow(a,i);else{var c=!this.isCollapsed()&&this.isViewportNarrow(i);this.$el.toggleClass("aui-sidebar-fly-out",c)}return this._previousScrollTop=e,this._previousViewportHeight=t,this._previousViewportWidth=i,this._previousOffsetTop=r,this._previousScrollLeft=s,this},og.prototype.toggle=function(){return this.isCollapsed()?(this.expand(),this.$el.find(".aui-sidebar-toggle").attr("aria-label",eY.getText("aui.sidebar.collapse.tooltip"))):(this.collapse(),this.$el.find(".aui-sidebar-toggle").attr("aria-label",eY.getText("aui.sidebar.expand.tooltip"))),this},og.prototype.submenuTriggersSelector=".aui-sidebar-group:not(.aui-sidebar-group-tier-one)",og.prototype.collapsedTriggersSelector=[og.prototype.submenuTriggersSelector,".aui-sidebar-group.aui-sidebar-group-tier-one > .aui-nav > li > a",".aui-sidebar-footer > .aui-sidebar-settings-button"].join(", "),og.prototype.toggleSelector=".aui-sidebar-footer > .aui-sidebar-toggle",og.prototype.tooltipClassName="aui-sidebar-section-tooltip",og.prototype.inlineDialogClass="aui-sidebar-submenu-dialog",og.prototype.inlineDialogSelector="."+og.prototype.inlineDialogClass,oy.prototype.submenu=function(e){return oS(),ow(e)},oy.prototype.hasSubmenu=function(e){return oS(),ox(e)},oy.prototype.submenuHeadingHeight=function(){return oS(),34},oy.prototype.isShowing=function(){return oS(),og.prototype.isSubmenuVisible()},oy.prototype.show=function(e,t){oS(),o_(t).open=!0},oy.prototype.hide=function(){oS(),oC()},oy.prototype.inlineDialogShowHandler=function(){oS()},oy.prototype.inlineDialogHideHandler=function(){oS()},oy.prototype.moveSubmenuToInlineDialog=function(){oS()},oy.prototype.restoreSubmenu=function(){oS()},og.prototype.getVisibleSubmenus=function(){return Array.prototype.filter.call(ob(),function(e){return e.open})},og.prototype.isSubmenuVisible=function(){return this.getVisibleSubmenus().length>0};let ok='<div class="aui-inline-dialog-contents"><div class="aui-sidebar-submenu" ><div class="aui-navgroup aui-navgroup-vertical"><div class="aui-navgroup-inner"><div class="aui-nav-heading"><strong></strong></div></div></div></div></div>';var oE={gravity:"w",title:function(){var e=x(this);return e.is("a")||e.is("button")?e.attr("title")||e.find(".aui-nav-item-label").text()||e.data("tooltip"):e.children(".aui-nav").attr("title")||e.children(".aui-nav-heading").text()}},oA=ek("sidebar",og);x(function(){oA(".aui-sidebar")});var oS=K("Sidebar.submenus",{removeInVersion:"11.0.0",sinceVersion:"5.8.0"});k("sidebar",oA);let oD=oA;function oI(e){"object"!=typeof e&&(e={width:arguments[0],height:arguments[1],id:arguments[2]},e=x.extend({},e,arguments[3])),e=x.extend({},{width:800,height:600,closeOnOutsideClick:!1,keypressListener:function(e){e.keyCode===er.ESCAPE&&t.is(":visible")&&o.hide()}},e);var t=x("<div></div>").addClass("aui-popup");e.id&&t.attr("id",e.id);var i=2600;x(".aui-dialog").each(function(){var e=x(this);i=e.css("z-index")>i?e.css("z-index"):i});var n=function n(s,r){return e.width=s=s||e.width,e.height=r=r||e.height,t.css({marginTop:-Math.round(r/2)+"px",marginLeft:-Math.round(s/2)+"px",width:s,height:r,"z-index":parseInt(i,10)+2}),n}(e.width,e.height);x("body").append(t),t.hide(),D(t);var s=x(".aui-blanket"),r=function(e,t){var i=x(e,t);return!!i.length&&(i.focus(),!0)},a=function(t){if(0===x(".dialog-page-body",t).find(":focus").length){if(e.focusSelector)return r(e.focusSelector,t);var i=":input:visible:enabled:first";r(i,x(".dialog-page-body",t))||r(i,x(".dialog-button-panel",t))||r(i,x(".dialog-page-menu",t))}},o={changeSize:function(t,i){(t&&t!=e.width||i&&i!=e.height)&&n(t,i),this.show()},show:function(){var i=function(){x(document).off("keydown",e.keypressListener).on("keydown",e.keypressListener),ei(),0!==(s=x(".aui-blanket")).length&&e.closeOnOutsideClick&&s.on("click",function(){t.is(":visible")&&o.hide()}),t.show(),oI.current=this,a(t),x(document).trigger("showLayer",["popup",this])};i.call(this),this.show=i},hide:function(){x(document).off("keydown",e.keypressListener),s.off(),this.element.hide(),0===x(".aui-dialog:visible").length&&en();var t=document.activeElement;this.element.has(t).length&&t.blur(),x(document).trigger("hideLayer",["popup",this]),oI.current=null,this.enable()},element:t,remove:function(){t.remove(),this.element=null},disable:function(){this.disabled||(this.popupBlanket=x("<div class='dialog-blanket'> </div>").css({height:t.height(),width:t.width()}),t.append(this.popupBlanket),this.disabled=!0)},enable:function(){this.disabled&&(this.disabled=!1,this.popupBlanket.remove(),this.popupBlanket=null)}};return o}n(841),n(603);var oM=function(){function e(e,t,i,n){e.buttonpanel||e.addButtonPanel(),this.page=e,this.onclick=i,this._onclick=function(t){return!0===i.call(this,e.dialog,e,t)},this.item=x("<button></button>").html(t).addClass("button-panel-button"),n&&this.item.addClass(n),"function"==typeof i&&this.item.on("click",this._onclick),e.buttonpanel.append(this.item),this.id=e.button.length,e.button[this.id]=this}function t(e,t,i,n,s){e.buttonpanel||e.addButtonPanel(),s||(s="#"),this.page=e,this.onclick=i,this._onclick=function(t){return!0===i.call(this,e.dialog,e,t)},this.item=x("<a></a>").html(t).attr("href",s).addClass("button-panel-link"),n&&this.item.addClass(n),"function"==typeof i&&this.item.on("click",this._onclick),e.buttonpanel.append(this.item),this.id=e.button.length,e.button[this.id]=this}function i(e,t){var i="left"==e?-1:1;return function(e){var n=this.page[t];if(this.id!=(1==i?n.length-1:0)){i*=e||1,n[this.id+i].item[i<0?"before":"after"](this.item),n.splice(this.id,1),n.splice(this.id+i,0,this);for(var s=0,r=n.length;s<r;s++)"panel"==t&&this.page.curtab==n[s].id&&(this.page.curtab=s),n[s].id=s}return this}}function n(e){return function(){this.page[e].splice(this.id,1);for(var t=0,i=this.page[e].length;t<i;t++)this.page[e][t].id=t;this.item.remove()}}e.prototype.moveUp=e.prototype.moveLeft=i("left","button"),e.prototype.moveDown=e.prototype.moveRight=i("right","button"),e.prototype.remove=n("button"),e.prototype.html=function(e){return this.item.html(e)},e.prototype.onclick=function(e){let t=this;if(void 0===e)return this.onclick;this.item.off("click",this._onclick),this._onclick=function(i){return!0===e.call(this,t.page.dialog,t.page,i)},"function"==typeof e&&this.item.on("click",this._onclick)};var s=function(e,t,i,n,s){i instanceof x||(i=x(i)),this.dialog=e.dialog,this.page=e,this.id=e.panel.length,this.button=x("<button></button>").html(t).addClass("item-button"),s&&(this.button[0].id=s),this.item=x("<li></li>").append(this.button).addClass("page-menu-item"),this.body=x("<div></div>").append(i).addClass("dialog-panel-body").css("height",e.dialog.height+"px"),this.padding=20,n&&this.body.addClass(n);var r=e.panel.length,a=this;e.menu.append(this.item),e.body.append(this.body),e.panel[r]=this;var o=function(){var t;e.curtab+1&&((t=e.panel[e.curtab]).body.hide(),t.item.removeClass("selected"),"function"==typeof t.onblur&&t.onblur()),e.curtab=a.id,a.body.show(),a.item.addClass("selected"),"function"==typeof a.onselect&&a.onselect(),"function"==typeof e.ontabchange&&e.ontabchange(a,t)};this.button.on?this.button.on("click",o):(M("atlassian-dialog:Panel:constructor - this.button.on false"),this.button.onclick=o),o(),0==r?e.menu.css("display","none"):e.menu.show()};s.prototype.select=function(){this.button.click()},s.prototype.moveUp=s.prototype.moveLeft=i("left","panel"),s.prototype.moveDown=s.prototype.moveRight=i("right","panel"),s.prototype.remove=n("panel"),s.prototype.html=function(e){return e?(this.body.html(e),this):this.body.html()},s.prototype.setPadding=function(e){return isNaN(+e)||(this.body.css("padding",+e),this.padding=+e,this.page.recalcSize()),this};var r=function(e,t){this.dialog=e,this.id=e.page.length,this.element=x("<div></div>").addClass("dialog-components"),this.body=x("<div></div>").addClass("dialog-page-body"),this.menu=x("<ul></ul>").addClass("dialog-page-menu").css("height",e.height+"px"),this.body.append(this.menu),this.curtab,this.panel=[],this.button=[],t&&this.body.addClass(t),e.popup.element.append(this.element.append(this.menu).append(this.body)),e.page[e.page.length]=this};function a(e,t,i){var n={};+e||(e=(n=Object(e)).width,t=n.height,i=n.id),this.height=t||480,this.width=e||640,this.id=i,n=x.extend({},n,{width:this.width,height:this.height,id:this.id}),this.popup=oI(n),this.popup.element.addClass("aui-dialog"),this.page=[],this.curpage=0,new r(this)}return r.prototype.recalcSize=function(){for(var e=62*!!this.header,t=52*!!this.buttonpanel,i=this.panel.length;i--;){var n=this.dialog.height-e-t;this.panel[i].body.css("height",n),this.menu.css("height",n)}},r.prototype.addButtonPanel=function(){this.buttonpanel=x("<div></div>").addClass("dialog-button-panel"),this.element.append(this.buttonpanel)},r.prototype.addPanel=function(e,t,i,n){return new s(this,e,t,i,n),this.recalcSize(),this},r.prototype.addHeader=function(e,t){return this.header&&this.header.remove(),this.header=x("<h2></h2>").text(e||"").addClass("dialog-title"),t&&this.header.addClass(t),this.element.prepend(this.header),this.recalcSize(),this},r.prototype.addButton=function(t,i,n){return new e(this,t,i,n),this.recalcSize(),this},r.prototype.addLink=function(e,i,n,s){return new t(this,e,i,n,s),this.recalcSize(),this},r.prototype.gotoPanel=function(e){this.panel[e.id||e].select()},r.prototype.getCurrentPanel=function(){return this.panel[this.curtab]},r.prototype.hide=function(){this.element.hide()},r.prototype.show=function(){this.element.show()},r.prototype.remove=function(){this.element.remove()},a.prototype.addHeader=function(e,t){return this.page[this.curpage].addHeader(e,t),this},a.prototype.addButton=function(e,t,i){return this.page[this.curpage].addButton(e,t,i),this},a.prototype.addLink=function(e,t,i,n){return this.page[this.curpage].addLink(e,t,i,n),this},a.prototype.addSubmit=function(e,t){return this.page[this.curpage].addButton(e,t,"button-panel-submit-button"),this},a.prototype.addCancel=function(e,t){return this.page[this.curpage].addLink(e,t,"button-panel-cancel-link"),this},a.prototype.addButtonPanel=function(){return this.page[this.curpage].addButtonPanel(),this},a.prototype.addPanel=function(e,t,i,n){return this.page[this.curpage].addPanel(e,t,i,n),this},a.prototype.addPage=function(e){return new r(this,e),this.page[this.curpage].hide(),this.curpage=this.page.length-1,this},a.prototype.nextPage=function(){return this.page[this.curpage++].hide(),this.curpage>=this.page.length&&(this.curpage=0),this.page[this.curpage].show(),this},a.prototype.prevPage=function(){return this.page[this.curpage--].hide(),this.curpage<0&&(this.curpage=this.page.length-1),this.page[this.curpage].show(),this},a.prototype.gotoPage=function(e){return this.page[this.curpage].hide(),this.curpage=e,this.curpage<0?this.curpage=this.page.length-1:this.curpage>=this.page.length&&(this.curpage=0),this.page[this.curpage].show(),this},a.prototype.getPanel=function(e,t){var i=null==t?this.curpage:e;return null==t&&(t=e),this.page[i].panel[t]},a.prototype.getPage=function(e){return this.page[e]},a.prototype.getCurrentPanel=function(){return this.page[this.curpage].getCurrentPanel()},a.prototype.gotoPanel=function(e,t){if(null!=t){var i=e.id||e;this.gotoPage(i)}this.page[this.curpage].gotoPanel(void 0===t?e:t)},a.prototype.show=function(){return this.popup.show(),F("show.dialog",{dialog:this}),this},a.prototype.hide=function(){return this.popup.hide(),F("hide.dialog",{dialog:this}),this},a.prototype.remove=function(){this.popup.hide(),this.popup.remove(),F("remove.dialog",{dialog:this})},a.prototype.disable=function(){return this.popup.disable(),this},a.prototype.enable=function(){return this.popup.enable(),this},a.prototype.get=function(e){var t=[],i=this,n='#([^"][^ ]*|"[^"]*")',s="(?:(page|panel|button|header)(?:"+n+"|:(\\d+))?|"+n+")",r=RegExp("(?:^|,)\\s*"+s+"(?:\\s+"+s+")?\\s*(?=,|$)","ig");(e+"").replace(r,function(e,n,s,r,a,o,l,c,u){n=n&&n.toLowerCase();var h=[];if("page"==n&&i.page[r]?(h.push(i.page[r]),n=(n=o)&&n.toLowerCase(),s=l,r=c,a=u):h=i.page,s=s&&(s+"").replace(/"/g,""),l=l&&(l+"").replace(/"/g,""),a=a&&(a+"").replace(/"/g,""),u=u&&(u+"").replace(/"/g,""),n||a)for(var p=h.length;p--;){if(a||"panel"==n&&(s||!s&&null==r))for(var f=h[p].panel.length;f--;)h[p].panel[f].button.html()!=a&&h[p].panel[f].button.html()!=s&&("panel"!=n||s||null!=r)||t.push(h[p].panel[f]);if(a||"button"==n&&(s||!s&&null==r))for(var f=h[p].button.length;f--;)h[p].button[f].item.html()!=a&&h[p].button[f].item.html()!=s&&("button"!=n||s||null!=r)||t.push(h[p].button[f]);h[p][n]&&h[p][n][r]&&t.push(h[p][n][r]),"header"==n&&h[p].header&&t.push(h[p].header)}else t=t.concat(h)});for(var a={length:t.length},o=t.length;o--;)for(var l in a[o]=t[o],t[o])l in a||function(e){a[e]=function(){for(var t=this.length;t--;)"function"==typeof this[t][e]&&this[t][e].apply(this[t],arguments)}}(l);return a},a.prototype.updateHeight=function(){for(var e=0,t=x(window).height()-62-52-100,i=0;this.getPanel(i);i++)this.getPanel(i).body.css({height:"auto",display:"block"}).outerHeight()>e&&(e=Math.min(t,this.getPanel(i).body.outerHeight())),i!==this.page[this.curpage].curtab&&this.getPanel(i).body.css({display:"none"});for(i=0;this.getPanel(i);i++)this.getPanel(i).body.css({height:e||this.height});this.page[0].menu.height(e),this.height=e+62+52+1,this.popup.changeSize(void 0,this.height)},a.prototype.isMaximised=function(){return this.popup.element.outerHeight()>=x(window).height()-100},a.prototype.getCurPanel=function(){return this.getPanel(this.page[this.curpage].curtab)},a.prototype.getCurPanelButton=function(){return this.getCurPanel().button},a}();oM=Z(oM,"Dialog constructor",{alternativeName:"Dialog2"}),oI=Z(oI,"Dialog popup constructor",{alternatveName:"Dialog2"}),k("Dialog",oM),k("popup",oI);var oN=-1!==navigator.platform.indexOf("Mac"),oO=-1!==navigator.userAgent.indexOf("Safari"),oL=/^(backspace|tab|r(ight|eturn)|s(hift|pace|croll)|c(trl|apslock)|alt|pa(use|ge(up|down))|e(sc|nd)|home|left|up|d(el|own)|insert|f\d\d?|numlock|meta)/i;let oP=e=>{let t=e[0];if(t){let e=document.createEvent("MouseEvent");e.initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),t.dispatchEvent(e)}};function oR(e){var t=[],i=x.Callbacks();function n(e){!oI.current&&i&&i.fire(e)}function s(e){e.preventDefault()}function r(e){(e&&e.split?e.trim().split(" "):[e]).forEach(function(e){var i,r,a;a=!function(e){for(var t=e.length;t--;)if(e[t].length>1&&"space"!==e[t])return!0;return!1}(r=(i=e)instanceof Array?i:function(e){for(var t=[],i="";e.length;){var n=e.match(/^(ctrl|meta|shift|alt)\+/i),s=e.match(oL);n?(i+=n[0],e=e.substring(n[0].length)):(s?(t.push(i+s[0]),e=e.substring(s[0].length)):(t.push(i+e[0]),e=e.substring(1)),i="")}return t}(i.toString()))?"keypress":"keydown",t.push(r),x(document).on(a,!1,r,n),x(document).on(a+" keyup",!1,r,s)})}function a(e,t,i,n){var s="(",r=")";return n&&n.workaroundJaws&&(s="",r=""),i?t+=" "+s+eY.getText("aui.keyboard.shortcut.type.x",e.shift()):t=t.replace(/\)$/,"")+" "+eY.getText("aui.keyboard.shortcut.or.x",e.shift()),e.forEach(function(e){t+=" "+eY.getText("aui.keyboard.shortcut.then.x",e)}),t+=r}return r(e),oR.makeShortcut({executor:i,bindKeys:r,addShortcutsToTitle:function(e){for(var i=x(e),n=i.attr("title")||"",s=t.slice(),r=i.data("boundKeyCombos")||[],o=i.data("kbShortcutAppended")||"",l=i.data("kbShortcutAppendedScreenReader")||"",c=i.attr("aria-label"),u=!o,h=!l,p=u?n:n.substring(0,n.length-o.length),f=h?n:c.substring(0,c.length-l.length);s.length;){var g=s.shift();r.some(function(e){return(0,to.isEqual)(g,e)})||(o=a(g.slice(),o,u),l=a(g.slice(),l,h,{workaroundJaws:!0}),u=!1,h=!1)}oN&&(o=o.replace(/Meta/gi,"⌘").replace(/Shift/gi,"⇧"),l=l.replace(/Meta/gi,"⌘").replace(/Shift/gi,"⇧")),i.attr("title",p+o),i.attr("aria-label",f+l),i.data("kbShortcutAppended",o),i.data("kbShortcutAppendedScreenReader",l),i.data("boundKeyCombos",r.concat(t))},removeShortcutsFromTitle:function(e){var t=x(e),i=t.data("kbShortcutAppended");if(i){var n=t.attr("title");t.attr("title",n.replace(i,"")),t.attr("aria-label",n.replace(i,"")),t.removeData("kbShortcutAppended"),t.removeData("kbShortcutAppendedScreenReader"),t.removeData("boundKeyCombos")}},keypressHandler:n,defaultPreventionHandler:s})}oR.makeShortcut=function(e){var t=e.executor,i=e.bindKeys,n=e.addShortcutsToTitle,s=e.removeShortcutsFromTitle,r=e.keypressHandler,a=e.defaultPreventionHandler,o=[];function l(e){return function(i,n){var s=(n=n||{}).focusedClass||"focused",r=!n.hasOwnProperty("wrapAround")||n.wrapAround,a=!n.hasOwnProperty("escToCancel")||n.escToCancel;return t.add(function(){let t=x(i),n=t.filter("."+s),o=0===n.length?void 0:{transition:!0};a&&x(document).one("keydown",function(e){e.keyCode===er.ESCAPE&&n&&n.removeClass(s)}),n.length&&n.removeClass(s),(n=e(n,t,r))&&n.length>0&&(n.addClass(s),n.moveTo(o),n.is("a")?n.focus():n.find("a:first").focus())}),this}}return{moveToNextItem:l(function(e,t,i){var n;return i&&0===e.length?t.eq(0):(n=x.inArray(e.get(0),t))<t.length-1?(n+=1,t.eq(n)):i?t.eq(0):e}),moveToPrevItem:l(function(e,t,i){var n;return i&&0===e.length?t.filter(":last"):(n=x.inArray(e.get(0),t))>0?(n-=1,t.eq(n)):i?t.filter(":last"):e}),click:function(e){return o.push(e),n(e),t.add(function(){oP(x(e))}),this},goTo:function(e){return t.add(function(){window.location.href=e}),this},followLink:function(e){return o.push(e),n(e),t.add(function(){var t=x(e)[0];t&&({a:!0,link:!0})[t.nodeName.toLowerCase()]&&(window.location.href=t.href)}),this},execute:function(e){var i=this;return t.add(function(){e.apply(i,arguments)}),this},evaluate:function(e){e.call(this)},moveToAndClick:function(e){return o.push(e),n(e),t.add(function(){let t=x(e);t.length>0&&(oP(t),t.moveTo())}),this},moveToAndFocus:function(e){return o.push(e),n(e),t.add(function(t){var i=x(e);i.length>0&&(i.focus(),i.moveTo&&i.moveTo(),i.is(":input")&&t.preventDefault())}),this},or:function(e){return i(e),this},unbind:function(){x(document).off("keydown keypress",r).off("keydown keypress keyup",a);for(var e=0,t=o.length;e<t;e++)s(o[e]);o=[]}}},oR.fromJSON=function(e,t){var i=[];return e&&x.each(e,function(e,n){let s,r=n.op,a=n.param;if("execute"===r||"evaluate"===r)s=[Function(a)];else if(/^\[[^\]\[]*,[^\]\[]*\]$/.test(a)){try{s=JSON.parse(a)}catch(e){O("When using a parameter array, array must be in strict JSON format: "+a)}Array.isArray(s)||O("Badly formatted shortcut parameter. String or JSON Array of parameters required: "+a)}else s=[a];x.each(n.keys,function(){var e=this;t&&oN&&(e=x.map(e,function(e){return e.replace(/ctrl/i,"meta")}));var n=oR(e);n[r].apply(n,s),i.push(n)})}),i},x(document).on("iframeAppended",function(e,t){x(t).on("load",function(){x(t).contents().on("keyup keydown keypress",function(e){(!oO||"keypress"!==e.type)&&(x(e.target).is(":input")||x.event.trigger(e,arguments,document,!0))})})}),k("whenIType",oR);let o$=oR,{FocusManager:oj,InlineDialog2:oz,LayerManager:oH,ProgressiveDataSet:oF,clone:oB,debounce:oU,debounceImmediate:oW,dim:oV,escapeHtml:oY,formValidation:oq,id:oK,isClipped:oQ,keyCode:oG,layer:oJ,messages:oZ,populateParameters:oX,params:o0,responsiveheader:o1,select:o2,tablessortable:o3,tabs:o4,undim:o9,_addID:o5}=window.AJS,{contextPath:o8}=window.AJS})(),s})());
64
+ </li>`;return e.append(i),e.find(".aui-tabs-responsive-trigger-item")},createResponsiveDropdown:function(e,t){return e.append('<div class="aui-dropdown2 aui-tabs-responsive-dropdown" id="aui-tabs-responsive-dropdown-'+t+'"><ul></ul></div>'),e.find("#aui-tabs-responsive-dropdown-"+t)},findNewVisibleTabs:function(e,t,i){for(var n=0,s=0;n+i<=t&&s<e.length;s++)n+=x(e[s]).outerWidth(!0);return e.slice(0,s-1)},moveVisibleTabs:function(e,t,i){for(var n=x("#"+i.find("a").attr("aria-controls")),s=this.findNewVisibleTabs(e,t.outerWidth(),i.parent().outerWidth(!0)),r=s.length-1,a=e.length-1;a>=r;a--){var o=x(e[a]);this.moveTabToResponsiveDropdown(o,n,i)}return x(s)},moveTabToResponsiveDropdown:function(e,t,i){var n=e.find("a");e.attr("data-aui-tab-width",e.outerWidth(!0)),n.addClass("aui-dropdown2-radio aui-tabs-responsive-item"),e.hasClass("active-tab")&&(n.addClass("aui-dropdown2-checked"),i.addClass("active-tab")),t.find("ul").prepend(e)},moveInvisibleTabs:function(e,t,i){for(var n=0;t>0&&n<e.length;n++){var s=x(e[n]),r=parseInt(s.attr("data-aui-tab-width"),10);r<t&&this.moveTabOutOfDropdown(s,i),t-=r}},moveTabOutOfDropdown:function(e,t){e.find("a").hasClass("aui-dropdown2-checked")&&(e.addClass("active-tab"),t.removeClass("active-tab")),e.children("a").removeClass("aui-dropdown2-radio aui-tabs-responsive-item aui-dropdown2-checked"),t.before(e)}};function rB(e){var t=x(e);if(!t.hasClass("aui-tabs-responsive-trigger")){var i=rH(t);if(!i)return void O("Cannot switch to tab panel because it does not exist. Check whether the tab link href is correct.",e);var n=x(i);n.addClass("active-pane").siblings(".tabs-pane").removeClass("active-pane");var s=t.parents(".aui-tabs").find(".aui-tabs-responsive-trigger-item a").attr("aria-controls"),r=x(document.getElementById(s));if(r.find("li a").removeAttr("aria-checked").removeClass("checked aui-dropdown2-checked"),r.find("li").removeClass("active-tab"),t.parent("li.menu-item").addClass("active-tab").siblings(".menu-item").removeClass("active-tab"),t.hasClass("aui-tabs-responsive-item")){var a=n.parent(".aui-tabs").find("li.menu-item:not(.aui-tabs-responsive-trigger-item)");a.removeClass("active-tab"),a.find("a").removeClass("checked").removeAttr("aria-checked")}t.hasClass("aui-tabs-responsive-item")&&n.parent(".aui-tabs").find("li.menu-item.aui-tabs-responsive-trigger-item").addClass("active-tab"),t.closest(".tabs-menu").find("a").attr("aria-selected","false"),t.attr("aria-selected","true"),t.trigger("tabSelect",{tab:t,pane:n})}}function rU(e){return void 0!==e.attr("data-aui-persist")&&"false"!==e.attr("data-aui-persist")}function rW(e){var t=e.attr("id"),i=e.attr("data-aui-persist");return"_internal-aui-tabs-"+(t||"")+(i&&"true"!==i?"-"+i:"")}function rV(e){rG.change(x(e.target).closest("a")),e&&e.preventDefault()}function rY(e){e.forEach(function(e,t){!function(e,t){var i=x(e),n=i.find(".tabs-menu").first(),s=n.find("li:not(.aui-tabs-responsive-trigger-item)"),r=n.find(".aui-tabs-responsive-trigger").parent(),a=r.find("a"),o=a.attr("aria-controls"),l=x(document.getElementById(o)).removeAttr("aria-checked"),c=l.length>0,u=rF.totalTabsWidth(s,l)>i.outerWidth();if(!c&&u&&(r=rF.createResponsiveDropdownTrigger(n,t),l=rF.createResponsiveDropdown(i,t)),a.attr("aria-controls","aui-tabs-responsive-dropdown-"+t),a.attr("id","aui-tabs-responsive-trigger-"+t),a.attr("href","#aui-tabs-responsive-trigger-"+t),l.attr("id","aui-tabs-responsive-dropdown-"+t),u){var h=rF.moveVisibleTabs(s.toArray(),i,r),p=rF.totalVisibleTabWidth(h),f=i.outerWidth()-p-r.outerWidth(!0);if(f>0){var g=l.find("li");rF.moveInvisibleTabs(g.toArray(),f,r)}i.hasClass("aui-tabs-disabled")||l.on("click.aui-tabs","a",rV),n.is(":visible")&&n.hide().show()}c&&!u&&(l.find("li").each(function(){rF.moveTabOutOfDropdown(x(this),r)}),rF.removeResponsiveDropdown(l,r))}(e,t)})}function rq(){return x('.aui-tabs.horizontal-tabs[data-aui-responsive]:not([data-aui-responsive="false"]), aui-tabs[responsive]:not([responsive="false"])').toArray()}function rK(e){var t=x(e);if(e.setAttribute("role","application"),!t.data("aui-tab-events-bound")){var i,n=t.children("ul.tabs-menu");n.attr("role","tablist"),n.children("li").attr("role","presentation"),n.find("> .menu-item a").each(function(){var e,t;t=rH(e=x(this)),rz(this)||O('A tab link must use an anchor link (e.g., <a href="#a-valid-id"></a>) to work correctly.',this),t?(rR(e),e.attr("role","tab"),x(t).attr("aria-labelledby",e.attr("id")),e.parent().hasClass("active-tab")?e.attr("aria-selected","true"):e.attr("aria-selected","false")):N("A tab panel could not be found with the tab link's configured href. Check whether the tab link href is correct.",this)}),n.on("click.aui-tabs","a",rV),t.data("aui-tab-events-bound",!0),i=e,[].slice.call(i.querySelectorAll(".tabs-pane")).forEach(rQ)}}function rQ(e){e.setAttribute("role","tabpanel")}var rG={setup:function(){var e;let t;(t=(0,to.debounce)(rY,200))(rq()),x(window).on("resize.aui-tabs",()=>t(rq())),(e=x(".aui-tabs:not(.aui-tabs-disabled)")).each(function(){rK(this)}),function(e){for(var t=0,i=e.length;t<i;t++){var n=e.eq(t),s=e.get(t);if(rU(n)&&window.localStorage)if(n.attr("id")){var r=window.localStorage.getItem(rW(n));if(r){var a=s.querySelector(`a[href$="${r}"]`);a&&rB(a)}}else N("A tab group must specify an id attribute if it specifies data-aui-persist.")}}(e),x(".aui-tabs.vertical-tabs").find("a").each(function(){var e=x(this);!e.attr("title")&&r$(e)&&e.attr("title",e.text())})},change:function(e){var t=e instanceof HTMLElement||e instanceof x?e:document.querySelector(e),i=x(t).first(),n=i.closest(".aui-tabs");rB(i),rU(n)&&window.localStorage&&function(e){var t=e.closest(".aui-tabs");if(t.attr("id")){var i=rz(e);i&&window.localStorage.setItem(rW(t),"#"+i)}else N("A tab group must specify an id attribute if it specifies data-aui-persist.")}(i)}};x(rG.setup);let rJ=eo("aui-tabs",{created:function(e){x(e).addClass("aui-tabs horizontal-tabs"),eo.init(e),rK(e)},template:rj('<ul class="tabs-menu">','<content select="li[is=aui-tabs-tab]"></content>',"</ul>",'<content select="aui-tabs-pane"></content>'),prototype:{select:function(e){var t=x(this.querySelectorAll("aui-tabs-pane")).index(e);return t>-1&&rG.change(this.querySelectorAll("li[is=aui-tabs-tab]")[t].children[0]),this}}}),rZ=eo("aui-tabs-tab",{extends:"li",created:function(e){x(e).addClass("menu-item")},template:rj('<a href="#">',"<strong>","<content></content>","</strong>","</a>")}),rX=eo("aui-tabs-pane",{attached:function(e){var t=x(x(e).closest("aui-tabs").get(0)),i=x(e),n=t.find("aui-tabs-pane").index(i),s=new rZ,r=x(s);i.addClass("tabs-pane"),s.firstChild.setAttribute("href","#"+e.id),rj.wrap(s).textContent=i.attr("title"),0===n&&i.addClass("active-pane"),i.hasClass("active-pane")&&r.addClass("active-tab"),i.siblings("ul").append(s)},template:rj("<content></content>")});k("tabs",rG);let r0="_aui-form-notification-initialised",r1="description",r2="errors",r3="data-aui-notification-",r4=r3+"wait",r9=r3+"info",r5=r3+"error",r8=[r5,r3+"success",r4,r9];function r7(e){return e.hasClass(r0)}function r6(e,t){t=t||ae(e),at(e)===r9&&(e.parent().find(".description").length||e.after(function(e,t){let i=e.attr("id")||e.attr("name");if(t.length>1){let e=t.map(e=>`<li>${e}</li>`).join("");return`<div class="description" id="${i}-${r1}"><ul>${e}</ul></div>`}return`<div class="description" id="${i}-${r1}">${t}</div>`}(e,t))),an(e)}function ae(e){var t=at(e),i=t?e.attr(t):"";return""===i?i:function(e){var t;try{t=JSON.parse(e)}catch(i){t=[e]}return t}(i)}function at(e){let t;return r8.some(function(i){if(e.is("["+i+"]"))return t=i,!0}),t}function ai(e){let t=x(e);if(!r7(t))return;let i=at(t);aa(t,i===r4);let n=ae(t);n&&i===r5?as(t,n):e.constructor.prototype.hasOwnProperty("jquery")||e.hasAttribute(r5)||t.parent().find(".error").remove()}function an(e){let t=[],i=e.attr("id")||e.attr("name"),n=at(e);ae(e)&&n===r5&&t.push(`${i}-${r2}`),ar(e,"description").length&&t.push(`${i}-${r1}`),(function(e){for(let[t,i]of Object.entries({"aui-select":'input[type="text"][role="combobox"]'}))if(e.is(t)){let t=e.find(i);if(t.length)return t}return e})(e).attr("aria-describedby",t.length?t.join(" "):null)}function as(e,t){let i,n,s=ar(e,"error");s.length>0&&s.remove(),e.after((i=e.attr("id")||e.attr("name"),n=t.map(e=>`<li><span class="aui-icon aui-icon-small aui-iconfont-error aui-icon-notification"></span>${e}</li>`).join(""),`<div class="error" role="alert" id="${i}-${r2}"><ul>${n}</ul></div>`)),an(e)}function ar(e,t){return e.parent().find(`.${t}`)}function aa(e,t){t&&!(e.next("aui-spinner").length>0)?e.after('<aui-spinner class="form-notification-spinner" size="small"></aui-spinner>'):e.parent().find("aui-spinner").remove()}let ao=K("data-aui-notification-field attribute",{deprecationType:"ATTRIBUTE",alternativeName:"HTML markup"});eo("data-aui-notification-field",{attached:function(e){var t,i;ao(),r7(t=x(e))||((i=t).addClass(r0),r6(i),ai(t))},attributes:(o={},r8.forEach(function(e){o[e]=ai}),o),type:eo.type.ATTRIBUTE}),ea("aui/form-notification");var al=["displayfield","watchfield","when","novalidate","state"],ac=[],au={register:function(e,t){if("string"==typeof e)n=e;else{var i,n,s=(i=!1,e.some(function(e){var t=-1!==x.inArray(e,al);return t&&(i=e),t}),i);if(s)return N('Validators cannot be registered with the argument "'+s+'", as it is a reserved argument.'),!1;n="[data-aui-validation-"+e.join("],[data-aui-validation-")+"]"}var r={validatorFunction:t,validatorTrigger:n};return ac.push(r),r},validators:function(){return ac}};function ad(e){var t=e.el.value.length;let i=0===t;var n=parseInt(e.args("minlength"),10),s=parseInt(e.args("maxlength"),10);if(n&&s&&n===s&&!i&&t!==n){let t=av("exactlength",e.args,[n]);e.invalidate(t)}else if(n&&t<n&&!i){let t=av("minlength",e.args);e.invalidate(t)}else if(s&&t>s){let t=av("maxlength",e.args);e.invalidate(t)}else e.validate()}function ah(e){return"password"===e.getAttribute("type")}function ap(e,t){var i=e.match(t);return!!i&&e===i[0]}function af(e){var t=av("pattern",e.args);ap(e.el.value,new RegExp(e.args("pattern")))?e.validate():e.invalidate(t)}function ag(e){var t=av("required",e.args);e.el.value?e.validate():e.invalidate(t)}function am(e){var t=av("validnumber",e.args),i=parseInt(e.el.value,10);if(isNaN(i))return void e.invalidate(t);var n=e.args("min"),s=e.args("max");n&&i<parseInt(n,10)?e.invalidate(av("min",e.args)):s&&i>parseInt(s,10)?e.invalidate(av("max",e.args)):e.validate()}function av(e,t,i){var n,s=void 0!==eY.keys?eY.keys["aui.validation.message."+e]:ab[e],r=i;i||(r=[t(e)]);var a=t(e+"-msg");return n=a?[a].concat(r):[s].concat(r),AJS.format.apply(null,n)}ea("aui/form-validation/validator-register",au),au.register(["maxlength","minlength"],ad),au.register("[maxlength],[minlength]",ad),au.register(["matchingfield"],function(e){var t=e.el.value,i=document.getElementById(e.args("matchingfield")),n=i.value,s=av("matchingfield",e.args,[t,n]);(ah(e.el)||ah(i))&&(s=av("matchingfield-novalue",e.args)),t&&n&&n!==t?e.invalidate(s):e.validate()}),au.register(["doesnotcontain"],function(e){var t=av("doesnotcontain",e.args);-1===e.el.value.indexOf(e.args("doesnotcontain"))?e.validate():e.invalidate(t)}),au.register(["pattern"],af),au.register("[pattern]",af),au.register(["required"],ag),au.register("[required]",ag),au.register(["min","max"],am),au.register("[min],[max]",am),au.register(["dateformat"],function(e){var t=e.args("dateformat"),i=av("dateformat",e.args),n={Y:"[0-9]{4}",y:"[0-9]{2}",m:"(0?[1-9]|10|11|12)",M:"[Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec]",D:"[Mon|Tue|Wed|Thu|Fri|Sat|Sun]",d:"([0-2]?[1-9]|10|20|30|31)"},s=t.split(""),r="";s.forEach(function(e){n.hasOwnProperty(e)?r+=n[e]:r+=e});var a=RegExp(r+"$","i");ap(e.el.value,a)?e.validate():e.invalidate(i)}),au.register(["minchecked","maxchecked"],function(e){var t=x(e.el).find(":checked").length,i=!e.args("minchecked")||t>=e.args("minchecked"),n=!e.args("maxchecked")||t<=e.args("maxchecked"),s=av("minchecked",e.args),r=av("maxchecked",e.args);i&&n?e.validate():i?n||e.invalidate(r):e.invalidate(s)});var ab={minlength:eY.getText("aui.validation.message.minlength"),maxlength:eY.getText("aui.validation.message.maxlength"),exactlength:eY.getText("aui.validation.message.exactlength"),matchingfield:eY.getText("aui.validation.message.matchingfield"),"matchingfield-novalue":eY.getText("aui.validation.message.matchingfield-novalue"),doesnotcontain:eY.getText("aui.validation.message.doesnotcontain"),pattern:eY.getText("aui.validation.message.pattern"),required:eY.getText("aui.validation.message.required"),validnumber:eY.getText("aui.validation.message.validnumber"),min:eY.getText("aui.validation.message.min"),max:eY.getText("aui.validation.message.max"),dateformat:eY.getText("aui.validation.message.dateformat"),minchecked:eY.getText("aui.validation.message.minchecked"),maxchecked:eY.getText("aui.validation.message.maxchecked")};ea("aui/form-validation/basic-validators");let ay="aui-validation-",aw="data-aui-notification-",a_="aui-validation-state",ax="invalid",aC="valid",aT="validating",ak="unvalidated",aE="_aui-form-validation-initialised",aA="_aui-internal-field-state-changed";function aS(e){var t,i,n,s,r,a,o,l;return aD(e,"novalidate")?void aM(e,aC):(aN(aL(t=e),"none"),s=(i=t,n=[],aI().forEach(function(e,t){var s=e.validatorTrigger;i.is(s)&&n.push(t)}),n),aM(t,aT),o=(r=t,a=[],s.forEach(function(e){var t,i,n,s,o=aI()[e].validatorFunction,l=new x.Deferred;o((t=r,i=l,X(s={validate:function(){i.resolve()},invalidate:function(e){aM(t,ax,e),i.reject()},args:(n=t,function(e){return n.attr("data-"+ay+e)||n.attr(e)}),el:t[0],$el:t},"$el",{sinceVersion:"5.9.0",removeInVersion:"11.0.0",alternativeName:"el",extraInfo:"See https://ecosystem.atlassian.net/browse/AUI-3263."}),s)),a.push(l)}),a),(l=x.when.apply(x,o)).done(function(){aM(t,aC)}),l)}function aD(e,t){var i=e.attr("data-"+ay+t);return i||(i=({when:"change"})[t]),i}function aI(){return au.validators()}function aM(e,t,i){if(e.attr("data-"+a_,t),e.removeAttr("aria-invalid"),t!==ak){e.trigger(x.Event(aA));var n,s=aL(e),r={};r[aT]="wait",r[ax]="error",r[aC]="success";var a=r[t];t===aT?(n=e,setTimeout(function(){aP(n)===aT&&(aN(n,"wait"),aa(n,!0))},500)):aN(s,a,i),t===ax&&e.attr("aria-invalid",!0)}}function aN(e,t,i){var n,s;let r=e.is("["+aw+"wait]");if(aO(n=e,"wait"),aa(n,!1),aO(n,"success"),!("success"===t&&!r))if("none"===t)aO(e,"error");else{let n=e.attr(aw+t)||"[]",r=i?(s=i,JSON.parse(n).concat([s])):[];e.attr(aw+t,JSON.stringify(r)),"error"===t&&as(e,r)}}function aO(e,t){e.removeAttr(aw+t),"error"===t&&(ar(e,t).remove(),an(e))}function aL(e){var t=aD(e,"displayfield");return void 0===t?e:x("#"+t)}function aP(e){return e.attr("data-"+a_)}function aR(e,t){t.preventDefault(),e.one(aA,function(){e.trigger("submit")})}function a$(e,t){return e.find("[data-"+a_+"="+t+"]")}x(document).on("submit",function(e){var t,i,n,s,r,a=x(e.target),o=(n=-1!==(i=(t=a.find("."+aE),x.map(t,function(e){return aP(x(e))}))).indexOf(ax),s=-1!==i.indexOf(ak),r=-1!==i.indexOf(aT),n?ax:s?ak:r?aT:aC);if(o===ak)aR(a,e),a$(a,ak).each(function(e,t){aj.validate(x(t))});else if(o===aT)aR(a,e);else if(o===ax)e.preventDefault(),a$(a,ax).first().trigger("focus");else if(o===aC){var l=x.Event("aui-valid-submit");a.trigger(l),l.isDefaultPrevented()&&e.preventDefault()}});let aj={register:au.register,validate:function(e){aS(e=x(e))}};eo("data-aui-validation-field",{attached:function(e){e.form&&e.form.setAttribute("novalidate","novalidate");var t,i,n,s,r,a,o,l,c=x(e);c.hasClass(aE)||((t=c).addClass(aE),r6(t),n=i=c,r=function(){n.trigger("aui-stop-typing")},n.on("keyup",function(){clearTimeout(s),s=setTimeout(r,1500)}),o=aD(a=i,"when"),((l=aD(a,"watchfield"))?a.add("#"+l):a).on(o,function(){aS(a)}),aM(c,ak)),eo.init(e)},type:eo.type.ATTRIBUTE}),ea("aui/form-validation",aj),k("formValidation",aj);var az=J(function(e,t){var i,n;return function(){var s=arguments,r=this;return clearTimeout(i),i=setTimeout(function(){n=e.apply(r,s),r=s=null},t),n}},"AJS.debounce",{removeInVersion:"11.0.0",sinceVersion:"8.0.0",extraInfo:"Use equivalent functions from libraries like lodash / underscore instead"});k("debounce",az),k("debounceImmediate",J(function(e,t){var i,n=null;return function(){var s=this,r=arguments;return null===n&&(i=e.apply(s,r)),clearTimeout(n),n=setTimeout(function(){n=s=r=null},t),i}},"AJS.debounceImmediate",{removeInVersion:"11.0.0",sinceVersion:"8.0.0",extraInfo:"Use equivalent functions from libraries like lodash / underscore instead"}));let aH=x(window);function aF(e){var t;this.element=e,this.$element=x(e),this.index=x("aui-header, .aui-header").index(e),this.$secondaryNav=this.$element.find(".aui-header-secondary .aui-nav").first(),this.menuItems=[],this.totalWidth=0,this.$moreMenu=void 0,this.rightMostNavItemIndex=void 0,this.$applicationLogo=this.$element.find("#logo"),this.moreMenuWidth=0,this.primaryButtonsWidth=0,this.$headerFind=(t=x(this.$element[0].querySelector(".aui-header-primary")),function(e){return t.find(e)})}aF.prototype={init:function(){var e=this;this.element.setAttribute("data-aui-responsive","true"),this.$headerFind(".aui-button").parent().each(function(){e.primaryButtonsWidth+=x(this).outerWidth(!0)}),this.$headerFind(".aui-nav > li > a:not(.aui-button)").each(function(){var t=x(this).parent(),i=t.outerWidth(!0);e.totalWidth+=i,e.menuItems.push({$element:t,outerWidth:i})}),this.rightMostNavItemIndex=this.menuItems.length-1,aH.on("resize",this._resizeHandler=az(function(){e.constructResponsiveDropdown()},100));var t=this.$applicationLogo.find("img");0!==t.length&&(t.attr("data-aui-responsive-header-index",this.index),t.on("load",function(){e.constructResponsiveDropdown()})),this.constructResponsiveDropdown(),this.$headerFind(".aui-nav").css("width","auto")},destroy:function(){aH.off("resize",this._resizeHandler)},calculateAvailableWidth:function(){return(this.$secondaryNav.is(":visible")?this.$secondaryNav.offset().left:this.$element.outerWidth())-(this.$applicationLogo.offset().left+this.$applicationLogo.outerWidth(!0)+this.primaryButtonsWidth)},showResponsiveDropdown:function(){void 0===this.$moreMenu&&(this.$moreMenu=this.createResponsiveDropdownTrigger()),this.$moreMenu.css("display","")},hideResponsiveDropdown:function(){void 0!==this.$moreMenu&&this.$moreMenu.css("display","none")},constructResponsiveDropdown:function(){if(this.menuItems.length){var e,t=this.calculateAvailableWidth(this.$element,this.primaryButtonsWidth);if(t>this.totalWidth)this.showAll();else{this.showResponsiveDropdown(),e=t-this.moreMenuWidth;for(var i=-1;e-this.menuItems[i+1].outerWidth>=0;)e-=this.menuItems[i+1].outerWidth,i++;i<this.rightMostNavItemIndex?this.moveToResponsiveDropdown(this.rightMostNavItemIndex-i):this.rightMostNavItemIndex<i&&this.moveOutOfResponsiveDropdown(i-this.rightMostNavItemIndex)}}},createResponsiveDropdownTrigger:function(){var e,t,i=document.createElement("li"),n=document.createElement("aui-dropdown-menu");n.id=`aui-responsive-header-dropdown-${this.index}`,eo.init(n);var s=document.createElement("aui-section");s.id=`aui-responsive-header-dropdown-list-${this.index}`,eo.init(s),n.appendChild(s);var r=(e=n,(t=document.createElement("a")).setAttribute("class","aui-dropdown2-trigger"),t.setAttribute("href","#"),t.id=e.id+"-trigger",t.setAttribute("aria-controls",e.id),t.innerHTML=eY.getText("aui.words.more"),t);return i.appendChild(r),i.appendChild(n),0===this.primaryButtonsWidth?this.$headerFind(".aui-nav").append(i):this.$headerFind(".aui-nav > li > .aui-button:first").parent().before(i),this.moreMenuWidth=x(i).outerWidth(!0),x(i)},moveOutOfResponsiveDropdown:function(e){if(!(e<=0)){for(var t=x(`#aui-responsive-header-dropdown-${this.index}`),i=this.rightMostNavItemIndex+1,n=this.rightMostNavItemIndex+e,s=i;s<=n;s++){var r=this.menuItems[s].$element,a=r.children("a");if(a.attr("aria-controls")){var o=x(document.getElementById(a.attr("aria-controls")));o.removeClass("aui-dropdown2-sub-menu"),r.append(o)}t.find("aui-item-link:first").remove(),r.insertBefore(this.$moreMenu)}this.rightMostNavItemIndex+=e}},moveToResponsiveDropdown:function(e){if(!(e<=0)){for(var t=eJ().wrap(this.$moreMenu[0].querySelector("aui-section")),i=this.rightMostNavItemIndex,n=this.rightMostNavItemIndex-e+1,s=i;s>=n;s--){var r=this.menuItems[s].$element,a=r.children("a");eo.init(a);var o=document.createElement("aui-item-link");if(o.setAttribute("href",a.attr("href")),a.attr("aria-controls")){var l=x(document.getElementById(a.attr("aria-controls")));o.setAttribute("for",a.attr("aria-controls")),l.addClass("aui-dropdown2-sub-menu"),l.appendTo("body")}if(a.get(0).hasAttribute("data-aui-extra-classes")){let e=Array.from(a.get(0).classList).filter(e=>!e.startsWith("aui-"));o.setAttribute("extra-classes",e.join(" "))}eo.init(o),eJ().wrap(o).textContent=a.text(),r.detach(),t.insertBefore(o,t.firstChild),this.element.dispatchEvent(new CustomEvent("aui-responsive-menu-item-created",{bubbles:!0,detail:{originalItem:r[0],newItem:o}}))}this.rightMostNavItemIndex-=e}},showAll:function(){this.moveOutOfResponsiveDropdown(this.menuItems.length-1-this.rightMostNavItemIndex),this.hideResponsiveDropdown()}};let aB=function(e){let t=e._header;return t instanceof aF||((t=new aF(e)).init(),e._header=t),t};function aU(){x(".aui-header").each(function(){aB(this)})}x(aU);let aW={};aW.setup=J(aU,"responsiveheader.setup",{removeInVersion:"11.0.0",sinceVersion:"5.8.0",extraInfo:"No need to manually initialise anymore as this is now a web component."}),k("responsiveheader",aW);let aV=eo("aui-header-end",{type:eo.type.ELEMENT,created:function(e){let t=e.parentElement;t&&t.classList.contains("aui-header")?aB(t):console.log("Could not async. initialise aui-header")}});var aY=n(253),aq=n.n(aY);let aK=function(e){let t,i,n,s,r,a,o,l,c,u,h,p,f=e.getField(),g=e.getOptions(),m=e.getUUID(),{getPopupContents:v,handleFieldFocus:b,showDatePicker:y,hideDatePicker:w,getCalendarNode:_,destroyPolyfill:C,createPolyfill:T}=(a=!1,o=x("body"),l=e=>{let t=x(e.target),i=t.closest(s).length||t.is(f),n=t.closest(".ui-datepicker-header").length;if(!i&&!n||e.keyCode===er.ESCAPE){p(),a=!1;return}t.get(0)!==f.get(0)&&e.preventDefault()},c=()=>{a||(o.on("focus blur click mousedown","*",l),a=!0)},u=()=>{n.get(0).open||h()},h=()=>{n.get(0).open=!0},{calendarContainerSelector:null,getPopupContents:({$field:e})=>(n=(({horizontalAlignment:e,datePickerUUID:t})=>{let i=new rg;i.id=t;let n=x(i);return n.attr("persistent",""),n.attr("data-aui-focus","false"),n.attr("alignment",`bottom ${e}`),n.addClass("aui-datepicker-dialog"),n})({horizontalAlignment:e.offset().left<window.innerWidth/2?"left":"right",datePickerUUID:m}),(r=e.closest("aui-inline-dialog").get(0))&&(r._datePickerPopup=n,x(r).on("aui-hide",e=>{a&&e.preventDefault(),o.off("focus blur","*",l),r&&r._datePickerPopup&&delete r._datePickerPopup})),o.append(n),s=n,n),handleFieldFocus:u,showDatePicker:h,hideDatePicker:p=()=>{n.get(0).open=!1},getCalendarNode:()=>n.get(0).childNodes[0],destroyPolyfill:()=>{p(),f.off("focus click",u),f.off("focusout keydown",c),o.off("keydown",c),o.off("focus blur click mousedown keydown",l)},createPolyfill:function(){o.on("keydown",l),f.on("focusout keydown",c)}}),k=e=>{x(e.currentTarget).val()&&t.datepicker("setDate",f.val())},E=f.attr("placeholder"),A=f.prop("type");{let n=e=>i=>{if(void 0!==t)return e(i)},s=n(()=>{t.datepicker("destroy")});e.show=y,e.hide=w,e.destroyPolyfill=()=>{C(),f.off("propertychange keyup input paste",k),i&&(i.disconnect(),i=null),E&&f.attr("placeholder",E),A&&f.prop("type",A),f.removeAttr("data-aui-dp-uuid"),s(),delete e.destroyPolyfill,delete e.show,delete e.hide},e.setDate=n(e=>{t.datepicker("setDate",e)}),e.getDate=n(()=>t.datepicker("getDate")),e.setMin=n(e=>t.datepicker("option","minDate",e)),e.setMax=n(e=>t.datepicker("option","maxDate",e))}g.languageCode in aQ.prototype.localisations||(g.languageCode="");let S=aQ.prototype.localisations;if(f.attr("aria-controls",m),void 0===t){void 0!==f.attr("step")&&M("WARNING: The date picker polyfill currently does not support the step attribute!");let n=(({minDate:e,maxDate:t,dateFormat:i,$field:n,onSelect:s,hide:r})=>({dateFormat:i,defaultDate:n.val(),maxDate:t||n.attr("max"),minDate:e||n.attr("min"),nextText:">",onSelect:function(e){n.val(e),n.trigger("change"),r(),s&&s.call(this,e)},prevText:"<"}))({dateFormat:g.dateFormat,minDate:g.minDate,maxDate:g.maxDate,$field:f,onSelect:g.onSelect,hide:e.hide}),s=x.extend(void 0,n,S);g.firstDay>-1&&(s.firstDay=g.firstDay),t=(({config:e,popupContents:t,getCalendarNode:i,hint:n})=>{let s,r=x(i());return r.datepicker(e),n&&((s=x("<div></div>").addClass("aui-datepicker-hint")).append("<span></span>").text(n),t.append(s)),r})({config:s,popupContents:v({$field:f}),getCalendarNode:_,hint:g.hint}),T(),f.on("propertychange keyup input paste",k),(i=new MutationObserver(function(t){t.forEach(function(t){"min"===t.attributeName?e.setMin(t.target.getAttribute("min")):"max"===t.attributeName&&e.setMax(t.target.getAttribute("max"))})})).observe(f.get(0),{attributes:!0})}if(f.on("focus click",b),f.attr("placeholder",g.placeholder),"text"!==f.prop("type")){f.prop("type","text");let e=f.attr("value");e&&f.val(e)}f.trigger("propertychange"),f.attr("data-aui-dp-uuid",m)};function aQ(e,t){let i={},n=iI("date-picker"),s=x(e),r={getUUID:()=>n,getField:()=>s,getOptions:()=>i,destroy:()=>{"function"==typeof r.destroyPolyfill&&r.destroyPolyfill()},reset:()=>{r.destroy();let e=!aQ.prototype.browserSupportsDateField,t=!1!==i.overrideBrowserDefault;(e||t)&&aK(r)},reconfigure:e=>{i=x.extend(void 0,aQ.prototype.defaultOptions,e),r.reset()}};return r.reconfigure(t),r}function aG(e,t){let i=x.extend({nextText:">",prevText:"<"},t),n=x(e).addClass("aui-datepicker-dialog").addClass("aui-calendar-widget").datepicker(i);if(i.hint){let e=x("<div></div>").addClass("aui-datepicker-hint");e.append("<span></span>").text(i.hint),n.append(e)}return n.reconfigure=e=>{n.datepicker("destroy"),n.datepicker(e)},n.destroy=()=>{n.datepicker("destroy")},n}aQ.prototype.browserSupportsDateField=function(){if(void 0===m){var e=document.createElement("input");e.setAttribute("type","date"),m="date"===e.type}return m}(),aQ.prototype.defaultOptions={overrideBrowserDefault:!1,firstDay:-1,languageCode:x("html").attr("lang")||"en-AU",dateFormat:aq().W3C},aQ.prototype.localisations={dayNames:[eY.getText("ajs.datepicker.localisations.day-names.sunday"),eY.getText("ajs.datepicker.localisations.day-names.monday"),eY.getText("ajs.datepicker.localisations.day-names.tuesday"),eY.getText("ajs.datepicker.localisations.day-names.wednesday"),eY.getText("ajs.datepicker.localisations.day-names.thursday"),eY.getText("ajs.datepicker.localisations.day-names.friday"),eY.getText("ajs.datepicker.localisations.day-names.saturday")],dayNamesMin:[eY.getText("ajs.datepicker.localisations.day-names-min.sunday"),eY.getText("ajs.datepicker.localisations.day-names-min.monday"),eY.getText("ajs.datepicker.localisations.day-names-min.tuesday"),eY.getText("ajs.datepicker.localisations.day-names-min.wednesday"),eY.getText("ajs.datepicker.localisations.day-names-min.thursday"),eY.getText("ajs.datepicker.localisations.day-names-min.friday"),eY.getText("ajs.datepicker.localisations.day-names-min.saturday")],firstDay:eY.getText("ajs.datepicker.localisations.first-day"),isRTL:"true"===eY.getText("ajs.datepicker.localisations.is-RTL"),monthNames:[eY.getText("ajs.datepicker.localisations.month-names.january"),eY.getText("ajs.datepicker.localisations.month-names.february"),eY.getText("ajs.datepicker.localisations.month-names.march"),eY.getText("ajs.datepicker.localisations.month-names.april"),eY.getText("ajs.datepicker.localisations.month-names.may"),eY.getText("ajs.datepicker.localisations.month-names.june"),eY.getText("ajs.datepicker.localisations.month-names.july"),eY.getText("ajs.datepicker.localisations.month-names.august"),eY.getText("ajs.datepicker.localisations.month-names.september"),eY.getText("ajs.datepicker.localisations.month-names.october"),eY.getText("ajs.datepicker.localisations.month-names.november"),eY.getText("ajs.datepicker.localisations.month-names.december")],showMonthAfterYear:"true"===eY.getText("ajs.datepicker.localisations.show-month-after-year"),yearSuffix:eY.getText("ajs.datepicker.localisations.year-suffix")},"ajs.datepicker.localisations.year-suffix"===aQ.prototype.localisations.yearSuffix&&(aQ.prototype.localisations.yearSuffix="");let aJ="aui-datepicker",aZ=e=>function(t){let i=this.data(aJ);return i?"object"==typeof t?i.reconfigure(t):"destroy"===t&&i.destroy():(i=new e(this,t),this.data(aJ,i)),i};x.fn.datePicker=aZ(aQ),k("DatePicker",aQ),x.fn.calendarWidget=aZ(aG),k("CalendarWidget",aG);let aX=aQ;n(229),n(228),n(132),n(903);let a0={NO_VALUE:"aui-restfultable-editable-no-value",NO_ENTRIES:"aui-restfultable-no-entires",RESTFUL_TABLE:"aui-restfultable",ROW:"aui-restfultable-row",READ_ONLY:"aui-restfultable-readonly",ACTIVE:"aui-restfultable-active",ALLOW_HOVER:"aui-restfultable-allowhover",FOCUSED:"aui-restfultable-focused",MOVEABLE:"aui-restfultable-movable",DISABLED:"aui-restfultable-disabled",SUBMIT:"aui-restfultable-submit",CANCEL:"aui-restfultable-cancel",EDIT_ROW:"aui-restfultable-editrow",CREATE:"aui-restfultable-create",DRAG_HANDLE:"aui-restfultable-draghandle",ORDER:"aui-restfultable-order",EDITABLE:"aui-restfultable-editable",ERROR:"error",DELETE:"aui-restfultable-delete",STATUS:"aui-restfultable-status"},a1=nw().View,a2=nw().View,a3=nw().View,a4={ENABLED_SUBMIT:"enabledSubmit",ROW_VIEW:"RestfulTable_Row_View"};n(682);let a9={REORDER_SUCCESS:"RestfulTable.reorderSuccess",ROW_ADDED:"RestfulTable.rowAdded",ROW_REMOVED:"RestfulTable.rowRemoved",EDIT_ROW:"RestfulTable.switchedToEditMode",SERVER_ERROR:"RestfulTable.serverError",CREATED:"created",UPDATED:"updated",FOCUS:"focus",BLUR:"blur",SUBMIT:"submit",SAVE:"save",MODAL:"modal",MODELESS:"modeless",CANCEL:"cancel",CONTENT_REFRESHED:"contentRefreshed",RENDER:"render",FINISHED_EDITING:"finishedEditing",VALIDATION_ERROR:"validationError",SUBMIT_STARTED:"submitStarted",SUBMIT_FINISHED:"submitFinished",INITIALIZED:"initialized",ROW_INITIALIZED:"rowInitialized",ROW_EDIT:"editRow"},a5='<aui-spinner size="small"></aui-spinner>',a8="aui-spinner";function a7(e){0===e.find(a8).length&&e.find(`.${a0.STATUS}`).append(a5)}function a6(e){e.find(`.${a0.STATUS} ${a8}`).remove()}var oe=-1!==navigator.userAgent.toLowerCase().indexOf("firefox");let ot=nw().View.extend({tagName:"tr",events:{focusin:"_focus",click:"_focus",keyup:"_handleKeyUpEvent"},initialize:function(e){this.$el=x(this.el),this._event=a9,this.classNames=a0,this.dataKeys=a4,this.columns=e.columns,this.isCreateRow=e.isCreateRow,this.allowReorder=e.allowReorder,this.events["click ."+this.classNames.CANCEL]="_cancel",this.delegateEvents(),e.isUpdateMode?this.isUpdateMode=!0:(this._modelClass=e.model,this.model=new this._modelClass),this.fieldFocusSelector=e.fieldFocusSelector,this.on(this._event.CANCEL,()=>{this.isCreateRow||(this.disabled=!0)}).on(this._event.SAVE,e=>!this.disabled&&this.submit(e)).on(this._event.FOCUS,e=>this.focus(e)).on(this._event.BLUR,()=>{this.$el.removeClass(this.classNames.FOCUSED),this.disable()}).on(this._event.SUBMIT_STARTED,()=>this._submitStarted()).on(this._event.SUBMIT_FINISHED,()=>this._submitFinished())},defaultColumnRenderer:function(e){return!1!==e.allowEdit?x("<input type='text' />").addClass("text").attr({name:e.name,value:e.value,"aria-label":e.ariaLabel}):e.value?document.createTextNode(e.value):void 0},renderDragHandle:function(){return'<span class="'+this.classNames.DRAG_HANDLE+'"></span></td>'},_handleKeyUpEvent:function(e){27===e.keyCode&&this.trigger(this._event.CANCEL)},_cancel:function(e){return this.trigger(this._event.CANCEL),e.preventDefault(),this},_submitStarted:function(){return this.submitting=!0,this.showLoading().disable().delegateEvents({}),this},_submitFinished:function(){return this.submitting=!1,this.hideLoading().enable().delegateEvents(this.events),this},_focus:function(e){return this.hasFocus()||this.trigger(this._event.FOCUS,e.target.name),this},hasFocus:function(){return this.$el.hasClass(this.classNames.FOCUSED)},focus:function(e){var t,i;return this.enable(),t=e?this.$el.find(this.fieldFocusSelector(e)):0===(i=this.$el.find(this.classNames.ERROR+":first")).length?this.$el.find(":input:text:first"):i.parent().find(":input"),this.$el.addClass(this.classNames.FOCUSED),t.trigger("focus").trigger("select"),this},disable:function(){var e,t;return oe&&(t=this.$el.find(":submit")).length&&(e=x("<input type='submit' class='"+this.classNames.SUBMIT+"' />").addClass(t.attr("class")).val(t.val()).data(this.dataKeys.ENABLED_SUBMIT,t),t.replaceWith(e)),this.$el.addClass(this.classNames.DISABLED).find(":submit").prop("disabled",!0),this},enable:function(){var e,t;return oe&&(t=(e=this.$el.find(this.classNames.SUBMIT)).data(this.dataKeys.ENABLED_SUBMIT))&&e.length&&e.replaceWith(t),this.$el.removeClass(this.classNames.DISABLED).find(":submit").prop("disabled",!1),this},showLoading:function(){return a7(this.$el),this},hideLoading:function(){return a6(this.$el),this},hasUpdates:function(){return!!this.mapSubmitParams(this.serializeObject())},serializeObject:function(){var e=this.$el;return e.serializeObject?e.serializeObject():e.serialize()},mapSubmitParams:function(e){return this.model.changedAttributes(e)},submit:function(e){var t,i=this;if(document.activeElement!==window&&x(document.activeElement).trigger("blur"),this.isUpdateMode){if(!(t=this.mapSubmitParams(this.serializeObject())))return i.trigger(i._event.CANCEL)}else this.model.clear(),t=this.mapSubmitParams(this.serializeObject());return this.trigger(this._event.SUBMIT_STARTED),this.model.save(t,{success:function(){i.isUpdateMode?i.trigger(i._event.UPDATED,i.model,e):(i.trigger(i._event.CREATED,i.model.toJSON()),i.model=new i._modelClass,i.render({errors:{},values:{}}),i.trigger(i._event.FOCUS)),i.trigger(i._event.SUBMIT_FINISHED)},error:function(e,t,n){400===n.status&&(i.renderErrors(t.errors),i.trigger(i._event.VALIDATION_ERROR,t.errors)),i.trigger(i._event.SUBMIT_FINISHED)},silent:!0}),this},renderError:function(e,t){return x("<div></div>").attr("data-field",e).addClass(this.classNames.ERROR).text(t)},renderErrors:function(e){var t=this;return this.$("."+this.classNames.ERROR).remove(),e&&x.each(e,function(e,i){t.$el.find("[name='"+e+"']").closest("td").append(t.renderError(e,i))}),this},render:function(e){var t=this;return this.$el.empty(),this.allowReorder&&x('<td class="'+this.classNames.ORDER+'"></td>').append(this.renderDragHandle()).appendTo(t.$el),x.each(this.columns,function(i,n){var s,r,a=e.values[n.id],o=[{name:n.id,ariaLabel:n.inputAriaLabel?n.inputAriaLabel:n.header,value:a,allowEdit:n.allowEdit},e.values,t.model];a&&t.$el.attr("data-"+n.id,a),s=t.isCreateRow&&n.createView?new n.createView({model:t.model}).render(o[0]):n.editView?new n.editView({model:t.model}).render(o[0]):t.defaultColumnRenderer.apply(t,o),r=x("<td></td>"),"object"==typeof s&&s.done?s.done(function(e){r.append(e)}):r.append(s),n.styleClass&&r.addClass(n.styleClass),r.appendTo(t.$el)}),this.$el.append(this.renderOperations(e.update,e.values)).addClass(this.classNames.ROW+" "+this.classNames.EDIT_ROW),this.trigger(this._event.RENDER,this.$el,e.values),this.$el.trigger(this._event.CONTENT_REFRESHED,[this.$el]),this},renderOperations:function(e){var t=x('<td class="aui-restfultable-operations"></td>');return e?t.append(x('<input class="aui-button aui-button-primary" type="submit" />').attr({accesskey:this.submitAccessKey,value:eY.getText("aui.words.update")})).append(x('<a class="aui-button aui-button-link" href="#"></a>').addClass(this.classNames.CANCEL).text(eY.getText("aui.words.cancel")).attr({accesskey:this.cancelAccessKey})):t.append(x('<input class="aui-button aui-button-primary" type="submit" />').attr({accesskey:this.submitAccessKey,value:eY.getText("aui.words.add")})),t.add(x(`<td class="${this.classNames.STATUS}"></td>`))}}),oi=x(document||{});function on(e,t){oi.trigger(e,t)}function os(e,t,i){x(t).trigger(e,i),on(e,i),t.id&&on(t.id+"-"+e,i)}let or=e=>JSON.parse(e||"null");var oa=nw().Model.extend({sync:function(e,t,i){var n=this,s=i.error;return i.error=function(e){n._serverErrorHandler(e,this),s&&s.apply(this,arguments)},nw().sync.apply(nw(),arguments)},save:function(e,t){var i,n=this,s=(t=t||{}).error,r=t.success;t.error=function(e,t){var i=or(t.responseText||t.data);s&&s.call(n,n,i,t)},this.isNew()?nw().Model.prototype.save.call(this,e,t):e&&((i=new(oa.extend({url:this.url()}))({id:this.id})).save=nw().Model.prototype.save,t.success=function(e,t){n.clear().set(e.toJSON()),r&&r.call(n,n,t)},i.save(e,t))},destroy:function(e){e=e||{};var t=this,i=this.url();return x.ajax({url:i,type:"DELETE",dataType:"json",data:e.data||{},contentType:"application/json",success(i){t.collection&&t.collection.remove(t),e.success&&e.success.call(t,i)},error(i){t._serverErrorHandler(i,this),e.error&&e.error.call(t,i)}}),this},changedAttributes:function(e){var t={},i=this.toJSON();if(x.each(e,function(e,n){i[e]?i[e]&&i[e]!==n&&("object"==typeof n&&(0,to.isEqual)(n,i[e])||(t[e]=n)):"string"==typeof n?""!==n.trim()&&(t[e]=n):Array.isArray(n)?0!==n.length&&(t[e]=n):t[e]=n}),!(0,to.isEmpty)(t))return this.addExpand(t),t},addExpand:function(e){},_serverErrorHandler:function(e,t){var i;400!==e.status&&(i=or(e.responseText||e.data),os(a9.SERVER_ERROR,this,[i,e,t]))},fetch:function(e){e=e||{},this.clear(),nw().Model.prototype.fetch.call(this,e)}});let oo=nw().View.extend({tagName:"tr",events:{"click .aui-restfultable-editable":"edit"},initialize:function(e){if(e=e||{},this._event=a9,this.classNames=a0,this.dataKeys=a4,this.columns=e.columns,this.allowEdit=e.allowEdit,this.allowDelete=e.allowDelete,!this.events["click .aui-restfultable-editable"])throw Error("It appears you have overridden the events property. To add events you will need to usea work around. https://github.com/documentcloud/backbone/issues/244");this.index=e.index||0,this.deleteConfirmationCallback=e.deleteConfirmationCallback,this.allowReorder=e.allowReorder,this.$el=x(this.el),this.on(this._event.CANCEL,()=>this.disabled=!0).on(this._event.FOCUS,e=>this.focus(e)).on(this._event.BLUR,()=>this.unfocus()).on(this._event.MODAL,()=>this.$el.addClass(this.classNames.ACTIVE)).on(this._event.MODELESS,()=>this.$el.removeClass(this.classNames.ACTIVE))},renderDragHandle:function(){return'<span class="'+this.classNames.DRAG_HANDLE+'"></span></td>'},defaultColumnRenderer:function(e){if(e.value)return document.createTextNode(e.value.toString())},sync:function(e){var t=this;return this.model.addExpand(e),this.showLoading(),this.model.save(e,{success:function(){t.hideLoading().render(),t.trigger(t._event.UPDATED)},error:function(){t.hideLoading()}}),this},refresh:function(e,t){var i=this;return this.showLoading(),this.model.fetch({success:function(){i.hideLoading().render(),e&&e.apply(this,arguments)},error:function(){i.hideLoading(),t&&t.apply(this,arguments)}}),this},hasFocus:function(){return this.$el.hasClass(this.classNames.FOCUSED)},focus:function(){return x(this.el).addClass(this.classNames.FOCUSED),this},unfocus:function(){return x(this.el).removeClass(this.classNames.FOCUSED),this},showLoading:function(){return a7(this.$el),this},hideLoading:function(){return a6(this.$el),this},edit:function(e){var t;return t=x(e.target).is("."+this.classNames.EDITABLE)?x(e.target).attr("data-field-name"):x(e.target).closest("."+this.classNames.EDITABLE).attr("data-field-name"),this.trigger(this._event.ROW_EDIT,t),this},renderOperations:function(){var e=this;if(!1!==this.allowDelete)return x("<a href='#' class='aui-button'></a>").addClass(this.classNames.DELETE).text(eY.getText("aui.words.delete")).on("click",function(t){t.preventDefault(),e.destroy()})},destroy:function(){if(this.deleteConfirmationCallback){let e=this.deleteConfirmationCallback(this.model.toJSON());if(e&&e.then)e.then(()=>this.model.destroy(),()=>{});else throw Error("deleteConfirmationCallback needs to return a Promise")}else this.model.destroy()},render:function(){var e=this,t=this.model.toJSON(),i=x("<td class='aui-restfultable-operations'></td>").append(this.renderOperations({},t)),n=x(`<td class="${this.classNames.STATUS}"></td>`);return this.$el.removeClass(this.classNames.DISABLED+" "+this.classNames.FOCUSED+" "+this.classNames.EDIT_ROW).addClass(this.classNames.READ_ONLY).empty(),this.allowReorder&&x('<td class="'+this.classNames.ORDER+'"></td>').append(this.renderDragHandle()).appendTo(e.$el),this.$el.attr("data-id",this.model.id),x.each(this.columns,function(i,n){var s,r=x("<td></td>"),a=t[n.id],o=n.fieldName||n.id,l=[{name:o,value:a,allowEdit:n.allowEdit},t,e.model];if(a&&e.$el.attr("data-"+n.id,a),s=n.readView?new n.readView({model:e.model}).render(l[0]):e.defaultColumnRenderer.apply(e,l),!1!==e.allowEdit&&!1!==n.allowEdit){var c=x("<span></span>").addClass(e.classNames.EDITABLE).append('<span class="aui-icon aui-icon-small aui-iconfont-edit"></span>').append(s).attr("data-field-name",o);r=x("<td></td>").append(c).appendTo(e.$el),s&&String(s).trim()||(r.addClass(e.classNames.NO_VALUE),c.html(x("<em></em>").text(this.emptyText||eY.getText("aui.enter.value"))))}else r.append(s);n.styleClass&&r.addClass(n.styleClass),r.appendTo(e.$el)}),this.$el.append(i).append(n).addClass(this.classNames.ROW+" "+this.classNames.READ_ONLY),this.trigger(this._event.RENDER,this.$el,t),this.$el.trigger(this._event.CONTENT_REFRESHED,[this.$el]),this}});var ol=nw().View.extend({initialize:function(e){var t=this;if(t.options=x.extend(!0,t._getDefaultOptions(e),e),t.id=this.options.id,t._event=a9,t.classNames=a0,t.dataKeys=a4,this.$table=x(e.el).addClass(this.classNames.RESTFUL_TABLE).addClass(this.classNames.ALLOW_HOVER).addClass("aui"),this.$table.wrapAll("<form class='aui' action='#'>"),this.$thead=x("<thead>"),this.$theadRow=x("<tr>").appendTo(this.$thead),this.$tbody=x("<tbody>"),!this.$table.length)throw Error("RestfulTable: Init failed! The table you have specified ["+this.$table.selector+"] cannot be found.");if(!this.options.columns)throw Error("RestfulTable: Init failed! You haven't provided any columns to render.");if(this.options.deleteConfirmationCallback&&!(this.options.deleteConfirmationCallback instanceof Function))throw Error("RestfulTable: Init failed! deleteConfirmationCallback is not a function");this.showGlobalLoading(),this.options.columns.forEach(function(e){var i="function"==typeof e.header?e.header():e.header;void 0===i&&(N("You have not specified [header] for column ["+e.id+"]. Using id for now..."),i=e.id),t.$theadRow.append("<th>"+i+"</th>")}),t.$theadRow.append("<th></th><th></th>"),this._models=this._createCollection(),this._rowClass=this.options.views.row,this.editRows=[],this.$table.closest("form").on("submit",function(e){t.focusedRow&&t.focusedRow.trigger(t._event.SAVE),e.preventDefault()}),this.options.allowReorder&&(this.$theadRow.prepend("<th>"),this.$tbody.sortable({handle:"."+this.classNames.DRAG_HANDLE,helper:function(e,i){var n=x("<div>").attr("class",i.attr("class")).addClass(t.classNames.MOVEABLE);return i.children().each(function(){var e=x(this),t=parseInt(0+e.css("border-left-width"),10),i=parseInt(0+e.css("border-right-width"),10),s=e[0].clientWidth+t+i;n.append(x("<div>").html(e.html()).attr("class",e.attr("class")).width(s))}),(n=x("<div class='aui-restfultable-readonly'>").append(n)).css({left:i.offset().left}),n.appendTo(document.body),n},start:function(e,i){var n=i.helper[0].clientHeight,s=i.placeholder.find("td");i.item.addClass(t.classNames.MOVEABLE).children().each(function(e){x(this).width(s.eq(e).width())});var r='<td colspan="'+t.getColumnCount()+'">&nbsp;</td>';i.placeholder.html(r).css({height:n,visibility:"visible"}),t.getRowFromElement(i.item[0]).trigger(t._event.MODAL)},stop:function(e,i){x(i.item[0]).is(":visible")&&(i.item.removeClass(t.classNames.MOVEABLE).children().attr("style",""),i.placeholder.removeClass(t.classNames.ROW),t.getRowFromElement(i.item[0]).trigger(t._event.MODELESS))},update:function(e,i){var n={row:t.getRowFromElement(i.item[0]),item:i.item,nextItem:i.item.next(),prevItem:i.item.prev()};t.move(n)},axis:"y",delay:0,containment:"document",cursor:"move",scroll:!0,zIndex:8e3}),this.$tbody.on("selectstart mousedown",function(e){return!x(e.target).is("."+t.classNames.DRAG_HANDLE)})),!1!==this.options.allowCreate&&(this._createRow=new this.options.views.editRow({columns:this.options.columns,isCreateRow:!0,model:this.options.model.extend({url:function(){return t.options.resources.self}}),cancelAccessKey:this.options.cancelAccessKey,submitAccessKey:this.options.submitAccessKey,allowReorder:this.options.allowReorder,fieldFocusSelector:this.options.fieldFocusSelector}),this._createRow.on(this._event.CREATED,function(e){void 0===t.options.addPosition&&"bottom"===t.options.createPosition||"bottom"===t.options.addPosition?t.addRow(e):t.addRow(e,0)}),this._createRow.on(this._event.VALIDATION_ERROR,function(){this.trigger(t._event.FOCUS)}),this._createRow.render({errors:{},values:{}}),this.$create=x('<tbody class="'+this.classNames.CREATE+'">').append(this._createRow.el),this._applyFocusCoordinator(this._createRow),this.options.autoFocus&&this._createRow.trigger(this._event.FOCUS)),this._models.on("remove",function(e){t.getRows().forEach(function(i){i.model===e&&(i.hasFocus()&&t._createRow&&t._createRow.trigger(t._event.FOCUS),t.removeRow(i))})}),this.fetchInitialResources()},fetchInitialResources:function(){var e=this;"function"==typeof this.options.resources.all?this.options.resources.all(function(t){e.populate(t)}):x.get(this.options.resources.all,function(t){e.populate(t)})},move:function(e){var t=this;if(e.row){var i,n=(i=t.options.reverseOrder?e.nextItem:e.prevItem).length?{after:t.getRowFromElement(i).model.url()}:{position:"First"};x.ajax({url:e.row.model.url()+"/move",type:"POST",dataType:"json",contentType:"application/json",data:JSON.stringify(n),complete:function(){e.row.hideLoading()},success:function(e){os(t._event.REORDER_SUCCESS,t,[e])},error:function(e){var i=or(e.responseText||e.data);os(t._event.SERVER_ERROR,t,[i,e,this])}}),e.row.showLoading()}},_createCollection:function(){var e=this;return new(this.options.Collection.extend({sort:function(t){if(t||(t={}),!this.comparator)throw Error("Cannot sort a set without a comparator");return this.tableRows=e.getRows(),this.models=this.sortBy(this.comparator,this),this.tableRows=void 0,t.silent||this.trigger("refresh",this,t),this},remove:function(...t){return this.tableRows=e.getRows(),nw().Collection.prototype.remove.apply(this,t),this.tableRows=void 0,this}}))([],{comparator:function(t){var i;return(this&&void 0!==this.tableRows?this.tableRows:e.getRows()).some(function(e,n){if(e.model.id===t.id)return i=n,!0}),i}})},populate:function(e){this.options.reverseOrder&&e.reverse(),this.hideGlobalLoading(),e&&e.length?(this._models.reset([],{silent:!0}),this.renderRows(e),this.isEmpty()&&this.showNoEntriesMsg()):this.showNoEntriesMsg(),this.$table.append(this.$thead),"bottom"===this.options.createPosition?this.$table.append(this.$tbody).append(this.$create):this.$table.append(this.$create).append(this.$tbody),this.$table.trigger(this._event.INITIALIZED,[this]),os(this._event.INITIALIZED,this,[this]),this.options.autoFocus&&this.$table.find(":input:text:first").trigger("focus")},showGlobalLoading:function(){return this.$loading||(this.$loading=x('<div class="aui-restfultable-init"><span class="aui-restfultable-loading">'+a5+this.options.loadingMsg+"</span></div>")),this.$loading.is(":visible")||this.$loading.insertAfter(this.$table),this},hideGlobalLoading:function(){return this.$loading&&this.$loading.remove(),this},addRow:function(e,t){var i,n;if(!e.id)throw Error("RestfulTable.addRow: to add a row values object must contain an id. Maybe you are not returning it from your restend point?Recieved:"+JSON.stringify(e));return n=new this.options.model(e),i=this._renderRow(n,t),this._models.add(n),this.removeNoEntriesMsg(),os(this._event.ROW_ADDED,this,[i,this]),this},removeRow:function(e){this._models.remove(e.model),e.remove(),this.isEmpty()&&this.showNoEntriesMsg(),os(this._event.ROW_REMOVED,this,[e,this])},isEmpty:function(){return 0===this._models.length},getModels:function(){return this._models},getTable:function(){return this.$table},getTableBody:function(){return this.$tbody},getCreateRow:function(){return this._createRow},getColumnCount:function(){var e=2;return this.allowReorder&&++e,this.options.columns.length+e},getRowFromElement:function(e){return x(e).data(this.dataKeys.ROW_VIEW)},showNoEntriesMsg:function(){return this.$noEntries&&this.$noEntries.remove(),this.$noEntries=x("<tr>").addClass(this.classNames.NO_ENTRIES).append(x("<td>").attr("colspan",this.getColumnCount()).text(this.options.noEntriesMsg)).appendTo(this.$tbody),this},removeNoEntriesMsg:function(){return this.$noEntries&&this._models.length>0&&this.$noEntries.remove(),this},getRows:function(){var e=this,t=[];return this.$tbody.find("."+this.classNames.READ_ONLY).each(function(){var i=x(this).data(e.dataKeys.ROW_VIEW);i&&t.push(i)}),t},_renderRow:function(e,t){var i,n,s=this,r=this.$tbody.find("."+this.classNames.READ_ONLY);return n=new this._rowClass({model:e,columns:this.options.columns,allowEdit:this.options.allowEdit,allowDelete:this.options.allowDelete,allowReorder:this.options.allowReorder,deleteConfirmationCallback:this.options.deleteConfirmationCallback}),this.removeNoEntriesMsg(),n.on(this._event.ROW_EDIT,function(e){os(this._event.EDIT_ROW,{},[this,s]),s.edit(this,e)}),i=n.render().$el,-1!==t&&("number"==typeof t&&0!==r.length?i.insertBefore(r[t]):this.$tbody.append(i)),i.data(this.dataKeys.ROW_VIEW,n),n.on(this._event.MODAL,function(){s.$table.removeClass(s.classNames.ALLOW_HOVER),s.$tbody.sortable("disable"),s.getRows().forEach(function(e){s.isRowBeingEdited(e)||e.delegateEvents({})})}),n.on(this._event.MODELESS,function(){s.$table.addClass(s.classNames.ALLOW_HOVER),s.$tbody.sortable("enable"),s.getRows().forEach(function(e){s.isRowBeingEdited(e)||e.delegateEvents()})}),this._applyFocusCoordinator(n),this.trigger(this._event.ROW_INITIALIZED,n),n},isRowBeingEdited:function(e){var t=!1;return this.editRows.some(function(i){if(i.el===e.el)return t=!0,!0}),t},_applyFocusCoordinator:function(e){var t=this;return e.hasFocusBound||(e.hasFocusBound=!0,e.on(this._event.FOCUS,function(){t.focusedRow&&t.focusedRow!==e&&t.focusedRow.trigger(t._event.BLUR),t.focusedRow=e,e instanceof oo&&t._createRow&&t._createRow.enable()})),this},_removeEditRow:function(e){var t=x.inArray(e,this.editRows);return this.editRows.splice(t,1),this},_shiftFocusAfterEdit:function(){return this.editRows.length>0?this.editRows[this.editRows.length-1].trigger(this._event.FOCUS):this._createRow&&this._createRow.trigger(this._event.FOCUS),this},_saveEditRowOnBlur:function(){return this.editRows.length<=1},dismissEditRows:function(){this.editRows.forEach(function(e){e.hasUpdates()||e.trigger(this._event.FINISHED_EDITING)},this)},edit:function(e,t){var i=this,n=new this.options.views.editRow({el:e.el,columns:this.options.columns,isUpdateMode:!0,allowReorder:this.options.allowReorder,fieldFocusSelector:this.options.fieldFocusSelector,model:e.model,cancelAccessKey:this.options.cancelAccessKey,submitAccessKey:this.options.submitAccessKey}),s=e.model.toJSON();return s.update=!0,n.render({errors:{},update:!0,values:s}).on(i._event.UPDATED,function(t,n){i._removeEditRow(this),this.off(),e.render().delegateEvents(),e.trigger(i._event.UPDATED),!1!==n&&i._shiftFocusAfterEdit()}).on(i._event.VALIDATION_ERROR,function(){this.trigger(i._event.FOCUS)}).on(i._event.FINISHED_EDITING,function(){i._removeEditRow(this),e.render().delegateEvents(),this.off()}).on(i._event.CANCEL,function(){i._removeEditRow(this),this.off(),e.render().delegateEvents(),i._shiftFocusAfterEdit()}).on(i._event.BLUR,function(){i.dismissEditRows(),i._saveEditRowOnBlur()&&this.trigger(i._event.SAVE,!1)}),this._applyFocusCoordinator(n),n.trigger(i._event.FOCUS,t),i._createRow&&i._createRow.disable(),this.editRows.push(n),n},renderRows:function(e=[]){var t=this._models.comparator,i=[];this._models.comparator=void 0;var n=e.map(e=>{var t=new this.options.model(e);return i.push(this._renderRow(t,-1).el),t});return this._models.add(n,{silent:!0}),this._models.comparator=t,this.removeNoEntriesMsg(),this.$tbody.append(i),this},_getDefaultOptions:function(e){return{model:e.model||oa,allowEdit:!0,views:{editRow:ot,row:oo},Collection:nw().Collection.extend({url:e.resources.self,model:e.model||oa}),allowReorder:!1,fieldFocusSelector:function(e){return":input[name="+e+"], #"+e},loadingMsg:e.loadingMsg||eY.getText("aui.words.loading")}}});ol.ClassNames=a0,ol.CustomCreateView=a1,ol.CustomEditView=a2,ol.CustomReadView=a3,ol.DataKeys=a4,ol.EditRow=ot,ol.EntryModel=oa,ol.Events=a9,ol.Row=oo,k("RestfulTable",ol);let oc=ol;function ou(e){return x(e).clone().removeAttr("id")}k("clone",ou);var od=window.DocumentTouch,oh="ontouchstart"in window||od&&document instanceof od;function op(e,t,i,n){e.find(`[${n}]`).attr(n,(e,n)=>t===n?i:void 0)}function of(e){return e.offset().top}function og(e){var t;this.$el=x(e),this.$el.length&&(this.$body=x("body"),this.$wrapper=this.$el.children(".aui-sidebar-wrapper"),this.$body.addClass("aui-page-sidebar"),this._previousScrollTop=null,this._previousViewportHeight=null,this._previousViewportWidth=null,this._previousOffsetTop=null,this.submenus=new oy,function(e){if(x(".aui-sidebar").length){e.$el.on("mouseenter mouseleave click focus",e.collapsedTriggersSelector,function(t){oT(e,x(t.target))}),oh&&function(e){if(window.matchMedia)return window.matchMedia(e).matches;var t=document.createElement("style");t.type="text/css",t.id="testMedia",t.innerText=`@media ${e} { #testMedia { width: 1px; } }`,document.head.appendChild(t);var i="1px"===window.getComputedStyle(t,null).width;return t.parentNode.removeChild(t),i}("only screen and (max-device-width:1024px)")&&x("body").addClass("aui-page-sidebar-touch");var t=null,i=function(){null===t&&(t=requestAnimationFrame(function(){e.reflow(),t=null}))};x(window).on("scroll resize",i),i(),e.isAnimated()&&e.$el.on("transitionend webkitTransitionEnd",function(){e.$el.trigger(x.Event(om+(e.isCollapsed()?"collapse-end":"expand-end")))}),e.$el.on("click",".aui-sidebar-toggle",function(t){t.preventDefault(),e.toggle()}),x(".aui-page-panel").on("click",function(){!e.isCollapsed()&&e.isViewportNarrow()&&e.collapse()});var n=function(t){var i,n;(i=t).which!==er.LEFT_SQUARE_BRACKET||i.shiftKey||i.ctrlKey||i.metaKey||"value"in(n=i.target)||n.isContentEditable||e.toggle()};x(document).on("keypress",n),e._remove=function(){x(this.inlineDialogSelector).remove(),this.$el.off(),this.$el.remove(),x(document).off("keypress",n),x(window).off("scroll resize",i)},e.$el.on("touchend",function(t){e.isCollapsed()&&(e.expand(),t.preventDefault())}),e.$el.tooltip({...oE,live:e.collapsedTriggersSelector,suppress:function(){let t=x(this),i=!1===e.isCollapsed();return!0===ox(t)||i}}),e.$el.tooltip({...oE,aria:!1,live:e.toggleSelector,title:function(){return e.isCollapsed()?eY.getText("aui.sidebar.expand.tooltip"):eY.getText("aui.sidebar.collapse.tooltip")}}),e.$el.on("keydown",e.collapsedTriggersSelector,function(t){if(e.isCollapsed()){var i=t.target,n=o_(i);if(n){var r,a=x(n);s(t)&&n.open&&(t.preventDefault(),(r=a).attr("persistent",""),r.find(":aui-tabbable").first().trigger("focus"),setTimeout(function(){r.removeAttr("persistent")},100),a.on("keydown",function(e){var t,n,r;((t=e).keyCode===er.TAB&&t.shiftKey&&(n=e.target,n===a.find(":aui-tabbable")[0])||s(e)&&(r=e.target,r===a.find(":aui-tabbable").last()[0]))&&(i.focus(),x(this).off("keydown"),oC())}))}}})}function s(e){return e.keyCode===er.TAB&&!e.shiftKey&&!e.altKey}}(this),t=this,x(t.collapsedTriggersSelector).each(function(){oT(t,x(this))}))}var om="_aui-internal-sidebar-";function ov(e){return x.map(e.split(" "),function(e){return om+e}).join(" ")}function ob(){return document.querySelectorAll(og.prototype.inlineDialogSelector)}function oy(){this.inlineDialog=null}function ow(e){return e.is("a")?e.next(".aui-nav"):e.children(".aui-nav, hr")}function o_(e){var t=e.getAttribute("aria-controls");return document.getElementById(t)}function ox(e){return 0!==ow(e).length}function oC(){var e=ob();Array.prototype.forEach.call(e,function(e){e.open=!1})}function oT(e,t){if(!t.data("_aui-sidebar-submenu-constructed")&&(t.data("_aui-sidebar-submenu-constructed",!0),ox(t))){var i,n,s,r=document.createElement("aui-inline-dialog"),a=iI("sidebar-submenu");return t.attr("aria-controls",a),t.attr("data-aui-trigger",""),eo.init(t),r.setAttribute("id",a),r.setAttribute("alignment","right top"),r.setAttribute("hidden",""),r.setAttribute("contained-by","viewport"),e.isCollapsed()&&r.setAttribute("responds-to","hover"),x(r).addClass(og.prototype.inlineDialogClass),document.body.appendChild(r),eo.init(r),i=e,n=t,(s=r).addEventListener("aui-layer-show",function(e){if(!i.isCollapsed())return void e.preventDefault();if(!("AUI-INLINE-DIALOG"!==e.target.tagName||!e.target.classList.contains("aui-sidebar-submenu-dialog"))){var t,r,a,o,l=x.Event("aui-sidebar-submenu-before-show");if(n.trigger(l,s),l.isDefaultPrevented())return void e.preventDefault();t=n,r=s,t.addClass("active"),r.innerHTML=ok,a=t.is("a")?t.text():t.children(".aui-nav-heading").text(),(o=x(r).find(".aui-navgroup-inner")).children(".aui-nav-heading").attr("title",a).children("strong").text(a),(function(e){let t,i=ou(e);return(t=x("<div></div>")).append(i),t.find("[id]").each((e,i)=>{var n;let s=iI(`${i.id}-`);op(t,n=i.id,s,"aria-controls"),op(t,n,s,"aria-owns"),i.id=s}),i.hasClass("aui-expander-content")&&(i.find(".aui-expander-cutoff").remove(),i.removeClass("aui-expander-content")),i})(ow(t)).appendTo(o)}}),s.addEventListener("aui-layer-hide",function(){n.removeClass("active")}),r}}og.prototype.on=function(){var e=arguments[0],t=Array.prototype.slice.call(arguments,1),i=ov(e);return this.$el.on.apply(this.$el,[i].concat(t)),this},og.prototype.off=function(){var e=arguments[0],t=Array.prototype.slice.call(arguments,1),i=ov(e);return this.$el.off.apply(this.$el,[i].concat(t)),this},og.prototype.setHeight=function(e,t,i){var n=Math.max(0,i-e);return this.$wrapper.height(t-n),this},og.prototype.setTopPosition=function(e=window.pageYOffset){return this.$wrapper.toggleClass("aui-is-docked",e>of(this.$el)),this},og.prototype.setPosition=J(og.prototype.setTopPosition,"Sidebar.setPosition",{removeInVersion:"11.0.0",sinceVersion:"7.6.1",alternativeName:"Sidebar.setTopPosition"}),og.prototype.setLeftPosition=function(e=window.pageXOffset){return this.$wrapper.hasClass("aui-is-docked")&&this.$wrapper.css({left:-e}),this},og.prototype.setCollapsedState=function(e){var t={collapsed:{},expanded:{}};t.collapsed.narrow={narrow:x.noop,wide:function(t){t._expand(e,!0)}},t.collapsed.wide={narrow:x.noop,wide:x.noop},t.expanded.narrow={narrow:x.noop,wide:function(e){e.$body.removeClass("aui-sidebar-collapsed"),e.$el.removeClass("aui-sidebar-fly-out")}},t.expanded.wide={narrow:function(e){e._collapse(!0)},wide:x.noop};var i=this.isCollapsed()?"collapsed":"expanded",n=this.isViewportNarrow(this._previousViewportWidth)?"narrow":"wide",s=this.isViewportNarrow(e)?"narrow":"wide";return t[i][n][s](this),this},og.prototype._collapse=function(e){if(this.isCollapsed())return this;var t=x.Event(om+"collapse-start",{isResponsive:e});return this.$el.trigger(t),t.isDefaultPrevented()||(this.$body.addClass("aui-sidebar-collapsed"),this.$el.attr("aria-expanded","false"),this.$el.removeClass("aui-sidebar-fly-out"),this.$el.find(this.submenuTriggersSelector).attr("tabindex",0),x(this.inlineDialogSelector).attr("responds-to","hover"),this.isAnimated()||this.$el.trigger(x.Event(om+"collapse-end",{isResponsive:e}))),this},og.prototype.collapse=function(){return this._collapse(!1)},og.prototype._expand=function(e,t){var i=x.Event(om+"expand-start",{isResponsive:t});if(this.$el.trigger(i),i.isDefaultPrevented())return this;var n=this.isViewportNarrow(e);return this.$el.attr("aria-expanded","true"),this.$body.toggleClass("aui-sidebar-collapsed",n),this.$el.toggleClass("aui-sidebar-fly-out",n),this.$el.find(this.submenuTriggersSelector).removeAttr("tabindex"),x(this.inlineDialogSelector).removeAttr("responds-to"),this.isAnimated()||this.$el.trigger(x.Event(om+"expand-end",{isResponsive:t})),this},og.prototype.expand=function(){return this.isCollapsed()&&this._expand(this._previousViewportWidth,!1),this},og.prototype.isAnimated=function(){return this.$el.hasClass("aui-is-animated")},og.prototype.isCollapsed=function(){return"false"===this.$el.attr("aria-expanded")},og.prototype.isViewportNarrow=function(e){return(e=void 0===e?this._previousViewportWidth:e)<1240},og.prototype.responsiveReflow=function(e,t){if(e){if(!this.isCollapsed()&&this.isViewportNarrow(t)){var i=this.isAnimated();i&&this.$el.removeClass("aui-is-animated"),this.collapse(),i&&(this.$el[0].offsetHeight,this.$el.addClass("aui-is-animated"))}}else t!==this._previousViewportWidth&&this.setCollapsedState(t)},og.prototype.reflow=function(e=window.pageYOffset,t=document.documentElement.clientHeight,i=window.innerWidth,n=document.documentElement.scrollHeight,s=window.pageXOffset){var r=of(this.$el),a=null===this._previousViewportWidth;if(e!==this._previousScrollTop||t!==this._previousViewportHeight||r!==this._previousOffsetTop){var o=this.$body.hasClass("aui-page-sidebar-touch"),l=e!==this._previousScrollTop&&(e<0||e+t>n);o||!a&&l||(this.setHeight(e,t,r),this.setTopPosition(e))}if(s!==this._previousScrollLeft&&this.setLeftPosition(s),"false"!==this.$el.attr("data-aui-responsive"))this.responsiveReflow(a,i);else{var c=!this.isCollapsed()&&this.isViewportNarrow(i);this.$el.toggleClass("aui-sidebar-fly-out",c)}return this._previousScrollTop=e,this._previousViewportHeight=t,this._previousViewportWidth=i,this._previousOffsetTop=r,this._previousScrollLeft=s,this},og.prototype.toggle=function(){return this.isCollapsed()?(this.expand(),this.$el.find(".aui-sidebar-toggle").attr("aria-label",eY.getText("aui.sidebar.collapse.tooltip"))):(this.collapse(),this.$el.find(".aui-sidebar-toggle").attr("aria-label",eY.getText("aui.sidebar.expand.tooltip"))),this},og.prototype.submenuTriggersSelector=".aui-sidebar-group:not(.aui-sidebar-group-tier-one)",og.prototype.collapsedTriggersSelector=[og.prototype.submenuTriggersSelector,".aui-sidebar-group.aui-sidebar-group-tier-one > .aui-nav > li > a",".aui-sidebar-footer > .aui-sidebar-settings-button"].join(", "),og.prototype.toggleSelector=".aui-sidebar-footer > .aui-sidebar-toggle",og.prototype.tooltipClassName="aui-sidebar-section-tooltip",og.prototype.inlineDialogClass="aui-sidebar-submenu-dialog",og.prototype.inlineDialogSelector="."+og.prototype.inlineDialogClass,oy.prototype.submenu=function(e){return oS(),ow(e)},oy.prototype.hasSubmenu=function(e){return oS(),ox(e)},oy.prototype.submenuHeadingHeight=function(){return oS(),34},oy.prototype.isShowing=function(){return oS(),og.prototype.isSubmenuVisible()},oy.prototype.show=function(e,t){oS(),o_(t).open=!0},oy.prototype.hide=function(){oS(),oC()},oy.prototype.inlineDialogShowHandler=function(){oS()},oy.prototype.inlineDialogHideHandler=function(){oS()},oy.prototype.moveSubmenuToInlineDialog=function(){oS()},oy.prototype.restoreSubmenu=function(){oS()},og.prototype.getVisibleSubmenus=function(){return Array.prototype.filter.call(ob(),function(e){return e.open})},og.prototype.isSubmenuVisible=function(){return this.getVisibleSubmenus().length>0};let ok='<div class="aui-inline-dialog-contents"><div class="aui-sidebar-submenu" ><div class="aui-navgroup aui-navgroup-vertical"><div class="aui-navgroup-inner"><div class="aui-nav-heading"><strong></strong></div></div></div></div></div>';var oE={gravity:"w",title:function(){var e=x(this);return e.is("a")||e.is("button")?e.attr("title")||e.find(".aui-nav-item-label").text()||e.data("tooltip"):e.children(".aui-nav").attr("title")||e.children(".aui-nav-heading").text()}},oA=ek("sidebar",og);x(function(){oA(".aui-sidebar")});var oS=K("Sidebar.submenus",{removeInVersion:"11.0.0",sinceVersion:"5.8.0"});k("sidebar",oA);let oD=oA;function oI(e){"object"!=typeof e&&(e={width:arguments[0],height:arguments[1],id:arguments[2]},e=x.extend({},e,arguments[3])),e=x.extend({},{width:800,height:600,closeOnOutsideClick:!1,keypressListener:function(e){e.keyCode===er.ESCAPE&&t.is(":visible")&&o.hide()}},e);var t=x("<div></div>").addClass("aui-popup");e.id&&t.attr("id",e.id);var i=2600;x(".aui-dialog").each(function(){var e=x(this);i=e.css("z-index")>i?e.css("z-index"):i});var n=function n(s,r){return e.width=s=s||e.width,e.height=r=r||e.height,t.css({marginTop:-Math.round(r/2)+"px",marginLeft:-Math.round(s/2)+"px",width:s,height:r,"z-index":parseInt(i,10)+2}),n}(e.width,e.height);x("body").append(t),t.hide(),D(t);var s=x(".aui-blanket"),r=function(e,t){var i=x(e,t);return!!i.length&&(i.trigger("focus"),!0)},a=function(t){if(0===x(".dialog-page-body",t).find(":focus").length){if(e.focusSelector)return r(e.focusSelector,t);var i=":input:visible:enabled:first";r(i,x(".dialog-page-body",t))||r(i,x(".dialog-button-panel",t))||r(i,x(".dialog-page-menu",t))}},o={changeSize:function(t,i){(t&&t!=e.width||i&&i!=e.height)&&n(t,i),this.show()},show:function(){var i=function(){x(document).off("keydown",e.keypressListener).on("keydown",e.keypressListener),ei(),0!==(s=x(".aui-blanket")).length&&e.closeOnOutsideClick&&s.on("click",function(){t.is(":visible")&&o.hide()}),t.show(),oI.current=this,a(t),x(document).trigger("showLayer",["popup",this])};i.call(this),this.show=i},hide:function(){x(document).off("keydown",e.keypressListener),s.off(),this.element.hide(),0===x(".aui-dialog:visible").length&&en();var t=document.activeElement;this.element.has(t).length&&t.blur(),x(document).trigger("hideLayer",["popup",this]),oI.current=null,this.enable()},element:t,remove:function(){t.remove(),this.element=null},disable:function(){this.disabled||(this.popupBlanket=x("<div class='dialog-blanket'> </div>").css({height:t.height(),width:t.width()}),t.append(this.popupBlanket),this.disabled=!0)},enable:function(){this.disabled&&(this.disabled=!1,this.popupBlanket.remove(),this.popupBlanket=null)}};return o}n(841),n(603);var oM=function(){function e(e,t,i,n){e.buttonpanel||e.addButtonPanel(),this.page=e,this.onclick=i,this._onclick=function(t){return!0===i.call(this,e.dialog,e,t)},this.item=x("<button></button>").html(t).addClass("button-panel-button"),n&&this.item.addClass(n),"function"==typeof i&&this.item.on("click",this._onclick),e.buttonpanel.append(this.item),this.id=e.button.length,e.button[this.id]=this}function t(e,t,i,n,s){e.buttonpanel||e.addButtonPanel(),s||(s="#"),this.page=e,this.onclick=i,this._onclick=function(t){return!0===i.call(this,e.dialog,e,t)},this.item=x("<a></a>").html(t).attr("href",s).addClass("button-panel-link"),n&&this.item.addClass(n),"function"==typeof i&&this.item.on("click",this._onclick),e.buttonpanel.append(this.item),this.id=e.button.length,e.button[this.id]=this}function i(e,t){var i="left"==e?-1:1;return function(e){var n=this.page[t];if(this.id!=(1==i?n.length-1:0)){i*=e||1,n[this.id+i].item[i<0?"before":"after"](this.item),n.splice(this.id,1),n.splice(this.id+i,0,this);for(var s=0,r=n.length;s<r;s++)"panel"==t&&this.page.curtab==n[s].id&&(this.page.curtab=s),n[s].id=s}return this}}function n(e){return function(){this.page[e].splice(this.id,1);for(var t=0,i=this.page[e].length;t<i;t++)this.page[e][t].id=t;this.item.remove()}}e.prototype.moveUp=e.prototype.moveLeft=i("left","button"),e.prototype.moveDown=e.prototype.moveRight=i("right","button"),e.prototype.remove=n("button"),e.prototype.html=function(e){return this.item.html(e)},e.prototype.onclick=function(e){let t=this;if(void 0===e)return this.onclick;this.item.off("click",this._onclick),this._onclick=function(i){return!0===e.call(this,t.page.dialog,t.page,i)},"function"==typeof e&&this.item.on("click",this._onclick)};var s=function(e,t,i,n,s){i instanceof x||(i=x(i)),this.dialog=e.dialog,this.page=e,this.id=e.panel.length,this.button=x("<button></button>").html(t).addClass("item-button"),s&&(this.button[0].id=s),this.item=x("<li></li>").append(this.button).addClass("page-menu-item"),this.body=x("<div></div>").append(i).addClass("dialog-panel-body").css("height",e.dialog.height+"px"),this.padding=20,n&&this.body.addClass(n);var r=e.panel.length,a=this;e.menu.append(this.item),e.body.append(this.body),e.panel[r]=this;var o=function(){var t;e.curtab+1&&((t=e.panel[e.curtab]).body.hide(),t.item.removeClass("selected"),"function"==typeof t.onblur&&t.onblur()),e.curtab=a.id,a.body.show(),a.item.addClass("selected"),"function"==typeof a.onselect&&a.onselect(),"function"==typeof e.ontabchange&&e.ontabchange(a,t)};this.button.on?this.button.on("click",o):(M("atlassian-dialog:Panel:constructor - this.button.on false"),this.button.onclick=o),o(),0==r?e.menu.css("display","none"):e.menu.show()};s.prototype.select=function(){this.button.trigger("click")},s.prototype.moveUp=s.prototype.moveLeft=i("left","panel"),s.prototype.moveDown=s.prototype.moveRight=i("right","panel"),s.prototype.remove=n("panel"),s.prototype.html=function(e){return e?(this.body.html(e),this):this.body.html()},s.prototype.setPadding=function(e){return isNaN(+e)||(this.body.css("padding",+e),this.padding=+e,this.page.recalcSize()),this};var r=function(e,t){this.dialog=e,this.id=e.page.length,this.element=x("<div></div>").addClass("dialog-components"),this.body=x("<div></div>").addClass("dialog-page-body"),this.menu=x("<ul></ul>").addClass("dialog-page-menu").css("height",e.height+"px"),this.body.append(this.menu),this.curtab,this.panel=[],this.button=[],t&&this.body.addClass(t),e.popup.element.append(this.element.append(this.menu).append(this.body)),e.page[e.page.length]=this};function a(e,t,i){var n={};+e||(e=(n=Object(e)).width,t=n.height,i=n.id),this.height=t||480,this.width=e||640,this.id=i,n=x.extend({},n,{width:this.width,height:this.height,id:this.id}),this.popup=oI(n),this.popup.element.addClass("aui-dialog"),this.page=[],this.curpage=0,new r(this)}return r.prototype.recalcSize=function(){for(var e=62*!!this.header,t=52*!!this.buttonpanel,i=this.panel.length;i--;){var n=this.dialog.height-e-t;this.panel[i].body.css("height",n),this.menu.css("height",n)}},r.prototype.addButtonPanel=function(){this.buttonpanel=x("<div></div>").addClass("dialog-button-panel"),this.element.append(this.buttonpanel)},r.prototype.addPanel=function(e,t,i,n){return new s(this,e,t,i,n),this.recalcSize(),this},r.prototype.addHeader=function(e,t){return this.header&&this.header.remove(),this.header=x("<h2></h2>").text(e||"").addClass("dialog-title"),t&&this.header.addClass(t),this.element.prepend(this.header),this.recalcSize(),this},r.prototype.addButton=function(t,i,n){return new e(this,t,i,n),this.recalcSize(),this},r.prototype.addLink=function(e,i,n,s){return new t(this,e,i,n,s),this.recalcSize(),this},r.prototype.gotoPanel=function(e){this.panel[e.id||e].select()},r.prototype.getCurrentPanel=function(){return this.panel[this.curtab]},r.prototype.hide=function(){this.element.hide()},r.prototype.show=function(){this.element.show()},r.prototype.remove=function(){this.element.remove()},a.prototype.addHeader=function(e,t){return this.page[this.curpage].addHeader(e,t),this},a.prototype.addButton=function(e,t,i){return this.page[this.curpage].addButton(e,t,i),this},a.prototype.addLink=function(e,t,i,n){return this.page[this.curpage].addLink(e,t,i,n),this},a.prototype.addSubmit=function(e,t){return this.page[this.curpage].addButton(e,t,"button-panel-submit-button"),this},a.prototype.addCancel=function(e,t){return this.page[this.curpage].addLink(e,t,"button-panel-cancel-link"),this},a.prototype.addButtonPanel=function(){return this.page[this.curpage].addButtonPanel(),this},a.prototype.addPanel=function(e,t,i,n){return this.page[this.curpage].addPanel(e,t,i,n),this},a.prototype.addPage=function(e){return new r(this,e),this.page[this.curpage].hide(),this.curpage=this.page.length-1,this},a.prototype.nextPage=function(){return this.page[this.curpage++].hide(),this.curpage>=this.page.length&&(this.curpage=0),this.page[this.curpage].show(),this},a.prototype.prevPage=function(){return this.page[this.curpage--].hide(),this.curpage<0&&(this.curpage=this.page.length-1),this.page[this.curpage].show(),this},a.prototype.gotoPage=function(e){return this.page[this.curpage].hide(),this.curpage=e,this.curpage<0?this.curpage=this.page.length-1:this.curpage>=this.page.length&&(this.curpage=0),this.page[this.curpage].show(),this},a.prototype.getPanel=function(e,t){var i=null==t?this.curpage:e;return null==t&&(t=e),this.page[i].panel[t]},a.prototype.getPage=function(e){return this.page[e]},a.prototype.getCurrentPanel=function(){return this.page[this.curpage].getCurrentPanel()},a.prototype.gotoPanel=function(e,t){if(null!=t){var i=e.id||e;this.gotoPage(i)}this.page[this.curpage].gotoPanel(void 0===t?e:t)},a.prototype.show=function(){return this.popup.show(),F("show.dialog",{dialog:this}),this},a.prototype.hide=function(){return this.popup.hide(),F("hide.dialog",{dialog:this}),this},a.prototype.remove=function(){this.popup.hide(),this.popup.remove(),F("remove.dialog",{dialog:this})},a.prototype.disable=function(){return this.popup.disable(),this},a.prototype.enable=function(){return this.popup.enable(),this},a.prototype.get=function(e){var t=[],i=this,n='#([^"][^ ]*|"[^"]*")',s="(?:(page|panel|button|header)(?:"+n+"|:(\\d+))?|"+n+")",r=RegExp("(?:^|,)\\s*"+s+"(?:\\s+"+s+")?\\s*(?=,|$)","ig");(e+"").replace(r,function(e,n,s,r,a,o,l,c,u){n=n&&n.toLowerCase();var h=[];if("page"==n&&i.page[r]?(h.push(i.page[r]),n=(n=o)&&n.toLowerCase(),s=l,r=c,a=u):h=i.page,s=s&&(s+"").replace(/"/g,""),l=l&&(l+"").replace(/"/g,""),a=a&&(a+"").replace(/"/g,""),u=u&&(u+"").replace(/"/g,""),n||a)for(var p=h.length;p--;){if(a||"panel"==n&&(s||!s&&null==r))for(var f=h[p].panel.length;f--;)h[p].panel[f].button.html()!=a&&h[p].panel[f].button.html()!=s&&("panel"!=n||s||null!=r)||t.push(h[p].panel[f]);if(a||"button"==n&&(s||!s&&null==r))for(var f=h[p].button.length;f--;)h[p].button[f].item.html()!=a&&h[p].button[f].item.html()!=s&&("button"!=n||s||null!=r)||t.push(h[p].button[f]);h[p][n]&&h[p][n][r]&&t.push(h[p][n][r]),"header"==n&&h[p].header&&t.push(h[p].header)}else t=t.concat(h)});for(var a={length:t.length},o=t.length;o--;)for(var l in a[o]=t[o],t[o])l in a||function(e){a[e]=function(){for(var t=this.length;t--;)"function"==typeof this[t][e]&&this[t][e].apply(this[t],arguments)}}(l);return a},a.prototype.updateHeight=function(){for(var e=0,t=x(window).height()-62-52-100,i=0;this.getPanel(i);i++)this.getPanel(i).body.css({height:"auto",display:"block"}).outerHeight()>e&&(e=Math.min(t,this.getPanel(i).body.outerHeight())),i!==this.page[this.curpage].curtab&&this.getPanel(i).body.css({display:"none"});for(i=0;this.getPanel(i);i++)this.getPanel(i).body.css({height:e||this.height});this.page[0].menu.height(e),this.height=e+62+52+1,this.popup.changeSize(void 0,this.height)},a.prototype.isMaximised=function(){return this.popup.element.outerHeight()>=x(window).height()-100},a.prototype.getCurPanel=function(){return this.getPanel(this.page[this.curpage].curtab)},a.prototype.getCurPanelButton=function(){return this.getCurPanel().button},a}();oM=Z(oM,"Dialog constructor",{alternativeName:"Dialog2"}),oI=Z(oI,"Dialog popup constructor",{alternatveName:"Dialog2"}),k("Dialog",oM),k("popup",oI);var oN=-1!==navigator.platform.indexOf("Mac"),oO=-1!==navigator.userAgent.indexOf("Safari"),oL=/^(backspace|tab|r(ight|eturn)|s(hift|pace|croll)|c(trl|apslock)|alt|pa(use|ge(up|down))|e(sc|nd)|home|left|up|d(el|own)|insert|f\d\d?|numlock|meta)/i;let oP=e=>{let t=e[0];if(t){let e=document.createEvent("MouseEvent");e.initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),t.dispatchEvent(e)}};function oR(e){var t=[],i=x.Callbacks();function n(e){!oI.current&&i&&i.fire(e)}function s(e){e.preventDefault()}function r(e){(e&&e.split?e.trim().split(" "):[e]).forEach(function(e){var i,r,a;a=!function(e){for(var t=e.length;t--;)if(e[t].length>1&&"space"!==e[t])return!0;return!1}(r=(i=e)instanceof Array?i:function(e){for(var t=[],i="";e.length;){var n=e.match(/^(ctrl|meta|shift|alt)\+/i),s=e.match(oL);n?(i+=n[0],e=e.substring(n[0].length)):(s?(t.push(i+s[0]),e=e.substring(s[0].length)):(t.push(i+e[0]),e=e.substring(1)),i="")}return t}(i.toString()))?"keypress":"keydown",t.push(r),x(document).on(a,!1,r,n),x(document).on(a+" keyup",!1,r,s)})}function a(e,t,i,n){var s="(",r=")";return n&&n.workaroundJaws&&(s="",r=""),i?t+=" "+s+eY.getText("aui.keyboard.shortcut.type.x",e.shift()):t=t.replace(/\)$/,"")+" "+eY.getText("aui.keyboard.shortcut.or.x",e.shift()),e.forEach(function(e){t+=" "+eY.getText("aui.keyboard.shortcut.then.x",e)}),t+=r}return r(e),oR.makeShortcut({executor:i,bindKeys:r,addShortcutsToTitle:function(e){for(var i=x(e),n=i.attr("title")||"",s=t.slice(),r=i.data("boundKeyCombos")||[],o=i.data("kbShortcutAppended")||"",l=i.data("kbShortcutAppendedScreenReader")||"",c=i.attr("aria-label"),u=!o,h=!l,p=u?n:n.substring(0,n.length-o.length),f=h?n:c.substring(0,c.length-l.length);s.length;){var g=s.shift();r.some(function(e){return(0,to.isEqual)(g,e)})||(o=a(g.slice(),o,u),l=a(g.slice(),l,h,{workaroundJaws:!0}),u=!1,h=!1)}oN&&(o=o.replace(/Meta/gi,"⌘").replace(/Shift/gi,"⇧"),l=l.replace(/Meta/gi,"⌘").replace(/Shift/gi,"⇧")),i.attr("title",p+o),i.attr("aria-label",f+l),i.data("kbShortcutAppended",o),i.data("kbShortcutAppendedScreenReader",l),i.data("boundKeyCombos",r.concat(t))},removeShortcutsFromTitle:function(e){var t=x(e),i=t.data("kbShortcutAppended");if(i){var n=t.attr("title");t.attr("title",n.replace(i,"")),t.attr("aria-label",n.replace(i,"")),t.removeData("kbShortcutAppended"),t.removeData("kbShortcutAppendedScreenReader"),t.removeData("boundKeyCombos")}},keypressHandler:n,defaultPreventionHandler:s})}oR.makeShortcut=function(e){var t=e.executor,i=e.bindKeys,n=e.addShortcutsToTitle,s=e.removeShortcutsFromTitle,r=e.keypressHandler,a=e.defaultPreventionHandler,o=[];function l(e){return function(i,n){var s=(n=n||{}).focusedClass||"focused",r=!n.hasOwnProperty("wrapAround")||n.wrapAround,a=!n.hasOwnProperty("escToCancel")||n.escToCancel;return t.add(function(){let t=x(i),n=t.filter("."+s),o=0===n.length?void 0:{transition:!0};a&&x(document).one("keydown",function(e){e.keyCode===er.ESCAPE&&n&&n.removeClass(s)}),n.length&&n.removeClass(s),(n=e(n,t,r))&&n.length>0&&(n.addClass(s),n.moveTo(o),n.is("a")?n.trigger("focus"):n.find("a:first").trigger("focus"))}),this}}return{moveToNextItem:l(function(e,t,i){var n;return i&&0===e.length?t.eq(0):(n=x.inArray(e.get(0),t))<t.length-1?(n+=1,t.eq(n)):i?t.eq(0):e}),moveToPrevItem:l(function(e,t,i){var n;return i&&0===e.length?t.filter(":last"):(n=x.inArray(e.get(0),t))>0?(n-=1,t.eq(n)):i?t.filter(":last"):e}),click:function(e){return o.push(e),n(e),t.add(function(){oP(x(e))}),this},goTo:function(e){return t.add(function(){window.location.href=e}),this},followLink:function(e){return o.push(e),n(e),t.add(function(){var t=x(e)[0];t&&({a:!0,link:!0})[t.nodeName.toLowerCase()]&&(window.location.href=t.href)}),this},execute:function(e){var i=this;return t.add(function(){e.apply(i,arguments)}),this},evaluate:function(e){e.call(this)},moveToAndClick:function(e){return o.push(e),n(e),t.add(function(){let t=x(e);t.length>0&&(oP(t),t.moveTo())}),this},moveToAndFocus:function(e){return o.push(e),n(e),t.add(function(t){var i=x(e);i.length>0&&(i.trigger("focus"),i.moveTo&&i.moveTo(),i.is(":input")&&t.preventDefault())}),this},or:function(e){return i(e),this},unbind:function(){x(document).off("keydown keypress",r).off("keydown keypress keyup",a);for(var e=0,t=o.length;e<t;e++)s(o[e]);o=[]}}},oR.fromJSON=function(e,t){var i=[];return e&&x.each(e,function(e,n){let s,r=n.op,a=n.param;if("execute"===r||"evaluate"===r)s=[Function(a)];else if(/^\[[^\]\[]*,[^\]\[]*\]$/.test(a)){try{s=JSON.parse(a)}catch(e){O("When using a parameter array, array must be in strict JSON format: "+a)}Array.isArray(s)||O("Badly formatted shortcut parameter. String or JSON Array of parameters required: "+a)}else s=[a];x.each(n.keys,function(){var e=this;t&&oN&&(e=x.map(e,function(e){return e.replace(/ctrl/i,"meta")}));var n=oR(e);n[r].apply(n,s),i.push(n)})}),i},x(document).on("iframeAppended",function(e,t){x(t).on("load",function(){x(t).contents().on("keyup keydown keypress",function(e){(!oO||"keypress"!==e.type)&&(x(e.target).is(":input")||x.event.trigger(e,arguments,document,!0))})})}),k("whenIType",oR);let o$=oR,{FocusManager:oj,InlineDialog2:oz,LayerManager:oH,ProgressiveDataSet:oF,clone:oB,debounce:oU,debounceImmediate:oW,dim:oV,escapeHtml:oY,formValidation:oq,id:oK,isClipped:oQ,keyCode:oG,layer:oJ,messages:oZ,populateParameters:oX,params:o0,responsiveheader:o1,select:o2,tablessortable:o3,tabs:o4,undim:o9,_addID:o5}=window.AJS,{contextPath:o8}=window.AJS})(),s})());
65
65
  //# sourceMappingURL=aui-prototyping.js.map