Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions goldens/material/bottom-sheet/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ export class MatBottomSheet implements OnDestroy {
static ɵprov: i0.ɵɵInjectableDeclaration<MatBottomSheet>;
}

// @public @deprecated
export const matBottomSheetAnimations: {
readonly bottomSheetState: any;
};

// @public
export class MatBottomSheetConfig<D = any> {
ariaLabel?: string | null;
Expand Down
6 changes: 0 additions & 6 deletions goldens/material/datepicker/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,12 +330,6 @@ export class MatDatepickerActions implements AfterViewInit, OnDestroy {
static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerActions, never>;
}

// @public @deprecated
export const matDatepickerAnimations: {
readonly transformPanel: any;
readonly fadeInCalendar: any;
};

// @public
export class MatDatepickerApply {
constructor(...args: unknown[]);
Expand Down
13 changes: 0 additions & 13 deletions goldens/material/dialog/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ export type AutoFocusTarget = 'dialog' | 'first-tabbable' | 'first-heading';
// @public
export function _closeDialogVia<R>(ref: MatDialogRef<R>, interactionType: FocusOrigin, result?: R): void;

// @public @deprecated
export const _defaultParams: {
params: {
enterAnimationDuration: string;
exitAnimationDuration: string;
};
};

// @public
export interface DialogPosition {
bottom?: string;
Expand Down Expand Up @@ -103,11 +95,6 @@ export class MatDialogActions extends MatDialogLayoutSection {
static ɵfac: i0.ɵɵFactoryDeclaration<MatDialogActions, never>;
}

// @public @deprecated
export const matDialogAnimations: {
readonly dialogContainer: any;
};

// @public
export class MatDialogClose implements OnInit, OnChanges {
constructor(...args: unknown[]);
Expand Down
9 changes: 0 additions & 9 deletions goldens/material/expansion/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ import { Subject } from 'rxjs';
import { TemplatePortal } from '@angular/cdk/portal';
import { TemplateRef } from '@angular/core';

// @public @deprecated
export const EXPANSION_PANEL_ANIMATION_TIMING = "225ms cubic-bezier(0.4,0.0,0.2,1)";

// @public
export const MAT_ACCORDION: InjectionToken<MatAccordionBase>;

Expand Down Expand Up @@ -73,12 +70,6 @@ export type MatAccordionDisplayMode = 'default' | 'flat';
// @public
export type MatAccordionTogglePosition = 'before' | 'after';

// @public @deprecated
export const matExpansionAnimations: {
readonly indicatorRotate: any;
readonly bodyExpansion: any;
};

// @public (undocumented)
export class MatExpansionModule {
// (undocumented)
Expand Down
5 changes: 0 additions & 5 deletions goldens/material/form-field/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,6 @@ export class MatFormField implements FloatingLabelParent, AfterContentInit, Afte
static ɵfac: i0.ɵɵFactoryDeclaration<MatFormField, never>;
}

// @public @deprecated
export const matFormFieldAnimations: {
readonly transitionMessages: any;
};

// @public
export type MatFormFieldAppearance = 'fill' | 'outline';

Expand Down
12 changes: 0 additions & 12 deletions goldens/material/menu/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ import { ScrollStrategy } from '@angular/cdk/overlay';
import { Subject } from 'rxjs';
import { TemplateRef } from '@angular/core';

// @public @deprecated (undocumented)
export const fadeInItems: any;

// @public
export const MAT_MENU_CONTENT: InjectionToken<MatMenuContent>;

Expand Down Expand Up @@ -153,12 +150,6 @@ export class MatMenu implements AfterContentInit, MatMenuPanel<MatMenuItem>, OnI
static ɵfac: i0.ɵɵFactoryDeclaration<MatMenu, never>;
}

// @public @deprecated
export const matMenuAnimations: {
readonly transformMenu: any;
readonly fadeInItems: any;
};

// @public
export class MatMenuContent implements OnDestroy {
constructor(...args: unknown[]);
Expand Down Expand Up @@ -321,9 +312,6 @@ export type MenuPositionX = 'before' | 'after';
// @public (undocumented)
export type MenuPositionY = 'above' | 'below';

// @public @deprecated (undocumented)
export const transformMenu: any;

// (No @packageDocumentation comment for this package)

```
13 changes: 4 additions & 9 deletions goldens/material/select/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export class MatFormField implements FloatingLabelParent, AfterContentInit, Afte
get appearance(): MatFormFieldAppearance;
set appearance(value: MatFormFieldAppearance);
color: ThemePalette;
get _control(): MatFormFieldControl_2<any>;
set _control(value: MatFormFieldControl_2<any>);
get _control(): MatFormFieldControl<any>;
set _control(value: MatFormFieldControl<any>);
// (undocumented)
_elementRef: ElementRef<any>;
// (undocumented)
Expand All @@ -93,7 +93,7 @@ export class MatFormField implements FloatingLabelParent, AfterContentInit, Afte
set floatLabel(value: FloatLabelType);
_forceDisplayInfixLabel(): boolean | 0;
// (undocumented)
_formFieldControl: MatFormFieldControl_2<any>;
_formFieldControl: MatFormFieldControl<any>;
getConnectedOverlayOrigin(): ElementRef;
getLabelId: i0.Signal<string | null>;
_getSubscriptMessageType(): 'error' | 'hint';
Expand Down Expand Up @@ -247,7 +247,7 @@ export class MatPrefix {
}

// @public (undocumented)
export class MatSelect implements AfterContentInit, OnChanges, OnDestroy, OnInit, DoCheck, ControlValueAccessor, MatFormFieldControl<any> {
export class MatSelect implements AfterContentInit, OnChanges, OnDestroy, OnInit, DoCheck, ControlValueAccessor, MatFormFieldControl_2<any> {
constructor(...args: unknown[]);
// (undocumented)
protected _animationsDisabled: boolean;
Expand Down Expand Up @@ -387,11 +387,6 @@ export class MatSelect implements AfterContentInit, OnChanges, OnDestroy, OnInit
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelect, never>;
}

// @public @deprecated
export const matSelectAnimations: {
readonly transformPanel: any;
};

// @public
export class MatSelectChange<T = any> {
constructor(
Expand Down
5 changes: 0 additions & 5 deletions goldens/material/sidenav/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ export class MatDrawer implements AfterViewInit, OnDestroy {
static ɵfac: i0.ɵɵFactoryDeclaration<MatDrawer, never>;
}

// @public @deprecated
export const matDrawerAnimations: {
readonly transformDrawer: any;
};

// @public
export class MatDrawerContainer implements AfterContentInit, DoCheck, OnDestroy {
constructor(...args: unknown[]);
Expand Down
5 changes: 0 additions & 5 deletions goldens/material/snack-bar/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ export class MatSnackBarActions {
static ɵfac: i0.ɵɵFactoryDeclaration<MatSnackBarActions, never>;
}

// @public @deprecated
export const matSnackBarAnimations: {
readonly snackBarState: any;
};

// @public
export class MatSnackBarConfig<D = any> {
announcementMessage?: string;
Expand Down
10 changes: 0 additions & 10 deletions goldens/material/sort/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,6 @@ export interface MatSortable {
start: SortDirection;
}

// @public @deprecated
export const matSortAnimations: {
readonly indicator: any;
readonly leftPointer: any;
readonly rightPointer: any;
readonly arrowOpacity: any;
readonly arrowPosition: any;
readonly allowChildren: any;
};

// @public
export interface MatSortDefaultOptions {
arrowPosition?: SortHeaderArrowPosition;
Expand Down
6 changes: 0 additions & 6 deletions goldens/material/stepper/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,6 @@ export class MatStepper extends CdkStepper implements AfterViewInit, AfterConten
static ɵfac: i0.ɵɵFactoryDeclaration<MatStepper, never>;
}

// @public @deprecated
export const matStepperAnimations: {
readonly horizontalStepTransition: any;
readonly verticalStepTransition: any;
};

// @public
export class MatStepperIcon {
constructor(...args: unknown[]);
Expand Down
5 changes: 0 additions & 5 deletions goldens/material/tabs/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,11 +509,6 @@ export class MatTabNavPanel {
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabNavPanel, never>;
}

// @public @deprecated
export const matTabsAnimations: {
readonly translateTab: any;
};

// @public
export interface MatTabsConfig {
alignTabs?: 'start' | 'center' | 'end';
Expand Down
5 changes: 0 additions & 5 deletions goldens/material/tooltip/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ export class MatTooltip implements OnDestroy, AfterViewInit {
static ɵfac: i0.ɵɵFactoryDeclaration<MatTooltip, never>;
}

// @public @deprecated
export const matTooltipAnimations: {
readonly tooltipState: any;
};

// @public
export interface MatTooltipDefaultOptions {
disableTooltipInteractivity?: boolean;
Expand Down
1 change: 0 additions & 1 deletion src/material/bottom-sheet/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ ng_project(
name = "bottom-sheet",
srcs = [
"bottom-sheet.ts",
"bottom-sheet-animations.ts",
"bottom-sheet-config.ts",
"bottom-sheet-container.ts",
"bottom-sheet-module.ts",
Expand Down
91 changes: 0 additions & 91 deletions src/material/bottom-sheet/bottom-sheet-animations.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/material/bottom-sheet/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ export * from './bottom-sheet-module';
export * from './bottom-sheet';
export * from './bottom-sheet-config';
export * from './bottom-sheet-container';
export * from './bottom-sheet-animations';
export * from './bottom-sheet-ref';
1 change: 0 additions & 1 deletion src/material/datepicker/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ ng_project(
"date-selection-model.ts",
"datepicker.ts",
"datepicker-actions.ts",
"datepicker-animations.ts",
"datepicker-base.ts",
"datepicker-errors.ts",
"datepicker-input.ts",
Expand Down
Loading
Loading