jquery-ui-rails 5.0.3 → 5.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of jquery-ui-rails might be problematic. Click here for more details.
- data/VERSIONS.md +1 -0
- data/app/assets/javascripts/jquery-ui/accordion.js +10 -7
- data/app/assets/javascripts/jquery-ui/autocomplete.js +3 -3
- data/app/assets/javascripts/jquery-ui/button.js +4 -4
- data/app/assets/javascripts/jquery-ui/core.js +4 -4
- data/app/assets/javascripts/jquery-ui/datepicker-ar.js +7 -6
- data/app/assets/javascripts/jquery-ui/datepicker.js +8 -4
- data/app/assets/javascripts/jquery-ui/dialog.js +3 -3
- data/app/assets/javascripts/jquery-ui/draggable.js +3 -3
- data/app/assets/javascripts/jquery-ui/droppable.js +3 -3
- data/app/assets/javascripts/jquery-ui/effect-blind.js +2 -2
- data/app/assets/javascripts/jquery-ui/effect-bounce.js +2 -2
- data/app/assets/javascripts/jquery-ui/effect-clip.js +2 -2
- data/app/assets/javascripts/jquery-ui/effect-drop.js +2 -2
- data/app/assets/javascripts/jquery-ui/effect-explode.js +2 -2
- data/app/assets/javascripts/jquery-ui/effect-fade.js +2 -2
- data/app/assets/javascripts/jquery-ui/effect-fold.js +2 -2
- data/app/assets/javascripts/jquery-ui/effect-highlight.js +2 -2
- data/app/assets/javascripts/jquery-ui/effect-puff.js +2 -2
- data/app/assets/javascripts/jquery-ui/effect-pulsate.js +2 -2
- data/app/assets/javascripts/jquery-ui/effect-scale.js +2 -2
- data/app/assets/javascripts/jquery-ui/effect-shake.js +2 -2
- data/app/assets/javascripts/jquery-ui/effect-size.js +2 -2
- data/app/assets/javascripts/jquery-ui/effect-slide.js +2 -2
- data/app/assets/javascripts/jquery-ui/effect-transfer.js +2 -2
- data/app/assets/javascripts/jquery-ui/effect.js +3 -3
- data/app/assets/javascripts/jquery-ui/menu.js +3 -3
- data/app/assets/javascripts/jquery-ui/mouse.js +3 -3
- data/app/assets/javascripts/jquery-ui/position.js +4 -4
- data/app/assets/javascripts/jquery-ui/progressbar.js +3 -3
- data/app/assets/javascripts/jquery-ui/resizable.js +7 -7
- data/app/assets/javascripts/jquery-ui/selectable.js +3 -3
- data/app/assets/javascripts/jquery-ui/selectmenu.js +6 -7
- data/app/assets/javascripts/jquery-ui/slider.js +23 -5
- data/app/assets/javascripts/jquery-ui/sortable.js +24 -24
- data/app/assets/javascripts/jquery-ui/spinner.js +3 -3
- data/app/assets/javascripts/jquery-ui/tabs.js +6 -5
- data/app/assets/javascripts/jquery-ui/tooltip.js +3 -3
- data/app/assets/javascripts/jquery-ui/widget.js +8 -7
- data/app/assets/stylesheets/jquery-ui/accordion.css +2 -2
- data/app/assets/stylesheets/jquery-ui/all.css +2 -2
- data/app/assets/stylesheets/jquery-ui/autocomplete.css +2 -2
- data/app/assets/stylesheets/jquery-ui/base.css +2 -2
- data/app/assets/stylesheets/jquery-ui/button.css +2 -2
- data/app/assets/stylesheets/jquery-ui/core.css +2 -2
- data/app/assets/stylesheets/jquery-ui/datepicker.css +2 -2
- data/app/assets/stylesheets/jquery-ui/dialog.css +2 -2
- data/app/assets/stylesheets/jquery-ui/draggable.css +2 -2
- data/app/assets/stylesheets/jquery-ui/menu.css +2 -2
- data/app/assets/stylesheets/jquery-ui/progressbar.css +2 -2
- data/app/assets/stylesheets/jquery-ui/resizable.css +2 -2
- data/app/assets/stylesheets/jquery-ui/selectable.css +2 -2
- data/app/assets/stylesheets/jquery-ui/selectmenu.css +2 -2
- data/app/assets/stylesheets/jquery-ui/slider.css +2 -2
- data/app/assets/stylesheets/jquery-ui/sortable.css +2 -2
- data/app/assets/stylesheets/jquery-ui/spinner.css +2 -2
- data/app/assets/stylesheets/jquery-ui/tabs.css +2 -2
- data/app/assets/stylesheets/jquery-ui/theme.css.erb +2 -2
- data/app/assets/stylesheets/jquery-ui/tooltip.css +2 -2
- data/lib/jquery/ui/rails/version.rb +2 -2
- metadata +3 -3
@@ -3,10 +3,10 @@
|
|
3
3
|
//= require jquery-ui/button
|
4
4
|
|
5
5
|
/*!
|
6
|
-
* jQuery UI Spinner 1.11.
|
6
|
+
* jQuery UI Spinner 1.11.3
|
7
7
|
* http://jqueryui.com
|
8
8
|
*
|
9
|
-
* Copyright
|
9
|
+
* Copyright jQuery Foundation and other contributors
|
10
10
|
* Released under the MIT license.
|
11
11
|
* http://jquery.org/license
|
12
12
|
*
|
@@ -41,7 +41,7 @@ function spinner_modifier( fn ) {
|
|
41
41
|
}
|
42
42
|
|
43
43
|
return $.widget( "ui.spinner", {
|
44
|
-
version: "1.11.
|
44
|
+
version: "1.11.3",
|
45
45
|
defaultElement: "<input>",
|
46
46
|
widgetEventPrefix: "spin",
|
47
47
|
options: {
|
@@ -2,10 +2,10 @@
|
|
2
2
|
//= require jquery-ui/widget
|
3
3
|
|
4
4
|
/*!
|
5
|
-
* jQuery UI Tabs 1.11.
|
5
|
+
* jQuery UI Tabs 1.11.3
|
6
6
|
* http://jqueryui.com
|
7
7
|
*
|
8
|
-
* Copyright
|
8
|
+
* Copyright jQuery Foundation and other contributors
|
9
9
|
* Released under the MIT license.
|
10
10
|
* http://jquery.org/license
|
11
11
|
*
|
@@ -28,7 +28,7 @@
|
|
28
28
|
}(function( $ ) {
|
29
29
|
|
30
30
|
return $.widget( "ui.tabs", {
|
31
|
-
version: "1.11.
|
31
|
+
version: "1.11.3",
|
32
32
|
delay: 300,
|
33
33
|
options: {
|
34
34
|
active: null,
|
@@ -204,8 +204,9 @@ return $.widget( "ui.tabs", {
|
|
204
204
|
clearTimeout( this.activating );
|
205
205
|
selectedIndex = this._focusNextTab( selectedIndex, goingForward );
|
206
206
|
|
207
|
-
// Navigating with control key will prevent automatic activation
|
208
|
-
if ( !event.ctrlKey ) {
|
207
|
+
// Navigating with control/command key will prevent automatic activation
|
208
|
+
if ( !event.ctrlKey && !event.metaKey ) {
|
209
|
+
|
209
210
|
// Update aria-selected immediately so that AT think the tab is already selected.
|
210
211
|
// Otherwise AT may confuse the user by stating that they need to activate the tab,
|
211
212
|
// but the tab will already be activated by the time the announcement finishes.
|
@@ -3,10 +3,10 @@
|
|
3
3
|
//= require jquery-ui/position
|
4
4
|
|
5
5
|
/*!
|
6
|
-
* jQuery UI Tooltip 1.11.
|
6
|
+
* jQuery UI Tooltip 1.11.3
|
7
7
|
* http://jqueryui.com
|
8
8
|
*
|
9
|
-
* Copyright
|
9
|
+
* Copyright jQuery Foundation and other contributors
|
10
10
|
* Released under the MIT license.
|
11
11
|
* http://jquery.org/license
|
12
12
|
*
|
@@ -30,7 +30,7 @@
|
|
30
30
|
}(function( $ ) {
|
31
31
|
|
32
32
|
return $.widget( "ui.tooltip", {
|
33
|
-
version: "1.11.
|
33
|
+
version: "1.11.3",
|
34
34
|
options: {
|
35
35
|
content: function() {
|
36
36
|
// support: IE<9, Opera in jQuery <1.7
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Widget 1.11.
|
2
|
+
* jQuery UI Widget 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -190,11 +190,6 @@ $.widget.bridge = function( name, object ) {
|
|
190
190
|
args = widget_slice.call( arguments, 1 ),
|
191
191
|
returnValue = this;
|
192
192
|
|
193
|
-
// allow multiple hashes to be passed on init
|
194
|
-
options = !isMethodCall && args.length ?
|
195
|
-
$.widget.extend.apply( null, [ options ].concat(args) ) :
|
196
|
-
options;
|
197
|
-
|
198
193
|
if ( isMethodCall ) {
|
199
194
|
this.each(function() {
|
200
195
|
var methodValue,
|
@@ -219,6 +214,12 @@ $.widget.bridge = function( name, object ) {
|
|
219
214
|
}
|
220
215
|
});
|
221
216
|
} else {
|
217
|
+
|
218
|
+
// Allow multiple hashes to be passed on init
|
219
|
+
if ( args.length ) {
|
220
|
+
options = $.widget.extend.apply( null, [ options ].concat(args) );
|
221
|
+
}
|
222
|
+
|
222
223
|
this.each(function() {
|
223
224
|
var instance = $.data( this, fullName );
|
224
225
|
if ( instance ) {
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Accordion 1.11.
|
2
|
+
* jQuery UI Accordion 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI CSS Framework 1.11.
|
2
|
+
* jQuery UI CSS Framework 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Autocomplete 1.11.
|
2
|
+
* jQuery UI Autocomplete 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI CSS Framework 1.11.
|
2
|
+
* jQuery UI CSS Framework 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Button 1.11.
|
2
|
+
* jQuery UI Button 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI CSS Framework 1.11.
|
2
|
+
* jQuery UI CSS Framework 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Datepicker 1.11.
|
2
|
+
* jQuery UI Datepicker 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Dialog 1.11.
|
2
|
+
* jQuery UI Dialog 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Draggable 1.11.
|
2
|
+
* jQuery UI Draggable 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*/
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Menu 1.11.
|
2
|
+
* jQuery UI Menu 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Progressbar 1.11.
|
2
|
+
* jQuery UI Progressbar 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Resizable 1.11.
|
2
|
+
* jQuery UI Resizable 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*/
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Selectable 1.11.
|
2
|
+
* jQuery UI Selectable 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*/
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Selectmenu 1.11.
|
2
|
+
* jQuery UI Selectmenu 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Slider 1.11.
|
2
|
+
* jQuery UI Slider 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Sortable 1.11.
|
2
|
+
* jQuery UI Sortable 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*/
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Spinner 1.11.
|
2
|
+
* jQuery UI Spinner 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Tabs 1.11.
|
2
|
+
* jQuery UI Tabs 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI CSS Framework 1.11.
|
2
|
+
* jQuery UI CSS Framework 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Tooltip 1.11.
|
2
|
+
* jQuery UI Tooltip 1.11.3
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-ui-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.
|
4
|
+
version: 5.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2015-05-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
@@ -226,7 +226,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
226
226
|
version: '0'
|
227
227
|
segments:
|
228
228
|
- 0
|
229
|
-
hash: -
|
229
|
+
hash: -2579861622092627950
|
230
230
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
231
231
|
none: false
|
232
232
|
requirements:
|