-
Notifications
You must be signed in to change notification settings - Fork 0
/
radio.json
41 lines (41 loc) · 1.05 KB
/
radio.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
{
"componentList": [
{
"name": "LyRadio",
"selector": "'ly-radio'",
"inputs": "[\n \"disableRipple\"\n]",
"exportAs": "",
"children": "@Output() change: EventEmitter\n@Input() checked: boolean\n@Input() color: string\n@Input() disabled: boolean\n@Input() value: null"
},
{
"name": "LyRadioGroup",
"selector": "'ly-radio-group'",
"inputs": "",
"exportAs": "'lyRadioGroup'",
"children": "@Output() change: EventEmitter\n@Input() color: string\n@Input() value: any"
}
],
"directiveList": [],
"ngModuleList": [
{
"name": "LyRadioModule",
"children": "import { LyRadioModule } from '@alyle/ui/radio'"
}
],
"classList": [],
"variableList": [
{
"name": "DEFAULT_COLOR",
"children": "const DEFAULT_COLOR = \"accent\""
},
{
"name": "DEFAULT_DISABLE_RIPPLE",
"children": "const DEFAULT_DISABLE_RIPPLE = false"
},
{
"name": "STYLE_PRIORITY",
"children": "const STYLE_PRIORITY = -2"
}
],
"objectLiteralList": []
}