@angular/animations 21.0.2 → 21.0.3
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 +1 -1
- package/fesm2022/_util-chunk.mjs +1 -1
- package/fesm2022/animations.mjs +7 -7
- package/fesm2022/browser-testing.mjs +1 -1
- package/fesm2022/browser.mjs +4 -4
- package/package.json +2 -2
- package/types/_animation_driver-chunk.d.ts +1 -1
- package/types/_animation_player-chunk.d.ts +1 -1
- package/types/animations.d.ts +1 -1
- package/types/browser-testing.d.ts +1 -1
- package/types/browser.d.ts +1 -1
package/fesm2022/_util-chunk.mjs
CHANGED
package/fesm2022/animations.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.
|
|
2
|
+
* @license Angular v21.0.3
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -12,7 +12,7 @@ export { AUTO_STYLE, AnimationMetadataType, NoopAnimationPlayer, animate, animat
|
|
|
12
12
|
class AnimationBuilder {
|
|
13
13
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
14
14
|
minVersion: "12.0.0",
|
|
15
|
-
version: "21.0.
|
|
15
|
+
version: "21.0.3",
|
|
16
16
|
ngImport: i0,
|
|
17
17
|
type: AnimationBuilder,
|
|
18
18
|
deps: [],
|
|
@@ -20,7 +20,7 @@ class AnimationBuilder {
|
|
|
20
20
|
});
|
|
21
21
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
22
22
|
minVersion: "12.0.0",
|
|
23
|
-
version: "21.0.
|
|
23
|
+
version: "21.0.3",
|
|
24
24
|
ngImport: i0,
|
|
25
25
|
type: AnimationBuilder,
|
|
26
26
|
providedIn: 'root',
|
|
@@ -29,7 +29,7 @@ class AnimationBuilder {
|
|
|
29
29
|
}
|
|
30
30
|
i0.ɵɵngDeclareClassMetadata({
|
|
31
31
|
minVersion: "12.0.0",
|
|
32
|
-
version: "21.0.
|
|
32
|
+
version: "21.0.3",
|
|
33
33
|
ngImport: i0,
|
|
34
34
|
type: AnimationBuilder,
|
|
35
35
|
decorators: [{
|
|
@@ -71,7 +71,7 @@ class BrowserAnimationBuilder extends AnimationBuilder {
|
|
|
71
71
|
}
|
|
72
72
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
73
73
|
minVersion: "12.0.0",
|
|
74
|
-
version: "21.0.
|
|
74
|
+
version: "21.0.3",
|
|
75
75
|
ngImport: i0,
|
|
76
76
|
type: BrowserAnimationBuilder,
|
|
77
77
|
deps: [{
|
|
@@ -83,7 +83,7 @@ class BrowserAnimationBuilder extends AnimationBuilder {
|
|
|
83
83
|
});
|
|
84
84
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
85
85
|
minVersion: "12.0.0",
|
|
86
|
-
version: "21.0.
|
|
86
|
+
version: "21.0.3",
|
|
87
87
|
ngImport: i0,
|
|
88
88
|
type: BrowserAnimationBuilder,
|
|
89
89
|
providedIn: 'root'
|
|
@@ -91,7 +91,7 @@ class BrowserAnimationBuilder extends AnimationBuilder {
|
|
|
91
91
|
}
|
|
92
92
|
i0.ɵɵngDeclareClassMetadata({
|
|
93
93
|
minVersion: "12.0.0",
|
|
94
|
-
version: "21.0.
|
|
94
|
+
version: "21.0.3",
|
|
95
95
|
ngImport: i0,
|
|
96
96
|
type: BrowserAnimationBuilder,
|
|
97
97
|
decorators: [{
|
package/fesm2022/browser.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.
|
|
2
|
+
* @license Angular v21.0.3
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -30,7 +30,7 @@ class NoopAnimationDriver {
|
|
|
30
30
|
}
|
|
31
31
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
32
32
|
minVersion: "12.0.0",
|
|
33
|
-
version: "21.0.
|
|
33
|
+
version: "21.0.3",
|
|
34
34
|
ngImport: i0,
|
|
35
35
|
type: NoopAnimationDriver,
|
|
36
36
|
deps: [],
|
|
@@ -38,14 +38,14 @@ class NoopAnimationDriver {
|
|
|
38
38
|
});
|
|
39
39
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
40
40
|
minVersion: "12.0.0",
|
|
41
|
-
version: "21.0.
|
|
41
|
+
version: "21.0.3",
|
|
42
42
|
ngImport: i0,
|
|
43
43
|
type: NoopAnimationDriver
|
|
44
44
|
});
|
|
45
45
|
}
|
|
46
46
|
i0.ɵɵngDeclareClassMetadata({
|
|
47
47
|
minVersion: "12.0.0",
|
|
48
|
-
version: "21.0.
|
|
48
|
+
version: "21.0.3",
|
|
49
49
|
ngImport: i0,
|
|
50
50
|
type: NoopAnimationDriver,
|
|
51
51
|
decorators: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/animations",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.3",
|
|
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.
|
|
14
|
+
"@angular/core": "21.0.3"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
package/types/animations.d.ts
CHANGED
package/types/browser.d.ts
CHANGED