Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 73c2509

Browse files
committed
Add temporary overview and api static content
1 parent 0564232 commit 73c2509

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+6361
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<style>
2+
table {
3+
border-collapse: collapse;
4+
margin: 10px;
5+
min-width: 300px;
6+
}
7+
8+
td, th {
9+
border: 1px solid black;
10+
padding: 4px;
11+
}
12+
</style>
13+
14+
<h2>autocomplete</h2>
15+
<p> Module: <code>MdAutocompleteModule</code> </p>
16+
17+
<h3>Directives</h3>
18+
19+
20+
<h4>MdAutocomplete</h4>
21+
<p> </p>
22+
23+
24+
25+
Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
1+
<style>
2+
table {
3+
border-collapse: collapse;
4+
margin: 10px;
5+
min-width: 300px;
6+
}
7+
8+
td, th {
9+
border: 1px solid black;
10+
padding: 4px;
11+
}
12+
</style>
13+
14+
<h2>button-toggle</h2>
15+
<p> Module: <code>MdButtonToggleModule</code> </p>
16+
17+
<h3>Directives</h3>
18+
19+
20+
<h4>MdButtonToggleGroup</h4>
21+
<p> Exclusive selection button toggle group that behaves like a radio-button group.
22+
</p><h5> Properties </h5>
23+
<table>
24+
<tr>
25+
<th>Name</th>
26+
<th>Description</th>
27+
</tr>
28+
29+
<tr>
30+
<td><p>onTouched</p>
31+
<p><code></code></p>
32+
</td>
33+
<td> onTouch function registered via registerOnTouch (ControlValueAccessor).
34+
</td>
35+
</tr>
36+
37+
<tr>
38+
<td><p>change</p>
39+
<p><code></code></p>
40+
</td>
41+
<td> </td>
42+
</tr>
43+
44+
<tr>
45+
<td><p>@Input</p><p>name</p>
46+
<p><code></code></p>
47+
</td>
48+
<td> </td>
49+
</tr>
50+
51+
<tr>
52+
<td><p>@Input</p><p>disabled</p>
53+
<p><code></code></p>
54+
</td>
55+
<td> </td>
56+
</tr>
57+
58+
<tr>
59+
<td><p>@Input</p><p>vertical</p>
60+
<p><code></code></p>
61+
</td>
62+
<td> </td>
63+
</tr>
64+
65+
<tr>
66+
<td><p>@Input</p><p>value</p>
67+
<p><code></code></p>
68+
</td>
69+
<td> </td>
70+
</tr>
71+
72+
<tr>
73+
<td><p>@Input</p><p>selected</p>
74+
<p><code></code></p>
75+
</td>
76+
<td> </td>
77+
</tr>
78+
79+
</table>
80+
<h4>MdButtonToggleGroupMultiple</h4>
81+
<p> Multiple selection button-toggle group. `ngModel` is not supported in this mode.
82+
</p><h5> Properties </h5>
83+
<table>
84+
<tr>
85+
<th>Name</th>
86+
<th>Description</th>
87+
</tr>
88+
89+
<tr>
90+
<td><p>@Input</p><p>disabled</p>
91+
<p><code></code></p>
92+
</td>
93+
<td> </td>
94+
</tr>
95+
96+
<tr>
97+
<td><p>@Input</p><p>vertical</p>
98+
<p><code></code></p>
99+
</td>
100+
<td> </td>
101+
</tr>
102+
103+
</table>
104+
<h4>MdButtonToggle</h4>
105+
<p> </p><h5> Properties </h5>
106+
<table>
107+
<tr>
108+
<th>Name</th>
109+
<th>Description</th>
110+
</tr>
111+
112+
<tr>
113+
<td><p>@Input</p><p>id</p>
114+
<p><code></code></p>
115+
</td>
116+
<td> The unique ID for this button toggle.
117+
</td>
118+
</tr>
119+
120+
<tr>
121+
<td><p>@Input</p><p>name</p>
122+
<p><code></code></p>
123+
</td>
124+
<td> HTML's 'name' attribute used to group radios for unique selection.
125+
</td>
126+
</tr>
127+
128+
<tr>
129+
<td><p>buttonToggleGroup</p>
130+
<p><code></code></p>
131+
</td>
132+
<td> The parent button toggle group (exclusive selection). Optional.
133+
</td>
134+
</tr>
135+
136+
<tr>
137+
<td><p>buttonToggleGroupMultiple</p>
138+
<p><code></code></p>
139+
</td>
140+
<td> The parent button toggle group (multiple selection). Optional.
141+
</td>
142+
</tr>
143+
144+
<tr>
145+
<td><p>change</p>
146+
<p><code></code></p>
147+
</td>
148+
<td> </td>
149+
</tr>
150+
151+
<tr>
152+
<td><p>buttonToggleDispatcher</p>
153+
<p><code></code></p>
154+
</td>
155+
<td> </td>
156+
</tr>
157+
158+
<tr>
159+
<td><p>inputId</p>
160+
<p><code></code></p>
161+
</td>
162+
<td> </td>
163+
</tr>
164+
165+
<tr>
166+
<td><p>@Input</p><p>checked</p>
167+
<p><code></code></p>
168+
</td>
169+
<td> </td>
170+
</tr>
171+
172+
<tr>
173+
<td><p>@Input</p><p>value</p>
174+
<p><code></code></p>
175+
</td>
176+
<td> MdButtonToggleGroup reads this to assign its own value.
177+
</td>
178+
</tr>
179+
180+
<tr>
181+
<td><p>@Input</p><p>disabled</p>
182+
<p><code></code></p>
183+
</td>
184+
<td> </td>
185+
</tr>
186+
187+
</table><h5> Methods </h5>
188+
189+
<table>
190+
<tr>
191+
<th colspan="2">focus</th>
192+
</tr>
193+
<tr>
194+
<td colspan="2"> </td>
195+
</tr></table>
196+
197+
198+
199+
200+

