Skip to content

Commit 914f2c9

Browse files
committed
main - db090ca fix(material/select): breaking changes for v20
1 parent 84cfbb3 commit 914f2c9

File tree

8 files changed

+21
-447
lines changed

8 files changed

+21
-447
lines changed

docs-content/api-docs/cdk-collections.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
414414
</thead>
415415
<tr>
416416
<td class="docs-api-method-returns-type-cell">
417-
<code class="docs-api-method-returns-type">boolean | void</code>
417+
<code class="docs-api-method-returns-type">boolean</code>
418418
</td>
419419
<td class="docs-api-method-returns-description-cell">
420420
<p class="docs-api-method-returns-description">
@@ -478,7 +478,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
478478
</thead>
479479
<tr>
480480
<td class="docs-api-method-returns-type-cell">
481-
<code class="docs-api-method-returns-type">boolean | void</code>
481+
<code class="docs-api-method-returns-type">boolean</code>
482482
</td>
483483
<td class="docs-api-method-returns-description-cell">
484484
<p class="docs-api-method-returns-description">
@@ -670,7 +670,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
670670
</thead>
671671
<tr>
672672
<td class="docs-api-method-returns-type-cell">
673-
<code class="docs-api-method-returns-type">boolean | void</code>
673+
<code class="docs-api-method-returns-type">boolean</code>
674674
</td>
675675
<td class="docs-api-method-returns-description-cell">
676676
<p class="docs-api-method-returns-description">
@@ -734,7 +734,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
734734
</thead>
735735
<tr>
736736
<td class="docs-api-method-returns-type-cell">
737-
<code class="docs-api-method-returns-type">boolean | void</code>
737+
<code class="docs-api-method-returns-type">boolean</code>
738738
</td>
739739
<td class="docs-api-method-returns-description-cell">
740740
<p class="docs-api-method-returns-description">
@@ -820,7 +820,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
820820
</thead>
821821
<tr>
822822
<td class="docs-api-method-returns-type-cell">
823-
<code class="docs-api-method-returns-type">boolean | void</code>
823+
<code class="docs-api-method-returns-type">boolean</code>
824824
</td>
825825
<td class="docs-api-method-returns-description-cell">
826826
<p class="docs-api-method-returns-description">

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

Lines changed: 0 additions & 200 deletions
Original file line numberDiff line numberDiff line change
@@ -453,174 +453,6 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
453453

454454

455455

456-
457-
458-
459-
<h4 id="MatCheckboxRequiredValidator" class="docs-header-link docs-api-h4 docs-api-class-name">
460-
<span header-link="MatCheckboxRequiredValidator"></span>
461-
<code>MatCheckboxRequiredValidator</code>
462-
463-
</h4><p class="docs-api-class-description"><p>Validator for Material checkbox&#39;s required attribute in template-driven checkbox.
464-
Current CheckboxRequiredValidator only work with <code>input type=checkbox</code> and does not
465-
work with <code>mat-checkbox</code>.</p>
466-
</p><p class="docs-api-directive-selectors">
467-
<span class="docs-api-class-selector-label">Selector:</span>
468-
469-
<span class="docs-api-class-selector-name">mat-checkbox[required][formControlName]</span>
470-
471-
<span class="docs-api-class-selector-name">mat-checkbox[required][formControl]</span>
472-
473-
<span class="docs-api-class-selector-name">mat-checkbox[required][ngModel]</span>
474-
475-
</p><div class="docs-api-class-deprecated-marker" deprecated-message="No longer used, `MatCheckbox` implements required validation directly. Will be removed in v19.0.0 or later."
476-
>
477-
Deprecated
478-
</div><h5 class="docs-api-h5 docs-api-method-header">Properties</h5>
479-
<table class="docs-api-properties-table">
480-
<tr class="docs-api-properties-header-row">
481-
<th class="docs-api-properties-th">Name</th>
482-
<th class="docs-api-properties-th">Description</th>
483-
</tr>
484-
485-
486-
487-
<tr class="docs-api-properties-row">
488-
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
489-
<code>required: boolean | string</code>
490-
</p>
491-
</td>
492-
<td class="docs-api-property-description"><p>Tracks changes to the required attribute bound to this directive.</p>
493-
</td>
494-
</tr>
495-
496-
497-
498-
</table>
499-
500-
501-
<h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
502-
503-
504-
505-
<table class="docs-api-method-table">
506-
<thead>
507-
<tr class="docs-api-method-name-row">
508-
<th colspan="2" class="docs-api-method-name-cell">enabled
509-
</th>
510-
</tr>
511-
</thead><thead>
512-
<tr class="docs-api-method-parameters-header-row">
513-
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
514-
</tr>
515-
</thead>
516-
517-
<tr class="docs-api-method-parameter-row">
518-
<td class="docs-api-method-parameter-cell">
519-
<p class="docs-api-method-parameter-name">
520-
input</p>
521-
<code class="docs-api-method-parameter-type">boolean</code>
522-
</td>
523-
<td class="docs-api-method-parameter-description-cell">
524-
<p class="docs-api-method-parameter-description">
525-
526-
</p>
527-
</td>
528-
</tr>
529-
<thead>
530-
<tr class="docs-api-method-returns-header-row">
531-
<th colspan="2" class="docs-api-method-returns-header-cell">Returns</th>
532-
</tr>
533-
</thead>
534-
<tr>
535-
<td class="docs-api-method-returns-type-cell">
536-
<code class="docs-api-method-returns-type">boolean</code>
537-
</td>
538-
<td class="docs-api-method-returns-description-cell">
539-
<p class="docs-api-method-returns-description">
540-
541-
</p>
542-
</td>
543-
</tr></table>
544-
545-
546-
547-
548-
549-
<table class="docs-api-method-table">
550-
<thead>
551-
<tr class="docs-api-method-name-row">
552-
<th colspan="2" class="docs-api-method-name-cell">registerOnValidatorChange
553-
</th>
554-
</tr>
555-
</thead><thead>
556-
<tr class="docs-api-method-parameters-header-row">
557-
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
558-
</tr>
559-
</thead>
560-
561-
<tr class="docs-api-method-parameter-row">
562-
<td class="docs-api-method-parameter-cell">
563-
<p class="docs-api-method-parameter-name">
564-
fn</p>
565-
<code class="docs-api-method-parameter-type">() =&gt; void</code>
566-
</td>
567-
<td class="docs-api-method-parameter-description-cell">
568-
<p class="docs-api-method-parameter-description">
569-
570-
</p>
571-
</td>
572-
</tr>
573-
</table>
574-
575-
576-
577-
578-
579-
<table class="docs-api-method-table">
580-
<thead>
581-
<tr class="docs-api-method-name-row">
582-
<th colspan="2" class="docs-api-method-name-cell">validate
583-
</th>
584-
</tr>
585-
</thead><thead>
586-
<tr class="docs-api-method-parameters-header-row">
587-
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
588-
</tr>
589-
</thead>
590-
591-
<tr class="docs-api-method-parameter-row">
592-
<td class="docs-api-method-parameter-cell">
593-
<p class="docs-api-method-parameter-name">
594-
control</p>
595-
<code class="docs-api-method-parameter-type">AbstractControl&lt;any, any&gt;</code>
596-
</td>
597-
<td class="docs-api-method-parameter-description-cell">
598-
<p class="docs-api-method-parameter-description">
599-
600-
</p>
601-
</td>
602-
</tr>
603-
<thead>
604-
<tr class="docs-api-method-returns-header-row">
605-
<th colspan="2" class="docs-api-method-returns-header-cell">Returns</th>
606-
</tr>
607-
</thead>
608-
<tr>
609-
<td class="docs-api-method-returns-type-cell">
610-
<code class="docs-api-method-returns-type">ValidationErrors | null</code>
611-
</td>
612-
<td class="docs-api-method-returns-description-cell">
613-
<p class="docs-api-method-returns-description">
614-
615-
</p>
616-
</td>
617-
</tr></table>
618-
619-
620-
621-
622-
623-
624456
<h3 id="material-checkbox-classes" class="docs-header-link docs-api-h3">
625457
<span header-link="classes"></span>
626458
Classes
@@ -769,22 +601,6 @@ <h3 id="material-checkbox-constants" class="docs-header-link docs-api-h3">
769601

