@angular/platform-browser 11.2.13 → 11.2.14

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v11.2.13
2
+ * @license Angular v11.2.14
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -38,7 +38,7 @@
38
38
  *
39
39
  * Use of this source code is governed by an MIT-style license that can be
40
40
  * found in the LICENSE file at https://angular.io/license
41
- */var y={ApplicationRef:r.ApplicationRef,NgZone:r.NgZone};function h(t){return r.ɵgetDebugNodeR2(t)}function g(t){return f("probe",h),f("coreTokens",Object.assign(Object.assign({},y),function e(t){return t.reduce((function(t,e){return t[e.name]=e.token,t}),{})}(t||[]))),function(){return h}}var m=[{provide:r.APP_INITIALIZER,useFactory:g,deps:[[r.NgProbeToken,new r.Optional]],multi:!0}],v=m,w=new r.InjectionToken("EventManagerPlugins"),_=function(){function t(t,e){var r=this;this._zone=e,this._eventNameToPlugin=new Map,t.forEach((function(t){return t.manager=r})),this._plugins=t.slice().reverse()}return t.prototype.addEventListener=function(t,e,r){return this._findPluginFor(e).addEventListener(t,e,r)},t.prototype.addGlobalEventListener=function(t,e,r){return this._findPluginFor(e).addGlobalEventListener(t,e,r)},t.prototype.getZone=function(){return this._zone},t.prototype._findPluginFor=function(t){var e=this._eventNameToPlugin.get(t);if(e)return e;for(var r=this._plugins,n=0;n<r.length;n++){var o=r[n];if(o.supports(t))return this._eventNameToPlugin.set(t,o),o}throw new Error("No event manager plugin found for event "+t)},t}();_.decorators=[{type:r.Injectable}],_.ctorParameters=function(){return[{type:Array,decorators:[{type:r.Inject,args:[w]}]},{type:r.NgZone}]};var E=function(){function t(t){this._doc=t}return t.prototype.addGlobalEventListener=function(t,r,n){var o=e.ɵgetDOM().getGlobalEventTarget(this._doc,t);if(!o)throw new Error("Unsupported event target "+o+" for event "+r);return this.addEventListener(o,r,n)},t}(),b=function(){function t(){this._stylesSet=new Set}return t.prototype.addStyles=function(t){var e=this,r=new Set;t.forEach((function(t){e._stylesSet.has(t)||(e._stylesSet.add(t),r.add(t))})),this.onStylesAdded(r)},t.prototype.onStylesAdded=function(t){},t.prototype.getAllStyles=function(){return Array.from(this._stylesSet)},t}();b.decorators=[{type:r.Injectable}];var S=function(t){function r(e){var r=t.call(this)||this;return r._doc=e,r._hostNodes=new Set,r._styleNodes=new Set,r._hostNodes.add(e.head),r}return o(r,t),r.prototype._addStylesToHost=function(t,e){var r=this;t.forEach((function(t){var n=r._doc.createElement("style");n.textContent=t,r._styleNodes.add(e.appendChild(n))}))},r.prototype.addHost=function(t){this._addStylesToHost(this._stylesSet,t),this._hostNodes.add(t)},r.prototype.removeHost=function(t){this._hostNodes.delete(t)},r.prototype.onStylesAdded=function(t){var e=this;this._hostNodes.forEach((function(r){return e._addStylesToHost(t,r)}))},r.prototype.ngOnDestroy=function(){this._styleNodes.forEach((function(t){return e.ɵgetDOM().remove(t)}))},r}(b);S.decorators=[{type:r.Injectable}],S.ctorParameters=function(){return[{type:void 0,decorators:[{type:r.Inject,args:[e.DOCUMENT]}]}]};var T={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},C=/%COMP%/g;function I(t){return"_ngcontent-%COMP%".replace(C,t)}function O(t){return"_nghost-%COMP%".replace(C,t)}function A(t,e,r){for(var n=0;n<e.length;n++){var o=e[n];Array.isArray(o)?A(t,o,r):(o=o.replace(C,t),r.push(o))}return r}function N(t){return function(e){if("__ngUnwrap__"===e)return t;!1===t(e)&&(e.preventDefault(),e.returnValue=!1)}}var M=function(){function t(t,e,r){this.eventManager=t,this.sharedStylesHost=e,this.appId=r,this.rendererByCompId=new Map,this.defaultRenderer=new R(t)}return t.prototype.createRenderer=function(t,e){if(!t||!e)return this.defaultRenderer;switch(e.encapsulation){case r.ViewEncapsulation.Emulated:var n=this.rendererByCompId.get(e.id);return n||(n=new D(this.eventManager,this.sharedStylesHost,e,this.appId),this.rendererByCompId.set(e.id,n)),n.applyToHost(t),n;case 1:case r.ViewEncapsulation.ShadowDom:return new P(this.eventManager,this.sharedStylesHost,t,e);default:if(!this.rendererByCompId.has(e.id)){var o=A(e.id,e.styles,[]);this.sharedStylesHost.addStyles(o),this.rendererByCompId.set(e.id,this.defaultRenderer)}return this.defaultRenderer}},t.prototype.begin=function(){},t.prototype.end=function(){},t}();M.decorators=[{type:r.Injectable}],M.ctorParameters=function(){return[{type:_},{type:S},{type:String,decorators:[{type:r.Inject,args:[r.APP_ID]}]}]};var R=function(){function t(t){this.eventManager=t,this.data=Object.create(null)}return t.prototype.destroy=function(){},t.prototype.createElement=function(t,e){return e?document.createElementNS(T[e]||e,t):document.createElement(t)},t.prototype.createComment=function(t){return document.createComment(t)},t.prototype.createText=function(t){return document.createTextNode(t)},t.prototype.appendChild=function(t,e){t.appendChild(e)},t.prototype.insertBefore=function(t,e,r){t&&t.insertBefore(e,r)},t.prototype.removeChild=function(t,e){t&&t.removeChild(e)},t.prototype.selectRootElement=function(t,e){var r="string"==typeof t?document.querySelector(t):t;if(!r)throw new Error('The selector "'+t+'" did not match any elements');return e||(r.textContent=""),r},t.prototype.parentNode=function(t){return t.parentNode},t.prototype.nextSibling=function(t){return t.nextSibling},t.prototype.setAttribute=function(t,e,r,n){if(n){e=n+":"+e;var o=T[n];o?t.setAttributeNS(o,e,r):t.setAttribute(e,r)}else t.setAttribute(e,r)},t.prototype.removeAttribute=function(t,e,r){if(r){var n=T[r];n?t.removeAttributeNS(n,e):t.removeAttribute(r+":"+e)}else t.removeAttribute(e)},t.prototype.addClass=function(t,e){t.classList.add(e)},t.prototype.removeClass=function(t,e){t.classList.remove(e)},t.prototype.setStyle=function(t,e,n,o){o&(r.RendererStyleFlags2.DashCase|r.RendererStyleFlags2.Important)?t.style.setProperty(e,n,o&r.RendererStyleFlags2.Important?"important":""):t.style[e]=n},t.prototype.removeStyle=function(t,e,n){n&r.RendererStyleFlags2.DashCase?t.style.removeProperty(e):t.style[e]=""},t.prototype.setProperty=function(t,e,r){t[e]=r},t.prototype.setValue=function(t,e){t.nodeValue=e},t.prototype.listen=function(t,e,r){return"string"==typeof t?this.eventManager.addGlobalEventListener(t,e,N(r)):this.eventManager.addEventListener(t,e,N(r))},t}();"@".charCodeAt(0);var D=function(t){function e(e,r,n,o){var i=t.call(this,e)||this;i.component=n;var a=A(o+"-"+n.id,n.styles,[]);return r.addStyles(a),i.contentAttr=I(o+"-"+n.id),i.hostAttr=O(o+"-"+n.id),i}return o(e,t),e.prototype.applyToHost=function(e){t.prototype.setAttribute.call(this,e,this.hostAttr,"")},e.prototype.createElement=function(e,r){var n=t.prototype.createElement.call(this,e,r);return t.prototype.setAttribute.call(this,n,this.contentAttr,""),n},e}(R),P=function(t){function e(e,r,n,o){var i=t.call(this,e)||this;i.sharedStylesHost=r,i.hostEl=n,i.shadowRoot=n.attachShadow({mode:"open"}),i.sharedStylesHost.addHost(i.shadowRoot);for(var a=A(o.id,o.styles,[]),s=0;s<a.length;s++){var u=document.createElement("style");u.textContent=a[s],i.shadowRoot.appendChild(u)}return i}return o(e,t),e.prototype.nodeOrShadowRoot=function(t){return t===this.hostEl?this.shadowRoot:t},e.prototype.destroy=function(){this.sharedStylesHost.removeHost(this.shadowRoot)},e.prototype.appendChild=function(e,r){return t.prototype.appendChild.call(this,this.nodeOrShadowRoot(e),r)},e.prototype.insertBefore=function(e,r,n){return t.prototype.insertBefore.call(this,this.nodeOrShadowRoot(e),r,n)},e.prototype.removeChild=function(e,r){return t.prototype.removeChild.call(this,this.nodeOrShadowRoot(e),r)},e.prototype.parentNode=function(e){return this.nodeOrShadowRoot(t.prototype.parentNode.call(this,this.nodeOrShadowRoot(e)))},e}(R),k=function(t){function e(e){return t.call(this,e)||this}return o(e,t),e.prototype.supports=function(t){return!0},e.prototype.addEventListener=function(t,e,r){var n=this;return t.addEventListener(e,r,!1),function(){return n.removeEventListener(t,e,r)}},e.prototype.removeEventListener=function(t,e,r){return t.removeEventListener(e,r)},e}(E);k.decorators=[{type:r.Injectable}],k.ctorParameters=function(){return[{type:void 0,decorators:[{type:r.Inject,args:[e.DOCUMENT]}]}]};var L={pan:!0,panstart:!0,panmove:!0,panend:!0,pancancel:!0,panleft:!0,panright:!0,panup:!0,pandown:!0,pinch:!0,pinchstart:!0,pinchmove:!0,pinchend:!0,pinchcancel:!0,pinchin:!0,pinchout:!0,press:!0,pressup:!0,rotate:!0,rotatestart:!0,rotatemove:!0,rotateend:!0,rotatecancel:!0,swipe:!0,swipeleft:!0,swiperight:!0,swipeup:!0,swipedown:!0,tap:!0,doubletap:!0},j=new r.InjectionToken("HammerGestureConfig"),H=new r.InjectionToken("HammerLoader"),x=function(){function t(){this.events=[],this.overrides={}}return t.prototype.buildHammer=function(t){var e=new Hammer(t,this.options);for(var r in e.get("pinch").set({enable:!0}),e.get("rotate").set({enable:!0}),this.overrides)e.get(r).set(this.overrides[r]);return e},t}();x.decorators=[{type:r.Injectable}];var U=function(t){function e(e,r,n,o){var i=t.call(this,e)||this;return i._config=r,i.console=n,i.loader=o,i._loaderPromise=null,i}return o(e,t),e.prototype.supports=function(t){return!(!L.hasOwnProperty(t.toLowerCase())&&!this.isCustomEvent(t)||!window.Hammer&&!this.loader)},e.prototype.addEventListener=function(t,e,r){var n=this,o=this.manager.getZone();if(e=e.toLowerCase(),!window.Hammer&&this.loader){this._loaderPromise=this._loaderPromise||this.loader();var i=!1,a=function(){i=!0};return this._loaderPromise.then((function(){window.Hammer?i||(a=n.addEventListener(t,e,r)):a=function(){}})).catch((function(){a=function(){}})),function(){a()}}return o.runOutsideAngular((function(){var i=n._config.buildHammer(t),a=function(t){o.runGuarded((function(){r(t)}))};return i.on(e,a),function(){i.off(e,a),"function"==typeof i.destroy&&i.destroy()}}))},e.prototype.isCustomEvent=function(t){return this._config.events.indexOf(t)>-1},e}(E);U.decorators=[{type:r.Injectable}],U.ctorParameters=function(){return[{type:void 0,decorators:[{type:r.Inject,args:[e.DOCUMENT]}]},{type:x,decorators:[{type:r.Inject,args:[j]}]},{type:r.ɵConsole},{type:void 0,decorators:[{type:r.Optional},{type:r.Inject,args:[H]}]}]};var B,z=[{provide:w,useClass:U,multi:!0,deps:[e.DOCUMENT,j,r.ɵConsole,[new r.Optional,H]]},{provide:j,useClass:x,deps:[]}],F=z;(B=function B(){}).decorators=[{type:r.NgModule,args:[{providers:z}]}];var V,G=["alt","control","meta","shift"],K={"\b":"Backspace","\t":"Tab","":"Delete","":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},Z={A:"1",B:"2",C:"3",D:"4",E:"5",F:"6",G:"7",H:"8",I:"9",J:"*",K:"+",M:"-",N:".",O:"/","`":"0","":"NumLock"},q={alt:function(t){return t.altKey},control:function(t){return t.ctrlKey},meta:function(t){return t.metaKey},shift:function(t){return t.shiftKey}},W=function(t){function r(e){return t.call(this,e)||this}return o(r,t),r.prototype.supports=function(t){return null!=r.parseEventName(t)},r.prototype.addEventListener=function(t,n,o){var i=r.parseEventName(n),a=r.eventCallback(i.fullKey,o,this.manager.getZone());return this.manager.getZone().runOutsideAngular((function(){return e.ɵgetDOM().onAndCancel(t,i.domEventName,a)}))},r.parseEventName=function(t){var e=t.toLowerCase().split("."),n=e.shift();if(0===e.length||"keydown"!==n&&"keyup"!==n)return null;var o=r._normalizeKey(e.pop()),i="";if(G.forEach((function(t){var r=e.indexOf(t);r>-1&&(e.splice(r,1),i+=t+".")})),i+=o,0!=e.length||0===o.length)return null;var a={};return a.domEventName=n,a.fullKey=i,a},r.getEventFullKey=function(t){var e="",r=function n(t){var e=t.key;if(null==e){if(null==(e=t.keyIdentifier))return"Unidentified";e.startsWith("U+")&&(e=String.fromCharCode(parseInt(e.substring(2),16)),3===t.location&&Z.hasOwnProperty(e)&&(e=Z[e]))}return K[e]||e}(t);return" "===(r=r.toLowerCase())?r="space":"."===r&&(r="dot"),G.forEach((function(n){n!=r&&(0,q[n])(t)&&(e+=n+".")})),e+=r},r.eventCallback=function(t,e,n){return function(o){r.getEventFullKey(o)===t&&n.runGuarded((function(){return e(o)}))}},r._normalizeKey=function(t){switch(t){case"esc":return"escape";default:return t}},r}(E);function J(t){return new X(t.get(e.DOCUMENT))}W.decorators=[{type:r.Injectable}],W.ctorParameters=function(){return[{type:void 0,decorators:[{type:r.Inject,args:[e.DOCUMENT]}]}]},(V=function V(){}).ɵprov=r.ɵɵdefineInjectable({factory:function t(){return r.ɵɵinject(X)},token:V,providedIn:"root"}),V.decorators=[{type:r.Injectable,args:[{providedIn:"root",useExisting:r.forwardRef((function(){return X}))}]}];var X=function(t){function e(e){var r=t.call(this)||this;return r._doc=e,r}return o(e,t),e.prototype.sanitize=function(t,e){if(null==e)return null;switch(t){case r.SecurityContext.NONE:return e;case r.SecurityContext.HTML:return r.ɵallowSanitizationBypassAndThrow(e,"HTML")?r.ɵunwrapSafeValue(e):r.ɵ_sanitizeHtml(this._doc,String(e)).toString();case r.SecurityContext.STYLE:return r.ɵallowSanitizationBypassAndThrow(e,"Style")?r.ɵunwrapSafeValue(e):e;case r.SecurityContext.SCRIPT:if(r.ɵallowSanitizationBypassAndThrow(e,"Script"))return r.ɵunwrapSafeValue(e);throw new Error("unsafe value used in a script context");case r.SecurityContext.URL:return r.ɵgetSanitizationBypassType(e),r.ɵallowSanitizationBypassAndThrow(e,"URL")?r.ɵunwrapSafeValue(e):r.ɵ_sanitizeUrl(String(e));case r.SecurityContext.RESOURCE_URL:if(r.ɵallowSanitizationBypassAndThrow(e,"ResourceURL"))return r.ɵunwrapSafeValue(e);throw new Error("unsafe value used in a resource URL context (see https://g.co/ng/security#xss)");default:throw new Error("Unexpected SecurityContext "+t+" (see https://g.co/ng/security#xss)")}},e.prototype.bypassSecurityTrustHtml=function(t){return r.ɵbypassSanitizationTrustHtml(t)},e.prototype.bypassSecurityTrustStyle=function(t){return r.ɵbypassSanitizationTrustStyle(t)},e.prototype.bypassSecurityTrustScript=function(t){return r.ɵbypassSanitizationTrustScript(t)},e.prototype.bypassSecurityTrustUrl=function(t){return r.ɵbypassSanitizationTrustUrl(t)},e.prototype.bypassSecurityTrustResourceUrl=function(t){return r.ɵbypassSanitizationTrustResourceUrl(t)},e}(V);
41
+ */var y={ApplicationRef:r.ApplicationRef,NgZone:r.NgZone};function h(t){return r.ɵgetDebugNodeR2(t)}function g(t){return f("probe",h),f("coreTokens",Object.assign(Object.assign({},y),function e(t){return t.reduce((function(t,e){return t[e.name]=e.token,t}),{})}(t||[]))),function(){return h}}var m=[{provide:r.APP_INITIALIZER,useFactory:g,deps:[[r.NgProbeToken,new r.Optional]],multi:!0}],v=m,w=new r.InjectionToken("EventManagerPlugins"),_=function(){function t(t,e){var r=this;this._zone=e,this._eventNameToPlugin=new Map,t.forEach((function(t){return t.manager=r})),this._plugins=t.slice().reverse()}return t.prototype.addEventListener=function(t,e,r){return this._findPluginFor(e).addEventListener(t,e,r)},t.prototype.addGlobalEventListener=function(t,e,r){return this._findPluginFor(e).addGlobalEventListener(t,e,r)},t.prototype.getZone=function(){return this._zone},t.prototype._findPluginFor=function(t){var e=this._eventNameToPlugin.get(t);if(e)return e;for(var r=this._plugins,n=0;n<r.length;n++){var o=r[n];if(o.supports(t))return this._eventNameToPlugin.set(t,o),o}throw new Error("No event manager plugin found for event "+t)},t}();_.decorators=[{type:r.Injectable}],_.ctorParameters=function(){return[{type:Array,decorators:[{type:r.Inject,args:[w]}]},{type:r.NgZone}]};var E=function(){function t(t){this._doc=t}return t.prototype.addGlobalEventListener=function(t,r,n){var o=e.ɵgetDOM().getGlobalEventTarget(this._doc,t);if(!o)throw new Error("Unsupported event target "+o+" for event "+r);return this.addEventListener(o,r,n)},t}(),b=function(){function t(){this._stylesSet=new Set}return t.prototype.addStyles=function(t){var e=this,r=new Set;t.forEach((function(t){e._stylesSet.has(t)||(e._stylesSet.add(t),r.add(t))})),this.onStylesAdded(r)},t.prototype.onStylesAdded=function(t){},t.prototype.getAllStyles=function(){return Array.from(this._stylesSet)},t}();b.decorators=[{type:r.Injectable}];var S=function(t){function e(e){var r=t.call(this)||this;return r._doc=e,r._hostNodes=new Map,r._hostNodes.set(e.head,[]),r}return o(e,t),e.prototype._addStylesToHost=function(t,e,r){var n=this;t.forEach((function(t){var o=n._doc.createElement("style");o.textContent=t,r.push(e.appendChild(o))}))},e.prototype.addHost=function(t){var e=[];this._addStylesToHost(this._stylesSet,t,e),this._hostNodes.set(t,e)},e.prototype.removeHost=function(t){var e=this._hostNodes.get(t);e&&e.forEach(T),this._hostNodes.delete(t)},e.prototype.onStylesAdded=function(t){var e=this;this._hostNodes.forEach((function(r,n){e._addStylesToHost(t,n,r)}))},e.prototype.ngOnDestroy=function(){this._hostNodes.forEach((function(t){return t.forEach(T)}))},e}(b);function T(t){e.ɵgetDOM().remove(t)}S.decorators=[{type:r.Injectable}],S.ctorParameters=function(){return[{type:void 0,decorators:[{type:r.Inject,args:[e.DOCUMENT]}]}]};var C={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},I=/%COMP%/g;function O(t){return"_ngcontent-%COMP%".replace(I,t)}function A(t){return"_nghost-%COMP%".replace(I,t)}function M(t,e,r){for(var n=0;n<e.length;n++){var o=e[n];Array.isArray(o)?M(t,o,r):(o=o.replace(I,t),r.push(o))}return r}function N(t){return function(e){if("__ngUnwrap__"===e)return t;!1===t(e)&&(e.preventDefault(),e.returnValue=!1)}}var R=function(){function t(t,e,r){this.eventManager=t,this.sharedStylesHost=e,this.appId=r,this.rendererByCompId=new Map,this.defaultRenderer=new D(t)}return t.prototype.createRenderer=function(t,e){if(!t||!e)return this.defaultRenderer;switch(e.encapsulation){case r.ViewEncapsulation.Emulated:var n=this.rendererByCompId.get(e.id);return n||(n=new P(this.eventManager,this.sharedStylesHost,e,this.appId),this.rendererByCompId.set(e.id,n)),n.applyToHost(t),n;case 1:case r.ViewEncapsulation.ShadowDom:return new k(this.eventManager,this.sharedStylesHost,t,e);default:if(!this.rendererByCompId.has(e.id)){var o=M(e.id,e.styles,[]);this.sharedStylesHost.addStyles(o),this.rendererByCompId.set(e.id,this.defaultRenderer)}return this.defaultRenderer}},t.prototype.begin=function(){},t.prototype.end=function(){},t}();R.decorators=[{type:r.Injectable}],R.ctorParameters=function(){return[{type:_},{type:S},{type:String,decorators:[{type:r.Inject,args:[r.APP_ID]}]}]};var D=function(){function t(t){this.eventManager=t,this.data=Object.create(null)}return t.prototype.destroy=function(){},t.prototype.createElement=function(t,e){return e?document.createElementNS(C[e]||e,t):document.createElement(t)},t.prototype.createComment=function(t){return document.createComment(t)},t.prototype.createText=function(t){return document.createTextNode(t)},t.prototype.appendChild=function(t,e){t.appendChild(e)},t.prototype.insertBefore=function(t,e,r){t&&t.insertBefore(e,r)},t.prototype.removeChild=function(t,e){t&&t.removeChild(e)},t.prototype.selectRootElement=function(t,e){var r="string"==typeof t?document.querySelector(t):t;if(!r)throw new Error('The selector "'+t+'" did not match any elements');return e||(r.textContent=""),r},t.prototype.parentNode=function(t){return t.parentNode},t.prototype.nextSibling=function(t){return t.nextSibling},t.prototype.setAttribute=function(t,e,r,n){if(n){e=n+":"+e;var o=C[n];o?t.setAttributeNS(o,e,r):t.setAttribute(e,r)}else t.setAttribute(e,r)},t.prototype.removeAttribute=function(t,e,r){if(r){var n=C[r];n?t.removeAttributeNS(n,e):t.removeAttribute(r+":"+e)}else t.removeAttribute(e)},t.prototype.addClass=function(t,e){t.classList.add(e)},t.prototype.removeClass=function(t,e){t.classList.remove(e)},t.prototype.setStyle=function(t,e,n,o){o&(r.RendererStyleFlags2.DashCase|r.RendererStyleFlags2.Important)?t.style.setProperty(e,n,o&r.RendererStyleFlags2.Important?"important":""):t.style[e]=n},t.prototype.removeStyle=function(t,e,n){n&r.RendererStyleFlags2.DashCase?t.style.removeProperty(e):t.style[e]=""},t.prototype.setProperty=function(t,e,r){t[e]=r},t.prototype.setValue=function(t,e){t.nodeValue=e},t.prototype.listen=function(t,e,r){return"string"==typeof t?this.eventManager.addGlobalEventListener(t,e,N(r)):this.eventManager.addEventListener(t,e,N(r))},t}();"@".charCodeAt(0);var P=function(t){function e(e,r,n,o){var i=t.call(this,e)||this;i.component=n;var a=M(o+"-"+n.id,n.styles,[]);return r.addStyles(a),i.contentAttr=O(o+"-"+n.id),i.hostAttr=A(o+"-"+n.id),i}return o(e,t),e.prototype.applyToHost=function(e){t.prototype.setAttribute.call(this,e,this.hostAttr,"")},e.prototype.createElement=function(e,r){var n=t.prototype.createElement.call(this,e,r);return t.prototype.setAttribute.call(this,n,this.contentAttr,""),n},e}(D),k=function(t){function e(e,r,n,o){var i=t.call(this,e)||this;i.sharedStylesHost=r,i.hostEl=n,i.shadowRoot=n.attachShadow({mode:"open"}),i.sharedStylesHost.addHost(i.shadowRoot);for(var a=M(o.id,o.styles,[]),s=0;s<a.length;s++){var u=document.createElement("style");u.textContent=a[s],i.shadowRoot.appendChild(u)}return i}return o(e,t),e.prototype.nodeOrShadowRoot=function(t){return t===this.hostEl?this.shadowRoot:t},e.prototype.destroy=function(){this.sharedStylesHost.removeHost(this.shadowRoot)},e.prototype.appendChild=function(e,r){return t.prototype.appendChild.call(this,this.nodeOrShadowRoot(e),r)},e.prototype.insertBefore=function(e,r,n){return t.prototype.insertBefore.call(this,this.nodeOrShadowRoot(e),r,n)},e.prototype.removeChild=function(e,r){return t.prototype.removeChild.call(this,this.nodeOrShadowRoot(e),r)},e.prototype.parentNode=function(e){return this.nodeOrShadowRoot(t.prototype.parentNode.call(this,this.nodeOrShadowRoot(e)))},e}(D),L=function(t){function e(e){return t.call(this,e)||this}return o(e,t),e.prototype.supports=function(t){return!0},e.prototype.addEventListener=function(t,e,r){var n=this;return t.addEventListener(e,r,!1),function(){return n.removeEventListener(t,e,r)}},e.prototype.removeEventListener=function(t,e,r){return t.removeEventListener(e,r)},e}(E);L.decorators=[{type:r.Injectable}],L.ctorParameters=function(){return[{type:void 0,decorators:[{type:r.Inject,args:[e.DOCUMENT]}]}]};var j={pan:!0,panstart:!0,panmove:!0,panend:!0,pancancel:!0,panleft:!0,panright:!0,panup:!0,pandown:!0,pinch:!0,pinchstart:!0,pinchmove:!0,pinchend:!0,pinchcancel:!0,pinchin:!0,pinchout:!0,press:!0,pressup:!0,rotate:!0,rotatestart:!0,rotatemove:!0,rotateend:!0,rotatecancel:!0,swipe:!0,swipeleft:!0,swiperight:!0,swipeup:!0,swipedown:!0,tap:!0,doubletap:!0},H=new r.InjectionToken("HammerGestureConfig"),x=new r.InjectionToken("HammerLoader"),U=function(){function t(){this.events=[],this.overrides={}}return t.prototype.buildHammer=function(t){var e=new Hammer(t,this.options);for(var r in e.get("pinch").set({enable:!0}),e.get("rotate").set({enable:!0}),this.overrides)e.get(r).set(this.overrides[r]);return e},t}();U.decorators=[{type:r.Injectable}];var B=function(t){function e(e,r,n,o){var i=t.call(this,e)||this;return i._config=r,i.console=n,i.loader=o,i._loaderPromise=null,i}return o(e,t),e.prototype.supports=function(t){return!(!j.hasOwnProperty(t.toLowerCase())&&!this.isCustomEvent(t)||!window.Hammer&&!this.loader)},e.prototype.addEventListener=function(t,e,r){var n=this,o=this.manager.getZone();if(e=e.toLowerCase(),!window.Hammer&&this.loader){this._loaderPromise=this._loaderPromise||this.loader();var i=!1,a=function(){i=!0};return this._loaderPromise.then((function(){window.Hammer?i||(a=n.addEventListener(t,e,r)):a=function(){}})).catch((function(){a=function(){}})),function(){a()}}return o.runOutsideAngular((function(){var i=n._config.buildHammer(t),a=function(t){o.runGuarded((function(){r(t)}))};return i.on(e,a),function(){i.off(e,a),"function"==typeof i.destroy&&i.destroy()}}))},e.prototype.isCustomEvent=function(t){return this._config.events.indexOf(t)>-1},e}(E);B.decorators=[{type:r.Injectable}],B.ctorParameters=function(){return[{type:void 0,decorators:[{type:r.Inject,args:[e.DOCUMENT]}]},{type:U,decorators:[{type:r.Inject,args:[H]}]},{type:r.ɵConsole},{type:void 0,decorators:[{type:r.Optional},{type:r.Inject,args:[x]}]}]};var z,F=[{provide:w,useClass:B,multi:!0,deps:[e.DOCUMENT,H,r.ɵConsole,[new r.Optional,x]]},{provide:H,useClass:U,deps:[]}],V=F;(z=function z(){}).decorators=[{type:r.NgModule,args:[{providers:F}]}];var G,K=["alt","control","meta","shift"],Z={"\b":"Backspace","\t":"Tab","":"Delete","":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},q={A:"1",B:"2",C:"3",D:"4",E:"5",F:"6",G:"7",H:"8",I:"9",J:"*",K:"+",M:"-",N:".",O:"/","`":"0","":"NumLock"},W={alt:function(t){return t.altKey},control:function(t){return t.ctrlKey},meta:function(t){return t.metaKey},shift:function(t){return t.shiftKey}},J=function(t){function r(e){return t.call(this,e)||this}return o(r,t),r.prototype.supports=function(t){return null!=r.parseEventName(t)},r.prototype.addEventListener=function(t,n,o){var i=r.parseEventName(n),a=r.eventCallback(i.fullKey,o,this.manager.getZone());return this.manager.getZone().runOutsideAngular((function(){return e.ɵgetDOM().onAndCancel(t,i.domEventName,a)}))},r.parseEventName=function(t){var e=t.toLowerCase().split("."),n=e.shift();if(0===e.length||"keydown"!==n&&"keyup"!==n)return null;var o=r._normalizeKey(e.pop()),i="";if(K.forEach((function(t){var r=e.indexOf(t);r>-1&&(e.splice(r,1),i+=t+".")})),i+=o,0!=e.length||0===o.length)return null;var a={};return a.domEventName=n,a.fullKey=i,a},r.getEventFullKey=function(t){var e="",r=function n(t){var e=t.key;if(null==e){if(null==(e=t.keyIdentifier))return"Unidentified";e.startsWith("U+")&&(e=String.fromCharCode(parseInt(e.substring(2),16)),3===t.location&&q.hasOwnProperty(e)&&(e=q[e]))}return Z[e]||e}(t);return" "===(r=r.toLowerCase())?r="space":"."===r&&(r="dot"),K.forEach((function(n){n!=r&&(0,W[n])(t)&&(e+=n+".")})),e+=r},r.eventCallback=function(t,e,n){return function(o){r.getEventFullKey(o)===t&&n.runGuarded((function(){return e(o)}))}},r._normalizeKey=function(t){switch(t){case"esc":return"escape";default:return t}},r}(E);function X(t){return new Y(t.get(e.DOCUMENT))}J.decorators=[{type:r.Injectable}],J.ctorParameters=function(){return[{type:void 0,decorators:[{type:r.Inject,args:[e.DOCUMENT]}]}]},(G=function G(){}).ɵprov=r.ɵɵdefineInjectable({factory:function t(){return r.ɵɵinject(Y)},token:G,providedIn:"root"}),G.decorators=[{type:r.Injectable,args:[{providedIn:"root",useExisting:r.forwardRef((function(){return Y}))}]}];var Y=function(t){function e(e){var r=t.call(this)||this;return r._doc=e,r}return o(e,t),e.prototype.sanitize=function(t,e){if(null==e)return null;switch(t){case r.SecurityContext.NONE:return e;case r.SecurityContext.HTML:return r.ɵallowSanitizationBypassAndThrow(e,"HTML")?r.ɵunwrapSafeValue(e):r.ɵ_sanitizeHtml(this._doc,String(e)).toString();case r.SecurityContext.STYLE:return r.ɵallowSanitizationBypassAndThrow(e,"Style")?r.ɵunwrapSafeValue(e):e;case r.SecurityContext.SCRIPT:if(r.ɵallowSanitizationBypassAndThrow(e,"Script"))return r.ɵunwrapSafeValue(e);throw new Error("unsafe value used in a script context");case r.SecurityContext.URL:return r.ɵgetSanitizationBypassType(e),r.ɵallowSanitizationBypassAndThrow(e,"URL")?r.ɵunwrapSafeValue(e):r.ɵ_sanitizeUrl(String(e));case r.SecurityContext.RESOURCE_URL:if(r.ɵallowSanitizationBypassAndThrow(e,"ResourceURL"))return r.ɵunwrapSafeValue(e);throw new Error("unsafe value used in a resource URL context (see https://g.co/ng/security#xss)");default:throw new Error("Unexpected SecurityContext "+t+" (see https://g.co/ng/security#xss)")}},e.prototype.bypassSecurityTrustHtml=function(t){return r.ɵbypassSanitizationTrustHtml(t)},e.prototype.bypassSecurityTrustStyle=function(t){return r.ɵbypassSanitizationTrustStyle(t)},e.prototype.bypassSecurityTrustScript=function(t){return r.ɵbypassSanitizationTrustScript(t)},e.prototype.bypassSecurityTrustUrl=function(t){return r.ɵbypassSanitizationTrustUrl(t)},e.prototype.bypassSecurityTrustResourceUrl=function(t){return r.ɵbypassSanitizationTrustResourceUrl(t)},e}(G);
42
42
  /**
43
43
  * @license
44
44
  * Copyright Google LLC All Rights Reserved.
@@ -46,7 +46,7 @@
46
46
  * Use of this source code is governed by an MIT-style license that can be
47
47
  * found in the LICENSE file at https://angular.io/license
48
48
  */
