jquery-ui-rails 6.0.1 → 8.0.0

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.
Files changed (170) hide show
  1. checksums.yaml +5 -5
  2. data/History.md +11 -2
  3. data/README.md +12 -12
  4. data/Rakefile +8 -3
  5. data/VERSIONS.md +2 -0
  6. data/app/assets/images/jquery-ui/ui-icons_444444_256x240.png +0 -0
  7. data/app/assets/images/jquery-ui/ui-icons_555555_256x240.png +0 -0
  8. data/app/assets/images/jquery-ui/ui-icons_777620_256x240.png +0 -0
  9. data/app/assets/images/jquery-ui/ui-icons_777777_256x240.png +0 -0
  10. data/app/assets/images/jquery-ui/ui-icons_cc0000_256x240.png +0 -0
  11. data/app/assets/images/jquery-ui/ui-icons_ffffff_256x240.png +0 -0
  12. data/app/assets/javascripts/jquery-ui/data.js +16 -18
  13. data/app/assets/javascripts/jquery-ui/disable-selection.js +10 -7
  14. data/app/assets/javascripts/jquery-ui/effect.js +69 -752
  15. data/app/assets/javascripts/jquery-ui/effects/effect-blind.js +11 -8
  16. data/app/assets/javascripts/jquery-ui/effects/effect-bounce.js +11 -8
  17. data/app/assets/javascripts/jquery-ui/effects/effect-clip.js +11 -8
  18. data/app/assets/javascripts/jquery-ui/effects/effect-drop.js +11 -8
  19. data/app/assets/javascripts/jquery-ui/effects/effect-explode.js +13 -10
  20. data/app/assets/javascripts/jquery-ui/effects/effect-fade.js +11 -8
  21. data/app/assets/javascripts/jquery-ui/effects/effect-fold.js +11 -8
  22. data/app/assets/javascripts/jquery-ui/effects/effect-highlight.js +11 -8
  23. data/app/assets/javascripts/jquery-ui/effects/effect-puff.js +11 -8
  24. data/app/assets/javascripts/jquery-ui/effects/effect-pulsate.js +11 -8
  25. data/app/assets/javascripts/jquery-ui/effects/effect-scale.js +11 -8
  26. data/app/assets/javascripts/jquery-ui/effects/effect-shake.js +11 -8
  27. data/app/assets/javascripts/jquery-ui/effects/effect-size.js +13 -8
  28. data/app/assets/javascripts/jquery-ui/effects/effect-slide.js +11 -8
  29. data/app/assets/javascripts/jquery-ui/effects/effect-transfer.js +12 -9
  30. data/app/assets/javascripts/jquery-ui/focusable.js +13 -20
  31. data/app/assets/javascripts/jquery-ui/form-reset-mixin.js +11 -10
  32. data/app/assets/javascripts/jquery-ui/i18n/datepicker-af.js +8 -5
  33. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ar-DZ.js +8 -5
  34. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ar.js +7 -4
  35. data/app/assets/javascripts/jquery-ui/i18n/datepicker-az.js +14 -11
  36. data/app/assets/javascripts/jquery-ui/i18n/datepicker-be.js +14 -11
  37. data/app/assets/javascripts/jquery-ui/i18n/datepicker-bg.js +15 -12
  38. data/app/assets/javascripts/jquery-ui/i18n/datepicker-bs.js +14 -11
  39. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ca.js +12 -9
  40. data/app/assets/javascripts/jquery-ui/i18n/datepicker-cs.js +12 -9
  41. data/app/assets/javascripts/jquery-ui/i18n/datepicker-cy-GB.js +8 -5
  42. data/app/assets/javascripts/jquery-ui/i18n/datepicker-da.js +15 -12
  43. data/app/assets/javascripts/jquery-ui/i18n/datepicker-de-AT.js +41 -0
  44. data/app/assets/javascripts/jquery-ui/i18n/datepicker-de.js +14 -11
  45. data/app/assets/javascripts/jquery-ui/i18n/datepicker-el.js +13 -10
  46. data/app/assets/javascripts/jquery-ui/i18n/datepicker-en-AU.js +8 -5
  47. data/app/assets/javascripts/jquery-ui/i18n/datepicker-en-GB.js +8 -5
  48. data/app/assets/javascripts/jquery-ui/i18n/datepicker-en-NZ.js +8 -5
  49. data/app/assets/javascripts/jquery-ui/i18n/datepicker-eo.js +14 -11
  50. data/app/assets/javascripts/jquery-ui/i18n/datepicker-es.js +14 -11
  51. data/app/assets/javascripts/jquery-ui/i18n/datepicker-et.js +8 -5
  52. data/app/assets/javascripts/jquery-ui/i18n/datepicker-eu.js +14 -11
  53. data/app/assets/javascripts/jquery-ui/i18n/datepicker-fa.js +8 -5
  54. data/app/assets/javascripts/jquery-ui/i18n/datepicker-fi.js +14 -11
  55. data/app/assets/javascripts/jquery-ui/i18n/datepicker-fo.js +13 -10
  56. data/app/assets/javascripts/jquery-ui/i18n/datepicker-fr-CA.js +5 -2
  57. data/app/assets/javascripts/jquery-ui/i18n/datepicker-fr-CH.js +7 -4
  58. data/app/assets/javascripts/jquery-ui/i18n/datepicker-fr.js +6 -3
  59. data/app/assets/javascripts/jquery-ui/i18n/datepicker-gl.js +14 -11
  60. data/app/assets/javascripts/jquery-ui/i18n/datepicker-he.js +14 -11
  61. data/app/assets/javascripts/jquery-ui/i18n/datepicker-hi.js +7 -4
  62. data/app/assets/javascripts/jquery-ui/i18n/datepicker-hr.js +14 -11
  63. data/app/assets/javascripts/jquery-ui/i18n/datepicker-hu.js +9 -6
  64. data/app/assets/javascripts/jquery-ui/i18n/datepicker-hy.js +14 -11
  65. data/app/assets/javascripts/jquery-ui/i18n/datepicker-id.js +16 -12
  66. data/app/assets/javascripts/jquery-ui/i18n/datepicker-is.js +13 -10
  67. data/app/assets/javascripts/jquery-ui/i18n/datepicker-it-CH.js +14 -11
  68. data/app/assets/javascripts/jquery-ui/i18n/datepicker-it.js +14 -11
  69. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ja.js +14 -11
  70. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ka.js +11 -8
  71. data/app/assets/javascripts/jquery-ui/i18n/datepicker-kk.js +14 -11
  72. data/app/assets/javascripts/jquery-ui/i18n/datepicker-km.js +9 -6
  73. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ko.js +12 -9
  74. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ky.js +12 -9
  75. data/app/assets/javascripts/jquery-ui/i18n/datepicker-lb.js +8 -5
  76. data/app/assets/javascripts/jquery-ui/i18n/datepicker-lt.js +13 -10
  77. data/app/assets/javascripts/jquery-ui/i18n/datepicker-lv.js +11 -8
  78. data/app/assets/javascripts/jquery-ui/i18n/datepicker-mk.js +14 -11
  79. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ml.js +8 -5
  80. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ms.js +14 -11
  81. data/app/assets/javascripts/jquery-ui/i18n/datepicker-nb.js +11 -8
  82. data/app/assets/javascripts/jquery-ui/i18n/datepicker-nl-BE.js +7 -4
  83. data/app/assets/javascripts/jquery-ui/i18n/datepicker-nl.js +8 -5
  84. data/app/assets/javascripts/jquery-ui/i18n/datepicker-nn.js +11 -8
  85. data/app/assets/javascripts/jquery-ui/i18n/datepicker-no.js +11 -8
  86. data/app/assets/javascripts/jquery-ui/i18n/datepicker-pl.js +14 -11
  87. data/app/assets/javascripts/jquery-ui/i18n/datepicker-pt-BR.js +13 -10
  88. data/app/assets/javascripts/jquery-ui/i18n/datepicker-pt.js +12 -9
  89. data/app/assets/javascripts/jquery-ui/i18n/datepicker-rm.js +10 -7
  90. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ro.js +10 -7
  91. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ru.js +14 -11
  92. data/app/assets/javascripts/jquery-ui/i18n/datepicker-sk.js +14 -11
  93. data/app/assets/javascripts/jquery-ui/i18n/datepicker-sl.js +14 -11
  94. data/app/assets/javascripts/jquery-ui/i18n/datepicker-sq.js +14 -11
  95. data/app/assets/javascripts/jquery-ui/i18n/datepicker-sr-SR.js +14 -11
  96. data/app/assets/javascripts/jquery-ui/i18n/datepicker-sr.js +14 -11
  97. data/app/assets/javascripts/jquery-ui/i18n/datepicker-sv.js +14 -11
  98. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ta.js +10 -7
  99. data/app/assets/javascripts/jquery-ui/i18n/datepicker-th.js +14 -11
  100. data/app/assets/javascripts/jquery-ui/i18n/datepicker-tj.js +14 -11
  101. data/app/assets/javascripts/jquery-ui/i18n/datepicker-tr.js +14 -11
  102. data/app/assets/javascripts/jquery-ui/i18n/datepicker-uk.js +14 -11
  103. data/app/assets/javascripts/jquery-ui/i18n/datepicker-vi.js +7 -4
  104. data/app/assets/javascripts/jquery-ui/i18n/datepicker-zh-CN.js +14 -11
  105. data/app/assets/javascripts/jquery-ui/i18n/datepicker-zh-HK.js +14 -11
  106. data/app/assets/javascripts/jquery-ui/i18n/datepicker-zh-TW.js +15 -12
  107. data/app/assets/javascripts/jquery-ui/jquery-patch.js +58 -0
  108. data/app/assets/javascripts/jquery-ui/jquery-var-for-color.js +24 -0
  109. data/app/assets/javascripts/jquery-ui/keycode.js +11 -7
  110. data/app/assets/javascripts/jquery-ui/labels.js +18 -13
  111. data/app/assets/javascripts/jquery-ui/plugin.js +5 -2
  112. data/app/assets/javascripts/jquery-ui/position.js +30 -17
  113. data/app/assets/javascripts/jquery-ui/scroll-parent.js +10 -7
  114. data/app/assets/javascripts/jquery-ui/tabbable.js +11 -8
  115. data/app/assets/javascripts/jquery-ui/unique-id.js +10 -7
  116. data/app/assets/javascripts/jquery-ui/vendor/jquery-color/jquery.color.js +691 -0
  117. data/app/assets/javascripts/jquery-ui/version.js +6 -3
  118. data/app/assets/javascripts/jquery-ui/widget.js +56 -30
  119. data/app/assets/javascripts/jquery-ui/widgets/accordion.js +32 -23
  120. data/app/assets/javascripts/jquery-ui/widgets/autocomplete.js +31 -74
  121. data/app/assets/javascripts/jquery-ui/widgets/button.js +91 -28
  122. data/app/assets/javascripts/jquery-ui/widgets/checkboxradio.js +27 -24
  123. data/app/assets/javascripts/jquery-ui/widgets/controlgroup.js +15 -11
  124. data/app/assets/javascripts/jquery-ui/widgets/datepicker.js +185 -68
  125. data/app/assets/javascripts/jquery-ui/widgets/dialog.js +57 -54
  126. data/app/assets/javascripts/jquery-ui/widgets/draggable.js +30 -25
  127. data/app/assets/javascripts/jquery-ui/widgets/droppable.js +25 -19
  128. data/app/assets/javascripts/jquery-ui/widgets/menu.js +90 -52
  129. data/app/assets/javascripts/jquery-ui/widgets/mouse.js +36 -40
  130. data/app/assets/javascripts/jquery-ui/widgets/progressbar.js +14 -11
  131. data/app/assets/javascripts/jquery-ui/widgets/resizable.js +116 -42
  132. data/app/assets/javascripts/jquery-ui/widgets/selectable.js +18 -11
  133. data/app/assets/javascripts/jquery-ui/widgets/selectmenu.js +30 -52
  134. data/app/assets/javascripts/jquery-ui/widgets/slider.js +15 -12
  135. data/app/assets/javascripts/jquery-ui/widgets/sortable.js +193 -140
  136. data/app/assets/javascripts/jquery-ui/widgets/spinner.js +28 -45
  137. data/app/assets/javascripts/jquery-ui/widgets/tabs.js +32 -66
  138. data/app/assets/javascripts/jquery-ui/widgets/tooltip.js +38 -36
  139. data/app/assets/javascripts/jquery-ui.js +3 -7
  140. data/app/assets/stylesheets/jquery-ui/accordion.css +5 -5
  141. data/app/assets/stylesheets/jquery-ui/all.css +5 -5
  142. data/app/assets/stylesheets/jquery-ui/autocomplete.css +5 -5
  143. data/app/assets/stylesheets/jquery-ui/base.css +5 -5
  144. data/app/assets/stylesheets/jquery-ui/button.css +6 -11
  145. data/app/assets/stylesheets/jquery-ui/checkboxradio.css +5 -5
  146. data/app/assets/stylesheets/jquery-ui/controlgroup.css +5 -8
  147. data/app/assets/stylesheets/jquery-ui/core.css +5 -9
  148. data/app/assets/stylesheets/jquery-ui/datepicker.css +5 -5
  149. data/app/assets/stylesheets/jquery-ui/dialog.css +5 -5
  150. data/app/assets/stylesheets/jquery-ui/draggable.css +4 -5
  151. data/app/assets/stylesheets/jquery-ui/menu.css +5 -7
  152. data/app/assets/stylesheets/jquery-ui/progressbar.css +5 -6
  153. data/app/assets/stylesheets/jquery-ui/resizable.css +4 -5
  154. data/app/assets/stylesheets/jquery-ui/selectable.css +4 -5
  155. data/app/assets/stylesheets/jquery-ui/selectmenu.css +5 -5
  156. data/app/assets/stylesheets/jquery-ui/slider.css +6 -13
  157. data/app/assets/stylesheets/jquery-ui/sortable.css +4 -5
  158. data/app/assets/stylesheets/jquery-ui/spinner.css +5 -5
  159. data/app/assets/stylesheets/jquery-ui/tabs.css +5 -5
  160. data/app/assets/stylesheets/jquery-ui/theme.css.erb +10 -14
  161. data/app/assets/stylesheets/jquery-ui/tooltip.css +5 -5
  162. data/lib/jquery/ui/rails/version.rb +2 -2
  163. metadata +11 -15
  164. data/app/assets/javascripts/jquery-ui/core.js +0 -15
  165. data/app/assets/javascripts/jquery-ui/escape-selector.js +0 -23
  166. data/app/assets/javascripts/jquery-ui/form.js +0 -22
  167. data/app/assets/javascripts/jquery-ui/ie.js +0 -17
  168. data/app/assets/javascripts/jquery-ui/jquery-1-7.js +0 -91
  169. data/app/assets/javascripts/jquery-ui/safe-active-element.js +0 -42
  170. data/app/assets/javascripts/jquery-ui/safe-blur.js +0 -23
