aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-10-30 17:22:18 +0100
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-10-30 17:22:18 +0100
commitca5af712bdd620c82a8fc55265ab2afad70121b0 (patch)
tree1ebc74fb19bc7786e03c177c3e95a7c886799ca2 /ui
parentbf0d4c3a06852622487c08991f702f225b9631dd (diff)
downloadjquery-ui-1.14.1.tar.gz
jquery-ui-1.14.1.zip
1.14.11.14.1
Diffstat (limited to 'ui')
-rw-r--r--ui/data.js2
-rw-r--r--ui/disable-selection.js2
-rw-r--r--ui/effect.js4
-rw-r--r--ui/effects/effect-blind.js2
-rw-r--r--ui/effects/effect-bounce.js2
-rw-r--r--ui/effects/effect-clip.js2
-rw-r--r--ui/effects/effect-drop.js2
-rw-r--r--ui/effects/effect-explode.js2
-rw-r--r--ui/effects/effect-fade.js2
-rw-r--r--ui/effects/effect-fold.js2
-rw-r--r--ui/effects/effect-highlight.js2
-rw-r--r--ui/effects/effect-puff.js2
-rw-r--r--ui/effects/effect-pulsate.js2
-rw-r--r--ui/effects/effect-scale.js2
-rw-r--r--ui/effects/effect-shake.js2
-rw-r--r--ui/effects/effect-size.js2
-rw-r--r--ui/effects/effect-slide.js2
-rw-r--r--ui/effects/effect-transfer.js2
-rw-r--r--ui/focusable.js2
-rw-r--r--ui/form-reset-mixin.js2
-rw-r--r--ui/jquery-patch.js2
-rw-r--r--ui/keycode.js2
-rw-r--r--ui/labels.js2
-rw-r--r--ui/position.js2
-rw-r--r--ui/scroll-parent.js2
-rw-r--r--ui/tabbable.js2
-rw-r--r--ui/unique-id.js2
-rw-r--r--ui/version.js2
-rw-r--r--ui/widget.js2
-rw-r--r--ui/widgets/accordion.js4
-rw-r--r--ui/widgets/autocomplete.js4
-rw-r--r--ui/widgets/button.js4
-rw-r--r--ui/widgets/checkboxradio.js4
-rw-r--r--ui/widgets/controlgroup.js4
-rw-r--r--ui/widgets/datepicker.js6
-rw-r--r--ui/widgets/dialog.js4
-rw-r--r--ui/widgets/draggable.js4
-rw-r--r--ui/widgets/droppable.js4
-rw-r--r--ui/widgets/menu.js4
-rw-r--r--ui/widgets/mouse.js4
-rw-r--r--ui/widgets/progressbar.js4
-rw-r--r--ui/widgets/resizable.js4
-rw-r--r--ui/widgets/selectable.js4
-rw-r--r--ui/widgets/selectmenu.js4
-rw-r--r--ui/widgets/slider.js4
-rw-r--r--ui/widgets/sortable.js4
-rw-r--r--ui/widgets/spinner.js4
-rw-r--r--ui/widgets/tabs.js4
-rw-r--r--ui/widgets/tooltip.js4
49 files changed, 71 insertions, 71 deletions
diff --git a/ui/data.js b/ui/data.js
index e37461ac7..df904566e 100644
--- a/ui/data.js
+++ b/ui/data.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI :data @VERSION
+ * jQuery UI :data 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/disable-selection.js b/ui/disable-selection.js
index 98784e5b3..39c33ea22 100644
--- a/ui/disable-selection.js
+++ b/ui/disable-selection.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Disable Selection @VERSION
+ * jQuery UI Disable Selection 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/effect.js b/ui/effect.js
index bbbb733c3..58166e577 100644
--- a/ui/effect.js
+++ b/ui/effect.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects @VERSION
+ * jQuery UI Effects 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -381,7 +381,7 @@ if ( $.uiBackCompat === true ) {
}
$.extend( $.effects, {
- version: "@VERSION",
+ version: "1.14.1",
define: function( name, mode, effect ) {
if ( !effect ) {
diff --git a/ui/effects/effect-blind.js b/ui/effects/effect-blind.js
index 575eea08d..a8c214d23 100644
--- a/ui/effects/effect-blind.js
+++ b/ui/effects/effect-blind.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects Blind @VERSION
+ * jQuery UI Effects Blind 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/effects/effect-bounce.js b/ui/effects/effect-bounce.js
index bf23ea4b0..874a85b96 100644
--- a/ui/effects/effect-bounce.js
+++ b/ui/effects/effect-bounce.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects Bounce @VERSION
+ * jQuery UI Effects Bounce 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/effects/effect-clip.js b/ui/effects/effect-clip.js
index c2ba20679..d2cee3901 100644
--- a/ui/effects/effect-clip.js
+++ b/ui/effects/effect-clip.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects Clip @VERSION
+ * jQuery UI Effects Clip 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/effects/effect-drop.js b/ui/effects/effect-drop.js
index c9e595256..c76bd7116 100644
--- a/ui/effects/effect-drop.js
+++ b/ui/effects/effect-drop.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects Drop @VERSION
+ * jQuery UI Effects Drop 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/effects/effect-explode.js b/ui/effects/effect-explode.js
index ed40833a8..56613fc0e 100644
--- a/ui/effects/effect-explode.js
+++ b/ui/effects/effect-explode.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects Explode @VERSION
+ * jQuery UI Effects Explode 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/effects/effect-fade.js b/ui/effects/effect-fade.js
index cc5cc598b..b48d8dbd1 100644
--- a/ui/effects/effect-fade.js
+++ b/ui/effects/effect-fade.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects Fade @VERSION
+ * jQuery UI Effects Fade 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/effects/effect-fold.js b/ui/effects/effect-fold.js
index 5368bd791..e7b7bd9e8 100644
--- a/ui/effects/effect-fold.js
+++ b/ui/effects/effect-fold.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects Fold @VERSION
+ * jQuery UI Effects Fold 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/effects/effect-highlight.js b/ui/effects/effect-highlight.js
index ca85e1a35..3c26a2815 100644
--- a/ui/effects/effect-highlight.js
+++ b/ui/effects/effect-highlight.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects Highlight @VERSION
+ * jQuery UI Effects Highlight 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/effects/effect-puff.js b/ui/effects/effect-puff.js
index e742fb18f..751ef0803 100644
--- a/ui/effects/effect-puff.js
+++ b/ui/effects/effect-puff.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects Puff @VERSION
+ * jQuery UI Effects Puff 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/effects/effect-pulsate.js b/ui/effects/effect-pulsate.js
index 28313b10b..6b7f24696 100644
--- a/ui/effects/effect-pulsate.js
+++ b/ui/effects/effect-pulsate.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects Pulsate @VERSION
+ * jQuery UI Effects Pulsate 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/effects/effect-scale.js b/ui/effects/effect-scale.js
index 87a43b4b0..04c04c7d6 100644
--- a/ui/effects/effect-scale.js
+++ b/ui/effects/effect-scale.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects Scale @VERSION
+ * jQuery UI Effects Scale 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/effects/effect-shake.js b/ui/effects/effect-shake.js
index 7fd721cfa..664babb4f 100644
--- a/ui/effects/effect-shake.js
+++ b/ui/effects/effect-shake.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects Shake @VERSION
+ * jQuery UI Effects Shake 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/effects/effect-size.js b/ui/effects/effect-size.js
index c039a5ae0..70daea89d 100644
--- a/ui/effects/effect-size.js
+++ b/ui/effects/effect-size.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects Size @VERSION
+ * jQuery UI Effects Size 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/effects/effect-slide.js b/ui/effects/effect-slide.js
index bf53aa59d..4cea486e5 100644
--- a/ui/effects/effect-slide.js
+++ b/ui/effects/effect-slide.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects Slide @VERSION
+ * jQuery UI Effects Slide 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/effects/effect-transfer.js b/ui/effects/effect-transfer.js
index 132ccc1c2..772400492 100644
--- a/ui/effects/effect-transfer.js
+++ b/ui/effects/effect-transfer.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects Transfer @VERSION
+ * jQuery UI Effects Transfer 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/focusable.js b/ui/focusable.js
index 4920417fc..740e58402 100644
--- a/ui/focusable.js
+++ b/ui/focusable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Focusable @VERSION
+ * jQuery UI Focusable 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/form-reset-mixin.js b/ui/form-reset-mixin.js
index 9a2e73aac..6fa50eb96 100644
--- a/ui/form-reset-mixin.js
+++ b/ui/form-reset-mixin.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Form Reset Mixin @VERSION
+ * jQuery UI Form Reset Mixin 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/jquery-patch.js b/ui/jquery-patch.js
index a4001048d..782ce9d6a 100644
--- a/ui/jquery-patch.js
+++ b/ui/jquery-patch.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Legacy jQuery Core patches @VERSION
+ * jQuery UI Legacy jQuery Core patches 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/keycode.js b/ui/keycode.js
index 32bfa5d3f..36d831dde 100644
--- a/ui/keycode.js
+++ b/ui/keycode.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Keycode @VERSION
+ * jQuery UI Keycode 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/labels.js b/ui/labels.js
index 5ff44c28b..945b78f26 100644
--- a/ui/labels.js
+++ b/ui/labels.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Labels @VERSION
+ * jQuery UI Labels 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/position.js b/ui/position.js
index ea1dca86b..363924b03 100644
--- a/ui/position.js
+++ b/ui/position.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Position @VERSION
+ * jQuery UI Position 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/scroll-parent.js b/ui/scroll-parent.js
index b8fb6ddac..7bf638c52 100644
--- a/ui/scroll-parent.js
+++ b/ui/scroll-parent.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Scroll Parent @VERSION
+ * jQuery UI Scroll Parent 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/tabbable.js b/ui/tabbable.js
index 555484a92..71640c8f4 100644
--- a/ui/tabbable.js
+++ b/ui/tabbable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Tabbable @VERSION
+ * jQuery UI Tabbable 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/unique-id.js b/ui/unique-id.js
index 488e4e232..2891904f9 100644
--- a/ui/unique-id.js
+++ b/ui/unique-id.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Unique ID @VERSION
+ * jQuery UI Unique ID 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/version.js b/ui/version.js
index 1767ec7b5..56c4a0127 100644
--- a/ui/version.js
+++ b/ui/version.js
@@ -15,6 +15,6 @@
$.ui = $.ui || {};
-return $.ui.version = "@VERSION";
+return $.ui.version = "1.14.1";
} );
diff --git a/ui/widget.js b/ui/widget.js
index d5fbd885c..45052972a 100644
--- a/ui/widget.js
+++ b/ui/widget.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Widget @VERSION
+ * jQuery UI Widget 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
diff --git a/ui/widgets/accordion.js b/ui/widgets/accordion.js
index ff6e4631d..a4667fb5a 100644
--- a/ui/widgets/accordion.js
+++ b/ui/widgets/accordion.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Accordion @VERSION
+ * jQuery UI Accordion 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -40,7 +40,7 @@
"use strict";
return $.widget( "ui.accordion", {
- version: "@VERSION",
+ version: "1.14.1",
options: {
active: 0,
animate: {},
diff --git a/ui/widgets/autocomplete.js b/ui/widgets/autocomplete.js
index 57e59820c..50bf79390 100644
--- a/ui/widgets/autocomplete.js
+++ b/ui/widgets/autocomplete.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Autocomplete @VERSION
+ * jQuery UI Autocomplete 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -39,7 +39,7 @@
"use strict";
$.widget( "ui.autocomplete", {
- version: "@VERSION",
+ version: "1.14.1",
defaultElement: "<input>",
options: {
appendTo: null,
diff --git a/ui/widgets/button.js b/ui/widgets/button.js
index 08a4b61c5..a382d03dc 100644
--- a/ui/widgets/button.js
+++ b/ui/widgets/button.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Button @VERSION
+ * jQuery UI Button 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -42,7 +42,7 @@
"use strict";
$.widget( "ui.button", {
- version: "@VERSION",
+ version: "1.14.1",
defaultElement: "<button>",
options: {
classes: {
diff --git a/ui/widgets/checkboxradio.js b/ui/widgets/checkboxradio.js
index 379252758..a740d913f 100644
--- a/ui/widgets/checkboxradio.js
+++ b/ui/widgets/checkboxradio.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Checkboxradio @VERSION
+ * jQuery UI Checkboxradio 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -38,7 +38,7 @@
"use strict";
$.widget( "ui.checkboxradio", [ $.ui.formResetMixin, {
- version: "@VERSION",
+ version: "1.14.1",
options: {
disabled: null,
label: null,
diff --git a/ui/widgets/controlgroup.js b/ui/widgets/controlgroup.js
index fe7605d89..5bac06bf1 100644
--- a/ui/widgets/controlgroup.js
+++ b/ui/widgets/controlgroup.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Controlgroup @VERSION
+ * jQuery UI Controlgroup 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -37,7 +37,7 @@
var controlgroupCornerRegex = /ui-corner-([a-z]){2,6}/g;
return $.widget( "ui.controlgroup", {
- version: "@VERSION",
+ version: "1.14.1",
defaultElement: "<div>",
options: {
direction: "horizontal",
diff --git a/ui/widgets/datepicker.js b/ui/widgets/datepicker.js
index 323723b89..6d0767d07 100644
--- a/ui/widgets/datepicker.js
+++ b/ui/widgets/datepicker.js
@@ -1,6 +1,6 @@
/* eslint-disable max-len, camelcase */
/*!
- * jQuery UI Datepicker @VERSION
+ * jQuery UI Datepicker 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -36,7 +36,7 @@
} )( function( $ ) {
"use strict";
-$.extend( $.ui, { datepicker: { version: "@VERSION" } } );
+$.extend( $.ui, { datepicker: { version: "1.14.1" } } );
var datepicker_instActive;
@@ -2230,7 +2230,7 @@ $.fn.datepicker = function( options ) {
$.datepicker = new Datepicker(); // singleton instance
$.datepicker.initialized = false;
$.datepicker.uuid = new Date().getTime();
-$.datepicker.version = "@VERSION";
+$.datepicker.version = "1.14.1";
return $.datepicker;
diff --git a/ui/widgets/dialog.js b/ui/widgets/dialog.js
index 1ef2fa3d6..39d699184 100644
--- a/ui/widgets/dialog.js
+++ b/ui/widgets/dialog.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Dialog @VERSION
+ * jQuery UI Dialog 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -45,7 +45,7 @@
"use strict";
$.widget( "ui.dialog", {
- version: "@VERSION",
+ version: "1.14.1",
options: {
appendTo: "body",
autoOpen: true,
diff --git a/ui/widgets/draggable.js b/ui/widgets/draggable.js
index e0abdd26f..a9cbad5eb 100644
--- a/ui/widgets/draggable.js
+++ b/ui/widgets/draggable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Draggable @VERSION
+ * jQuery UI Draggable 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -38,7 +38,7 @@
"use strict";
$.widget( "ui.draggable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.14.1",
widgetEventPrefix: "drag",
options: {
addClasses: true,
diff --git a/ui/widgets/droppable.js b/ui/widgets/droppable.js
index 1ff3833ba..945156093 100644
--- a/ui/widgets/droppable.js
+++ b/ui/widgets/droppable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Droppable @VERSION
+ * jQuery UI Droppable 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -35,7 +35,7 @@
"use strict";
$.widget( "ui.droppable", {
- version: "@VERSION",
+ version: "1.14.1",
widgetEventPrefix: "drop",
options: {
accept: "*",
diff --git a/ui/widgets/menu.js b/ui/widgets/menu.js
index f3fdc82c8..3778dc175 100644
--- a/ui/widgets/menu.js
+++ b/ui/widgets/menu.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Menu @VERSION
+ * jQuery UI Menu 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -39,7 +39,7 @@
"use strict";
return $.widget( "ui.menu", {
- version: "@VERSION",
+ version: "1.14.1",
defaultElement: "<ul>",
delay: 300,
options: {
diff --git a/ui/widgets/mouse.js b/ui/widgets/mouse.js
index ef9dd8dbe..1542f431b 100644
--- a/ui/widgets/mouse.js
+++ b/ui/widgets/mouse.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Mouse @VERSION
+ * jQuery UI Mouse 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -37,7 +37,7 @@ $( document ).on( "mouseup", function() {
} );
return $.widget( "ui.mouse", {
- version: "@VERSION",
+ version: "1.14.1",
options: {
cancel: "input, textarea, button, select, option",
distance: 1,
diff --git a/ui/widgets/progressbar.js b/ui/widgets/progressbar.js
index 20e96440a..02d9230d9 100644
--- a/ui/widgets/progressbar.js
+++ b/ui/widgets/progressbar.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Progressbar @VERSION
+ * jQuery UI Progressbar 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -38,7 +38,7 @@
"use strict";
return $.widget( "ui.progressbar", {
- version: "@VERSION",
+ version: "1.14.1",
options: {
classes: {
"ui-progressbar": "ui-corner-all",
diff --git a/ui/widgets/resizable.js b/ui/widgets/resizable.js
index 6f1e0ebde..e136aa293 100644
--- a/ui/widgets/resizable.js
+++ b/ui/widgets/resizable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Resizable @VERSION
+ * jQuery UI Resizable 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -39,7 +39,7 @@
"use strict";
$.widget( "ui.resizable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.14.1",
widgetEventPrefix: "resize",
options: {
alsoResize: false,
diff --git a/ui/widgets/selectable.js b/ui/widgets/selectable.js
index 0c35154b3..9bed2aab0 100644
--- a/ui/widgets/selectable.js
+++ b/ui/widgets/selectable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Selectable @VERSION
+ * jQuery UI Selectable 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -35,7 +35,7 @@
"use strict";
return $.widget( "ui.selectable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.14.1",
options: {
appendTo: "body",
autoRefresh: true,
diff --git a/ui/widgets/selectmenu.js b/ui/widgets/selectmenu.js
index f1b48fa60..acdc4f063 100644
--- a/ui/widgets/selectmenu.js
+++ b/ui/widgets/selectmenu.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Selectmenu @VERSION
+ * jQuery UI Selectmenu 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -44,7 +44,7 @@
"use strict";
return $.widget( "ui.selectmenu", [ $.ui.formResetMixin, {
- version: "@VERSION",
+ version: "1.14.1",
defaultElement: "<select>",
options: {
appendTo: null,
diff --git a/ui/widgets/slider.js b/ui/widgets/slider.js
index 7f676b414..c8ae236b7 100644
--- a/ui/widgets/slider.js
+++ b/ui/widgets/slider.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Slider @VERSION
+ * jQuery UI Slider 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -38,7 +38,7 @@
"use strict";
return $.widget( "ui.slider", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.14.1",
widgetEventPrefix: "slide",
options: {
diff --git a/ui/widgets/sortable.js b/ui/widgets/sortable.js
index 55b570bb4..f27cf0ab2 100644
--- a/ui/widgets/sortable.js
+++ b/ui/widgets/sortable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Sortable @VERSION
+ * jQuery UI Sortable 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -37,7 +37,7 @@
"use strict";
return $.widget( "ui.sortable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.14.1",
widgetEventPrefix: "sort",
ready: false,
options: {
diff --git a/ui/widgets/spinner.js b/ui/widgets/spinner.js
index d999d85d7..4252ae36d 100644
--- a/ui/widgets/spinner.js
+++ b/ui/widgets/spinner.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Spinner @VERSION
+ * jQuery UI Spinner 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -49,7 +49,7 @@ function spinnerModifier( fn ) {
}
$.widget( "ui.spinner", {
- version: "@VERSION",
+ version: "1.14.1",
defaultElement: "<input>",
widgetEventPrefix: "spin",
options: {
diff --git a/ui/widgets/tabs.js b/ui/widgets/tabs.js
index 7b7907c32..02c375d5b 100644
--- a/ui/widgets/tabs.js
+++ b/ui/widgets/tabs.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Tabs @VERSION
+ * jQuery UI Tabs 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -38,7 +38,7 @@
"use strict";
$.widget( "ui.tabs", {
- version: "@VERSION",
+ version: "1.14.1",
delay: 300,
options: {
active: null,
diff --git a/ui/widgets/tooltip.js b/ui/widgets/tooltip.js
index d23da1922..d5c90bc04 100644
--- a/ui/widgets/tooltip.js
+++ b/ui/widgets/tooltip.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Tooltip @VERSION
+ * jQuery UI Tooltip 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
@@ -39,7 +39,7 @@
"use strict";
$.widget( "ui.tooltip", {
- version: "@VERSION",
+ version: "1.14.1",
options: {
classes: {
"ui-tooltip": "ui-corner-all ui-widget-shadow"