File tree 16 files changed +42
-0
lines changed
16 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 12
12
//>>description: Displays collapsible content panels for presenting information in a limited amount of space.
13
13
//>>docs: http://api.jqueryui.com/accordion/
14
14
//>>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
15
18
16
19
( function ( factory ) {
17
20
if ( typeof define === "function" && define . amd ) {
Original file line number Diff line number Diff line change 12
12
//>>description: Lists suggested words as the user is typing.
13
13
//>>docs: http://api.jqueryui.com/autocomplete/
14
14
//>>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
15
18
16
19
( function ( factory ) {
17
20
if ( typeof define === "function" && define . amd ) {
Original file line number Diff line number Diff line change 12
12
//>>description: Enhances a form with themeable buttons.
13
13
//>>docs: http://api.jqueryui.com/button/
14
14
//>>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
15
18
16
19
( function ( factory ) {
17
20
if ( typeof define === "function" && define . amd ) {
Original file line number Diff line number Diff line change 12
12
//>>description: Displays a calendar from an input or inline for selecting dates.
13
13
//>>docs: http://api.jqueryui.com/datepicker/
14
14
//>>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
15
18
16
19
( function ( factory ) {
17
20
if ( typeof define === "function" && define . amd ) {
Original file line number Diff line number Diff line change 12
12
//>>description: Displays customizable dialog windows.
13
13
//>>docs: http://api.jqueryui.com/dialog/
14
14
//>>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
15
18
16
19
( function ( factory ) {
17
20
if ( typeof define === "function" && define . amd ) {
Original file line number Diff line number Diff line change 12
12
//>>description: Enables dragging functionality for any element.
13
13
//>>docs: http://api.jqueryui.com/draggable/
14
14
//>>demos: http://jqueryui.com/draggable/
15
+ //>>css.structure: ../themes/base/draggable.css
15
16
16
17
( function ( factory ) {
17
18
if ( typeof define === "function" && define . amd ) {
Original file line number Diff line number Diff line change 12
12
//>>description: Creates nestable menus.
13
13
//>>docs: http://api.jqueryui.com/menu/
14
14
//>>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
15
18
16
19
( function ( factory ) {
17
20
if ( typeof define === "function" && define . amd ) {
Original file line number Diff line number Diff line change 12
12
//>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators.
13
13
//>>docs: http://api.jqueryui.com/progressbar/
14
14
//>>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
15
18
16
19
( function ( factory ) {
17
20
if ( typeof define === "function" && define . amd ) {
Original file line number Diff line number Diff line change 12
12
//>>description: Enables resize functionality for any element.
13
13
//>>docs: http://api.jqueryui.com/resizable/
14
14
//>>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
15
18
16
19
( function ( factory ) {
17
20
if ( typeof define === "function" && define . amd ) {
Original file line number Diff line number Diff line change 12
12
//>>description: Allows groups of elements to be selected with the mouse.
13
13
//>>docs: http://api.jqueryui.com/selectable/
14
14
//>>demos: http://jqueryui.com/selectable/
15
+ //>>css.structure: ../themes/base/selectable.css
15
16
16
17
( function ( factory ) {
17
18
if ( typeof define === "function" && define . amd ) {
Original file line number Diff line number Diff line change 12
12
//>>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.
13
13
//>>docs: http://api.jqueryui.com/selectmenu/
14
14
//>>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
15
18
16
19
( function ( factory ) {
17
20
if ( typeof define === "function" && define . amd ) {
Original file line number Diff line number Diff line change 12
12
//>>description: Displays a flexible slider with ranges and accessibility via keyboard.
13
13
//>>docs: http://api.jqueryui.com/slider/
14
14
//>>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
15
18
16
19
( function ( factory ) {
17
20
if ( typeof define === "function" && define . amd ) {
Original file line number Diff line number Diff line change 12
12
//>>description: Enables items in a list to be sorted using the mouse.
13
13
//>>docs: http://api.jqueryui.com/sortable/
14
14
//>>demos: http://jqueryui.com/sortable/
15
+ //>>css.structure: ../themes/base/sortable.css
15
16
16
17
( function ( factory ) {
17
18
if ( typeof define === "function" && define . amd ) {
Original file line number Diff line number Diff line change 12
12
//>>description: Displays buttons to easily input numbers via the keyboard or mouse.
13
13
//>>docs: http://api.jqueryui.com/spinner/
14
14
//>>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
15
18
16
19
( function ( factory ) {
17
20
if ( typeof define === "function" && define . amd ) {
Original file line number Diff line number Diff line change 12
12
//>>description: Transforms a set of container elements into a tab structure.
13
13
//>>docs: http://api.jqueryui.com/tabs/
14
14
//>>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
15
18
16
19
( function ( factory ) {
17
20
if ( typeof define === "function" && define . amd ) {
Original file line number Diff line number Diff line change 12
12
//>>description: Shows additional information for any element on hover or focus.
13
13
//>>docs: http://api.jqueryui.com/tooltip/
14
14
//>>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
15
18
16
19
( function ( factory ) {
17
20
if ( typeof define === "function" && define . amd ) {
You can’t perform that action at this time.
0 commit comments