@angular/platform-browser 19.1.3 → 19.1.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/animations/async/index.d.ts +1 -1
- package/animations/index.d.ts +1 -1
- package/fesm2022/animations/async.mjs +4 -4
- package/fesm2022/animations.mjs +12 -12
- package/fesm2022/platform-browser.mjs +105 -52
- package/fesm2022/platform-browser.mjs.map +1 -1
- package/fesm2022/testing.mjs +5 -5
- package/index.d.ts +1 -1
- package/package.json +4 -4
- package/testing/index.d.ts +1 -1
package/animations/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* @license Angular v19.1.
|
2
|
+
* @license Angular v19.1.5
|
3
3
|
* (c) 2010-2024 Google LLC. https://angular.io/
|
4
4
|
* License: MIT
|
5
5
|
*/
|
@@ -131,10 +131,10 @@ class AsyncAnimationRendererFactory {
|
|
131
131
|
this._engine?.flush();
|
132
132
|
this.delegate.componentReplaced?.(componentId);
|
133
133
|
}
|
134
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
135
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
134
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: AsyncAnimationRendererFactory, deps: "invalid", target: i0.ɵɵFactoryTarget.Injectable });
|
135
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: AsyncAnimationRendererFactory });
|
136
136
|
}
|
137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: AsyncAnimationRendererFactory, decorators: [{
|
138
138
|
type: Injectable
|
139
139
|
}], ctorParameters: () => [{ type: Document }, { type: i0.RendererFactory2 }, { type: i0.NgZone }, { type: undefined }, { type: Promise }] });
|
140
140
|
/**
|
package/fesm2022/animations.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* @license Angular v19.1.
|
2
|
+
* @license Angular v19.1.5
|
3
3
|
* (c) 2010-2024 Google LLC. https://angular.io/
|
4
4
|
* License: MIT
|
5
5
|
*/
|
@@ -22,10 +22,10 @@ class InjectableAnimationEngine extends ɵAnimationEngine {
|
|
22
22
|
ngOnDestroy() {
|
23
23
|
this.flush();
|
24
24
|
}
|
25
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
26
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
25
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: InjectableAnimationEngine, deps: [{ token: DOCUMENT }, { token: i1.AnimationDriver }, { token: i1.ɵAnimationStyleNormalizer }], target: i0.ɵɵFactoryTarget.Injectable });
|
26
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: InjectableAnimationEngine });
|
27
27
|
}
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: InjectableAnimationEngine, decorators: [{
|
29
29
|
type: Injectable
|
30
30
|
}], ctorParameters: () => [{ type: Document, decorators: [{
|
31
31
|
type: Inject,
|
@@ -95,11 +95,11 @@ class BrowserAnimationsModule {
|
|
95
95
|
: BROWSER_ANIMATIONS_PROVIDERS,
|
96
96
|
};
|
97
97
|
}
|
98
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
99
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.
|
100
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.
|
98
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BrowserAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
99
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: BrowserAnimationsModule, exports: [BrowserModule] });
|
100
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BrowserAnimationsModule, providers: BROWSER_ANIMATIONS_PROVIDERS, imports: [BrowserModule] });
|
101
101
|
}
|
102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BrowserAnimationsModule, decorators: [{
|
103
103
|
type: NgModule,
|
104
104
|
args: [{
|
105
105
|
exports: [BrowserModule],
|
@@ -139,11 +139,11 @@ function provideAnimations() {
|
|
139
139
|
* @publicApi
|
140
140
|
*/
|
141
141
|
class NoopAnimationsModule {
|
142
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
143
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.
|
144
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.
|
142
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NoopAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
143
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: NoopAnimationsModule, exports: [BrowserModule] });
|
144
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NoopAnimationsModule, providers: BROWSER_NOOP_ANIMATIONS_PROVIDERS, imports: [BrowserModule] });
|
145
145
|
}
|
146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NoopAnimationsModule, decorators: [{
|
147
147
|
type: NgModule,
|
148
148
|
args: [{
|
149
149
|
exports: [BrowserModule],
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* @license Angular v19.1.
|
2
|
+
* @license Angular v19.1.5
|
3
3
|
* (c) 2010-2024 Google LLC. https://angular.io/
|
4
4
|
* License: MIT
|
5
5
|
*/
|
@@ -151,10 +151,10 @@ class BrowserXhr {
|
|
151
151
|
build() {
|
152
152
|
return new XMLHttpRequest();
|
153
153
|
}
|
154
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
155
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
154
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BrowserXhr, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
155
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BrowserXhr });
|
156
156
|
}
|
157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BrowserXhr, decorators: [{
|
158
158
|
type: Injectable
|
159
159
|
}] });
|
160
160
|
|
@@ -219,10 +219,10 @@ class EventManager {
|
|
219
219
|
this._eventNameToPlugin.set(eventName, plugin);
|
220
220
|
return plugin;
|
221
221
|
}
|
222
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
223
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
222
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: EventManager, deps: [{ token: EVENT_MANAGER_PLUGINS }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
223
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: EventManager });
|
224
224
|
}
|
225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: EventManager, decorators: [{
|
226
226
|
type: Injectable
|
227
227
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
228
228
|
type: Inject,
|
@@ -427,10 +427,10 @@ class SharedStylesHost {
|
|
427
427
|
// Insert the element into the DOM with the host node as parent
|
428
428
|
return host.appendChild(element);
|
429
429
|
}
|
430
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
431
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
430
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: SharedStylesHost, deps: [{ token: DOCUMENT }, { token: APP_ID }, { token: CSP_NONCE, optional: true }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Injectable });
|
431
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: SharedStylesHost });
|
432
432
|
}
|
433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: SharedStylesHost, decorators: [{
|
434
434
|
type: Injectable
|
435
435
|
}], ctorParameters: () => [{ type: Document, decorators: [{
|
436
436
|
type: Inject,
|
@@ -457,6 +457,8 @@ const NAMESPACE_URIS = {
|
|
457
457
|
'math': 'http://www.w3.org/1998/Math/MathML',
|
458
458
|
};
|
459
459
|
const COMPONENT_REGEX = /%COMP%/g;
|
460
|
+
const SOURCEMAP_URL_REGEXP = /\/\*#\s*sourceMappingURL=(.+?)\s*\*\//;
|
461
|
+
const PROTOCOL_REGEXP = /^https?:/;
|
460
462
|
const COMPONENT_VARIABLE = '%COMP%';
|
461
463
|
const HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
462
464
|
const CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
|
@@ -484,6 +486,44 @@ function shimHostAttribute(componentShortId) {
|
|
484
486
|
function shimStylesContent(compId, styles) {
|
485
487
|
return styles.map((s) => s.replace(COMPONENT_REGEX, compId));
|
486
488
|
}
|
489
|
+
/**
|
490
|
+
* Prepends a baseHref to the `sourceMappingURL` within the provided CSS content.
|
491
|
+
* If the `sourceMappingURL` contains an inline (encoded) map, the function skips processing.
|
492
|
+
*
|
493
|
+
* @note For inline stylesheets, the `sourceMappingURL` is relative to the page's origin
|
494
|
+
* and not the provided baseHref. This function is needed as when accessing the page with a URL
|
495
|
+
* containing two or more segments.
|
496
|
+
* For example, if the baseHref is set to `/`, and you visit a URL like `http://localhost/foo/bar`,
|
497
|
+
* the map would be requested from `http://localhost/foo/bar/comp.css.map` instead of what you'd expect,
|
498
|
+
* which is `http://localhost/comp.css.map`. This behavior is corrected by modifying the `sourceMappingURL`
|
499
|
+
* to ensure external source maps are loaded relative to the baseHref.
|
500
|
+
*
|
501
|
+
|
502
|
+
* @param baseHref - The base URL to prepend to the `sourceMappingURL`.
|
503
|
+
* @param styles - An array of CSS content strings, each potentially containing a `sourceMappingURL`.
|
504
|
+
* @returns The updated array of CSS content strings with modified `sourceMappingURL` values,
|
505
|
+
* or the original content if no modification is needed.
|
506
|
+
*/
|
507
|
+
function addBaseHrefToCssSourceMap(baseHref, styles) {
|
508
|
+
if (!baseHref) {
|
509
|
+
return styles;
|
510
|
+
}
|
511
|
+
const absoluteBaseHrefUrl = new URL(baseHref, 'http://localhost');
|
512
|
+
return styles.map((cssContent) => {
|
513
|
+
if (!cssContent.includes('sourceMappingURL=')) {
|
514
|
+
return cssContent;
|
515
|
+
}
|
516
|
+
return cssContent.replace(SOURCEMAP_URL_REGEXP, (_, sourceMapUrl) => {
|
517
|
+
if (sourceMapUrl[0] === '/' ||
|
518
|
+
sourceMapUrl.startsWith('data:') ||
|
519
|
+
PROTOCOL_REGEXP.test(sourceMapUrl)) {
|
520
|
+
return `/*# sourceMappingURL=${sourceMapUrl} */`;
|
521
|
+
}
|
522
|
+
const { pathname: resolvedSourceMapUrl } = new URL(sourceMapUrl, absoluteBaseHrefUrl);
|
523
|
+
return `/*# sourceMappingURL=${resolvedSourceMapUrl} */`;
|
524
|
+
});
|
525
|
+
});
|
526
|
+
}
|
487
527
|
class DomRendererFactory2 {
|
488
528
|
eventManager;
|
489
529
|
sharedStylesHost;
|
@@ -539,14 +579,15 @@ class DomRendererFactory2 {
|
|
539
579
|
const sharedStylesHost = this.sharedStylesHost;
|
540
580
|
const removeStylesOnCompDestroy = this.removeStylesOnCompDestroy;
|
541
581
|
const platformIsServer = this.platformIsServer;
|
582
|
+
const tracingService = this.tracingService;
|
542
583
|
switch (type.encapsulation) {
|
543
584
|
case ViewEncapsulation.Emulated:
|
544
|
-
renderer = new EmulatedEncapsulationDomRenderer2(eventManager, sharedStylesHost, type, this.appId, removeStylesOnCompDestroy, doc, ngZone, platformIsServer,
|
585
|
+
renderer = new EmulatedEncapsulationDomRenderer2(eventManager, sharedStylesHost, type, this.appId, removeStylesOnCompDestroy, doc, ngZone, platformIsServer, tracingService);
|
545
586
|
break;
|
546
587
|
case ViewEncapsulation.ShadowDom:
|
547
|
-
return new ShadowDomRenderer(eventManager, sharedStylesHost, element, type, doc, ngZone, this.nonce, platformIsServer,
|
588
|
+
return new ShadowDomRenderer(eventManager, sharedStylesHost, element, type, doc, ngZone, this.nonce, platformIsServer, tracingService);
|
548
589
|
default:
|
549
|
-
renderer = new NoneEncapsulationDomRenderer(eventManager, sharedStylesHost, type, removeStylesOnCompDestroy, doc, ngZone, platformIsServer,
|
590
|
+
renderer = new NoneEncapsulationDomRenderer(eventManager, sharedStylesHost, type, removeStylesOnCompDestroy, doc, ngZone, platformIsServer, tracingService);
|
550
591
|
break;
|
551
592
|
}
|
552
593
|
rendererByCompId.set(type.id, renderer);
|
@@ -563,10 +604,10 @@ class DomRendererFactory2 {
|
|
563
604
|
componentReplaced(componentId) {
|
564
605
|
this.rendererByCompId.delete(componentId);
|
565
606
|
}
|
566
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
567
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
607
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: DomRendererFactory2, deps: [{ token: EventManager }, { token: SharedStylesHost }, { token: APP_ID }, { token: REMOVE_STYLES_ON_COMPONENT_DESTROY }, { token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.NgZone }, { token: CSP_NONCE }, { token: ɵTracingService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
608
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: DomRendererFactory2 });
|
568
609
|
}
|
569
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
610
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: DomRendererFactory2, decorators: [{
|
570
611
|
type: Injectable
|
571
612
|
}], ctorParameters: () => [{ type: EventManager }, { type: SharedStylesHost }, { type: undefined, decorators: [{
|
572
613
|
type: Inject,
|
@@ -788,7 +829,13 @@ class ShadowDomRenderer extends DefaultDomRenderer2 {
|
|
788
829
|
this.hostEl = hostEl;
|
789
830
|
this.shadowRoot = hostEl.attachShadow({ mode: 'open' });
|
790
831
|
this.sharedStylesHost.addHost(this.shadowRoot);
|
791
|
-
|
832
|
+
let styles = component.styles;
|
833
|
+
if (ngDevMode) {
|
834
|
+
// We only do this in development, as for production users should not add CSS sourcemaps to components.
|
835
|
+
const baseHref = ɵgetDOM().getBaseHref(doc) ?? '';
|
836
|
+
styles = addBaseHrefToCssSourceMap(baseHref, styles);
|
837
|
+
}
|
838
|
+
styles = shimStylesContent(component.id, styles);
|
792
839
|
for (const style of styles) {
|
793
840
|
const styleEl = document.createElement('style');
|
794
841
|
if (nonce) {
|
@@ -842,7 +889,13 @@ class NoneEncapsulationDomRenderer extends DefaultDomRenderer2 {
|
|
842
889
|
super(eventManager, doc, ngZone, platformIsServer, tracingService);
|
843
890
|
this.sharedStylesHost = sharedStylesHost;
|
844
891
|
this.removeStylesOnCompDestroy = removeStylesOnCompDestroy;
|
845
|
-
|
892
|
+
let styles = component.styles;
|
893
|
+
if (ngDevMode) {
|
894
|
+
// We only do this in development, as for production users should not add CSS sourcemaps to components.
|
895
|
+
const baseHref = ɵgetDOM().getBaseHref(doc) ?? '';
|
896
|
+
styles = addBaseHrefToCssSourceMap(baseHref, styles);
|
897
|
+
}
|
898
|
+
this.styles = compId ? shimStylesContent(compId, styles) : styles;
|
846
899
|
this.styleUrls = component.getExternalStyles?.(compId);
|
847
900
|
}
|
848
901
|
applyStyles() {
|
@@ -891,10 +944,10 @@ class DomEventsPlugin extends EventManagerPlugin {
|
|
891
944
|
removeEventListener(target, eventName, callback, options) {
|
892
945
|
return target.removeEventListener(eventName, callback, options);
|
893
946
|
}
|
894
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
895
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
947
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: DomEventsPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
948
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: DomEventsPlugin });
|
896
949
|
}
|
897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: DomEventsPlugin, decorators: [{
|
898
951
|
type: Injectable
|
899
952
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
900
953
|
type: Inject,
|
@@ -1063,10 +1116,10 @@ class KeyEventsPlugin extends EventManagerPlugin {
|
|
1063
1116
|
static _normalizeKey(keyName) {
|
1064
1117
|
return keyName === 'esc' ? 'escape' : keyName;
|
1065
1118
|
}
|
1066
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
1067
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
1119
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: KeyEventsPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
1120
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: KeyEventsPlugin });
|
1068
1121
|
}
|
1069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
1122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: KeyEventsPlugin, decorators: [{
|
1070
1123
|
type: Injectable
|
1071
1124
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
1072
1125
|
type: Inject,
|
@@ -1227,7 +1280,7 @@ const BROWSER_MODULE_PROVIDERS = [
|
|
1227
1280
|
provide: EVENT_MANAGER_PLUGINS,
|
1228
1281
|
useClass: DomEventsPlugin,
|
1229
1282
|
multi: true,
|
1230
|
-
deps: [DOCUMENT
|
1283
|
+
deps: [DOCUMENT],
|
1231
1284
|
},
|
1232
1285
|
{ provide: EVENT_MANAGER_PLUGINS, useClass: KeyEventsPlugin, multi: true, deps: [DOCUMENT] },
|
1233
1286
|
DomRendererFactory2,
|
@@ -1261,11 +1314,11 @@ class BrowserModule {
|
|
1261
1314
|
}
|
1262
1315
|
}
|
1263
1316
|
}
|
1264
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
1265
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.
|
1266
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.
|
1317
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BrowserModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
1318
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: BrowserModule, exports: [CommonModule, ApplicationModule] });
|
1319
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BrowserModule, providers: [...BROWSER_MODULE_PROVIDERS, ...TESTABILITY_PROVIDERS], imports: [CommonModule, ApplicationModule] });
|
1267
1320
|
}
|
1268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
1321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: BrowserModule, decorators: [{
|
1269
1322
|
type: NgModule,
|
1270
1323
|
args: [{
|
1271
1324
|
providers: [...BROWSER_MODULE_PROVIDERS, ...TESTABILITY_PROVIDERS],
|
@@ -1424,10 +1477,10 @@ class Meta {
|
|
1424
1477
|
_getMetaKeyMap(prop) {
|
1425
1478
|
return META_KEYS_MAP[prop] || prop;
|
1426
1479
|
}
|
1427
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
1428
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
1480
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: Meta, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
1481
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: Meta, providedIn: 'root' });
|
1429
1482
|
}
|
1430
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
1483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: Meta, decorators: [{
|
1431
1484
|
type: Injectable,
|
1432
1485
|
args: [{ providedIn: 'root' }]
|
1433
1486
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
@@ -1469,10 +1522,10 @@ class Title {
|
|
1469
1522
|
setTitle(newTitle) {
|
1470
1523
|
this._doc.title = newTitle || '';
|
1471
1524
|
}
|
1472
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
1473
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
1525
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: Title, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
1526
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: Title, providedIn: 'root' });
|
1474
1527
|
}
|
1475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
1528
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: Title, decorators: [{
|
1476
1529
|
type: Injectable,
|
1477
1530
|
args: [{ providedIn: 'root' }]
|
1478
1531
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
@@ -1745,10 +1798,10 @@ class HammerGestureConfig {
|
|
1745
1798
|
}
|
1746
1799
|
return mc;
|
1747
1800
|
}
|
1748
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
1749
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
1801
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: HammerGestureConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
1802
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: HammerGestureConfig });
|
1750
1803
|
}
|
1751
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
1804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: HammerGestureConfig, decorators: [{
|
1752
1805
|
type: Injectable
|
1753
1806
|
}] });
|
1754
1807
|
/**
|
@@ -1849,10 +1902,10 @@ class HammerGesturesPlugin extends EventManagerPlugin {
|
|
1849
1902
|
isCustomEvent(eventName) {
|
1850
1903
|
return this._config.events.indexOf(eventName) > -1;
|
1851
1904
|
}
|
1852
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
1853
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
1905
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: HammerGesturesPlugin, deps: [{ token: DOCUMENT }, { token: HAMMER_GESTURE_CONFIG }, { token: i0.Injector }, { token: HAMMER_LOADER, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
1906
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: HammerGesturesPlugin });
|
1854
1907
|
}
|
1855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
1908
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: HammerGesturesPlugin, decorators: [{
|
1856
1909
|
type: Injectable
|
1857
1910
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
1858
1911
|
type: Inject,
|
@@ -1878,9 +1931,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImpor
|
|
1878
1931
|
* @publicApi
|
1879
1932
|
*/
|
1880
1933
|
class HammerModule {
|
1881
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
1882
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.
|
1883
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.
|
1934
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: HammerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
1935
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: HammerModule });
|
1936
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: HammerModule, providers: [
|
1884
1937
|
{
|
1885
1938
|
provide: EVENT_MANAGER_PLUGINS,
|
1886
1939
|
useClass: HammerGesturesPlugin,
|
@@ -1890,7 +1943,7 @@ class HammerModule {
|
|
1890
1943
|
{ provide: HAMMER_GESTURE_CONFIG, useClass: HammerGestureConfig, deps: [] },
|
1891
1944
|
] });
|
1892
1945
|
}
|
1893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
1946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: HammerModule, decorators: [{
|
1894
1947
|
type: NgModule,
|
1895
1948
|
args: [{
|
1896
1949
|
providers: [
|
@@ -1937,10 +1990,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImpor
|
|
1937
1990
|
* @publicApi
|
1938
1991
|
*/
|
1939
1992
|
class DomSanitizer {
|
1940
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
1941
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
1993
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: DomSanitizer, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
1994
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: DomSanitizer, providedIn: 'root', useExisting: i0.forwardRef(() => DomSanitizerImpl) });
|
1942
1995
|
}
|
1943
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
1996
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: DomSanitizer, decorators: [{
|
1944
1997
|
type: Injectable,
|
1945
1998
|
args: [{ providedIn: 'root', useExisting: forwardRef(() => DomSanitizerImpl) }]
|
1946
1999
|
}] });
|
@@ -2003,10 +2056,10 @@ class DomSanitizerImpl extends DomSanitizer {
|
|
2003
2056
|
bypassSecurityTrustResourceUrl(value) {
|
2004
2057
|
return ɵbypassSanitizationTrustResourceUrl(value);
|
2005
2058
|
}
|
2006
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
2007
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
2059
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: DomSanitizerImpl, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
2060
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: DomSanitizerImpl, providedIn: 'root' });
|
2008
2061
|
}
|
2009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
2062
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: DomSanitizerImpl, decorators: [{
|
2010
2063
|
type: Injectable,
|
2011
2064
|
args: [{ providedIn: 'root' }]
|
2012
2065
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
@@ -2215,7 +2268,7 @@ function provideClientHydration(...features) {
|
|
2215
2268
|
/**
|
2216
2269
|
* @publicApi
|
2217
2270
|
*/
|
2218
|
-
const VERSION = new Version('19.1.
|
2271
|
+
const VERSION = new Version('19.1.5');
|
2219
2272
|
|
2220
2273
|
/**
|
2221
2274
|
* @module
|