-
Notifications
You must be signed in to change notification settings - Fork 0
/
list.json
50 lines (50 loc) · 1.17 KB
/
list.json
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
{
"componentList": [
{
"name": "LyListItem",
"selector": "'ly-list-item, a[ly-list-item], button[ly-list-item]'",
"inputs": "[\n \"bg\",\n \"color\",\n \"raised\",\n \"disabled\",\n \"outlined\",\n \"elevation\",\n \"shadowColor\",\n \"disableRipple\"\n]",
"exportAs": "'lyListItem'",
"children": ""
}
],
"directiveList": [
{
"name": "LyLine",
"selector": "'[ly-line]'",
"inputs": "",
"exportAs": "",
"children": ""
},
{
"name": "LyList",
"selector": "'ly-list'",
"inputs": "",
"exportAs": "'lyList'",
"children": ""
},
{
"name": "LyListIcon",
"selector": "'[ly-list-icon]'",
"inputs": "",
"exportAs": "",
"children": "/** Disable extra padding */\n@Input() disablePadding: any"
}
],
"variableList": [
{
"name": "DISABLE_PADDING",
"children": "const DISABLE_PADDING = false"
},
{
"name": "STYLE_PRIORITY",
"children": "const STYLE_PRIORITY = 2"
}
],
"ngModuleList": [
{
"name": "LyListModule",
"children": "import { LyListModule } from '@alyle/ui/list'"
}
]
}