-
Notifications
You must be signed in to change notification settings - Fork 0
/
dialog.json
61 lines (61 loc) · 1.57 KB
/
dialog.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
{
"componentList": [
{
"name": "LyDialogContainer",
"selector": "'ly-dialog-container'",
"inputs": "",
"exportAs": "",
"children": ""
}
],
"directiveList": [
{
"name": "LyDialogActions",
"selector": "'ly-dialog-actions, [ly-dialog-actions], [lyDialogActions]'",
"inputs": "",
"exportAs": "'lyDialogActions'",
"children": ""
},
{
"name": "LyDialogContent",
"selector": "'ly-dialog-content, [ly-dialog-content], [lyDialogContent]'",
"inputs": "",
"exportAs": "'lyDialogContent'",
"children": ""
},
{
"name": "LyDialogTitle",
"selector": "'[ly-dialog-title], [lyDialogTitle]'",
"inputs": "",
"exportAs": "'lyDialogTitle'",
"children": ""
}
],
"injectableList": [
{
"name": "LyDialog",
"children": "@Injectable()\nclass LyDialog {\n open(componentOrTemplateRef: Type | TemplateRef, config?: LyDialogConfig): void\n}"
},
{
"name": "LyDialogRef",
"children": "@Injectable()\nclass LyDialogRef {\n afterClosed: Observable\n afterOpened: Observable\n beforeClosed: Observable\n close(result?: any): void\n}"
}
],
"classList": [],
"variableList": [
{
"name": "STYLE_PRIORITY",
"children": "const STYLE_PRIORITY = -2"
},
{
"name": "LY_DIALOG_DATA",
"children": "const LY_DIALOG_DATA = new InjectionToken('LyDialogData')"
}
],
"ngModuleList": [
{
"name": "LyDialogModule",
"children": "import { LyDialogModule } from '@alyle/ui/dialog'"
}
]
}