File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,17 +15,6 @@ import { OnDestroy } from '@angular/core';
1515import { OnInit } from ' @angular/core' ;
1616import { Subject } from ' rxjs' ;
1717
18- // @public @deprecated
19- export type ArrowViewState = SortDirection | ' hint' | ' active' ;
20-
21- // @public @deprecated
22- export interface ArrowViewStateTransition {
23- // (undocumented)
24- fromState? : ArrowViewState ;
25- // (undocumented)
26- toState? : ArrowViewState ;
27- }
28-
2918// @public
3019export const MAT_SORT_DEFAULT_OPTIONS: InjectionToken <MatSortDefaultOptions >;
3120
Original file line number Diff line number Diff line change @@ -36,30 +36,6 @@ import {SortDirection} from './sort-direction';
3636import { getSortHeaderNotContainedWithinSortError } from './sort-errors' ;
3737import { _animationsDisabled , _StructuralStylesLoader } from '../core' ;
3838
39- /**
40- * Valid positions for the arrow to be in for its opacity and translation. If the state is a
41- * sort direction, the position of the arrow will be above/below and opacity 0. If the state is
42- * hint, the arrow will be in the center with a slight opacity. Active state means the arrow will
43- * be fully opaque in the center.
44- *
45- * @docs -private
46- * @deprecated No longer being used, to be removed.
47- * @breaking -change 21.0.0
48- */
49- export type ArrowViewState = SortDirection | 'hint' | 'active' ;
50-
51- /**
52- * States describing the arrow's animated position (animating fromState to toState).
53- * If the fromState is not defined, there will be no animated transition to the toState.
54- * @docs -private
55- * @deprecated No longer being used, to be removed.
56- * @breaking -change 21.0.0
57- */
58- export interface ArrowViewStateTransition {
59- fromState ?: ArrowViewState ;
60- toState ?: ArrowViewState ;
61- }
62-
6339/**
6440 * Applies sorting behavior (click to change sort) and styles to an element, including an
6541 * arrow to display the current sort direction.
You can’t perform that action at this time.
0 commit comments