]> source.dussan.org Git - jquery-ui.git/commitdiff
1.13.0-rc.2 1.13.0-rc.2
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Fri, 3 Sep 2021 12:50:13 +0000 (14:50 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Fri, 3 Sep 2021 12:50:13 +0000 (14:50 +0200)
73 files changed:
bower.json
package.json
themes/base/accordion.css
themes/base/all.css
themes/base/autocomplete.css
themes/base/base.css
themes/base/button.css
themes/base/checkboxradio.css
themes/base/controlgroup.css
themes/base/core.css
themes/base/datepicker.css
themes/base/dialog.css
themes/base/draggable.css
themes/base/menu.css
themes/base/progressbar.css
themes/base/resizable.css
themes/base/selectable.css
themes/base/selectmenu.css
themes/base/slider.css
themes/base/sortable.css
themes/base/spinner.css
themes/base/tabs.css
themes/base/theme.css
themes/base/tooltip.css
ui/data.js
ui/disable-selection.js
ui/effect.js
ui/effects/effect-blind.js
ui/effects/effect-bounce.js
ui/effects/effect-clip.js
ui/effects/effect-drop.js
ui/effects/effect-explode.js
ui/effects/effect-fade.js
ui/effects/effect-fold.js
ui/effects/effect-highlight.js
ui/effects/effect-puff.js
ui/effects/effect-pulsate.js
ui/effects/effect-scale.js
ui/effects/effect-shake.js
ui/effects/effect-size.js
ui/effects/effect-slide.js
ui/effects/effect-transfer.js
ui/focusable.js
ui/form-reset-mixin.js
ui/jquery-patch.js
ui/keycode.js
ui/labels.js
ui/position.js
ui/scroll-parent.js
ui/tabbable.js
ui/unique-id.js
ui/version.js
ui/widget.js
ui/widgets/accordion.js
ui/widgets/autocomplete.js
ui/widgets/button.js
ui/widgets/checkboxradio.js
ui/widgets/controlgroup.js
ui/widgets/datepicker.js
ui/widgets/dialog.js
ui/widgets/draggable.js
ui/widgets/droppable.js
ui/widgets/menu.js
ui/widgets/mouse.js
ui/widgets/progressbar.js
ui/widgets/resizable.js
ui/widgets/selectable.js
ui/widgets/selectmenu.js
ui/widgets/slider.js
ui/widgets/sortable.js
ui/widgets/spinner.js
ui/widgets/tabs.js
ui/widgets/tooltip.js

index f42b7bf43aab063e7a5de32b0aebdb2c456b2ff6..79f2d95c9b0f6ae8e0e86ece62e80ea910c34191 100644 (file)
@@ -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.2"
 }
