Skip to content

Commit 6bdd8ae

Browse files
committed
fix(material/sort): remove deprecated animation definitions
Deletes publicly-exported animation definitions that were marked for removal in v21. BREAKING CHANGE: * `matSortAnimations` symbol has been removed.
1 parent 2259c7b commit 6bdd8ae

File tree

4 files changed

+0
-343
lines changed

4 files changed

+0
-343
lines changed

goldens/material/sort/index.api.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,6 @@ export interface MatSortable {
8080
start: SortDirection;
8181
}
8282

83-
// @public @deprecated
84-
export const matSortAnimations: {
85-
readonly indicator: any;
86-
readonly leftPointer: any;
87-
readonly rightPointer: any;
88-
readonly arrowOpacity: any;
89-
readonly arrowPosition: any;
90-
readonly allowChildren: any;
91-
};
92-
9383
// @public
9484
export interface MatSortDefaultOptions {
9585
arrowPosition?: SortHeaderArrowPosition;

src/material/sort/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ ng_project(
6767
"index.ts",
6868
"public-api.ts",
6969
"sort.ts",
70-
"sort-animations.ts",
7170
"sort-direction.ts",
7271
"sort-errors.ts",
7372
"sort-header.ts",

src/material/sort/public-api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ export * from './sort-direction';
1111
export * from './sort-header';
1212
export * from './sort-header-intl';
1313
export * from './sort';
14-
export * from './sort-animations';

src/material/sort/sort-animations.ts

Lines changed: 0 additions & 331 deletions
This file was deleted.

0 commit comments

Comments
 (0)