src/assets/documents/api/button.html

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<style>
2+
table {
3+
border-collapse: collapse;
4+
margin: 10px;
5+
min-width: 300px;
6+
}
7+
8+
td, th {
9+
border: 1px solid black;
10+
padding: 4px;
11+
}
12+
</style>
13+
14+
<h2>button</h2>
15+
<p> Module: <code>MdButtonModule</code> </p>
16+
17+
<h3>Directives</h3>
18+
19+
20+
<h4>MdButton</h4>
21+
<p> </p><h5> Properties </h5>
22+
<table>
23+
<tr>
24+
<th>Name</th>
25+
<th>Description</th>
26+
</tr>
27+
28+
<tr>
29+
<td><p>@Input</p><p>disableRipple</p>
30+
<p><code></code></p>
31+
</td>
32+
<td> </td>
33+
</tr>
34+
35+
<tr>
36+
<td><p>@Input</p><p>disabled</p>
37+
<p><code></code></p>
38+
</td>
39+
<td> </td>
40+
</tr>
41+
42+
<tr>
43+
<td><p>@Input</p><p>color</p>
44+
<p><code></code></p>
45+
</td>
46+
<td> </td>
47+
</tr>
48+
49+
</table><h5> Methods </h5>
50+
51+
<table>
52+
<tr>
53+
<th colspan="2">focus</th>
54+
</tr>
55+
<tr>
56+
<td colspan="2"> TODO(hansl): e2e test this function.
57+
</td>
58+
</tr></table>
59+
60+
<table>
61+
<tr>
62+
<th colspan="2">getHostElement</th>
63+
</tr>
64+
<tr>
65+
<td colspan="2"> </td>
66+
</tr></table>
67+
68+
<table>
69+
<tr>
70+
<th colspan="2">isRoundButton</th>
71+
</tr>
72+
<tr>
73+
<td colspan="2"> </td>
74+
</tr></table>
75+
76+
<h4>MdAnchor</h4>
77+
<p> </p><h5> Properties </h5>
78+
<table>
79+
<tr>
80+
<th>Name</th>
81+
<th>Description</th>
82+
</tr>
83+
84+
<tr>
85+
<td><p>isAriaDisabled</p>
86+
<p><code></code></p>
87+
</td>
88+
<td> Gets the aria-disabled value for the component, which must be a string for Dart.
89+
</td>
90+
</tr>
91+
92+
</table>
93+
94+
95+
96+

src/assets/documents/api/card.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<style>
2+
table {
3+
border-collapse: collapse;
4+
margin: 10px;
5+
min-width: 300px;
6+
}
7+
8+
td, th {
9+
border: 1px solid black;
10+
padding: 4px;
11+
}
12+
</style>
13+
14+
<h2>card</h2>
15+
<p> Module: <code>MdCardModule</code> </p>
16+
17+
<h3>Directives</h3>
18+
19+
20+
<h4>MdCardContent</h4>
21+
<p> Content of a card, needed as it's used as a selector in the API.
22+
</p>
23+
<h4>MdCardTitle</h4>
24+
<p> Title of a card, needed as it's used as a selector in the API.
25+
</p>
26+
<h4>MdCardSubtitle</h4>
27+
<p> Sub-title of a card, needed as it's used as a selector in the API.
28+
</p>
29+
<h4>MdCardActions</h4>
30+
<p> Action section of a card, needed as it's used as a selector in the API.
31+
</p>
32+
<h4>MdCardFooter</h4>
33+
<p> Footer of a card, needed as it's used as a selector in the API.
34+
</p>
35+
<h4>MdCard</h4>
36+
<p> </p>
37+
<h4>MdCardHeader</h4>
38+
<p> </p>
39+
<h4>MdCardTitleGroup</h4>
40+
<p> </p>
41+
42+
43+
44+

0 commit comments

Comments
 (0)