@@ -2,21 +2,23 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Blind 1.12.1
6
- * http://jqueryui.com
5
+ * jQuery UI Effects Blind 1.14.1
6
+ * https://jqueryui.com
7
7
  *
8
- * Copyright jQuery Foundation and other contributors
8
+ * Copyright OpenJS Foundation and other contributors
9
9
  * Released under the MIT license.
10
- * http://jquery.org/license
10
+ * https://jquery.org/license
11
11
  */
12
12
 
13
13
  //>>label: Blind Effect
14
14
  //>>group: Effects
15
15
  //>>description: Blinds the element.
16
- //>>docs: http://api.jqueryui.com/blind-effect/
17
- //>>demos: http://jqueryui.com/effect/
16
+ //>>docs: https://api.jqueryui.com/blind-effect/
17
+ //>>demos: https://jqueryui.com/effect/
18
18
 
19
19
  ( function( factory ) {
20
+ "use strict";
21
+
20
22
  if ( typeof define === "function" && define.amd ) {
21
23
 
22
24
  // AMD. Register as an anonymous module.
@@ -30,7 +32,8 @@
30
32
  // Browser globals
31
33
  factory( jQuery );
32
34
  }
33
- }( function( $ ) {
35
+ } )( function( $ ) {
36
+ "use strict";
34
37
 
35
38
  return $.effects.define( "blind", "hide", function( options, done ) {
36
39
  var map = {
@@ -70,4 +73,4 @@ return $.effects.define( "blind", "hide", function( options, done ) {
70
73
  } );
71
74
  } );
72
75
 
73
- } ) );
76
+ } );
@@ -2,21 +2,23 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Bounce 1.12.1
6
- * http://jqueryui.com
5
+ * jQuery UI Effects Bounce 1.14.1
6
+ * https://jqueryui.com
7
7
  *
