@angular/platform-browser 13.2.0-next.2 → 13.2.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.
- package/animations/animations.d.ts +1 -1
- package/esm2020/animations/src/animation_builder.mjs +3 -3
- package/esm2020/animations/src/animation_renderer.mjs +3 -3
- package/esm2020/animations/src/module.mjs +8 -8
- package/esm2020/animations/src/providers.mjs +6 -9
- package/esm2020/src/browser/meta.mjs +3 -3
- package/esm2020/src/browser/title.mjs +3 -3
- package/esm2020/src/browser/transfer_state.mjs +7 -7
- package/esm2020/src/browser/xhr.mjs +3 -3
- package/esm2020/src/browser.mjs +4 -4
- package/esm2020/src/dom/dom_renderer.mjs +14 -13
- package/esm2020/src/dom/events/dom_events.mjs +3 -3
- package/esm2020/src/dom/events/event_manager.mjs +3 -3
- package/esm2020/src/dom/events/hammer_gestures.mjs +10 -10
- package/esm2020/src/dom/events/key_events.mjs +3 -3
- package/esm2020/src/dom/shared_styles_host.mjs +6 -6
- package/esm2020/src/security/dom_sanitization_service.mjs +6 -6
- package/esm2020/src/version.mjs +1 -1
- package/esm2020/testing/src/browser.mjs +4 -4
- package/esm2020/testing/src/browser_util.mjs +2 -5
- package/fesm2015/animations.mjs +20 -23
- package/fesm2015/animations.mjs.map +1 -1
- package/fesm2015/platform-browser.mjs +66 -65
- package/fesm2015/platform-browser.mjs.map +1 -1
- package/fesm2015/testing.mjs +6 -9
- package/fesm2015/testing.mjs.map +1 -1
- package/fesm2020/animations.mjs +20 -23
- package/fesm2020/animations.mjs.map +1 -1
- package/fesm2020/platform-browser.mjs +66 -65
- package/fesm2020/platform-browser.mjs.map +1 -1
- package/fesm2020/testing.mjs +6 -9
- package/fesm2020/testing.mjs.map +1 -1
- package/package.json +4 -4
- package/platform-browser.d.ts +1 -1
- package/testing/testing.d.ts +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* @license Angular v13.2.
|
2
|
+
* @license Angular v13.2.1
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
4
4
|
* License: MIT
|
5
5
|
*/
|
@@ -221,9 +221,9 @@ class BrowserXhr {
|
|
221
221
|
return new XMLHttpRequest();
|
222
222
|
}
|
223
223
|
}
|
224
|
-
BrowserXhr.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
225
|
-
BrowserXhr.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
224
|
+
BrowserXhr.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserXhr, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
225
|
+
BrowserXhr.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserXhr });
|
226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserXhr, decorators: [{
|
227
227
|
type: Injectable
|
228
228
|
}] });
|
229
229
|
|
@@ -306,9 +306,9 @@ class EventManager {
|
|
306
306
|
throw new Error(`No event manager plugin found for event ${eventName}`);
|
307
307
|
}
|
308
308
|
}
|
309
|
-
EventManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
310
|
-
EventManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
309
|
+
EventManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: EventManager, deps: [{ token: EVENT_MANAGER_PLUGINS }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
310
|
+
EventManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: EventManager });
|
311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: EventManager, decorators: [{
|
312
312
|
type: Injectable
|
313
313
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
314
314
|
type: Inject,
|
@@ -354,9 +354,9 @@ class SharedStylesHost {
|
|
354
354
|
return Array.from(this._stylesSet);
|
355
355
|
}
|
356
356
|
}
|
357
|
-
SharedStylesHost.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
358
|
-
SharedStylesHost.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
357
|
+
SharedStylesHost.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: SharedStylesHost, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
358
|
+
SharedStylesHost.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: SharedStylesHost });
|
359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: SharedStylesHost, decorators: [{
|
360
360
|
type: Injectable
|
361
361
|
}] });
|
362
362
|
class DomSharedStylesHost extends SharedStylesHost {
|
@@ -395,9 +395,9 @@ class DomSharedStylesHost extends SharedStylesHost {
|
|
395
395
|
this._hostNodes.forEach(styleNodes => styleNodes.forEach(removeStyle));
|
396
396
|
}
|
397
397
|
}
|
398
|
-
DomSharedStylesHost.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
399
|
-
DomSharedStylesHost.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
400
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
398
|
+
DomSharedStylesHost.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSharedStylesHost, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
399
|
+
DomSharedStylesHost.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSharedStylesHost });
|
400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSharedStylesHost, decorators: [{
|
401
401
|
type: Injectable
|
402
402
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
403
403
|
type: Inject,
|
@@ -420,6 +420,7 @@ const NAMESPACE_URIS = {
|
|
420
420
|
'xlink': 'http://www.w3.org/1999/xlink',
|
421
421
|
'xml': 'http://www.w3.org/XML/1998/namespace',
|
422
422
|
'xmlns': 'http://www.w3.org/2000/xmlns/',
|
423
|
+
'math': 'http://www.w3.org/1998/MathML/',
|
423
424
|
};
|
424
425
|
const COMPONENT_REGEX = /%COMP%/g;
|
425
426
|
const NG_DEV_MODE = typeof ngDevMode === 'undefined' || !!ngDevMode;
|
@@ -517,9 +518,9 @@ class DomRendererFactory2 {
|
|
517
518
|
begin() { }
|
518
519
|
end() { }
|
519
520
|
}
|
520
|
-
DomRendererFactory2.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
521
|
-
DomRendererFactory2.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
521
|
+
DomRendererFactory2.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomRendererFactory2, deps: [{ token: EventManager }, { token: DomSharedStylesHost }, { token: APP_ID }], target: i0.ɵɵFactoryTarget.Injectable });
|
522
|
+
DomRendererFactory2.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomRendererFactory2 });
|
523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomRendererFactory2, decorators: [{
|
523
524
|
type: Injectable
|
524
525
|
}], ctorParameters: function () { return [{ type: EventManager }, { type: DomSharedStylesHost }, { type: undefined, decorators: [{
|
525
526
|
type: Inject,
|
@@ -534,8 +535,15 @@ class DefaultDomRenderer2 {
|
|
534
535
|
destroy() { }
|
535
536
|
createElement(name, namespace) {
|
536
537
|
if (namespace) {
|
537
|
-
//
|
538
|
-
//
|
538
|
+
// TODO: `|| namespace` was added in
|
539
|
+
// https://github.com/angular/angular/commit/2b9cc8503d48173492c29f5a271b61126104fbdb to
|
540
|
+
// support how Ivy passed around the namespace URI rather than short name at the time. It did
|
541
|
+
// not, however extend the support to other parts of the system (setAttribute, setAttribute,
|
542
|
+
// and the ServerRenderer). We should decide what exactly the semantics for dealing with
|
543
|
+
// namespaces should be and make it consistent.
|
544
|
+
// Related issues:
|
545
|
+
// https://github.com/angular/angular/issues/44028
|
546
|
+
// https://github.com/angular/angular/issues/44883
|
539
547
|
return document.createElementNS(NAMESPACE_URIS[namespace] || namespace, name);
|
540
548
|
}
|
541
549
|
return document.createElement(name);
|
@@ -579,8 +587,6 @@ class DefaultDomRenderer2 {
|
|
579
587
|
setAttribute(el, name, value, namespace) {
|
580
588
|
if (namespace) {
|
581
589
|
name = namespace + ':' + name;
|
582
|
-
// TODO(FW-811): Ivy may cause issues here because it's passing around
|
583
|
-
// full URIs for namespaces, therefore this lookup will fail.
|
584
590
|
const namespaceUri = NAMESPACE_URIS[namespace];
|
585
591
|
if (namespaceUri) {
|
586
592
|
el.setAttributeNS(namespaceUri, name, value);
|
@@ -595,16 +601,11 @@ class DefaultDomRenderer2 {
|
|
595
601
|
}
|
596
602
|
removeAttribute(el, name, namespace) {
|
597
603
|
if (namespace) {
|
598
|
-
// TODO(FW-811): Ivy may cause issues here because it's passing around
|
599
|
-
// full URIs for namespaces, therefore this lookup will fail.
|
600
604
|
const namespaceUri = NAMESPACE_URIS[namespace];
|
601
605
|
if (namespaceUri) {
|
602
606
|
el.removeAttributeNS(namespaceUri, name);
|
603
607
|
}
|
604
608
|
else {
|
605
|
-
// TODO(FW-811): Since ivy is passing around full URIs for namespaces
|
606
|
-
// this could result in properties like `http://www.w3.org/2000/svg:cx="123"`,
|
607
|
-
// which is wrong.
|
608
609
|
el.removeAttribute(`${namespace}:${name}`);
|
609
610
|
}
|
610
611
|
}
|
@@ -735,9 +736,9 @@ class DomEventsPlugin extends EventManagerPlugin {
|
|
735
736
|
return target.removeEventListener(eventName, callback);
|
736
737
|
}
|
737
738
|
}
|
738
|
-
DomEventsPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
739
|
-
DomEventsPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
739
|
+
DomEventsPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomEventsPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
740
|
+
DomEventsPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomEventsPlugin });
|
741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomEventsPlugin, decorators: [{
|
741
742
|
type: Injectable
|
742
743
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
743
744
|
type: Inject,
|
@@ -913,9 +914,9 @@ class KeyEventsPlugin extends EventManagerPlugin {
|
|
913
914
|
}
|
914
915
|
}
|
915
916
|
}
|
916
|
-
KeyEventsPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
917
|
-
KeyEventsPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
917
|
+
KeyEventsPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: KeyEventsPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
918
|
+
KeyEventsPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: KeyEventsPlugin });
|
919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: KeyEventsPlugin, decorators: [{
|
919
920
|
type: Injectable
|
920
921
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
921
922
|
type: Inject,
|
@@ -1031,10 +1032,10 @@ class BrowserModule {
|
|
1031
1032
|
};
|
1032
1033
|
}
|
1033
1034
|
}
|
1034
|
-
BrowserModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1035
|
-
BrowserModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.
|
1036
|
-
BrowserModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.
|
1037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1035
|
+
BrowserModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserModule, deps: [{ token: BrowserModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
1036
|
+
BrowserModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserModule, exports: [CommonModule, ApplicationModule] });
|
1037
|
+
BrowserModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserModule, providers: BROWSER_MODULE_PROVIDERS, imports: [CommonModule, ApplicationModule] });
|
1038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserModule, decorators: [{
|
1038
1039
|
type: NgModule,
|
1039
1040
|
args: [{ providers: BROWSER_MODULE_PROVIDERS, exports: [CommonModule, ApplicationModule] }]
|
1040
1041
|
}], ctorParameters: function () { return [{ type: BrowserModule, decorators: [{
|
@@ -1209,9 +1210,9 @@ class Meta {
|
|
1209
1210
|
return META_KEYS_MAP[prop] || prop;
|
1210
1211
|
}
|
1211
1212
|
}
|
1212
|
-
Meta.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1213
|
-
Meta.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
1214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1213
|
+
Meta.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: Meta, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
1214
|
+
Meta.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: Meta, providedIn: 'root', useFactory: createMeta, deps: [] });
|
1215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: Meta, decorators: [{
|
1215
1216
|
type: Injectable,
|
1216
1217
|
args: [{ providedIn: 'root', useFactory: createMeta, deps: [] }]
|
1217
1218
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
@@ -1266,9 +1267,9 @@ class Title {
|
|
1266
1267
|
this._doc.title = newTitle || '';
|
1267
1268
|
}
|
1268
1269
|
}
|
1269
|
-
Title.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1270
|
-
Title.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
1271
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1270
|
+
Title.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: Title, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
1271
|
+
Title.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: Title, providedIn: 'root', useFactory: createTitle, deps: [] });
|
1272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: Title, decorators: [{
|
1272
1273
|
type: Injectable,
|
1273
1274
|
args: [{ providedIn: 'root', useFactory: createTitle, deps: [] }]
|
1274
1275
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
@@ -1535,9 +1536,9 @@ class TransferState {
|
|
1535
1536
|
return JSON.stringify(this.store);
|
1536
1537
|
}
|
1537
1538
|
}
|
1538
|
-
TransferState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1539
|
-
TransferState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
1540
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1539
|
+
TransferState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: TransferState, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
1540
|
+
TransferState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: TransferState });
|
1541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: TransferState, decorators: [{
|
1541
1542
|
type: Injectable
|
1542
1543
|
}] });
|
1543
1544
|
function initTransferState(doc, appId) {
|
@@ -1564,10 +1565,10 @@ function initTransferState(doc, appId) {
|
|
1564
1565
|
*/
|
1565
1566
|
class BrowserTransferStateModule {
|
1566
1567
|
}
|
1567
|
-
BrowserTransferStateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1568
|
-
BrowserTransferStateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.
|
1569
|
-
BrowserTransferStateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.
|
1570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1568
|
+
BrowserTransferStateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserTransferStateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
1569
|
+
BrowserTransferStateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserTransferStateModule });
|
1570
|
+
BrowserTransferStateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserTransferStateModule, providers: [{ provide: TransferState, useFactory: initTransferState, deps: [DOCUMENT, APP_ID] }] });
|
1571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserTransferStateModule, decorators: [{
|
1571
1572
|
type: NgModule,
|
1572
1573
|
args: [{
|
1573
1574
|
providers: [{ provide: TransferState, useFactory: initTransferState, deps: [DOCUMENT, APP_ID] }],
|
@@ -1743,9 +1744,9 @@ class HammerGestureConfig {
|
|
1743
1744
|
return mc;
|
1744
1745
|
}
|
1745
1746
|
}
|
1746
|
-
HammerGestureConfig.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1747
|
-
HammerGestureConfig.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
1748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1747
|
+
HammerGestureConfig.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerGestureConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
1748
|
+
HammerGestureConfig.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerGestureConfig });
|
1749
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerGestureConfig, decorators: [{
|
1749
1750
|
type: Injectable
|
1750
1751
|
}] });
|
1751
1752
|
/**
|
@@ -1840,9 +1841,9 @@ class HammerGesturesPlugin extends EventManagerPlugin {
|
|
1840
1841
|
return this._config.events.indexOf(eventName) > -1;
|
1841
1842
|
}
|
1842
1843
|
}
|
1843
|
-
HammerGesturesPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1844
|
-
HammerGesturesPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
1845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1844
|
+
HammerGesturesPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerGesturesPlugin, deps: [{ token: DOCUMENT }, { token: HAMMER_GESTURE_CONFIG }, { token: i0.ɵConsole }, { token: HAMMER_LOADER, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
1845
|
+
HammerGesturesPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerGesturesPlugin });
|
1846
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerGesturesPlugin, decorators: [{
|
1846
1847
|
type: Injectable
|
1847
1848
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
1848
1849
|
type: Inject,
|
@@ -1869,9 +1870,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0-next.2",
|
|
1869
1870
|
*/
|
1870
1871
|
class HammerModule {
|
1871
1872
|
}
|
1872
|
-
HammerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1873
|
-
HammerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.
|
1874
|
-
HammerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.
|
1873
|
+
HammerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
1874
|
+
HammerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerModule });
|
1875
|
+
HammerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerModule, providers: [
|
1875
1876
|
{
|
1876
1877
|
provide: EVENT_MANAGER_PLUGINS,
|
1877
1878
|
useClass: HammerGesturesPlugin,
|
@@ -1880,7 +1881,7 @@ HammerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1880
1881
|
},
|
1881
1882
|
{ provide: HAMMER_GESTURE_CONFIG, useClass: HammerGestureConfig, deps: [] },
|
1882
1883
|
] });
|
1883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1884
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerModule, decorators: [{
|
1884
1885
|
type: NgModule,
|
1885
1886
|
args: [{
|
1886
1887
|
providers: [
|
@@ -1935,9 +1936,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0-next.2",
|
|
1935
1936
|
*/
|
1936
1937
|
class DomSanitizer {
|
1937
1938
|
}
|
1938
|
-
DomSanitizer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1939
|
-
DomSanitizer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
1940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1939
|
+
DomSanitizer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSanitizer, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
1940
|
+
DomSanitizer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSanitizer, providedIn: 'root', useExisting: i0.forwardRef(function () { return DomSanitizerImpl; }) });
|
1941
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSanitizer, decorators: [{
|
1941
1942
|
type: Injectable,
|
1942
1943
|
args: [{ providedIn: 'root', useExisting: forwardRef(() => DomSanitizerImpl) }]
|
1943
1944
|
}] });
|
@@ -2001,9 +2002,9 @@ class DomSanitizerImpl extends DomSanitizer {
|
|
2001
2002
|
return ɵbypassSanitizationTrustResourceUrl(value);
|
2002
2003
|
}
|
2003
2004
|
}
|
2004
|
-
DomSanitizerImpl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
2005
|
-
DomSanitizerImpl.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
2006
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
2005
|
+
DomSanitizerImpl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSanitizerImpl, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
2006
|
+
DomSanitizerImpl.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSanitizerImpl, providedIn: 'root', useFactory: domSanitizerImplFactory, deps: [{ token: Injector }] });
|
2007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSanitizerImpl, decorators: [{
|
2007
2008
|
type: Injectable,
|
2008
2009
|
args: [{ providedIn: 'root', useFactory: domSanitizerImplFactory, deps: [Injector] }]
|
2009
2010
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
@@ -2029,7 +2030,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0-next.2",
|
|
2029
2030
|
/**
|
2030
2031
|
* @publicApi
|
2031
2032
|
*/
|
2032
|
-
const VERSION = new Version('13.2.
|
2033
|
+
const VERSION = new Version('13.2.1');
|
2033
2034
|
|
2034
2035
|
/**
|
2035
2036
|
* @license
|