@angular/platform-browser 21.0.0-rc.2 → 21.0.0-rc.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/_browser-chunk.mjs +11 -11
- package/fesm2022/_dom_renderer-chunk.mjs +13 -13
- package/fesm2022/_dom_renderer-chunk.mjs.map +1 -1
- package/fesm2022/animations-async.mjs +4 -4
- package/fesm2022/animations.mjs +12 -12
- package/fesm2022/platform-browser.mjs +24 -24
- 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 +1 -1
- package/types/testing.d.ts +1 -1
package/fesm2022/animations.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.0-rc.
|
|
2
|
+
* @license Angular v21.0.0-rc.3
|
|
3
3
|
* (c) 2010-2025 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: "21.0.0-rc.
|
|
25
|
+
version: "21.0.0-rc.3",
|
|
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: "21.0.0-rc.
|
|
39
|
+
version: "21.0.0-rc.3",
|
|
40
40
|
ngImport: i0,
|
|
41
41
|
type: InjectableAnimationEngine
|
|
42
42
|
});
|
|
43
43
|
}
|
|
44
44
|
i0.ɵɵngDeclareClassMetadata({
|
|
45
45
|
minVersion: "12.0.0",
|
|
46
|
-
version: "21.0.0-rc.
|
|
46
|
+
version: "21.0.0-rc.3",
|
|
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: "21.0.0-rc.
|
|
104
|
+
version: "21.0.0-rc.3",
|
|
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: "21.0.0-rc.
|
|
112
|
+
version: "21.0.0-rc.3",
|
|
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: "21.0.0-rc.
|
|
119
|
+
version: "21.0.0-rc.3",
|
|
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: "21.0.0-rc.
|
|
128
|
+
version: "21.0.0-rc.3",
|
|
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: "21.0.0-rc.
|
|
146
|
+
version: "21.0.0-rc.3",
|
|
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: "21.0.0-rc.
|
|
154
|
+
version: "21.0.0-rc.3",
|
|
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: "21.0.0-rc.
|
|
161
|
+
version: "21.0.0-rc.3",
|
|
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: "21.0.0-rc.
|
|
170
|
+
version: "21.0.0-rc.3",
|
|
171
171
|
ngImport: i0,
|
|
172
172
|
type: NoopAnimationsModule,
|
|
173
173
|
decorators: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.0-rc.
|
|
2
|
+
* @license Angular v21.0.0-rc.3
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -87,7 +87,7 @@ class Meta {
|
|
|
87
87
|
}
|
|
88
88
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
89
89
|
minVersion: "12.0.0",
|
|
90
|
-
version: "21.0.0-rc.
|
|
90
|
+
version: "21.0.0-rc.3",
|
|
91
91
|
ngImport: i0,
|
|
92
92
|
type: Meta,
|
|
93
93
|
deps: [{
|
|
@@ -97,7 +97,7 @@ class Meta {
|
|
|
97
97
|
});
|
|
98
98
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
99
99
|
minVersion: "12.0.0",
|
|
100
|
-
version: "21.0.0-rc.
|
|
100
|
+
version: "21.0.0-rc.3",
|
|
101
101
|
ngImport: i0,
|
|
102
102
|
type: Meta,
|
|
103
103
|
providedIn: 'root'
|
|
@@ -105,7 +105,7 @@ class Meta {
|
|
|
105
105
|
}
|
|
106
106
|
i0.ɵɵngDeclareClassMetadata({
|
|
107
107
|
minVersion: "12.0.0",
|
|
108
|
-
version: "21.0.0-rc.
|
|
108
|
+
version: "21.0.0-rc.3",
|
|
109
109
|
ngImport: i0,
|
|
110
110
|
type: Meta,
|
|
111
111
|
decorators: [{
|
|
@@ -139,7 +139,7 @@ class Title {
|
|
|
139
139
|
}
|
|
140
140
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
141
141
|
minVersion: "12.0.0",
|
|
142
|
-
version: "21.0.0-rc.
|
|
142
|
+
version: "21.0.0-rc.3",
|
|
143
143
|
ngImport: i0,
|
|
144
144
|
type: Title,
|
|
145
145
|
deps: [{
|
|
@@ -149,7 +149,7 @@ class Title {
|
|
|
149
149
|
});
|
|
150
150
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
151
151
|
minVersion: "12.0.0",
|
|
152
|
-
version: "21.0.0-rc.
|
|
152
|
+
version: "21.0.0-rc.3",
|
|
153
153
|
ngImport: i0,
|
|
154
154
|
type: Title,
|
|
155
155
|
providedIn: 'root'
|
|
@@ -157,7 +157,7 @@ class Title {
|
|
|
157
157
|
}
|
|
158
158
|
i0.ɵɵngDeclareClassMetadata({
|
|
159
159
|
minVersion: "12.0.0",
|
|
160
|
-
version: "21.0.0-rc.
|
|
160
|
+
version: "21.0.0-rc.3",
|
|
161
161
|
ngImport: i0,
|
|
162
162
|
type: Title,
|
|
163
163
|
decorators: [{
|
|
@@ -300,7 +300,7 @@ class HammerGestureConfig {
|
|
|
300
300
|
}
|
|
301
301
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
302
302
|
minVersion: "12.0.0",
|
|
303
|
-
version: "21.0.0-rc.
|
|
303
|
+
version: "21.0.0-rc.3",
|
|
304
304
|
ngImport: i0,
|
|
305
305
|
type: HammerGestureConfig,
|
|
306
306
|
deps: [],
|
|
@@ -308,14 +308,14 @@ class HammerGestureConfig {
|
|
|
308
308
|
});
|
|
309
309
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
310
310
|
minVersion: "12.0.0",
|
|
311
|
-
version: "21.0.0-rc.
|
|
311
|
+
version: "21.0.0-rc.3",
|
|
312
312
|
ngImport: i0,
|
|
313
313
|
type: HammerGestureConfig
|
|
314
314
|
});
|
|
315
315
|
}
|
|
316
316
|
i0.ɵɵngDeclareClassMetadata({
|
|
317
317
|
minVersion: "12.0.0",
|
|
318
|
-
version: "21.0.0-rc.
|
|
318
|
+
version: "21.0.0-rc.3",
|
|
319
319
|
ngImport: i0,
|
|
320
320
|
type: HammerGestureConfig,
|
|
321
321
|
decorators: [{
|
|
@@ -399,7 +399,7 @@ class HammerGesturesPlugin extends EventManagerPlugin {
|
|
|
399
399
|
}
|
|
400
400
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
401
401
|
minVersion: "12.0.0",
|
|
402
|
-
version: "21.0.0-rc.
|
|
402
|
+
version: "21.0.0-rc.3",
|
|
403
403
|
ngImport: i0,
|
|
404
404
|
type: HammerGesturesPlugin,
|
|
405
405
|
deps: [{
|
|
@@ -416,14 +416,14 @@ class HammerGesturesPlugin extends EventManagerPlugin {
|
|
|
416
416
|
});
|
|
417
417
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
418
418
|
minVersion: "12.0.0",
|
|
419
|
-
version: "21.0.0-rc.
|
|
419
|
+
version: "21.0.0-rc.3",
|
|
420
420
|
ngImport: i0,
|
|
421
421
|
type: HammerGesturesPlugin
|
|
422
422
|
});
|
|
423
423
|
}
|
|
424
424
|
i0.ɵɵngDeclareClassMetadata({
|
|
425
425
|
minVersion: "12.0.0",
|
|
426
|
-
version: "21.0.0-rc.
|
|
426
|
+
version: "21.0.0-rc.3",
|
|
427
427
|
ngImport: i0,
|
|
428
428
|
type: HammerGesturesPlugin,
|
|
429
429
|
decorators: [{
|
|
@@ -456,7 +456,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
456
456
|
class HammerModule {
|
|
457
457
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
458
458
|
minVersion: "12.0.0",
|
|
459
|
-
version: "21.0.0-rc.
|
|
459
|
+
version: "21.0.0-rc.3",
|
|
460
460
|
ngImport: i0,
|
|
461
461
|
type: HammerModule,
|
|
462
462
|
deps: [],
|
|
@@ -464,13 +464,13 @@ class HammerModule {
|
|
|
464
464
|
});
|
|
465
465
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
466
466
|
minVersion: "14.0.0",
|
|
467
|
-
version: "21.0.0-rc.
|
|
467
|
+
version: "21.0.0-rc.3",
|
|
468
468
|
ngImport: i0,
|
|
469
469
|
type: HammerModule
|
|
470
470
|
});
|
|
471
471
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
472
472
|
minVersion: "12.0.0",
|
|
473
|
-
version: "21.0.0-rc.
|
|
473
|
+
version: "21.0.0-rc.3",
|
|
474
474
|
ngImport: i0,
|
|
475
475
|
type: HammerModule,
|
|
476
476
|
providers: [{
|
|
@@ -486,7 +486,7 @@ class HammerModule {
|
|
|
486
486
|
}
|
|
487
487
|
i0.ɵɵngDeclareClassMetadata({
|
|
488
488
|
minVersion: "12.0.0",
|
|
489
|
-
version: "21.0.0-rc.
|
|
489
|
+
version: "21.0.0-rc.3",
|
|
490
490
|
ngImport: i0,
|
|
491
491
|
type: HammerModule,
|
|
492
492
|
decorators: [{
|
|
@@ -508,7 +508,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
508
508
|
class DomSanitizer {
|
|
509
509
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
510
510
|
minVersion: "12.0.0",
|
|
511
|
-
version: "21.0.0-rc.
|
|
511
|
+
version: "21.0.0-rc.3",
|
|
512
512
|
ngImport: i0,
|
|
513
513
|
type: DomSanitizer,
|
|
514
514
|
deps: [],
|
|
@@ -516,7 +516,7 @@ class DomSanitizer {
|
|
|
516
516
|
});
|
|
517
517
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
518
518
|
minVersion: "12.0.0",
|
|
519
|
-
version: "21.0.0-rc.
|
|
519
|
+
version: "21.0.0-rc.3",
|
|
520
520
|
ngImport: i0,
|
|
521
521
|
type: DomSanitizer,
|
|
522
522
|
providedIn: 'root',
|
|
@@ -525,7 +525,7 @@ class DomSanitizer {
|
|
|
525
525
|
}
|
|
526
526
|
i0.ɵɵngDeclareClassMetadata({
|
|
527
527
|
minVersion: "12.0.0",
|
|
528
|
-
version: "21.0.0-rc.
|
|
528
|
+
version: "21.0.0-rc.3",
|
|
529
529
|
ngImport: i0,
|
|
530
530
|
type: DomSanitizer,
|
|
531
531
|
decorators: [{
|
|
@@ -593,7 +593,7 @@ class DomSanitizerImpl extends DomSanitizer {
|
|
|
593
593
|
}
|
|
594
594
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
595
595
|
minVersion: "12.0.0",
|
|
596
|
-
version: "21.0.0-rc.
|
|
596
|
+
version: "21.0.0-rc.3",
|
|
597
597
|
ngImport: i0,
|
|
598
598
|
type: DomSanitizerImpl,
|
|
599
599
|
deps: [{
|
|
@@ -603,7 +603,7 @@ class DomSanitizerImpl extends DomSanitizer {
|
|
|
603
603
|
});
|
|
604
604
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
605
605
|
minVersion: "12.0.0",
|
|
606
|
-
version: "21.0.0-rc.
|
|
606
|
+
version: "21.0.0-rc.3",
|
|
607
607
|
ngImport: i0,
|
|
608
608
|
type: DomSanitizerImpl,
|
|
609
609
|
providedIn: 'root'
|
|
@@ -611,7 +611,7 @@ class DomSanitizerImpl extends DomSanitizer {
|
|
|
611
611
|
}
|
|
612
612
|
i0.ɵɵngDeclareClassMetadata({
|
|
613
613
|
minVersion: "12.0.0",
|
|
614
|
-
version: "21.0.0-rc.
|
|
614
|
+
version: "21.0.0-rc.3",
|
|
615
615
|
ngImport: i0,
|
|
616
616
|
type: DomSanitizerImpl,
|
|
617
617
|
decorators: [{
|
|
@@ -693,7 +693,7 @@ function provideClientHydration(...features) {
|
|
|
693
693
|
return makeEnvironmentProviders([typeof ngDevMode !== 'undefined' && ngDevMode ? provideEnabledBlockingInitialNavigationDetector() : [], _withDomHydration(), featuresKind.has(HydrationFeatureKind.NoHttpTransferCache) || hasHttpTransferCacheOptions ? [] : _withHttpTransferCache({}), providers]);
|
|
694
694
|
}
|
|
695
695
|
|
|
696
|
-
const VERSION = /* @__PURE__ */new Version('21.0.0-rc.
|
|
696
|
+
const VERSION = /* @__PURE__ */new Version('21.0.0-rc.3');
|
|
697
697
|
|
|
698
698
|
export { By, DomSanitizer, EVENT_MANAGER_PLUGINS, EventManagerPlugin, HAMMER_GESTURE_CONFIG, HAMMER_LOADER, HammerGestureConfig, HammerModule, HydrationFeatureKind, Meta, Title, VERSION, disableDebugTools, enableDebugTools, provideClientHydration, withEventReplay, withHttpTransferCacheOptions, withI18nSupport, withIncrementalHydration, withNoHttpTransferCache, DomSanitizerImpl as ɵDomSanitizerImpl, HammerGesturesPlugin as ɵHammerGesturesPlugin };
|
|
699
699
|
//# sourceMappingURL=platform-browser.mjs.map
|