jquery-ui-rails 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of jquery-ui-rails might be problematic. Click here for more details.
- data/History.md +4 -0
- data/lib/jquery/ui/rails/version.rb +1 -1
- data/vendor/assets/javascripts/jquery.effects.blind.js +1 -1
- data/vendor/assets/javascripts/jquery.effects.bounce.js +1 -1
- data/vendor/assets/javascripts/jquery.effects.clip.js +1 -1
- data/vendor/assets/javascripts/jquery.effects.core.js +37 -198
- data/vendor/assets/javascripts/jquery.effects.drop.js +1 -1
- data/vendor/assets/javascripts/jquery.effects.explode.js +1 -1
- data/vendor/assets/javascripts/jquery.effects.fade.js +1 -1
- data/vendor/assets/javascripts/jquery.effects.fold.js +1 -1
- data/vendor/assets/javascripts/jquery.effects.highlight.js +1 -1
- data/vendor/assets/javascripts/jquery.effects.pulsate.js +1 -1
- data/vendor/assets/javascripts/jquery.effects.scale.js +1 -1
- data/vendor/assets/javascripts/jquery.effects.shake.js +1 -1
- data/vendor/assets/javascripts/jquery.effects.slide.js +1 -1
- data/vendor/assets/javascripts/jquery.effects.transfer.js +1 -1
- data/vendor/assets/javascripts/jquery.ui.accordion.js +2 -2
- data/vendor/assets/javascripts/jquery.ui.autocomplete.js +1 -1
- data/vendor/assets/javascripts/jquery.ui.button.js +1 -1
- data/vendor/assets/javascripts/jquery.ui.core.js +2 -2
- data/vendor/assets/javascripts/jquery.ui.datepicker.js +4 -4
- data/vendor/assets/javascripts/jquery.ui.dialog.js +3 -15
- data/vendor/assets/javascripts/jquery.ui.draggable.js +2 -2
- data/vendor/assets/javascripts/jquery.ui.droppable.js +2 -2
- data/vendor/assets/javascripts/jquery.ui.mouse.js +6 -4
- data/vendor/assets/javascripts/jquery.ui.position.js +6 -1
- data/vendor/assets/javascripts/jquery.ui.progressbar.js +2 -2
- data/vendor/assets/javascripts/jquery.ui.resizable.js +2 -2
- data/vendor/assets/javascripts/jquery.ui.selectable.js +2 -2
- data/vendor/assets/javascripts/jquery.ui.slider.js +2 -2
- data/vendor/assets/javascripts/jquery.ui.sortable.js +2 -2
- data/vendor/assets/javascripts/jquery.ui.tabs.js +2 -2
- data/vendor/assets/javascripts/jquery.ui.widget.js +1 -1
- data/vendor/assets/stylesheets/jquery.ui.accordion.css.erb +1 -1
- data/vendor/assets/stylesheets/jquery.ui.all.css.erb +1 -1
- data/vendor/assets/stylesheets/jquery.ui.autocomplete.css.erb +2 -2
- data/vendor/assets/stylesheets/jquery.ui.base.css.erb +1 -1
- data/vendor/assets/stylesheets/jquery.ui.button.css.erb +1 -1
- data/vendor/assets/stylesheets/jquery.ui.core.css.erb +1 -1
- data/vendor/assets/stylesheets/jquery.ui.datepicker.css.erb +1 -1
- data/vendor/assets/stylesheets/jquery.ui.dialog.css.erb +1 -1
- data/vendor/assets/stylesheets/jquery.ui.progressbar.css.erb +1 -1
- data/vendor/assets/stylesheets/jquery.ui.resizable.css.erb +1 -1
- data/vendor/assets/stylesheets/jquery.ui.selectable.css.erb +1 -1
- data/vendor/assets/stylesheets/jquery.ui.slider.css.erb +1 -1
- data/vendor/assets/stylesheets/jquery.ui.tabs.css.erb +1 -1
- data/vendor/assets/stylesheets/jquery.ui.theme.css.erb +1 -1
- metadata +3 -3
data/History.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects 1.8.
|
2
|
+
* jQuery UI Effects 1.8.23
|
3
3
|
*
|
4
4
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
5
5
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -307,7 +307,7 @@ $.fn.extend({
|
|
307
307
|
/******************************************************************************/
|
308
308
|
|
309
309
|
$.extend($.effects, {
|
310
|
-
version: "1.8.
|
310
|
+
version: "1.8.23",
|
311
311
|
|
312
312
|
// Saves a set of properties in a data storage
|
313
313
|
save: function(element, set) {
|
@@ -564,210 +564,49 @@ $.fn.extend({
|
|
564
564
|
/*********************************** EASING ***********************************/
|
565
565
|
/******************************************************************************/
|
566
566
|
|
567
|
-
|
568
|
-
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
|
569
|
-
*
|
570
|
-
* Uses the built in easing capabilities added In jQuery 1.1
|
571
|
-
* to offer multiple easing options
|
572
|
-
*
|
573
|
-
* TERMS OF USE - jQuery Easing
|
574
|
-
*
|
575
|
-
* Open source under the BSD License.
|
576
|
-
*
|
577
|
-
* Copyright 2008 George McGinley Smith
|
578
|
-
* All rights reserved.
|
579
|
-
*
|
580
|
-
* Redistribution and use in source and binary forms, with or without modification,
|
581
|
-
* are permitted provided that the following conditions are met:
|
582
|
-
*
|
583
|
-
* Redistributions of source code must retain the above copyright notice, this list of
|
584
|
-
* conditions and the following disclaimer.
|
585
|
-
* Redistributions in binary form must reproduce the above copyright notice, this list
|
586
|
-
* of conditions and the following disclaimer in the documentation and/or other materials
|
587
|
-
* provided with the distribution.
|
588
|
-
*
|
589
|
-
* Neither the name of the author nor the names of contributors may be used to endorse
|
590
|
-
* or promote products derived from this software without specific prior written permission.
|
591
|
-
*
|
592
|
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
593
|
-
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
594
|
-
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
595
|
-
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
596
|
-
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
597
|
-
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
598
|
-
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
599
|
-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
600
|
-
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
601
|
-
*
|
602
|
-
*/
|
567
|
+
// based on easing equations from Robert Penner (http://www.robertpenner.com/easing)
|
603
568
|
|
604
|
-
|
605
|
-
$.easing.jswing = $.easing.swing;
|
569
|
+
var baseEasings = {};
|
606
570
|
|
607
|
-
$.
|
608
|
-
{
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
return
|
616
|
-
},
|
617
|
-
easeOutQuad: function (x, t, b, c, d) {
|
618
|
-
return -c *(t/=d)*(t-2) + b;
|
619
|
-
},
|
620
|
-
easeInOutQuad: function (x, t, b, c, d) {
|
621
|
-
if ((t/=d/2) < 1) return c/2*t*t + b;
|
622
|
-
return -c/2 * ((--t)*(t-2) - 1) + b;
|
623
|
-
},
|
624
|
-
easeInCubic: function (x, t, b, c, d) {
|
625
|
-
return c*(t/=d)*t*t + b;
|
626
|
-
},
|
627
|
-
easeOutCubic: function (x, t, b, c, d) {
|
628
|
-
return c*((t=t/d-1)*t*t + 1) + b;
|
629
|
-
},
|
630
|
-
easeInOutCubic: function (x, t, b, c, d) {
|
631
|
-
if ((t/=d/2) < 1) return c/2*t*t*t + b;
|
632
|
-
return c/2*((t-=2)*t*t + 2) + b;
|
633
|
-
},
|
634
|
-
easeInQuart: function (x, t, b, c, d) {
|
635
|
-
return c*(t/=d)*t*t*t + b;
|
636
|
-
},
|
637
|
-
easeOutQuart: function (x, t, b, c, d) {
|
638
|
-
return -c * ((t=t/d-1)*t*t*t - 1) + b;
|
639
|
-
},
|
640
|
-
easeInOutQuart: function (x, t, b, c, d) {
|
641
|
-
if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
|
642
|
-
return -c/2 * ((t-=2)*t*t*t - 2) + b;
|
643
|
-
},
|
644
|
-
easeInQuint: function (x, t, b, c, d) {
|
645
|
-
return c*(t/=d)*t*t*t*t + b;
|
646
|
-
},
|
647
|
-
easeOutQuint: function (x, t, b, c, d) {
|
648
|
-
return c*((t=t/d-1)*t*t*t*t + 1) + b;
|
649
|
-
},
|
650
|
-
easeInOutQuint: function (x, t, b, c, d) {
|
651
|
-
if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
|
652
|
-
return c/2*((t-=2)*t*t*t*t + 2) + b;
|
653
|
-
},
|
654
|
-
easeInSine: function (x, t, b, c, d) {
|
655
|
-
return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
|
656
|
-
},
|
657
|
-
easeOutSine: function (x, t, b, c, d) {
|
658
|
-
return c * Math.sin(t/d * (Math.PI/2)) + b;
|
659
|
-
},
|
660
|
-
easeInOutSine: function (x, t, b, c, d) {
|
661
|
-
return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
|
662
|
-
},
|
663
|
-
easeInExpo: function (x, t, b, c, d) {
|
664
|
-
return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
|
665
|
-
},
|
666
|
-
easeOutExpo: function (x, t, b, c, d) {
|
667
|
-
return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
|
668
|
-
},
|
669
|
-
easeInOutExpo: function (x, t, b, c, d) {
|
670
|
-
if (t==0) return b;
|
671
|
-
if (t==d) return b+c;
|
672
|
-
if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
|
673
|
-
return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
|
674
|
-
},
|
675
|
-
easeInCirc: function (x, t, b, c, d) {
|
676
|
-
return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
|
677
|
-
},
|
678
|
-
easeOutCirc: function (x, t, b, c, d) {
|
679
|
-
return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
|
680
|
-
},
|
681
|
-
easeInOutCirc: function (x, t, b, c, d) {
|
682
|
-
if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
|
683
|
-
return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
|
684
|
-
},
|
685
|
-
easeInElastic: function (x, t, b, c, d) {
|
686
|
-
var s=1.70158;var p=0;var a=c;
|
687
|
-
if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
|
688
|
-
if (a < Math.abs(c)) { a=c; var s=p/4; }
|
689
|
-
else var s = p/(2*Math.PI) * Math.asin (c/a);
|
690
|
-
return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
|
691
|
-
},
|
692
|
-
easeOutElastic: function (x, t, b, c, d) {
|
693
|
-
var s=1.70158;var p=0;var a=c;
|
694
|
-
if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
|
695
|
-
if (a < Math.abs(c)) { a=c; var s=p/4; }
|
696
|
-
else var s = p/(2*Math.PI) * Math.asin (c/a);
|
697
|
-
return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
|
698
|
-
},
|
699
|
-
easeInOutElastic: function (x, t, b, c, d) {
|
700
|
-
var s=1.70158;var p=0;var a=c;
|
701
|
-
if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5);
|
702
|
-
if (a < Math.abs(c)) { a=c; var s=p/4; }
|
703
|
-
else var s = p/(2*Math.PI) * Math.asin (c/a);
|
704
|
-
if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
|
705
|
-
return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
|
706
|
-
},
|
707
|
-
easeInBack: function (x, t, b, c, d, s) {
|
708
|
-
if (s == undefined) s = 1.70158;
|
709
|
-
return c*(t/=d)*t*((s+1)*t - s) + b;
|
710
|
-
},
|
711
|
-
easeOutBack: function (x, t, b, c, d, s) {
|
712
|
-
if (s == undefined) s = 1.70158;
|
713
|
-
return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
|
571
|
+
$.each( [ "Quad", "Cubic", "Quart", "Quint", "Expo" ], function( i, name ) {
|
572
|
+
baseEasings[ name ] = function( p ) {
|
573
|
+
return Math.pow( p, i + 2 );
|
574
|
+
};
|
575
|
+
});
|
576
|
+
|
577
|
+
$.extend( baseEasings, {
|
578
|
+
Sine: function ( p ) {
|
579
|
+
return 1 - Math.cos( p * Math.PI / 2 );
|
714
580
|
},
|
715
|
-
|
716
|
-
|
717
|
-
if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
|
718
|
-
return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
|
581
|
+
Circ: function ( p ) {
|
582
|
+
return 1 - Math.sqrt( 1 - p * p );
|
719
583
|
},
|
720
|
-
|
721
|
-
return
|
584
|
+
Elastic: function( p ) {
|
585
|
+
return p === 0 || p === 1 ? p :
|
586
|
+
-Math.pow( 2, 8 * (p - 1) ) * Math.sin( ( (p - 1) * 80 - 7.5 ) * Math.PI / 15 );
|
722
587
|
},
|
723
|
-
|
724
|
-
|
725
|
-
return c*(7.5625*t*t) + b;
|
726
|
-
} else if (t < (2/2.75)) {
|
727
|
-
return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
|
728
|
-
} else if (t < (2.5/2.75)) {
|
729
|
-
return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
|
730
|
-
} else {
|
731
|
-
return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
|
732
|
-
}
|
588
|
+
Back: function( p ) {
|
589
|
+
return p * p * ( 3 * p - 2 );
|
733
590
|
},
|
734
|
-
|
735
|
-
|
736
|
-
|
591
|
+
Bounce: function ( p ) {
|
592
|
+
var pow2,
|
593
|
+
bounce = 4;
|
594
|
+
|
595
|
+
while ( p < ( ( pow2 = Math.pow( 2, --bounce ) ) - 1 ) / 11 ) {}
|
596
|
+
return 1 / Math.pow( 4, 3 - bounce ) - 7.5625 * Math.pow( ( pow2 * 3 - 2 ) / 22 - p, 2 );
|
737
597
|
}
|
738
598
|
});
|
739
599
|
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
*
|
748
|
-
*
|
749
|
-
|
750
|
-
|
751
|
-
*
|
752
|
-
* Redistributions of source code must retain the above copyright notice, this list of
|
753
|
-
* conditions and the following disclaimer.
|
754
|
-
* Redistributions in binary form must reproduce the above copyright notice, this list
|
755
|
-
* of conditions and the following disclaimer in the documentation and/or other materials
|
756
|
-
* provided with the distribution.
|
757
|
-
*
|
758
|
-
* Neither the name of the author nor the names of contributors may be used to endorse
|
759
|
-
* or promote products derived from this software without specific prior written permission.
|
760
|
-
*
|
761
|
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
762
|
-
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
763
|
-
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
764
|
-
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
765
|
-
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
766
|
-
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
767
|
-
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
768
|
-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
769
|
-
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
770
|
-
*
|
771
|
-
*/
|
600
|
+
$.each( baseEasings, function( name, easeIn ) {
|
601
|
+
$.easing[ "easeIn" + name ] = easeIn;
|
602
|
+
$.easing[ "easeOut" + name ] = function( p ) {
|
603
|
+
return 1 - easeIn( 1 - p );
|
604
|
+
};
|
605
|
+
$.easing[ "easeInOut" + name ] = function( p ) {
|
606
|
+
return p < .5 ?
|
607
|
+
easeIn( p * 2 ) / 2 :
|
608
|
+
easeIn( p * -2 + 2 ) / -2 + 1;
|
609
|
+
};
|
610
|
+
});
|
772
611
|
|
773
612
|
})(jQuery);
|
@@ -2,7 +2,7 @@
|
|
2
2
|
//= require jquery.ui.widget
|
3
3
|
|
4
4
|
/*!
|
5
|
-
* jQuery UI Accordion 1.8.
|
5
|
+
* jQuery UI Accordion 1.8.23
|
6
6
|
*
|
7
7
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
8
8
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -521,7 +521,7 @@ $.widget( "ui.accordion", {
|
|
521
521
|
});
|
522
522
|
|
523
523
|
$.extend( $.ui.accordion, {
|
524
|
-
version: "1.8.
|
524
|
+
version: "1.8.23",
|
525
525
|
animations: {
|
526
526
|
slide: function( options, additions ) {
|
527
527
|
options = $.extend({
|
@@ -1,7 +1,7 @@
|
|
1
1
|
//= require jquery
|
2
2
|
|
3
3
|
/*!
|
4
|
-
* jQuery UI 1.8.
|
4
|
+
* jQuery UI 1.8.23
|
5
5
|
*
|
6
6
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
7
7
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -20,7 +20,7 @@ if ( $.ui.version ) {
|
|
20
20
|
}
|
21
21
|
|
22
22
|
$.extend( $.ui, {
|
23
|
-
version: "1.8.
|
23
|
+
version: "1.8.23",
|
24
24
|
|
25
25
|
keyCode: {
|
26
26
|
ALT: 18,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
//= require jquery.ui.core
|
2
2
|
|
3
3
|
/*!
|
4
|
-
* jQuery UI Datepicker 1.8.
|
4
|
+
* jQuery UI Datepicker 1.8.23
|
5
5
|
*
|
6
6
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
7
7
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -14,7 +14,7 @@
|
|
14
14
|
*/
|
15
15
|
(function( $, undefined ) {
|
16
16
|
|
17
|
-
$.extend($.ui, { datepicker: { version: "1.8.
|
17
|
+
$.extend($.ui, { datepicker: { version: "1.8.23" } });
|
18
18
|
|
19
19
|
var PROP_NAME = 'datepicker';
|
20
20
|
var dpuuid = new Date().getTime();
|
@@ -1410,7 +1410,7 @@ $.extend(Datepicker.prototype, {
|
|
1410
1410
|
*/
|
1411
1411
|
_attachHandlers: function(inst) {
|
1412
1412
|
var stepMonths = this._get(inst, 'stepMonths');
|
1413
|
-
var id = '#' + inst.id;
|
1413
|
+
var id = '#' + inst.id.replace( /\\\\/g, "\\" );
|
1414
1414
|
inst.dpDiv.find('[data-handler]').map(function () {
|
1415
1415
|
var handler = {
|
1416
1416
|
prev: function () {
|
@@ -1847,7 +1847,7 @@ $.fn.datepicker = function(options){
|
|
1847
1847
|
$.datepicker = new Datepicker(); // singleton instance
|
1848
1848
|
$.datepicker.initialized = false;
|
1849
1849
|
$.datepicker.uuid = new Date().getTime();
|
1850
|
-
$.datepicker.version = "1.8.
|
1850
|
+
$.datepicker.version = "1.8.23";
|
1851
1851
|
|
1852
1852
|
// Workaround for #4055
|
1853
1853
|
// Add another global to avoid noConflict issues with inline event handlers
|
@@ -3,7 +3,7 @@
|
|
3
3
|
//= require jquery.ui.position
|
4
4
|
|
5
5
|
/*!
|
6
|
-
* jQuery UI Dialog 1.8.
|
6
|
+
* jQuery UI Dialog 1.8.23
|
7
7
|
*
|
8
8
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
9
9
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -41,18 +41,6 @@ var uiDialogClasses =
|
|
41
41
|
maxWidth: true,
|
42
42
|
minHeight: true,
|
43
43
|
minWidth: true
|
44
|
-
},
|
45
|
-
// support for jQuery 1.3.2 - handle common attrFn methods for dialog
|
46
|
-
attrFn = $.attrFn || {
|
47
|
-
val: true,
|
48
|
-
css: true,
|
49
|
-
html: true,
|
50
|
-
text: true,
|
51
|
-
data: true,
|
52
|
-
width: true,
|
53
|
-
height: true,
|
54
|
-
offset: true,
|
55
|
-
click: true
|
56
44
|
};
|
57
45
|
|
58
46
|
$.widget("ui.dialog", {
|
@@ -401,7 +389,7 @@ $.widget("ui.dialog", {
|
|
401
389
|
if ( key === "click" ) {
|
402
390
|
return;
|
403
391
|
}
|
404
|
-
if ( key in
|
392
|
+
if ( key in button ) {
|
405
393
|
button[ key ]( value );
|
406
394
|
} else {
|
407
395
|
button.attr( key, value );
|
@@ -706,7 +694,7 @@ $.widget("ui.dialog", {
|
|
706
694
|
});
|
707
695
|
|
708
696
|
$.extend($.ui.dialog, {
|
709
|
-
version: "1.8.
|
697
|
+
version: "1.8.23",
|
710
698
|
|
711
699
|
uuid: 0,
|
712
700
|
maxZ: 0,
|
@@ -3,7 +3,7 @@
|
|
3
3
|
//= require jquery.ui.mouse
|
4
4
|
|
5
5
|
/*!
|
6
|
-
* jQuery UI Draggable 1.8.
|
6
|
+
* jQuery UI Draggable 1.8.23
|
7
7
|
*
|
8
8
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
9
9
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -517,7 +517,7 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
517
517
|
});
|
518
518
|
|
519
519
|
$.extend($.ui.draggable, {
|
520
|
-
version: "1.8.
|
520
|
+
version: "1.8.23"
|
521
521
|
});
|
522
522
|
|
523
523
|
$.ui.plugin.add("draggable", "connectToSortable", {
|
@@ -4,7 +4,7 @@
|
|
4
4
|
//= require jquery.ui.draggable
|
5
5
|
|
6
6
|
/*!
|
7
|
-
* jQuery UI Droppable 1.8.
|
7
|
+
* jQuery UI Droppable 1.8.23
|
8
8
|
*
|
9
9
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
10
10
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -152,7 +152,7 @@ $.widget("ui.droppable", {
|
|
152
152
|
});
|
153
153
|
|
154
154
|
$.extend($.ui.droppable, {
|
155
|
-
version: "1.8.
|
155
|
+
version: "1.8.23"
|
156
156
|
});
|
157
157
|
|
158
158
|
$.ui.intersect = function(draggable, droppable, toleranceMode) {
|
@@ -2,7 +2,7 @@
|
|
2
2
|
//= require jquery.ui.widget
|
3
3
|
|
4
4
|
/*!
|
5
|
-
* jQuery UI Mouse 1.8.
|
5
|
+
* jQuery UI Mouse 1.8.23
|
6
6
|
*
|
7
7
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
8
8
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -48,9 +48,11 @@ $.widget("ui.mouse", {
|
|
48
48
|
// other instances of mouse
|
49
49
|
_mouseDestroy: function() {
|
50
50
|
this.element.unbind('.'+this.widgetName);
|
51
|
-
|
52
|
-
|
53
|
-
|
51
|
+
if ( this._mouseMoveDelegate ) {
|
52
|
+
$(document)
|
53
|
+
.unbind('mousemove.'+this.widgetName, this._mouseMoveDelegate)
|
54
|
+
.unbind('mouseup.'+this.widgetName, this._mouseUpDelegate);
|
55
|
+
}
|
54
56
|
},
|
55
57
|
|
56
58
|
_mouseDown: function(event) {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Position 1.8.
|
2
|
+
* jQuery UI Position 1.8.23
|
3
3
|
*
|
4
4
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
5
5
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -257,6 +257,11 @@ if ( !$.offset.setOffset ) {
|
|
257
257
|
};
|
258
258
|
}
|
259
259
|
|
260
|
+
// jQuery <1.4.3 uses curCSS, in 1.4.3 - 1.7.2 curCSS = css, 1.8+ only has css
|
261
|
+
if ( !$.curCSS ) {
|
262
|
+
$.curCSS = $.css;
|
263
|
+
}
|
264
|
+
|
260
265
|
// fraction support test (older versions of jQuery don't support fractions)
|
261
266
|
(function () {
|
262
267
|
var body = document.getElementsByTagName( "body" )[ 0 ],
|
@@ -2,7 +2,7 @@
|
|
2
2
|
//= require jquery.ui.widget
|
3
3
|
|
4
4
|
/*!
|
5
|
-
* jQuery UI Progressbar 1.8.
|
5
|
+
* jQuery UI Progressbar 1.8.23
|
6
6
|
*
|
7
7
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
8
8
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -106,7 +106,7 @@ $.widget( "ui.progressbar", {
|
|
106
106
|
});
|
107
107
|
|
108
108
|
$.extend( $.ui.progressbar, {
|
109
|
-
version: "1.8.
|
109
|
+
version: "1.8.23"
|
110
110
|
});
|
111
111
|
|
112
112
|
})( jQuery );
|
@@ -3,7 +3,7 @@
|
|
3
3
|
//= require jquery.ui.mouse
|
4
4
|
|
5
5
|
/*!
|
6
|
-
* jQuery UI Resizable 1.8.
|
6
|
+
* jQuery UI Resizable 1.8.23
|
7
7
|
*
|
8
8
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
9
9
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -544,7 +544,7 @@ $.widget("ui.resizable", $.ui.mouse, {
|
|
544
544
|
});
|
545
545
|
|
546
546
|
$.extend($.ui.resizable, {
|
547
|
-
version: "1.8.
|
547
|
+
version: "1.8.23"
|
548
548
|
});
|
549
549
|
|
550
550
|
/*
|
@@ -3,7 +3,7 @@
|
|
3
3
|
//= require jquery.ui.mouse
|
4
4
|
|
5
5
|
/*!
|
6
|
-
* jQuery UI Selectable 1.8.
|
6
|
+
* jQuery UI Selectable 1.8.23
|
7
7
|
*
|
8
8
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
9
9
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -265,7 +265,7 @@ $.widget("ui.selectable", $.ui.mouse, {
|
|
265
265
|
});
|
266
266
|
|
267
267
|
$.extend($.ui.selectable, {
|
268
|
-
version: "1.8.
|
268
|
+
version: "1.8.23"
|
269
269
|
});
|
270
270
|
|
271
271
|
})(jQuery);
|
@@ -3,7 +3,7 @@
|
|
3
3
|
//= require jquery.ui.mouse
|
4
4
|
|
5
5
|
/*!
|
6
|
-
* jQuery UI Slider 1.8.
|
6
|
+
* jQuery UI Slider 1.8.23
|
7
7
|
*
|
8
8
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
9
9
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -660,7 +660,7 @@ $.widget( "ui.slider", $.ui.mouse, {
|
|
660
660
|
});
|
661
661
|
|
662
662
|
$.extend( $.ui.slider, {
|
663
|
-
version: "1.8.
|
663
|
+
version: "1.8.23"
|
664
664
|
});
|
665
665
|
|
666
666
|
}(jQuery));
|
@@ -3,7 +3,7 @@
|
|
3
3
|
//= require jquery.ui.mouse
|
4
4
|
|
5
5
|
/*!
|
6
|
-
* jQuery UI Sortable 1.8.
|
6
|
+
* jQuery UI Sortable 1.8.23
|
7
7
|
*
|
8
8
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
9
9
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -1082,7 +1082,7 @@ $.widget("ui.sortable", $.ui.mouse, {
|
|
1082
1082
|
});
|
1083
1083
|
|
1084
1084
|
$.extend($.ui.sortable, {
|
1085
|
-
version: "1.8.
|
1085
|
+
version: "1.8.23"
|
1086
1086
|
});
|
1087
1087
|
|
1088
1088
|
})(jQuery);
|
@@ -2,7 +2,7 @@
|
|
2
2
|
//= require jquery.ui.widget
|
3
3
|
|
4
4
|
/*!
|
5
|
-
* jQuery UI Tabs 1.8.
|
5
|
+
* jQuery UI Tabs 1.8.23
|
6
6
|
*
|
7
7
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
8
8
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -701,7 +701,7 @@ $.widget( "ui.tabs", {
|
|
701
701
|
});
|
702
702
|
|
703
703
|
$.extend( $.ui.tabs, {
|
704
|
-
version: "1.8.
|
704
|
+
version: "1.8.23"
|
705
705
|
});
|
706
706
|
|
707
707
|
/*
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Autocomplete 1.8.
|
2
|
+
* jQuery UI Autocomplete 1.8.23
|
3
3
|
*
|
4
4
|
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
5
5
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
@@ -17,7 +17,7 @@
|
|
17
17
|
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|
18
18
|
|
19
19
|
/*
|
20
|
-
* jQuery UI Menu 1.8.
|
20
|
+
* jQuery UI Menu 1.8.23
|
21
21
|
*
|
22
22
|
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
23
23
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
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: 1.1.
|
4
|
+
version: 1.1.1
|
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: 2012-
|
12
|
+
date: 2012-08-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
@@ -222,7 +222,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
222
222
|
version: '0'
|
223
223
|
segments:
|
224
224
|
- 0
|
225
|
-
hash:
|
225
|
+
hash: -2871348057974132210
|
226
226
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
227
227
|
none: false
|
228
228
|
requirements:
|