8
- * Copyright jQuery Foundation and other contributors
8
+ * Copyright OpenJS Foundation and other contributors
9
9
  * Released under the MIT license.
10
- * http://jquery.org/license
10
+ * https://jquery.org/license
11
11
  */
12
12
 
13
13
  //>>label: Bounce Effect
14
14
  //>>group: Effects
15
15
  //>>description: Bounces an element horizontally or vertically n times.
16
- //>>docs: http://api.jqueryui.com/bounce-effect/
17
- //>>demos: http://jqueryui.com/effect/
16
+ //>>docs: https://api.jqueryui.com/bounce-effect/
17
+ //>>demos: https://jqueryui.com/effect/
18
18
 
19
19
  ( function( factory ) {
20
+ "use strict";
21
+
20
22
  if ( typeof define === "function" && define.amd ) {
21
23
 
22
24
  // AMD. Register as an anonymous module.
@@ -30,7 +32,8 @@
30
32
  // Browser globals
31
33
  factory( jQuery );
32
34
  }
33
- }( function( $ ) {
35
+ } )( function( $ ) {
36
+ "use strict";
34
37
 
35
38
  return $.effects.define( "bounce", function( options, done ) {
36
39
  var upAnim, downAnim, refValue,
@@ -110,4 +113,4 @@ return $.effects.define( "bounce", function( options, done ) {
110
113
  $.effects.unshift( element, queuelen, anims + 1 );
111
114
  } );
112
115
 
113
- } ) );
116
+ } );
@@ -2,21 +2,23 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Clip 1.12.1
6
- * http://jqueryui.com
5
+ * jQuery UI Effects Clip 1.14.1
6
+ * https://jqueryui.com
7
7
  *
