jquery-ui-rails 8.0.0 → 8.0.1

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 (76) hide show
  1. checksums.yaml +4 -4
  2. data/History.md +4 -0
  3. data/VERSIONS.md +1 -0
  4. data/app/assets/javascripts/jquery-ui/data.js +1 -1
  5. data/app/assets/javascripts/jquery-ui/disable-selection.js +1 -1
  6. data/app/assets/javascripts/jquery-ui/effect.js +3 -5
  7. data/app/assets/javascripts/jquery-ui/effects/effect-blind.js +1 -1
  8. data/app/assets/javascripts/jquery-ui/effects/effect-bounce.js +1 -1
  9. data/app/assets/javascripts/jquery-ui/effects/effect-clip.js +1 -1
  10. data/app/assets/javascripts/jquery-ui/effects/effect-drop.js +1 -1
  11. data/app/assets/javascripts/jquery-ui/effects/effect-explode.js +1 -3
  12. data/app/assets/javascripts/jquery-ui/effects/effect-fade.js +1 -1
  13. data/app/assets/javascripts/jquery-ui/effects/effect-fold.js +1 -1
  14. data/app/assets/javascripts/jquery-ui/effects/effect-highlight.js +1 -1
  15. data/app/assets/javascripts/jquery-ui/effects/effect-puff.js +1 -1
  16. data/app/assets/javascripts/jquery-ui/effects/effect-pulsate.js +1 -1
  17. data/app/assets/javascripts/jquery-ui/effects/effect-scale.js +1 -1
  18. data/app/assets/javascripts/jquery-ui/effects/effect-shake.js +1 -1
  19. data/app/assets/javascripts/jquery-ui/effects/effect-size.js +1 -1
  20. data/app/assets/javascripts/jquery-ui/effects/effect-slide.js +1 -1
  21. data/app/assets/javascripts/jquery-ui/effects/effect-transfer.js +1 -1
  22. data/app/assets/javascripts/jquery-ui/focusable.js +1 -1
  23. data/app/assets/javascripts/jquery-ui/form-reset-mixin.js +1 -1
  24. data/app/assets/javascripts/jquery-ui/jquery-patch.js +1 -1
  25. data/app/assets/javascripts/jquery-ui/keycode.js +1 -1
  26. data/app/assets/javascripts/jquery-ui/labels.js +1 -1
  27. data/app/assets/javascripts/jquery-ui/position.js +1 -1
  28. data/app/assets/javascripts/jquery-ui/scroll-parent.js +1 -1
  29. data/app/assets/javascripts/jquery-ui/tabbable.js +1 -1
  30. data/app/assets/javascripts/jquery-ui/unique-id.js +1 -1
  31. data/app/assets/javascripts/jquery-ui/version.js +1 -1
  32. data/app/assets/javascripts/jquery-ui/widget.js +1 -1
  33. data/app/assets/javascripts/jquery-ui/widgets/accordion.js +2 -4
  34. data/app/assets/javascripts/jquery-ui/widgets/autocomplete.js +2 -2
  35. data/app/assets/javascripts/jquery-ui/widgets/button.js +2 -2
  36. data/app/assets/javascripts/jquery-ui/widgets/checkboxradio.js +2 -2
  37. data/app/assets/javascripts/jquery-ui/widgets/controlgroup.js +2 -2
  38. data/app/assets/javascripts/jquery-ui/widgets/datepicker.js +8 -8
  39. data/app/assets/javascripts/jquery-ui/widgets/dialog.js +2 -2
  40. data/app/assets/javascripts/jquery-ui/widgets/draggable.js +2 -2
  41. data/app/assets/javascripts/jquery-ui/widgets/droppable.js +2 -2
  42. data/app/assets/javascripts/jquery-ui/widgets/menu.js +2 -2
  43. data/app/assets/javascripts/jquery-ui/widgets/mouse.js +2 -2
  44. data/app/assets/javascripts/jquery-ui/widgets/progressbar.js +2 -4
  45. data/app/assets/javascripts/jquery-ui/widgets/resizable.js +3 -3
  46. data/app/assets/javascripts/jquery-ui/widgets/selectable.js +2 -2
  47. data/app/assets/javascripts/jquery-ui/widgets/selectmenu.js +2 -4
  48. data/app/assets/javascripts/jquery-ui/widgets/slider.js +2 -2
  49. data/app/assets/javascripts/jquery-ui/widgets/sortable.js +2 -2
  50. data/app/assets/javascripts/jquery-ui/widgets/spinner.js +26 -4
  51. data/app/assets/javascripts/jquery-ui/widgets/tabs.js +45 -24
  52. data/app/assets/javascripts/jquery-ui/widgets/tooltip.js +2 -2
  53. data/app/assets/stylesheets/jquery-ui/accordion.css +1 -1
  54. data/app/assets/stylesheets/jquery-ui/all.css +1 -1
  55. data/app/assets/stylesheets/jquery-ui/autocomplete.css +1 -1
  56. data/app/assets/stylesheets/jquery-ui/base.css +1 -1
  57. data/app/assets/stylesheets/jquery-ui/button.css +1 -1
  58. data/app/assets/stylesheets/jquery-ui/checkboxradio.css +1 -1
  59. data/app/assets/stylesheets/jquery-ui/controlgroup.css +1 -1
  60. data/app/assets/stylesheets/jquery-ui/core.css +1 -1
  61. data/app/assets/stylesheets/jquery-ui/datepicker.css +1 -1
  62. data/app/assets/stylesheets/jquery-ui/dialog.css +1 -1
  63. data/app/assets/stylesheets/jquery-ui/draggable.css +1 -1
  64. data/app/assets/stylesheets/jquery-ui/menu.css +1 -1
  65. data/app/assets/stylesheets/jquery-ui/progressbar.css +1 -1
  66. data/app/assets/stylesheets/jquery-ui/resizable.css +1 -1
  67. data/app/assets/stylesheets/jquery-ui/selectable.css +1 -1
  68. data/app/assets/stylesheets/jquery-ui/selectmenu.css +1 -1
  69. data/app/assets/stylesheets/jquery-ui/slider.css +1 -1
  70. data/app/assets/stylesheets/jquery-ui/sortable.css +1 -1
  71. data/app/assets/stylesheets/jquery-ui/spinner.css +1 -1
  72. data/app/assets/stylesheets/jquery-ui/tabs.css +1 -1
  73. data/app/assets/stylesheets/jquery-ui/theme.css.erb +1 -1
  74. data/app/assets/stylesheets/jquery-ui/tooltip.css +1 -1
  75. data/lib/jquery/ui/rails/version.rb +2 -2
  76. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84308f70a81775d5f594e9d421992ba02c7abaef44b8029ca2011c1b1bed1287
