",
options: {
direction: "horizontal",
diff --git a/ui/widgets/datepicker.js b/ui/widgets/datepicker.js
index 9ca29a0db5b..45ead4d9c0d 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.13.0
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -36,7 +36,7 @@
} )( function( $ ) {
"use strict";
-$.extend( $.ui, { datepicker: { version: "@VERSION" } } );
+$.extend( $.ui, { datepicker: { version: "1.13.0" } } );
var datepicker_instActive;
@@ -2233,7 +2233,7 @@ $.fn.datepicker = function( options ) {
$.datepicker = new Datepicker(); // singleton instance
$.datepicker.initialized = false;
$.datepicker.uuid = new Date().getTime();
-$.datepicker.version = "@VERSION";
+$.datepicker.version = "1.13.0";
return $.datepicker;
diff --git a/ui/widgets/dialog.js b/ui/widgets/dialog.js
index 6fa585c40db..ca3b0a767ce 100644
--- a/ui/widgets/dialog.js
+++ b/ui/widgets/dialog.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Dialog @VERSION
+ * jQuery UI Dialog 1.13.0
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -47,7 +47,7 @@
"use strict";
$.widget( "ui.dialog", {
- version: "@VERSION",
+ version: "1.13.0",
options: {
appendTo: "body",
autoOpen: true,
diff --git a/ui/widgets/draggable.js b/ui/widgets/draggable.js
index 2a9666d4efa..1cefb7cb603 100644
--- a/ui/widgets/draggable.js
+++ b/ui/widgets/draggable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Draggable @VERSION
+ * jQuery UI Draggable 1.13.0
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -40,7 +40,7 @@
"use strict";
$.widget( "ui.draggable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.13.0",
widgetEventPrefix: "drag",
options: {
addClasses: true,
diff --git a/ui/widgets/droppable.js b/ui/widgets/droppable.js
index e33ff8c7a26..986be31ddef 100644
--- a/ui/widgets/droppable.js
+++ b/ui/widgets/droppable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Droppable @VERSION
+ * jQuery UI Droppable 1.13.0
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -35,7 +35,7 @@
"use strict";
$.widget( "ui.droppable", {
- version: "@VERSION",
+ version: "1.13.0",
widgetEventPrefix: "drop",
options: {
accept: "*",
diff --git a/ui/widgets/menu.js b/ui/widgets/menu.js
index 2bc37789ba3..ed7bb9f9de2 100644
--- a/ui/widgets/menu.js
+++ b/ui/widgets/menu.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Menu @VERSION
+ * jQuery UI Menu 1.13.0
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -40,7 +40,7 @@
"use strict";
return $.widget( "ui.menu", {
- version: "@VERSION",
+ version: "1.13.0",
defaultElement: "
",
delay: 300,
options: {
diff --git a/ui/widgets/mouse.js b/ui/widgets/mouse.js
index 1efcf08db8e..37f77b32447 100644
--- a/ui/widgets/mouse.js
+++ b/ui/widgets/mouse.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Mouse @VERSION
+ * jQuery UI Mouse 1.13.0
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -38,7 +38,7 @@ $( document ).on( "mouseup", function() {
} );
return $.widget( "ui.mouse", {
- version: "@VERSION",
+ version: "1.13.0",
options: {
cancel: "input, textarea, button, select, option",
distance: 1,
diff --git a/ui/widgets/progressbar.js b/ui/widgets/progressbar.js
index e39bc2fcb01..ae2ddd31830 100644
--- a/ui/widgets/progressbar.js
+++ b/ui/widgets/progressbar.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Progressbar @VERSION
+ * jQuery UI Progressbar 1.13.0
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -38,7 +38,7 @@
"use strict";
return $.widget( "ui.progressbar", {
- version: "@VERSION",
+ version: "1.13.0",
options: {
classes: {
"ui-progressbar": "ui-corner-all",
diff --git a/ui/widgets/resizable.js b/ui/widgets/resizable.js
index 13e98c6588d..9030ad12be8 100644
--- a/ui/widgets/resizable.js
+++ b/ui/widgets/resizable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Resizable @VERSION
+ * jQuery UI Resizable 1.13.0
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -39,7 +39,7 @@
"use strict";
$.widget( "ui.resizable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.13.0",
widgetEventPrefix: "resize",
options: {
alsoResize: false,
diff --git a/ui/widgets/selectable.js b/ui/widgets/selectable.js
index b8e29517c0e..2b4c86df3ae 100644
--- a/ui/widgets/selectable.js
+++ b/ui/widgets/selectable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Selectable @VERSION
+ * jQuery UI Selectable 1.13.0
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -35,7 +35,7 @@
"use strict";
return $.widget( "ui.selectable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.13.0",
options: {
appendTo: "body",
autoRefresh: true,
diff --git a/ui/widgets/selectmenu.js b/ui/widgets/selectmenu.js
index cefeddcacf4..44ce4f2f1e6 100644
--- a/ui/widgets/selectmenu.js
+++ b/ui/widgets/selectmenu.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Selectmenu @VERSION
+ * jQuery UI Selectmenu 1.13.0
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -44,7 +44,7 @@
"use strict";
return $.widget( "ui.selectmenu", [ $.ui.formResetMixin, {
- version: "@VERSION",
+ version: "1.13.0",
defaultElement: "