-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexpansion.json
74 lines (74 loc) · 2.43 KB
/
expansion.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"componentList": [
{
"name": "LyExpansionPanel",
"selector": "'ly-expansion-panel'",
"inputs": "[\n \"bg\",\n \"color\",\n \"elevation\",\n \"shadowColor\"\n]",
"exportAs": "'lyExpansionPanel'",
"children": "/** An event emitted after the body's collapse animation happens. */\n@Output() afterCollapse: EventEmitter\n/** An event emitted after the body's expansion animation happens. */\n@Output() afterExpand: EventEmitter\n/** Event emitted every time the LyExpansionPanel is closed. */\n@Output() closed: EventEmitter\n/** Event emitted when the LyExpansionPanel is destroyed. */\n@Output() destroyed: EventEmitter\n/** Event emitted every time the LyExpansionPanel is opened. */\n@Output() opened: EventEmitter\n@Input() disabled: boolean\n@Input() expanded: boolean\n@Input() hasToggle: boolean\nclose(): void\nopen(): void\ntoggle(): void"
},
{
"name": "LyExpansionPanelHeader",
"selector": "'ly-expansion-panel-header'",
"inputs": "",
"exportAs": "",
"children": ""
}
],
"directiveList": [
{
"name": "LyAccordion",
"selector": "'ly-accordion'",
"inputs": "",
"exportAs": "'lyAccordion'",
"children": "@Input() appearance: string\n@Input() hasToggle: boolean\n@Input() multiple: boolean\ncloseAll(): void\nopenAll(): void"
},
{
"name": "LyExpansionPanelAction",
"selector": "'ly-action-row'",
"inputs": "",
"exportAs": "",
"children": ""
},
{
"name": "LyExpansionPanelContent",
"selector": "'ng-template[lyExpansionPanelContent]'",
"inputs": "",
"exportAs": "",
"children": ""
},
{
"name": "LyExpansionPanelDescription",
"selector": "'ly-panel-description'",
"inputs": "",
"exportAs": "",
"children": ""
},
{
"name": "LyExpansionPanelTitle",
"selector": "'ly-panel-title'",
"inputs": "",
"exportAs": "",
"children": ""
}
],
"variableList": [
{
"name": "STYLE_PRIORITY",
"children": "const STYLE_PRIORITY = -0.9"
}
],
"objectLiteralList": [],
"typeAliasList": [
{
"name": "LyExpansionPanelState",
"children": "/** LyExpansionPanel's states. */\ntype LyExpansionPanelState = 'expanded' | 'collapsed'"
}
],
"ngModuleList": [
{
"name": "LyExpansionModule",
"children": "import { LyExpansionModule } from '@alyle/ui/expansion'"
}
]
}