/usr/share/javascript/jquery-ui/ui
NameSizeModeActions
effects/-0755rm
i18n/-0755rm
vendor/-0755rm
widgets/-0755rm
core.js3610644editdlrm
core.min.js2570644editdlrm
data.js9340644editdlrm
data.min.js3600644editdlrm
disable-selection.js10790644editdlrm
disable-selection.min.js4610644editdlrm
effect.js246120644editdlrm
effect.min.js140410644editdlrm
focusable.js22950644editdlrm
focusable.min.js11070644editdlrm
form-reset-mixin.js18270644editdlrm
form-reset-mixin.min.js9590644editdlrm
form.js5810644editdlrm
form.min.js2560644editdlrm
ie.js3850644editdlrm
ie.min.js2240644editdlrm
jquery-patch.js21680644editdlrm
jquery-patch.min.js7250644editdlrm
jquery-var-for-color.js5300644editdlrm
jquery-var-for-color.min.js1410644editdlrm
keycode.js8200644editdlrm
keycode.min.js3220644editdlrm
labels.js17750644editdlrm
labels.min.js5860644editdlrm
plugin.js10200644editdlrm
plugin.min.js6170644editdlrm
position.js151250644editdlrm
position.min.js96940644editdlrm
safe-active-element.js10140644editdlrm
safe-active-element.min.js4060644editdlrm
safe-blur.js5230644editdlrm
safe-blur.min.js2700644editdlrm
scroll-parent.js12800644editdlrm
scroll-parent.min.js6740644editdlrm
tabbable.js8830644editdlrm
tabbable.min.js3670644editdlrm
unique-id.js9760644editdlrm
unique-id.min.js3910644editdlrm
version.js3220644editdlrm
version.min.js1840644editdlrm
widget.js202830644editdlrm
widget.min.js118850644editdlrm
Edit: /usr/share/javascript/jquery-ui/ui/widget.min.js (11885B)
!function(factory){"use strict";"function"==typeof define&&define.amd?define(["jquery","./version"],factory):factory(jQuery)}(function($){"use strict";var orig,widgetUuid=0,widgetHasOwnProperty=Array.prototype.hasOwnProperty,widgetSlice=Array.prototype.slice;return $.cleanData=(orig=$.cleanData,function(elems){for(var events,elem,i=0;null!=(elem=elems[i]);i++)(events=$._data(elem,"events"))&&events.remove&&$(elem).triggerHandler("remove");orig(elems)}),$.widget=function(name,base,prototype){var existingConstructor,constructor,basePrototype,proxiedPrototype={},namespace=name.split(".")[0],fullName=namespace+"-"+(name=name.split(".")[1]);return prototype||(prototype=base,base=$.Widget),Array.isArray(prototype)&&(prototype=$.extend.apply(null,[{}].concat(prototype))),$.expr.pseudos[fullName.toLowerCase()]=function(elem){return!!$.data(elem,fullName)},$[namespace]=$[namespace]||{},existingConstructor=$[namespace][name],constructor=$[namespace][name]=function(options,element){if(!this||!this._createWidget)return new constructor(options,element);arguments.length&&this._createWidget(options,element)},$.extend(constructor,existingConstructor,{version:prototype.version,_proto:$.extend({},prototype),_childConstructors:[]}),(basePrototype=new base).options=$.widget.extend({},basePrototype.options),$.each(prototype,function(prop,value){function _super(){return base.prototype[prop].apply(this,arguments)}function _superApply(args){return base.prototype[prop].apply(this,args)}proxiedPrototype[prop]="function"==typeof value?function(){var returnValue,__super=this._super,__superApply=this._superApply;return this._super=_super,this._superApply=_superApply,returnValue=value.apply(this,arguments),this._super=__super,this._superApply=__superApply,returnValue}:value}),constructor.prototype=$.widget.extend(basePrototype,{widgetEventPrefix:existingConstructor&&basePrototype.widgetEventPrefix||name},proxiedPrototype,{constructor:constructor,namespace:namespace,widgetName:name,widgetFullName:fullName}),existingConstructor?($.each(existingConstructor._childConstructors,function(i,child){var childPrototype=child.prototype;$.widget(childPrototype.namespace+"."+childPrototype.widgetName,constructor,child._proto)}),delete existingConstructor._childConstructors):base._childConstructors.push(constructor),$.widget.bridge(name,constructor),constructor},$.widget.extend=function(target){for(var key,value,input=widgetSlice.call(arguments,1),inputIndex=0,inputLength=input.length;inputIndex",options:{classes:{},disabled:!1,create:null},_createWidget:function(options,element){element=$(element||this.defaultElement||this)[0],this.element=$(element),this.uuid=widgetUuid++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=$(),this.hoverable=$(),this.focusable=$(),this.classesElementLookup={},element!==this&&($.data(element,this.widgetFullName,this),this._on(!0,this.element,{remove:function(event){event.target===element&&this.destroy()}}),this.document=$(element.style?element.ownerDocument:element.document||element),this.window=$(this.document[0].defaultView||this.document[0].parentWindow)),this.options=$.widget.extend({},this.options,this._getCreateOptions(),options),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:$.noop,_create:$.noop,_init:$.noop,destroy:function(){var that=this;this._destroy(),$.each(this.classesElementLookup,function(key,value){that._removeClass(value,key)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:$.noop,widget:function(){return this.element},option:function(key,value){var parts,curOption,i,options=key;if(0===arguments.length)return $.widget.extend({},this.options);if("string"==typeof key)if(options={},key=(parts=key.split(".")).shift(),parts.length){for(curOption=options[key]=$.widget.extend({},this.options[key]),i=0;i