@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 () {
|
314
314
|
return [{ type: undefined, decorators: [{
|
@@ -356,9 +356,9 @@ class SharedStylesHost {
|
|
356
356
|
return Array.from(this._stylesSet);
|
357
357
|
}
|
358
358
|
}
|
359
|
-
SharedStylesHost.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
360
|
-
SharedStylesHost.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
359
|
+
SharedStylesHost.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: SharedStylesHost, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
360
|
+
SharedStylesHost.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: SharedStylesHost });
|
361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: SharedStylesHost, decorators: [{
|
362
362
|
type: Injectable
|
363
363
|
}] });
|
364
364
|
class DomSharedStylesHost extends SharedStylesHost {
|
@@ -397,9 +397,9 @@ class DomSharedStylesHost extends SharedStylesHost {
|
|
397
397
|
this._hostNodes.forEach(styleNodes => styleNodes.forEach(removeStyle));
|
398
398
|
}
|
399
399
|
}
|
400
|
-
DomSharedStylesHost.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
401
|
-
DomSharedStylesHost.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
402
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
400
|
+
DomSharedStylesHost.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSharedStylesHost, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
401
|
+
DomSharedStylesHost.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSharedStylesHost });
|
402
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSharedStylesHost, decorators: [{
|
403
403
|
type: Injectable
|
404
404
|
}], ctorParameters: function () {
|
405
405
|
return [{ type: undefined, decorators: [{
|
@@ -424,6 +424,7 @@ const NAMESPACE_URIS = {
|
|
424
424
|
'xlink': 'http://www.w3.org/1999/xlink',
|
425
425
|
'xml': 'http://www.w3.org/XML/1998/namespace',
|
426
426
|
'xmlns': 'http://www.w3.org/2000/xmlns/',
|
427
|
+
'math': 'http://www.w3.org/1998/MathML/',
|
427
428
|
};
|
428
429
|
const COMPONENT_REGEX = /%COMP%/g;
|
429
430
|
const NG_DEV_MODE = typeof ngDevMode === 'undefined' || !!ngDevMode;
|
@@ -521,9 +522,9 @@ class DomRendererFactory2 {
|
|
521
522
|
begin() { }
|
522
523
|
end() { }
|
523
524
|
}
|
524
|
-
DomRendererFactory2.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
525
|
-
DomRendererFactory2.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
525
|
+
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 });
|
526
|
+
DomRendererFactory2.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomRendererFactory2 });
|
527
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomRendererFactory2, decorators: [{
|
527
528
|
type: Injectable
|
528
529
|
}], ctorParameters: function () {
|
529
530
|
return [{ type: EventManager }, { type: DomSharedStylesHost }, { type: undefined, decorators: [{
|
@@ -540,8 +541,15 @@ class DefaultDomRenderer2 {
|
|
540
541
|
destroy() { }
|
541
542
|
createElement(name, namespace) {
|
542
543
|
if (namespace) {
|
543
|
-
//
|
544
|
-
//
|
544
|
+
// TODO: `|| namespace` was added in
|
545
|
+
// https://github.com/angular/angular/commit/2b9cc8503d48173492c29f5a271b61126104fbdb to
|
546
|
+
// support how Ivy passed around the namespace URI rather than short name at the time. It did
|
547
|
+
// not, however extend the support to other parts of the system (setAttribute, setAttribute,
|
548
|
+
// and the ServerRenderer). We should decide what exactly the semantics for dealing with
|
549
|
+
// namespaces should be and make it consistent.
|
550
|
+
// Related issues:
|
551
|
+
// https://github.com/angular/angular/issues/44028
|
552
|
+
// https://github.com/angular/angular/issues/44883
|
545
553
|
return document.createElementNS(NAMESPACE_URIS[namespace] || namespace, name);
|
546
554
|
}
|
547
555
|
return document.createElement(name);
|
@@ -585,8 +593,6 @@ class DefaultDomRenderer2 {
|
|
585
593
|
setAttribute(el, name, value, namespace) {
|
586
594
|
if (namespace) {
|
587
595
|
name = namespace + ':' + name;
|
588
|
-
// TODO(FW-811): Ivy may cause issues here because it's passing around
|
589
|
-
// full URIs for namespaces, therefore this lookup will fail.
|
590
596
|
const namespaceUri = NAMESPACE_URIS[namespace];
|
591
597
|
if (namespaceUri) {
|
592
598
|
el.setAttributeNS(namespaceUri, name, value);
|
@@ -601,16 +607,11 @@ class DefaultDomRenderer2 {
|
|
601
607
|
}
|
602
608
|
removeAttribute(el, name, namespace) {
|
603
609
|
if (namespace) {
|
604
|
-
// TODO(FW-811): Ivy may cause issues here because it's passing around
|
605
|
-
// full URIs for namespaces, therefore this lookup will fail.
|
606
610
|
const namespaceUri = NAMESPACE_URIS[namespace];
|
607
611
|
if (namespaceUri) {
|
608
612
|
el.removeAttributeNS(namespaceUri, name);
|
609
613
|
}
|
610
614
|
else {
|
611
|
-
// TODO(FW-811): Since ivy is passing around full URIs for namespaces
|
612
|
-
// this could result in properties like `http://www.w3.org/2000/svg:cx="123"`,
|
613
|
-
// which is wrong.
|
614
615
|
el.removeAttribute(`${namespace}:${name}`);
|
615
616
|
}
|
616
617
|
}
|
@@ -741,9 +742,9 @@ class DomEventsPlugin extends EventManagerPlugin {
|
|
741
742
|
return target.removeEventListener(eventName, callback);
|
742
743
|
}
|
743
744
|
}
|
744
|
-
DomEventsPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
745
|
-
DomEventsPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
746
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
745
|
+
DomEventsPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomEventsPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
746
|
+
DomEventsPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomEventsPlugin });
|
747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomEventsPlugin, decorators: [{
|
747
748
|
type: Injectable
|
748
749
|
}], ctorParameters: function () {
|
749
750
|
return [{ type: undefined, decorators: [{
|
@@ -921,9 +922,9 @@ class KeyEventsPlugin extends EventManagerPlugin {
|
|
921
922
|
}
|
922
923
|
}
|
923
924
|
}
|
924
|
-
KeyEventsPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
925
|
-
KeyEventsPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
926
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
925
|
+
KeyEventsPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: KeyEventsPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
926
|
+
KeyEventsPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: KeyEventsPlugin });
|
927
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: KeyEventsPlugin, decorators: [{
|
927
928
|
type: Injectable
|
928
929
|
}], ctorParameters: function () {
|
929
930
|
return [{ type: undefined, decorators: [{
|
@@ -1041,10 +1042,10 @@ class BrowserModule {
|
|
1041
1042
|
};
|
1042
1043
|
}
|
1043
1044
|
}
|
1044
|
-
BrowserModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1045
|
-
BrowserModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.
|
1046
|
-
BrowserModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.
|
1047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1045
|
+
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 });
|
1046
|
+
BrowserModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserModule, exports: [CommonModule, ApplicationModule] });
|
1047
|
+
BrowserModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserModule, providers: BROWSER_MODULE_PROVIDERS, imports: [CommonModule, ApplicationModule] });
|
1048
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserModule, decorators: [{
|
1048
1049
|
type: NgModule,
|
1049
1050
|
args: [{ providers: BROWSER_MODULE_PROVIDERS, exports: [CommonModule, ApplicationModule] }]
|
1050
1051
|
}], ctorParameters: function () {
|
@@ -1221,9 +1222,9 @@ class Meta {
|
|
1221
1222
|
return META_KEYS_MAP[prop] || prop;
|
1222
1223
|
}
|
1223
1224
|
}
|
1224
|
-
Meta.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1225
|
-
Meta.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
1226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1225
|
+
Meta.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: Meta, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
1226
|
+
Meta.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: Meta, providedIn: 'root', useFactory: createMeta, deps: [] });
|
1227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: Meta, decorators: [{
|
1227
1228
|
type: Injectable,
|
1228
1229
|
args: [{ providedIn: 'root', useFactory: createMeta, deps: [] }]
|
1229
1230
|
}], ctorParameters: function () {
|
@@ -1280,9 +1281,9 @@ class Title {
|
|
1280
1281
|
this._doc.title = newTitle || '';
|
1281
1282
|
}
|
1282
1283
|
}
|
1283
|
-
Title.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1284
|
-
Title.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
1285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1284
|
+
Title.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: Title, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
1285
|
+
Title.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: Title, providedIn: 'root', useFactory: createTitle, deps: [] });
|
1286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: Title, decorators: [{
|
1286
1287
|
type: Injectable,
|
1287
1288
|
args: [{ providedIn: 'root', useFactory: createTitle, deps: [] }]
|
1288
1289
|
}], ctorParameters: function () {
|
@@ -1551,9 +1552,9 @@ class TransferState {
|
|
1551
1552
|
return JSON.stringify(this.store);
|
1552
1553
|
}
|
1553
1554
|
}
|
1554
|
-
TransferState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1555
|
-
TransferState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
1556
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1555
|
+
TransferState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: TransferState, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
1556
|
+
TransferState.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: TransferState });
|
1557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: TransferState, decorators: [{
|
1557
1558
|
type: Injectable
|
1558
1559
|
}] });
|
1559
1560
|
function initTransferState(doc, appId) {
|
@@ -1580,10 +1581,10 @@ function initTransferState(doc, appId) {
|
|
1580
1581
|
*/
|
1581
1582
|
class BrowserTransferStateModule {
|
1582
1583
|
}
|
1583
|
-
BrowserTransferStateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1584
|
-
BrowserTransferStateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.
|
1585
|
-
BrowserTransferStateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.
|
1586
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1584
|
+
BrowserTransferStateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserTransferStateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
1585
|
+
BrowserTransferStateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserTransferStateModule });
|
1586
|
+
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] }] });
|
1587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: BrowserTransferStateModule, decorators: [{
|
1587
1588
|
type: NgModule,
|
1588
1589
|
args: [{
|
1589
1590
|
providers: [{ provide: TransferState, useFactory: initTransferState, deps: [DOCUMENT, APP_ID] }],
|
@@ -1759,9 +1760,9 @@ class HammerGestureConfig {
|
|
1759
1760
|
return mc;
|
1760
1761
|
}
|
1761
1762
|
}
|
1762
|
-
HammerGestureConfig.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1763
|
-
HammerGestureConfig.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
1764
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1763
|
+
HammerGestureConfig.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerGestureConfig, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
1764
|
+
HammerGestureConfig.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerGestureConfig });
|
1765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerGestureConfig, decorators: [{
|
1765
1766
|
type: Injectable
|
1766
1767
|
}] });
|
1767
1768
|
/**
|
@@ -1856,9 +1857,9 @@ class HammerGesturesPlugin extends EventManagerPlugin {
|
|
1856
1857
|
return this._config.events.indexOf(eventName) > -1;
|
1857
1858
|
}
|
1858
1859
|
}
|
1859
|
-
HammerGesturesPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1860
|
-
HammerGesturesPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
1861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1860
|
+
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 });
|
1861
|
+
HammerGesturesPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerGesturesPlugin });
|
1862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerGesturesPlugin, decorators: [{
|
1862
1863
|
type: Injectable
|
1863
1864
|
}], ctorParameters: function () {
|
1864
1865
|
return [{ type: undefined, decorators: [{
|
@@ -1887,9 +1888,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0-next.2",
|
|
1887
1888
|
*/
|
1888
1889
|
class HammerModule {
|
1889
1890
|
}
|
1890
|
-
HammerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1891
|
-
HammerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.
|
1892
|
-
HammerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.
|
1891
|
+
HammerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
1892
|
+
HammerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerModule });
|
1893
|
+
HammerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerModule, providers: [
|
1893
1894
|
{
|
1894
1895
|
provide: EVENT_MANAGER_PLUGINS,
|
1895
1896
|
useClass: HammerGesturesPlugin,
|
@@ -1898,7 +1899,7 @@ HammerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1898
1899
|
},
|
1899
1900
|
{ provide: HAMMER_GESTURE_CONFIG, useClass: HammerGestureConfig, deps: [] },
|
1900
1901
|
] });
|
1901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1902
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: HammerModule, decorators: [{
|
1902
1903
|
type: NgModule,
|
1903
1904
|
args: [{
|
1904
1905
|
providers: [
|
@@ -1953,9 +1954,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0-next.2",
|
|
1953
1954
|
*/
|
1954
1955
|
class DomSanitizer {
|
1955
1956
|
}
|
1956
|
-
DomSanitizer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
1957
|
-
DomSanitizer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
1958
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
1957
|
+
DomSanitizer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSanitizer, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
1958
|
+
DomSanitizer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSanitizer, providedIn: 'root', useExisting: i0.forwardRef(function () { return DomSanitizerImpl; }) });
|
1959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSanitizer, decorators: [{
|
1959
1960
|
type: Injectable,
|
1960
1961
|
args: [{ providedIn: 'root', useExisting: forwardRef(() => DomSanitizerImpl) }]
|
1961
1962
|
}] });
|
@@ -2019,9 +2020,9 @@ class DomSanitizerImpl extends DomSanitizer {
|
|
2019
2020
|
return ɵbypassSanitizationTrustResourceUrl(value);
|
2020
2021
|
}
|
2021
2022
|
}
|
2022
|
-
DomSanitizerImpl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
2023
|
-
DomSanitizerImpl.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
2024
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
2023
|
+
DomSanitizerImpl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSanitizerImpl, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
2024
|
+
DomSanitizerImpl.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSanitizerImpl, providedIn: 'root', useFactory: domSanitizerImplFactory, deps: [{ token: Injector }] });
|
2025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImport: i0, type: DomSanitizerImpl, decorators: [{
|
2025
2026
|
type: Injectable,
|
2026
2027
|
args: [{ providedIn: 'root', useFactory: domSanitizerImplFactory, deps: [Injector] }]
|
2027
2028
|
}], ctorParameters: function () {
|
@@ -2049,7 +2050,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0-next.2",
|
|
2049
2050
|
/**
|
2050
2051
|
* @publicApi
|
2051
2052
|
*/
|
2052
|
-
const VERSION = new Version('13.2.
|
2053
|
+
const VERSION = new Version('13.2.1');
|
2053
2054
|
|
2054
2055
|
/**
|
2055
2056
|
* @license
|