-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoolbar.json
More file actions
32 lines (32 loc) · 829 Bytes
/
toolbar.json
File metadata and controls
32 lines (32 loc) · 829 Bytes
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
{
"componentList": [],
"directiveList": [
{
"name": "LyToolbar",
"selector": "'ly-toolbar'",
"inputs": "[\n \"bg\",\n \"color\",\n \"raised\",\n \"outlined\",\n \"elevation\",\n \"shadowColor\"\n]",
"exportAs": "",
"children": "@Input() appearance: string\n@Input() dense: boolean\n@Input() position: position"
}
],
"variableList": [
{
"name": "DEFAULT_BG",
"children": "const DEFAULT_BG = \"background:tertiary\""
},
{
"name": "DEFAULT_POSITION",
"children": "const DEFAULT_POSITION = \"fixed\""
},
{
"name": "STYLE_PRIORITY",
"children": "const STYLE_PRIORITY = -2"
}
],
"ngModuleList": [
{
"name": "LyToolbarModule",
"children": "import { LyToolbarModule } from '@alyle/ui/toolbar'"
}
]
}