Skip to content

Commit 43605c6

Browse files
committed
Various: Add css-dependency-comments based on jQuery Mobile
Ref #1029
1 parent 0aa4e98 commit 43605c6

37 files changed

+55
-0
lines changed

ui/accordion.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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/accordion.css
16+
//>>css.theme: ../themes/base/theme.css
1517

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/autocomplete.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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/autocomplete.css
16+
//>>css.theme: ../themes/base/theme.css
1517

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/button.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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/button.css
16+
//>>css.theme: ../themes/base/theme.css
1517

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/core.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
//>>description: The core of jQuery UI, required for all interactions and widgets.
1414
//>>docs: http://api.jqueryui.com/category/ui-core/
1515
//>>demos: http://jqueryui.com/
16+
//>>css.structure: ../themes/base/base.css
17+
//>>css.structure: ../themes/base/core.css
18+
//>>css.theme: ../themes/base/theme.css
1619

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

ui/datepicker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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/datepicker.css
16+
//>>css.theme: ../themes/base/theme.css
1517

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/dialog.js

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

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/draggable.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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
16+
//>>css.theme: ../themes/base/theme.css
1517

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/droppable.js

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

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

ui/effect-blind.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Blinds the element.
1313
//>>docs: http://api.jqueryui.com/blind-effect/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/effect-bounce.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Bounces an element horizontally or vertically n times.
1313
//>>docs: http://api.jqueryui.com/bounce-effect/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/effect-clip.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Clips the element on and off like an old TV.
1313
//>>docs: http://api.jqueryui.com/clip-effect/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/effect-drop.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Moves an element in one direction and hides it at the same time.
1313
//>>docs: http://api.jqueryui.com/drop-effect/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/effect-explode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.
1313
//>>docs: http://api.jqueryui.com/explode-effect/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/effect-fade.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Fades the element.
1313
//>>docs: http://api.jqueryui.com/fade-effect/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/effect-fold.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Folds an element first horizontally and then vertically.
1313
//>>docs: http://api.jqueryui.com/fold-effect/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/effect-highlight.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Highlights the background of an element in a defined color for a custom duration.
1313
//>>docs: http://api.jqueryui.com/highlight-effect/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/effect-puff.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Creates a puff effect by scaling the element up and hiding it at the same time.
1313
//>>docs: http://api.jqueryui.com/puff-effect/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/effect-pulsate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Pulsates an element n times by changing the opacity to zero and back.
1313
//>>docs: http://api.jqueryui.com/pulsate-effect/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/effect-scale.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Grows or shrinks an element and its content. Restores an element to its original size.
1313
//>>docs: http://api.jqueryui.com/scale-effect/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/effect-shake.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Shakes an element horizontally or vertically n times.
1313
//>>docs: http://api.jqueryui.com/shake-effect/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/effect-size.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Resize an element to a specified width and height.
1313
//>>docs: http://api.jqueryui.com/size-effect/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/effect-slide.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Slides an element in and out of the viewport.
1313
//>>docs: http://api.jqueryui.com/slide-effect/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/effect-transfer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Displays a transfer effect from one element to another.
1313
//>>docs: http://api.jqueryui.com/transfer-effect/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/effect.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.
1313
//>>docs: http://api.jqueryui.com/category/effects-core/
1414
//>>demos: http://jqueryui.com/effect/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

ui/menu.js

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

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/mouse.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
//>>group: UI Core
1212
//>>description: Abstracts mouse-based interactions to assist in creating certain widgets.
1313
//>>docs: http://api.jqueryui.com/mouse/
14+
//>>css.theme: ../themes/base/theme.css
1415

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

ui/position.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
//>>description: Positions elements relative to other elements.
1515
//>>docs: http://api.jqueryui.com/position/
1616
//>>demos: http://jqueryui.com/position/
17+
//>>css.theme: ../themes/base/theme.css
1718

1819
(function( factory ) {
1920
if ( typeof define === "function" && define.amd ) {

ui/progressbar.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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/progressbar.css
16+
//>>css.theme: ../themes/base/theme.css
1517

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/resizable.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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/resizable.css
16+
//>>css.theme: ../themes/base/theme.css
1517

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/selectable.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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
16+
//>>css.theme: ../themes/base/theme.css
1517

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/selectmenu.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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/selectmenu.css
16+
//>>css.theme: ../themes/base/theme.css
1517

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/slider.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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/slider.css
16+
//>>css.theme: ../themes/base/theme.css
1517

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/sortable.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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
16+
//>>css.theme: ../themes/base/theme.css
1517

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/spinner.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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/spinner.css
16+
//>>css.theme: ../themes/base/theme.css
1517

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/tabs.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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/tabs.css
16+
//>>css.theme: ../themes/base/theme.css
1517

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/tooltip.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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/tooltip.css
16+
//>>css.theme: ../themes/base/theme.css
1517

1618
(function( factory ) {
1719
if ( typeof define === "function" && define.amd ) {

ui/widget.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//>>description: Provides a factory for creating stateful widgets with a common API.
1313
//>>docs: http://api.jqueryui.com/jQuery.widget/
1414
//>>demos: http://jqueryui.com/widget/
15+
//>>css.theme: ../themes/base/theme.css
1516

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

0 commit comments

Comments
 (0)