-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnack-bar.json
49 lines (49 loc) · 1.41 KB
/
snack-bar.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": "LySnackBar",
"selector": "'ng-template[ly-snack-bar]'",
"inputs": "",
"exportAs": "'lySnackBar'",
"children": "@Output() afterDismissed: EventEmitter\nclasses: any\n@Input() duration: any\n@Input() horizontalPosition: any\n@Input() verticalPosition: YPosition\n/** Dismiss snackBar */\ndismiss(): void\nopen(): void"
}
],
"interfaceList": [
{
"name": "LySnackBarDismiss",
"children": "interface LySnackBarDismiss {\n /** Whether the snack bar was dismissed using the action fn. */\n dismissedByAction: boolean\n}"
}
],
"variableList": [
{
"name": "DEFAULT_HORIZONTAL_POSITION",
"children": "const DEFAULT_HORIZONTAL_POSITION = XPosition.after"
},
{
"name": "DEFAULT_VERTICAL_POSITION",
"children": "const DEFAULT_VERTICAL_POSITION = YPosition.below"
},
{
"name": "STYLE_PRIORITY",
"children": "const STYLE_PRIORITY = -2"
},
{
"name": "DEFAULT_DURATION",
"children": "const DEFAULT_DURATION = 6000"
}
],
"classList": [],
"ngModuleList": [
{
"name": "LySnackBarModule",
"children": "import { LySnackBarModule } from '@alyle/ui/snack-bar'"
}
],
"injectableList": [
{
"name": "LySnackBarService",
"children": "@Injectable({\n providedIn: 'root'\n})\nclass LySnackBarService {\n \n}"
}
]
}