mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
All: Fix manifest issues for categories and CSS dependencies
Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder.
This commit is contained in:
parent
a1d69208ba
commit
cb69f0025f
@ -9,7 +9,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Core
|
//>>label: Core
|
||||||
//>>group: UI Core
|
//>>group: Core
|
||||||
//>>description: The core of jQuery UI, required for all interactions and widgets.
|
//>>description: The core of jQuery UI, required for all interactions and widgets.
|
||||||
//>>docs: http://api.jqueryui.com/category/ui-core/
|
//>>docs: http://api.jqueryui.com/category/ui-core/
|
||||||
|
|
||||||
|
2
ui/jquery-1-7.js
vendored
2
ui/jquery-1-7.js
vendored
@ -9,7 +9,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: jQuery 1.7 Support
|
//>>label: jQuery 1.7 Support
|
||||||
//>>group: UI Core
|
//>>group: Core
|
||||||
//>>description: Support version 1.7.x of jQuery core
|
//>>description: Support version 1.7.x of jQuery core
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Position
|
//>>label: Position
|
||||||
//>>group: UI Core
|
//>>group: Core
|
||||||
//>>description: Positions elements relative to other elements.
|
//>>description: Positions elements relative to other elements.
|
||||||
//>>docs: http://api.jqueryui.com/position/
|
//>>docs: http://api.jqueryui.com/position/
|
||||||
//>>demos: http://jqueryui.com/position/
|
//>>demos: http://jqueryui.com/position/
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Widget
|
//>>label: Widget
|
||||||
//>>group: UI Core
|
//>>group: Core
|
||||||
//>>description: Provides a factory for creating stateful widgets with a common API.
|
//>>description: Provides a factory for creating stateful widgets with a common API.
|
||||||
//>>docs: http://api.jqueryui.com/jQuery.widget/
|
//>>docs: http://api.jqueryui.com/jQuery.widget/
|
||||||
//>>demos: http://jqueryui.com/widget/
|
//>>demos: http://jqueryui.com/widget/
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
//>>description: Displays collapsible content panels for presenting information in a limited amount of space.
|
//>>description: Displays collapsible content panels for presenting information in a limited amount of space.
|
||||||
//>>docs: http://api.jqueryui.com/accordion/
|
//>>docs: http://api.jqueryui.com/accordion/
|
||||||
//>>demos: http://jqueryui.com/accordion/
|
//>>demos: http://jqueryui.com/accordion/
|
||||||
//>>css.structure: ../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../themes/base/accordion.css
|
//>>css.structure: ../../themes/base/accordion.css
|
||||||
//>>css.theme: ../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
//>>description: Lists suggested words as the user is typing.
|
//>>description: Lists suggested words as the user is typing.
|
||||||
//>>docs: http://api.jqueryui.com/autocomplete/
|
//>>docs: http://api.jqueryui.com/autocomplete/
|
||||||
//>>demos: http://jqueryui.com/autocomplete/
|
//>>demos: http://jqueryui.com/autocomplete/
|
||||||
//>>css.structure: ../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../themes/base/autocomplete.css
|
//>>css.structure: ../../themes/base/autocomplete.css
|
||||||
//>>css.theme: ../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
//>>description: Enhances a form with themeable buttons.
|
//>>description: Enhances a form with themeable buttons.
|
||||||
//>>docs: http://api.jqueryui.com/button/
|
//>>docs: http://api.jqueryui.com/button/
|
||||||
//>>demos: http://jqueryui.com/button/
|
//>>demos: http://jqueryui.com/button/
|
||||||
//>>css.structure: ../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../themes/base/button.css
|
//>>css.structure: ../../themes/base/button.css
|
||||||
//>>css.theme: ../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -12,10 +12,10 @@
|
|||||||
//>>description: Enhances a form with multiple themeable checkboxes or radio buttons.
|
//>>description: Enhances a form with multiple themeable checkboxes or radio buttons.
|
||||||
//>>docs: http://api.jqueryui.com/checkboxradio/
|
//>>docs: http://api.jqueryui.com/checkboxradio/
|
||||||
//>>demos: http://jqueryui.com/checkboxradio/
|
//>>demos: http://jqueryui.com/checkboxradio/
|
||||||
//>>css.structure: ../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../themes/base/button.css
|
//>>css.structure: ../../themes/base/button.css
|
||||||
//>>css.structure: ../themes/base/checkboxradio.css
|
//>>css.structure: ../../themes/base/checkboxradio.css
|
||||||
//>>css.theme: ../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
//>>description: Visually groups form control widgets
|
//>>description: Visually groups form control widgets
|
||||||
//>>docs: http://api.jqueryui.com/controlgroup/
|
//>>docs: http://api.jqueryui.com/controlgroup/
|
||||||
//>>demos: http://jqueryui.com/controlgroup/
|
//>>demos: http://jqueryui.com/controlgroup/
|
||||||
//>>css.structure: ../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../themes/base/controlgroup.css
|
//>>css.structure: ../../themes/base/controlgroup.css
|
||||||
//>>css.theme: ../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
//>>description: Displays a calendar from an input or inline for selecting dates.
|
//>>description: Displays a calendar from an input or inline for selecting dates.
|
||||||
//>>docs: http://api.jqueryui.com/datepicker/
|
//>>docs: http://api.jqueryui.com/datepicker/
|
||||||
//>>demos: http://jqueryui.com/datepicker/
|
//>>demos: http://jqueryui.com/datepicker/
|
||||||
//>>css.structure: ../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../themes/base/datepicker.css
|
//>>css.structure: ../../themes/base/datepicker.css
|
||||||
//>>css.theme: ../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
//>>description: Displays customizable dialog windows.
|
//>>description: Displays customizable dialog windows.
|
||||||
//>>docs: http://api.jqueryui.com/dialog/
|
//>>docs: http://api.jqueryui.com/dialog/
|
||||||
//>>demos: http://jqueryui.com/dialog/
|
//>>demos: http://jqueryui.com/dialog/
|
||||||
//>>css.structure: ../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../themes/base/dialog.css
|
//>>css.structure: ../../themes/base/dialog.css
|
||||||
//>>css.theme: ../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
//>>description: Enables dragging functionality for any element.
|
//>>description: Enables dragging functionality for any element.
|
||||||
//>>docs: http://api.jqueryui.com/draggable/
|
//>>docs: http://api.jqueryui.com/draggable/
|
||||||
//>>demos: http://jqueryui.com/draggable/
|
//>>demos: http://jqueryui.com/draggable/
|
||||||
//>>css.structure: ../themes/base/draggable.css
|
//>>css.structure: ../../themes/base/draggable.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
//>>description: Creates nestable menus.
|
//>>description: Creates nestable menus.
|
||||||
//>>docs: http://api.jqueryui.com/menu/
|
//>>docs: http://api.jqueryui.com/menu/
|
||||||
//>>demos: http://jqueryui.com/menu/
|
//>>demos: http://jqueryui.com/menu/
|
||||||
//>>css.structure: ../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../themes/base/menu.css
|
//>>css.structure: ../../themes/base/menu.css
|
||||||
//>>css.theme: ../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
//>>label: Mouse
|
//>>label: Mouse
|
||||||
//>>group: UI Core
|
//>>group: Widgets
|
||||||
//>>description: Abstracts mouse-based interactions to assist in creating certain widgets.
|
//>>description: Abstracts mouse-based interactions to assist in creating certain widgets.
|
||||||
//>>docs: http://api.jqueryui.com/mouse/
|
//>>docs: http://api.jqueryui.com/mouse/
|
||||||
|
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
//>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators.
|
//>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators.
|
||||||
//>>docs: http://api.jqueryui.com/progressbar/
|
//>>docs: http://api.jqueryui.com/progressbar/
|
||||||
//>>demos: http://jqueryui.com/progressbar/
|
//>>demos: http://jqueryui.com/progressbar/
|
||||||
//>>css.structure: ../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../themes/base/progressbar.css
|
//>>css.structure: ../../themes/base/progressbar.css
|
||||||
//>>css.theme: ../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
//>>description: Enables resize functionality for any element.
|
//>>description: Enables resize functionality for any element.
|
||||||
//>>docs: http://api.jqueryui.com/resizable/
|
//>>docs: http://api.jqueryui.com/resizable/
|
||||||
//>>demos: http://jqueryui.com/resizable/
|
//>>demos: http://jqueryui.com/resizable/
|
||||||
//>>css.structure: ../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../themes/base/resizable.css
|
//>>css.structure: ../../themes/base/resizable.css
|
||||||
//>>css.theme: ../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
//>>description: Allows groups of elements to be selected with the mouse.
|
//>>description: Allows groups of elements to be selected with the mouse.
|
||||||
//>>docs: http://api.jqueryui.com/selectable/
|
//>>docs: http://api.jqueryui.com/selectable/
|
||||||
//>>demos: http://jqueryui.com/selectable/
|
//>>demos: http://jqueryui.com/selectable/
|
||||||
//>>css.structure: ../themes/base/selectable.css
|
//>>css.structure: ../../themes/base/selectable.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
//>>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.
|
//>>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.
|
||||||
//>>docs: http://api.jqueryui.com/selectmenu/
|
//>>docs: http://api.jqueryui.com/selectmenu/
|
||||||
//>>demos: http://jqueryui.com/selectmenu/
|
//>>demos: http://jqueryui.com/selectmenu/
|
||||||
//>>css.structure: ../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../themes/base/selectmenu.css, ../themes/base/button.css
|
//>>css.structure: ../../themes/base/selectmenu.css, ../../themes/base/button.css
|
||||||
//>>css.theme: ../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
//>>description: Displays a flexible slider with ranges and accessibility via keyboard.
|
//>>description: Displays a flexible slider with ranges and accessibility via keyboard.
|
||||||
//>>docs: http://api.jqueryui.com/slider/
|
//>>docs: http://api.jqueryui.com/slider/
|
||||||
//>>demos: http://jqueryui.com/slider/
|
//>>demos: http://jqueryui.com/slider/
|
||||||
//>>css.structure: ../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../themes/base/slider.css
|
//>>css.structure: ../../themes/base/slider.css
|
||||||
//>>css.theme: ../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
//>>description: Enables items in a list to be sorted using the mouse.
|
//>>description: Enables items in a list to be sorted using the mouse.
|
||||||
//>>docs: http://api.jqueryui.com/sortable/
|
//>>docs: http://api.jqueryui.com/sortable/
|
||||||
//>>demos: http://jqueryui.com/sortable/
|
//>>demos: http://jqueryui.com/sortable/
|
||||||
//>>css.structure: ../themes/base/sortable.css
|
//>>css.structure: ../../themes/base/sortable.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
//>>description: Displays buttons to easily input numbers via the keyboard or mouse.
|
//>>description: Displays buttons to easily input numbers via the keyboard or mouse.
|
||||||
//>>docs: http://api.jqueryui.com/spinner/
|
//>>docs: http://api.jqueryui.com/spinner/
|
||||||
//>>demos: http://jqueryui.com/spinner/
|
//>>demos: http://jqueryui.com/spinner/
|
||||||
//>>css.structure: ../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../themes/base/spinner.css
|
//>>css.structure: ../../themes/base/spinner.css
|
||||||
//>>css.theme: ../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
//>>description: Transforms a set of container elements into a tab structure.
|
//>>description: Transforms a set of container elements into a tab structure.
|
||||||
//>>docs: http://api.jqueryui.com/tabs/
|
//>>docs: http://api.jqueryui.com/tabs/
|
||||||
//>>demos: http://jqueryui.com/tabs/
|
//>>demos: http://jqueryui.com/tabs/
|
||||||
//>>css.structure: ../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../themes/base/tabs.css
|
//>>css.structure: ../../themes/base/tabs.css
|
||||||
//>>css.theme: ../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
//>>description: Shows additional information for any element on hover or focus.
|
//>>description: Shows additional information for any element on hover or focus.
|
||||||
//>>docs: http://api.jqueryui.com/tooltip/
|
//>>docs: http://api.jqueryui.com/tooltip/
|
||||||
//>>demos: http://jqueryui.com/tooltip/
|
//>>demos: http://jqueryui.com/tooltip/
|
||||||
//>>css.structure: ../themes/base/core.css
|
//>>css.structure: ../../themes/base/core.css
|
||||||
//>>css.structure: ../themes/base/tooltip.css
|
//>>css.structure: ../../themes/base/tooltip.css
|
||||||
//>>css.theme: ../themes/base/theme.css
|
//>>css.theme: ../../themes/base/theme.css
|
||||||
|
|
||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user