770602

771603

772-
<h4 id="MAT_CHECKBOX_CONTROL_VALUE_ACCESSOR" class="docs-header-link docs-api-h4 docs-api-constant-name">
773-
<span header-link="MAT_CHECKBOX_CONTROL_VALUE_ACCESSOR"></span>
774-
<code>MAT_CHECKBOX_CONTROL_VALUE_ACCESSOR</code>
775-
</h4><div class="docs-api-constant-deprecated-marker" deprecated-message="Will stop being exported. Will be removed in v19.0.0 or later."
776-
>
777-
Deprecated
778-
</div><div class="docs-markdown">
779-
<pre class="docs-markdown-pre">
780-
<code class="docs-markdown-code"><span class="hljs-keyword">const</span> MAT_CHECKBOX_CONTROL_VALUE_ACCESSOR: <span class="hljs-built_in">any</span>;</code>
781-
</pre>
782-
</div>
783-
784-
785-
786-
787-
788604
<h4 id="MAT_CHECKBOX_DEFAULT_OPTIONS" class="docs-header-link docs-api-h4 docs-api-constant-name">
789605
<span header-link="MAT_CHECKBOX_DEFAULT_OPTIONS"></span>
790606
<code>MAT_CHECKBOX_DEFAULT_OPTIONS</code>
@@ -796,20 +612,4 @@ <h4 id="MAT_CHECKBOX_DEFAULT_OPTIONS" class="docs-header-link docs-api-h4 docs-a
796612
</div>
797613

798614

799-
800-
801-
802-
<h4 id="MAT_CHECKBOX_REQUIRED_VALIDATOR" class="docs-header-link docs-api-h4 docs-api-constant-name">
803-
<span header-link="MAT_CHECKBOX_REQUIRED_VALIDATOR"></span>
804-
<code>MAT_CHECKBOX_REQUIRED_VALIDATOR</code>
805-
</h4><div class="docs-api-constant-deprecated-marker" deprecated-message="No longer used, `MatCheckbox` implements required validation directly. Will be removed in v19.0.0 or later."
806-
>
807-
Deprecated
808-
</div><div class="docs-markdown">
809-
<pre class="docs-markdown-pre">
810-
<code class="docs-markdown-code"><span class="hljs-keyword">const</span> MAT_CHECKBOX_REQUIRED_VALIDATOR: Provider;</code>
811-
</pre>
812-
</div>
813-
814-
815615
</div>

0 commit comments

Comments
 (0)