Skip to content

Commit bdecf0d

Browse files
committed
main - 0eb9012 fix(material/tabs): switch away from animations module (#30281)
1 parent 61fde43 commit bdecf0d

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,10 @@ <h4 id="ScrollDirection" class="docs-header-link docs-api-h4 docs-api-type-alias
15331533
<h4 id="MatTabBodyPositionState" class="docs-header-link docs-api-h4 docs-api-type-alias-name">
15341534
<span header-link="MatTabBodyPositionState"></span>
15351535
<code>MatTabBodyPositionState</code>
1536-
</h4><p class="docs-api-type-alias-description"><p>These position states are used internally as animation states for the tab body. Setting the
1536+
</h4><div class="docs-api-type-alias-deprecated-marker" deprecated-message="Will stop being exported. Will be removed in v21.0.0 or later."
1537+
>
1538+
Deprecated
1539+
</div><p class="docs-api-type-alias-description"><p>These position states are used internally as animation states for the tab body. Setting the
15371540
position state to left, right, or center will transition the tab body from its current
15381541
position to its respective state. If there is not current position (void, in the case of a new
15391542
tab body), then there will be no transition animation to its state.</p>
@@ -1542,7 +1545,7 @@ <h4 id="MatTabBodyPositionState" class="docs-header-link docs-api-h4 docs-api-ty
15421545
pseudo-prior state.</p>
15431546
</p><div class="docs-markdown">
15441547
<pre class="docs-markdown-pre">
1545-
<code class="docs-markdown-code"><span class="hljs-keyword">type</span> MatTabBodyPositionState = <span class="hljs-string">&#x27;left&#x27;</span> | <span class="hljs-string">&#x27;center&#x27;</span> | <span class="hljs-string">&#x27;right&#x27;</span> | <span class="hljs-string">&#x27;left-origin-center&#x27;</span> | <span class="hljs-string">&#x27;right-origin-center&#x27;</span>;</code>
1548+
<code class="docs-markdown-code"><span class="hljs-keyword">type</span> MatTabBodyPositionState = <span class="hljs-string">&#x27;left&#x27;</span> | <span class="hljs-string">&#x27;center&#x27;</span> | <span class="hljs-string">&#x27;right&#x27;</span>;</code>
15461549
</pre>
15471550
</div>
15481551

@@ -1553,7 +1556,10 @@ <h4 id="MatTabBodyPositionState" class="docs-header-link docs-api-h4 docs-api-ty
15531556
<h4 id="MatTabBodyOriginState" class="docs-header-link docs-api-h4 docs-api-type-alias-name">
15541557
<span header-link="MatTabBodyOriginState"></span>
15551558
<code>MatTabBodyOriginState</code>
1556-
</h4><p class="docs-api-type-alias-description"><p>The origin state is an internally used state that is set on a new tab body indicating if it
1559+
</h4><div class="docs-api-type-alias-deprecated-marker" deprecated-message="No longer being used. Will be removed. Will be removed in v21.0.0 or later."
1560+
>
1561+
Deprecated
1562+
</div><p class="docs-api-type-alias-description"><p>The origin state is an internally used state that is set on a new tab body indicating if it
15571563
began to the left or right of the prior selected index. For example, if the selected index was
15581564
set to 1, and a new tab is created and selected at index 2, then the tab body would have an
15591565
origin of right because its index was greater than the prior selected index.</p>

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "19.2.0-next.0+sha-59a7985",
3+
"version": "19.2.0-next.0+sha-0eb9012",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -259,15 +259,15 @@
259259
},
260260
"homepage": "https://github.com/angular/components#readme",
261261
"peerDependencies": {
262-
"@angular/cdk": "19.2.0-next.0+sha-59a7985",
263-
"@angular/cdk-experimental": "19.2.0-next.0+sha-59a7985",
262+
"@angular/cdk": "19.2.0-next.0+sha-0eb9012",
263+
"@angular/cdk-experimental": "19.2.0-next.0+sha-0eb9012",
264264
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
265265
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
266-
"@angular/material": "19.2.0-next.0+sha-59a7985",
267-
"@angular/material-experimental": "19.2.0-next.0+sha-59a7985",
268-
"@angular/material-moment-adapter": "19.2.0-next.0+sha-59a7985",
269-
"@angular/material-luxon-adapter": "19.2.0-next.0+sha-59a7985",
270-
"@angular/material-date-fns-adapter": "19.2.0-next.0+sha-59a7985"
266+
"@angular/material": "19.2.0-next.0+sha-0eb9012",
267+
"@angular/material-experimental": "19.2.0-next.0+sha-0eb9012",
268+
"@angular/material-moment-adapter": "19.2.0-next.0+sha-0eb9012",
269+
"@angular/material-luxon-adapter": "19.2.0-next.0+sha-0eb9012",
270+
"@angular/material-date-fns-adapter": "19.2.0-next.0+sha-0eb9012"
271271
},
272272
"dependencies": {
273273
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)