File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -356,15 +356,13 @@ export interface MenuStackItem {
356356}
357357
358358// @public
359- class MenuTracker {
359+ export class MenuTracker {
360360 update(trigger : CdkMenuTriggerBase ): void ;
361361 // (undocumented)
362362 static ɵfac: i0 .ɵɵFactoryDeclaration <MenuTracker , never >;
363363 // (undocumented)
364364 static ɵprov: i0 .ɵɵInjectableDeclaration <MenuTracker >;
365365}
366- export { MenuTracker as ContextMenuTracker }
367- export { MenuTracker }
368366
369367// @public
370368export const PARENT_OR_NEW_INLINE_MENU_STACK_PROVIDER: (orientation : " vertical" | " horizontal" ) => {
Original file line number Diff line number Diff line change @@ -38,12 +38,6 @@ const CONTEXT_MENU_POSITIONS = STANDARD_DROPDOWN_BELOW_POSITIONS.map(position =>
3838 return { ...position , offsetX, offsetY} ;
3939} ) ;
4040
41- /**
42- * @deprecated Will be removed. Use `MenuTracker` instead.
43- * @breaking -change 22.0.0
44- */
45- export { MenuTracker as ContextMenuTracker } ;
46-
4741/** The coordinates where the context menu should open. */
4842export type ContextMenuCoordinates = { x : number ; y : number } ;
4943
You can’t perform that action at this time.
0 commit comments