]> source.dussan.org Git - jquery-ui.git/commitdiff
1.13.0-alpha.1 1.13.0-alpha.1
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Fri, 6 Aug 2021 15:18:16 +0000 (17:18 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Fri, 6 Aug 2021 15:18:16 +0000 (17:18 +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..5e06241de32a845145147d309bcfb69908f99f44 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-alpha.1"
 }
index 2cf66d6170c72b6dea7a85cbf3166dd0be671e25..e35a2a4e92dfb99a70c7626b37b32d8d206dc758 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-alpha.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-alpha.1/AUTHORS.txt"
        },
        "main": "ui/widget.js",
        "maintainers": [
index baffce488b1fea0e112cfbb7d540f3cbc2324755..a9e9f802d935e3d4f7b963b44b0f3e5b27921804 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Accordion @VERSION
+ * jQuery UI Accordion 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index b31adc80f1dfb41b50d5f3a61d349e5989a968e9..119326757ced79bdbe505179bf082224d8b94cdd 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 7fcb2829ef4aedc9d1a6c6853918915b1cffe223..4df5c7b58b5f3ae7758c7f8f823c0a1790537557 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Autocomplete @VERSION
+ * jQuery UI Autocomplete 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 3b33e9bc00106b5b3d19ef2c78a20fe5afbb78d8..ca9715faa20fd4d46fa550792eadc2bd68ddcba4 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 4a3a57d484cbd0c768274efccda2ab2942029b0a..010a9e6bc8a3a557cf990eb7cec1ca56ee37bac5 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Button @VERSION
+ * jQuery UI Button 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index a41125e23183fb9f8f9347b78dd639d557835a29..acdba65b146673d2ff04dc3661e83719cbf1c72d 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Checkboxradio @VERSION
+ * jQuery UI Checkboxradio 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 35e442e174bf2e6dfd139a698cf82329d523c0cb..121b980eab08d945fc04d2b557b8c1fd7d44c1f1 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Controlgroup @VERSION
+ * jQuery UI Controlgroup 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index ffb533379a560b35b8827a7d95c6934139965676..8b46779a05e7395786fcfae1eac6dfa970084709 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 91da063a65bb39f20c71744078d6e9548c98ede6..56a0b22b537e956d99dedee38c03bbba225a2f90 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Datepicker @VERSION
+ * jQuery UI Datepicker 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 7146fe95364b515e2e35147ba14d7796c279ee60..44910f89b219599037d087cd2537500554353e30 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Dialog @VERSION
+ * jQuery UI Dialog 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index f2000c45656ed97f1b4d9fa9f2a2ad0804fa4435..6825e61649aafc63187074af58bd95ff1fc026ee 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Draggable @VERSION
+ * jQuery UI Draggable 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 0f01a0caed63a7bd014fbd3270b7e238908722a7..8357eaa959dfe076247d0ea9dfe92f1596e0032e 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Menu @VERSION
+ * jQuery UI Menu 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 2eff6ae93d43986e31132069ace2972b2638d86b..69a06e335d9b8f0d1350f7c5407a49f6e70b3012 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Progressbar @VERSION
+ * jQuery UI Progressbar 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 318c6ebddaf88dcce74016e217b4a094d35a3c61..b151227072420656c782155287402f682f2fed8b 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Resizable @VERSION
+ * jQuery UI Resizable 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index f0790f47113c4a47b0c74bb88aa44f7ce0853042..69e0cbfad460eff7cfb8a6374a0793a246ec7999 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Selectable @VERSION
+ * jQuery UI Selectable 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 3299f9e4dbf456bb14f1a3a508956604bcd306cd..83b585860a8a9f0e3c84616d0fb10ca16346b242 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Selectmenu @VERSION
+ * jQuery UI Selectmenu 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 724d513c2ac2404837e95561fdbfad2955ce807d..e9ffa183554d116c8914a3e28e574b8efedde07d 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Slider @VERSION
+ * jQuery UI Slider 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 7931b451e549a80dd91567692bca7a43603fa213..b92cd1ecbd45aaab162660531bb901b73bef4da8 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Sortable @VERSION
+ * jQuery UI Sortable 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index c3908106fa37d0d6da478881f91034ce6e8a1008..34097023efa818e966e59511ce78065ac8ccfa83 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Spinner @VERSION
+ * jQuery UI Spinner 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 06ae1a8b200a853e2dcaf7ce38ea67992ef435ac..baee6ba9216c3667de2bef59b1bcac65e383eb65 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Tabs @VERSION
+ * jQuery UI Tabs 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index ad6f5004b31df6e35a82fe5ad66ebe1d27b0fc13..a0e822e8e3809cbc3f6d868c77ed2c53fbc3ded5 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 809b148a29ed04ba946c474833dc9c0feb373a0d..f5df0c07da75a38c7b74ba1ed3598adbdaa77cb3 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Tooltip @VERSION
+ * jQuery UI Tooltip 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 441bbda5398686c5b77f3275acea8901979c2672..a32e81ba93e5933e54e666a85b7eee8e0b0858de 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI :data @VERSION
+ * jQuery UI :data 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 5112b2dc488d00b3fe65c223ab62f8414bf55a74..8322b2329d3b75edbce9f3e519a24a7ae1ef7887 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Disable Selection @VERSION
+ * jQuery UI Disable Selection 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 4f92e4fa20ead468d8d39c403461c9d8c880801f..ca543c9a19b35bb350e6834d6633d97040cf3269 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects @VERSION
+ * jQuery UI Effects 1.13.0-alpha.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-alpha.1",
 
        define: function( name, mode, effect ) {
                if ( !effect ) {
index 858c6d3fdbb6b03931de3c2d0b368528422b05f4..c0cfa23a0816a27363ed0bcc446d4b9972998586 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Blind @VERSION
+ * jQuery UI Effects Blind 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 8cb18f82c1eb60f02b827e9a9b3cfef5b12b58be..6129f25eb42e8a2da9f88a21dd6f35abaca4fe58 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Bounce @VERSION
+ * jQuery UI Effects Bounce 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index ca25ef370a147d28e6e821a6a9b261e9ac600dcf..7b40b73d5ed9f79593a6cedd124ac7c9281bc75d 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Clip @VERSION
+ * jQuery UI Effects Clip 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 9d620e974781640a2c57db1c04f64b07985d0b16..7d3d5d811bf748851cd732afb935ccc3b7a15124 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Drop @VERSION
+ * jQuery UI Effects Drop 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 2b8a000e64f737367c3f55dd397be38baee924f1..4d729844019af070cfefba00d872d7d5d6c77d5c 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Explode @VERSION
+ * jQuery UI Effects Explode 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 56d6a0caef7a116d18e2641e3717c3f84f178542..1b272079bb21fca53d4db526ef5d1c1d2f0e4b15 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Fade @VERSION
+ * jQuery UI Effects Fade 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index ad19bfb264b1cc64bac6fcabed3bba2fe06e47b9..a0ff58ebc11f758e4ad9513d9673cbb12dbc3ce9 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Fold @VERSION
+ * jQuery UI Effects Fold 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 8d852de3da8439a13f313fa60fc83c1d380b7e42..da302f1df8d6e3e08f1da8eb38485e84906ac639 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Highlight @VERSION
+ * jQuery UI Effects Highlight 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 70e9acd0b0b81a36a9df3d93fd1add99848dfaa2..8dbec5b4a9bc563a2783d866161c67c39f55651f 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Puff @VERSION
+ * jQuery UI Effects Puff 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index de5f80a10f2621b923ae4579f44a52d80434429c..dafbc630ed6fb27c51437c3826ed14b53f41c782 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Pulsate @VERSION
+ * jQuery UI Effects Pulsate 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index b9a983efd539a6b56d80c6a29c2da983f9872dce..2a529bbbaef80884a3020e69368c1b0d149a7884 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Scale @VERSION
+ * jQuery UI Effects Scale 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index cf51d66b62edb144a6f749117762936bc96cad62..84f359b99512361184f98e3358493fcb99ffd7ed 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Shake @VERSION
+ * jQuery UI Effects Shake 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 4c67635900fa6670c358b4615ecadbf14671a269..e07497c1fbfa3032ab9b1942d3814027b1ab4036 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Size @VERSION
+ * jQuery UI Effects Size 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 52244219aabe4101d7d450ea25d4af8d222e87cc..96c14216e9931e9961349e72d2003cf9d2e58140 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Slide @VERSION
+ * jQuery UI Effects Slide 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 3c5252781e9403c97acd20ac79f28f79c0ece9e1..619d38f160633281f420f1ac15255fcdb61614ab 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Effects Transfer @VERSION
+ * jQuery UI Effects Transfer 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 5c15425661e1bc6ae69707e2cc9c33a29630a557..47961446f1f97453aa2771741d40f42153627d83 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Focusable @VERSION
+ * jQuery UI Focusable 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index b0a917fd585de518882fc430dd196811f0fc395b..de2eaf0b255789ccc86707923cd79b370821b4f3 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Form Reset Mixin @VERSION
+ * jQuery UI Form Reset Mixin 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index edb6896c196afac46be3ad86d089645784e600d5..79d7141ae6277bf612b6d6023d9258803ebe7632 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-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 61eb40a060abae7897925fc5c7480d201658ab8d..a7dd519e4a3e6f6918019e9352e9076f38e806c4 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Keycode @VERSION
+ * jQuery UI Keycode 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 854e5fd4ab6575c83237fbf2b8556262411cb905..d1975258705f37601a5d72b0b8ad0648d94822fe 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Labels @VERSION
+ * jQuery UI Labels 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 68b0f19c04f25da7c4d40d8be82cba5c82741228..707c852820d92318c9bfb073ef36e5d1e3e7dd35 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Position @VERSION
+ * jQuery UI Position 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 813c3721bde40997e6b09911f7ba9351e2ce984e..eec9b538d55989d35f881de50d0ffd4a2fcd24a5 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Scroll Parent @VERSION
+ * jQuery UI Scroll Parent 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index fc5c837cba16fa42b1e60cead0e95d3b765e2282..787af1eb7184013be3cb79ade07cac20380426de 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Tabbable @VERSION
+ * jQuery UI Tabbable 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 518ba7a0cba7b7c68da8ab4b3a38d69bc45c2352..55e8e9cd03adf85d8595b485f63218de22b9b740 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Unique ID @VERSION
+ * jQuery UI Unique ID 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 1767ec7b51824b37602dddcb32eb5bdfe46df9ed..6afedc1b35eb3c305da23aa88608aa322c7d754c 100644 (file)
@@ -15,6 +15,6 @@
 
 $.ui = $.ui || {};
 
-return $.ui.version = "@VERSION";
+return $.ui.version = "1.13.0-alpha.1";
 
 } );
index 3b149f11adaf0e72af1e7465301b74ad81eaa119..6295d483af115fb3a6906fac1ca00afefc8eafc7 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Widget @VERSION
+ * jQuery UI Widget 1.13.0-alpha.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
index 11278192503c4ba1600cf5785551706bea04459b..558e499de0dcc9e152c3c6800e9635895b9b31c7 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Accordion @VERSION
+ * jQuery UI Accordion 1.13.0-alpha.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-alpha.1",
        options: {
                active: 0,
                animate: {},
index 4166029b2ed65974a5bb50cd49941ba809421cff..6c8e8ea7e4e6a5155aa838737475b26cbafa7dfe 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Autocomplete @VERSION
+ * jQuery UI Autocomplete 1.13.0-alpha.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-alpha.1",
        defaultElement: "<input>",
        options: {
                appendTo: null,
index c7cbb4f04abfc0eb23bc183075e84d4e6a8b4df0..e8800a3b2f2ddb27581be6b31699d8dd847f23c7 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Button @VERSION
+ * jQuery UI Button 1.13.0-alpha.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-alpha.1",
        defaultElement: "<button>",
        options: {
                classes: {
index b2537d29283aaadeeec65129104b4f89efd91a9d..1c3ffaab0be0171900034e22803c0e39ed70685c 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Checkboxradio @VERSION
+ * jQuery UI Checkboxradio 1.13.0-alpha.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-alpha.1",
        options: {
                disabled: null,
                label: null,
index 77a9e2265d7851fb6f5e2d1c002ce7d85cb62a99..5867e29ec37931bd568f518c3db00e4ad792034b 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Controlgroup @VERSION
+ * jQuery UI Controlgroup 1.13.0-alpha.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-alpha.1",
        defaultElement: "<div>",
        options: {
                direction: "horizontal",
index 9ca29a0db5bc5747077a1f8b0162a2a20891dad3..4ee98a3b5cf791271e3c199704342b83445239c5 100644 (file)
@@ -1,6 +1,6 @@
 /* eslint-disable max-len, camelcase */
 /*!
- * jQuery UI Datepicker @VERSION
+ * jQuery UI Datepicker 1.13.0-alpha.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-alpha.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-alpha.1";
 
 return $.datepicker;
 
index 6fa585c40dbd0e4a9aab82fdb2462a76886f4f52..886ecdd7fe5a55faa7d1f644cdcf727632615769 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Dialog @VERSION
+ * jQuery UI Dialog 1.13.0-alpha.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-alpha.1",
        options: {
                appendTo: "body",
                autoOpen: true,
index 2a9666d4efa49068aa8993a2f6e743e19c0dc3ca..9b6c914349da7010a5900b2d32e5c72575f22548 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Draggable @VERSION
+ * jQuery UI Draggable 1.13.0-alpha.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-alpha.1",
        widgetEventPrefix: "drag",
        options: {
                addClasses: true,
index 01de767b45ef9e20ff644592d8acdb07d4c463c8..65e0204def2bc80cd84fe378502afe0292174fe4 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Droppable @VERSION
+ * jQuery UI Droppable 1.13.0-alpha.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-alpha.1",
        widgetEventPrefix: "drop",
        options: {
                accept: "*",
index 2bc37789ba313bd9286147b480b0417d1b2fedd3..66c16e82753885f3d840d7184696377d71967e2c 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Menu @VERSION
+ * jQuery UI Menu 1.13.0-alpha.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-alpha.1",
        defaultElement: "<ul>",
        delay: 300,
        options: {
index 1efcf08db8e68abbd3b220305c0f29f0949ae691..6ef733ad26f1c002617ce0b83cc046212f04f390 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Mouse @VERSION
+ * jQuery UI Mouse 1.13.0-alpha.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-alpha.1",
        options: {
                cancel: "input, textarea, button, select, option",
                distance: 1,
index e39bc2fcb015d2e8ff9d64c658f7489f366a4d95..a8c33e48e6b9d5680d30754c05ecedac25afa0e3 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Progressbar @VERSION
+ * jQuery UI Progressbar 1.13.0-alpha.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-alpha.1",
        options: {
                classes: {
                        "ui-progressbar": "ui-corner-all",
index 13e98c6588d700cd098cb4423d18430e5a652152..5c23027f2f64a4eb9ec2d5e7be2c9ddf2dd2564f 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Resizable @VERSION
+ * jQuery UI Resizable 1.13.0-alpha.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-alpha.1",
        widgetEventPrefix: "resize",
        options: {
                alsoResize: false,
index b8e29517c0ed7fd5d133ae2d66e59ec278993068..ba916770be4b0ca3f1d7021d1b6a08e358a7947b 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Selectable @VERSION
+ * jQuery UI Selectable 1.13.0-alpha.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-alpha.1",
        options: {
                appendTo: "body",
                autoRefresh: true,
index cefeddcacf4f16a5f7fc4050b29d096d11d7583e..e4383b6bb12af06159da4ffc40f3a4cf9d9e0e2d 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Selectmenu @VERSION
+ * jQuery UI Selectmenu 1.13.0-alpha.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-alpha.1",
        defaultElement: "<select>",
        options: {
                appendTo: null,
index ec2c2877e86a19e454c0450c99646e1daba13962..c34f6c8897b13c2d08b03240fb8da28088749972 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Slider @VERSION
+ * jQuery UI Slider 1.13.0-alpha.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-alpha.1",
        widgetEventPrefix: "slide",
 
        options: {
index f44b4832a2ad9f9213f83147d229ef4d30d4de92..87a144f9ef4147dc104a43be68c598f01f5f48b7 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Sortable @VERSION
+ * jQuery UI Sortable 1.13.0-alpha.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-alpha.1",
        widgetEventPrefix: "sort",
        ready: false,
        options: {
index 1bd69b6d8baa3cb260d4816a625a2e0fbc07d2c8..200ea80504b91103d4dba9ee01192c29b283407b 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Spinner @VERSION
+ * jQuery UI Spinner 1.13.0-alpha.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-alpha.1",
        defaultElement: "<input>",
        widgetEventPrefix: "spin",
        options: {
index 9e4236ab3494d75235aa79ba8e97c2a13aa048d9..828468262cf691d559c63dba6c1cf8c352f4a883 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Tabs @VERSION
+ * jQuery UI Tabs 1.13.0-alpha.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-alpha.1",
        delay: 300,
        options: {
                active: null,
index f1cea47d1c0179bd7416e2b0c563cd4f204315ca..f9a815aa7874f080e4504e6954dd3b128d2bb154 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Tooltip @VERSION
+ * jQuery UI Tooltip 1.13.0-alpha.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-alpha.1",
        options: {
                classes: {
                        "ui-tooltip": "ui-corner-all ui-widget-shadow"