8
- * Copyright jQuery Foundation and other contributors
8
+ * Copyright OpenJS Foundation and other contributors
9
9
  * Released under the MIT license.
10
- * http://jquery.org/license
10
+ * https://jquery.org/license
11
11
  */
12
12
 
13
13
  //>>label: Clip Effect
14
14
  //>>group: Effects
15
15
  //>>description: Clips the element on and off like an old TV.
16
- //>>docs: http://api.jqueryui.com/clip-effect/
17
- //>>demos: http://jqueryui.com/effect/
16
+ //>>docs: https://api.jqueryui.com/clip-effect/
17
+ //>>demos: https://jqueryui.com/effect/
18
18
 
19
19
  ( function( factory ) {
20
+ "use strict";
21
+
20
22
  if ( typeof define === "function" && define.amd ) {
21
23
 
22
24
  // AMD. Register as an anonymous module.
@@ -30,7 +32,8 @@
30
32
  // Browser globals
31
33
  factory( jQuery );
32
34
  }
33
- }( function( $ ) {
35
+ } )( function( $ ) {
36
+ "use strict";
34
37
 
35
38
  return $.effects.define( "clip", "hide", function( options, done ) {
36
39
  var start,
@@ -65,4 +68,4 @@ return $.effects.define( "clip", "hide", function( options, done ) {
65
68
 
66
69
  } );
67
70
 
68
- } ) );
71
+ } );
@@ -2,21 +2,23 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Drop 1.12.1
6
- * http://jqueryui.com
5
+ * jQuery UI Effects Drop 1.14.1
6
+ * https://jqueryui.com
7
7
  *
