]> source.dussan.org Git - jquery-ui.git/commitdiff
All: Add css-dependency-comments based on jQuery Mobile
authorRafael Xavier de Souza <rxaviers@gmail.com>
Tue, 15 Apr 2014 14:45:46 +0000 (11:45 -0300)
committerScott González <scott.gonzalez@gmail.com>
Thu, 26 Feb 2015 14:23:33 +0000 (09:23 -0500)
Ref gh-1029
Ref jquery/download.jqueryui.com#178
Closes gh-1440

16 files changed:
ui/accordion.js
ui/autocomplete.js
ui/button.js
ui/datepicker.js
ui/dialog.js
ui/draggable.js
ui/menu.js
ui/progressbar.js
ui/resizable.js
ui/selectable.js
ui/selectmenu.js
ui/slider.js
ui/sortable.js
ui/spinner.js
ui/tabs.js
ui/tooltip.js

index e904df2bef9a3daae2851dbf5c299cb2fb41eae4..cf53e9839f70aee82c3c3e6bb62e21dcc4441125 100644 (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 ) {
index d8db9a4429b2971c91ce834724f1629faef12967..60d69307edb355d3b5bb6200539f91c31524ace3 100644 (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 ) {
index a3a40b46d588dab7f7a5ed9210f93b56ab2b3da2..4d197819a2f02c92c879d6923a75f9b561c78131 100644 (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 ) {
index 4f2ab38efc74dd838c1c4c59150ad5c2f304d51c..5be0c6f0f9b33f6649b7e1b4e7e8c63ac2d6f59e 100644 (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 ) {
index 150449b413c20d795cf821fb0848e6db991cd6a1..0775fbe8df9d4e0f624f08904d7e7285b06f833c 100644 (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 ) {
index 3bdcf92a0e5a6acdbe2a177d4eb4d8daa7ed87c4..c57a3517c9831d123ddf2a7423fcfd6f1900a87a 100644 (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 ) {
index bf698c9f975c27db1302ebf2636cf48645bec8fe..353368cf959f8d4ca73f852dedbf4f52c23c912d 100644 (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 ) {
index d417e556b12c668e1e11f38417ef7f024381f9a8..28912d975e8a4d0429ba6d29298ca7af16fd58a5 100644 (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 ) {
index c167508b397723120a27a212acafd4a0d5e1fcfe..d0d500cd156081aed7826c0d151d804242115d20 100644 (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 ) {
index e53f3f985d97f243326952cd0889b99a2a9f89b3..9c8815fb6585bc5dec491f16a77d9088acff46e2 100644 (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 ) {
index 55da2b55216a7b88b55db5381c80bff88b1a6bd3..68cbbbfbfb0dd3e9e0b16f21bb275581a8fd3aeb 100644 (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 ) {
index 33eb55b3ee9dedf6230fbdc276b455bd6422bbca..4af7dc34fde7eb895e614dc7755a7e472da4d64b 100644 (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 ) {
index 6273109c6f6153ac159a1d6135e27fd7e44c4961..f41afa5bf36f6b2ea7a7bdec30571ae866e80224 100644 (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 ) {
index c4bac1917761d0893b7e2d554174f5de2c5dd491..1d3212add3c53157911bf422659a8f6fcdfcf5d3 100644 (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 ) {
index 8e5f0e58d178a40cc0ef51e210fd628b68225e96..6d826b14af18b729bc2673b562f051cfe3357438 100644 (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 ) {
index 9e4c3453e48280baf713ea26238fbddad8edfe90..2c28cc073e0a72e8513047056a34dacbfdf50438 100644 (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 ) {