mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Update descriptions of UI components in manifest files.
This commit is contained in:
parent
83ec5e2077
commit
44dda079c0
@ -6,7 +6,7 @@
|
|||||||
"docs": "http://api.jqueryui.com/category/ui-core"
|
"docs": "http://api.jqueryui.com/category/ui-core"
|
||||||
},
|
},
|
||||||
"datepicker": {
|
"datepicker": {
|
||||||
"description": "A datepicker than can be toggled from a input or displayed inline.",
|
"description": "Displays a calendar from an input or inline for selecting dates.",
|
||||||
"dependencies": [ "core" ],
|
"dependencies": [ "core" ],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"form",
|
"form",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
},
|
},
|
||||||
"effect": {
|
"effect": {
|
||||||
"title": "jQuery UI Effects Core",
|
"title": "jQuery UI Effects Core",
|
||||||
"description": "Extends the internal jQuery effects, includes morphing, easing and is required by all other effects.",
|
"description": "Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"animation",
|
"animation",
|
||||||
"show",
|
"show",
|
||||||
@ -32,7 +32,7 @@
|
|||||||
"docs": "http://api.jqueryui.com/category/effects-core"
|
"docs": "http://api.jqueryui.com/category/effects-core"
|
||||||
},
|
},
|
||||||
"position": {
|
"position": {
|
||||||
"description": "A utility plugin for positioning elements relative to other elements.",
|
"description": "Positions elements relative to other elements.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"offset",
|
"offset",
|
||||||
"relative",
|
"relative",
|
||||||
|
@ -3,39 +3,39 @@
|
|||||||
"description": "Blinds the element."
|
"description": "Blinds the element."
|
||||||
},
|
},
|
||||||
"bounce": {
|
"bounce": {
|
||||||
"description": "Bounces an element horizontally or vertically n-times."
|
"description": "Bounces an element horizontally or vertically n times."
|
||||||
},
|
},
|
||||||
"clip": {
|
"clip": {
|
||||||
"description": "Clips the element on and off like an old TV."
|
"description": "Clips the element on and off like an old TV."
|
||||||
},
|
},
|
||||||
"drop": {
|
"drop": {
|
||||||
"description": "A Drop out effect by moving the element in one direction and hiding it at the same time."
|
"description": "Moves an element in one direction and hides it at the same time."
|
||||||
},
|
},
|
||||||
"explode": {
|
"explode": {
|
||||||
"description": "The element explodes in all directions into n pieces. Also supports imploding again."
|
"description": "Explodes an element in all directions into n pieces. Implodes an element to its original wholeness."
|
||||||
},
|
},
|
||||||
"fade": {
|
"fade": {
|
||||||
"description": "Fades the element."
|
"description": "Fades an element."
|
||||||
},
|
},
|
||||||
"fold": {
|
"fold": {
|
||||||
"description": "Folds the element first horizontally and then vertically."
|
"description": "Folds an element first horizontally and then vertically."
|
||||||
},
|
},
|
||||||
"highlight": {
|
"highlight": {
|
||||||
"description": "Highlights the background of the element in a defined color for a custom duration."
|
"description": "Highlights the background of an element in a defined color for a custom duration."
|
||||||
},
|
},
|
||||||
"pulsate": {
|
"pulsate": {
|
||||||
"description": "The element pulsates n times by changing the opacity to zero and back."
|
"description": "Pulsates an element n times by changing the opacity to zero and back."
|
||||||
},
|
},
|
||||||
"scale": {
|
"scale": {
|
||||||
"description": "Grow or shrink any element and its content and restore it again."
|
"description": "Grows or shrinks an element and its content. Restores an elemnt to its original size."
|
||||||
},
|
},
|
||||||
"shake": {
|
"shake": {
|
||||||
"description": "Shakes the element horizontally or vertically n times."
|
"description": "Shakes an element horizontally or vertically n times."
|
||||||
},
|
},
|
||||||
"slide": {
|
"slide": {
|
||||||
"description": "The element slides in and out of the viewport."
|
"description": "Slides an element in and out of the viewport."
|
||||||
},
|
},
|
||||||
"transfer": {
|
"transfer": {
|
||||||
"description": "Transfer effect from one element to another."
|
"description": "Displays a transfer effect from one element to another."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"accordion": {
|
"accordion": {
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"description": "Collapsable content panels for displaying information in a limited amount of space.",
|
"description": "Displays collapsable content panels for presenting information in a limited amount of space.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"navigation",
|
"navigation",
|
||||||
"panel",
|
"panel",
|
||||||
@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"autocomplete": {
|
"autocomplete": {
|
||||||
"dependencies": [ "menu", "position" ],
|
"dependencies": [ "menu", "position" ],
|
||||||
"description": "Provides a list of suggested words as the user is typing.",
|
"description": "Lists suggested words as the user is typing.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"form",
|
"form",
|
||||||
"word",
|
"word",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
"button": {
|
"button": {
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"description": "Enhance your forms with themable buttons.",
|
"description": "Enhances a form with themable buttons.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"form",
|
"form",
|
||||||
"radio",
|
"radio",
|
||||||
@ -30,7 +30,7 @@
|
|||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"dependencies": [ "button", "draggable", "position", "resizable" ],
|
"dependencies": [ "button", "draggable", "position", "resizable" ],
|
||||||
"description": "Customizable dialog windows.",
|
"description": "Displays customizable dialog windows.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"modal",
|
"modal",
|
||||||
"alert",
|
"alert",
|
||||||
@ -39,7 +39,7 @@
|
|||||||
},
|
},
|
||||||
"draggable": {
|
"draggable": {
|
||||||
"dependencies": [ "mouse" ],
|
"dependencies": [ "mouse" ],
|
||||||
"description": "Enable dragging functionality for any element.",
|
"description": "Enables dragging functionality for any element.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"drag",
|
"drag",
|
||||||
"drop"
|
"drop"
|
||||||
@ -47,7 +47,7 @@
|
|||||||
},
|
},
|
||||||
"droppable": {
|
"droppable": {
|
||||||
"dependencies": [ "draggable", "mouse" ],
|
"dependencies": [ "draggable", "mouse" ],
|
||||||
"description": "Create drop targets for draggable elements.",
|
"description": "Enables drop targets for draggable elements.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"drag",
|
"drag",
|
||||||
"drop"
|
"drop"
|
||||||
@ -55,7 +55,7 @@
|
|||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"dependencies": [ "position" ],
|
"dependencies": [ "position" ],
|
||||||
"description": "Easily create nestable menus.",
|
"description": "Creates nestable menus.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"dropdown",
|
"dropdown",
|
||||||
"flyout"
|
"flyout"
|
||||||
@ -63,14 +63,14 @@
|
|||||||
},
|
},
|
||||||
"mouse": {
|
"mouse": {
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"description": "An abstraction for any mouse-based interactions.",
|
"description": "Abstracts mouse-based interactions to assist in creating certain widgets.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"abstraction"
|
"abstraction"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"progressbar": {
|
"progressbar": {
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"description": "A status indicator that can be used for a loading state and standard percentage indicators.",
|
"description": "Displays a status indicator for loading state, standard percentage, and other progress indicators.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"determinate",
|
"determinate",
|
||||||
"status"
|
"status"
|
||||||
@ -78,21 +78,21 @@
|
|||||||
},
|
},
|
||||||
"resizable": {
|
"resizable": {
|
||||||
"dependencies": [ "mouse" ],
|
"dependencies": [ "mouse" ],
|
||||||
"description": "Enable resize functioality for any element.",
|
"description": "Enables resize functionality for any element.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"resize"
|
"resize"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"selectable": {
|
"selectable": {
|
||||||
"dependencies": [ "mouse" ],
|
"dependencies": [ "mouse" ],
|
||||||
"description": "Create groups of elements that can be selected with the mouse.",
|
"description": "Allows groups of elements to be selected with the mouse.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"selection"
|
"selection"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"slider": {
|
"slider": {
|
||||||
"dependencies": [ "mouse" ],
|
"dependencies": [ "mouse" ],
|
||||||
"description": "A flexible slider with ranges and accessibility via keyboard.",
|
"description": "Displays a flexible slider with ranges and accessibility via keyboard.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"form",
|
"form",
|
||||||
"number",
|
"number",
|
||||||
@ -101,7 +101,7 @@
|
|||||||
},
|
},
|
||||||
"sortable": {
|
"sortable": {
|
||||||
"dependencies": [ "mouse" ],
|
"dependencies": [ "mouse" ],
|
||||||
"description": "Sort items in a list using the mouse.",
|
"description": "Enables items in a list to be sorted using the mouse.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"sort",
|
"sort",
|
||||||
"list"
|
"list"
|
||||||
@ -109,7 +109,7 @@
|
|||||||
},
|
},
|
||||||
"spinner": {
|
"spinner": {
|
||||||
"dependencies": [ "button" ],
|
"dependencies": [ "button" ],
|
||||||
"description": "Easily input numbers via the keyboard or mouse.",
|
"description": "Displays buttons to easily input numbers via the keyboard or mouse.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"form",
|
"form",
|
||||||
"number",
|
"number",
|
||||||
@ -129,7 +129,7 @@
|
|||||||
},
|
},
|
||||||
"tooltip": {
|
"tooltip": {
|
||||||
"dependencies": [ "position" ],
|
"dependencies": [ "position" ],
|
||||||
"description": "Show additional information for any element on hover or focus.",
|
"description": "Shows additional information for any element on hover or focus.",
|
||||||
"keywords": []
|
"keywords": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user