Skip to content

Commit 4523ecd

Browse files
devversiontinayuangao
authored andcommitted
chore: add missing @deletion-target tags (#9734)
* chore: add missing @deletion-target tags * Adds the missing @deletion-target tags * Update deletion target versions
1 parent aa1cf5b commit 4523ecd

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/lib/core/ripple/ripple.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export interface RippleGlobalOptions {
4040
* setting it to 0.5 will cause the ripple fade-in animation to take twice as long.
4141
* A changed speedFactor will not affect the fade-out duration of the ripples.
4242
* @deprecated Use the `animation` global option instead.
43+
* @deletion-target 7.0.0
4344
*/
4445
baseSpeedFactor?: number;
4546

@@ -88,6 +89,7 @@ export class MatRipple implements OnInit, OnDestroy, RippleTarget {
8889
* setting it to 0.5 will cause the animations to take twice as long.
8990
* A changed speedFactor will not modify the fade-out duration of the ripples.
9091
* @deprecated Use the [matRippleAnimation] binding instead.
92+
* @deletion-target 7.0.0
9193
*/
9294
@Input('matRippleSpeedFactor') speedFactor: number = 1;
9395

src/lib/radio/radio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ export class MatRadioButton extends _MatRadioButtonMixinBase
412412
/**
413413
* Whether or not the radio-button should appear before or after the label.
414414
* @deprecated
415-
* @deletion-target
415+
* @deletion-target 6.0.0
416416
*/
417417
@Input()
418418
get align(): 'start' | 'end' {

src/lib/snack-bar/snack-bar-ref.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export class MatSnackBarRef<T> {
7777
/**
7878
* Marks the snackbar action clicked.
7979
* @deprecated Use `dismissWithAction` instead.
80+
* @deletion-target 7.0.0
8081
*/
8182
closeWithAction(): void {
8283
this.dismissWithAction();

0 commit comments

Comments
 (0)