@angular/animations 22.2.0-next.5 → 22.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/animations",
3
- "version": "22.2.0-next.5",
3
+ "version": "22.2.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": "22.2.0-next.5"
14
+ "@angular/core": "22.2.0-next.7"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v22.2.0-next.5
2
+ * @license Angular v22.2.0-next.7
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -42,7 +42,7 @@ declare class NoopAnimationDriver implements AnimationDriver {
42
42
  */
43
43
  animate(element: any, keyframes: Array<Map<string, string | number>>, duration: number, delay: number, easing: string, previousPlayers?: any[], scrubberAccessRequested?: boolean): AnimationPlayer;
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<NoopAnimationDriver, never>;
45
- static ɵprov: i0.ɵɵInjectableDeclaration<NoopAnimationDriver>;
45
+ static ɵprov: i0.ɵɵInjectableDeclaration<any>;
46
46
  }
47
47
  /**
48
48
  * @publicApi
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v22.2.0-next.5
2
+ * @license Angular v22.2.0-next.7
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1159,7 +1159,7 @@ declare function useAnimation(animation: AnimationReferenceMetadata, options?: A
1159
1159
  * Tokens can be merged into a combined query selector string. For example:
1160
1160
  *
1161
1161
  * ```ts
1162
- * query(':self, .record:enter, .record:leave, @subTrigger', [...])
1162
+ * query('@subTrigger, :self, .record:enter, .record:leave', [...])
1163
1163
  * ```
1164
1164
  *
1165
1165
  * The `query()` function collects multiple elements and works internally by using
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v22.2.0-next.5
2
+ * @license Angular v22.2.0-next.7
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -66,7 +66,7 @@ declare abstract class AnimationBuilder {
66
66
  */
67
67
  abstract build(animation: AnimationMetadata | AnimationMetadata[]): AnimationFactory;
68
68
  static ɵfac: i0.ɵɵFactoryDeclaration<AnimationBuilder, never>;
69
- static ɵprov: i0.ɵɵInjectableDeclaration<AnimationBuilder>;
69
+ static ɵprov: i0.ɵɵInjectableDeclaration<any>;
70
70
  }
71
71
  /**
72
72
  * A factory object returned from the
@@ -96,7 +96,7 @@ declare class BrowserAnimationBuilder extends AnimationBuilder {
96
96
  constructor(rootRenderer: RendererFactory2, doc: Document);
97
97
  build(animation: AnimationMetadata | AnimationMetadata[]): AnimationFactory;
98
98
  static ɵfac: i0.ɵɵFactoryDeclaration<BrowserAnimationBuilder, never>;
99
- static ɵprov: i0.ɵɵInjectableDeclaration<BrowserAnimationBuilder>;
99
+ static ɵprov: i0.ɵɵInjectableDeclaration<any>;
100
100
  }
101
101
 
102
102
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v22.2.0-next.5
2
+ * @license Angular v22.2.0-next.7
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v22.2.0-next.5
2
+ * @license Angular v22.2.0-next.7
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */