h2ocube_rails_assets 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. data/README.md +1 -1
  2. data/h2ocube_rails_assets.gemspec +2 -2
  3. data/lib/h2ocube_rails_assets.rb +1 -4
  4. data/vendor/assets/images/jquery.ui/animated-overlay.gif +0 -0
  5. data/vendor/assets/images/jquery.ui/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  6. data/vendor/assets/images/jquery.ui/ui-bg_flat_75_ffffff_40x100.png +0 -0
  7. data/vendor/assets/images/jquery.ui/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  8. data/vendor/assets/images/jquery.ui/ui-bg_glass_65_ffffff_1x400.png +0 -0
  9. data/vendor/assets/images/jquery.ui/ui-bg_glass_75_dadada_1x400.png +0 -0
  10. data/vendor/assets/images/jquery.ui/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  11. data/vendor/assets/images/jquery.ui/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  12. data/vendor/assets/images/jquery.ui/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  13. data/vendor/assets/images/jquery.ui/ui-icons_222222_256x240.png +0 -0
  14. data/vendor/assets/images/jquery.ui/ui-icons_2e83ff_256x240.png +0 -0
  15. data/vendor/assets/images/jquery.ui/ui-icons_454545_256x240.png +0 -0
  16. data/vendor/assets/images/jquery.ui/ui-icons_888888_256x240.png +0 -0
  17. data/vendor/assets/images/jquery.ui/ui-icons_cd0a0a_256x240.png +0 -0
  18. data/vendor/assets/javascripts/_bootstrap.js +189 -80
  19. data/vendor/assets/javascripts/_jquery.fancybox.js +1983 -0
  20. data/vendor/assets/javascripts/_jquery.fileupload.js +1164 -0
  21. data/vendor/assets/javascripts/_jquery.js +1 -1
  22. data/vendor/assets/javascripts/{jquery.ui/jquery-ui.custom.js → _jquery.ui.js} +3717 -3693
  23. data/vendor/assets/javascripts/_jquery.validate.js +1207 -0
  24. data/vendor/assets/javascripts/_sammy.js +2120 -0
  25. data/vendor/assets/javascripts/jquery/1.9.js +229 -187
  26. data/vendor/assets/javascripts/jquery.cookie.js +29 -11
  27. data/vendor/assets/javascripts/jquery.fancybox.js +2 -1985
  28. data/vendor/assets/javascripts/jquery.fileupload.js +4 -1114
  29. data/vendor/assets/javascripts/jquery.iframe-transport.js +20 -7
  30. data/vendor/assets/javascripts/jquery.ui/jquery.ui.accordion.js +131 -290
  31. data/vendor/assets/javascripts/jquery.ui/jquery.ui.autocomplete.js +43 -37
  32. data/vendor/assets/javascripts/jquery.ui/jquery.ui.button.js +9 -8
  33. data/vendor/assets/javascripts/jquery.ui/jquery.ui.core.js +19 -51
  34. data/vendor/assets/javascripts/jquery.ui/jquery.ui.datepicker.js +1082 -878
  35. data/vendor/assets/javascripts/jquery.ui/jquery.ui.dialog.js +483 -542
  36. data/vendor/assets/javascripts/jquery.ui/jquery.ui.draggable.js +319 -212
  37. data/vendor/assets/javascripts/jquery.ui/jquery.ui.droppable.js +177 -100
  38. data/vendor/assets/javascripts/jquery.ui/jquery.ui.effect-blind.js +2 -2
  39. data/vendor/assets/javascripts/jquery.ui/jquery.ui.effect-bounce.js +2 -2
  40. data/vendor/assets/javascripts/jquery.ui/jquery.ui.effect-clip.js +2 -2
  41. data/vendor/assets/javascripts/jquery.ui/jquery.ui.effect-drop.js +2 -2
  42. data/vendor/assets/javascripts/jquery.ui/jquery.ui.effect-explode.js +2 -2
  43. data/vendor/assets/javascripts/jquery.ui/jquery.ui.effect-fade.js +2 -2
  44. data/vendor/assets/javascripts/jquery.ui/jquery.ui.effect-fold.js +2 -2
  45. data/vendor/assets/javascripts/jquery.ui/jquery.ui.effect-highlight.js +2 -2
  46. data/vendor/assets/javascripts/jquery.ui/jquery.ui.effect-pulsate.js +2 -2
  47. data/vendor/assets/javascripts/jquery.ui/jquery.ui.effect-scale.js +2 -2
  48. data/vendor/assets/javascripts/jquery.ui/jquery.ui.effect-shake.js +2 -2
  49. data/vendor/assets/javascripts/jquery.ui/jquery.ui.effect-slide.js +2 -2
  50. data/vendor/assets/javascripts/jquery.ui/jquery.ui.effect-transfer.js +3 -3
  51. data/vendor/assets/javascripts/jquery.ui/jquery.ui.effect.js +93 -101
  52. data/vendor/assets/javascripts/jquery.ui/jquery.ui.menu.js +21 -10
  53. data/vendor/assets/javascripts/jquery.ui/jquery.ui.mouse.js +25 -25
  54. data/vendor/assets/javascripts/jquery.ui/jquery.ui.position.js +42 -62
  55. data/vendor/assets/javascripts/jquery.ui/jquery.ui.progressbar.js +73 -33
  56. data/vendor/assets/javascripts/jquery.ui/jquery.ui.resizable.js +461 -294
  57. data/vendor/assets/javascripts/jquery.ui/jquery.ui.selectable.js +67 -51
  58. data/vendor/assets/javascripts/jquery.ui/jquery.ui.slider.js +179 -151
  59. data/vendor/assets/javascripts/jquery.ui/jquery.ui.sortable.js +411 -257
  60. data/vendor/assets/javascripts/jquery.ui/jquery.ui.spinner.js +19 -5
  61. data/vendor/assets/javascripts/jquery.ui/jquery.ui.tabs.js +47 -567
  62. data/vendor/assets/javascripts/jquery.ui/jquery.ui.tooltip.js +14 -10
  63. data/vendor/assets/javascripts/jquery.ui/jquery.ui.widget.js +33 -40
  64. data/vendor/assets/javascripts/jquery.ui.js +1 -1
  65. data/vendor/assets/javascripts/jquery.validate.js +1 -1258
  66. data/vendor/assets/javascripts/sammy.js +1 -2107
  67. data/vendor/assets/javascripts/underscore.js +101 -75
  68. data/vendor/assets/stylesheets/bootstrap.responsive.css +24 -7
  69. data/vendor/assets/stylesheets/bootstrap.scss +238 -119
  70. data/vendor/assets/stylesheets/jquery.fancybox.scss +6 -6
  71. data/vendor/assets/stylesheets/jquery.ui.scss +918 -217
  72. data/vendor/assets/stylesheets/normalize.css +396 -0
  73. metadata +16 -20
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * jQuery UI Tooltip 1.9.2
2
+ * jQuery UI Tooltip 1.10.1
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2012 jQuery Foundation and other contributors
5
+ * Copyright 2013 jQuery Foundation and other contributors
6
6
  * Released under the MIT license.
7
7
  * http://jquery.org/license
8
8
  *
@@ -43,10 +43,14 @@ function removeDescribedBy( elem ) {
43
43
  }
44
44
 
45
45
  $.widget( "ui.tooltip", {
46
- version: "1.9.2",
46
+ version: "1.10.1",
47
47
  options: {
48
48
  content: function() {
49
- return $( this ).attr( "title" );
49
+ // support: IE<9, Opera in jQuery <1.7
50
+ // .text() can't accept undefined, so coerce to a string
51
+ var title = $( this ).attr( "title" ) || "";
52
+ // Escape title, since we're going from an attribute to raw HTML
53
+ return $( "<a>" ).text( title ).html();
50
54
  },
51
55
  hide: true,
52
56
  // Disabled elements have inconsistent behavior across browsers (#8661)
@@ -111,7 +115,7 @@ $.widget( "ui.tooltip", {
111
115
  });
112
116
 
113
117
  // remove title attributes to prevent native tooltips
114
- this.element.find( this.options.items ).andSelf().each(function() {
118
+ this.element.find( this.options.items ).addBack().each(function() {
115
119
  var element = $( this );
116
120
  if ( element.is( "[title]" ) ) {
117
121
  element
@@ -123,7 +127,7 @@ $.widget( "ui.tooltip", {
123
127
 
124
128
  _enable: function() {
125
129
  // restore title attributes
126
- this.element.find( this.options.items ).andSelf().each(function() {
130
+ this.element.find( this.options.items ).addBack().each(function() {
127
131
  var element = $( this );
128
132
  if ( element.data( "ui-tooltip-title" ) ) {
129
133
  element.attr( "title", element.data( "ui-tooltip-title" ) );
@@ -268,7 +272,7 @@ $.widget( "ui.tooltip", {
268
272
  // as the tooltip is visible, position the tooltip using the most recent
269
273
  // event.
270
274
  if ( this.options.show && this.options.show.delay ) {
271
- delayedShow = setInterval(function() {
275
+ delayedShow = this.delayedShow = setInterval(function() {
272
276
  if ( tooltip.is( ":visible" ) ) {
273
277
  position( positionOption.of );
274
278
  clearInterval( delayedShow );
@@ -310,6 +314,9 @@ $.widget( "ui.tooltip", {
310
314
  return;
311
315
  }
312
316
 
317
+ // Clear the interval for delayed tracking tooltips
318
+ clearInterval( this.delayedShow );
319
+
313
320
  // only set title if we had one before (see comment in _open())
314
321
  if ( target.data( "ui-tooltip-title" ) ) {
315
322
  target.attr( "title", target.data( "ui-tooltip-title" ) );
@@ -355,9 +362,6 @@ $.widget( "ui.tooltip", {
355
362
  .addClass( "ui-tooltip-content" )
356
363
  .appendTo( tooltip );
357
364
  tooltip.appendTo( this.document[0].body );
358
- if ( $.fn.bgiframe ) {
359
- tooltip.bgiframe();
360
- }
361
365
  this.tooltips[ id ] = element;
362
366
  return tooltip;
363
367
  },
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * jQuery UI Widget 1.9.2
2
+ * jQuery UI Widget 1.10.1
3
3
  * http://jqueryui.com
4
4
  *
5
- * Copyright 2012 jQuery Foundation and other contributors
5
+ * Copyright 2013 jQuery Foundation and other contributors
6
6
  * Released under the MIT license.
7
7
  * http://jquery.org/license
8
8
  *
@@ -25,6 +25,9 @@ $.cleanData = function( elems ) {
25
25
 
26
26
  $.widget = function( name, base, prototype ) {
27
27
  var fullName, existingConstructor, constructor, basePrototype,
28
+ // proxiedPrototype allows the provided prototype to remain unmodified
29
+ // so that it can be used as a mixin for multiple widgets (#8876)
30
+ proxiedPrototype = {},
28
31
  namespace = name.split( "." )[ 0 ];
29
32
 
30
33
  name = name.split( "." )[ 1 ];
@@ -71,43 +74,43 @@ $.widget = function( name, base, prototype ) {
71
74
  // inheriting from
72
75
  basePrototype.options = $.widget.extend( {}, basePrototype.options );
73
76
  $.each( prototype, function( prop, value ) {
74
- if ( $.isFunction( value ) ) {
75
- prototype[ prop ] = (function() {
76
- var _super = function() {
77
- return base.prototype[ prop ].apply( this, arguments );
78
- },
79
- _superApply = function( args ) {
80
- return base.prototype[ prop ].apply( this, args );
81
- };
82
- return function() {
83
- var __super = this._super,
84
- __superApply = this._superApply,
85
- returnValue;
86
-
87
- this._super = _super;
88
- this._superApply = _superApply;
89
-
90
- returnValue = value.apply( this, arguments );
91
-
92
- this._super = __super;
93
- this._superApply = __superApply;
94
-
95
- return returnValue;
96
- };
97
- })();
77
+ if ( !$.isFunction( value ) ) {
78
+ proxiedPrototype[ prop ] = value;
79
+ return;
98
80
  }
81
+ proxiedPrototype[ prop ] = (function() {
82
+ var _super = function() {
83
+ return base.prototype[ prop ].apply( this, arguments );
84
+ },
85
+ _superApply = function( args ) {
86
+ return base.prototype[ prop ].apply( this, args );
87
+ };
88
+ return function() {
89
+ var __super = this._super,
90
+ __superApply = this._superApply,
91
+ returnValue;
92
+
93
+ this._super = _super;
94
+ this._superApply = _superApply;
95
+
96
+ returnValue = value.apply( this, arguments );
97
+
98
+ this._super = __super;
99
+ this._superApply = __superApply;
100
+
101
+ return returnValue;
102
+ };
103
+ })();
99
104
  });
100
105
  constructor.prototype = $.widget.extend( basePrototype, {
101
106
  // TODO: remove support for widgetEventPrefix
102
107
  // always use the name + a colon as the prefix, e.g., draggable:start
103
108
  // don't prefix for widgets that aren't DOM-based
104
109
  widgetEventPrefix: existingConstructor ? basePrototype.widgetEventPrefix : name
105
- }, prototype, {
110
+ }, proxiedPrototype, {
106
111
  constructor: constructor,
107
112
  namespace: namespace,
108
113
  widgetName: name,
109
- // TODO remove widgetBaseClass, see #8155
110
- widgetBaseClass: fullName,
111
114
  widgetFullName: fullName
112
115
  });
113
116
 
@@ -233,9 +236,6 @@ $.Widget.prototype = {
233
236
  this.focusable = $();
234
237
 
235
238
  if ( element !== this ) {
236
- // 1.9 BC for #7810
237
- // TODO remove dual storage
238
- $.data( element, this.widgetName, this );
239
239
  $.data( element, this.widgetFullName, this );
240
240
  this._on( true, this.element, {
241
241
  remove: function( event ) {
@@ -502,7 +502,7 @@ $.each( { show: "fadeIn", hide: "fadeOut" }, function( method, defaultEffect ) {
502
502
  if ( options.delay ) {
503
503
  element.delay( options.delay );
504
504
  }
505
- if ( hasOptions && $.effects && ( $.effects.effect[ effectName ] || $.uiBackCompat !== false && $.effects[ effectName ] ) ) {
505
+ if ( hasOptions && $.effects && $.effects.effect[ effectName ] ) {
506
506
  element[ method ]( options );
507
507
  } else if ( effectName !== method && element[ effectName ] ) {
508
508
  element[ effectName ]( options.duration, options.easing, callback );
@@ -518,11 +518,4 @@ $.each( { show: "fadeIn", hide: "fadeOut" }, function( method, defaultEffect ) {
518
518
  };
519
519
  });
520
520
 
521
- // DEPRECATED
522
- if ( $.uiBackCompat !== false ) {
523
- $.Widget.prototype._getCreateOptions = function() {
524
- return $.metadata && $.metadata.get( this.element[0] )[ this.widgetName ];
525
- };
526
- }
527
-
528
521
  })( jQuery );
@@ -1,2 +1,2 @@
1
1
  //=require jquery
2
- //=require_tree ./jquery.ui
2
+ //=require _jquery.ui