49
- function Y(){s.makeCurrent(),d.init()}function Q(){return new r.ErrorHandler}function $(){return r.ɵsetDocument(document),document}X.ɵprov=r.ɵɵdefineInjectable({factory:function t(){return J(r.ɵɵinject(r.INJECTOR))},token:X,providedIn:"root"}),X.decorators=[{type:r.Injectable,args:[{providedIn:"root",useFactory:J,deps:[r.Injector]}]}],X.ctorParameters=function(){return[{type:void 0,decorators:[{type:r.Inject,args:[e.DOCUMENT]}]}]};var tt=[{provide:r.PLATFORM_ID,useValue:e.ɵPLATFORM_BROWSER_ID},{provide:r.PLATFORM_INITIALIZER,useValue:Y,multi:!0},{provide:e.DOCUMENT,useFactory:$,deps:[]}],et=[{provide:r.Sanitizer,useExisting:V},{provide:V,useClass:X,deps:[e.DOCUMENT]}],rt=r.createPlatformFactory(r.platformCore,"browser",tt),nt=[et,{provide:r.ɵINJECTOR_SCOPE,useValue:"root"},{provide:r.ErrorHandler,useFactory:Q,deps:[]},{provide:w,useClass:k,multi:!0,deps:[e.DOCUMENT,r.NgZone,r.PLATFORM_ID]},{provide:w,useClass:W,multi:!0,deps:[e.DOCUMENT]},F,{provide:M,useClass:M,deps:[_,S,r.APP_ID]},{provide:r.RendererFactory2,useExisting:M},{provide:b,useExisting:S},{provide:S,useClass:S,deps:[e.DOCUMENT]},{provide:r.Testability,useClass:r.Testability,deps:[r.NgZone]},{provide:_,useClass:_,deps:[w,r.NgZone]},v],ot=function(){function t(t){if(t)throw new Error("BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.")}return t.withServerTransition=function(e){return{ngModule:t,providers:[{provide:r.APP_ID,useValue:e.appId},{provide:c,useExisting:r.APP_ID},l]}},t}();
49
+ function Q(){s.makeCurrent(),d.init()}function $(){return new r.ErrorHandler}function tt(){return r.ɵsetDocument(document),document}Y.ɵprov=r.ɵɵdefineInjectable({factory:function t(){return X(r.ɵɵinject(r.INJECTOR))},token:Y,providedIn:"root"}),Y.decorators=[{type:r.Injectable,args:[{providedIn:"root",useFactory:X,deps:[r.Injector]}]}],Y.ctorParameters=function(){return[{type:void 0,decorators:[{type:r.Inject,args:[e.DOCUMENT]}]}]};var et=[{provide:r.PLATFORM_ID,useValue:e.ɵPLATFORM_BROWSER_ID},{provide:r.PLATFORM_INITIALIZER,useValue:Q,multi:!0},{provide:e.DOCUMENT,useFactory:tt,deps:[]}],rt=[{provide:r.Sanitizer,useExisting:G},{provide:G,useClass:Y,deps:[e.DOCUMENT]}],nt=r.createPlatformFactory(r.platformCore,"browser",et),ot=[rt,{provide:r.ɵINJECTOR_SCOPE,useValue:"root"},{provide:r.ErrorHandler,useFactory:$,deps:[]},{provide:w,useClass:L,multi:!0,deps:[e.DOCUMENT,r.NgZone,r.PLATFORM_ID]},{provide:w,useClass:J,multi:!0,deps:[e.DOCUMENT]},V,{provide:R,useClass:R,deps:[_,S,r.APP_ID]},{provide:r.RendererFactory2,useExisting:R},{provide:b,useExisting:S},{provide:S,useClass:S,deps:[e.DOCUMENT]},{provide:r.Testability,useClass:r.Testability,deps:[r.NgZone]},{provide:_,useClass:_,deps:[w,r.NgZone]},v],it=function(){function t(t){if(t)throw new Error("BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.")}return t.withServerTransition=function(e){return{ngModule:t,providers:[{provide:r.APP_ID,useValue:e.appId},{provide:c,useExisting:r.APP_ID},l]}},t}();
50
50
  /**
51
51
  * @license
52
52
  * Copyright Google LLC All Rights Reserved.
@@ -54,14 +54,14 @@ function Y(){s.makeCurrent(),d.init()}function Q(){return new r.ErrorHandler}fun
54
54
  * Use of this source code is governed by an MIT-style license that can be
55
55
  * found in the LICENSE file at https://angular.io/license
56
56
  */
