Skip to content

Commit f2c5873

Browse files
committed
updated documentation.
1 parent 7daa66d commit f2c5873

File tree

4 files changed

+48
-1
lines changed

4 files changed

+48
-1
lines changed

docs/src/pages/components/BottomBar.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
<md-table-cell>Receive the item index</md-table-cell>
4747
<md-table-cell>Triggered when an item is activated.</md-table-cell>
4848
</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>
4955
</md-table-body>
5056
</md-table>
5157
</api-table>

docs/src/pages/components/Buttons.vue

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,24 @@
108108
</md-table-row>
109109
</md-table-body>
110110
</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>
111129
</api-table>
112130
</div>
113131

docs/src/pages/components/List.vue

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
<md-table-cell><code>Boolean</code></md-table-cell>
7171
<md-table-cell>Disable the item and prevent its actions. Default <code>false</code></md-table-cell>
7272
</md-table-row>
73-
</md-table-row>
7473

7574
<md-table-row>
7675
<md-table-cell>md-expand-multiple</md-table-cell>
@@ -95,6 +94,24 @@
9594
</md-table-row>
9695
</md-table-body>
9796
</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>
98115
</api-table>
99116

100117
<api-table name="md-list-expand">

docs/src/pages/components/Menu.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@
7878
<md-table-cell>None</md-table-cell>
7979
<md-table-cell>Triggered when the menu starts to close.</md-table-cell>
8080
</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>
8187
</md-table-body>
8288
</md-table>
8389

0 commit comments

Comments
 (0)