This repository was archived by the owner on Sep 26, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +69
-3
lines changed Expand file tree Collapse file tree 5 files changed +69
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : 3 ,
3
+ "name" : " Carousel" ,
4
+ "data" : [
5
+ {
6
+ "visibility" : " public" ,
7
+ "description" : null ,
8
+ "keywords" : [],
9
+ "name" : " value" ,
10
+ "kind" : " let" ,
11
+ "static" : false ,
12
+ "readonly" : false ,
13
+ "type" : {
14
+ "kind" : " type" ,
15
+ "text" : " number" ,
16
+ "type" : " number"
17
+ },
18
+ "defaultValue" : 0 ,
19
+ "bind" : [
20
+ {
21
+ "source" : " Window" ,
22
+ "property" : " value"
23
+ }
24
+ ]
25
+ }
26
+ ],
27
+ "computed" : [],
28
+ "methods" : [],
29
+ "components" : [],
30
+ "description" : null ,
31
+ "keywords" : [],
32
+ "events" : [],
33
+ "slots" : [
34
+ {
35
+ "name" : " default" ,
36
+ "description" : null ,
37
+ "visibility" : " public" ,
38
+ "parameters" : []
39
+ }
40
+ ],
41
+ "refs" : []
42
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : 3 ,
3
+ "name" : " CarouselItem" ,
4
+ "data" : [],
5
+ "computed" : [],
6
+ "methods" : [],
7
+ "components" : [],
8
+ "description" : null ,
9
+ "keywords" : [],
10
+ "events" : [],
11
+ "slots" : [
12
+ {
13
+ "name" : " default" ,
14
+ "description" : null ,
15
+ "visibility" : " public" ,
16
+ "parameters" : []
17
+ }
18
+ ],
19
+ "refs" : []
20
+ }
Original file line number Diff line number Diff line change 2
2
"names" : [
3
3
" Alert" ,
4
4
" AppBar" ,
5
- " Avatar" ,
6
5
" Badge" ,
6
+ " Avatar" ,
7
7
" Breadcrumbs" ,
8
8
" Button" ,
9
9
" ButtonGroup" ,
13
13
" CardSubtitle" ,
14
14
" CardText" ,
15
15
" CardTitle" ,
16
+ " Carousel" ,
17
+ " CarouselItem" ,
16
18
" Checkbox" ,
17
19
" Chip" ,
18
20
" Dialog" ,
Original file line number Diff line number Diff line change 1
1
export { default as all } from './all.json' ;
2
2
export { default as Alert } from './Alert.json' ;
3
3
export { default as AppBar } from './AppBar.json' ;
4
- export { default as Avatar } from './Avatar.json' ;
5
4
export { default as Badge } from './Badge.json' ;
5
+ export { default as Avatar } from './Avatar.json' ;
6
6
export { default as Breadcrumbs } from './Breadcrumbs.json' ;
7
7
export { default as Button } from './Button.json' ;
8
8
export { default as ButtonGroup } from './ButtonGroup.json' ;
@@ -12,6 +12,8 @@ export { default as CardActions } from './CardActions.json';
12
12
export { default as CardSubtitle } from './CardSubtitle.json' ;
13
13
export { default as CardText } from './CardText.json' ;
14
14
export { default as CardTitle } from './CardTitle.json' ;
15
+ export { default as Carousel } from './Carousel.json' ;
16
+ export { default as CarouselItem } from './CarouselItem.json' ;
15
17
export { default as Checkbox } from './Checkbox.json' ;
16
18
export { default as Chip } from './Chip.json' ;
17
19
export { default as Dialog } from './Dialog.json' ;
You can’t perform that action at this time.
0 commit comments