57
- function it(){return new at(r.ɵɵinject(e.DOCUMENT))}ot.decorators=[{type:r.NgModule,args:[{providers:nt,exports:[e.CommonModule,r.ApplicationModule]}]}],ot.ctorParameters=function(){return[{type:ot,decorators:[{type:r.Optional},{type:r.SkipSelf},{type:r.Inject,args:[ot]}]}]};var at=function(){function t(t){this._doc=t,this._dom=e.ɵgetDOM()}return t.prototype.addTag=function(t,e){return void 0===e&&(e=!1),t?this._getOrCreateElement(t,e):null},t.prototype.addTags=function(t,e){var r=this;return void 0===e&&(e=!1),t?t.reduce((function(t,n){return n&&t.push(r._getOrCreateElement(n,e)),t}),[]):[]},t.prototype.getTag=function(t){return t&&this._doc.querySelector("meta["+t+"]")||null},t.prototype.getTags=function(t){if(!t)return[];var e=this._doc.querySelectorAll("meta["+t+"]");return e?[].slice.call(e):[]},t.prototype.updateTag=function(t,e){if(!t)return null;e=e||this._parseSelector(t);var r=this.getTag(e);return r?this._setMetaElementAttributes(t,r):this._getOrCreateElement(t,!0)},t.prototype.removeTag=function(t){this.removeTagElement(this.getTag(t))},t.prototype.removeTagElement=function(t){t&&this._dom.remove(t)},t.prototype._getOrCreateElement=function(t,e){if(void 0===e&&(e=!1),!e){var r=this._parseSelector(t),n=this.getTag(r);if(n&&this._containsAttributes(t,n))return n}var o=this._dom.createElement("meta");return this._setMetaElementAttributes(t,o),this._doc.getElementsByTagName("head")[0].appendChild(o),o},t.prototype._setMetaElementAttributes=function(t,e){var r=this;return Object.keys(t).forEach((function(n){return e.setAttribute(r._getMetaKeyMap(n),t[n])})),e},t.prototype._parseSelector=function(t){var e=t.name?"name":"property";return e+'="'+t[e]+'"'},t.prototype._containsAttributes=function(t,e){var r=this;return Object.keys(t).every((function(n){return e.getAttribute(r._getMetaKeyMap(n))===t[n]}))},t.prototype._getMetaKeyMap=function(t){return st[t]||t},t}();at.ɵprov=r.ɵɵdefineInjectable({factory:it,token:at,providedIn:"root"}),at.decorators=[{type:r.Injectable,args:[{providedIn:"root",useFactory:it,deps:[]}]}],at.ctorParameters=function(){return[{type:void 0,decorators:[{type:r.Inject,args:[e.DOCUMENT]}]}]};var st={httpEquiv:"http-equiv"};
57
+ function at(){return new st(r.ɵɵinject(e.DOCUMENT))}it.decorators=[{type:r.NgModule,args:[{providers:ot,exports:[e.CommonModule,r.ApplicationModule]}]}],it.ctorParameters=function(){return[{type:it,decorators:[{type:r.Optional},{type:r.SkipSelf},{type:r.Inject,args:[it]}]}]};var st=function(){function t(t){this._doc=t,this._dom=e.ɵgetDOM()}return t.prototype.addTag=function(t,e){return void 0===e&&(e=!1),t?this._getOrCreateElement(t,e):null},t.prototype.addTags=function(t,e){var r=this;return void 0===e&&(e=!1),t?t.reduce((function(t,n){return n&&t.push(r._getOrCreateElement(n,e)),t}),[]):[]},t.prototype.getTag=function(t){return t&&this._doc.querySelector("meta["+t+"]")||null},t.prototype.getTags=function(t){if(!t)return[];var e=this._doc.querySelectorAll("meta["+t+"]");return e?[].slice.call(e):[]},t.prototype.updateTag=function(t,e){if(!t)return null;e=e||this._parseSelector(t);var r=this.getTag(e);return r?this._setMetaElementAttributes(t,r):this._getOrCreateElement(t,!0)},t.prototype.removeTag=function(t){this.removeTagElement(this.getTag(t))},t.prototype.removeTagElement=function(t){t&&this._dom.remove(t)},t.prototype._getOrCreateElement=function(t,e){if(void 0===e&&(e=!1),!e){var r=this._parseSelector(t),n=this.getTag(r);if(n&&this._containsAttributes(t,n))return n}var o=this._dom.createElement("meta");return this._setMetaElementAttributes(t,o),this._doc.getElementsByTagName("head")[0].appendChild(o),o},t.prototype._setMetaElementAttributes=function(t,e){var r=this;return Object.keys(t).forEach((function(n){return e.setAttribute(r._getMetaKeyMap(n),t[n])})),e},t.prototype._parseSelector=function(t){var e=t.name?"name":"property";return e+'="'+t[e]+'"'},t.prototype._containsAttributes=function(t,e){var r=this;return Object.keys(t).every((function(n){return e.getAttribute(r._getMetaKeyMap(n))===t[n]}))},t.prototype._getMetaKeyMap=function(t){return ut[t]||t},t}();st.ɵprov=r.ɵɵdefineInjectable({factory:at,token:st,providedIn:"root"}),st.decorators=[{type:r.Injectable,args:[{providedIn:"root",useFactory:at,deps:[]}]}],st.ctorParameters=function(){return[{type:void 0,decorators:[{type:r.Inject,args:[e.DOCUMENT]}]}]};var ut={httpEquiv:"http-equiv"};
58
58
  /**
59
59
  * @license
60
60
  * Copyright Google LLC All Rights Reserved.
61
61
  *
62
62
  * Use of this source code is governed by an MIT-style license that can be
63
63
  * found in the LICENSE file at https://angular.io/license
64
- */function ut(){return new ct(r.ɵɵinject(e.DOCUMENT))}var ct=function(){function t(t){this._doc=t}return t.prototype.getTitle=function(){return this._doc.title},t.prototype.setTitle=function(t){this._doc.title=t||""},t}();ct.ɵprov=r.ɵɵdefineInjectable({factory:ut,token:ct,providedIn:"root"}),ct.decorators=[{type:r.Injectable,args:[{providedIn:"root",useFactory:ut,deps:[]}]}],ct.ctorParameters=function(){return[{type:void 0,decorators:[{type:r.Inject,args:[e.DOCUMENT]}]}]};
64
+ */function ct(){return new pt(r.ɵɵinject(e.DOCUMENT))}var pt=function(){function t(t){this._doc=t}return t.prototype.getTitle=function(){return this._doc.title},t.prototype.setTitle=function(t){this._doc.title=t||""},t}();pt.ɵprov=r.ɵɵdefineInjectable({factory:ct,token:pt,providedIn:"root"}),pt.decorators=[{type:r.Injectable,args:[{providedIn:"root",useFactory:ct,deps:[]}]}],pt.ctorParameters=function(){return[{type:void 0,decorators:[{type:r.Inject,args:[e.DOCUMENT]}]}]};
65
65
  /**
66
66
  * @license
67
67
  * Copyright Google LLC All Rights Reserved.
@@ -69,14 +69,14 @@ function it(){return new at(r.ɵɵinject(e.DOCUMENT))}ot.decorators=[{type:r.NgM
69
69
  * Use of this source code is governed by an MIT-style license that can be
70
70
  * found in the LICENSE file at https://angular.io/license
71
71
  */
