From 70106c6d9ec3b2bab95404572d3670b46bdb5863 Mon Sep 17 00:00:00 2001 From: nod_ Date: Tue, 17 Dec 2024 22:16:25 +0100 Subject: [PATCH] Issue #3493146 by spokje, longwave, catch, quietone, smustgrave: Update all JavaScript dependencies which cause no changes (cherry picked from commit fa78bb36ea0ab633ec2ddc34de58eead42bcaf85) --- .../jquery.ui/themes/base/autocomplete.css | 2 +- .../vendor/jquery.ui/themes/base/button.css | 2 +- .../jquery.ui/themes/base/checkboxradio.css | 2 +- .../jquery.ui/themes/base/controlgroup.css | 2 +- .../vendor/jquery.ui/themes/base/core.css | 2 +- .../vendor/jquery.ui/themes/base/dialog.css | 2 +- .../jquery.ui/themes/base/draggable.css | 2 +- .../vendor/jquery.ui/themes/base/menu.css | 2 +- .../jquery.ui/themes/base/resizable.css | 2 +- .../vendor/jquery.ui/themes/base/theme.css | 2 +- core/assets/vendor/jquery.ui/ui/data-min.js | 2 +- core/assets/vendor/jquery.ui/ui/data.js | 2 +- .../jquery.ui/ui/disable-selection-min.js | 2 +- .../vendor/jquery.ui/ui/disable-selection.js | 2 +- .../vendor/jquery.ui/ui/focusable-min.js | 2 +- core/assets/vendor/jquery.ui/ui/focusable.js | 2 +- .../jquery.ui/ui/form-reset-mixin-min.js | 2 +- .../vendor/jquery.ui/ui/form-reset-mixin.js | 2 +- .../vendor/jquery.ui/ui/jquery-patch-min.js | 2 +- .../vendor/jquery.ui/ui/jquery-patch.js | 2 +- .../assets/vendor/jquery.ui/ui/keycode-min.js | 2 +- core/assets/vendor/jquery.ui/ui/keycode.js | 2 +- core/assets/vendor/jquery.ui/ui/labels-min.js | 2 +- core/assets/vendor/jquery.ui/ui/labels.js | 2 +- .../vendor/jquery.ui/ui/scroll-parent-min.js | 2 +- .../vendor/jquery.ui/ui/scroll-parent.js | 2 +- .../vendor/jquery.ui/ui/unique-id-min.js | 2 +- core/assets/vendor/jquery.ui/ui/unique-id.js | 2 +- .../assets/vendor/jquery.ui/ui/version-min.js | 2 +- core/assets/vendor/jquery.ui/ui/version.js | 2 +- core/assets/vendor/jquery.ui/ui/widget-min.js | 4 +- .../vendor/jquery.ui/ui/widget-min.js.map | 2 +- core/assets/vendor/jquery.ui/ui/widget.js | 5 +- .../jquery.ui/ui/widgets/autocomplete-min.js | 4 +- .../jquery.ui/ui/widgets/autocomplete.js | 4 +- .../vendor/jquery.ui/ui/widgets/button-min.js | 4 +- .../vendor/jquery.ui/ui/widgets/button.js | 4 +- .../jquery.ui/ui/widgets/checkboxradio-min.js | 4 +- .../jquery.ui/ui/widgets/checkboxradio.js | 4 +- .../jquery.ui/ui/widgets/controlgroup-min.js | 4 +- .../jquery.ui/ui/widgets/controlgroup.js | 4 +- .../vendor/jquery.ui/ui/widgets/dialog-min.js | 4 +- .../jquery.ui/ui/widgets/dialog-min.js.map | 2 +- .../vendor/jquery.ui/ui/widgets/dialog.js | 13 +- .../jquery.ui/ui/widgets/draggable-min.js | 4 +- .../vendor/jquery.ui/ui/widgets/draggable.js | 4 +- .../vendor/jquery.ui/ui/widgets/menu-min.js | 4 +- .../vendor/jquery.ui/ui/widgets/menu.js | 4 +- .../vendor/jquery.ui/ui/widgets/mouse-min.js | 4 +- .../vendor/jquery.ui/ui/widgets/mouse.js | 4 +- .../jquery.ui/ui/widgets/resizable-min.js | 4 +- .../jquery.ui/ui/widgets/resizable-min.js.map | 2 +- .../vendor/jquery.ui/ui/widgets/resizable.js | 82 +- core/assets/vendor/sortable/Sortable.min.js | 4 +- .../tua-body-scroll-lock/tua-bsl.umd.min.js | 4 +- .../vendor/underscore/underscore-min.js | 6 +- .../vendor/underscore/underscore-min.js.map | 2 +- core/core.libraries.yml | 8 +- core/package.json | 4 +- core/yarn.lock | 1034 ++++++++++------- 60 files changed, 768 insertions(+), 528 deletions(-) diff --git a/core/assets/vendor/jquery.ui/themes/base/autocomplete.css b/core/assets/vendor/jquery.ui/themes/base/autocomplete.css index 377a1190ca4..c643c3ab052 100644 --- a/core/assets/vendor/jquery.ui/themes/base/autocomplete.css +++ b/core/assets/vendor/jquery.ui/themes/base/autocomplete.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Autocomplete 1.14.0 + * jQuery UI Autocomplete 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/themes/base/button.css b/core/assets/vendor/jquery.ui/themes/base/button.css index c90314112e9..9e54045ce35 100644 --- a/core/assets/vendor/jquery.ui/themes/base/button.css +++ b/core/assets/vendor/jquery.ui/themes/base/button.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Button 1.14.0 + * jQuery UI Button 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/themes/base/checkboxradio.css b/core/assets/vendor/jquery.ui/themes/base/checkboxradio.css index da135f1d9f2..03ddd8fcd3f 100644 --- a/core/assets/vendor/jquery.ui/themes/base/checkboxradio.css +++ b/core/assets/vendor/jquery.ui/themes/base/checkboxradio.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Checkboxradio 1.14.0 + * jQuery UI Checkboxradio 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/themes/base/controlgroup.css b/core/assets/vendor/jquery.ui/themes/base/controlgroup.css index 5e94801ae9b..4f119b1bdba 100644 --- a/core/assets/vendor/jquery.ui/themes/base/controlgroup.css +++ b/core/assets/vendor/jquery.ui/themes/base/controlgroup.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Controlgroup 1.14.0 + * jQuery UI Controlgroup 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/themes/base/core.css b/core/assets/vendor/jquery.ui/themes/base/core.css index a4008855f15..64178711b0f 100644 --- a/core/assets/vendor/jquery.ui/themes/base/core.css +++ b/core/assets/vendor/jquery.ui/themes/base/core.css @@ -1,5 +1,5 @@ /*! - * jQuery UI CSS Framework 1.14.0 + * jQuery UI CSS Framework 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/themes/base/dialog.css b/core/assets/vendor/jquery.ui/themes/base/dialog.css index c961a6f56c6..24721bb6b80 100644 --- a/core/assets/vendor/jquery.ui/themes/base/dialog.css +++ b/core/assets/vendor/jquery.ui/themes/base/dialog.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Dialog 1.14.0 + * jQuery UI Dialog 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/themes/base/draggable.css b/core/assets/vendor/jquery.ui/themes/base/draggable.css index 6bb03db136f..5bc8cc2041c 100644 --- a/core/assets/vendor/jquery.ui/themes/base/draggable.css +++ b/core/assets/vendor/jquery.ui/themes/base/draggable.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Draggable 1.14.0 + * jQuery UI Draggable 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/themes/base/menu.css b/core/assets/vendor/jquery.ui/themes/base/menu.css index 1b9549dc7b1..4cb351513f3 100644 --- a/core/assets/vendor/jquery.ui/themes/base/menu.css +++ b/core/assets/vendor/jquery.ui/themes/base/menu.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Menu 1.14.0 + * jQuery UI Menu 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/themes/base/resizable.css b/core/assets/vendor/jquery.ui/themes/base/resizable.css index 49368ac97b9..61ec93ec8b5 100644 --- a/core/assets/vendor/jquery.ui/themes/base/resizable.css +++ b/core/assets/vendor/jquery.ui/themes/base/resizable.css @@ -1,5 +1,5 @@ /*! - * jQuery UI Resizable 1.14.0 + * jQuery UI Resizable 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/themes/base/theme.css b/core/assets/vendor/jquery.ui/themes/base/theme.css index 915917e7de5..713b619d503 100644 --- a/core/assets/vendor/jquery.ui/themes/base/theme.css +++ b/core/assets/vendor/jquery.ui/themes/base/theme.css @@ -1,5 +1,5 @@ /*! - * jQuery UI CSS Framework 1.14.0 + * jQuery UI CSS Framework 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/data-min.js b/core/assets/vendor/jquery.ui/ui/data-min.js index 9ec27bd64c6..65c8acb6061 100644 --- a/core/assets/vendor/jquery.ui/ui/data-min.js +++ b/core/assets/vendor/jquery.ui/ui/data-min.js @@ -1,5 +1,5 @@ /*! - * jQuery UI :data 1.14.0 + * jQuery UI :data 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/data.js b/core/assets/vendor/jquery.ui/ui/data.js index a00f096da83..df904566e5a 100644 --- a/core/assets/vendor/jquery.ui/ui/data.js +++ b/core/assets/vendor/jquery.ui/ui/data.js @@ -1,5 +1,5 @@ /*! - * jQuery UI :data 1.14.0 + * jQuery UI :data 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/disable-selection-min.js b/core/assets/vendor/jquery.ui/ui/disable-selection-min.js index 7b9819be901..2a185aba451 100644 --- a/core/assets/vendor/jquery.ui/ui/disable-selection-min.js +++ b/core/assets/vendor/jquery.ui/ui/disable-selection-min.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Disable Selection 1.14.0 + * jQuery UI Disable Selection 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/disable-selection.js b/core/assets/vendor/jquery.ui/ui/disable-selection.js index 6f04d8d70ec..39c33ea22c3 100644 --- a/core/assets/vendor/jquery.ui/ui/disable-selection.js +++ b/core/assets/vendor/jquery.ui/ui/disable-selection.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Disable Selection 1.14.0 + * jQuery UI Disable Selection 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/focusable-min.js b/core/assets/vendor/jquery.ui/ui/focusable-min.js index a16e2abd092..c35fa6d0239 100644 --- a/core/assets/vendor/jquery.ui/ui/focusable-min.js +++ b/core/assets/vendor/jquery.ui/ui/focusable-min.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Focusable 1.14.0 + * jQuery UI Focusable 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/focusable.js b/core/assets/vendor/jquery.ui/ui/focusable.js index f8473d3801f..740e58402a7 100644 --- a/core/assets/vendor/jquery.ui/ui/focusable.js +++ b/core/assets/vendor/jquery.ui/ui/focusable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Focusable 1.14.0 + * jQuery UI Focusable 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js b/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js index b932f699b04..31c5c6126a4 100644 --- a/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js +++ b/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Form Reset Mixin 1.14.0 + * jQuery UI Form Reset Mixin 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/form-reset-mixin.js b/core/assets/vendor/jquery.ui/ui/form-reset-mixin.js index 9e5c2e6c710..6fa50eb9623 100644 --- a/core/assets/vendor/jquery.ui/ui/form-reset-mixin.js +++ b/core/assets/vendor/jquery.ui/ui/form-reset-mixin.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Form Reset Mixin 1.14.0 + * jQuery UI Form Reset Mixin 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js b/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js index 7fea2b94de2..469f1cb79ab 100644 --- a/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js +++ b/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Legacy jQuery Core patches 1.14.0 + * jQuery UI Legacy jQuery Core patches 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/jquery-patch.js b/core/assets/vendor/jquery.ui/ui/jquery-patch.js index 4af68e4543d..782ce9d6a23 100644 --- a/core/assets/vendor/jquery.ui/ui/jquery-patch.js +++ b/core/assets/vendor/jquery.ui/ui/jquery-patch.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Legacy jQuery Core patches 1.14.0 + * jQuery UI Legacy jQuery Core patches 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/keycode-min.js b/core/assets/vendor/jquery.ui/ui/keycode-min.js index 726ab307c84..7513de49b6d 100644 --- a/core/assets/vendor/jquery.ui/ui/keycode-min.js +++ b/core/assets/vendor/jquery.ui/ui/keycode-min.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Keycode 1.14.0 + * jQuery UI Keycode 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/keycode.js b/core/assets/vendor/jquery.ui/ui/keycode.js index 762a960aac6..36d831ddef7 100644 --- a/core/assets/vendor/jquery.ui/ui/keycode.js +++ b/core/assets/vendor/jquery.ui/ui/keycode.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Keycode 1.14.0 + * jQuery UI Keycode 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/labels-min.js b/core/assets/vendor/jquery.ui/ui/labels-min.js index 546041e04d7..37a384a03c0 100644 --- a/core/assets/vendor/jquery.ui/ui/labels-min.js +++ b/core/assets/vendor/jquery.ui/ui/labels-min.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Labels 1.14.0 + * jQuery UI Labels 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/labels.js b/core/assets/vendor/jquery.ui/ui/labels.js index 670b393721d..945b78f26c5 100644 --- a/core/assets/vendor/jquery.ui/ui/labels.js +++ b/core/assets/vendor/jquery.ui/ui/labels.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Labels 1.14.0 + * jQuery UI Labels 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js b/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js index 46b9c0d77bc..905e5758de6 100644 --- a/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js +++ b/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Scroll Parent 1.14.0 + * jQuery UI Scroll Parent 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/scroll-parent.js b/core/assets/vendor/jquery.ui/ui/scroll-parent.js index 4726d186309..7bf638c527c 100644 --- a/core/assets/vendor/jquery.ui/ui/scroll-parent.js +++ b/core/assets/vendor/jquery.ui/ui/scroll-parent.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Scroll Parent 1.14.0 + * jQuery UI Scroll Parent 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/unique-id-min.js b/core/assets/vendor/jquery.ui/ui/unique-id-min.js index 0baeea52fa9..690300372d2 100644 --- a/core/assets/vendor/jquery.ui/ui/unique-id-min.js +++ b/core/assets/vendor/jquery.ui/ui/unique-id-min.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Unique ID 1.14.0 + * jQuery UI Unique ID 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/unique-id.js b/core/assets/vendor/jquery.ui/ui/unique-id.js index 883a9302106..2891904f92e 100644 --- a/core/assets/vendor/jquery.ui/ui/unique-id.js +++ b/core/assets/vendor/jquery.ui/ui/unique-id.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Unique ID 1.14.0 + * jQuery UI Unique ID 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors diff --git a/core/assets/vendor/jquery.ui/ui/version-min.js b/core/assets/vendor/jquery.ui/ui/version-min.js index fc3999be698..0a185f052b5 100644 --- a/core/assets/vendor/jquery.ui/ui/version-min.js +++ b/core/assets/vendor/jquery.ui/ui/version-min.js @@ -1,2 +1,2 @@ -!function(e){"use strict";"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)}((function(e){"use strict";return e.ui=e.ui||{},e.ui.version="1.14.0"})); +!function(e){"use strict";"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)}((function(e){"use strict";return e.ui=e.ui||{},e.ui.version="1.14.1"})); //# sourceMappingURL=version-min.js.map \ No newline at end of file diff --git a/core/assets/vendor/jquery.ui/ui/version.js b/core/assets/vendor/jquery.ui/ui/version.js index 47b5729d681..56c4a0127d5 100644 --- a/core/assets/vendor/jquery.ui/ui/version.js +++ b/core/assets/vendor/jquery.ui/ui/version.js @@ -15,6 +15,6 @@ $.ui = $.ui || {}; -return $.ui.version = "1.14.0"; +return $.ui.version = "1.14.1"; } ); diff --git a/core/assets/vendor/jquery.ui/ui/widget-min.js b/core/assets/vendor/jquery.ui/ui/widget-min.js index 4c1c80faa90..1061da81f52 100644 --- a/core/assets/vendor/jquery.ui/ui/widget-min.js +++ b/core/assets/vendor/jquery.ui/ui/widget-min.js @@ -1,10 +1,10 @@ /*! - * jQuery UI Widget 1.14.0 + * 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(t){"use strict";"function"==typeof define&&define.amd?define(["jquery","./version"],t):t(jQuery)}((function(t){"use strict";var e,i=0,s=Array.prototype.hasOwnProperty,n=Array.prototype.slice;return t.cleanData=(e=t.cleanData,function(i){var s,n,o;for(o=0;null!=(n=i[o]);o++)(s=t._data(n,"events"))&&s.remove&&t(n).triggerHandler("remove");e(i)}),t.widget=function(e,i,s){var n,o,a,r={},l=e.split(".")[0],u=l+"-"+(e=e.split(".")[1]);return s||(s=i,i=t.Widget),Array.isArray(s)&&(s=t.extend.apply(null,[{}].concat(s))),t.expr.pseudos[u.toLowerCase()]=function(e){return!!t.data(e,u)},t[l]=t[l]||{},n=t[l][e],o=t[l][e]=function(t,e){if(!this||!this._createWidget)return new o(t,e);arguments.length&&this._createWidget(t,e)},t.extend(o,n,{version:s.version,_proto:t.extend({},s),_childConstructors:[]}),(a=new i).options=t.widget.extend({},a.options),t.each(s,(function(t,e){r[t]="function"==typeof e?function(){function s(){return i.prototype[t].apply(this,arguments)}function n(e){return i.prototype[t].apply(this,e)}return function(){var t,i=this._super,o=this._superApply;return this._super=s,this._superApply=n,t=e.apply(this,arguments),this._super=i,this._superApply=o,t}}():e})),o.prototype=t.widget.extend(a,{widgetEventPrefix:n&&a.widgetEventPrefix||e},r,{constructor:o,namespace:l,widgetName:e,widgetFullName:u}),n?(t.each(n._childConstructors,(function(e,i){var s=i.prototype;t.widget(s.namespace+"."+s.widgetName,o,i._proto)})),delete n._childConstructors):i._childConstructors.push(o),t.widget.bridge(e,o),o},t.widget.extend=function(e){for(var i,o,a=n.call(arguments,1),r=0,l=a.length;r",options:{classes:{},disabled:!1,create:null},_createWidget:function(e,s){s=t(s||this.defaultElement||this)[0],this.element=t(s),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},s!==this&&(t.data(s,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===s&&this.destroy()}}),this.document=t(s.style?s.ownerDocument:s.document||s),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),e),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,(function(t,i){e._removeClass(i,t)})),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,i){var s,n,o,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},s=e.split("."),e=s.shift(),s.length){for(n=a[e]=t.widget.extend({},this.options[e]),o=0;o",options:{classes:{},disabled:!1,create:null},_createWidget:function(e,s){s=t(s||this.defaultElement||this)[0],this.element=t(s),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},s!==this&&(t.data(s,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===s&&this.destroy()}}),this.document=t(s.style?s.ownerDocument:s.document||s),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),e),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,(function(t,i){e._removeClass(i,t)})),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,i){var s,n,o,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},s=e.split("."),e=s.shift(),s.length){for(n=a[e]=t.widget.extend({},this.options[e]),o=0;o",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var t,i,s,n=this.element[0].nodeName.toLowerCase(),o="textarea"===n,u="input"===n;this.isMultiLine=o||!u&&"true"===this.element.prop("contentEditable"),this.valueMethod=this.element[o||u?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(n){if(this.element.prop("readOnly"))return t=!0,s=!0,void(i=!0);t=!1,s=!1,i=!1;var o=e.ui.keyCode;switch(n.keyCode){case o.PAGE_UP:t=!0,this._move("previousPage",n);break;case o.PAGE_DOWN:t=!0,this._move("nextPage",n);break;case o.UP:t=!0,this._keyEvent("previous",n);break;case o.DOWN:t=!0,this._keyEvent("next",n);break;case o.ENTER:this.menu.active&&(t=!0,n.preventDefault(),this.menu.select(n));break;case o.TAB:this.menu.active&&this.menu.select(n);break;case o.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(n),n.preventDefault());break;default:i=!0,this._searchTimeout(n)}},keypress:function(s){if(t)return t=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||s.preventDefault());if(!i){var n=e.ui.keyCode;switch(s.keyCode){case n.PAGE_UP:this._move("previousPage",s);break;case n.PAGE_DOWN:this._move("nextPage",s);break;case n.UP:this._keyEvent("previous",s);break;case n.DOWN:this._keyEvent("next",s)}}},input:function(e){if(s)return s=!1,void e.preventDefault();this._searchTimeout(e)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(e){clearTimeout(this.searching),this.close(e),this._change(e)}}),this._initSource(),this.menu=e("