Skip to content

Commit b260ae6

Browse files
committed
master - 68e55669a docs: fix inherited docs-private members showing up (#22890)
1 parent 5b14479 commit b260ae6

File tree

5 files changed

+172
-434
lines changed

5 files changed

+172
-434
lines changed

docs-content/api-docs/material-checkbox.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,7 @@ <h4 id="MatCheckboxRequiredValidator" class="docs-header-link docs-api-h4 docs-a
426426
<code>required: boolean | string</code>
427427
</p>
428428
</td>
429-
<td class="docs-api-property-description"><p>@description
430-
Tracks changes to the required attribute bound to this directive.</p>
429+
<td class="docs-api-property-description"><p>Tracks changes to the required attribute bound to this directive.</p>
431430
</td>
432431
</tr>
433432

@@ -448,8 +447,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
448447
</tr>
449448
</thead><tr class="docs-api-method-description-row">
450449
<td colspan="2" class="docs-api-method-description-cell">
451-
<p>Registers a callback function to call when the validator inputs change.
452-
@nodoc</p>
450+
<p>Registers a callback function to call when the validator inputs change.</p>
453451

454452
</td>
455453
</tr><thead>
@@ -485,8 +483,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
485483
</thead><tr class="docs-api-method-description-row">
486484
<td colspan="2" class="docs-api-method-description-cell">
487485
<p>Method that validates whether or not the checkbox has been checked.
488-
Returns the validation result if enabled, otherwise null.
489-
@nodoc</p>
486+
Returns the validation result if enabled, otherwise null.</p>
490487

491488
</td>
492489
</tr><thead>

docs-content/api-docs/material-datepicker.html

Lines changed: 4 additions & 280 deletions
Original file line numberDiff line numberDiff line change
@@ -651,90 +651,6 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
651651

652652

653653

654-
655-
656-
<table class="docs-api-method-table">
657-
<thead>
658-
<tr class="docs-api-method-name-row">
659-
<th colspan="2" class="docs-api-method-name-cell">registerOnValidatorChange
660-
</th>
661-
</tr>
662-
</thead><tr class="docs-api-method-description-row">
663-
<td colspan="2" class="docs-api-method-description-cell">
664-
<p>@docs-private</p>
665-
666-
</td>
667-
</tr><thead>
668-
<tr class="docs-api-method-parameters-header-row">
669-
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
670-
</tr>
671-
</thead>
672-
673-
<tr class="docs-api-method-parameter-row">
674-
<td class="docs-api-method-parameter-cell">
675-
<p class="docs-api-method-parameter-name">
676-
fn</p>
677-
<code class="docs-api-method-parameter-type">() =&gt; void</code>
678-
</td>
679-
<td class="docs-api-method-parameter-description-cell">
680-
<p class="docs-api-method-parameter-description">
681-
682-
</p>
683-
</td>
684-
</tr>
685-
</table>
686-
687-
688-
689-
690-
691-
<table class="docs-api-method-table">
692-
<thead>
693-
<tr class="docs-api-method-name-row">
694-
<th colspan="2" class="docs-api-method-name-cell">validate
695-
</th>
696-
</tr>
697-
</thead><tr class="docs-api-method-description-row">
698-
<td colspan="2" class="docs-api-method-description-cell">
699-
<p>@docs-private</p>
700-
701-
</td>
702-
</tr><thead>
703-
<tr class="docs-api-method-parameters-header-row">
704-
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
705-
</tr>
706-
</thead>
707-
708-
<tr class="docs-api-method-parameter-row">
709-
<td class="docs-api-method-parameter-cell">
710-
<p class="docs-api-method-parameter-name">
711-
c</p>
712-
<code class="docs-api-method-parameter-type">AbstractControl</code>
713-
</td>
714-
<td class="docs-api-method-parameter-description-cell">
715-
<p class="docs-api-method-parameter-description">
716-
717-
</p>
718-
</td>
719-
</tr>
720-
<thead>
721-
<tr class="docs-api-method-returns-header-row">
722-
<th colspan="2" class="docs-api-method-returns-header-cell">Returns</th>
723-
</tr>
724-
</thead>
725-
<tr>
726-
<td class="docs-api-method-returns-type-cell">
727-
<code class="docs-api-method-returns-type">ValidationErrors | null</code>
728-
</td>
729-
<td class="docs-api-method-returns-description-cell">
730-
<p class="docs-api-method-returns-description">
731-
732-
</p>
733-
</td>
734-
</tr></table>
735-
736-
737-
738654

739655

740656

@@ -1158,7 +1074,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
11581074
</td>
11591075
<td class="docs-api-method-returns-description-cell">
11601076
<p class="docs-api-method-returns-description">
1161-
1077+
<p>Selection model that the input should hook itself up to.</p>
1078+
11621079
</p>
11631080
</td>
11641081
</tr></table>
@@ -1341,19 +1258,6 @@ <h4 id="MatStartDate" class="docs-header-link docs-api-h4 docs-api-class-name">
13411258

13421259

13431260

1344-
<tr class="docs-api-properties-row">
1345-
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
1346-
<code>ngControl: NgControl</code>
1347-
</p>
1348-
</td>
1349-
<td class="docs-api-property-description"><p>@docs-private</p>
1350-
</td>
1351-
</tr>
1352-
1353-
1354-
1355-
1356-
13571261
<tr class="docs-api-properties-row">
13581262
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
13591263
<code>stateChanges: Subject&lt;void&gt;</code>
@@ -1450,41 +1354,6 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
14501354

14511355

14521356

1453-
<table class="docs-api-method-table">
1454-
<thead>
1455-
<tr class="docs-api-method-name-row">
1456-
<th colspan="2" class="docs-api-method-name-cell">registerOnValidatorChange
1457-
</th>
1458-
</tr>
1459-
</thead><tr class="docs-api-method-description-row">
1460-
<td colspan="2" class="docs-api-method-description-cell">
1461-
<p>@docs-private</p>
1462-
1463-
</td>
1464-
</tr><thead>
1465-
<tr class="docs-api-method-parameters-header-row">
1466-
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
1467-
</tr>
1468-
</thead>
1469-
1470-
<tr class="docs-api-method-parameter-row">
1471-
<td class="docs-api-method-parameter-cell">
1472-
<p class="docs-api-method-parameter-name">
1473-
fn</p>
1474-
<code class="docs-api-method-parameter-type">() =&gt; void</code>
1475-
</td>
1476-
<td class="docs-api-method-parameter-description-cell">
1477-
<p class="docs-api-method-parameter-description">
1478-
1479-
</p>
1480-
</td>
1481-
</tr>
1482-
</table>
1483-
1484-
1485-
1486-
1487-
14881357
<table class="docs-api-method-table">
14891358
<thead>
14901359
<tr class="docs-api-method-name-row">
@@ -1495,55 +1364,6 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
14951364

14961365

14971366

1498-
1499-
1500-
<table class="docs-api-method-table">
1501-
<thead>
1502-
<tr class="docs-api-method-name-row">
1503-
<th colspan="2" class="docs-api-method-name-cell">validate
1504-
</th>
1505-
</tr>
1506-
</thead><tr class="docs-api-method-description-row">
1507-
<td colspan="2" class="docs-api-method-description-cell">
1508-
<p>@docs-private</p>
1509-
1510-
</td>
1511-
</tr><thead>
1512-
<tr class="docs-api-method-parameters-header-row">
1513-
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
1514-
</tr>
1515-
</thead>
1516-
1517-
<tr class="docs-api-method-parameter-row">
1518-
<td class="docs-api-method-parameter-cell">
1519-
<p class="docs-api-method-parameter-name">
1520-
c</p>
1521-
<code class="docs-api-method-parameter-type">AbstractControl</code>
1522-
</td>
1523-
<td class="docs-api-method-parameter-description-cell">
1524-
<p class="docs-api-method-parameter-description">
1525-
1526-
</p>
1527-
</td>
1528-
</tr>
1529-
<thead>
1530-
<tr class="docs-api-method-returns-header-row">
1531-
<th colspan="2" class="docs-api-method-returns-header-cell">Returns</th>
1532-
</tr>
1533-
</thead>
1534-
<tr>
1535-
<td class="docs-api-method-returns-type-cell">
1536-
<code class="docs-api-method-returns-type">ValidationErrors | null</code>
1537-
</td>
1538-
<td class="docs-api-method-returns-description-cell">
1539-
<p class="docs-api-method-returns-description">
1540-
1541-
</p>
1542-
</td>
1543-
</tr></table>
1544-
1545-
1546-
15471367

15481368

15491369

@@ -1650,19 +1470,6 @@ <h4 id="MatEndDate" class="docs-header-link docs-api-h4 docs-api-class-name">
16501470

16511471

16521472

1653-
<tr class="docs-api-properties-row">
1654-
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
1655-
<code>ngControl: NgControl</code>
1656-
</p>
1657-
</td>
1658-
<td class="docs-api-property-description"><p>@docs-private</p>
1659-
</td>
1660-
</tr>
1661-
1662-
1663-
1664-
1665-
16661473
<tr class="docs-api-properties-row">
16671474
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
16681475
<code>stateChanges: Subject&lt;void&gt;</code>
@@ -1728,41 +1535,6 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
17281535

17291536

17301537

1731-
<table class="docs-api-method-table">
1732-
<thead>
1733-
<tr class="docs-api-method-name-row">
1734-
<th colspan="2" class="docs-api-method-name-cell">registerOnValidatorChange
1735-
</th>
1736-
</tr>
1737-
</thead><tr class="docs-api-method-description-row">
1738-
<td colspan="2" class="docs-api-method-description-cell">
1739-
<p>@docs-private</p>
1740-
1741-
</td>
1742-
</tr><thead>
1743-
<tr class="docs-api-method-parameters-header-row">
1744-
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
1745-
</tr>
1746-
</thead>
1747-
1748-
<tr class="docs-api-method-parameter-row">
1749-
<td class="docs-api-method-parameter-cell">
1750-
<p class="docs-api-method-parameter-name">
1751-
fn</p>
1752-
<code class="docs-api-method-parameter-type">() =&gt; void</code>
1753-
</td>
1754-
<td class="docs-api-method-parameter-description-cell">
1755-
<p class="docs-api-method-parameter-description">
1756-
1757-
</p>
1758-
</td>
1759-
</tr>
1760-
</table>
1761-
1762-
1763-
1764-
1765-
17661538
<table class="docs-api-method-table">
17671539
<thead>
17681540
<tr class="docs-api-method-name-row">
@@ -1773,55 +1545,6 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
17731545

17741546

17751547

1776-
1777-
1778-
<table class="docs-api-method-table">
1779-
<thead>
1780-
<tr class="docs-api-method-name-row">
1781-
<th colspan="2" class="docs-api-method-name-cell">validate
1782-
</th>
1783-
</tr>
1784-
</thead><tr class="docs-api-method-description-row">
1785-
<td colspan="2" class="docs-api-method-description-cell">
1786-
<p>@docs-private</p>
1787-
1788-
</td>
1789-
</tr><thead>
1790-
<tr class="docs-api-method-parameters-header-row">
1791-
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
1792-
</tr>
1793-
</thead>
1794-
1795-
<tr class="docs-api-method-parameter-row">
1796-
<td class="docs-api-method-parameter-cell">
1797-
<p class="docs-api-method-parameter-name">
1798-
c</p>
1799-
<code class="docs-api-method-parameter-type">AbstractControl</code>
1800-
</td>
1801-
<td class="docs-api-method-parameter-description-cell">
1802-
<p class="docs-api-method-parameter-description">
1803-
1804-
</p>
1805-
</td>
1806-
</tr>
1807-
<thead>
1808-
<tr class="docs-api-method-returns-header-row">
1809-
<th colspan="2" class="docs-api-method-returns-header-cell">Returns</th>
1810-
</tr>
1811-
</thead>
1812-
<tr>
1813-
<td class="docs-api-method-returns-type-cell">
1814-
<code class="docs-api-method-returns-type">ValidationErrors | null</code>
1815-
</td>
1816-
<td class="docs-api-method-returns-description-cell">
1817-
<p class="docs-api-method-returns-description">
1818-
1819-
</p>
1820-
</td>
1821-
</tr></table>
1822-
1823-
1824-
18251548

18261549

18271550

@@ -2790,7 +2513,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
27902513
</td>
27912514
<td class="docs-api-method-returns-description-cell">
27922515
<p class="docs-api-method-returns-description">
2793-
2516+
<p>Selection model that the input should hook itself up to.</p>
2517+
27942518
</p>
27952519
</td>
27962520
</tr></table>

0 commit comments

Comments
 (0)