Skip to content

Commit 404d5bd

Browse files
committedMar 8, 2023
8302161: Upgrade jQuery UI to version 1.13.2
Reviewed-by: jjg
1 parent d287a5e commit 404d5bd

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed
 

‎src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script-dir/jquery-ui.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery UI - v1.13.1 - 2022-05-12
1+
/*! jQuery UI - v1.13.2 - 2023-02-27
22
* http://jqueryui.com
33
* Includes: core.css, autocomplete.css, menu.css
44
* Copyright jQuery Foundation and other contributors; Licensed MIT */

‎src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script-dir/jquery-ui.js

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery UI - v1.13.1 - 2022-05-12
1+
/*! jQuery UI - v1.13.2 - 2023-02-27
22
* http://jqueryui.com
33
* Includes: widget.js, position.js, keycode.js, unique-id.js, widgets/autocomplete.js, widgets/menu.js
44
* Copyright jQuery Foundation and other contributors; Licensed MIT */
@@ -20,11 +20,11 @@
2020

2121
$.ui = $.ui || {};
2222

23-
var version = $.ui.version = "1.13.1";
23+
var version = $.ui.version = "1.13.2";
2424

2525

2626
/*!
27-
* jQuery UI Widget 1.13.1
27+
* jQuery UI Widget 1.13.2
2828
* http://jqueryui.com
2929
*
3030
* Copyright jQuery Foundation and other contributors
@@ -766,7 +766,7 @@ var widget = $.widget;
766766

767767

768768
/*!
769-
* jQuery UI Position 1.13.1
769+
* jQuery UI Position 1.13.2
770770
* http://jqueryui.com
771771
*
772772
* Copyright jQuery Foundation and other contributors
@@ -1263,7 +1263,7 @@ var position = $.ui.position;
12631263

12641264

12651265
/*!
1266-
* jQuery UI Keycode 1.13.1
1266+
* jQuery UI Keycode 1.13.2
12671267
* http://jqueryui.com
12681268
*
12691269
* Copyright jQuery Foundation and other contributors
@@ -1298,7 +1298,7 @@ var keycode = $.ui.keyCode = {
12981298

12991299

13001300
/*!
1301-
* jQuery UI Unique ID 1.13.1
1301+
* jQuery UI Unique ID 1.13.2
13021302
* http://jqueryui.com
13031303
*
13041304
* Copyright jQuery Foundation and other contributors
@@ -1366,7 +1366,7 @@ var safeActiveElement = $.ui.safeActiveElement = function( document ) {
13661366

13671367

13681368
/*!
1369-
* jQuery UI Menu 1.13.1
1369+
* jQuery UI Menu 1.13.2
13701370
* http://jqueryui.com
13711371
*
13721372
* Copyright jQuery Foundation and other contributors
@@ -1385,7 +1385,7 @@ var safeActiveElement = $.ui.safeActiveElement = function( document ) {
13851385

13861386

13871387
var widgetsMenu = $.widget( "ui.menu", {
1388-
version: "1.13.1",
1388+
version: "1.13.2",
13891389
defaultElement: "<ul>",
13901390
delay: 300,
13911391
options: {
@@ -2057,7 +2057,7 @@ var widgetsMenu = $.widget( "ui.menu", {
20572057

20582058

20592059
/*!
2060-
* jQuery UI Autocomplete 1.13.1
2060+
* jQuery UI Autocomplete 1.13.2
20612061
* http://jqueryui.com
20622062
*
20632063
* Copyright jQuery Foundation and other contributors
@@ -2076,7 +2076,7 @@ var widgetsMenu = $.widget( "ui.menu", {
20762076

20772077

20782078
$.widget( "ui.autocomplete", {
2079-
version: "1.13.1",
2079+
version: "1.13.2",
20802080
defaultElement: "<input>",
20812081
options: {
20822082
appendTo: null,

‎src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script-dir/jquery-ui.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script-dir/jquery-ui.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/jdk.javadoc/share/legal/jqueryUI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## jQuery UI v1.13.1
1+
## jQuery UI v1.13.2
22

33
### jQuery UI License
44
```

0 commit comments

Comments
 (0)
Please sign in to comment.