72
- var pt,lt="undefined"!=typeof window&&window||{},dt=function dt(t,e){this.msPerTick=t,this.numTicks=e},ft=function(){function t(t){this.appRef=t.injector.get(r.ApplicationRef)}return t.prototype.timeChangeDetection=function(t){var r=t&&t.record,n=null!=lt.console.profile;r&&n&&lt.console.profile("Change Detection");for(var o=e.ɵgetDOM().performanceNow(),i=0;i<5||e.ɵgetDOM().performanceNow()-o<500;)this.appRef.tick(),i++;var a=e.ɵgetDOM().performanceNow();r&&n&&lt.console.profileEnd("Change Detection");var s=(a-o)/i;return lt.console.log("ran "+i+" change detection cycles"),lt.console.log(s.toFixed(2)+" ms per check"),new dt(s,i)},t}(),yt=function(){function t(){this.store={},this.onSerializeCallbacks={}}return t.init=function(e){var r=new t;return r.store=e,r},t.prototype.get=function(t,e){return void 0!==this.store[t]?this.store[t]:e},t.prototype.set=function(t,e){this.store[t]=e},t.prototype.remove=function(t){delete this.store[t]},t.prototype.hasKey=function(t){return this.store.hasOwnProperty(t)},t.prototype.onSerialize=function(t,e){this.onSerializeCallbacks[t]=e},t.prototype.toJson=function(){for(var t in this.onSerializeCallbacks)if(this.onSerializeCallbacks.hasOwnProperty(t))try{this.store[t]=this.onSerializeCallbacks[t]()}catch(t){console.warn("Exception in onSerialize callback: ",t)}return JSON.stringify(this.store)},t}();
72
+ var lt,dt="undefined"!=typeof window&&window||{},ft=function ft(t,e){this.msPerTick=t,this.numTicks=e},yt=function(){function t(t){this.appRef=t.injector.get(r.ApplicationRef)}return t.prototype.timeChangeDetection=function(t){var r=t&&t.record,n=null!=dt.console.profile;r&&n&&dt.console.profile("Change Detection");for(var o=e.ɵgetDOM().performanceNow(),i=0;i<5||e.ɵgetDOM().performanceNow()-o<500;)this.appRef.tick(),i++;var a=e.ɵgetDOM().performanceNow();r&&n&&dt.console.profileEnd("Change Detection");var s=(a-o)/i;return dt.console.log("ran "+i+" change detection cycles"),dt.console.log(s.toFixed(2)+" ms per check"),new ft(s,i)},t}(),ht=function(){function t(){this.store={},this.onSerializeCallbacks={}}return t.init=function(e){var r=new t;return r.store=e,r},t.prototype.get=function(t,e){return void 0!==this.store[t]?this.store[t]:e},t.prototype.set=function(t,e){this.store[t]=e},t.prototype.remove=function(t){delete this.store[t]},t.prototype.hasKey=function(t){return this.store.hasOwnProperty(t)},t.prototype.onSerialize=function(t,e){this.onSerializeCallbacks[t]=e},t.prototype.toJson=function(){for(var t in this.onSerializeCallbacks)if(this.onSerializeCallbacks.hasOwnProperty(t))try{this.store[t]=this.onSerializeCallbacks[t]()}catch(t){console.warn("Exception in onSerialize callback: ",t)}return JSON.stringify(this.store)},t}();
73
73
  /**
74
74
  * @license
75
75
  * Copyright Google LLC All Rights Reserved.
76
76
  *
77
77
  * Use of this source code is governed by an MIT-style license that can be
78
78
  * found in the LICENSE file at https://angular.io/license
79
- */function ht(t,e){var r=t.getElementById(e+"-state"),n={};if(r&&r.textContent)try{n=JSON.parse(function o(t){var e={"&a;":"&","&q;":'"',"&s;":"'","&l;":"<","&g;":">"};return t.replace(/&[^;]+;/g,(function(t){return e[t]}))}(r.textContent))}catch(t){console.warn("Exception while restoring TransferState for app "+e,t)}return yt.init(n)}yt.decorators=[{type:r.Injectable}],(pt=function pt(){}).decorators=[{type:r.NgModule,args:[{providers:[{provide:yt,useFactory:ht,deps:[e.DOCUMENT,r.APP_ID]}]}]}];
79
+ */function gt(t,e){var r=t.getElementById(e+"-state"),n={};if(r&&r.textContent)try{n=JSON.parse(function o(t){var e={"&a;":"&","&q;":'"',"&s;":"'","&l;":"<","&g;":">"};return t.replace(/&[^;]+;/g,(function(t){return e[t]}))}(r.textContent))}catch(t){console.warn("Exception while restoring TransferState for app "+e,t)}return ht.init(n)}ht.decorators=[{type:r.Injectable}],(lt=function lt(){}).decorators=[{type:r.NgModule,args:[{providers:[{provide:ht,useFactory:gt,deps:[e.DOCUMENT,r.APP_ID]}]}]}];
80
80
  /**
81
81
  * @license
82
82
  * Copyright Google LLC All Rights Reserved.
@@ -84,7 +84,7 @@ var pt,lt="undefined"!=typeof window&&window||{},dt=function dt(t,e){this.msPerT
84
84
  * Use of this source code is governed by an MIT-style license that can be
85
85
  * found in the LICENSE file at https://angular.io/license
86
86
  */
87
- var gt=function(){function t(){}return t.all=function(){return function(){return!0}},t.css=function(t){return function(r){return null!=r.nativeElement&&function n(t,r){return!!e.ɵgetDOM().isElementNode(t)&&(t.matches&&t.matches(r)||t.msMatchesSelector&&t.msMatchesSelector(r)||t.webkitMatchesSelector&&t.webkitMatchesSelector(r))}
87
+ var mt=function(){function t(){}return t.all=function(){return function(){return!0}},t.css=function(t){return function(r){return null!=r.nativeElement&&function n(t,r){return!!e.ɵgetDOM().isElementNode(t)&&(t.matches&&t.matches(r)||t.msMatchesSelector&&t.msMatchesSelector(r)||t.webkitMatchesSelector&&t.webkitMatchesSelector(r))}
88
88
  /**
89
89
  * @license
90
90
  * Copyright Google LLC All Rights Reserved.
@@ -98,7 +98,7 @@ var gt=function(){function t(){}return t.all=function(){return function(){return
98
98
  *
99
99
  * Use of this source code is governed by an MIT-style license that can be
100
100
  * found in the LICENSE file at https://angular.io/license
101
- */(r.nativeElement,t)}},t.directive=function(t){return function(e){return-1!==e.providerTokens.indexOf(t)}},t}(),mt=new r.Version("11.2.13");
101
+ */(r.nativeElement,t)}},t.directive=function(t){return function(e){return-1!==e.providerTokens.indexOf(t)}},t}(),vt=new r.Version("11.2.14");
102
102
  /**
103
103
  * @license
104
104
  * Copyright Google LLC All Rights Reserved.
@@ -120,11 +120,11 @@ var gt=function(){function t(){}return t.all=function(){return function(){return
120
120
  * Use of this source code is governed by an MIT-style license that can be
121
121
  * found in the LICENSE file at https://angular.io/license
122
122
  */
