@angular/animations 21.1.0-next.0 → 21.1.0-next.1

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.0-next.0
2
+ * @license Angular v21.1.0-next.1
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.0-next.0
2
+ * @license Angular v21.1.0-next.1
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.0-next.0
2
+ * @license Angular v21.1.0-next.1
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.1.0-next.0",
15
+ version: "21.1.0-next.1",
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.1.0-next.0",
23
+ version: "21.1.0-next.1",
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.1.0-next.0",
32
+ version: "21.1.0-next.1",
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.1.0-next.0",
74
+ version: "21.1.0-next.1",
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.1.0-next.0",
86
+ version: "21.1.0-next.1",
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.1.0-next.0",
94
+ version: "21.1.0-next.1",
95
95
  ngImport: i0,
96
96
  type: BrowserAnimationBuilder,
97
97
  decorators: [{
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.0-next.0
2
+ * @license Angular v21.1.0-next.1
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.0-next.0
2
+ * @license Angular v21.1.0-next.1
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.1.0-next.0",
33
+ version: "21.1.0-next.1",
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.1.0-next.0",
41
+ version: "21.1.0-next.1",
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.1.0-next.0",
48
+ version: "21.1.0-next.1",
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.1.0-next.0",
3
+ "version": "21.1.0-next.1",
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.1.0-next.0"
14
+ "@angular/core": "21.1.0-next.1"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.0-next.0
2
+ * @license Angular v21.1.0-next.1
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.0-next.0
2
+ * @license Angular v21.1.0-next.1
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.0-next.0
2
+ * @license Angular v21.1.0-next.1
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.0-next.0
2
+ * @license Angular v21.1.0-next.1
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.0-next.0
2
+ * @license Angular v21.1.0-next.1
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */