(self.webpackChunknodebb=self.webpackChunknodebb||[]).push([[23662],{23662:(w,y,m)=>{var c,p,g;/*! * jQuery UI Mouse 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license */(function(e){"use strict";p=[m(74692),m(56883),m(69139)],c=e,g=typeof c=="function"?c.apply(y,p):c,g!==void 0&&(w.exports=g)})(function(e){"use strict";var v=!1;return e(document).on("mouseup",function(){v=!1}),e.widget("ui.mouse",{version:"1.14.1",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var u=this;this.element.on("mousedown."+this.widgetName,function(d){return u._mouseDown(d)}).on("click."+this.widgetName,function(d){if(e.data(d.target,u.widgetName+".preventClickEvent")===!0)return e.removeData(d.target,u.widgetName+".preventClickEvent"),d.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(u){if(!v){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(u),this._mouseDownEvent=u;var d=this,t=u.which===1,i=typeof this.options.cancel=="string"?e(u.target).closest(this.options.cancel).length:!1;return!t||i||!this._mouseCapture(u)?!0:(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){d.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(u)&&this._mouseDelayMet(u)&&(this._mouseStarted=this._mouseStart(u)!==!1,!this._mouseStarted)?(u.preventDefault(),!0):(e.data(u.target,this.widgetName+".preventClickEvent")===!0&&e.removeData(u.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(n){return d._mouseMove(n)},this._mouseUpDelegate=function(n){return d._mouseUp(n)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),u.preventDefault(),v=!0,!0))}},_mouseMove:function(u){if(this._mouseMoved&&!u.which){if(u.originalEvent.altKey||u.originalEvent.ctrlKey||u.originalEvent.metaKey||u.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(u)}return(u.which||u.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(u),u.preventDefault()):(this._mouseDistanceMet(u)&&this._mouseDelayMet(u)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,u)!==!1,this._mouseStarted?this._mouseDrag(u):this._mouseUp(u)),!this._mouseStarted)},_mouseUp:function(u){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,u.target===this._mouseDownEvent.target&&e.data(u.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(u)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,v=!1,u.preventDefault()},_mouseDistanceMet:function(u){return Math.max(Math.abs(this._mouseDownEvent.pageX-u.pageX),Math.abs(this._mouseDownEvent.pageY-u.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}})})},56883:(w,y,m)=>{var c,p,g;(function(e){"use strict";p=[m(74692)],c=e,g=typeof c=="function"?c.apply(y,p):c,g!==void 0&&(w.exports=g)})(function(e){"use strict";return e.ui=e.ui||{},e.ui.version="1.14.1"})},69139:(w,y,m)=>{var c,p,g;/*! * jQuery UI Widget 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license */(function(e){"use strict";p=[m(74692),m(56883)],c=e,g=typeof c=="function"?c.apply(y,p):c,g!==void 0&&(w.exports=g)})(function(e){"use strict";var v=0,u=Array.prototype.hasOwnProperty,d=Array.prototype.slice;return e.cleanData=function(t){return function(i){var n,s,r;for(r=0;(s=i[r])!=null;r++)n=e._data(s,"events"),n&&n.remove&&e(s).triggerHandler("remove");t(i)}}(e.cleanData),e.widget=function(t,i,n){var s,r,o,f={},a=t.split(".")[0];if(t=t.split(".")[1],t==="__proto__"||t==="constructor")return e.error("Invalid widget name: "+t);var h=a+"-"+t;return n||(n=i,i=e.Widget),Array.isArray(n)&&(n=e.extend.apply(null,[{}].concat(n))),e.expr.pseudos[h.toLowerCase()]=function(l){return!!e.data(l,h)},e[a]=e[a]||{},s=e[a][t],r=e[a][t]=function(l,_){if(!this||!this._createWidget)return new r(l,_);arguments.length&&this._createWidget(l,_)},e.extend(r,s,{version:n.version,_proto:e.extend({},n),_childConstructors:[]}),o=new i,o.options=e.widget.extend({},o.options),e.each(n,function(l,_){if(typeof _!="function"){f[l]=_;return}f[l]=function(){function E(){return i.prototype[l].apply(this,arguments)}function b(D){return i.prototype[l].apply(this,D)}return function(){var D=this._super,N=this._superApply,C;return this._super=E,this._superApply=b,C=_.apply(this,arguments),this._super=D,this._superApply=N,C}}()}),r.prototype=e.widget.extend(o,{widgetEventPrefix:s&&o.widgetEventPrefix||t},f,{constructor:r,namespace:a,widgetName:t,widgetFullName:h}),s?(e.each(s._childConstructors,function(l,_){var E=_.prototype;e.widget(E.namespace+"."+E.widgetName,r,_._proto)}),delete s._childConstructors):i._childConstructors.push(r),e.widget.bridge(t,r),r},e.widget.extend=function(t){for(var i=d.call(arguments,1),n=0,s=i.length,r,o;n",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,i){i=e(i||this.defaultElement||this)[0],this.element=e(i),this.uuid=v++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=e(),this.hoverable=e(),this.focusable=e(),this.classesElementLookup={},i!==this&&(e.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(n){n.target===i&&this.destroy()}}),this.document=e(i.style?i.ownerDocument:i.document||i),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(i,n){t._removeClass(n,i)}),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=t,s,r,o;if(arguments.length===0)return e.widget.extend({},this.options);if(typeof t=="string")if(n={},s=t.split("."),t=s.shift(),s.length){for(r=n[t]=e.widget.extend({},this.options[t]),o=0;o