8
- * Copyright jQuery Foundation and other contributors
8
+ * Copyright OpenJS Foundation and other contributors
9
9
  * Released under the MIT license.
10
- * http://jquery.org/license
10
+ * https://jquery.org/license
11
11
  */
12
12
 
13
13
  //>>label: Drop Effect
14
14
  //>>group: Effects
15
15
  //>>description: Moves an element in one direction and hides it at the same time.
16
- //>>docs: http://api.jqueryui.com/drop-effect/
17
- //>>demos: http://jqueryui.com/effect/
16
+ //>>docs: https://api.jqueryui.com/drop-effect/
17
+ //>>demos: https://jqueryui.com/effect/
18
18
 
19
19
  ( function( factory ) {
20
+ "use strict";
21
+
20
22
  if ( typeof define === "function" && define.amd ) {
21
23
 
22
24
  // AMD. Register as an anonymous module.
@@ -30,7 +32,8 @@
30
32
  // Browser globals
31
33
  factory( jQuery );
32
34
  }
33
- }( function( $ ) {
35
+ } )( function( $ ) {
36
+ "use strict";
34
37
 
35
38
  return $.effects.define( "drop", "hide", function( options, done ) {
36
39
 
@@ -69,4 +72,4 @@ return $.effects.define( "drop", "hide", function( options, done ) {
69
72
  } );
70
73
  } );
71
74
 
72
- } ) );
75
+ } );
@@ -2,23 +2,25 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Explode 1.12.1
6
- * http://jqueryui.com
5
+ * jQuery UI Effects Explode 1.14.1
6
+ * https://jqueryui.com
7
7
  *
8
- * Copyright jQuery Foundation and other contributors
8
+ * Copyright OpenJS Foundation and other contributors
9
9
  * Released under the MIT license.
10
- * http://jquery.org/license
10
+ * https://jquery.org/license
11
11
  */
12
12
 
13
13
  //>>label: Explode Effect
14
14
  //>>group: Effects
15
- // jscs:disable maximumLineLength
15
+ /* eslint-disable max-len */
16
16
  //>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.
17
- // jscs:enable maximumLineLength
18
- //>>docs: http://api.jqueryui.com/explode-effect/
19
- //>>demos: http://jqueryui.com/effect/
17
+ /* eslint-enable max-len */
18
+ //>>docs: https://api.jqueryui.com/explode-effect/
19
+ //>>demos: https://jqueryui.com/effect/
20
20
 
21
21
  ( function( factory ) {
22
+ "use strict";
23
+
22
24
  if ( typeof define === "function" && define.amd ) {
23
25
 
24
26
  // AMD. Register as an anonymous module.
@@ -32,7 +34,8 @@
32
34
  // Browser globals
33
35
  factory( jQuery );
34
36
  }
35
- }( function( $ ) {
37
+ } )( function( $ ) {
38
+ "use strict";
36
39
 
37
40
  return $.effects.define( "explode", "hide", function( options, done ) {
38
41
 
@@ -111,4 +114,4 @@ return $.effects.define( "explode", "hide", function( options, done ) {
111
114
  }
112
115
  } );
113
116
 
114
- } ) );
117
+ } );
@@ -2,21 +2,23 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Fade 1.12.1
6
- * http://jqueryui.com
5
+ * jQuery UI Effects Fade 1.14.1
6
+ * https://jqueryui.com
7
7
  *
8
- * Copyright jQuery Foundation and other contributors
8
+ * Copyright OpenJS Foundation and other contributors
9
9
  * Released under the MIT license.
10
- * http://jquery.org/license
10
+ * https://jquery.org/license
11
11
  */
12
12
 
13
13
  //>>label: Fade Effect
14
14
  //>>group: Effects
15
15
  //>>description: Fades the element.
16
- //>>docs: http://api.jqueryui.com/fade-effect/
17
- //>>demos: http://jqueryui.com/effect/
16
+ //>>docs: https://api.jqueryui.com/fade-effect/
17
+ //>>demos: https://jqueryui.com/effect/
18
18
 
