11{
2- "base" : {
3- "Vue" : " vue"
4- },
5- "props" : {
6- "attach-show" : {
7- "description" : " Attach show event to another element" ,
8- "type" : " string" ,
9- "params" : {
10- "selector" : {
11- "type" : " HTMLElement | JQuery | string" ,
12- "description" : " Element identifier"
13- }
14- }
15- },
16- "attach-hide" : {
17- "description" : " Attach hide event to another element" ,
18- "type" : " string" ,
19- "params" : {
20- "selector" : {
21- "type" : " HTMLElement | JQuery | string" ,
22- "description" : " Element identifier"
23- }
24- }
25- },
26- "attach-toggle" : {
27- "description" : " Attach toggle event to another element" ,
28- "type" : " string" ,
29- "params" : {
30- "selector" : {
31- "type" : " HTMLElement | JQuery | string" ,
32- "description" : " Element identifier"
33- }
34- }
35- },
36- "attach-refresh" : {
37- "description" : " Attach refresh event to another element" ,
38- "type" : " string" ,
39- "params" : {
40- "selector" : {
41- "type" : " HTMLElement | JQuery | string" ,
42- "description" : " Element identifier"
43- }
44- }
45- },
46- "closable" : {
47- "description" : " Setting to false will not allow you to close the modal by clicking on the dimmer." ,
48- "type" : " boolean"
49- },
50- "transition" : {
51- "description" : " Named transition to use when animating menu in and out, full list can be found in ui transitions docs." ,
52- "type" : " SemanticUI.AnimationNames"
53- },
54- "allow-multiple" : {
55- "description" : " Allow second modal to be opened on top of the first modal." ,
56- "type" : " boolean" ,
57- "default" : " false"
58- },
59- "autofocus" : {
60- "description" : " First input in modal will receive focus when shown." ,
61- "type" : " boolean" ,
62- "default" : " false"
63- }
64- }
2+ "base" : {
3+ "Vue" : " vue"
4+ },
5+ "props" : {
6+ "attach-show" : {
7+ "description" : " Attach show event to another element" ,
8+ "type" : " string" ,
9+ "params" : {
10+ "selector" : {
11+ "type" : " HTMLElement | JQuery | string" ,
12+ "description" : " Element identifier"
13+ }
14+ }
15+ },
16+ "attach-hide" : {
17+ "description" : " Attach hide event to another element" ,
18+ "type" : " string" ,
19+ "params" : {
20+ "selector" : {
21+ "type" : " HTMLElement | JQuery | string" ,
22+ "description" : " Element identifier"
23+ }
24+ }
25+ },
26+ "attach-toggle" : {
27+ "description" : " Attach toggle event to another element" ,
28+ "type" : " string" ,
29+ "params" : {
30+ "selector" : {
31+ "type" : " HTMLElement | JQuery | string" ,
32+ "description" : " Element identifier"
33+ }
34+ }
35+ },
36+ "attach-refresh" : {
37+ "description" : " Attach refresh event to another element" ,
38+ "type" : " string" ,
39+ "params" : {
40+ "selector" : {
41+ "type" : " HTMLElement | JQuery | string" ,
42+ "description" : " Element identifier"
43+ }
44+ }
45+ },
46+ "closable" : {
47+ "description" : " Setting to false will not allow you to close the modal by clicking on the dimmer." ,
48+ "type" : " boolean"
49+ },
50+ "transition" : {
51+ "description" : " Named transition to use when animating menu in and out, full list can be found in ui transitions docs." ,
52+ "type" : " SemanticUI.AnimationNames"
53+ },
54+ "allow-multiple" : {
55+ "description" : " Allow second modal to be opened on top of the first modal." ,
56+ "type" : " boolean" ,
57+ "default" : " false"
58+ },
59+ "autofocus" : {
60+ "description" : " First input in modal will receive focus when shown." ,
61+ "type" : " boolean" ,
62+ "default" : " false"
63+ },
64+ "icon" : {
65+ "description" : " Header icon." ,
66+ "type" : " string"
67+ }
68+ }
6569}
0 commit comments