Skip to content

Commit 45744ef

Browse files
rxaviersscottgonzalez
authored andcommitted
All: Add css-dependency-comments based on jQuery Mobile
Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440
1 parent c4e367b commit 45744ef

16 files changed

+42
-0
lines changed

ui/accordion.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
//>>description: Displays collapsible content panels for presenting information in a limited amount of space.
1313
//>>docs: http://api.jqueryui.com/accordion/
1414
//>>demos: http://jqueryui.com/accordion/
15+
//>>css.structure: ../themes/base/core.css
16+
//>>css.structure: ../themes/base/accordion.css
17+
//>>css.theme: ../themes/base/theme.css
1518

1619
(function( factory ) {
1720
if ( typeof define === "function" && define.amd ) {

ui/autocomplete.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
//>>description: Lists suggested words as the user is typing.
1313
//>>docs: http://api.jqueryui.com/autocomplete/
1414
//>>demos: http://jqueryui.com/autocomplete/
15+
//>>css.structure: ../themes/base/core.css
16+
//>>css.structure: ../themes/base/autocomplete.css
17+
//>>css.theme: ../themes/base/theme.css
1518

1619
(function( factory ) {
1720
if ( typeof define === "function" && define.amd ) {

ui/button.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
//>>description: Enhances a form with themeable buttons.
1313
//>>docs: http://api.jqueryui.com/button/
1414
//>>demos: http://jqueryui.com/button/
15+
//>>css.structure: ../themes/base/core.css
16+
//>>css.structure: ../themes/base/button.css
17+
//>>css.theme: ../themes/base/theme.css
1518

1619
(function( factory ) {
1720
if ( typeof define === "function" && define.amd ) {

ui/datepicker.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
//>>description: Displays a calendar from an input or inline for selecting dates.
1313
//>>docs: http://api.jqueryui.com/datepicker/
1414
//>>demos: http://jqueryui.com/datepicker/
15+
//>>css.structure: ../themes/base/core.css
16+
//>>css.structure: ../themes/base/datepicker.css
17+
//>>css.theme: ../themes/base/theme.css
1518

1619
(function( factory ) {
1720
if ( typeof define === "function" && define.amd ) {

ui/dialog.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
//>>description: Displays customizable dialog windows.
1313
//>>docs: http://api.jqueryui.com/dialog/
1414
//>>demos: http://jqueryui.com/dialog/
15+
//>>css.structure: ../themes/base/core.css
16+
//>>css.structure: ../themes/base/dialog.css
17+
//>>css.theme: ../themes/base/theme.css
1518

1619
(function( factory ) {
1720
if ( typeof define === "function" && define.amd ) {

ui/draggable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Enables dragging functionality for any element.
1313
//>>docs: http://api.jqueryui.com/draggable/
1414
//>>demos: http://jqueryui.com/draggable/
15+
//>>css.structure: ../themes/base/draggable.css
1516

1617
(function( factory ) {
1718
if ( typeof define === "function" && define.amd ) {

ui/menu.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
//>>description: Creates nestable menus.
1313
//>>docs: http://api.jqueryui.com/menu/
1414
//>>demos: http://jqueryui.com/menu/
15+
//>>css.structure: ../themes/base/core.css
16+
//>>css.structure: ../themes/base/menu.css
17+
//>>css.theme: ../themes/base/theme.css
1518

1619
(function( factory ) {
1720
if ( typeof define === "function" && define.amd ) {

ui/progressbar.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
//>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators.
1313
//>>docs: http://api.jqueryui.com/progressbar/
1414
//>>demos: http://jqueryui.com/progressbar/
15+
//>>css.structure: ../themes/base/core.css
16+
//>>css.structure: ../themes/base/progressbar.css
17+
//>>css.theme: ../themes/base/theme.css
1518

1619
(function( factory ) {
1720
if ( typeof define === "function" && define.amd ) {

ui/resizable.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
//>>description: Enables resize functionality for any element.
1313
//>>docs: http://api.jqueryui.com/resizable/
1414
//>>demos: http://jqueryui.com/resizable/
15+
//>>css.structure: ../themes/base/core.css
16+
//>>css.structure: ../themes/base/resizable.css
17+
//>>css.theme: ../themes/base/theme.css
1518

1619
(function( factory ) {
1720
if ( typeof define === "function" && define.amd ) {

ui/selectable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Allows groups of elements to be selected with the mouse.
1313
//>>docs: http://api.jqueryui.com/selectable/
1414
//>>demos: http://jqueryui.com/selectable/
15+
//>>css.structure: ../themes/base/selectable.css
1516

1617
(function( factory ) {
1718
if ( typeof define === "function" && define.amd ) {

ui/selectmenu.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
//>>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.
1313
//>>docs: http://api.jqueryui.com/selectmenu/
1414
//>>demos: http://jqueryui.com/selectmenu/
15+
//>>css.structure: ../themes/base/core.css
16+
//>>css.structure: ../themes/base/selectmenu.css
17+
//>>css.theme: ../themes/base/theme.css
1518

1619
(function( factory ) {
1720
if ( typeof define === "function" && define.amd ) {

ui/slider.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
//>>description: Displays a flexible slider with ranges and accessibility via keyboard.
1313
//>>docs: http://api.jqueryui.com/slider/
1414
//>>demos: http://jqueryui.com/slider/
15+
//>>css.structure: ../themes/base/core.css
16+
//>>css.structure: ../themes/base/slider.css
17+
//>>css.theme: ../themes/base/theme.css
1518

1619
(function( factory ) {
1720
if ( typeof define === "function" && define.amd ) {

ui/sortable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Enables items in a list to be sorted using the mouse.
1313
//>>docs: http://api.jqueryui.com/sortable/
1414
//>>demos: http://jqueryui.com/sortable/
15+
//>>css.structure: ../themes/base/sortable.css
1516

1617
(function( factory ) {
1718
if ( typeof define === "function" && define.amd ) {

ui/spinner.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
//>>description: Displays buttons to easily input numbers via the keyboard or mouse.
1313
//>>docs: http://api.jqueryui.com/spinner/
1414
//>>demos: http://jqueryui.com/spinner/
15+
//>>css.structure: ../themes/base/core.css
16+
//>>css.structure: ../themes/base/spinner.css
17+
//>>css.theme: ../themes/base/theme.css
1518

1619
(function( factory ) {
1720
if ( typeof define === "function" && define.amd ) {

ui/tabs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
//>>description: Transforms a set of container elements into a tab structure.
1313
//>>docs: http://api.jqueryui.com/tabs/
1414
//>>demos: http://jqueryui.com/tabs/
15+
//>>css.structure: ../themes/base/core.css
16+
//>>css.structure: ../themes/base/tabs.css
17+
//>>css.theme: ../themes/base/theme.css
1518

1619
(function( factory ) {
1720
if ( typeof define === "function" && define.amd ) {

ui/tooltip.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
//>>description: Shows additional information for any element on hover or focus.
1313
//>>docs: http://api.jqueryui.com/tooltip/
1414
//>>demos: http://jqueryui.com/tooltip/
15+
//>>css.structure: ../themes/base/core.css
16+
//>>css.structure: ../themes/base/tooltip.css
17+
//>>css.theme: ../themes/base/theme.css
1518

1619
(function( factory ) {
1720
if ( typeof define === "function" && define.amd ) {

0 commit comments

Comments
 (0)