File tree Expand file tree Collapse file tree 4 files changed +48
-1
lines changed
docs/src/pages/components Expand file tree Collapse file tree 4 files changed +48
-1
lines changed Original file line number Diff line number Diff line change 46
46
<md-table-cell >Receive the item index</md-table-cell >
47
47
<md-table-cell >Triggered when an item is activated.</md-table-cell >
48
48
</md-table-row >
49
+
50
+ <md-table-row >
51
+ <md-table-cell >click</md-table-cell >
52
+ <md-table-cell >Receive the click event</md-table-cell >
53
+ <md-table-cell >Triggered when an item is clicked.</md-table-cell >
54
+ </md-table-row >
49
55
</md-table-body >
50
56
</md-table >
51
57
</api-table >
Original file line number Diff line number Diff line change 108
108
</md-table-row >
109
109
</md-table-body >
110
110
</md-table >
111
+
112
+ <md-table slot =" events" >
113
+ <md-table-header >
114
+ <md-table-row >
115
+ <md-table-head >Name</md-table-head >
116
+ <md-table-head >Value</md-table-head >
117
+ <md-table-head >Description</md-table-head >
118
+ </md-table-row >
119
+ </md-table-header >
120
+
121
+ <md-table-body >
122
+ <md-table-row >
123
+ <md-table-cell >click</md-table-cell >
124
+ <md-table-cell >Receive the click event</md-table-cell >
125
+ <md-table-cell >Triggered when an item is clicked.</md-table-cell >
126
+ </md-table-row >
127
+ </md-table-body >
128
+ </md-table >
111
129
</api-table >
112
130
</div >
113
131
Original file line number Diff line number Diff line change 70
70
<md-table-cell ><code >Boolean</code ></md-table-cell >
71
71
<md-table-cell >Disable the item and prevent its actions. Default <code >false</code ></md-table-cell >
72
72
</md-table-row >
73
- </md-table-row >
74
73
75
74
<md-table-row >
76
75
<md-table-cell >md-expand-multiple</md-table-cell >
95
94
</md-table-row >
96
95
</md-table-body >
97
96
</md-table >
97
+
98
+ <md-table slot =" events" >
99
+ <md-table-header >
100
+ <md-table-row >
101
+ <md-table-head >Name</md-table-head >
102
+ <md-table-head >Value</md-table-head >
103
+ <md-table-head >Description</md-table-head >
104
+ </md-table-row >
105
+ </md-table-header >
106
+
107
+ <md-table-body >
108
+ <md-table-row >
109
+ <md-table-cell >click</md-table-cell >
110
+ <md-table-cell >Receive the click event</md-table-cell >
111
+ <md-table-cell >Triggered when an item is clicked.</md-table-cell >
112
+ </md-table-row >
113
+ </md-table-body >
114
+ </md-table >
98
115
</api-table >
99
116
100
117
<api-table name =" md-list-expand" >
Original file line number Diff line number Diff line change 78
78
<md-table-cell >None</md-table-cell >
79
79
<md-table-cell >Triggered when the menu starts to close.</md-table-cell >
80
80
</md-table-row >
81
+
82
+ <md-table-row >
83
+ <md-table-cell >click</md-table-cell >
84
+ <md-table-cell >Receive the click event</md-table-cell >
85
+ <md-table-cell >Triggered when an item is clicked.</md-table-cell >
86
+ </md-table-row >
81
87
</md-table-body >
82
88
</md-table >
83
89
You can’t perform that action at this time.
0 commit comments