aboutsummaryrefslogtreecommitdiffstats
path: root/build/core.json
blob: a9cac173abfd8ea5bdd1b588e6516166b29e6593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
	"core": {
		"description": "The core of jQuery UI, required for all interactions and widgets.",
		"homepage": "http://jqueryui.com/",
		"demo": "http://jqueryui.com/",
		"docs": "http://api.jqueryui.com/category/ui-core/"
	},
	"datepicker": {
		"description": "Displays a calendar from an input or inline for selecting dates.",
		"dependencies": [ "core" ],
		"keywords": [
			"form",
			"calendar",
			"date",
			"i18n"
		],
		"category": "widget"
	},
	"effect": {
		"title": "jQuery UI Effects Core",
		"description": "Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.",
		"keywords": [
			"animation",
			"show",
			"hide",
			"color",
			"class",
			"transition",
			"easing"
		],
		"category": "effect",
		"homepage": "http://jqueryui.com/",
		"demo": "http://jqueryui.com/effects/",
		"docs": "http://api.jqueryui.com/category/effects-core/"
	},
	"position": {
		"description": "Positions elements relative to other elements.",
		"keywords": [
			"offset",
			"relative",
			"absolute",
			"fixed",
			"collision"
		]
	},
	"transfer": {
		"name": "ui.effect-transfer",
		"title": "jQuery UI Transfer Effect",
		"description": "Displays a transfer effect from one element to another.",
		"keywords": [
			"effect"
		],
		"homepage": "http://jqueryui.com/transfer-effect/",
		"demo": "http://jqueryui.com/transfer-effect/",
		"docs": "http://api.jqueryui.com/transfer-effect/",
		"dependencies": [ "effect" ],
		"category": "effect"
	},
	"widget": {
		"description": "Provides a factory for creating stateful widgets with a common API.",
		"keywords": [
			"abstraction",
			"state",
			"factory"
		],
		"docs": "http://api.jqueryui.com/jQuery.widget/"
	}
}