mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Manifest: Give interactions their own category
This commit is contained in:
parent
cd82b335a8
commit
328cccdd17
@ -43,7 +43,8 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"drag",
|
"drag",
|
||||||
"drop"
|
"drop"
|
||||||
]
|
],
|
||||||
|
"category": "interaction"
|
||||||
},
|
},
|
||||||
"droppable": {
|
"droppable": {
|
||||||
"dependencies": [ "draggable", "mouse" ],
|
"dependencies": [ "draggable", "mouse" ],
|
||||||
@ -51,7 +52,8 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"drag",
|
"drag",
|
||||||
"drop"
|
"drop"
|
||||||
]
|
],
|
||||||
|
"category": "interaction"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"dependencies": [ "position" ],
|
"dependencies": [ "position" ],
|
||||||
@ -82,14 +84,16 @@
|
|||||||
"description": "Enables resize functionality for any element.",
|
"description": "Enables resize functionality for any element.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"resize"
|
"resize"
|
||||||
]
|
],
|
||||||
|
"category": "interaction"
|
||||||
},
|
},
|
||||||
"selectable": {
|
"selectable": {
|
||||||
"dependencies": [ "mouse" ],
|
"dependencies": [ "mouse" ],
|
||||||
"description": "Allows groups of elements to be selected with the mouse.",
|
"description": "Allows groups of elements to be selected with the mouse.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"selection"
|
"selection"
|
||||||
]
|
],
|
||||||
|
"category": "interaction"
|
||||||
},
|
},
|
||||||
"slider": {
|
"slider": {
|
||||||
"dependencies": [ "mouse" ],
|
"dependencies": [ "mouse" ],
|
||||||
@ -106,7 +110,8 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"sort",
|
"sort",
|
||||||
"list"
|
"list"
|
||||||
]
|
],
|
||||||
|
"category": "interaction"
|
||||||
},
|
},
|
||||||
"spinner": {
|
"spinner": {
|
||||||
"dependencies": [ "button" ],
|
"dependencies": [ "button" ],
|
||||||
|
Loading…
Reference in New Issue
Block a user