4
- data.tar.gz: 975e77b774212535de794efcbfd6be051af90155067602533f7f77c8ec57941e
3
+ metadata.gz: b1b4a606357ce9cffe82a64a9e2dba106f74cb9f6d39d371e315c8abbc08c664
4
+ data.tar.gz: 9746bd74c3d6dc09cdf410605464537c708757a160f5a6327504749f0cf62221
5
5
  SHA512:
6
- metadata.gz: 2d3cac327403c00be66cc9b4d9b8c89ecf76a17d76059616078f876719aaf3fbe78777c40e4d905a4e2279183cd2d182e1ddba191500b5fbe06ad425cab54917
7
- data.tar.gz: db5a46cdc5e780026e361c634e7db039c5316fe00b9b35e962f524a27ddd5168bd9f24452bc44e55bd48ff98b2976fe33874e7451ae8712960a6708deffc037b
6
+ metadata.gz: 2d3add97f0419d23771737af485c1dcdee2fdf5f23005ed0dd83e98ab15a104c41988f1010be577c18583294bf8ec2b81888c4ef4cd8373078701652f28a43ba
7
+ data.tar.gz: 2966dcc4e8260193e635d86b34e9fd36c57a49ea0695acca5dea2aaef42d6e4ca6116c0cb4c1695b351ffbcd88b8af6e983050d0e6bfbc458d391c7249e05a50
data/History.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # master
2
2
 
3
+ # 8.0.1
4
+
5
+ * Update to jQuery UI 1.14.2
6
+
3
7
  # 8.0.0
4
8
 
5
9
  * Update to jQuery UI 1.14.1
data/VERSIONS.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  | Gem | jQuery UI |
4
4
  |--------|-----------|
5
+ | 8.0.1 | 1.14.2 |
5
6
  | 8.0.0 | 1.14.1 |
6
7
  | 7.0.0 | 1.13.0 |
7
8
  | 6.0.1 | 1.12.1 |
@@ -1,7 +1,7 @@
1
1
  //= require jquery-ui/version
2
2
 
3
3
  /*!
4
- * jQuery UI :data 1.14.1
4
+ * jQuery UI :data 1.14.2
5
5
  * https://jqueryui.com
6
6
  *
7
7
  * Copyright OpenJS Foundation and other contributors
@@ -1,7 +1,7 @@
1
1
  //= require jquery-ui/version
2
2
 
3
3
  /*!
4
- * jQuery UI Disable Selection 1.14.1
4
+ * jQuery UI Disable Selection 1.14.2
5
5
  * https://jqueryui.com
6
6
  *
7
7
  * Copyright OpenJS Foundation and other contributors
@@ -3,7 +3,7 @@
3
3
  //= require jquery-ui/version
4
4
 
5
5
  /*!
6
- * jQuery UI Effects 1.14.1
6
+ * jQuery UI Effects 1.14.2
7
7
  * https://jqueryui.com
8
8
  *
9
9
  * Copyright OpenJS Foundation and other contributors
@@ -13,9 +13,7 @@
13
13
 
14
14
  //>>label: Effects Core
15
15
  //>>group: Effects
16
- /* eslint-disable max-len */
17
16
  //>>description: Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.
18
- /* eslint-enable max-len */
19
17
  //>>docs: https://api.jqueryui.com/category/effects-core/
20
18
  //>>demos: https://jqueryui.com/effect/
21
19
 
