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.

Files changed (61) hide show
  1. data/VERSIONS.md +1 -0
  2. data/app/assets/javascripts/jquery-ui/accordion.js +10 -7
  3. data/app/assets/javascripts/jquery-ui/autocomplete.js +3 -3
  4. data/app/assets/javascripts/jquery-ui/button.js +4 -4
  5. data/app/assets/javascripts/jquery-ui/core.js +4 -4
  6. data/app/assets/javascripts/jquery-ui/datepicker-ar.js +7 -6
  7. data/app/assets/javascripts/jquery-ui/datepicker.js +8 -4
  8. data/app/assets/javascripts/jquery-ui/dialog.js +3 -3
  9. data/app/assets/javascripts/jquery-ui/draggable.js +3 -3
  10. data/app/assets/javascripts/jquery-ui/droppable.js +3 -3
  11. data/app/assets/javascripts/jquery-ui/effect-blind.js +2 -2
  12. data/app/assets/javascripts/jquery-ui/effect-bounce.js +2 -2
  13. data/app/assets/javascripts/jquery-ui/effect-clip.js +2 -2
  14. data/app/assets/javascripts/jquery-ui/effect-drop.js +2 -2
  15. data/app/assets/javascripts/jquery-ui/effect-explode.js +2 -2
  16. data/app/assets/javascripts/jquery-ui/effect-fade.js +2 -2
  17. data/app/assets/javascripts/jquery-ui/effect-fold.js +2 -2
  18. data/app/assets/javascripts/jquery-ui/effect-highlight.js +2 -2
  19. data/app/assets/javascripts/jquery-ui/effect-puff.js +2 -2
  20. data/app/assets/javascripts/jquery-ui/effect-pulsate.js +2 -2
  21. data/app/assets/javascripts/jquery-ui/effect-scale.js +2 -2
  22. data/app/assets/javascripts/jquery-ui/effect-shake.js +2 -2
  23. data/app/assets/javascripts/jquery-ui/effect-size.js +2 -2
  24. data/app/assets/javascripts/jquery-ui/effect-slide.js +2 -2
  25. data/app/assets/javascripts/jquery-ui/effect-transfer.js +2 -2
  26. data/app/assets/javascripts/jquery-ui/effect.js +3 -3
  27. data/app/assets/javascripts/jquery-ui/menu.js +3 -3
  28. data/app/assets/javascripts/jquery-ui/mouse.js +3 -3
  29. data/app/assets/javascripts/jquery-ui/position.js +4 -4
  30. data/app/assets/javascripts/jquery-ui/progressbar.js +3 -3
  31. data/app/assets/javascripts/jquery-ui/resizable.js +7 -7
  32. data/app/assets/javascripts/jquery-ui/selectable.js +3 -3
  33. data/app/assets/javascripts/jquery-ui/selectmenu.js +6 -7
  34. data/app/assets/javascripts/jquery-ui/slider.js +23 -5
  35. data/app/assets/javascripts/jquery-ui/sortable.js +24 -24
  36. data/app/assets/javascripts/jquery-ui/spinner.js +3 -3
  37. data/app/assets/javascripts/jquery-ui/tabs.js +6 -5
  38. data/app/assets/javascripts/jquery-ui/tooltip.js +3 -3
  39. data/app/assets/javascripts/jquery-ui/widget.js +8 -7
  40. data/app/assets/stylesheets/jquery-ui/accordion.css +2 -2
  41. data/app/assets/stylesheets/jquery-ui/all.css +2 -2
  42. data/app/assets/stylesheets/jquery-ui/autocomplete.css +2 -2
  43. data/app/assets/stylesheets/jquery-ui/base.css +2 -2
  44. data/app/assets/stylesheets/jquery-ui/button.css +2 -2
  45. data/app/assets/stylesheets/jquery-ui/core.css +2 -2
  46. data/app/assets/stylesheets/jquery-ui/datepicker.css +2 -2
  47. data/app/assets/stylesheets/jquery-ui/dialog.css +2 -2
  48. data/app/assets/stylesheets/jquery-ui/draggable.css +2 -2
  49. data/app/assets/stylesheets/jquery-ui/menu.css +2 -2
  50. data/app/assets/stylesheets/jquery-ui/progressbar.css +2 -2
  51. data/app/assets/stylesheets/jquery-ui/resizable.css +2 -2
  52. data/app/assets/stylesheets/jquery-ui/selectable.css +2 -2
  53. data/app/assets/stylesheets/jquery-ui/selectmenu.css +2 -2
  54. data/app/assets/stylesheets/jquery-ui/slider.css +2 -2
  55. data/app/assets/stylesheets/jquery-ui/sortable.css +2 -2
  56. data/app/assets/stylesheets/jquery-ui/spinner.css +2 -2
  57. data/app/assets/stylesheets/jquery-ui/tabs.css +2 -2
  58. data/app/assets/stylesheets/jquery-ui/theme.css.erb +2 -2
  59. data/app/assets/stylesheets/jquery-ui/tooltip.css +2 -2
  60. data/lib/jquery/ui/rails/version.rb +2 -2
  61. metadata +3 -3
@@ -3,10 +3,10 @@
3
3
  //= require jquery-ui/button
4
4
 
5
5
  /*!
6
- * jQuery UI Spinner 1.11.2
6
+ * jQuery UI Spinner 1.11.3
7
7
  * http://jqueryui.com
8
8
  *
9
- * Copyright 2014 jQuery Foundation and other contributors
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.2",
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.2
5
+ * jQuery UI Tabs 1.11.3
6
6
  * http://jqueryui.com
7
7
  *
8
- * Copyright 2014 jQuery Foundation and other contributors
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.2",
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.2
6
+ * jQuery UI Tooltip 1.11.3
7
7
  * http://jqueryui.com
8
8
  *
9
- * Copyright 2014 jQuery Foundation and other contributors
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.2",
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
2
+ * jQuery UI Widget 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Accordion 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI CSS Framework 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Autocomplete 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI CSS Framework 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Button 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI CSS Framework 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Datepicker 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Dialog 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Draggable 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Menu 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Progressbar 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Resizable 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Selectable 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Selectmenu 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Slider 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Sortable 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Spinner 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Tabs 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI CSS Framework 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
2
+ * jQuery UI Tooltip 1.11.3
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2014 jQuery Foundation and other contributors
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
  module Jquery
2
2
  module Ui
3
3
  module Rails
4
- VERSION = "5.0.3"
5
- JQUERY_UI_VERSION = "1.11.2"
4
+ VERSION = "5.0.4"
5
+ JQUERY_UI_VERSION = "1.11.3"
6
6
  end
7
7
  end
8
8
  end
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.3
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: 2014-11-30 00:00:00.000000000 Z
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: -57978946298023344
229
+ hash: -2579861622092627950
230
230
  required_rubygems_version: !ruby/object:Gem::Requirement
231
231
  none: false
232
232
  requirements: