-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcarousel.json
44 lines (44 loc) · 1.21 KB
/
carousel.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
{
"componentList": [
{
"name": "LyCarousel",
"selector": "'ly-carousel'",
"inputs": "",
"exportAs": "",
"children": "@ContentChildren() lyItems: QueryList\n@Input() selectedIndex: number\n@ViewChild() slideContainer: ElementRef\n@Input() autoplay: boolean\n@Input() hasProgressBar: boolean\n@Input() interval: number\n@Input() touch: boolean\nnext(notResetInterval?: undefined | false | true): void\nprev(): void\nstop(): void"
}
],
"directiveList": [
{
"name": "LyCarouselItem",
"selector": "'ly-carousel-item'",
"inputs": "",
"exportAs": "",
"children": "@Input() srcImg: any"
}
],
"variableList": [
{
"name": "DEFAULT_AUTOPLAY",
"children": "const DEFAULT_AUTOPLAY = true"
},
{
"name": "DEFAULT_HAS_PROGRESS_BAR",
"children": "const DEFAULT_HAS_PROGRESS_BAR = false"
},
{
"name": "DEFAULT_INTERVAL",
"children": "const DEFAULT_INTERVAL = 7000"
},
{
"name": "STYLE_PRIORITY",
"children": "const STYLE_PRIORITY = -2"
}
],
"ngModuleList": [
{
"name": "LyCarouselModule",
"children": "import { LyCarouselModule } from '@alyle/ui/carousel'"
}
]
}