@angular/platform-browser 22.0.0-next.4 → 22.0.0-next.5
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/_browser-chunk.mjs +11 -11
- package/fesm2022/_dom_renderer-chunk.mjs +13 -13
- package/fesm2022/animations-async.mjs +4 -4
- package/fesm2022/animations.mjs +12 -12
- package/fesm2022/platform-browser.mjs +74 -333
- package/fesm2022/platform-browser.mjs.map +1 -1
- package/fesm2022/testing.mjs +8 -8
- package/package.json +4 -4
- package/types/_browser-chunk.d.ts +1 -1
- package/types/animations-async.d.ts +1 -1
- package/types/animations.d.ts +1 -1
- package/types/platform-browser.d.ts +109 -238
- package/types/testing.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v22.0.0-next.
|
|
2
|
+
* @license Angular v22.0.0-next.5
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -129,7 +129,7 @@ class BrowserXhr {
|
|
|
129
129
|
}
|
|
130
130
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
131
131
|
minVersion: "12.0.0",
|
|
132
|
-
version: "22.0.0-next.
|
|
132
|
+
version: "22.0.0-next.5",
|
|
133
133
|
ngImport: i0,
|
|
134
134
|
type: BrowserXhr,
|
|
135
135
|
deps: [],
|
|
@@ -137,14 +137,14 @@ class BrowserXhr {
|
|
|
137
137
|
});
|
|
138
138
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
139
139
|
minVersion: "12.0.0",
|
|
140
|
-
version: "22.0.0-next.
|
|
140
|
+
version: "22.0.0-next.5",
|
|
141
141
|
ngImport: i0,
|
|
142
142
|
type: BrowserXhr
|
|
143
143
|
});
|
|
144
144
|
}
|
|
145
145
|
i0.ɵɵngDeclareClassMetadata({
|
|
146
146
|
minVersion: "12.0.0",
|
|
147
|
-
version: "22.0.0-next.
|
|
147
|
+
version: "22.0.0-next.5",
|
|
148
148
|
ngImport: i0,
|
|
149
149
|
type: BrowserXhr,
|
|
150
150
|
decorators: [{
|
|
@@ -254,7 +254,7 @@ class KeyEventsPlugin extends EventManagerPlugin {
|
|
|
254
254
|
}
|
|
255
255
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
256
256
|
minVersion: "12.0.0",
|
|
257
|
-
version: "22.0.0-next.
|
|
257
|
+
version: "22.0.0-next.5",
|
|
258
258
|
ngImport: i0,
|
|
259
259
|
type: KeyEventsPlugin,
|
|
260
260
|
deps: [{
|
|
@@ -264,14 +264,14 @@ class KeyEventsPlugin extends EventManagerPlugin {
|
|
|
264
264
|
});
|
|
265
265
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
266
266
|
minVersion: "12.0.0",
|
|
267
|
-
version: "22.0.0-next.
|
|
267
|
+
version: "22.0.0-next.5",
|
|
268
268
|
ngImport: i0,
|
|
269
269
|
type: KeyEventsPlugin
|
|
270
270
|
});
|
|
271
271
|
}
|
|
272
272
|
i0.ɵɵngDeclareClassMetadata({
|
|
273
273
|
minVersion: "12.0.0",
|
|
274
|
-
version: "22.0.0-next.
|
|
274
|
+
version: "22.0.0-next.5",
|
|
275
275
|
ngImport: i0,
|
|
276
276
|
type: KeyEventsPlugin,
|
|
277
277
|
decorators: [{
|
|
@@ -390,7 +390,7 @@ class BrowserModule {
|
|
|
390
390
|
}
|
|
391
391
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
392
392
|
minVersion: "12.0.0",
|
|
393
|
-
version: "22.0.0-next.
|
|
393
|
+
version: "22.0.0-next.5",
|
|
394
394
|
ngImport: i0,
|
|
395
395
|
type: BrowserModule,
|
|
396
396
|
deps: [],
|
|
@@ -398,14 +398,14 @@ class BrowserModule {
|
|
|
398
398
|
});
|
|
399
399
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
400
400
|
minVersion: "14.0.0",
|
|
401
|
-
version: "22.0.0-next.
|
|
401
|
+
version: "22.0.0-next.5",
|
|
402
402
|
ngImport: i0,
|
|
403
403
|
type: BrowserModule,
|
|
404
404
|
exports: [CommonModule, ApplicationModule]
|
|
405
405
|
});
|
|
406
406
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
407
407
|
minVersion: "12.0.0",
|
|
408
|
-
version: "22.0.0-next.
|
|
408
|
+
version: "22.0.0-next.5",
|
|
409
409
|
ngImport: i0,
|
|
410
410
|
type: BrowserModule,
|
|
411
411
|
providers: [...BROWSER_MODULE_PROVIDERS, ...TESTABILITY_PROVIDERS],
|
|
@@ -414,7 +414,7 @@ class BrowserModule {
|
|
|
414
414
|
}
|
|
415
415
|
i0.ɵɵngDeclareClassMetadata({
|
|
416
416
|
minVersion: "12.0.0",
|
|
417
|
-
version: "22.0.0-next.
|
|
417
|
+
version: "22.0.0-next.5",
|
|
418
418
|
ngImport: i0,
|
|
419
419
|
type: BrowserModule,
|
|
420
420
|
decorators: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v22.0.0-next.
|
|
2
|
+
* @license Angular v22.0.0-next.5
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -32,7 +32,7 @@ class DomEventsPlugin extends EventManagerPlugin {
|
|
|
32
32
|
}
|
|
33
33
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
34
34
|
minVersion: "12.0.0",
|
|
35
|
-
version: "22.0.0-next.
|
|
35
|
+
version: "22.0.0-next.5",
|
|
36
36
|
ngImport: i0,
|
|
37
37
|
type: DomEventsPlugin,
|
|
38
38
|
deps: [{
|
|
@@ -42,14 +42,14 @@ class DomEventsPlugin extends EventManagerPlugin {
|
|
|
42
42
|
});
|
|
43
43
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
44
44
|
minVersion: "12.0.0",
|
|
45
|
-
version: "22.0.0-next.
|
|
45
|
+
version: "22.0.0-next.5",
|
|
46
46
|
ngImport: i0,
|
|
47
47
|
type: DomEventsPlugin
|
|
48
48
|
});
|
|
49
49
|
}
|
|
50
50
|
i0.ɵɵngDeclareClassMetadata({
|
|
51
51
|
minVersion: "12.0.0",
|
|
52
|
-
version: "22.0.0-next.
|
|
52
|
+
version: "22.0.0-next.5",
|
|
53
53
|
ngImport: i0,
|
|
54
54
|
type: DomEventsPlugin,
|
|
55
55
|
decorators: [{
|
|
@@ -103,7 +103,7 @@ class EventManager {
|
|
|
103
103
|
}
|
|
104
104
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
105
105
|
minVersion: "12.0.0",
|
|
106
|
-
version: "22.0.0-next.
|
|
106
|
+
version: "22.0.0-next.5",
|
|
107
107
|
ngImport: i0,
|
|
108
108
|
type: EventManager,
|
|
109
109
|
deps: [{
|
|
@@ -115,14 +115,14 @@ class EventManager {
|
|
|
115
115
|
});
|
|
116
116
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
117
117
|
minVersion: "12.0.0",
|
|
118
|
-
version: "22.0.0-next.
|
|
118
|
+
version: "22.0.0-next.5",
|
|
119
119
|
ngImport: i0,
|
|
120
120
|
type: EventManager
|
|
121
121
|
});
|
|
122
122
|
}
|
|
123
123
|
i0.ɵɵngDeclareClassMetadata({
|
|
124
124
|
minVersion: "12.0.0",
|
|
125
|
-
version: "22.0.0-next.
|
|
125
|
+
version: "22.0.0-next.5",
|
|
126
126
|
ngImport: i0,
|
|
127
127
|
type: EventManager,
|
|
128
128
|
decorators: [{
|
|
@@ -260,7 +260,7 @@ class SharedStylesHost {
|
|
|
260
260
|
}
|
|
261
261
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
262
262
|
minVersion: "12.0.0",
|
|
263
|
-
version: "22.0.0-next.
|
|
263
|
+
version: "22.0.0-next.5",
|
|
264
264
|
ngImport: i0,
|
|
265
265
|
type: SharedStylesHost,
|
|
266
266
|
deps: [{
|
|
@@ -277,14 +277,14 @@ class SharedStylesHost {
|
|
|
277
277
|
});
|
|
278
278
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
279
279
|
minVersion: "12.0.0",
|
|
280
|
-
version: "22.0.0-next.
|
|
280
|
+
version: "22.0.0-next.5",
|
|
281
281
|
ngImport: i0,
|
|
282
282
|
type: SharedStylesHost
|
|
283
283
|
});
|
|
284
284
|
}
|
|
285
285
|
i0.ɵɵngDeclareClassMetadata({
|
|
286
286
|
minVersion: "12.0.0",
|
|
287
|
-
version: "22.0.0-next.
|
|
287
|
+
version: "22.0.0-next.5",
|
|
288
288
|
ngImport: i0,
|
|
289
289
|
type: SharedStylesHost,
|
|
290
290
|
decorators: [{
|
|
@@ -440,7 +440,7 @@ class DomRendererFactory2 {
|
|
|
440
440
|
}
|
|
441
441
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
442
442
|
minVersion: "12.0.0",
|
|
443
|
-
version: "22.0.0-next.
|
|
443
|
+
version: "22.0.0-next.5",
|
|
444
444
|
ngImport: i0,
|
|
445
445
|
type: DomRendererFactory2,
|
|
446
446
|
deps: [{
|
|
@@ -465,14 +465,14 @@ class DomRendererFactory2 {
|
|
|
465
465
|
});
|
|
466
466
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
467
467
|
minVersion: "12.0.0",
|
|
468
|
-
version: "22.0.0-next.
|
|
468
|
+
version: "22.0.0-next.5",
|
|
469
469
|
ngImport: i0,
|
|
470
470
|
type: DomRendererFactory2
|
|
471
471
|
});
|
|
472
472
|
}
|
|
473
473
|
i0.ɵɵngDeclareClassMetadata({
|
|
474
474
|
minVersion: "12.0.0",
|
|
475
|
-
version: "22.0.0-next.
|
|
475
|
+
version: "22.0.0-next.5",
|
|
476
476
|
ngImport: i0,
|
|
477
477
|
type: DomRendererFactory2,
|
|
478
478
|
decorators: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v22.0.0-next.
|
|
2
|
+
* @license Angular v22.0.0-next.5
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -92,7 +92,7 @@ class AsyncAnimationRendererFactory {
|
|
|
92
92
|
}
|
|
93
93
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
94
94
|
minVersion: "12.0.0",
|
|
95
|
-
version: "22.0.0-next.
|
|
95
|
+
version: "22.0.0-next.5",
|
|
96
96
|
ngImport: i0,
|
|
97
97
|
type: AsyncAnimationRendererFactory,
|
|
98
98
|
deps: "invalid",
|
|
@@ -100,14 +100,14 @@ class AsyncAnimationRendererFactory {
|
|
|
100
100
|
});
|
|
101
101
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
102
102
|
minVersion: "12.0.0",
|
|
103
|
-
version: "22.0.0-next.
|
|
103
|
+
version: "22.0.0-next.5",
|
|
104
104
|
ngImport: i0,
|
|
105
105
|
type: AsyncAnimationRendererFactory
|
|
106
106
|
});
|
|
107
107
|
}
|
|
108
108
|
i0.ɵɵngDeclareClassMetadata({
|
|
109
109
|
minVersion: "12.0.0",
|
|
110
|
-
version: "22.0.0-next.
|
|
110
|
+
version: "22.0.0-next.5",
|
|
111
111
|
ngImport: i0,
|
|
112
112
|
type: AsyncAnimationRendererFactory,
|
|
113
113
|
decorators: [{
|
package/fesm2022/animations.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v22.0.0-next.
|
|
2
|
+
* @license Angular v22.0.0-next.5
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -22,7 +22,7 @@ class InjectableAnimationEngine extends _AnimationEngine {
|
|
|
22
22
|
}
|
|
23
23
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
24
24
|
minVersion: "12.0.0",
|
|
25
|
-
version: "22.0.0-next.
|
|
25
|
+
version: "22.0.0-next.5",
|
|
26
26
|
ngImport: i0,
|
|
27
27
|
type: InjectableAnimationEngine,
|
|
28
28
|
deps: [{
|
|
@@ -36,14 +36,14 @@ class InjectableAnimationEngine extends _AnimationEngine {
|
|
|
36
36
|
});
|
|
37
37
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
38
38
|
minVersion: "12.0.0",
|
|
39
|
-
version: "22.0.0-next.
|
|
39
|
+
version: "22.0.0-next.5",
|
|
40
40
|
ngImport: i0,
|
|
41
41
|
type: InjectableAnimationEngine
|
|
42
42
|
});
|
|
43
43
|
}
|
|
44
44
|
i0.ɵɵngDeclareClassMetadata({
|
|
45
45
|
minVersion: "12.0.0",
|
|
46
|
-
version: "22.0.0-next.
|
|
46
|
+
version: "22.0.0-next.5",
|
|
47
47
|
ngImport: i0,
|
|
48
48
|
type: InjectableAnimationEngine,
|
|
49
49
|
decorators: [{
|
|
@@ -101,7 +101,7 @@ class BrowserAnimationsModule {
|
|
|
101
101
|
}
|
|
102
102
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
103
103
|
minVersion: "12.0.0",
|
|
104
|
-
version: "22.0.0-next.
|
|
104
|
+
version: "22.0.0-next.5",
|
|
105
105
|
ngImport: i0,
|
|
106
106
|
type: BrowserAnimationsModule,
|
|
107
107
|
deps: [],
|
|
@@ -109,14 +109,14 @@ class BrowserAnimationsModule {
|
|
|
109
109
|
});
|
|
110
110
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
111
111
|
minVersion: "14.0.0",
|
|
112
|
-
version: "22.0.0-next.
|
|
112
|
+
version: "22.0.0-next.5",
|
|
113
113
|
ngImport: i0,
|
|
114
114
|
type: BrowserAnimationsModule,
|
|
115
115
|
exports: [BrowserModule]
|
|
116
116
|
});
|
|
117
117
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
118
118
|
minVersion: "12.0.0",
|
|
119
|
-
version: "22.0.0-next.
|
|
119
|
+
version: "22.0.0-next.5",
|
|
120
120
|
ngImport: i0,
|
|
121
121
|
type: BrowserAnimationsModule,
|
|
122
122
|
providers: BROWSER_ANIMATIONS_PROVIDERS,
|
|
@@ -125,7 +125,7 @@ class BrowserAnimationsModule {
|
|
|
125
125
|
}
|
|
126
126
|
i0.ɵɵngDeclareClassMetadata({
|
|
127
127
|
minVersion: "12.0.0",
|
|
128
|
-
version: "22.0.0-next.
|
|
128
|
+
version: "22.0.0-next.5",
|
|
129
129
|
ngImport: i0,
|
|
130
130
|
type: BrowserAnimationsModule,
|
|
131
131
|
decorators: [{
|
|
@@ -143,7 +143,7 @@ function provideAnimations() {
|
|
|
143
143
|
class NoopAnimationsModule {
|
|
144
144
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
145
145
|
minVersion: "12.0.0",
|
|
146
|
-
version: "22.0.0-next.
|
|
146
|
+
version: "22.0.0-next.5",
|
|
147
147
|
ngImport: i0,
|
|
148
148
|
type: NoopAnimationsModule,
|
|
149
149
|
deps: [],
|
|
@@ -151,14 +151,14 @@ class NoopAnimationsModule {
|
|
|
151
151
|
});
|
|
152
152
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
153
153
|
minVersion: "14.0.0",
|
|
154
|
-
version: "22.0.0-next.
|
|
154
|
+
version: "22.0.0-next.5",
|
|
155
155
|
ngImport: i0,
|
|
156
156
|
type: NoopAnimationsModule,
|
|
157
157
|
exports: [BrowserModule]
|
|
158
158
|
});
|
|
159
159
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
160
160
|
minVersion: "12.0.0",
|
|
161
|
-
version: "22.0.0-next.
|
|
161
|
+
version: "22.0.0-next.5",
|
|
162
162
|
ngImport: i0,
|
|
163
163
|
type: NoopAnimationsModule,
|
|
164
164
|
providers: BROWSER_NOOP_ANIMATIONS_PROVIDERS,
|
|
@@ -167,7 +167,7 @@ class NoopAnimationsModule {
|
|
|
167
167
|
}
|
|
168
168
|
i0.ɵɵngDeclareClassMetadata({
|
|
169
169
|
minVersion: "12.0.0",
|
|
170
|
-
version: "22.0.0-next.
|
|
170
|
+
version: "22.0.0-next.5",
|
|
171
171
|
ngImport: i0,
|
|
172
172
|
type: NoopAnimationsModule,
|
|
173
173
|
decorators: [{
|