123
- Object.defineProperty(t,"ɵgetDOM",{enumerable:!0,get:function(){return e.ɵgetDOM}}),t.BrowserModule=ot,t.BrowserTransferStateModule=pt,t.By=gt,t.DomSanitizer=V,t.EVENT_MANAGER_PLUGINS=w,t.EventManager=_,t.HAMMER_GESTURE_CONFIG=j,t.HAMMER_LOADER=H,t.HammerGestureConfig=x,t.HammerModule=B,t.Meta=at,t.Title=ct,t.TransferState=yt,t.VERSION=mt,t.disableDebugTools=function vt(){f("profiler",null)}
123
+ Object.defineProperty(t,"ɵgetDOM",{enumerable:!0,get:function(){return e.ɵgetDOM}}),t.BrowserModule=it,t.BrowserTransferStateModule=lt,t.By=mt,t.DomSanitizer=G,t.EVENT_MANAGER_PLUGINS=w,t.EventManager=_,t.HAMMER_GESTURE_CONFIG=H,t.HAMMER_LOADER=x,t.HammerGestureConfig=U,t.HammerModule=z,t.Meta=st,t.Title=pt,t.TransferState=ht,t.VERSION=vt,t.disableDebugTools=function wt(){f("profiler",null)}
124
124
  /**
125
125
  * @license
126
126
  * Copyright Google LLC All Rights Reserved.
127
127
  *
128
128
  * Use of this source code is governed by an MIT-style license that can be
129
129
  * found in the LICENSE file at https://angular.io/license
130
- */,t.enableDebugTools=function wt(t){return f("profiler",new ft(t)),t},t.makeStateKey=function _t(t){return t},t.platformBrowser=rt,t.ɵBROWSER_SANITIZATION_PROVIDERS=et,t.ɵBROWSER_SANITIZATION_PROVIDERS__POST_R3__=[],t.ɵBrowserDomAdapter=s,t.ɵBrowserGetTestability=d,t.ɵDomEventsPlugin=k,t.ɵDomRendererFactory2=M,t.ɵDomSanitizerImpl=X,t.ɵDomSharedStylesHost=S,t.ɵELEMENT_PROBE_PROVIDERS=v,t.ɵELEMENT_PROBE_PROVIDERS__POST_R3__=[],t.ɵHAMMER_PROVIDERS__POST_R3__=[],t.ɵHammerGesturesPlugin=U,t.ɵINTERNAL_BROWSER_PLATFORM_PROVIDERS=tt,t.ɵKeyEventsPlugin=W,t.ɵNAMESPACE_URIS=T,t.ɵSharedStylesHost=b,t.ɵTRANSITION_ID=c,t.ɵangular_packages_platform_browser_platform_browser_a=Q,t.ɵangular_packages_platform_browser_platform_browser_b=$,t.ɵangular_packages_platform_browser_platform_browser_c=nt,t.ɵangular_packages_platform_browser_platform_browser_d=it,t.ɵangular_packages_platform_browser_platform_browser_e=ut,t.ɵangular_packages_platform_browser_platform_browser_f=ht,t.ɵangular_packages_platform_browser_platform_browser_g=E,t.ɵangular_packages_platform_browser_platform_browser_h=z,t.ɵangular_packages_platform_browser_platform_browser_i=F,t.ɵangular_packages_platform_browser_platform_browser_j=J,t.ɵangular_packages_platform_browser_platform_browser_k=p,t.ɵangular_packages_platform_browser_platform_browser_l=l,t.ɵangular_packages_platform_browser_platform_browser_m=g,t.ɵangular_packages_platform_browser_platform_browser_n=m,t.ɵangular_packages_platform_browser_platform_browser_o=a,t.ɵescapeHtml=function Et(t){var e={"&":"&a;",'"':"&q;","'":"&s;","<":"&l;",">":"&g;"};return t.replace(/[&"'<>]/g,(function(t){return e[t]}))},t.ɵflattenStyles=A,t.ɵinitDomAdapter=Y,t.ɵshimContentAttribute=I,t.ɵshimHostAttribute=O,Object.defineProperty(t,"__esModule",{value:!0})}));
130
+ */,t.enableDebugTools=function _t(t){return f("profiler",new yt(t)),t},t.makeStateKey=function Et(t){return t},t.platformBrowser=nt,t.ɵBROWSER_SANITIZATION_PROVIDERS=rt,t.ɵBROWSER_SANITIZATION_PROVIDERS__POST_R3__=[],t.ɵBrowserDomAdapter=s,t.ɵBrowserGetTestability=d,t.ɵDomEventsPlugin=L,t.ɵDomRendererFactory2=R,t.ɵDomSanitizerImpl=Y,t.ɵDomSharedStylesHost=S,t.ɵELEMENT_PROBE_PROVIDERS=v,t.ɵELEMENT_PROBE_PROVIDERS__POST_R3__=[],t.ɵHAMMER_PROVIDERS__POST_R3__=[],t.ɵHammerGesturesPlugin=B,t.ɵINTERNAL_BROWSER_PLATFORM_PROVIDERS=et,t.ɵKeyEventsPlugin=J,t.ɵNAMESPACE_URIS=C,t.ɵSharedStylesHost=b,t.ɵTRANSITION_ID=c,t.ɵangular_packages_platform_browser_platform_browser_a=$,t.ɵangular_packages_platform_browser_platform_browser_b=tt,t.ɵangular_packages_platform_browser_platform_browser_c=ot,t.ɵangular_packages_platform_browser_platform_browser_d=at,t.ɵangular_packages_platform_browser_platform_browser_e=ct,t.ɵangular_packages_platform_browser_platform_browser_f=gt,t.ɵangular_packages_platform_browser_platform_browser_g=E,t.ɵangular_packages_platform_browser_platform_browser_h=F,t.ɵangular_packages_platform_browser_platform_browser_i=V,t.ɵangular_packages_platform_browser_platform_browser_j=X,t.ɵangular_packages_platform_browser_platform_browser_k=p,t.ɵangular_packages_platform_browser_platform_browser_l=l,t.ɵangular_packages_platform_browser_platform_browser_m=g,t.ɵangular_packages_platform_browser_platform_browser_n=m,t.ɵangular_packages_platform_browser_platform_browser_o=a,t.ɵescapeHtml=function bt(t){var e={"&":"&a;",'"':"&q;","'":"&s;","<":"&l;",">":"&g;"};return t.replace(/[&"'<>]/g,(function(t){return e[t]}))},t.ɵflattenStyles=M,t.ɵinitDomAdapter=Q,t.ɵshimContentAttribute=O,t.ɵshimHostAttribute=A,Object.defineProperty(t,"__esModule",{value:!0})}));