-
Notifications
You must be signed in to change notification settings - Fork 0
/
card.json
49 lines (49 loc) · 1.17 KB
/
card.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
{
"componentList": [],
"directiveList": [
{
"name": "LyCard",
"selector": "'ly-card'",
"inputs": "[\n \"bg\",\n \"color\",\n \"raised\",\n \"outlined\",\n \"elevation\",\n \"shadowColor\",\n \"disableRipple\"\n]",
"exportAs": "",
"children": ""
},
{
"name": "LyCardActions",
"selector": "'ly-card-actions'",
"inputs": "",
"exportAs": "",
"children": "@Input() disableActionSpacing: boolean"
},
{
"name": "LyCardContent",
"selector": "'ly-card-content'",
"inputs": "",
"exportAs": "",
"children": ""
},
{
"name": "LyCardMedia",
"selector": "'ly-card-media'",
"inputs": "",
"exportAs": "",
"children": "@Input() bgImg: string\n/** Aspect ratio */\n@Input() ratio: string"
}
],
"variableList": [
{
"name": "DEFAULT_ASPECT_RATIO",
"children": "const DEFAULT_ASPECT_RATIO = \"16:9\""
},
{
"name": "STYLE_PRIORITY",
"children": "const STYLE_PRIORITY = -1"
}
],
"ngModuleList": [
{
"name": "LyCardModule",
"children": "import { LyCardModule } from '@alyle/ui/card'"
}
]
}