All: Add css-dependency-comments based on jQuery Mobile

Ref gh-1029
Ref jquery/download.jqueryui.com#178
Closes gh-1440
This commit is contained in:
Rafael Xavier de Souza 2014-04-15 11:45:46 -03:00 committed by Scott González
parent c4e367bb31
commit 45744efd26
16 changed files with 42 additions and 0 deletions

View File

@ -12,6 +12,9 @@
//>>description: Displays collapsible content panels for presenting information in a limited amount of space.
//>>docs: http://api.jqueryui.com/accordion/
//>>demos: http://jqueryui.com/accordion/
//>>css.structure: ../themes/base/core.css
//>>css.structure: ../themes/base/accordion.css
//>>css.theme: ../themes/base/theme.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +12,9 @@
//>>description: Lists suggested words as the user is typing.
//>>docs: http://api.jqueryui.com/autocomplete/
//>>demos: http://jqueryui.com/autocomplete/
//>>css.structure: ../themes/base/core.css
//>>css.structure: ../themes/base/autocomplete.css
//>>css.theme: ../themes/base/theme.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +12,9 @@
//>>description: Enhances a form with themeable buttons.
//>>docs: http://api.jqueryui.com/button/
//>>demos: http://jqueryui.com/button/
//>>css.structure: ../themes/base/core.css
//>>css.structure: ../themes/base/button.css
//>>css.theme: ../themes/base/theme.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +12,9 @@
//>>description: Displays a calendar from an input or inline for selecting dates.
//>>docs: http://api.jqueryui.com/datepicker/
//>>demos: http://jqueryui.com/datepicker/
//>>css.structure: ../themes/base/core.css
//>>css.structure: ../themes/base/datepicker.css
//>>css.theme: ../themes/base/theme.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +12,9 @@
//>>description: Displays customizable dialog windows.
//>>docs: http://api.jqueryui.com/dialog/
//>>demos: http://jqueryui.com/dialog/
//>>css.structure: ../themes/base/core.css
//>>css.structure: ../themes/base/dialog.css
//>>css.theme: ../themes/base/theme.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +12,7 @@
//>>description: Enables dragging functionality for any element.
//>>docs: http://api.jqueryui.com/draggable/
//>>demos: http://jqueryui.com/draggable/
//>>css.structure: ../themes/base/draggable.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +12,9 @@
//>>description: Creates nestable menus.
//>>docs: http://api.jqueryui.com/menu/
//>>demos: http://jqueryui.com/menu/
//>>css.structure: ../themes/base/core.css
//>>css.structure: ../themes/base/menu.css
//>>css.theme: ../themes/base/theme.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +12,9 @@
//>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators.
//>>docs: http://api.jqueryui.com/progressbar/
//>>demos: http://jqueryui.com/progressbar/
//>>css.structure: ../themes/base/core.css
//>>css.structure: ../themes/base/progressbar.css
//>>css.theme: ../themes/base/theme.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +12,9 @@
//>>description: Enables resize functionality for any element.
//>>docs: http://api.jqueryui.com/resizable/
//>>demos: http://jqueryui.com/resizable/
//>>css.structure: ../themes/base/core.css
//>>css.structure: ../themes/base/resizable.css
//>>css.theme: ../themes/base/theme.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +12,7 @@
//>>description: Allows groups of elements to be selected with the mouse.
//>>docs: http://api.jqueryui.com/selectable/
//>>demos: http://jqueryui.com/selectable/
//>>css.structure: ../themes/base/selectable.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +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.
//>>docs: http://api.jqueryui.com/selectmenu/
//>>demos: http://jqueryui.com/selectmenu/
//>>css.structure: ../themes/base/core.css
//>>css.structure: ../themes/base/selectmenu.css
//>>css.theme: ../themes/base/theme.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +12,9 @@
//>>description: Displays a flexible slider with ranges and accessibility via keyboard.
//>>docs: http://api.jqueryui.com/slider/
//>>demos: http://jqueryui.com/slider/
//>>css.structure: ../themes/base/core.css
//>>css.structure: ../themes/base/slider.css
//>>css.theme: ../themes/base/theme.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +12,7 @@
//>>description: Enables items in a list to be sorted using the mouse.
//>>docs: http://api.jqueryui.com/sortable/
//>>demos: http://jqueryui.com/sortable/
//>>css.structure: ../themes/base/sortable.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +12,9 @@
//>>description: Displays buttons to easily input numbers via the keyboard or mouse.
//>>docs: http://api.jqueryui.com/spinner/
//>>demos: http://jqueryui.com/spinner/
//>>css.structure: ../themes/base/core.css
//>>css.structure: ../themes/base/spinner.css
//>>css.theme: ../themes/base/theme.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +12,9 @@
//>>description: Transforms a set of container elements into a tab structure.
//>>docs: http://api.jqueryui.com/tabs/
//>>demos: http://jqueryui.com/tabs/
//>>css.structure: ../themes/base/core.css
//>>css.structure: ../themes/base/tabs.css
//>>css.theme: ../themes/base/theme.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +12,9 @@
//>>description: Shows additional information for any element on hover or focus.
//>>docs: http://api.jqueryui.com/tooltip/
//>>demos: http://jqueryui.com/tooltip/
//>>css.structure: ../themes/base/core.css
//>>css.structure: ../themes/base/tooltip.css
//>>css.theme: ../themes/base/theme.css
(function( factory ) {
if ( typeof define === "function" && define.amd ) {