Skip to content

Commit 3389291

Browse files
committed
master - 492fdcc40 prototype(tabs): create prototype tabs based on MDC web (#16805)
1 parent d8c7342 commit 3389291

File tree

2 files changed

+7
-35
lines changed

2 files changed

+7
-35
lines changed

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

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -525,34 +525,6 @@ <h4 id="MatTabLink" class="docs-header-link docs-api-h4 docs-api-class-name">
525525

526526

527527

528-
<tr class="docs-api-properties-row">
529-
<td class="docs-api-properties-name-cell"><div class="docs-api-input-marker">
530-
@Input()</div><p class="docs-api-property-name">
531-
<code>disableRipple: boolean</code>
532-
</p>
533-
</td>
534-
<td class="docs-api-property-description"><p>Whether ripples are disabled.</p>
535-
</td>
536-
</tr>
537-
538-
539-
540-
541-
542-
<tr class="docs-api-properties-row">
543-
<td class="docs-api-properties-name-cell"><div class="docs-api-input-marker">
544-
@Input()</div><p class="docs-api-property-name">
545-
<code>disabled: boolean</code>
546-
</p>
547-
</td>
548-
<td class="docs-api-property-description"><p>Whether the component is disabled.</p>
549-
</td>
550-
</tr>
551-
552-
553-
554-
555-
556528
<tr class="docs-api-properties-row">
557529
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
558530
<code>elementRef: ElementRef</code>
@@ -629,7 +601,7 @@ <h4 id="MatTabGroup" class="docs-header-link docs-api-h4 docs-api-class-name">
629601
<span header-link="MatTabGroup"></span>
630602
<code>MatTabGroup</code>
631603

632-
</h4><p class="docs-api-class-description"><p>Material design tab-group component. Supports basic tab pairs (label + content) and includes
604+
</h4><p class="docs-api-class-description"><p>Material design tab-group component. Supports basic tab pairs (label + content) and includes
633605
animated ink-bar, keyboard navigation, and screen reader.
634606
See: <a href="https://material.io/design/components/tabs.html">https://material.io/design/components/tabs.html</a></p>
635607
</p><p class="docs-api-directive-selectors">

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/material-examples",
3-
"version": "8.1.4-8a4bed5",
3+
"version": "8.1.4-492fdcc",
44
"description": "Angular Material Examples",
55
"main": "./bundles/material-examples.umd.js",
66
"module": "./fesm5/material-examples.js",
@@ -23,13 +23,13 @@
2323
},
2424
"homepage": "https://github.com/angular/components#readme",
2525
"peerDependencies": {
26-
"@angular/cdk": "8.1.4-8a4bed5",
27-
"@angular/cdk-experimental": "8.1.4-8a4bed5",
26+
"@angular/cdk": "8.1.4-492fdcc",
27+
"@angular/cdk-experimental": "8.1.4-492fdcc",
2828
"@angular/core": "^8.0.0 || ^9.0.0-0",
2929
"@angular/common": "^8.0.0 || ^9.0.0-0",
30-
"@angular/material": "8.1.4-8a4bed5",
31-
"@angular/material-experimental": "8.1.4-8a4bed5",
32-
"@angular/material-moment-adapter": "8.1.4-8a4bed5"
30+
"@angular/material": "8.1.4-492fdcc",
31+
"@angular/material-experimental": "8.1.4-492fdcc",
32+
"@angular/material-moment-adapter": "8.1.4-492fdcc"
3333
},
3434
"dependencies": {
3535
"tslib": "^1.7.1"

0 commit comments

Comments
 (0)