Skip to content

Commit

Permalink
Various: Add css-dependency-comments based on jQuery Mobile
Browse files Browse the repository at this point in the history
Ref #1029
  • Loading branch information
rxaviers committed Jan 29, 2015
1 parent 0aa4e98 commit 43605c6
Show file tree
Hide file tree
Showing 37 changed files with 55 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/accordion.js
Expand Up @@ -12,6 +12,8 @@
//>>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/accordion.css
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
2 changes: 2 additions & 0 deletions ui/autocomplete.js
Expand Up @@ -12,6 +12,8 @@
//>>description: Lists suggested words as the user is typing.
//>>docs: http://api.jqueryui.com/autocomplete/
//>>demos: http://jqueryui.com/autocomplete/
//>>css.structure: ../themes/base/autocomplete.css
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
2 changes: 2 additions & 0 deletions ui/button.js
Expand Up @@ -12,6 +12,8 @@
//>>description: Enhances a form with themeable buttons.
//>>docs: http://api.jqueryui.com/button/
//>>demos: http://jqueryui.com/button/
//>>css.structure: ../themes/base/button.css
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
3 changes: 3 additions & 0 deletions ui/core.js
Expand Up @@ -13,6 +13,9 @@
//>>description: The core of jQuery UI, required for all interactions and widgets.
//>>docs: http://api.jqueryui.com/category/ui-core/
//>>demos: http://jqueryui.com/
//>>css.structure: ../themes/base/base.css
//>>css.structure: ../themes/base/core.css
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
2 changes: 2 additions & 0 deletions ui/datepicker.js
Expand Up @@ -12,6 +12,8 @@
//>>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/datepicker.css
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
2 changes: 2 additions & 0 deletions ui/dialog.js
Expand Up @@ -12,6 +12,8 @@
//>>description: Displays customizable dialog windows.
//>>docs: http://api.jqueryui.com/dialog/
//>>demos: http://jqueryui.com/dialog/
//>>css.structure: ../themes/base/dialog.css
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
2 changes: 2 additions & 0 deletions ui/draggable.js
Expand Up @@ -12,6 +12,8 @@
//>>description: Enables dragging functionality for any element.
//>>docs: http://api.jqueryui.com/draggable/
//>>demos: http://jqueryui.com/draggable/
//>>css.structure: ../themes/base/draggable.css
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/droppable.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Enables drop targets for draggable elements.
//>>docs: http://api.jqueryui.com/droppable/
//>>demos: http://jqueryui.com/droppable/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect-blind.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Blinds the element.
//>>docs: http://api.jqueryui.com/blind-effect/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect-bounce.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Bounces an element horizontally or vertically n times.
//>>docs: http://api.jqueryui.com/bounce-effect/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect-clip.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Clips the element on and off like an old TV.
//>>docs: http://api.jqueryui.com/clip-effect/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect-drop.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Moves an element in one direction and hides it at the same time.
//>>docs: http://api.jqueryui.com/drop-effect/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect-explode.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.
//>>docs: http://api.jqueryui.com/explode-effect/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect-fade.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Fades the element.
//>>docs: http://api.jqueryui.com/fade-effect/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect-fold.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Folds an element first horizontally and then vertically.
//>>docs: http://api.jqueryui.com/fold-effect/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect-highlight.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Highlights the background of an element in a defined color for a custom duration.
//>>docs: http://api.jqueryui.com/highlight-effect/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect-puff.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Creates a puff effect by scaling the element up and hiding it at the same time.
//>>docs: http://api.jqueryui.com/puff-effect/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect-pulsate.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Pulsates an element n times by changing the opacity to zero and back.
//>>docs: http://api.jqueryui.com/pulsate-effect/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect-scale.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Grows or shrinks an element and its content. Restores an element to its original size.
//>>docs: http://api.jqueryui.com/scale-effect/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect-shake.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Shakes an element horizontally or vertically n times.
//>>docs: http://api.jqueryui.com/shake-effect/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect-size.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Resize an element to a specified width and height.
//>>docs: http://api.jqueryui.com/size-effect/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect-slide.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Slides an element in and out of the viewport.
//>>docs: http://api.jqueryui.com/slide-effect/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect-transfer.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Displays a transfer effect from one element to another.
//>>docs: http://api.jqueryui.com/transfer-effect/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/effect.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.
//>>docs: http://api.jqueryui.com/category/effects-core/
//>>demos: http://jqueryui.com/effect/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
2 changes: 2 additions & 0 deletions ui/menu.js
Expand Up @@ -12,6 +12,8 @@
//>>description: Creates nestable menus.
//>>docs: http://api.jqueryui.com/menu/
//>>demos: http://jqueryui.com/menu/
//>>css.structure: ../themes/base/menu.css
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/mouse.js
Expand Up @@ -11,6 +11,7 @@
//>>group: UI Core
//>>description: Abstracts mouse-based interactions to assist in creating certain widgets.
//>>docs: http://api.jqueryui.com/mouse/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/position.js
Expand Up @@ -14,6 +14,7 @@
//>>description: Positions elements relative to other elements.
//>>docs: http://api.jqueryui.com/position/
//>>demos: http://jqueryui.com/position/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
2 changes: 2 additions & 0 deletions ui/progressbar.js
Expand Up @@ -12,6 +12,8 @@
//>>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/progressbar.css
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
2 changes: 2 additions & 0 deletions ui/resizable.js
Expand Up @@ -12,6 +12,8 @@
//>>description: Enables resize functionality for any element.
//>>docs: http://api.jqueryui.com/resizable/
//>>demos: http://jqueryui.com/resizable/
//>>css.structure: ../themes/base/resizable.css
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
2 changes: 2 additions & 0 deletions ui/selectable.js
Expand Up @@ -12,6 +12,8 @@
//>>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
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
2 changes: 2 additions & 0 deletions ui/selectmenu.js
Expand Up @@ -12,6 +12,8 @@
//>>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/selectmenu.css
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
2 changes: 2 additions & 0 deletions ui/slider.js
Expand Up @@ -12,6 +12,8 @@
//>>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/slider.css
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
2 changes: 2 additions & 0 deletions ui/sortable.js
Expand Up @@ -12,6 +12,8 @@
//>>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
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
2 changes: 2 additions & 0 deletions ui/spinner.js
Expand Up @@ -12,6 +12,8 @@
//>>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/spinner.css
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
2 changes: 2 additions & 0 deletions ui/tabs.js
Expand Up @@ -12,6 +12,8 @@
//>>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/tabs.css
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
2 changes: 2 additions & 0 deletions ui/tooltip.js
Expand Up @@ -12,6 +12,8 @@
//>>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/tooltip.css
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down
1 change: 1 addition & 0 deletions ui/widget.js
Expand Up @@ -12,6 +12,7 @@
//>>description: Provides a factory for creating stateful widgets with a common API.
//>>docs: http://api.jqueryui.com/jQuery.widget/
//>>demos: http://jqueryui.com/widget/
//>>css.theme: ../themes/base/theme.css

(function( factory ) {
if ( typeof define === "function" && define.amd ) {
Expand Down

0 comments on commit 43605c6

Please sign in to comment.