index 14b89e9c3c8e1eeb14087429683996916d6c9c13..ad7f37ccdd14f680f8a8d32c3657a120157a21bc 100644 (file)
@@ -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.2",
        "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.2/AUTHORS.txt"
        },
        "main": "ui/widget.js",
        "maintainers": [
index baffce488b1fea0e112cfbb7d540f3cbc2324755..b3594d3105f5032523e2b1a6a3e74caebf027007 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Accordion @VERSION
+ * jQuery UI Accordion 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index b31adc80f1dfb41b50d5f3a61d349e5989a968e9..300a3462b21041e10a5dd9a89477ea37e2a9ee52 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 7fcb2829ef4aedc9d1a6c6853918915b1cffe223..952143a624ecef0b66636cebd5a96a5d3abca6b7 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Autocomplete @VERSION
+ * jQuery UI Autocomplete 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 3b33e9bc00106b5b3d19ef2c78a20fe5afbb78d8..c3cf73a2dab228a24d71439a5edec0d7f41925cd 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 4a3a57d484cbd0c768274efccda2ab2942029b0a..504f63f830d889212634596f8fcdba1c5ddd2be9 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Button @VERSION
+ * jQuery UI Button 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index a41125e23183fb9f8f9347b78dd639d557835a29..bcec9ceacf1bdbf6faad7ae5772433dd2b0b0bd7 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Checkboxradio @VERSION
+ * jQuery UI Checkboxradio 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 35e442e174bf2e6dfd139a698cf82329d523c0cb..194d1f179c035137a155883bd8f828a62daacd0d 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Controlgroup @VERSION
+ * jQuery UI Controlgroup 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index ffb533379a560b35b8827a7d95c6934139965676..526da2dddf8d2811683cfdd1a7735529559fc600 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 91da063a65bb39f20c71744078d6e9548c98ede6..033dcc9af881e5d66ef1f5a319c1b55636bb040e 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Datepicker @VERSION
+ * jQuery UI Datepicker 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 7146fe95364b515e2e35147ba14d7796c279ee60..92ce1c772eb69854e63e808b60164563a3799a6f 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Dialog @VERSION
+ * jQuery UI Dialog 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index f2000c45656ed97f1b4d9fa9f2a2ad0804fa4435..f1f0768b0e7462f02cdd13ed7444185956f8ea10 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Draggable @VERSION
+ * jQuery UI Draggable 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 0f01a0caed63a7bd014fbd3270b7e238908722a7..c6acdc87bc189ee0ab3e413fb3d416bad63e7311 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Menu @VERSION
+ * jQuery UI Menu 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 2eff6ae93d43986e31132069ace2972b2638d86b..af7f5736a065d47bdc02ddf034db29d68010f660 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Progressbar @VERSION
+ * jQuery UI Progressbar 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 318c6ebddaf88dcce74016e217b4a094d35a3c61..eacda4760337f3e60d07f1313e9edaa1e139501e 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Resizable @VERSION
+ * jQuery UI Resizable 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index f0790f47113c4a47b0c74bb88aa44f7ce0853042..bfabf9ba9a2a009353f88d87de57debe1d73e1d0 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Selectable @VERSION
+ * jQuery UI Selectable 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 3299f9e4dbf456bb14f1a3a508956604bcd306cd..49195c068da18f96971a616b546f4b6501a6898d 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Selectmenu @VERSION
+ * jQuery UI Selectmenu 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 724d513c2ac2404837e95561fdbfad2955ce807d..233426c9d7bc33df9ee23e2bd9df765f8df7bbe0 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Slider @VERSION
+ * jQuery UI Slider 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 7931b451e549a80dd91567692bca7a43603fa213..97bad1e0dffcb1f20f2bf508bcbe474ed217aded 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Sortable @VERSION
+ * jQuery UI Sortable 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index c3908106fa37d0d6da478881f91034ce6e8a1008..49d9bb94d499943d7cd3ba963ba529a151aea206 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Spinner @VERSION
+ * jQuery UI Spinner 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 06ae1a8b200a853e2dcaf7ce38ea67992ef435ac..4be379d469d2954134770df2ffd3fd846affe5cf 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Tabs @VERSION
+ * jQuery UI Tabs 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index ad6f5004b31df6e35a82fe5ad66ebe1d27b0fc13..b44d30e02ae0c8ae7b53d91c7e8fe11eefd161ca 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 809b148a29ed04ba946c474833dc9c0feb373a0d..af98b274f168996dc57cf0c0402a65da0d577bd1 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Tooltip @VERSION
+ * jQuery UI Tooltip 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 441bbda5398686c5b77f3275acea8901979c2672..4a6e644e8d759061010cb50e68ccd4be758e66f3 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI :data @VERSION
+ * jQuery UI :data 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 5112b2dc488d00b3fe65c223ab62f8414bf55a74..4ccace1eaa85b6b699f8655832db9eba6c4e2afb 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Disable Selection @VERSION
+ * jQuery UI Disable Selection 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 37ce230c362ae40012384098498de5c26902a044..70e69a47cc5bc69701b74f5c965def5e8362aed4 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects @VERSION
+ * jQuery UI Effects 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
@@ -402,7 +402,7 @@ if ( $.uiBackCompat !== false ) {
 }
 
 $.extend( $.effects, {
-       version: "@VERSION",
+       version: "1.13.0-rc.2",
 
        define: function( name, mode, effect ) {
                if ( !effect ) {
index 858c6d3fdbb6b03931de3c2d0b368528422b05f4..060786684eee1a18c82a07907b44cc59bdd753bf 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Blind @VERSION
+ * jQuery UI Effects Blind 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 8cb18f82c1eb60f02b827e9a9b3cfef5b12b58be..03e9c5e80e0bbce1a5f85c45b6f173e4fbeecc6a 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Bounce @VERSION
+ * jQuery UI Effects Bounce 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index ca25ef370a147d28e6e821a6a9b261e9ac600dcf..bde5cef8255fcb22ad105e3077939ead17c3115b 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Clip @VERSION
+ * jQuery UI Effects Clip 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 9d620e974781640a2c57db1c04f64b07985d0b16..9962b7f9d1be46612ded6b346c0c6c6731704624 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Drop @VERSION
+ * jQuery UI Effects Drop 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 2b8a000e64f737367c3f55dd397be38baee924f1..b26f2f9347b0d7aa55d931b0f897feeabd419f9d 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Explode @VERSION
+ * jQuery UI Effects Explode 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 56d6a0caef7a116d18e2641e3717c3f84f178542..57c80c6569a63b86ed361dd720c59f2594e3bf58 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Fade @VERSION
+ * jQuery UI Effects Fade 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index ad19bfb264b1cc64bac6fcabed3bba2fe06e47b9..9df58cf8d8c26e3582bfec2bc74513337f8e1462 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Fold @VERSION
+ * jQuery UI Effects Fold 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 8d852de3da8439a13f313fa60fc83c1d380b7e42..c5d80b182246e95691eddd8de8c1327efe0c8c59 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Highlight @VERSION
+ * jQuery UI Effects Highlight 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 70e9acd0b0b81a36a9df3d93fd1add99848dfaa2..820c57c027d4db0c5ca686b372aaa2e30bf57b2a 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Puff @VERSION
+ * jQuery UI Effects Puff 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index de5f80a10f2621b923ae4579f44a52d80434429c..99c59a0493880660f2d7f89c295c4e38554f958b 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Pulsate @VERSION
+ * jQuery UI Effects Pulsate 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index b9a983efd539a6b56d80c6a29c2da983f9872dce..89107073180c0bd8761a22627ff8b3ee0d1a29bb 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Scale @VERSION
+ * jQuery UI Effects Scale 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index cf51d66b62edb144a6f749117762936bc96cad62..3a938e59fcda512a918bc537450f024a4e1cdbf0 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Shake @VERSION
+ * jQuery UI Effects Shake 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 4c67635900fa6670c358b4615ecadbf14671a269..9bcdefc4cf1971c87d1cce2465f3c0b3efa78a83 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Size @VERSION
+ * jQuery UI Effects Size 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 52244219aabe4101d7d450ea25d4af8d222e87cc..83aec2cba00048762f1816450a244ba5a18bf891 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Slide @VERSION
+ * jQuery UI Effects Slide 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 3c5252781e9403c97acd20ac79f28f79c0ece9e1..c127db9b71555b9ffce9dc357b3e517db9870c6d 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Transfer @VERSION
+ * jQuery UI Effects Transfer 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 5c15425661e1bc6ae69707e2cc9c33a29630a557..fba30971c6243560ea3a001d266d2279f1630874 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Focusable @VERSION
+ * jQuery UI Focusable 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index b0a917fd585de518882fc430dd196811f0fc395b..3b5418a5fc2439197f67ee6d631381053e9ddb41 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Form Reset Mixin @VERSION
+ * jQuery UI Form Reset Mixin 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index edb6896c196afac46be3ad86d089645784e600d5..eab20423c4cce0d540a9b9e18a64af71db08fe4c 100644 (file)
@@ -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.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 61eb40a060abae7897925fc5c7480d201658ab8d..d1262fc47be74671195fc748ac68832e3fe9ef33 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Keycode @VERSION
+ * jQuery UI Keycode 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 854e5fd4ab6575c83237fbf2b8556262411cb905..6b6615fd9ef31b686678cf99400b7d0700248407 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Labels @VERSION
+ * jQuery UI Labels 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 68b0f19c04f25da7c4d40d8be82cba5c82741228..3c8e8de23937fcdd8ddc2ddc0160af79e44569c9 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Position @VERSION
+ * jQuery UI Position 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 813c3721bde40997e6b09911f7ba9351e2ce984e..034dddd76962566bb79d3030a415472fecdf2e52 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Scroll Parent @VERSION
+ * jQuery UI Scroll Parent 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index fc5c837cba16fa42b1e60cead0e95d3b765e2282..4a902454b5c0dbf2c564cb32f8c7ca6eff7ff7bc 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Tabbable @VERSION
+ * jQuery UI Tabbable 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 518ba7a0cba7b7c68da8ab4b3a38d69bc45c2352..c8106692d54afba1ef86ea87cf32b52c04a6bdff 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Unique ID @VERSION
+ * jQuery UI Unique ID 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 1767ec7b51824b37602dddcb32eb5bdfe46df9ed..c6cc09372e9a152d528eeddcf2aa42d12e007af5 100644 (file)
@@ -15,6 +15,6 @@
 
 $.ui = $.ui || {};
 
-return $.ui.version = "@VERSION";
+return $.ui.version = "1.13.0-rc.2";
 
 } );
index 3b149f11adaf0e72af1e7465301b74ad81eaa119..1dc79963245ac8928ed412fac28a94cee9036502 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Widget @VERSION
+ * jQuery UI Widget 1.13.0-rc.2
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 11278192503c4ba1600cf5785551706bea04459b..2212e436ab06c2452e6ccd3fb8337f00d18bf053 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Accordion @VERSION
+ * jQuery UI Accordion 1.13.0-rc.2
  * 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.2",
        options: {
                active: 0,
                animate: {},
index 4166029b2ed65974a5bb50cd49941ba809421cff..2cac851d5486e85dc70291843c9c47fff1a838d7 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Autocomplete @VERSION
+ * jQuery UI Autocomplete 1.13.0-rc.2
  * 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.2",
        defaultElement: "<input>",
        options: {
                appendTo: null,
index c7cbb4f04abfc0eb23bc183075e84d4e6a8b4df0..3c60dce825c59b1f8b17bea9fc29167c743fde77 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Button @VERSION
+ * jQuery UI Button 1.13.0-rc.2
  * 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.2",
        defaultElement: "<button>",
        options: {
                classes: {
index b2537d29283aaadeeec65129104b4f89efd91a9d..7d8e43f6511502509e4ee5802c0457ef06ee2f95 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Checkboxradio @VERSION
+ * jQuery UI Checkboxradio 1.13.0-rc.2
  * 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.2",
        options: {
                disabled: null,
                label: null,
index 77a9e2265d7851fb6f5e2d1c002ce7d85cb62a99..bcd8af88a014c6232778d917b563ffcb5838bc7c 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Controlgroup @VERSION
+ * jQuery UI Controlgroup 1.13.0-rc.2
  * 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.2",
        defaultElement: "<div>",
        options: {
                direction: "horizontal",
index 9ca29a0db5bc5747077a1f8b0162a2a20891dad3..ffd0ce6294e0bc493d1446fb616b8a2db67799cb 100644 (file)
@@ -1,6 +1,6 @@
 /* eslint-disable max-len, camelcase */
 /*!
- * jQuery UI Datepicker @VERSION
+ * jQuery UI Datepicker 1.13.0-rc.2
  * 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.2" } } );
 
 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.2";
 
 return $.datepicker;
 
index 6fa585c40dbd0e4a9aab82fdb2462a76886f4f52..77c6dabcc228f2e027815260ebf355da372df73d 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Dialog @VERSION
+ * jQuery UI Dialog 1.13.0-rc.2
  * 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.2",
        options: {
                appendTo: "body",
                autoOpen: true,
index 2a9666d4efa49068aa8993a2f6e743e19c0dc3ca..83a3248b477ad3daeaf7d7d50b4dd3cadd096ffa 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Draggable @VERSION
+ * jQuery UI Draggable 1.13.0-rc.2
  * 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.2",
        widgetEventPrefix: "drag",
        options: {
                addClasses: true,
index e33ff8c7a26319566708f41034889ee26c564236..a976eaf55a3e1ab109877898c6d3197b5b61ee29 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Droppable @VERSION
+ * jQuery UI Droppable 1.13.0-rc.2
  * 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.2",
        widgetEventPrefix: "drop",
        options: {
                accept: "*",
index 2bc37789ba313bd9286147b480b0417d1b2fedd3..c73eaef04e3c75465ff83fad462f1d275fd4aaf7 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Menu @VERSION
+ * jQuery UI Menu 1.13.0-rc.2
  * 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.2",
        defaultElement: "<ul>",
        delay: 300,
        options: {
index 1efcf08db8e68abbd3b220305c0f29f0949ae691..ad5dc29ddc14ec0b3c3ba17f0d159fe760fb6bff 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Mouse @VERSION
+ * jQuery UI Mouse 1.13.0-rc.2
  * 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.2",
        options: {
                cancel: "input, textarea, button, select, option",
                distance: 1,
index e39bc2fcb015d2e8ff9d64c658f7489f366a4d95..c5ad8b759a011fafcfde304200c77c8a7478d46c 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Progressbar @VERSION
+ * jQuery UI Progressbar 1.13.0-rc.2
  * 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.2",
        options: {
                classes: {
                        "ui-progressbar": "ui-corner-all",
index 13e98c6588d700cd098cb4423d18430e5a652152..0d61c1371073207923b8cdbfca0c1829860307fc 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Resizable @VERSION
+ * jQuery UI Resizable 1.13.0-rc.2
  * 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.2",
        widgetEventPrefix: "resize",
        options: {
                alsoResize: false,
index b8e29517c0ed7fd5d133ae2d66e59ec278993068..d3f9dd48b6c99bdba995f507352239594625cce3 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Selectable @VERSION
+ * jQuery UI Selectable 1.13.0-rc.2
  * 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.2",
        options: {
                appendTo: "body",
                autoRefresh: true,
index cefeddcacf4f16a5f7fc4050b29d096d11d7583e..ac408f68f79f66f5e566a8e73f82c749821e8353 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Selectmenu @VERSION
+ * jQuery UI Selectmenu 1.13.0-rc.2
  * 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.2",
        defaultElement: "<select>",
        options: {
                appendTo: null,
index ec2c2877e86a19e454c0450c99646e1daba13962..db56f1b7d9191cccfc1ad2da10fed4ca7d1579dd 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Slider @VERSION
+ * jQuery UI Slider 1.13.0-rc.2
  * 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.2",
        widgetEventPrefix: "slide",
 
        options: {
index f44b4832a2ad9f9213f83147d229ef4d30d4de92..30d2b058ecd3a25c638412777eda92a6c09f0327 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Sortable @VERSION
+ * jQuery UI Sortable 1.13.0-rc.2
  * 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.2",
        widgetEventPrefix: "sort",
        ready: false,
        options: {
index 1bd69b6d8baa3cb260d4816a625a2e0fbc07d2c8..e91c4b2c0cec3f3d2f36b8a3f78af9843561af77 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Spinner @VERSION
+ * jQuery UI Spinner 1.13.0-rc.2
  * 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.2",
        defaultElement: "<input>",
        widgetEventPrefix: "spin",
        options: {
index 9e4236ab3494d75235aa79ba8e97c2a13aa048d9..9831bfc1e4fca0e72e4895222d92cf813c97a42c 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Tabs @VERSION
+ * jQuery UI Tabs 1.13.0-rc.2
  * 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.2",
        delay: 300,
        options: {
                active: null,
index f1cea47d1c0179bd7416e2b0c563cd4f204315ca..454140e036022b956c91de78d10fb846377585a7 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Tooltip @VERSION
+ * jQuery UI Tooltip 1.13.0-rc.2
  * 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.2",
        options: {
                classes: {
                        "ui-tooltip": "ui-corner-all ui-widget-shadow"