@angular/material
Advanced tools
Comparing version 19.2.0-next.2 to 19.2.0-next.3
@@ -1,2 +0,1 @@ | ||
import { AnimationTriggerMetadata } from '@angular/animations'; | ||
import { CdkDialogContainer } from '@angular/cdk/dialog'; | ||
@@ -77,3 +76,3 @@ import { ComponentRef } from '@angular/core'; | ||
export declare const matBottomSheetAnimations: { | ||
readonly bottomSheetState: AnimationTriggerMetadata; | ||
readonly bottomSheetState: any; | ||
}; | ||
@@ -80,0 +79,0 @@ |
@@ -603,4 +603,2 @@ import { AfterContentInit } from '@angular/core'; | ||
protected _defaultRole: string; | ||
/** Value that was assigned before the listbox was initialized. */ | ||
private _pendingInitialValue; | ||
/** Default chip options. */ | ||
@@ -607,0 +605,0 @@ private _defaultOptions; |
@@ -1,2 +0,1 @@ | ||
import { AnimationTriggerMetadata } from '@angular/animations'; | ||
import { CdkDialogContainer } from '@angular/cdk/dialog'; | ||
@@ -46,2 +45,4 @@ import { ComponentPortal } from '@angular/cdk/portal'; | ||
* @docs-private | ||
* @deprecated Will stop being exported. | ||
* @breaking-change 21.0.0 | ||
*/ | ||
@@ -197,5 +198,7 @@ export declare const _defaultParams: { | ||
* @docs-private | ||
* @deprecated No longer used, will be removed. | ||
* @breaking-change 21.0.0 | ||
*/ | ||
export declare const matDialogAnimations: { | ||
readonly dialogContainer: AnimationTriggerMetadata; | ||
readonly dialogContainer: any; | ||
}; | ||
@@ -202,0 +205,0 @@ |
import { AfterContentInit } from '@angular/core'; | ||
import { AfterViewInit } from '@angular/core'; | ||
import { AnimationTriggerMetadata } from '@angular/animations'; | ||
import { CdkAccordion } from '@angular/cdk/accordion'; | ||
@@ -23,3 +22,7 @@ import { CdkAccordionItem } from '@angular/cdk/accordion'; | ||
/** Time and timing curve for expansion panel animations. */ | ||
/** | ||
* Time and timing curve for expansion panel animations. | ||
* @deprecated No longer used. Will be removed. | ||
* @breaking-change 21.0.0 | ||
*/ | ||
export declare const EXPANSION_PANEL_ANIMATION_TIMING = "225ms cubic-bezier(0.4,0.0,0.2,1)"; | ||
@@ -155,4 +158,4 @@ | ||
export declare const matExpansionAnimations: { | ||
readonly indicatorRotate: AnimationTriggerMetadata; | ||
readonly bodyExpansion: AnimationTriggerMetadata; | ||
readonly indicatorRotate: any; | ||
readonly bodyExpansion: any; | ||
}; | ||
@@ -159,0 +162,0 @@ |
@@ -5,3 +5,2 @@ import { AbstractControlDirective } from '@angular/forms'; | ||
import { AfterViewInit } from '@angular/core'; | ||
import { AnimationTriggerMetadata } from '@angular/animations'; | ||
import { BooleanInput } from '@angular/cdk/coercion'; | ||
@@ -298,3 +297,3 @@ import { ElementRef } from '@angular/core'; | ||
export declare const matFormFieldAnimations: { | ||
readonly transitionMessages: AnimationTriggerMetadata; | ||
readonly transitionMessages: any; | ||
}; | ||
@@ -301,0 +300,0 @@ |
import { AfterContentInit } from '@angular/core'; | ||
import { AfterViewInit } from '@angular/core'; | ||
import { AnimationTriggerMetadata } from '@angular/animations'; | ||
import { Direction } from '@angular/cdk/bidi'; | ||
@@ -27,3 +26,3 @@ import { EventEmitter } from '@angular/core'; | ||
*/ | ||
export declare const fadeInItems: AnimationTriggerMetadata; | ||
export declare const fadeInItems: any; | ||
@@ -250,4 +249,4 @@ declare namespace i3 { | ||
export declare const matMenuAnimations: { | ||
readonly transformMenu: AnimationTriggerMetadata; | ||
readonly fadeInItems: AnimationTriggerMetadata; | ||
readonly transformMenu: any; | ||
readonly fadeInItems: any; | ||
}; | ||
@@ -544,4 +543,4 @@ | ||
*/ | ||
export declare const transformMenu: AnimationTriggerMetadata; | ||
export declare const transformMenu: any; | ||
export { } |
{ | ||
"name": "@angular/material", | ||
"version": "19.2.0-next.2", | ||
"version": "19.2.0-next.3", | ||
"description": "Angular Material", | ||
@@ -357,3 +357,3 @@ "repository": { | ||
"@angular/animations": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0", | ||
"@angular/cdk": "19.2.0-next.2", | ||
"@angular/cdk": "19.2.0-next.3", | ||
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0", | ||
@@ -360,0 +360,0 @@ "@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0", |
@@ -22,3 +22,3 @@ "use strict"; | ||
*/ | ||
const fallbackMaterialVersionRange = `~19.2.0-next.2`; | ||
const fallbackMaterialVersionRange = `~19.2.0-next.3`; | ||
/** | ||
@@ -25,0 +25,0 @@ * Schematic factory entry-point for the `ng-add` schematic. The ng-add schematic will be |
import { ActiveDescendantKeyManager } from '@angular/cdk/a11y'; | ||
import { AfterContentInit } from '@angular/core'; | ||
import { AnimationTriggerMetadata } from '@angular/animations'; | ||
import { CdkConnectedOverlay } from '@angular/cdk/overlay'; | ||
@@ -463,4 +462,4 @@ import { CdkOverlayOrigin } from '@angular/cdk/overlay'; | ||
*/ | ||
readonly transformPanelWrap: AnimationTriggerMetadata; | ||
readonly transformPanel: AnimationTriggerMetadata; | ||
readonly transformPanelWrap: any; | ||
readonly transformPanel: any; | ||
}; | ||
@@ -467,0 +466,0 @@ |
import { AfterContentInit } from '@angular/core'; | ||
import { AfterViewInit } from '@angular/core'; | ||
import { AnimationTriggerMetadata } from '@angular/animations'; | ||
import { BooleanInput } from '@angular/cdk/coercion'; | ||
@@ -211,3 +210,3 @@ import { CdkScrollable } from '@angular/cdk/scrolling'; | ||
export declare const matDrawerAnimations: { | ||
readonly transformDrawer: AnimationTriggerMetadata; | ||
readonly transformDrawer: any; | ||
}; | ||
@@ -214,0 +213,0 @@ |
@@ -1,2 +0,1 @@ | ||
import { AnimationTriggerMetadata } from '@angular/animations'; | ||
import { AriaLivePoliteness } from '@angular/cdk/a11y'; | ||
@@ -154,3 +153,3 @@ import { BasePortalOutlet } from '@angular/cdk/portal'; | ||
export declare const matSnackBarAnimations: { | ||
readonly snackBarState: AnimationTriggerMetadata; | ||
readonly snackBarState: any; | ||
}; | ||
@@ -157,0 +156,0 @@ |
import { AfterViewInit } from '@angular/core'; | ||
import { AnimationTriggerMetadata } from '@angular/animations'; | ||
import { EventEmitter } from '@angular/core'; | ||
@@ -142,8 +141,8 @@ import * as i0 from '@angular/core'; | ||
export declare const matSortAnimations: { | ||
readonly indicator: AnimationTriggerMetadata; | ||
readonly leftPointer: AnimationTriggerMetadata; | ||
readonly rightPointer: AnimationTriggerMetadata; | ||
readonly arrowOpacity: AnimationTriggerMetadata; | ||
readonly arrowPosition: AnimationTriggerMetadata; | ||
readonly allowChildren: AnimationTriggerMetadata; | ||
readonly indicator: any; | ||
readonly leftPointer: any; | ||
readonly rightPointer: any; | ||
readonly arrowOpacity: any; | ||
readonly arrowPosition: any; | ||
readonly allowChildren: any; | ||
}; | ||
@@ -150,0 +149,0 @@ |
import { AbstractControl } from '@angular/forms'; | ||
import { AfterContentInit } from '@angular/core'; | ||
import { AfterViewInit } from '@angular/core'; | ||
import { AnimationTriggerMetadata } from '@angular/animations'; | ||
import { CdkStep } from '@angular/cdk/stepper'; | ||
@@ -238,4 +237,4 @@ import { CdkStepHeader } from '@angular/cdk/stepper'; | ||
export declare const matStepperAnimations: { | ||
readonly horizontalStepTransition: AnimationTriggerMetadata; | ||
readonly verticalStepTransition: AnimationTriggerMetadata; | ||
readonly horizontalStepTransition: any; | ||
readonly verticalStepTransition: any; | ||
}; | ||
@@ -242,0 +241,0 @@ |
import { AfterContentChecked } from '@angular/core'; | ||
import { AfterContentInit } from '@angular/core'; | ||
import { AfterViewInit } from '@angular/core'; | ||
import { AnimationTriggerMetadata } from '@angular/animations'; | ||
import { BehaviorSubject } from 'rxjs'; | ||
@@ -922,3 +921,3 @@ import { CdkPortal } from '@angular/cdk/portal'; | ||
export declare const matTabsAnimations: { | ||
readonly translateTab: AnimationTriggerMetadata; | ||
readonly translateTab: any; | ||
}; | ||
@@ -925,0 +924,0 @@ |
import { AfterViewInit } from '@angular/core'; | ||
import { AnimationTriggerMetadata } from '@angular/animations'; | ||
import { BooleanInput } from '@angular/cdk/coercion'; | ||
@@ -227,3 +226,3 @@ import { ConnectedPosition } from '@angular/cdk/overlay'; | ||
export declare const matTooltipAnimations: { | ||
readonly tooltipState: AnimationTriggerMetadata; | ||
readonly tooltipState: any; | ||
}; | ||
@@ -230,0 +229,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
9960824
75028