19
19
  ( function( factory ) {
20
+ "use strict";
21
+
20
22
  if ( typeof define === "function" && define.amd ) {
21
23
 
22
24
  // AMD. Register as an anonymous module.
@@ -30,7 +32,8 @@
30
32
  // Browser globals
31
33
  factory( jQuery );
32
34
  }
33
- }( function( $ ) {
35
+ } )( function( $ ) {
36
+ "use strict";
34
37
 
35
38
  return $.effects.define( "fade", "toggle", function( options, done ) {
36
39
  var show = options.mode === "show";
@@ -47,4 +50,4 @@ return $.effects.define( "fade", "toggle", function( options, done ) {
47
50
  } );
48
51
  } );
49
52
 
50
- } ) );
53
+ } );
@@ -2,21 +2,23 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Fold 1.12.1
6
- * http://jqueryui.com
5
+ * jQuery UI Effects Fold 1.14.1
6
+ * https://jqueryui.com
7
7
  *
8
- * Copyright jQuery Foundation and other contributors
8
+ * Copyright OpenJS Foundation and other contributors
9
9
  * Released under the MIT license.
10
- * http://jquery.org/license
10
+ * https://jquery.org/license
11
11
  */
12
12
 
13
13
  //>>label: Fold Effect
14
14
  //>>group: Effects
15
15
  //>>description: Folds an element first horizontally and then vertically.
16
- //>>docs: http://api.jqueryui.com/fold-effect/
17
- //>>demos: http://jqueryui.com/effect/
16
+ //>>docs: https://api.jqueryui.com/fold-effect/
17
+ //>>demos: https://jqueryui.com/effect/
18
18
 
19
19
  ( function( factory ) {
20
+ "use strict";
21
+
20
22
  if ( typeof define === "function" && define.amd ) {
21
23
 
22
24
  // AMD. Register as an anonymous module.
@@ -30,7 +32,8 @@
30
32
  // Browser globals
31
33
  factory( jQuery );
32
34
  }
33
- }( function( $ ) {
35
+ } )( function( $ ) {
36
+ "use strict";
34
37
 
35
38
  return $.effects.define( "fold", "hide", function( options, done ) {
36
39
 
@@ -89,4 +92,4 @@ return $.effects.define( "fold", "hide", function( options, done ) {
89
92
  $.effects.unshift( element, queuelen, 4 );
90
93
  } );
91
94
 
92
- } ) );
95
+ } );
@@ -2,21 +2,23 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Highlight 1.12.1
6
- * http://jqueryui.com
5
+ * jQuery UI Effects Highlight 1.14.1
6
+ * https://jqueryui.com
7
7
  *
8
- * Copyright jQuery Foundation and other contributors
8
+ * Copyright OpenJS Foundation and other contributors
9
9
  * Released under the MIT license.
10
- * http://jquery.org/license
10
+ * https://jquery.org/license
11
11
  */
12
12
 
13
13
  //>>label: Highlight Effect
14
14
  //>>group: Effects
15
15
  //>>description: Highlights the background of an element in a defined color for a custom duration.
16
- //>>docs: http://api.jqueryui.com/highlight-effect/
17
- //>>demos: http://jqueryui.com/effect/
16
+ //>>docs: https://api.jqueryui.com/highlight-effect/
17
+ //>>demos: https://jqueryui.com/effect/
18
18
 
19
19
  ( function( factory ) {
20
+ "use strict";
21
+
20
22
  if ( typeof define === "function" && define.amd ) {
21
23
 
22
24
  // AMD. Register as an anonymous module.
@@ -30,7 +32,8 @@
30
32
  // Browser globals
31
33
  factory( jQuery );
32
34
  }
33
- }( function( $ ) {
35
+ } )( function( $ ) {
36
+ "use strict";
34
37
 
35
38
  return $.effects.define( "highlight", "show", function( options, done ) {
36
39
  var element = $( this ),
@@ -57,4 +60,4 @@ return $.effects.define( "highlight", "show", function( options, done ) {
57
60
  } );
58
61
  } );
59
62
 
60
- } ) );
63
+ } );
@@ -3,21 +3,23 @@
3
3
  //= require jquery-ui/effects/effect-scale
4
4
 
5
5
  /*!
6
- * jQuery UI Effects Puff 1.12.1
7
- * http://jqueryui.com
6
+ * jQuery UI Effects Puff 1.14.1
7
+ * https://jqueryui.com
8
8
  *
9
- * Copyright jQuery Foundation and other contributors
9
+ * Copyright OpenJS Foundation and other contributors
10
10
  * Released under the MIT license.
11
- * http://jquery.org/license
11
+ * https://jquery.org/license
12
12
  */
13
13
 
14
14
  //>>label: Puff Effect
15
15
  //>>group: Effects
16
16
  //>>description: Creates a puff effect by scaling the element up and hiding it at the same time.
