aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-09-02 17:20:30 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-09-02 17:20:30 +0200
commit9851f1bc37dd24c44231da6c6cfef109d8e6ee18 (patch)
tree2f306d7fd54fb6578b753ed016758d683026dd4c
parenteda9f3b0d6676df900764da11124d688dec0b007 (diff)
downloadjquery-ui-1.13.0-rc.1.tar.gz
jquery-ui-1.13.0-rc.1.zip
1.13.0-rc.11.13.0-rc.1
-rw-r--r--bower.json4
-rw-r--r--package.json4
-rw-r--r--themes/base/accordion.css2
-rw-r--r--themes/base/all.css2
-rw-r--r--themes/base/autocomplete.css2
-rw-r--r--themes/base/base.css2
-rw-r--r--themes/base/button.css2
-rw-r--r--themes/base/checkboxradio.css2
-rw-r--r--themes/base/controlgroup.css2
-rw-r--r--themes/base/core.css2
-rw-r--r--themes/base/datepicker.css2
-rw-r--r--themes/base/dialog.css2
-rw-r--r--themes/base/draggable.css2
-rw-r--r--themes/base/menu.css2
-rw-r--r--themes/base/progressbar.css2
-rw-r--r--themes/base/resizable.css2
-rw-r--r--themes/base/selectable.css2
-rw-r--r--themes/base/selectmenu.css2
-rw-r--r--themes/base/slider.css2
-rw-r--r--themes/base/sortable.css2
-rw-r--r--themes/base/spinner.css2
-rw-r--r--themes/base/tabs.css2
-rw-r--r--themes/base/theme.css2
-rw-r--r--themes/base/tooltip.css2
-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
73 files changed, 97 insertions, 97 deletions
diff --git a/bower.json b/bower.json
index f42b7bf43..80449f984 100644
--- a/bower.json
+++ b/bower.json
@@ -20,7 +20,6 @@
"qunit-assert-close": "JamesMGreene/qunit-assert-close#v1.1.1",
"qunit-composite": "JamesMGreene/qunit-composite#v1.1.0",
"requirejs": "2.1.14",
-
"jquery-1.8.0": "jquery#1.8.0",
"jquery-1.8.1": "jquery#1.8.1",
"jquery-1.8.2": "jquery#1.8.2",
@@ -68,5 +67,6 @@
"jquery-3.6.0": "jquery#3.6.0",
"jquery-migrate-1.4.1": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-1.4.1.tgz",
"jquery-migrate-3.3.2": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.3.2.tgz"
- }
+ },
+ "version": "1.13.0-rc.1"
}
diff --git a/package.json b/package.json
index 14b89e9c3..482a904d6 100644
--- a/package.json
+++ b/package.json
@@ -2,11 +2,11 @@
"name": "jquery-ui",
"title": "jQuery UI",
"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
- "version": "1.13.0-pre",
+ "version": "1.13.0-rc.1",
"homepage": "http://jqueryui.com",
"author": {
"name": "jQuery Foundation and other contributors",
- "url": "https://github.com/jquery/jquery-ui/blob/main/AUTHORS.txt"
+ "url": "https://github.com/jquery/jquery-ui/blob/1.13.0-rc.1/AUTHORS.txt"
},
"main": "ui/widget.js",
"maintainers": [
diff --git a/themes/base/accordion.css b/themes/base/accordion.css
index baffce488..69aaa3217 100644
--- a/themes/base/accordion.css
+++ b/themes/base/accordion.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Accordion @VERSION
+ * jQuery UI Accordion 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/all.css b/themes/base/all.css
index b31adc80f..b6e28f35c 100644
--- a/themes/base/all.css
+++ b/themes/base/all.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/autocomplete.css b/themes/base/autocomplete.css
index 7fcb2829e..9b0806b6a 100644
--- a/themes/base/autocomplete.css
+++ b/themes/base/autocomplete.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Autocomplete @VERSION
+ * jQuery UI Autocomplete 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/base.css b/themes/base/base.css
index 3b33e9bc0..20192a1fb 100644
--- a/themes/base/base.css
+++ b/themes/base/base.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/button.css b/themes/base/button.css
index 4a3a57d48..7f71de72b 100644
--- a/themes/base/button.css
+++ b/themes/base/button.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Button @VERSION
+ * jQuery UI Button 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/checkboxradio.css b/themes/base/checkboxradio.css
index a41125e23..ca208c9fc 100644
--- a/themes/base/checkboxradio.css
+++ b/themes/base/checkboxradio.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Checkboxradio @VERSION
+ * jQuery UI Checkboxradio 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/controlgroup.css b/themes/base/controlgroup.css
index 35e442e17..48717a862 100644
--- a/themes/base/controlgroup.css
+++ b/themes/base/controlgroup.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Controlgroup @VERSION
+ * jQuery UI Controlgroup 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/core.css b/themes/base/core.css
index ffb533379..4c2ed5c86 100644
--- a/themes/base/core.css
+++ b/themes/base/core.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/datepicker.css b/themes/base/datepicker.css
index 91da063a6..c452c8201 100644
--- a/themes/base/datepicker.css
+++ b/themes/base/datepicker.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Datepicker @VERSION
+ * jQuery UI Datepicker 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/dialog.css b/themes/base/dialog.css
index 7146fe953..063fe16c9 100644
--- a/themes/base/dialog.css
+++ b/themes/base/dialog.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Dialog @VERSION
+ * jQuery UI Dialog 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/draggable.css b/themes/base/draggable.css
index f2000c456..53bf8a7b4 100644
--- a/themes/base/draggable.css
+++ b/themes/base/draggable.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Draggable @VERSION
+ * jQuery UI Draggable 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/menu.css b/themes/base/menu.css
index 0f01a0cae..651d7ca6c 100644
--- a/themes/base/menu.css
+++ b/themes/base/menu.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Menu @VERSION
+ * jQuery UI Menu 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/progressbar.css b/themes/base/progressbar.css
index 2eff6ae93..d903e17eb 100644
--- a/themes/base/progressbar.css
+++ b/themes/base/progressbar.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Progressbar @VERSION
+ * jQuery UI Progressbar 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/resizable.css b/themes/base/resizable.css
index 318c6ebdd..ae4744abf 100644
--- a/themes/base/resizable.css
+++ b/themes/base/resizable.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Resizable @VERSION
+ * jQuery UI Resizable 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/selectable.css b/themes/base/selectable.css
index f0790f471..2441ab0fb 100644
--- a/themes/base/selectable.css
+++ b/themes/base/selectable.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Selectable @VERSION
+ * jQuery UI Selectable 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/selectmenu.css b/themes/base/selectmenu.css
index 3299f9e4d..bf2296d5e 100644
--- a/themes/base/selectmenu.css
+++ b/themes/base/selectmenu.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Selectmenu @VERSION
+ * jQuery UI Selectmenu 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/slider.css b/themes/base/slider.css
index 724d513c2..62f370170 100644
--- a/themes/base/slider.css
+++ b/themes/base/slider.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Slider @VERSION
+ * jQuery UI Slider 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/sortable.css b/themes/base/sortable.css
index 7931b451e..d4aef3db0 100644
--- a/themes/base/sortable.css
+++ b/themes/base/sortable.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Sortable @VERSION
+ * jQuery UI Sortable 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/spinner.css b/themes/base/spinner.css
index c3908106f..c1d95b938 100644
--- a/themes/base/spinner.css
+++ b/themes/base/spinner.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Spinner @VERSION
+ * jQuery UI Spinner 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/tabs.css b/themes/base/tabs.css
index 06ae1a8b2..17b4fb45a 100644
--- a/themes/base/tabs.css
+++ b/themes/base/tabs.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Tabs @VERSION
+ * jQuery UI Tabs 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/theme.css b/themes/base/theme.css
index ad6f5004b..1e2d7dd6e 100644
--- a/themes/base/theme.css
+++ b/themes/base/theme.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/themes/base/tooltip.css b/themes/base/tooltip.css
index 809b148a2..18b2f8d84 100644
--- a/themes/base/tooltip.css
+++ b/themes/base/tooltip.css
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Tooltip @VERSION
+ * jQuery UI Tooltip 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/data.js b/ui/data.js
index 441bbda53..1c99496aa 100644
--- a/ui/data.js
+++ b/ui/data.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI :data @VERSION
+ * jQuery UI :data 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/disable-selection.js b/ui/disable-selection.js
index 5112b2dc4..db41af185 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/effect.js b/ui/effect.js
index e2a072d96..2d46c67e3 100644
--- a/ui/effect.js
+++ b/ui/effect.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Effects @VERSION
+ * jQuery UI Effects 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -405,7 +405,7 @@ if ( $.uiBackCompat !== false ) {
}
$.extend( $.effects, {
- version: "@VERSION",
+ version: "1.13.0-rc.1",
define: function( name, mode, effect ) {
if ( !effect ) {
diff --git a/ui/effects/effect-blind.js b/ui/effects/effect-blind.js
index 858c6d3fd..192fc16e8 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/effects/effect-bounce.js b/ui/effects/effect-bounce.js
index 8cb18f82c..05128ec33 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/effects/effect-clip.js b/ui/effects/effect-clip.js
index ca25ef370..6eba8580e 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/effects/effect-drop.js b/ui/effects/effect-drop.js
index 9d620e974..0e0f0072b 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/effects/effect-explode.js b/ui/effects/effect-explode.js
index 2b8a000e6..44b6feeef 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/effects/effect-fade.js b/ui/effects/effect-fade.js
index 56d6a0cae..993bb31d9 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/effects/effect-fold.js b/ui/effects/effect-fold.js
index ad19bfb26..d2f196352 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/effects/effect-highlight.js b/ui/effects/effect-highlight.js
index 8d852de3d..db0452af1 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/effects/effect-puff.js b/ui/effects/effect-puff.js
index 70e9acd0b..49acd53ae 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/effects/effect-pulsate.js b/ui/effects/effect-pulsate.js
index de5f80a10..7b7acf1db 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/effects/effect-scale.js b/ui/effects/effect-scale.js
index b9a983efd..5bb022528 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/effects/effect-shake.js b/ui/effects/effect-shake.js
index cf51d66b6..635f5bff4 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/effects/effect-size.js b/ui/effects/effect-size.js
index 4c6763590..0c31e7bad 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/effects/effect-slide.js b/ui/effects/effect-slide.js
index 52244219a..a7656a67b 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/effects/effect-transfer.js b/ui/effects/effect-transfer.js
index 3c5252781..c236d73b6 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/focusable.js b/ui/focusable.js
index 5c1542566..cef56dd91 100644
--- a/ui/focusable.js
+++ b/ui/focusable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Focusable @VERSION
+ * jQuery UI Focusable 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/form-reset-mixin.js b/ui/form-reset-mixin.js
index b0a917fd5..164599e5d 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/jquery-patch.js b/ui/jquery-patch.js
index edb6896c1..1d1aa5148 100644
--- a/ui/jquery-patch.js
+++ b/ui/jquery-patch.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Support for jQuery core 1.8.x and newer @VERSION
+ * jQuery UI Support for jQuery core 1.8.x and newer 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/keycode.js b/ui/keycode.js
index 61eb40a06..280be9602 100644
--- a/ui/keycode.js
+++ b/ui/keycode.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Keycode @VERSION
+ * jQuery UI Keycode 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/labels.js b/ui/labels.js
index 854e5fd4a..408140e4a 100644
--- a/ui/labels.js
+++ b/ui/labels.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Labels @VERSION
+ * jQuery UI Labels 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/position.js b/ui/position.js
index 68b0f19c0..c87180534 100644
--- a/ui/position.js
+++ b/ui/position.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Position @VERSION
+ * jQuery UI Position 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/scroll-parent.js b/ui/scroll-parent.js
index 813c3721b..29375ea6c 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/tabbable.js b/ui/tabbable.js
index fc5c837cb..7e18b5974 100644
--- a/ui/tabbable.js
+++ b/ui/tabbable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Tabbable @VERSION
+ * jQuery UI Tabbable 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/unique-id.js b/ui/unique-id.js
index 518ba7a0c..3438cc75e 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.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/version.js b/ui/version.js
index 1767ec7b5..9aa7cf08e 100644
--- a/ui/version.js
+++ b/ui/version.js
@@ -15,6 +15,6 @@
$.ui = $.ui || {};
-return $.ui.version = "@VERSION";
+return $.ui.version = "1.13.0-rc.1";
} );
diff --git a/ui/widget.js b/ui/widget.js
index 3b149f11a..496950a92 100644
--- a/ui/widget.js
+++ b/ui/widget.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Widget @VERSION
+ * jQuery UI Widget 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
diff --git a/ui/widgets/accordion.js b/ui/widgets/accordion.js
index 112781925..29253255b 100644
--- a/ui/widgets/accordion.js
+++ b/ui/widgets/accordion.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Accordion @VERSION
+ * jQuery UI Accordion 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -40,7 +40,7 @@
"use strict";
return $.widget( "ui.accordion", {
- version: "@VERSION",
+ version: "1.13.0-rc.1",
options: {
active: 0,
animate: {},
diff --git a/ui/widgets/autocomplete.js b/ui/widgets/autocomplete.js
index 4166029b2..3f54cd80e 100644
--- a/ui/widgets/autocomplete.js
+++ b/ui/widgets/autocomplete.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Autocomplete @VERSION
+ * jQuery UI Autocomplete 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -40,7 +40,7 @@
"use strict";
$.widget( "ui.autocomplete", {
- version: "@VERSION",
+ version: "1.13.0-rc.1",
defaultElement: "<input>",
options: {
appendTo: null,
diff --git a/ui/widgets/button.js b/ui/widgets/button.js
index c7cbb4f04..12dd6fc25 100644
--- a/ui/widgets/button.js
+++ b/ui/widgets/button.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Button @VERSION
+ * jQuery UI Button 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -42,7 +42,7 @@
"use strict";
$.widget( "ui.button", {
- version: "@VERSION",
+ version: "1.13.0-rc.1",
defaultElement: "<button>",
options: {
classes: {
diff --git a/ui/widgets/checkboxradio.js b/ui/widgets/checkboxradio.js
index b2537d292..22a0af66b 100644
--- a/ui/widgets/checkboxradio.js
+++ b/ui/widgets/checkboxradio.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Checkboxradio @VERSION
+ * jQuery UI Checkboxradio 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -38,7 +38,7 @@
"use strict";
$.widget( "ui.checkboxradio", [ $.ui.formResetMixin, {
- version: "@VERSION",
+ version: "1.13.0-rc.1",
options: {
disabled: null,
label: null,
diff --git a/ui/widgets/controlgroup.js b/ui/widgets/controlgroup.js
index 77a9e2265..bafb611b9 100644
--- a/ui/widgets/controlgroup.js
+++ b/ui/widgets/controlgroup.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Controlgroup @VERSION
+ * jQuery UI Controlgroup 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery 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.13.0-rc.1",
defaultElement: "<div>",
options: {
direction: "horizontal",
diff --git a/ui/widgets/datepicker.js b/ui/widgets/datepicker.js
index 9ca29a0db..55f551a4d 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-rc.1
* 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-rc.1" } } );
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-rc.1";
return $.datepicker;
diff --git a/ui/widgets/dialog.js b/ui/widgets/dialog.js
index 6fa585c40..9c9573134 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-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -47,7 +47,7 @@
"use strict";
$.widget( "ui.dialog", {
- version: "@VERSION",
+ version: "1.13.0-rc.1",
options: {
appendTo: "body",
autoOpen: true,
diff --git a/ui/widgets/draggable.js b/ui/widgets/draggable.js
index 2a9666d4e..65ee853b4 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-rc.1
* 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-rc.1",
widgetEventPrefix: "drag",
options: {
addClasses: true,
diff --git a/ui/widgets/droppable.js b/ui/widgets/droppable.js
index e33ff8c7a..3385c838d 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-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -35,7 +35,7 @@
"use strict";
$.widget( "ui.droppable", {
- version: "@VERSION",
+ version: "1.13.0-rc.1",
widgetEventPrefix: "drop",
options: {
accept: "*",
diff --git a/ui/widgets/menu.js b/ui/widgets/menu.js
index 2bc37789b..28021a0bc 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-rc.1
* 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-rc.1",
defaultElement: "<ul>",
delay: 300,
options: {
diff --git a/ui/widgets/mouse.js b/ui/widgets/mouse.js
index 1efcf08db..b86e70548 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-rc.1
* 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-rc.1",
options: {
cancel: "input, textarea, button, select, option",
distance: 1,
diff --git a/ui/widgets/progressbar.js b/ui/widgets/progressbar.js
index e39bc2fcb..f34899b53 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-rc.1
* 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-rc.1",
options: {
classes: {
"ui-progressbar": "ui-corner-all",
diff --git a/ui/widgets/resizable.js b/ui/widgets/resizable.js
index 13e98c658..d4f8c6c27 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-rc.1
* 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-rc.1",
widgetEventPrefix: "resize",
options: {
alsoResize: false,
diff --git a/ui/widgets/selectable.js b/ui/widgets/selectable.js
index b8e29517c..0dbf7b1b0 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-rc.1
* 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-rc.1",
options: {
appendTo: "body",
autoRefresh: true,
diff --git a/ui/widgets/selectmenu.js b/ui/widgets/selectmenu.js
index cefeddcac..457b55697 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-rc.1
* 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-rc.1",
defaultElement: "<select>",
options: {
appendTo: null,
diff --git a/ui/widgets/slider.js b/ui/widgets/slider.js
index ec2c2877e..dbdd030f5 100644
--- a/ui/widgets/slider.js
+++ b/ui/widgets/slider.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Slider @VERSION
+ * jQuery UI Slider 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -38,7 +38,7 @@
"use strict";
return $.widget( "ui.slider", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.13.0-rc.1",
widgetEventPrefix: "slide",
options: {
diff --git a/ui/widgets/sortable.js b/ui/widgets/sortable.js
index f44b4832a..b85a4a767 100644
--- a/ui/widgets/sortable.js
+++ b/ui/widgets/sortable.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Sortable @VERSION
+ * jQuery UI Sortable 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -38,7 +38,7 @@
"use strict";
return $.widget( "ui.sortable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.13.0-rc.1",
widgetEventPrefix: "sort",
ready: false,
options: {
diff --git a/ui/widgets/spinner.js b/ui/widgets/spinner.js
index 1bd69b6d8..0b29a2c30 100644
--- a/ui/widgets/spinner.js
+++ b/ui/widgets/spinner.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Spinner @VERSION
+ * jQuery UI Spinner 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -50,7 +50,7 @@ function spinnerModifier( fn ) {
}
$.widget( "ui.spinner", {
- version: "@VERSION",
+ version: "1.13.0-rc.1",
defaultElement: "<input>",
widgetEventPrefix: "spin",
options: {
diff --git a/ui/widgets/tabs.js b/ui/widgets/tabs.js
index 9e4236ab3..92ee9b2f3 100644
--- a/ui/widgets/tabs.js
+++ b/ui/widgets/tabs.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Tabs @VERSION
+ * jQuery UI Tabs 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -39,7 +39,7 @@
"use strict";
$.widget( "ui.tabs", {
- version: "@VERSION",
+ version: "1.13.0-rc.1",
delay: 300,
options: {
active: null,
diff --git a/ui/widgets/tooltip.js b/ui/widgets/tooltip.js
index f1cea47d1..349d5b9fb 100644
--- a/ui/widgets/tooltip.js
+++ b/ui/widgets/tooltip.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Tooltip @VERSION
+ * jQuery UI Tooltip 1.13.0-rc.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -39,7 +39,7 @@
"use strict";
$.widget( "ui.tooltip", {
- version: "@VERSION",
+ version: "1.13.0-rc.1",
options: {
classes: {
"ui-tooltip": "ui-corner-all ui-widget-shadow"