@angular/animations
Advanced tools
Comparing version 4.2.0-rc.2 to 4.2.0
/** | ||
* @license Angular v4.2.0-rc.2 | ||
* @license Angular v4.2.0 | ||
* (c) 2010-2017 Google, Inc. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
/** | ||
* @license Angular v4.2.0-rc.2 | ||
* @license Angular v4.2.0 | ||
* (c) 2010-2017 Google, Inc. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
import * as tslib_1 from "tslib"; | ||
/** | ||
* @license Angular v4.2.0-rc.2 | ||
* @license Angular v4.2.0 | ||
* (c) 2010-2017 Google, Inc. https://angular.io/ | ||
@@ -5,0 +5,0 @@ * License: MIT |
/** | ||
* @license Angular v4.2.0-rc.2 | ||
* @license Angular v4.2.0 | ||
* (c) 2010-2017 Google, Inc. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
/** | ||
* @license Angular v4.2.0-rc.2 | ||
* @license Angular v4.2.0 | ||
* (c) 2010-2017 Google, Inc. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
@@ -23,2 +23,9 @@ /** | ||
} | ||
export declare const REMOVAL_FLAG = "__ng_removed"; | ||
export interface ElementAnimationState { | ||
setForRemoval: any; | ||
hasAnimation: boolean; | ||
namespaceId: string; | ||
removedBeforeQueried: boolean; | ||
} | ||
export declare class StateValue { | ||
@@ -48,3 +55,3 @@ value: string; | ||
deregister(name: string): void; | ||
private _onElementDestroy(element); | ||
clearElementCache(element: any): void; | ||
private _destroyInnerNodes(rootElement, context, animate?); | ||
@@ -66,3 +73,2 @@ removeNode(element: any, context: any, doNotRecurse?: boolean): void; | ||
players: TransitionAnimationPlayer[]; | ||
queuedRemovals: Map<any, () => any>; | ||
newHostElements: Map<any, AnimationTransitionNamespace>; | ||
@@ -81,3 +87,4 @@ playersByElement: Map<any, TransitionAnimationPlayer[]>; | ||
namespacesByHostElement: Map<any, AnimationTransitionNamespace>; | ||
collectedElements: any[]; | ||
collectedEnterElements: any[]; | ||
collectedLeaveElements: any[]; | ||
onRemovalComplete: (element: any, context: any) => void; | ||
@@ -95,5 +102,5 @@ _onRemovalComplete(element: any, context: any): void; | ||
insertNode(namespaceId: string, element: any, parent: any, insertBefore: boolean): void; | ||
updateElementEpoch(element: any, isRemoval?: boolean): void; | ||
markElementAsRemoved(element: any, unmark?: boolean): void; | ||
collectEnterElement(element: any): void; | ||
removeNode(namespaceId: string, element: any, context: any, doNotRecurse?: boolean): void; | ||
markElementAsRemoved(namespaceId: string, element: any, hasAnimation?: boolean, context?: any): void; | ||
listen(namespaceId: string, element: any, name: string, phase: string, callback: (event: any) => boolean): () => any; | ||
@@ -103,2 +110,3 @@ private _buildInstruction(entry, subTimelines); | ||
whenRenderingDone(): Promise<any>; | ||
processLeaveNode(element: any): void; | ||
flush(microtaskId?: number): void; | ||
@@ -105,0 +113,0 @@ private _flushAnimations(microtaskId); |
/** | ||
* @license Angular v4.2.0-rc.2 | ||
* @license Angular v4.2.0 | ||
* (c) 2010-2017 Google, Inc. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
/** | ||
* @license Angular v4.2.0-rc.2 | ||
* @license Angular v4.2.0 | ||
* (c) 2010-2017 Google, Inc. https://angular.io/ | ||
@@ -39,3 +39,3 @@ * License: MIT | ||
/** | ||
* @license Angular v4.2.0-rc.2 | ||
* @license Angular v4.2.0 | ||
* (c) 2010-2017 Google, Inc. https://angular.io/ | ||
@@ -42,0 +42,0 @@ * License: MIT |
/** | ||
* @license Angular v4.2.0-rc.2 | ||
* @license Angular v4.2.0 | ||
* (c) 2010-2017 Google, Inc. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
/** | ||
* @license Angular v4.2.0-rc.2 | ||
* @license Angular v4.2.0 | ||
* (c) 2010-2017 Google, Inc. https://angular.io/ | ||
@@ -13,3 +13,3 @@ * License: MIT | ||
/** | ||
* @license Angular v4.2.0-rc.2 | ||
* @license Angular v4.2.0 | ||
* (c) 2010-2017 Google, Inc. https://angular.io/ | ||
@@ -16,0 +16,0 @@ * License: MIT |
/** | ||
* @license Angular v4.2.0-rc.2 | ||
* @license Angular v4.2.0 | ||
* (c) 2010-2017 Google, Inc. https://angular.io/ | ||
@@ -16,3 +16,3 @@ * License: MIT | ||
function scheduleMicroTask(cb){Promise.resolve(null).then(cb)}/** | ||
* @license Angular v4.2.0-rc.2 | ||
* @license Angular v4.2.0 | ||
* (c) 2010-2017 Google, Inc. https://angular.io/ | ||
@@ -19,0 +19,0 @@ * License: MIT |
{ | ||
"name": "@angular/animations", | ||
"version": "4.2.0-rc.2", | ||
"version": "4.2.0", | ||
"description": "Angular - animations integration with web-animationss", | ||
@@ -15,3 +15,3 @@ "main": "./bundles/animations.umd.js", | ||
"peerDependencies": { | ||
"@angular/core": "4.2.0-rc.2" | ||
"@angular/core": "4.2.0" | ||
}, | ||
@@ -18,0 +18,0 @@ "repository": { |
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
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2312034
21467
3