@angular/animations 21.0.0-next.6 → 21.0.0-next.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/_private_export-chunk.mjs +2 -2
- package/fesm2022/_util-chunk.mjs +2 -2
- package/fesm2022/animations.mjs +8 -8
- package/fesm2022/browser-testing.mjs +2 -2
- package/fesm2022/browser.mjs +5 -5
- package/package.json +2 -2
- package/types/_animation_driver-chunk.d.ts +2 -2
- package/types/_animation_player-chunk.d.ts +2 -2
- package/types/animations.d.ts +2 -2
- package/types/browser-testing.d.ts +2 -2
- package/types/browser.d.ts +2 -2
package/fesm2022/_util-chunk.mjs
CHANGED
package/fesm2022/animations.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/**
|
2
|
-
* @license Angular v21.0.0-next.
|
3
|
-
* (c) 2010-2025 Google LLC. https://angular.
|
2
|
+
* @license Angular v21.0.0-next.7
|
3
|
+
* (c) 2010-2025 Google LLC. https://angular.dev/
|
4
4
|
* License: MIT
|
5
5
|
*/
|
6
6
|
|
@@ -58,10 +58,10 @@ export { AUTO_STYLE, AnimationMetadataType, NoopAnimationPlayer, animate, animat
|
|
58
58
|
* @deprecated 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23
|
59
59
|
*/
|
60
60
|
class AnimationBuilder {
|
61
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.
|
62
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.
|
61
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.7", ngImport: i0, type: AnimationBuilder, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
62
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.7", ngImport: i0, type: AnimationBuilder, providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) });
|
63
63
|
}
|
64
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.
|
64
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.7", ngImport: i0, type: AnimationBuilder, decorators: [{
|
65
65
|
type: Injectable,
|
66
66
|
args: [{ providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) }]
|
67
67
|
}] });
|
@@ -103,10 +103,10 @@ class BrowserAnimationBuilder extends AnimationBuilder {
|
|
103
103
|
issueAnimationCommand(this._renderer, null, id, 'register', [entry]);
|
104
104
|
return new BrowserAnimationFactory(id, this._renderer);
|
105
105
|
}
|
106
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.
|
107
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.
|
106
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.7", ngImport: i0, type: BrowserAnimationBuilder, deps: [{ token: i0.RendererFactory2 }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
107
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.7", ngImport: i0, type: BrowserAnimationBuilder, providedIn: 'root' });
|
108
108
|
}
|
109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.
|
109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.7", ngImport: i0, type: BrowserAnimationBuilder, decorators: [{
|
110
110
|
type: Injectable,
|
111
111
|
args: [{ providedIn: 'root' }]
|
112
112
|
}], ctorParameters: () => [{ type: i0.RendererFactory2 }, { type: Document, decorators: [{
|
package/fesm2022/browser.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/**
|
2
|
-
* @license Angular v21.0.0-next.
|
3
|
-
* (c) 2010-2025 Google LLC. https://angular.
|
2
|
+
* @license Angular v21.0.0-next.7
|
3
|
+
* (c) 2010-2025 Google LLC. https://angular.dev/
|
4
4
|
* License: MIT
|
5
5
|
*/
|
6
6
|
|
@@ -55,10 +55,10 @@ class NoopAnimationDriver {
|
|
55
55
|
animate(element, keyframes, duration, delay, easing, previousPlayers = [], scrubberAccessRequested) {
|
56
56
|
return new NoopAnimationPlayer(duration, delay);
|
57
57
|
}
|
58
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.
|
59
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.
|
58
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.7", ngImport: i0, type: NoopAnimationDriver, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
59
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.7", ngImport: i0, type: NoopAnimationDriver });
|
60
60
|
}
|
61
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.
|
61
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.7", ngImport: i0, type: NoopAnimationDriver, decorators: [{
|
62
62
|
type: Injectable
|
63
63
|
}] });
|
64
64
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@angular/animations",
|
3
|
-
"version": "21.0.0-next.
|
3
|
+
"version": "21.0.0-next.7",
|
4
4
|
"description": "Angular - animations integration with web-animations",
|
5
5
|
"author": "angular",
|
6
6
|
"license": "MIT",
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"tslib": "^2.3.0"
|
12
12
|
},
|
13
13
|
"peerDependencies": {
|
14
|
-
"@angular/core": "21.0.0-next.
|
14
|
+
"@angular/core": "21.0.0-next.7"
|
15
15
|
},
|
16
16
|
"repository": {
|
17
17
|
"type": "git",
|
package/types/animations.d.ts
CHANGED
package/types/browser.d.ts
CHANGED