17
- //>>docs: http://api.jqueryui.com/puff-effect/
18
- //>>demos: http://jqueryui.com/effect/
17
+ //>>docs: https://api.jqueryui.com/puff-effect/
18
+ //>>demos: https://jqueryui.com/effect/
19
19
 
20
20
  ( function( factory ) {
21
+ "use strict";
22
+
21
23
  if ( typeof define === "function" && define.amd ) {
22
24
 
23
25
  // AMD. Register as an anonymous module.
@@ -32,7 +34,8 @@
32
34
  // Browser globals
33
35
  factory( jQuery );
34
36
  }
35
- }( function( $ ) {
37
+ } )( function( $ ) {
38
+ "use strict";
36
39
 
37
40
  return $.effects.define( "puff", "hide", function( options, done ) {
38
41
  var newOptions = $.extend( true, {}, options, {
@@ -43,4 +46,4 @@ return $.effects.define( "puff", "hide", function( options, done ) {
43
46
  $.effects.effect.scale.call( this, newOptions, done );
44
47
  } );
45
48
 
46
- } ) );
49
+ } );
@@ -2,21 +2,23 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Pulsate 1.12.1
6
- * http://jqueryui.com
5
+ * jQuery UI Effects Pulsate 1.14.1
6
+ * https://jqueryui.com
7
7
  *
8
- * Copyright jQuery Foundation and other contributors
8
+ * Copyright OpenJS Foundation and other contributors
9
9
  * Released under the MIT license.
10
- * http://jquery.org/license
10
+ * https://jquery.org/license
11
11
  */
12
12
 
13
13
  //>>label: Pulsate Effect
14
14
  //>>group: Effects
15
15
  //>>description: Pulsates an element n times by changing the opacity to zero and back.
16
- //>>docs: http://api.jqueryui.com/pulsate-effect/
17
- //>>demos: http://jqueryui.com/effect/
16
+ //>>docs: https://api.jqueryui.com/pulsate-effect/
17
+ //>>demos: https://jqueryui.com/effect/
18
18
 
19
19
  ( function( factory ) {
20
+ "use strict";
21
+
20
22
  if ( typeof define === "function" && define.amd ) {
21
23
 
22
24
  // AMD. Register as an anonymous module.
@@ -30,7 +32,8 @@
30
32
  // Browser globals
31
33
  factory( jQuery );
32
34
  }
33
- }( function( $ ) {
35
+ } )( function( $ ) {
36
+ "use strict";
34
37
 
35
38
  return $.effects.define( "pulsate", "show", function( options, done ) {
36
39
  var element = $( this ),
@@ -64,4 +67,4 @@ return $.effects.define( "pulsate", "show", function( options, done ) {
64
67
  $.effects.unshift( element, queuelen, anims + 1 );
65
68
  } );
66
69
 
67
- } ) );
70
+ } );
@@ -3,21 +3,23 @@
3
3
  //= require jquery-ui/effects/effect-size
4
4
 
5
5
  /*!
6
- * jQuery UI Effects Scale 1.12.1
7
- * http://jqueryui.com
6
+ * jQuery UI Effects Scale 1.14.1
7
+ * https://jqueryui.com
8
8
  *
9
- * Copyright jQuery Foundation and other contributors
9
+ * Copyright OpenJS Foundation and other contributors
10
10
  * Released under the MIT license.
11
- * http://jquery.org/license
11
+ * https://jquery.org/license
12
12
  */
13
13
 
14
14
  //>>label: Scale Effect
15
15
  //>>group: Effects
16
16
  //>>description: Grows or shrinks an element and its content.
17
- //>>docs: http://api.jqueryui.com/scale-effect/
18
- //>>demos: http://jqueryui.com/effect/
17
+ //>>docs: https://api.jqueryui.com/scale-effect/
18
+ //>>demos: https://jqueryui.com/effect/
19
19
 
20
20
  ( function( factory ) {
21
+ "use strict";
22
+
21
23
  if ( typeof define === "function" && define.amd ) {
22
24
 
23
25
  // AMD. Register as an anonymous module.
@@ -32,7 +34,8 @@
32
34
  // Browser globals
33
35
  factory( jQuery );
34
36
  }
35
- }( function( $ ) {
37
+ } )( function( $ ) {
38
+ "use strict";
36
39
 
37
40
  return $.effects.define( "scale", function( options, done ) {
38
41
 
@@ -57,4 +60,4 @@ return $.effects.define( "scale", function( options, done ) {
57
60
  $.effects.effect.size.call( this, newOptions, done );
58
61
  } );
59
62
 
60
- } ) );
63
+ } );
@@ -2,21 +2,23 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Shake 1.12.1
6
- * http://jqueryui.com
5
+ * jQuery UI Effects Shake 1.14.1
6
+ * https://jqueryui.com
7
7
  *
8
- * Copyright jQuery Foundation and other contributors
8
+ * Copyright OpenJS Foundation and other contributors
9
9
  * Released under the MIT license.
10
- * http://jquery.org/license
10
+ * https://jquery.org/license
11
11
  */
12
12
 
13
13
  //>>label: Shake Effect
14
14
  //>>group: Effects
15
15
  //>>description: Shakes an element horizontally or vertically n times.
16
- //>>docs: http://api.jqueryui.com/shake-effect/
17
- //>>demos: http://jqueryui.com/effect/
16
+ //>>docs: https://api.jqueryui.com/shake-effect/
17
+ //>>demos: https://jqueryui.com/effect/
18
18
 
19
19
  ( function( factory ) {
20
+ "use strict";
21
+
20
22
  if ( typeof define === "function" && define.amd ) {
21
23
 
22
24
  // AMD. Register as an anonymous module.
@@ -30,7 +32,8 @@
30
32
  // Browser globals
31
33
  factory( jQuery );
32
34
  }
33
- }( function( $ ) {
35
+ } )( function( $ ) {
36
+ "use strict";
34
37
 
35
38
  return $.effects.define( "shake", function( options, done ) {
36
39
 
@@ -74,4 +77,4 @@ return $.effects.define( "shake", function( options, done ) {
74
77
  $.effects.unshift( element, queuelen, anims + 1 );
75
78
  } );
76
79
 
77
- } ) );
80
+ } );
@@ -2,21 +2,23 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Size 1.12.1
6
- * http://jqueryui.com
5
+ * jQuery UI Effects Size 1.14.1
6
+ * https://jqueryui.com
7
7
  *
8
- * Copyright jQuery Foundation and other contributors
8
+ * Copyright OpenJS Foundation and other contributors
9
9
  * Released under the MIT license.
10
- * http://jquery.org/license
10
+ * https://jquery.org/license
11
11
  */
12
12
 
13
13
  //>>label: Size Effect
14
14
  //>>group: Effects
15
15
  //>>description: Resize an element to a specified width and height.
16
- //>>docs: http://api.jqueryui.com/size-effect/
17
- //>>demos: http://jqueryui.com/effect/
16
+ //>>docs: https://api.jqueryui.com/size-effect/
17
+ //>>demos: https://jqueryui.com/effect/
18
18
 
19
19
  ( function( factory ) {
20
+ "use strict";
21
+
20
22
  if ( typeof define === "function" && define.amd ) {
21
23
 
22
24
  // AMD. Register as an anonymous module.
@@ -30,7 +32,8 @@
30
32
  // Browser globals
31
33
  factory( jQuery );
32
34
  }
33
- }( function( $ ) {
35
+ } )( function( $ ) {
36
+ "use strict";
34
37
 
35
38
  return $.effects.define( "size", function( options, done ) {
36
39
 
@@ -108,6 +111,8 @@ return $.effects.define( "size", function( options, done ) {
108
111
  to.top = ( original.outerHeight - to.outerHeight ) * baseline.y + pos.top;
109
112
  to.left = ( original.outerWidth - to.outerWidth ) * baseline.x + pos.left;
110
113
  }
114
+ delete from.outerHeight;
115
+ delete from.outerWidth;
111
116
  element.css( from );
112
117
 
113
118
  // Animate the children if desired
@@ -191,4 +196,4 @@ return $.effects.define( "size", function( options, done ) {
191
196
 
192
197
  } );
193
198
 
194
- } ) );
199
+ } );
@@ -2,21 +2,23 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Slide 1.12.1
6
- * http://jqueryui.com
5
+ * jQuery UI Effects Slide 1.14.1
6
+ * https://jqueryui.com
7
7
  *
8
- * Copyright jQuery Foundation and other contributors
8
+ * Copyright OpenJS Foundation and other contributors
9
9
  * Released under the MIT license.
10
- * http://jquery.org/license
10
+ * https://jquery.org/license
11
11
  */
12
12
 
13
13
  //>>label: Slide Effect
14
14
  //>>group: Effects
15
15
  //>>description: Slides an element in and out of the viewport.
16
- //>>docs: http://api.jqueryui.com/slide-effect/
17
- //>>demos: http://jqueryui.com/effect/
16
+ //>>docs: https://api.jqueryui.com/slide-effect/
17
+ //>>demos: https://jqueryui.com/effect/
18
18
 
19
19
  ( function( factory ) {
20
+ "use strict";
21
+
20
22
  if ( typeof define === "function" && define.amd ) {
21
23
 
22
24
  // AMD. Register as an anonymous module.
@@ -30,7 +32,8 @@
30
32
  // Browser globals
31
33
  factory( jQuery );
32
34
  }
33
- }( function( $ ) {
35
+ } )( function( $ ) {
36
+ "use strict";
34
37
 
35
38
  return $.effects.define( "slide", "show", function( options, done ) {
36
39
  var startClip, startRef,
@@ -76,4 +79,4 @@ return $.effects.define( "slide", "show", function( options, done ) {
76
79
  } );
77
80
  } );
78
81
 
79
- } ) );
82
+ } );