@@ -324,7 +322,7 @@ if ( $.uiBackCompat === true ) {
324
322
  try {
325
323
  // eslint-disable-next-line no-unused-expressions
326
324
  active.id;
327
- } catch ( e ) {
325
+ } catch ( _e ) {
328
326
  active = document.body;
329
327
  }
330
328
 
@@ -385,7 +383,7 @@ if ( $.uiBackCompat === true ) {
385
383
  }
386
384
 
387
385
  $.extend( $.effects, {
388
- version: "1.14.1",
386
+ version: "1.14.2",
389
387
 
390
388
  define: function( name, mode, effect ) {
391
389
  if ( !effect ) {
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Blind 1.14.1
5
+ * jQuery UI Effects Blind 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Bounce 1.14.1
5
+ * jQuery UI Effects Bounce 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Clip 1.14.1
5
+ * jQuery UI Effects Clip 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Drop 1.14.1
5
+ * jQuery UI Effects Drop 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Explode 1.14.1
5
+ * jQuery UI Effects Explode 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -12,9 +12,7 @@
12
12
 
13
13
  //>>label: Explode Effect
14
14
  //>>group: Effects
15
- /* eslint-disable max-len */
16
15
  //>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.
17
- /* eslint-enable max-len */
18
16
  //>>docs: https://api.jqueryui.com/explode-effect/
19
17
  //>>demos: https://jqueryui.com/effect/
20
18
 
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Fade 1.14.1
5
+ * jQuery UI Effects Fade 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Fold 1.14.1
5
+ * jQuery UI Effects Fold 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Highlight 1.14.1
5
+ * jQuery UI Effects Highlight 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -3,7 +3,7 @@
3
3
  //= require jquery-ui/effects/effect-scale
4
4
 
5
5
  /*!
6
- * jQuery UI Effects Puff 1.14.1
6
+ * jQuery UI Effects Puff 1.14.2
7
7
  * https://jqueryui.com
8
8
  *
9
9
  * Copyright OpenJS Foundation and other contributors
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Pulsate 1.14.1
5
+ * jQuery UI Effects Pulsate 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -3,7 +3,7 @@
3
3
  //= require jquery-ui/effects/effect-size
4
4
 
5
5
  /*!
6
- * jQuery UI Effects Scale 1.14.1
6
+ * jQuery UI Effects Scale 1.14.2
7
7
  * https://jqueryui.com
8
8
  *
9
9
  * Copyright OpenJS Foundation and other contributors
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Shake 1.14.1
5
+ * jQuery UI Effects Shake 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Size 1.14.1
5
+ * jQuery UI Effects Size 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Slide 1.14.1
5
+ * jQuery UI Effects Slide 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/effect
3
3
 
4
4
  /*!
5
- * jQuery UI Effects Transfer 1.14.1
5
+ * jQuery UI Effects Transfer 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -1,7 +1,7 @@
1
1
  //= require jquery-ui/version
2
2
 
3
3
  /*!
4
- * jQuery UI Focusable 1.14.1
4
+ * jQuery UI Focusable 1.14.2
5
5
  * https://jqueryui.com
6
6
  *
7
7
  * Copyright OpenJS Foundation and other contributors
@@ -1,7 +1,7 @@
1
1
  //= require jquery-ui/version
2
2
 
3
3
  /*!
4
- * jQuery UI Form Reset Mixin 1.14.1
4
+ * jQuery UI Form Reset Mixin 1.14.2
5
5
  * https://jqueryui.com
6
6
  *
7
7
  * Copyright OpenJS Foundation and other contributors
@@ -1,7 +1,7 @@
1
1
  //= require jquery-ui/version
2
2
 
3
3
  /*!
4
- * jQuery UI Legacy jQuery Core patches 1.14.1
4
+ * jQuery UI Legacy jQuery Core patches 1.14.2
5
5
  * https://jqueryui.com
6
6
  *
7
7
  * Copyright OpenJS Foundation and other contributors
@@ -1,7 +1,7 @@
1
1
  //= require jquery-ui/version
2
2
 
3
3
  /*!
4
- * jQuery UI Keycode 1.14.1
4
+ * jQuery UI Keycode 1.14.2
5
5
  * https://jqueryui.com
6
6
  *
7
7
  * Copyright OpenJS Foundation and other contributors
@@ -1,7 +1,7 @@
1
1
  //= require jquery-ui/version
2
2
 
3
3
  /*!
4
- * jQuery UI Labels 1.14.1
4
+ * jQuery UI Labels 1.14.2
5
5
  * https://jqueryui.com
6
6
  *
7
7
  * Copyright OpenJS Foundation and other contributors
@@ -1,7 +1,7 @@
1
1
  //= require jquery-ui/version
2
2
 
3
3
  /*!
4
- * jQuery UI Position 1.14.1
4
+ * jQuery UI Position 1.14.2
5
5
  * https://jqueryui.com
6
6
  *
7
7
  * Copyright OpenJS Foundation and other contributors
@@ -1,7 +1,7 @@
1
1
  //= require jquery-ui/version
2
2
 
3
3
  /*!
4
- * jQuery UI Scroll Parent 1.14.1
4
+ * jQuery UI Scroll Parent 1.14.2
5
5
  * https://jqueryui.com
6
6
  *
7
7
  * Copyright OpenJS Foundation and other contributors
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/focusable
3
3
 
4
4
  /*!
5
- * jQuery UI Tabbable 1.14.1
5
+ * jQuery UI Tabbable 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -1,7 +1,7 @@
1
1
  //= require jquery-ui/version
2
2
 
3
3
  /*!
4
- * jQuery UI Unique ID 1.14.1
4
+ * jQuery UI Unique ID 1.14.2
5
5
  * https://jqueryui.com
6
6
  *
7
7
  * Copyright OpenJS Foundation and other contributors
@@ -15,6 +15,6 @@
15
15
 
16
16
  $.ui = $.ui || {};
17
17
 
18
- return $.ui.version = "1.14.1";
18
+ return $.ui.version = "1.14.2";
19
19
 
20
20
  } );
@@ -1,7 +1,7 @@
1
1
  //= require jquery-ui/version
2
2
 
3
3
  /*!
4
- * jQuery UI Widget 1.14.1
4
+ * jQuery UI Widget 1.14.2
5
5
  * https://jqueryui.com
6
6
  *
7
7
  * Copyright OpenJS Foundation and other contributors
@@ -4,7 +4,7 @@
4
4
  //= require jquery-ui/widget
5
5
 
6
6
  /*!
7
- * jQuery UI Accordion 1.14.1
7
+ * jQuery UI Accordion 1.14.2
8
8
  * https://jqueryui.com
9
9
  *
10
10
  * Copyright OpenJS Foundation and other contributors
@@ -14,9 +14,7 @@
14
14
 
15
15
  //>>label: Accordion
16
16
  //>>group: Widgets
17
- /* eslint-disable max-len */
18
17
  //>>description: Displays collapsible content panels for presenting information in a limited amount of space.
19
- /* eslint-enable max-len */
20
18
  //>>docs: https://api.jqueryui.com/accordion/
21
19
  //>>demos: https://jqueryui.com/accordion/
22
20
  //>>css.structure: ../../themes/base/core.css
@@ -45,7 +43,7 @@
45
43
  "use strict";
46
44
 
47
45
  return $.widget( "ui.accordion", {
48
- version: "1.14.1",
46
+ version: "1.14.2",
49
47
  options: {
50
48
  active: 0,
51
49
  animate: {},
@@ -5,7 +5,7 @@
5
5
  //= require jquery-ui/widget
6
6
 
7
7
  /*!
8
- * jQuery UI Autocomplete 1.14.1
8
+ * jQuery UI Autocomplete 1.14.2
9
9
  * https://jqueryui.com
10
10
  *
11
11
  * Copyright OpenJS Foundation and other contributors
@@ -45,7 +45,7 @@
45
45
  "use strict";
46
46
 
47
47
  $.widget( "ui.autocomplete", {
48
- version: "1.14.1",
48
+ version: "1.14.2",
49
49
  defaultElement: "<input>",
50
50
  options: {
51
51
  appendTo: null,
@@ -4,7 +4,7 @@
4
4
  //= require jquery-ui/widget
5
5
 
6
6
  /*!
7
- * jQuery UI Button 1.14.1
7
+ * jQuery UI Button 1.14.2
8
8
  * https://jqueryui.com
9
9
  *
10
10
  * Copyright OpenJS Foundation and other contributors
@@ -47,7 +47,7 @@
47
47
  "use strict";
48
48
 
49
49
  $.widget( "ui.button", {
50
- version: "1.14.1",
50
+ version: "1.14.2",
51
51
  defaultElement: "<button>",
52
52
  options: {
53
53
  classes: {
@@ -3,7 +3,7 @@
3
3
  //= require jquery-ui/widget
4
4
 
5
5
  /*!
6
- * jQuery UI Checkboxradio 1.14.1
6
+ * jQuery UI Checkboxradio 1.14.2
7
7
  * https://jqueryui.com
8
8
  *
9
9
  * Copyright OpenJS Foundation and other contributors
@@ -42,7 +42,7 @@
42
42
  "use strict";
43
43
 
44
44
  $.widget( "ui.checkboxradio", [ $.ui.formResetMixin, {
45
- version: "1.14.1",
45
+ version: "1.14.2",
46
46
  options: {
47
47
  disabled: null,
48
48
  label: null,
@@ -1,7 +1,7 @@
1
1
  //= require jquery-ui/widget
2
2
 
3
3
  /*!
4
- * jQuery UI Controlgroup 1.14.1
4
+ * jQuery UI Controlgroup 1.14.2
5
5
  * https://jqueryui.com
6
6
  *
7
7
  * Copyright OpenJS Foundation and other contributors
@@ -39,7 +39,7 @@
39
39
  var controlgroupCornerRegex = /ui-corner-([a-z]){2,6}/g;
40
40
 
41
41
  return $.widget( "ui.controlgroup", {
42
- version: "1.14.1",
42
+ version: "1.14.2",
43
43
  defaultElement: "<div>",
44
44
  options: {
45
45
  direction: "horizontal",
@@ -1,9 +1,9 @@
1
1
  //= require jquery-ui/version
2
2
  //= require jquery-ui/keycode
3
3
 
4
- /* eslint-disable max-len, camelcase */
4
+ /* eslint-disable max-len */
5
5
  /*!
6
- * jQuery UI Datepicker 1.14.1
6
+ * jQuery UI Datepicker 1.14.2
7
7
  * https://jqueryui.com
8
8
  *
9
9
  * Copyright OpenJS Foundation and other contributors
@@ -39,7 +39,7 @@
39
39
  } )( function( $ ) {
40
40
  "use strict";
41
41
 
42
- $.extend( $.ui, { datepicker: { version: "1.14.1" } } );
42
+ $.extend( $.ui, { datepicker: { version: "1.14.2" } } );
43
43
 
44
44
  var datepicker_instActive;
45
45
 
@@ -538,7 +538,7 @@ $.extend( Datepicker.prototype, {
538
538
  _getInst: function( target ) {
539
539
  try {
540
540
  return $.data( target, "datepicker" );
541
- } catch ( err ) {
541
+ } catch ( _err ) {
542
542
  throw "Missing instance data for this datepicker";
543
543
  }
544
544
  },
@@ -771,7 +771,7 @@ $.extend( Datepicker.prototype, {
771
771
  $.datepicker._updateAlternate( inst );
772
772
  $.datepicker._updateDatepicker( inst );
773
773
  }
774
- } catch ( err ) {
774
+ } catch ( _err ) {
775
775
  }
776
776
  }
777
777
  return true;
@@ -1543,7 +1543,7 @@ $.extend( Datepicker.prototype, {
1543
1543
 
1544
1544
  try {
1545
1545
  date = this.parseDate( dateFormat, dates, settings ) || defaultDate;
1546
- } catch ( event ) {
1546
+ } catch ( _err ) {
1547
1547
  dates = ( noDefault ? "" : dates );
1548
1548
  }
1549
1549
  inst.selectedDay = date.getDate();
@@ -1572,7 +1572,7 @@ $.extend( Datepicker.prototype, {
1572
1572
  try {
1573
1573
  return $.datepicker.parseDate( $.datepicker._get( inst, "dateFormat" ),
1574
1574
  offset, $.datepicker._getFormatConfig( inst ) );
1575
- } catch ( e ) {
1575
+ } catch ( _e ) {
1576
1576
 
1577
1577
  // Ignore
1578
1578
  }
@@ -2233,7 +2233,7 @@ $.fn.datepicker = function( options ) {
2233
2233
  $.datepicker = new Datepicker(); // singleton instance
2234
2234
  $.datepicker.initialized = false;
2235
2235
  $.datepicker.uuid = new Date().getTime();
2236
- $.datepicker.version = "1.14.1";
2236
+ $.datepicker.version = "1.14.2";
2237
2237
 
2238
2238
  return $.datepicker;
2239
2239
 
@@ -11,7 +11,7 @@
11
11
  //= require jquery-ui/widget
12
12
 
13
13
  /*!
14
- * jQuery UI Dialog 1.14.1
14
+ * jQuery UI Dialog 1.14.2
15
15
  * https://jqueryui.com
16
16
  *
17
17
  * Copyright OpenJS Foundation and other contributors
@@ -57,7 +57,7 @@
57
57
  "use strict";
58
58
 
59
59
  $.widget( "ui.dialog", {
60
- version: "1.14.1",
60
+ version: "1.14.2",
61
61
  options: {
62
62
  appendTo: "body",
63
63
  autoOpen: true,
@@ -6,7 +6,7 @@
6
6
  //= require jquery-ui/widget
7
7
 
8
8
  /*!
9
- * jQuery UI Draggable 1.14.1
9
+ * jQuery UI Draggable 1.14.2
10
10
  * https://jqueryui.com
11
11
  *
12
12
  * Copyright OpenJS Foundation and other contributors
@@ -45,7 +45,7 @@
45
45
  "use strict";
46
46
 
47
47
  $.widget( "ui.draggable", $.ui.mouse, {
48
- version: "1.14.1",
48
+ version: "1.14.2",
49
49
  widgetEventPrefix: "drag",
50
50
  options: {
51
51
  addClasses: true,
@@ -4,7 +4,7 @@
4
4
  //= require jquery-ui/widget
5
5
 
6
6
  /*!
7
- * jQuery UI Droppable 1.14.1
7
+ * jQuery UI Droppable 1.14.2
8
8
  * https://jqueryui.com
9
9
  *
10
10
  * Copyright OpenJS Foundation and other contributors
@@ -40,7 +40,7 @@
40
40
  "use strict";
41
41
 
42
42
  $.widget( "ui.droppable", {
43
- version: "1.14.1",
43
+ version: "1.14.2",
44
44
  widgetEventPrefix: "drop",
45
45
  options: {
46
46
  accept: "*",
@@ -5,7 +5,7 @@
5
5
  //= require jquery-ui/widget
6
6
 
7
7
  /*!
8
- * jQuery UI Menu 1.14.1
8
+ * jQuery UI Menu 1.14.2
9
9
  * https://jqueryui.com
10
10
  *
11
11
  * Copyright OpenJS Foundation and other contributors
@@ -45,7 +45,7 @@
45
45
  "use strict";
46
46
 
47
47
  return $.widget( "ui.menu", {
48
- version: "1.14.1",
48
+ version: "1.14.2",
49
49
  defaultElement: "<ul>",
50
50
  delay: 300,
51
51
  options: {
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/widget
3
3
 
4
4
  /*!
5
- * jQuery UI Mouse 1.14.1
5
+ * jQuery UI Mouse 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -40,7 +40,7 @@ $( document ).on( "mouseup", function() {
40
40
  } );
41
41
 
42
42
  return $.widget( "ui.mouse", {
43
- version: "1.14.1",
43
+ version: "1.14.2",
44
44
  options: {
45
45
  cancel: "input, textarea, button, select, option",
46
46
  distance: 1,
@@ -2,7 +2,7 @@
2
2
  //= require jquery-ui/widget
3
3
 
4
4
  /*!
5
- * jQuery UI Progressbar 1.14.1
5
+ * jQuery UI Progressbar 1.14.2
6
6
  * https://jqueryui.com
7
7
  *
8
8
  * Copyright OpenJS Foundation and other contributors
@@ -12,9 +12,7 @@
12
12
 
13
13
  //>>label: Progressbar
14
14
  //>>group: Widgets
15
- /* eslint-disable max-len */
16
15
  //>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators.
17
- /* eslint-enable max-len */
18
16
  //>>docs: https://api.jqueryui.com/progressbar/
19
17
  //>>demos: https://jqueryui.com/progressbar/
20
18
  //>>css.structure: ../../themes/base/core.css
@@ -41,7 +39,7 @@
41
39
  "use strict";
42
40
 
43
41
  return $.widget( "ui.progressbar", {
44
- version: "1.14.1",
42
+ version: "1.14.2",
45
43
  options: {
46
44
  classes: {
47
45
  "ui-progressbar": "ui-corner-all",
@@ -5,7 +5,7 @@
5
5
  //= require jquery-ui/widget
6
6
 
7
7
  /*!
8
- * jQuery UI Resizable 1.14.1
8
+ * jQuery UI Resizable 1.14.2
9
9
  * https://jqueryui.com
10
10
  *
11
11
  * Copyright OpenJS Foundation and other contributors
@@ -45,7 +45,7 @@
45
45
  "use strict";
46
46
 
47
47
  $.widget( "ui.resizable", $.ui.mouse, {
48
- version: "1.14.1",
48
+ version: "1.14.2",
49
49
  widgetEventPrefix: "resize",
50
50
  options: {
51
51
  alsoResize: false,
@@ -110,7 +110,7 @@ $.widget( "ui.resizable", $.ui.mouse, {
110
110
  el[ scroll ] = 1;
111
111
  has = ( el[ scroll ] > 0 );
112
112
  el[ scroll ] = 0;
113
- } catch ( e ) {
113
+ } catch ( _e ) {
114
114
 
115
115
  // `el` might be a string, then setting `scroll` will throw
116
116
  // an error in strict mode; ignore it.
@@ -3,7 +3,7 @@
3
3
  //= require jquery-ui/widget
4
4
 
5
5
  /*!
6
- * jQuery UI Selectable 1.14.1
6
+ * jQuery UI Selectable 1.14.2
7
7
  * https://jqueryui.com
8
8
  *
9
9
  * Copyright OpenJS Foundation and other contributors
@@ -39,7 +39,7 @@
39
39
  "use strict";
40
40
 
41
41
  return $.widget( "ui.selectable", $.ui.mouse, {
42
- version: "1.14.1",
42
+ version: "1.14.2",
43
43
  options: {
44
44
  appendTo: "body",
45
45
  autoRefresh: true,
@@ -8,7 +8,7 @@
8
8
  //= require jquery-ui/widget
9
9
 
10
10
  /*!
11
- * jQuery UI Selectmenu 1.14.1
11
+ * jQuery UI Selectmenu 1.14.2
12
12
  * https://jqueryui.com
13
13
  *
14
14
  * Copyright OpenJS Foundation and other contributors
@@ -18,9 +18,7 @@
18
18
 
19
19
  //>>label: Selectmenu
20
20
  //>>group: Widgets
21
- /* eslint-disable max-len */
22
21
  //>>description: Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select.
23
- /* eslint-enable max-len */
24
22
  //>>docs: https://api.jqueryui.com/selectmenu/
25
23
  //>>demos: https://jqueryui.com/selectmenu/
26
24
  //>>css.structure: ../../themes/base/core.css
@@ -53,7 +51,7 @@
53
51
  "use strict";
54
52
 
55
53
  return $.widget( "ui.selectmenu", [ $.ui.formResetMixin, {
56
- version: "1.14.1",
54
+ version: "1.14.2",
57
55
  defaultElement: "<select>",
58
56
  options: {
59
57
  appendTo: null,
@@ -4,7 +4,7 @@
4
4
  //= require jquery-ui/widget
5
5
 
6
6
  /*!
7
- * jQuery UI Slider 1.14.1
7
+ * jQuery UI Slider 1.14.2
8
8
  * https://jqueryui.com
9
9
  *
10
10
  * Copyright OpenJS Foundation and other contributors
@@ -43,7 +43,7 @@
43
43
  "use strict";
44
44
 
45
45
  return $.widget( "ui.slider", $.ui.mouse, {
46
- version: "1.14.1",
46
+ version: "1.14.2",
47
47
  widgetEventPrefix: "slide",
48
48
 
49
49
  options: {
@@ -5,7 +5,7 @@
5
5
  //= require jquery-ui/widget
6
6
 
7
7
  /*!
8
- * jQuery UI Sortable 1.14.1
8
+ * jQuery UI Sortable 1.14.2
9
9
  * https://jqueryui.com
10
10
  *
11
11
  * Copyright OpenJS Foundation and other contributors
@@ -43,7 +43,7 @@
43
43
  "use strict";
44
44
 
45
45
  return $.widget( "ui.sortable", $.ui.mouse, {
46
- version: "1.14.1",
46
+ version: "1.14.2",
47
47
  widgetEventPrefix: "sort",
48
48
  ready: false,
49
49
  options: {
@@ -4,7 +4,7 @@
4
4
  //= require jquery-ui/widget
5
5
 
6
6
  /*!
7
- * jQuery UI Spinner 1.14.1
7
+ * jQuery UI Spinner 1.14.2
8
8
  * https://jqueryui.com
9
9
  *
10
10
  * Copyright OpenJS Foundation and other contributors
@@ -54,7 +54,7 @@ function spinnerModifier( fn ) {
54
54
  }
55
55
 
56
56
  $.widget( "ui.spinner", {
57
- version: "1.14.1",
57
+ version: "1.14.2",
58
58
  defaultElement: "<input>",
59
59
  widgetEventPrefix: "spin",
60
60
  options: {
@@ -141,9 +141,10 @@ $.widget( "ui.spinner", {
141
141
  this._trigger( "change", event );
142
142
  }
143
143
  },
144
- mousewheel: function( event, delta ) {
144
+ wheel: function( event ) {
145
145
  var activeElement = this.document[ 0 ].activeElement;
146
146
  var isActive = this.element[ 0 ] === activeElement;
147
+ var delta = event.deltaY || event.originalEvent && event.originalEvent.deltaY;
147
148
 
148
149
  if ( !isActive || !delta ) {
149
150
  return;
@@ -153,7 +154,7 @@ $.widget( "ui.spinner", {
153
154
  return false;
154
155
  }
155
156
 
156
- this._spin( ( delta > 0 ? 1 : -1 ) * this.options.step, event );
157
+ this._spin( ( delta > 0 ? -1 : 1 ) * this.options.step, event );
157
158
  clearTimeout( this.mousewheelTimer );
158
159
  this.mousewheelTimer = this._delay( function() {
159
160
  if ( this.spinning ) {
@@ -162,6 +163,27 @@ $.widget( "ui.spinner", {
162
163
  }, 100 );
163
164
  event.preventDefault();
164
165
  },
166
+
167
+ // DEPRECATED
168
+ // Kept for backwards compatibility. Please use the modern `wheel`
169
+ // event. The `delta` parameter is provided by the jQuery Mousewheel
170
+ // plugin if one is loaded.
171
+ mousewheel: function( event, delta ) {
172
+ if ( !event.isTrigger ) {
173
+
174
+ // If this is not a trigger call, the `wheel` handler will
175
+ // fire as well, let's not duplicate it.
176
+ return;
177
+ }
178
+
179
+ var wheelEvent = $.Event( event );
180
+ wheelEvent.type = "wheel";
181
+ if ( delta ) {
182
+ wheelEvent.deltaY = -delta;
183
+ }
184
+ return this._events.wheel.call( this, wheelEvent );
185
+ },
186
+
165
187
  "mousedown .ui-spinner-button": function( event ) {
166
188
  var previous;
167
189
 
@@ -4,7 +4,7 @@
4
4
  //= require jquery-ui/widget
5
5
 
6
6
  /*!
7
- * jQuery UI Tabs 1.14.1
7
+ * jQuery UI Tabs 1.14.2
8
8
  * https://jqueryui.com
9
9
  *
10
10
  * Copyright OpenJS Foundation and other contributors
@@ -43,7 +43,7 @@
43
43
  "use strict";
44
44
 
45
45
  $.widget( "ui.tabs", {
46
- version: "1.14.1",
46
+ version: "1.14.2",
47
47
  delay: 300,
48
48
  options: {
49
49
  active: null,
@@ -66,26 +66,19 @@ $.widget( "ui.tabs", {
66
66
  load: null
67
67
  },
68
68
 
69
- _isLocal: ( function() {
70
- var rhash = /#.*$/;
69
+ _isLocal: function( anchor ) {
70
+ var anchorUrl = new URL( anchor.href ),
71
+ locationUrl = new URL( location.href );
71
72
 
72
- return function( anchor ) {
73
- var anchorUrl, locationUrl;
73
+ return anchor.hash.length > 1 &&
74
74
 
75
- anchorUrl = anchor.href.replace( rhash, "" );
76
- locationUrl = location.href.replace( rhash, "" );
77
-
78
- // Decoding may throw an error if the URL isn't UTF-8 (#9518)
79
- try {
80
- anchorUrl = decodeURIComponent( anchorUrl );
81
- } catch ( error ) {}
82
- try {
83
- locationUrl = decodeURIComponent( locationUrl );
84
- } catch ( error ) {}
85
-
86
- return anchor.hash.length > 1 && anchorUrl === locationUrl;
87
- };
88
- } )(),
75
+ // `href` may contain a hash but also username & password;
76
+ // we want to ignore them, so we check the three fields
77
+ // below instead.
78
+ anchorUrl.origin === locationUrl.origin &&
79
+ anchorUrl.pathname === locationUrl.pathname &&
80
+ anchorUrl.search === locationUrl.search;
81
+ },
89
82
 
90
83
  _create: function() {
91
84
  var that = this,
@@ -126,18 +119,31 @@ $.widget( "ui.tabs", {
126
119
  _initialActive: function() {
127
120
  var active = this.options.active,
128
121
  collapsible = this.options.collapsible,
129
- locationHashDecoded = decodeURIComponent( location.hash.substring( 1 ) );
122
+ locationHash = location.hash.substring( 1 ),
123
+ locationHashDecoded = decodeURIComponent( locationHash );
130
124
 
131
125
  if ( active === null ) {
132
126
 
133
127
  // check the fragment identifier in the URL
134
- if ( locationHashDecoded ) {
128
+ if ( locationHash ) {
135
129
  this.tabs.each( function( i, tab ) {
136
- if ( $( tab ).attr( "aria-controls" ) === locationHashDecoded ) {
130
+ if ( $( tab ).attr( "aria-controls" ) === locationHash ) {
137
131
  active = i;
138
132
  return false;
139
133
  }
140
134
  } );
135
+
136
+ // If not found, decode the hash & try again.
137
+ // See the comment in `_processTabs` under the `_isLocal` check
138
+ // for more information.
139
+ if ( active === null ) {
140
+ this.tabs.each( function( i, tab ) {
141
+ if ( $( tab ).attr( "aria-controls" ) === locationHashDecoded ) {
142
+ active = i;
143
+ return false;
144
+ }
145
+ } );
146
+ }
141
147
  }
142
148
 
143
149
  // Check for a tab marked active via a class
@@ -435,9 +441,24 @@ $.widget( "ui.tabs", {
435
441
 
436
442
  // Inline tab
437
443
  if ( that._isLocal( anchor ) ) {
438
- selector = decodeURIComponent( anchor.hash );
444
+
445
+ // The "scrolling to a fragment" section of the HTML spec:
446
+ // https://html.spec.whatwg.org/#scrolling-to-a-fragment
447
+ // uses a concept of document's indicated part:
448
+ // https://html.spec.whatwg.org/#the-indicated-part-of-the-document
449
+ // Slightly below there's an algorithm to compute the indicated
450
+ // part:
451
+ // https://html.spec.whatwg.org/#the-indicated-part-of-the-document
452
+ // First, the algorithm tries the hash as-is, without decoding.
453
+ // Then, if one is not found, the same is attempted with a decoded
454
+ // hash. Replicate this logic.
455
+ selector = anchor.hash;
439
456
  panelId = selector.substring( 1 );
440
457
  panel = that.element.find( "#" + CSS.escape( panelId ) );
458
+ if ( !panel.length ) {
459
+ panelId = decodeURIComponent( panelId );
460
+ panel = that.element.find( "#" + CSS.escape( panelId ) );
461
+ }
441
462
 
442
463
  // remote tab
443
464
  } else {
@@ -5,7 +5,7 @@
5
5
  //= require jquery-ui/widget
6
6
 
7
7
  /*!
8
- * jQuery UI Tooltip 1.14.1
8
+ * jQuery UI Tooltip 1.14.2
9
9
  * https://jqueryui.com
10
10
  *
11
11
  * Copyright OpenJS Foundation and other contributors
@@ -45,7 +45,7 @@
45
45
  "use strict";
46
46
 
47
47
  $.widget( "ui.tooltip", {
48
- version: "1.14.1",
48
+ version: "1.14.2",
49
49
  options: {
50
50
  classes: {
51
51
  "ui-tooltip": "ui-corner-all ui-widget-shadow"
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Accordion 1.14.1
2
+ * jQuery UI Accordion 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI CSS Framework 1.14.1
2
+ * jQuery UI CSS Framework 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Autocomplete 1.14.1
2
+ * jQuery UI Autocomplete 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI CSS Framework 1.14.1
2
+ * jQuery UI CSS Framework 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Button 1.14.1
2
+ * jQuery UI Button 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Checkboxradio 1.14.1
2
+ * jQuery UI Checkboxradio 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Controlgroup 1.14.1
2
+ * jQuery UI Controlgroup 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI CSS Framework 1.14.1
2
+ * jQuery UI CSS Framework 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Datepicker 1.14.1
2
+ * jQuery UI Datepicker 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Dialog 1.14.1
2
+ * jQuery UI Dialog 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Draggable 1.14.1
2
+ * jQuery UI Draggable 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Menu 1.14.1
2
+ * jQuery UI Menu 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Progressbar 1.14.1
2
+ * jQuery UI Progressbar 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Resizable 1.14.1
2
+ * jQuery UI Resizable 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Selectable 1.14.1
2
+ * jQuery UI Selectable 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Selectmenu 1.14.1
2
+ * jQuery UI Selectmenu 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Slider 1.14.1
2
+ * jQuery UI Slider 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Sortable 1.14.1
2
+ * jQuery UI Sortable 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Spinner 1.14.1
2
+ * jQuery UI Spinner 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Tabs 1.14.1
2
+ * jQuery UI Tabs 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI CSS Framework 1.14.1
2
+ * jQuery UI CSS Framework 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Tooltip 1.14.1
2
+ * jQuery UI Tooltip 1.14.2
3
3
  * https://jqueryui.com
4
4
  *
5
5
  * Copyright OpenJS Foundation and other contributors
@@ -1,8 +1,8 @@
1
1
  module Jquery
2
2
  module Ui
3
3
  module Rails
4
- VERSION = "8.0.0"
5
- JQUERY_UI_VERSION = "1.14.1"
4
+ VERSION = "8.0.1"
5
+ JQUERY_UI_VERSION = "1.14.2"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-ui-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.0
4
+ version: 8.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jo Liss
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-30 00:00:00.000000000 Z
11
+ date: 2026-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties