@angular/language-service 7.0.0-beta.6 → 7.0.0

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 v7.0.0-beta.6
2
+ * @license Angular v7.0.0
3
3
  * (c) 2010-2018 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -25,14 +25,14 @@ var w,x,E=function(){function t(t){var e=void 0===t?{}:t,n=e.closedByChildren,r=
25
25
  *
26
26
  * Use of this source code is governed by an MIT-style license that can be
27
27
  * found in the LICENSE file at https://angular.io/license
28
- */var C,T,P=new RegExp("(\\:not\\()|([-\\w]+)|(?:\\.([-\\w]+))|(?:\\[([-.\\w*]+)(?:=([\"']?)([^\\]\"']*)\\5)?\\])|(\\))|(\\s*,\\s*)","g"),A=function(){function t(){this.element=null,this.classNames=[],this.attrs=[],this.notSelectors=[]}return t.parse=function(e){var n,r=[],i=function(t,e){e.notSelectors.length>0&&!e.element&&0==e.classNames.length&&0==e.attrs.length&&(e.element="*"),t.push(e)},o=new t,s=o,a=!1;for(P.lastIndex=0;n=P.exec(e);){if(n[1]){if(a)throw new Error("Nesting :not is not allowed in a selector");a=!0,s=new t,o.notSelectors.push(s)}if(n[2]&&s.setElement(n[2]),n[3]&&s.addClassName(n[3]),n[4]&&s.addAttribute(n[4],n[6]),n[7]&&(a=!1,s=o),n[8]){if(a)throw new Error("Multiple selectors in :not are not supported");i(r,o),o=s=new t}}return i(r,o),r},t.prototype.isElementSelector=function(){return this.hasElementSelector()&&0==this.classNames.length&&0==this.attrs.length&&0===this.notSelectors.length},t.prototype.hasElementSelector=function(){return!!this.element},t.prototype.setElement=function(t){void 0===t&&(t=null),this.element=t},t.prototype.getMatchingElementTemplate=function(){for(var t=this.element||"div",e=this.classNames.length>0?' class="'+this.classNames.join(" ")+'"':"",n="",r=0;r<this.attrs.length;r+=2)n+=" "+this.attrs[r]+(""!==this.attrs[r+1]?'="'+this.attrs[r+1]+'"':"");return S(t).isVoid?"<"+t+e+n+"/>":"<"+t+e+n+"></"+t+">"},t.prototype.getAttrs=function(){var t=[];return this.classNames.length>0&&t.push("class",this.classNames.join(" ")),t.concat(this.attrs)},t.prototype.addAttribute=function(t,e){void 0===e&&(e=""),this.attrs.push(t,e&&e.toLowerCase()||"")},t.prototype.addClassName=function(t){this.classNames.push(t.toLowerCase())},t.prototype.toString=function(){var t=this.element||"";if(this.classNames&&this.classNames.forEach(function(e){return t+="."+e}),this.attrs)for(var e=0;e<this.attrs.length;e+=2){var n=this.attrs[e+1];t+="["+this.attrs[e]+(n?"="+n:"")+"]"}return this.notSelectors.forEach(function(e){return t+=":not("+e+")"}),t},t}(),N=function(){function t(){this._elementMap=new Map,this._elementPartialMap=new Map,this._classMap=new Map,this._classPartialMap=new Map,this._attrValueMap=new Map,this._attrValuePartialMap=new Map,this._listContexts=[]}return t.createNotMatcher=function(e){var n=new t;return n.addSelectables(e,null),n},t.prototype.addSelectables=function(t,e){var n=null;t.length>1&&(n=new O(t),this._listContexts.push(n));for(var r=0;r<t.length;r++)this._addSelectable(t[r],e,n)},t.prototype._addSelectable=function(t,e,n){var r=this,i=t.element,o=t.classNames,s=t.attrs,a=new k(t,e,n);if(i&&(0===s.length&&0===o.length?this._addTerminal(r._elementMap,i,a):r=this._addPartial(r._elementPartialMap,i)),o)for(var u=0;u<o.length;u++){var c=o[u];0===s.length&&u===o.length-1?this._addTerminal(r._classMap,c,a):r=this._addPartial(r._classPartialMap,c)}if(s)for(u=0;u<s.length;u+=2){var l=s[u],p=s[u+1];if(u===s.length-2){var h=r._attrValueMap,f=h.get(l);f||(f=new Map,h.set(l,f)),this._addTerminal(f,p,a)}else{var d=r._attrValuePartialMap,v=d.get(l);v||(v=new Map,d.set(l,v)),r=this._addPartial(v,p)}}},t.prototype._addTerminal=function(t,e,n){var r=t.get(e);r||t.set(e,r=[]),r.push(n)},t.prototype._addPartial=function(e,n){var r=e.get(n);return r||(r=new t,e.set(n,r)),r},t.prototype.match=function(t,e){for(var n=!1,r=t.element,i=t.classNames,o=t.attrs,s=0;s<this._listContexts.length;s++)this._listContexts[s].alreadyMatched=!1;if(n=this._matchTerminal(this._elementMap,r,t,e)||n,n=this._matchPartial(this._elementPartialMap,r,t,e)||n,i)for(s=0;s<i.length;s++){var a=i[s];n=this._matchTerminal(this._classMap,a,t,e)||n,n=this._matchPartial(this._classPartialMap,a,t,e)||n}if(o)for(s=0;s<o.length;s+=2){var u=o[s],c=o[s+1],l=this._attrValueMap.get(u);c&&(n=this._matchTerminal(l,"",t,e)||n),n=this._matchTerminal(l,c,t,e)||n;var p=this._attrValuePartialMap.get(u);c&&(n=this._matchPartial(p,"",t,e)||n),n=this._matchPartial(p,c,t,e)||n}return n},t.prototype._matchTerminal=function(t,e,n,r){if(!t||"string"!=typeof e)return!1;var i=t.get(e)||[],o=t.get("*");if(o&&(i=i.concat(o)),0===i.length)return!1;for(var s=!1,a=0;a<i.length;a++)s=i[a].finalize(n,r)||s;return s},t.prototype._matchPartial=function(t,e,n,r){if(!t||"string"!=typeof e)return!1;var i=t.get(e);return!!i&&i.match(n,r)},t}(),O=function O(t){this.selectors=t,this.alreadyMatched=!1},k=function(){function t(t,e,n){this.selector=t,this.cbContext=e,this.listContext=n,this.notSelectors=t.notSelectors}return t.prototype.finalize=function(t,e){var n=!0;return!(this.notSelectors.length>0)||this.listContext&&this.listContext.alreadyMatched||(n=!N.createNotMatcher(this.notSelectors).match(t,null)),!n||!e||this.listContext&&this.listContext.alreadyMatched||(this.listContext&&(this.listContext.alreadyMatched=!0),e(this.selector,this.cbContext)),n},t}(),M=et("Inject",function(t){return{token:t}}),I=et("InjectionToken",function(t){return{_desc:t,ngInjectableDef:void 0}}),R=et("Attribute",function(t){return{attributeName:t}}),D=et("ContentChildren",function(t,e){return void 0===e&&(e={}),a({selector:t,first:!1,isViewQuery:!1,descendants:!1},e)}),j=et("ContentChild",function(t,e){return void 0===e&&(e={}),a({selector:t,first:!0,isViewQuery:!1,descendants:!0},e)}),L=et("ViewChildren",function(t,e){return void 0===e&&(e={}),a({selector:t,first:!1,isViewQuery:!0,descendants:!0},e)}),F=et("ViewChild",function(t,e){return a({selector:t,first:!0,isViewQuery:!0,descendants:!0},e)}),V=et("Directive",function(t){return void 0===t&&(t={}),t});!function(t){t[t.Emulated=0]="Emulated",t[t.Native=1]="Native",t[t.None=2]="None",t[t.ShadowDom=3]="ShadowDom"}(C||(C={})),function(t){t[t.OnPush=0]="OnPush",t[t.Default=1]="Default"}(T||(T={}));var B,H,U=et("Component",function(t){return void 0===t&&(t={}),a({changeDetection:T.Default},t)}),q=et("Pipe",function(t){return a({pure:!0},t)}),K=et("Input",function(t){return{bindingPropertyName:t}}),z=et("Output",function(t){return{bindingPropertyName:t}}),W=et("HostBinding",function(t){return{hostPropertyName:t}}),Q=et("HostListener",function(t,e){return{eventName:t,args:e}}),G=et("NgModule",function(t){return t}),X=et("Injectable",function(t){return void 0===t&&(t={}),t}),$=et("Optional"),Y=et("Self"),Z=et("SkipSelf"),J=et("Host"),tt=Function;function et(t,e){var n=function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var i=e?e.apply(void 0,f(n)):{};return a({ngMetadataName:t},i)};return n.isTypeOf=function(e){return e&&e.ngMetadataName===t},n.ngMetadataName=t,n}
28
+ */var C,T,P=new RegExp("(\\:not\\()|([-\\w]+)|(?:\\.([-\\w]+))|(?:\\[([-.\\w*]+)(?:=([\"']?)([^\\]\"']*)\\5)?\\])|(\\))|(\\s*,\\s*)","g"),A=function(){function t(){this.element=null,this.classNames=[],this.attrs=[],this.notSelectors=[]}return t.parse=function(e){var n,r=[],i=function(t,e){e.notSelectors.length>0&&!e.element&&0==e.classNames.length&&0==e.attrs.length&&(e.element="*"),t.push(e)},o=new t,s=o,a=!1;for(P.lastIndex=0;n=P.exec(e);){if(n[1]){if(a)throw new Error("Nesting :not is not allowed in a selector");a=!0,s=new t,o.notSelectors.push(s)}if(n[2]&&s.setElement(n[2]),n[3]&&s.addClassName(n[3]),n[4]&&s.addAttribute(n[4],n[6]),n[7]&&(a=!1,s=o),n[8]){if(a)throw new Error("Multiple selectors in :not are not supported");i(r,o),o=s=new t}}return i(r,o),r},t.prototype.isElementSelector=function(){return this.hasElementSelector()&&0==this.classNames.length&&0==this.attrs.length&&0===this.notSelectors.length},t.prototype.hasElementSelector=function(){return!!this.element},t.prototype.setElement=function(t){void 0===t&&(t=null),this.element=t},t.prototype.getMatchingElementTemplate=function(){for(var t=this.element||"div",e=this.classNames.length>0?' class="'+this.classNames.join(" ")+'"':"",n="",r=0;r<this.attrs.length;r+=2)n+=" "+this.attrs[r]+(""!==this.attrs[r+1]?'="'+this.attrs[r+1]+'"':"");return S(t).isVoid?"<"+t+e+n+"/>":"<"+t+e+n+"></"+t+">"},t.prototype.getAttrs=function(){var t=[];return this.classNames.length>0&&t.push("class",this.classNames.join(" ")),t.concat(this.attrs)},t.prototype.addAttribute=function(t,e){void 0===e&&(e=""),this.attrs.push(t,e&&e.toLowerCase()||"")},t.prototype.addClassName=function(t){this.classNames.push(t.toLowerCase())},t.prototype.toString=function(){var t=this.element||"";if(this.classNames&&this.classNames.forEach(function(e){return t+="."+e}),this.attrs)for(var e=0;e<this.attrs.length;e+=2){var n=this.attrs[e+1];t+="["+this.attrs[e]+(n?"="+n:"")+"]"}return this.notSelectors.forEach(function(e){return t+=":not("+e+")"}),t},t}(),N=function(){function t(){this._elementMap=new Map,this._elementPartialMap=new Map,this._classMap=new Map,this._classPartialMap=new Map,this._attrValueMap=new Map,this._attrValuePartialMap=new Map,this._listContexts=[]}return t.createNotMatcher=function(e){var n=new t;return n.addSelectables(e,null),n},t.prototype.addSelectables=function(t,e){var n=null;t.length>1&&(n=new k(t),this._listContexts.push(n));for(var r=0;r<t.length;r++)this._addSelectable(t[r],e,n)},t.prototype._addSelectable=function(t,e,n){var r=this,i=t.element,o=t.classNames,s=t.attrs,a=new O(t,e,n);if(i&&(0===s.length&&0===o.length?this._addTerminal(r._elementMap,i,a):r=this._addPartial(r._elementPartialMap,i)),o)for(var u=0;u<o.length;u++){var c=o[u];0===s.length&&u===o.length-1?this._addTerminal(r._classMap,c,a):r=this._addPartial(r._classPartialMap,c)}if(s)for(u=0;u<s.length;u+=2){var l=s[u],p=s[u+1];if(u===s.length-2){var h=r._attrValueMap,f=h.get(l);f||(f=new Map,h.set(l,f)),this._addTerminal(f,p,a)}else{var d=r._attrValuePartialMap,v=d.get(l);v||(v=new Map,d.set(l,v)),r=this._addPartial(v,p)}}},t.prototype._addTerminal=function(t,e,n){var r=t.get(e);r||t.set(e,r=[]),r.push(n)},t.prototype._addPartial=function(e,n){var r=e.get(n);return r||(r=new t,e.set(n,r)),r},t.prototype.match=function(t,e){for(var n=!1,r=t.element,i=t.classNames,o=t.attrs,s=0;s<this._listContexts.length;s++)this._listContexts[s].alreadyMatched=!1;if(n=this._matchTerminal(this._elementMap,r,t,e)||n,n=this._matchPartial(this._elementPartialMap,r,t,e)||n,i)for(s=0;s<i.length;s++){var a=i[s];n=this._matchTerminal(this._classMap,a,t,e)||n,n=this._matchPartial(this._classPartialMap,a,t,e)||n}if(o)for(s=0;s<o.length;s+=2){var u=o[s],c=o[s+1],l=this._attrValueMap.get(u);c&&(n=this._matchTerminal(l,"",t,e)||n),n=this._matchTerminal(l,c,t,e)||n;var p=this._attrValuePartialMap.get(u);c&&(n=this._matchPartial(p,"",t,e)||n),n=this._matchPartial(p,c,t,e)||n}return n},t.prototype._matchTerminal=function(t,e,n,r){if(!t||"string"!=typeof e)return!1;var i=t.get(e)||[],o=t.get("*");if(o&&(i=i.concat(o)),0===i.length)return!1;for(var s=!1,a=0;a<i.length;a++)s=i[a].finalize(n,r)||s;return s},t.prototype._matchPartial=function(t,e,n,r){if(!t||"string"!=typeof e)return!1;var i=t.get(e);return!!i&&i.match(n,r)},t}(),k=function k(t){this.selectors=t,this.alreadyMatched=!1},O=function(){function t(t,e,n){this.selector=t,this.cbContext=e,this.listContext=n,this.notSelectors=t.notSelectors}return t.prototype.finalize=function(t,e){var n=!0;return!(this.notSelectors.length>0)||this.listContext&&this.listContext.alreadyMatched||(n=!N.createNotMatcher(this.notSelectors).match(t,null)),!n||!e||this.listContext&&this.listContext.alreadyMatched||(this.listContext&&(this.listContext.alreadyMatched=!0),e(this.selector,this.cbContext)),n},t}(),M=et("Inject",function(t){return{token:t}}),I=et("InjectionToken",function(t){return{_desc:t,ngInjectableDef:void 0}}),D=et("Attribute",function(t){return{attributeName:t}}),R=et("ContentChildren",function(t,e){return void 0===e&&(e={}),a({selector:t,first:!1,isViewQuery:!1,descendants:!1},e)}),j=et("ContentChild",function(t,e){return void 0===e&&(e={}),a({selector:t,first:!0,isViewQuery:!1,descendants:!0},e)}),L=et("ViewChildren",function(t,e){return void 0===e&&(e={}),a({selector:t,first:!1,isViewQuery:!0,descendants:!0},e)}),F=et("ViewChild",function(t,e){return a({selector:t,first:!0,isViewQuery:!0,descendants:!0},e)}),V=et("Directive",function(t){return void 0===t&&(t={}),t});!function(t){t[t.Emulated=0]="Emulated",t[t.Native=1]="Native",t[t.None=2]="None",t[t.ShadowDom=3]="ShadowDom"}(C||(C={})),function(t){t[t.OnPush=0]="OnPush",t[t.Default=1]="Default"}(T||(T={}));var B,H,U=et("Component",function(t){return void 0===t&&(t={}),a({changeDetection:T.Default},t)}),q=et("Pipe",function(t){return a({pure:!0},t)}),K=et("Input",function(t){return{bindingPropertyName:t}}),z=et("Output",function(t){return{bindingPropertyName:t}}),W=et("HostBinding",function(t){return{hostPropertyName:t}}),Q=et("HostListener",function(t,e){return{eventName:t,args:e}}),G=et("NgModule",function(t){return t}),X=et("Injectable",function(t){return void 0===t&&(t={}),t}),$=et("Optional"),Y=et("Self"),Z=et("SkipSelf"),J=et("Host"),tt=Function;function et(t,e){var n=function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var i=e?e.apply(void 0,f(n)):{};return a({ngMetadataName:t},i)};return n.isTypeOf=function(e){return e&&e.ngMetadataName===t},n.ngMetadataName=t,n}
29
29
  /**
30
30
  * @license
31
31
  * Copyright Google Inc. All Rights Reserved.
32
32
  *
33
33
  * Use of this source code is governed by an MIT-style license that can be
34
34
  * found in the LICENSE file at https://angular.io/license
35
- */!function(t){t[t.NONE=0]="NONE",t[t.HTML=1]="HTML",t[t.STYLE=2]="STYLE",t[t.SCRIPT=3]="SCRIPT",t[t.URL=4]="URL",t[t.RESOURCE_URL=5]="RESOURCE_URL"}(B||(B={})),function(t){t[t.Error=0]="Error",t[t.Warning=1]="Warning",t[t.Ignore=2]="Ignore"}(H||(H={}));var nt=/-+([a-z0-9])/g;function rt(t,e){return it(t,":",e)}function it(t,e,n){var r=t.indexOf(e);return-1==r?n:[t.slice(0,r).trim(),t.slice(r+1).trim()]}function ot(t,e,n){return Array.isArray(t)?e.visitArray(t,n):function r(t){return"object"==typeof t&&null!==t&&Object.getPrototypeOf(t)===vt}(t)?e.visitStringMap(t,n):null==t||"string"==typeof t||"number"==typeof t||"boolean"==typeof t?e.visitPrimitive(t,n):e.visitOther(t,n)}function st(t){return null!==t&&void 0!==t}function at(t){return void 0===t?null:t}var ut=function(){function t(){}return t.prototype.visitArray=function(t,e){var n=this;return t.map(function(t){return ot(t,n,e)})},t.prototype.visitStringMap=function(t,e){var n=this,r={};return Object.keys(t).forEach(function(i){r[i]=ot(t[i],n,e)}),r},t.prototype.visitPrimitive=function(t,e){return t},t.prototype.visitOther=function(t,e){return t},t}(),ct=function(t,e){return _t(t)?t.then(e):e(t)};function lt(t){throw new Error("Internal Error: "+t)}function pt(t,e){var n=Error(t);return n[ht]=!0,e&&(n[ft]=e),n}var ht="ngSyntaxError",ft="ngParseErrors";function dt(t){return t.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}var vt=Object.getPrototypeOf({});function yt(t){for(var e="",n=0;n<t.length;n++){var r=t.charCodeAt(n);if(r>=55296&&r<=56319&&t.length>n+1){var i=t.charCodeAt(n+1);i>=56320&&i<=57343&&(n++,r=(r-55296<<10)+i-56320+65536)}r<=127?e+=String.fromCharCode(r):r<=2047?e+=String.fromCharCode(r>>6&31|192,63&r|128):r<=65535?e+=String.fromCharCode(r>>12|224,r>>6&63|128,63&r|128):r<=2097151&&(e+=String.fromCharCode(r>>18&7|240,r>>12&63|128,r>>6&63|128,63&r|128))}return e}function mt(t){if("string"==typeof t)return t;if(t instanceof Array)return"["+t.map(mt).join(", ")+"]";if(null==t)return""+t;if(t.overriddenName)return""+t.overriddenName;if(t.name)return""+t.name;var e=t.toString();if(null==e)return""+e;var n=e.indexOf("\n");return-1===n?e:e.substring(0,n)}function gt(t){return"function"==typeof t&&t.hasOwnProperty("__forward_ref__")?t():t}function _t(t){return!!t&&"function"==typeof t.then}new function bt(t){this.full=t;var e=t.split(".");this.major=e[0],this.minor=e[1],this.patch=e.slice(2).join(".")}("7.0.0-beta.6");var wt,xt,Et=function(){function t(t,e,n){this.value=t,this.ngContentIndex=e,this.sourceSpan=n}return t.prototype.visit=function(t,e){return t.visitText(this,e)},t}(),St=function(){function t(t,e,n){this.value=t,this.ngContentIndex=e,this.sourceSpan=n}return t.prototype.visit=function(t,e){return t.visitBoundText(this,e)},t}(),Ct=function(){function t(t,e,n){this.name=t,this.value=e,this.sourceSpan=n}return t.prototype.visit=function(t,e){return t.visitAttr(this,e)},t}(),Tt=((wt={})[4]=4,wt[1]=1,wt[2]=2,wt[0]=0,wt[3]=3,wt),Pt=function(){function t(t,e,n,r,i,o){this.name=t,this.type=e,this.securityContext=n,this.value=r,this.unit=i,this.sourceSpan=o,this.isAnimation=4===this.type}return t.fromBoundProperty=function(e){return new t(e.name,Tt[e.type],e.securityContext,e.value,e.unit,e.sourceSpan)},t.prototype.visit=function(t,e){return t.visitElementProperty(this,e)},t}(),At=function(){function t(e,n,r,i,o){this.name=e,this.target=n,this.phase=r,this.handler=i,this.sourceSpan=o,this.fullName=t.calcFullName(this.name,this.target,this.phase),this.isAnimation=!!this.phase}return t.calcFullName=function(t,e,n){return e?e+":"+t:n?"@"+t+"."+n:t},t.fromParsedEvent=function(e){return new t(e.name,0===e.type?e.targetOrPhase:null,1===e.type?e.targetOrPhase:null,e.handler,e.sourceSpan)},t.prototype.visit=function(t,e){return t.visitEvent(this,e)},t}(),Nt=function(){function t(t,e,n,r){this.name=t,this.value=e,this.originalValue=n,this.sourceSpan=r}return t.prototype.visit=function(t,e){return t.visitReference(this,e)},t}(),Ot=function(){function t(t,e,n){this.name=t,this.value=e,this.sourceSpan=n}return t.fromParsedVariable=function(e){return new t(e.name,e.value,e.sourceSpan)},t.prototype.visit=function(t,e){return t.visitVariable(this,e)},t}(),kt=function(){function t(t,e,n,r,i,o,s,a,u,c,l,p,h){this.name=t,this.attrs=e,this.inputs=n,this.outputs=r,this.references=i,this.directives=o,this.providers=s,this.hasViewContainer=a,this.queryMatches=u,this.children=c,this.ngContentIndex=l,this.sourceSpan=p,this.endSourceSpan=h}return t.prototype.visit=function(t,e){return t.visitElement(this,e)},t}(),Mt=function(){function t(t,e,n,r,i,o,s,a,u,c,l){this.attrs=t,this.outputs=e,this.references=n,this.variables=r,this.directives=i,this.providers=o,this.hasViewContainer=s,this.queryMatches=a,this.children=u,this.ngContentIndex=c,this.sourceSpan=l}return t.prototype.visit=function(t,e){return t.visitEmbeddedTemplate(this,e)},t}(),It=function(){function t(t,e,n,r){this.directiveName=t,this.templateName=e,this.value=n,this.sourceSpan=r}return t.prototype.visit=function(t,e){return t.visitDirectiveProperty(this,e)},t}(),Rt=function(){function t(t,e,n,r,i,o){this.directive=t,this.inputs=e,this.hostProperties=n,this.hostEvents=r,this.contentQueryStartId=i,this.sourceSpan=o}return t.prototype.visit=function(t,e){return t.visitDirective(this,e)},t}(),Dt=function(){function t(t,e,n,r,i,o,s,a){this.token=t,this.multiProvider=e,this.eager=n,this.providers=r,this.providerType=i,this.lifecycleHooks=o,this.sourceSpan=s,this.isModule=a}return t.prototype.visit=function(t,e){return null},t}();
35
+ */!function(t){t[t.NONE=0]="NONE",t[t.HTML=1]="HTML",t[t.STYLE=2]="STYLE",t[t.SCRIPT=3]="SCRIPT",t[t.URL=4]="URL",t[t.RESOURCE_URL=5]="RESOURCE_URL"}(B||(B={})),function(t){t[t.Error=0]="Error",t[t.Warning=1]="Warning",t[t.Ignore=2]="Ignore"}(H||(H={}));var nt=/-+([a-z0-9])/g;function rt(t,e){return it(t,":",e)}function it(t,e,n){var r=t.indexOf(e);return-1==r?n:[t.slice(0,r).trim(),t.slice(r+1).trim()]}function ot(t,e,n){return Array.isArray(t)?e.visitArray(t,n):function r(t){return"object"==typeof t&&null!==t&&Object.getPrototypeOf(t)===vt}(t)?e.visitStringMap(t,n):null==t||"string"==typeof t||"number"==typeof t||"boolean"==typeof t?e.visitPrimitive(t,n):e.visitOther(t,n)}function st(t){return null!==t&&void 0!==t}function at(t){return void 0===t?null:t}var ut=function(){function t(){}return t.prototype.visitArray=function(t,e){var n=this;return t.map(function(t){return ot(t,n,e)})},t.prototype.visitStringMap=function(t,e){var n=this,r={};return Object.keys(t).forEach(function(i){r[i]=ot(t[i],n,e)}),r},t.prototype.visitPrimitive=function(t,e){return t},t.prototype.visitOther=function(t,e){return t},t}(),ct=function(t,e){return _t(t)?t.then(e):e(t)};function lt(t){throw new Error("Internal Error: "+t)}function pt(t,e){var n=Error(t);return n[ht]=!0,e&&(n[ft]=e),n}var ht="ngSyntaxError",ft="ngParseErrors";function dt(t){return t.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}var vt=Object.getPrototypeOf({});function yt(t){for(var e="",n=0;n<t.length;n++){var r=t.charCodeAt(n);if(r>=55296&&r<=56319&&t.length>n+1){var i=t.charCodeAt(n+1);i>=56320&&i<=57343&&(n++,r=(r-55296<<10)+i-56320+65536)}r<=127?e+=String.fromCharCode(r):r<=2047?e+=String.fromCharCode(r>>6&31|192,63&r|128):r<=65535?e+=String.fromCharCode(r>>12|224,r>>6&63|128,63&r|128):r<=2097151&&(e+=String.fromCharCode(r>>18&7|240,r>>12&63|128,r>>6&63|128,63&r|128))}return e}function mt(t){if("string"==typeof t)return t;if(t instanceof Array)return"["+t.map(mt).join(", ")+"]";if(null==t)return""+t;if(t.overriddenName)return""+t.overriddenName;if(t.name)return""+t.name;var e=t.toString();if(null==e)return""+e;var n=e.indexOf("\n");return-1===n?e:e.substring(0,n)}function gt(t){return"function"==typeof t&&t.hasOwnProperty("__forward_ref__")?t():t}function _t(t){return!!t&&"function"==typeof t.then}new function bt(t){this.full=t;var e=t.split(".");this.major=e[0],this.minor=e[1],this.patch=e.slice(2).join(".")}("7.0.0");var wt,xt,Et=function(){function t(t,e,n){this.value=t,this.ngContentIndex=e,this.sourceSpan=n}return t.prototype.visit=function(t,e){return t.visitText(this,e)},t}(),St=function(){function t(t,e,n){this.value=t,this.ngContentIndex=e,this.sourceSpan=n}return t.prototype.visit=function(t,e){return t.visitBoundText(this,e)},t}(),Ct=function(){function t(t,e,n){this.name=t,this.value=e,this.sourceSpan=n}return t.prototype.visit=function(t,e){return t.visitAttr(this,e)},t}(),Tt=((wt={})[4]=4,wt[1]=1,wt[2]=2,wt[0]=0,wt[3]=3,wt),Pt=function(){function t(t,e,n,r,i,o){this.name=t,this.type=e,this.securityContext=n,this.value=r,this.unit=i,this.sourceSpan=o,this.isAnimation=4===this.type}return t.fromBoundProperty=function(e){return new t(e.name,Tt[e.type],e.securityContext,e.value,e.unit,e.sourceSpan)},t.prototype.visit=function(t,e){return t.visitElementProperty(this,e)},t}(),At=function(){function t(e,n,r,i,o){this.name=e,this.target=n,this.phase=r,this.handler=i,this.sourceSpan=o,this.fullName=t.calcFullName(this.name,this.target,this.phase),this.isAnimation=!!this.phase}return t.calcFullName=function(t,e,n){return e?e+":"+t:n?"@"+t+"."+n:t},t.fromParsedEvent=function(e){return new t(e.name,0===e.type?e.targetOrPhase:null,1===e.type?e.targetOrPhase:null,e.handler,e.sourceSpan)},t.prototype.visit=function(t,e){return t.visitEvent(this,e)},t}(),Nt=function(){function t(t,e,n,r){this.name=t,this.value=e,this.originalValue=n,this.sourceSpan=r}return t.prototype.visit=function(t,e){return t.visitReference(this,e)},t}(),kt=function(){function t(t,e,n){this.name=t,this.value=e,this.sourceSpan=n}return t.fromParsedVariable=function(e){return new t(e.name,e.value,e.sourceSpan)},t.prototype.visit=function(t,e){return t.visitVariable(this,e)},t}(),Ot=function(){function t(t,e,n,r,i,o,s,a,u,c,l,p,h){this.name=t,this.attrs=e,this.inputs=n,this.outputs=r,this.references=i,this.directives=o,this.providers=s,this.hasViewContainer=a,this.queryMatches=u,this.children=c,this.ngContentIndex=l,this.sourceSpan=p,this.endSourceSpan=h}return t.prototype.visit=function(t,e){return t.visitElement(this,e)},t}(),Mt=function(){function t(t,e,n,r,i,o,s,a,u,c,l){this.attrs=t,this.outputs=e,this.references=n,this.variables=r,this.directives=i,this.providers=o,this.hasViewContainer=s,this.queryMatches=a,this.children=u,this.ngContentIndex=c,this.sourceSpan=l}return t.prototype.visit=function(t,e){return t.visitEmbeddedTemplate(this,e)},t}(),It=function(){function t(t,e,n,r){this.directiveName=t,this.templateName=e,this.value=n,this.sourceSpan=r}return t.prototype.visit=function(t,e){return t.visitDirectiveProperty(this,e)},t}(),Dt=function(){function t(t,e,n,r,i,o){this.directive=t,this.inputs=e,this.hostProperties=n,this.hostEvents=r,this.contentQueryStartId=i,this.sourceSpan=o}return t.prototype.visit=function(t,e){return t.visitDirective(this,e)},t}(),Rt=function(){function t(t,e,n,r,i,o,s,a){this.token=t,this.multiProvider=e,this.eager=n,this.providers=r,this.providerType=i,this.lifecycleHooks=o,this.sourceSpan=s,this.isModule=a}return t.prototype.visit=function(t,e){return null},t}();
36
36
  /**
37
37
  * @license
38
38
  * Copyright Google Inc. All Rights Reserved.
@@ -67,56 +67,56 @@ var w,x,E=function(){function t(t){var e=void 0===t?{}:t,n=e.closedByChildren,r=
67
67
  *
68
68
  * Use of this source code is governed by an MIT-style license that can be
69
69
  * found in the LICENSE file at https://angular.io/license
70
- */var ge=function(){function t(t,e){this.start=t,this.end=e}return t.fromArray=function(e){return e?(me("interpolation",e),new t(e[0],e[1])):_e},t}(),_e=new ge("{{","}}"),be=function be(t,e){this.style=t,this.styleUrls=e};function we(t){if(null==t||0===t.length||"/"==t[0])return!1;var e=t.match(Ce);return null===e||"package"==e[1]||"asset"==e[1]}var xe,Ee=/@import\s+(?:url\()?\s*(?:(?:['"]([^'"]*))|([^;\)\s]*))[^;]*;?/g,Se=/\/\*(?!#\s*(?:sourceURL|sourceMappingURL)=)[\s\S]+?\*\//g,Ce=/^([^:/?#]+):/,Te="select",Pe="link",Ae="rel",Ne="href",Oe="stylesheet",ke="style",Me="script",Ie="ngNonBindable",Re="ngProjectAs";function De(t){var e=null,n=null,r=null,i=!1,o="";t.attrs.forEach(function(t){var s=t.name.toLowerCase();s==Te?e=t.value:s==Ne?n=t.value:s==Ae?r=t.value:t.name==Ie?i=!0:t.name==Re&&t.value.length>0&&(o=t.value)}),e=function s(t){return null===t||0===t.length?"*":t}
70
+ */var ge=function(){function t(t,e){this.start=t,this.end=e}return t.fromArray=function(e){return e?(me("interpolation",e),new t(e[0],e[1])):_e},t}(),_e=new ge("{{","}}"),be=function be(t,e){this.style=t,this.styleUrls=e};function we(t){if(null==t||0===t.length||"/"==t[0])return!1;var e=t.match(Ce);return null===e||"package"==e[1]||"asset"==e[1]}var xe,Ee=/@import\s+(?:url\()?\s*(?:(?:['"]([^'"]*))|([^;\)\s]*))[^;]*;?/g,Se=/\/\*(?!#\s*(?:sourceURL|sourceMappingURL)=)[\s\S]+?\*\//g,Ce=/^([^:/?#]+):/,Te="select",Pe="link",Ae="rel",Ne="href",ke="stylesheet",Oe="style",Me="script",Ie="ngNonBindable",De="ngProjectAs";function Re(t){var e=null,n=null,r=null,i=!1,o="";t.attrs.forEach(function(t){var s=t.name.toLowerCase();s==Te?e=t.value:s==Ne?n=t.value:s==Ae?r=t.value:t.name==Ie?i=!0:t.name==De&&t.value.length>0&&(o=t.value)}),e=function s(t){return null===t||0===t.length?"*":t}
71
71
  /**
72
72
  * @license
73
73
  * Copyright Google Inc. All Rights Reserved.
74
74
  *
75
75
  * Use of this source code is governed by an MIT-style license that can be
76
76
  * found in the LICENSE file at https://angular.io/license
77
- */(e);var a=t.name.toLowerCase(),u=xe.OTHER;return y(a)?u=xe.NG_CONTENT:a==ke?u=xe.STYLE:a==Me?u=xe.SCRIPT:a==Pe&&r==Oe&&(u=xe.STYLESHEET),new je(u,e,n,i,o)}!function(t){t[t.NG_CONTENT=0]="NG_CONTENT",t[t.STYLE=1]="STYLE",t[t.STYLESHEET=2]="STYLESHEET",t[t.SCRIPT=3]="SCRIPT",t[t.OTHER=4]="OTHER"}(xe||(xe={}));var je=function je(t,e,n,r,i){this.type=t,this.selectAttr=e,this.hrefAttr=n,this.nonBindable=r,this.projectAs=i},Le=function(){function t(t,e,n,r){this._resourceLoader=t,this._urlResolver=e,this._htmlParser=n,this._config=r,this._resourceLoaderCache=new Map}return t.prototype.clearCache=function(){this._resourceLoaderCache.clear()},t.prototype.clearCacheFor=function(t){var e=this;if(t.isComponent){var n=t.template;this._resourceLoaderCache.delete(n.templateUrl),n.externalStylesheets.forEach(function(t){e._resourceLoaderCache.delete(t.moduleUrl)})}},t.prototype._fetch=function(t){var e=this._resourceLoaderCache.get(t);return e||(e=this._resourceLoader.get(t),this._resourceLoaderCache.set(t,e)),e},t.prototype.normalizeTemplate=function(t){var e=this;if(st(t.template)){if(st(t.templateUrl))throw pt("'"+mt(t.componentType)+"' component cannot define both template and templateUrl");if("string"!=typeof t.template)throw pt("The template specified for component "+mt(t.componentType)+" is not a string")}else{if(!st(t.templateUrl))throw pt("No template specified for component "+mt(t.componentType));if("string"!=typeof t.templateUrl)throw pt("The templateUrl specified for component "+mt(t.componentType)+" is not a string")}if(st(t.preserveWhitespaces)&&"boolean"!=typeof t.preserveWhitespaces)throw pt("The preserveWhitespaces option for component "+mt(t.componentType)+" must be a boolean");return ct(this._preParseTemplate(t),function(n){return e._normalizeTemplateMetadata(t,n)})},t.prototype._preParseTemplate=function(t){var e,n,r=this;return null!=t.template?(e=t.template,n=t.moduleUrl):(n=this._urlResolver.resolve(t.moduleUrl,t.templateUrl),e=this._fetch(n)),ct(e,function(e){return r._preparseLoadedTemplate(t,e,n)})},t.prototype._preparseLoadedTemplate=function(t,e,n){var r=!!t.template,i=ge.fromArray(t.interpolation),o=this._htmlParser.parse(e,function s(t,e,n){var r;return r=n.isInline?e.type.reference instanceof Ut?e.type.reference.filePath+"."+e.type.reference.name+".html":Gt(t)+"/"+Gt(e.type)+".html":n.templateUrl,e.type.reference instanceof Ut?r:function i(t){return t.replace(/(\w+:\/\/[\w:-]+)?(\/+)?/,"ng:///")}(r)}
77
+ */(e);var a=t.name.toLowerCase(),u=xe.OTHER;return y(a)?u=xe.NG_CONTENT:a==Oe?u=xe.STYLE:a==Me?u=xe.SCRIPT:a==Pe&&r==ke&&(u=xe.STYLESHEET),new je(u,e,n,i,o)}!function(t){t[t.NG_CONTENT=0]="NG_CONTENT",t[t.STYLE=1]="STYLE",t[t.STYLESHEET=2]="STYLESHEET",t[t.SCRIPT=3]="SCRIPT",t[t.OTHER=4]="OTHER"}(xe||(xe={}));var je=function je(t,e,n,r,i){this.type=t,this.selectAttr=e,this.hrefAttr=n,this.nonBindable=r,this.projectAs=i},Le=function(){function t(t,e,n,r){this._resourceLoader=t,this._urlResolver=e,this._htmlParser=n,this._config=r,this._resourceLoaderCache=new Map}return t.prototype.clearCache=function(){this._resourceLoaderCache.clear()},t.prototype.clearCacheFor=function(t){var e=this;if(t.isComponent){var n=t.template;this._resourceLoaderCache.delete(n.templateUrl),n.externalStylesheets.forEach(function(t){e._resourceLoaderCache.delete(t.moduleUrl)})}},t.prototype._fetch=function(t){var e=this._resourceLoaderCache.get(t);return e||(e=this._resourceLoader.get(t),this._resourceLoaderCache.set(t,e)),e},t.prototype.normalizeTemplate=function(t){var e=this;if(st(t.template)){if(st(t.templateUrl))throw pt("'"+mt(t.componentType)+"' component cannot define both template and templateUrl");if("string"!=typeof t.template)throw pt("The template specified for component "+mt(t.componentType)+" is not a string")}else{if(!st(t.templateUrl))throw pt("No template specified for component "+mt(t.componentType));if("string"!=typeof t.templateUrl)throw pt("The templateUrl specified for component "+mt(t.componentType)+" is not a string")}if(st(t.preserveWhitespaces)&&"boolean"!=typeof t.preserveWhitespaces)throw pt("The preserveWhitespaces option for component "+mt(t.componentType)+" must be a boolean");return ct(this._preParseTemplate(t),function(n){return e._normalizeTemplateMetadata(t,n)})},t.prototype._preParseTemplate=function(t){var e,n,r=this;return null!=t.template?(e=t.template,n=t.moduleUrl):(n=this._urlResolver.resolve(t.moduleUrl,t.templateUrl),e=this._fetch(n)),ct(e,function(e){return r._preparseLoadedTemplate(t,e,n)})},t.prototype._preparseLoadedTemplate=function(t,e,n){var r=!!t.template,i=ge.fromArray(t.interpolation),o=this._htmlParser.parse(e,function s(t,e,n){var r;return r=n.isInline?e.type.reference instanceof Ut?e.type.reference.filePath+"."+e.type.reference.name+".html":Gt(t)+"/"+Gt(e.type)+".html":n.templateUrl,e.type.reference instanceof Ut?r:function i(t){return t.replace(/(\w+:\/\/[\w:-]+)?(\/+)?/,"ng:///")}(r)}
78
78
  /**
79
79
  * @license
80
80
  * Copyright Google Inc. All Rights Reserved.
81
81
  *
82
82
  * Use of this source code is governed by an MIT-style license that can be
83
83
  * found in the LICENSE file at https://angular.io/license
84
- */({reference:t.ngModuleType},{type:{reference:t.componentType}},{isInline:r,templateUrl:n}),!0,i);if(o.errors.length>0)throw pt("Template parse errors:\n"+o.errors.join("\n"));var a=this._normalizeStylesheet(new Yt({styles:t.styles,moduleUrl:t.moduleUrl})),u=new Fe;he(u,o.rootNodes);var c=this._normalizeStylesheet(new Yt({styles:u.styles,styleUrls:u.styleUrls,moduleUrl:n}));return{template:e,templateUrl:n,isInline:r,htmlAst:o,styles:a.styles.concat(c.styles),inlineStyleUrls:a.styleUrls.concat(c.styleUrls),styleUrls:this._normalizeStylesheet(new Yt({styleUrls:t.styleUrls,moduleUrl:t.moduleUrl})).styleUrls,ngContentSelectors:u.ngContentSelectors}},t.prototype._normalizeTemplateMetadata=function(t,e){var n=this;return ct(this._loadMissingExternalStylesheets(e.styleUrls.concat(e.inlineStyleUrls)),function(r){return n._normalizeLoadedTemplateMetadata(t,e,r)})},t.prototype._normalizeLoadedTemplateMetadata=function(t,e,n){var r=this,i=f(e.styles);this._inlineStyles(e.inlineStyleUrls,n,i);var o=e.styleUrls,s=o.map(function(t){var e=n.get(t),i=f(e.styles);return r._inlineStyles(e.styleUrls,n,i),new Yt({moduleUrl:t,styles:i})}),a=t.encapsulation;return null==a&&(a=this._config.defaultEncapsulation),a===C.Emulated&&0===i.length&&0===o.length&&(a=C.None),new Zt({encapsulation:a,template:e.template,templateUrl:e.templateUrl,htmlAst:e.htmlAst,styles:i,styleUrls:o,ngContentSelectors:e.ngContentSelectors,animations:t.animations,interpolation:t.interpolation,isInline:e.isInline,externalStylesheets:s,preserveWhitespaces:Ht(t.preserveWhitespaces,this._config.preserveWhitespaces)})},t.prototype._inlineStyles=function(t,e,n){var r=this;t.forEach(function(t){var i=e.get(t);i.styles.forEach(function(t){return n.push(t)}),r._inlineStyles(i.styleUrls,e,n)})},t.prototype._loadMissingExternalStylesheets=function(t,e){var n,r=this;return void 0===e&&(e=new Map),ct((n=t.filter(function(t){return!e.has(t)}).map(function(t){return ct(r._fetch(t),function(n){var i=r._normalizeStylesheet(new Yt({styles:[n],moduleUrl:t}));return e.set(t,i),r._loadMissingExternalStylesheets(i.styleUrls,e)})})).some(_t)?Promise.all(n):n,function(t){return e})},t.prototype._normalizeStylesheet=function(t){var e=this,n=t.moduleUrl,r=t.styleUrls.filter(we).map(function(t){return e._urlResolver.resolve(n,t)}),i=t.styles.map(function(t){var i=function o(t,e,n){var r=[],i=n.replace(Se,"").replace(Ee,function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];var o=n[1]||n[2];return we(o)?(r.push(t.resolve(e,o)),""):n[0]});return new be(i,r)}(e._urlResolver,n,t);return r.push.apply(r,f(i.styleUrls)),i.style});return new Yt({styles:i,styleUrls:r,moduleUrl:n})},t}(),Fe=function(){function t(){this.ngContentSelectors=[],this.styles=[],this.styleUrls=[],this.ngNonBindableStackCount=0}return t.prototype.visitElement=function(t,e){var n=De(t);switch(n.type){case xe.NG_CONTENT:0===this.ngNonBindableStackCount&&this.ngContentSelectors.push(n.selectAttr);break;case xe.STYLE:var r="";t.children.forEach(function(t){t instanceof se&&(r+=t.value)}),this.styles.push(r);break;case xe.STYLESHEET:this.styleUrls.push(n.hrefAttr)}return n.nonBindable&&this.ngNonBindableStackCount++,he(this,t.children),n.nonBindable&&this.ngNonBindableStackCount--,null},t.prototype.visitExpansion=function(t,e){he(this,t.cases)},t.prototype.visitExpansionCase=function(t,e){he(this,t.expression)},t.prototype.visitComment=function(t,e){return null},t.prototype.visitAttribute=function(t,e){return null},t.prototype.visitText=function(t,e){return null},t}(),Ve=[F,L,j,D],Be=function(){function t(t){this._reflector=t}return t.prototype.isDirective=function(t){var e=this._reflector.annotations(gt(t));return e&&e.some(He)},t.prototype.resolve=function(t,e){void 0===e&&(e=!0);var n=this._reflector.annotations(gt(t));if(n){var r=Ue(n,He);if(r){var i=this._reflector.propMetadata(t),o=this._reflector.guards(t);return this._mergeWithPropertyMetadata(r,i,o,t)}}if(e)throw new Error("No Directive annotation found on "+mt(t));return null},t.prototype._mergeWithPropertyMetadata=function(t,e,n,r){var i=[],o=[],s={},a={};return Object.keys(e).forEach(function(t){var n=Ue(e[t],function(t){return K.isTypeOf(t)});n&&i.push(n.bindingPropertyName?t+": "+n.bindingPropertyName:t);var r=Ue(e[t],function(t){return z.isTypeOf(t)});r&&o.push(r.bindingPropertyName?t+": "+r.bindingPropertyName:t),e[t].filter(function(t){return W.isTypeOf(t)}).forEach(function(e){if(e.hostPropertyName){var n=e.hostPropertyName[0];if("("===n)throw new Error("@HostBinding can not bind to events. Use @HostListener instead.");if("["===n)throw new Error("@HostBinding parameter should be a property name, 'class.<name>', or 'attr.<name>'.");s["["+e.hostPropertyName+"]"]=t}else s["["+t+"]"]=t}),e[t].filter(function(t){return Q.isTypeOf(t)}).forEach(function(e){s["("+e.eventName+")"]=t+"("+(e.args||[]).join(",")+")"});var u=Ue(e[t],function(t){return Ve.some(function(e){return e.isTypeOf(t)})});u&&(a[t]=u)}),this._merge(t,i,o,s,a,n,r)},t.prototype._extractPublicName=function(t){return rt(t,[null,t])[1].trim()},t.prototype._dedupeBindings=function(t){for(var e=new Set,n=new Set,r=[],i=t.length-1;i>=0;i--){var o=t[i],s=this._extractPublicName(o);n.add(s),e.has(s)||(e.add(s),r.push(o))}return r.reverse()},t.prototype._merge=function(t,e,n,r,i,o,s){var u=this._dedupeBindings(t.inputs?t.inputs.concat(e):e),c=this._dedupeBindings(t.outputs?t.outputs.concat(n):n),l=t.host?a({},t.host,r):r,p=t.queries?a({},t.queries,i):i;return U.isTypeOf(t)?U({selector:t.selector,inputs:u,outputs:c,host:l,exportAs:t.exportAs,moduleId:t.moduleId,queries:p,changeDetection:t.changeDetection,providers:t.providers,viewProviders:t.viewProviders,entryComponents:t.entryComponents,template:t.template,templateUrl:t.templateUrl,styles:t.styles,styleUrls:t.styleUrls,encapsulation:t.encapsulation,animations:t.animations,interpolation:t.interpolation,preserveWhitespaces:t.preserveWhitespaces}):V({selector:t.selector,inputs:u,outputs:c,host:l,exportAs:t.exportAs,queries:p,providers:t.providers,guards:o})},t}();function He(t){return V.isTypeOf(t)||U.isTypeOf(t)}function Ue(t,e){for(var n=t.length-1;n>=0;n--)if(e(t[n]))return t[n];return null}
84
+ */({reference:t.ngModuleType},{type:{reference:t.componentType}},{isInline:r,templateUrl:n}),!0,i);if(o.errors.length>0)throw pt("Template parse errors:\n"+o.errors.join("\n"));var a=this._normalizeStylesheet(new Yt({styles:t.styles,moduleUrl:t.moduleUrl})),u=new Fe;he(u,o.rootNodes);var c=this._normalizeStylesheet(new Yt({styles:u.styles,styleUrls:u.styleUrls,moduleUrl:n}));return{template:e,templateUrl:n,isInline:r,htmlAst:o,styles:a.styles.concat(c.styles),inlineStyleUrls:a.styleUrls.concat(c.styleUrls),styleUrls:this._normalizeStylesheet(new Yt({styleUrls:t.styleUrls,moduleUrl:t.moduleUrl})).styleUrls,ngContentSelectors:u.ngContentSelectors}},t.prototype._normalizeTemplateMetadata=function(t,e){var n=this;return ct(this._loadMissingExternalStylesheets(e.styleUrls.concat(e.inlineStyleUrls)),function(r){return n._normalizeLoadedTemplateMetadata(t,e,r)})},t.prototype._normalizeLoadedTemplateMetadata=function(t,e,n){var r=this,i=f(e.styles);this._inlineStyles(e.inlineStyleUrls,n,i);var o=e.styleUrls,s=o.map(function(t){var e=n.get(t),i=f(e.styles);return r._inlineStyles(e.styleUrls,n,i),new Yt({moduleUrl:t,styles:i})}),a=t.encapsulation;return null==a&&(a=this._config.defaultEncapsulation),a===C.Emulated&&0===i.length&&0===o.length&&(a=C.None),new Zt({encapsulation:a,template:e.template,templateUrl:e.templateUrl,htmlAst:e.htmlAst,styles:i,styleUrls:o,ngContentSelectors:e.ngContentSelectors,animations:t.animations,interpolation:t.interpolation,isInline:e.isInline,externalStylesheets:s,preserveWhitespaces:Ht(t.preserveWhitespaces,this._config.preserveWhitespaces)})},t.prototype._inlineStyles=function(t,e,n){var r=this;t.forEach(function(t){var i=e.get(t);i.styles.forEach(function(t){return n.push(t)}),r._inlineStyles(i.styleUrls,e,n)})},t.prototype._loadMissingExternalStylesheets=function(t,e){var n,r=this;return void 0===e&&(e=new Map),ct((n=t.filter(function(t){return!e.has(t)}).map(function(t){return ct(r._fetch(t),function(n){var i=r._normalizeStylesheet(new Yt({styles:[n],moduleUrl:t}));return e.set(t,i),r._loadMissingExternalStylesheets(i.styleUrls,e)})})).some(_t)?Promise.all(n):n,function(t){return e})},t.prototype._normalizeStylesheet=function(t){var e=this,n=t.moduleUrl,r=t.styleUrls.filter(we).map(function(t){return e._urlResolver.resolve(n,t)}),i=t.styles.map(function(t){var i=function o(t,e,n){var r=[],i=n.replace(Se,"").replace(Ee,function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];var o=n[1]||n[2];return we(o)?(r.push(t.resolve(e,o)),""):n[0]});return new be(i,r)}(e._urlResolver,n,t);return r.push.apply(r,f(i.styleUrls)),i.style});return new Yt({styles:i,styleUrls:r,moduleUrl:n})},t}(),Fe=function(){function t(){this.ngContentSelectors=[],this.styles=[],this.styleUrls=[],this.ngNonBindableStackCount=0}return t.prototype.visitElement=function(t,e){var n=Re(t);switch(n.type){case xe.NG_CONTENT:0===this.ngNonBindableStackCount&&this.ngContentSelectors.push(n.selectAttr);break;case xe.STYLE:var r="";t.children.forEach(function(t){t instanceof se&&(r+=t.value)}),this.styles.push(r);break;case xe.STYLESHEET:this.styleUrls.push(n.hrefAttr)}return n.nonBindable&&this.ngNonBindableStackCount++,he(this,t.children),n.nonBindable&&this.ngNonBindableStackCount--,null},t.prototype.visitExpansion=function(t,e){he(this,t.cases)},t.prototype.visitExpansionCase=function(t,e){he(this,t.expression)},t.prototype.visitComment=function(t,e){return null},t.prototype.visitAttribute=function(t,e){return null},t.prototype.visitText=function(t,e){return null},t}(),Ve=[F,L,j,R],Be=function(){function t(t){this._reflector=t}return t.prototype.isDirective=function(t){var e=this._reflector.annotations(gt(t));return e&&e.some(He)},t.prototype.resolve=function(t,e){void 0===e&&(e=!0);var n=this._reflector.annotations(gt(t));if(n){var r=Ue(n,He);if(r){var i=this._reflector.propMetadata(t),o=this._reflector.guards(t);return this._mergeWithPropertyMetadata(r,i,o,t)}}if(e)throw new Error("No Directive annotation found on "+mt(t));return null},t.prototype._mergeWithPropertyMetadata=function(t,e,n,r){var i=[],o=[],s={},a={};return Object.keys(e).forEach(function(t){var n=Ue(e[t],function(t){return K.isTypeOf(t)});n&&i.push(n.bindingPropertyName?t+": "+n.bindingPropertyName:t);var r=Ue(e[t],function(t){return z.isTypeOf(t)});r&&o.push(r.bindingPropertyName?t+": "+r.bindingPropertyName:t),e[t].filter(function(t){return W.isTypeOf(t)}).forEach(function(e){if(e.hostPropertyName){var n=e.hostPropertyName[0];if("("===n)throw new Error("@HostBinding can not bind to events. Use @HostListener instead.");if("["===n)throw new Error("@HostBinding parameter should be a property name, 'class.<name>', or 'attr.<name>'.");s["["+e.hostPropertyName+"]"]=t}else s["["+t+"]"]=t}),e[t].filter(function(t){return Q.isTypeOf(t)}).forEach(function(e){s["("+e.eventName+")"]=t+"("+(e.args||[]).join(",")+")"});var u=Ue(e[t],function(t){return Ve.some(function(e){return e.isTypeOf(t)})});u&&(a[t]=u)}),this._merge(t,i,o,s,a,n,r)},t.prototype._extractPublicName=function(t){return rt(t,[null,t])[1].trim()},t.prototype._dedupeBindings=function(t){for(var e=new Set,n=new Set,r=[],i=t.length-1;i>=0;i--){var o=t[i],s=this._extractPublicName(o);n.add(s),e.has(s)||(e.add(s),r.push(o))}return r.reverse()},t.prototype._merge=function(t,e,n,r,i,o,s){var u=this._dedupeBindings(t.inputs?t.inputs.concat(e):e),c=this._dedupeBindings(t.outputs?t.outputs.concat(n):n),l=t.host?a({},t.host,r):r,p=t.queries?a({},t.queries,i):i;return U.isTypeOf(t)?U({selector:t.selector,inputs:u,outputs:c,host:l,exportAs:t.exportAs,moduleId:t.moduleId,queries:p,changeDetection:t.changeDetection,providers:t.providers,viewProviders:t.viewProviders,entryComponents:t.entryComponents,template:t.template,templateUrl:t.templateUrl,styles:t.styles,styleUrls:t.styleUrls,encapsulation:t.encapsulation,animations:t.animations,interpolation:t.interpolation,preserveWhitespaces:t.preserveWhitespaces}):V({selector:t.selector,inputs:u,outputs:c,host:l,exportAs:t.exportAs,queries:p,providers:t.providers,guards:o})},t}();function He(t){return V.isTypeOf(t)||U.isTypeOf(t)}function Ue(t,e){for(var n=t.length-1;n>=0;n--)if(e(t[n]))return t[n];return null}
85
85
  /**
86
86
  * @license
87
87
  * Copyright Google Inc. All Rights Reserved.
88
88
  *
89
89
  * Use of this source code is governed by an MIT-style license that can be
90
90
  * found in the LICENSE file at https://angular.io/license
91
- */var qe,Ke=0,ze=9,We=10,Qe=11,Ge=12,Xe=13,$e=32,Ye=34,Ze=36,Je=39,tn=43,en=45,nn=47,rn=59,on=61,sn=62,an=48,un=57,cn=65,ln=70,pn=90,hn=95,fn=97,dn=102,vn=110,yn=114,mn=116,gn=118,_n=122,bn=123,wn=160;function xn(t){return t>=ze&&t<=$e||t==wn}function En(t){return an<=t&&t<=un}function Sn(t){return t>=fn&&t<=_n||t>=cn&&t<=pn}!function(t){t[t.Character=0]="Character",t[t.Identifier=1]="Identifier",t[t.Keyword=2]="Keyword",t[t.String=3]="String",t[t.Operator=4]="Operator",t[t.Number=5]="Number",t[t.Error=6]="Error"}(qe||(qe={}));var Cn,Tn=["var","let","as","null","undefined","true","false","if","else","this"],Pn=function(){function t(){}return t.prototype.tokenize=function(t){for(var e=new kn(t),n=[],r=e.scanToken();null!=r;)n.push(r),r=e.scanToken();return n},t}();function An(t,e){return new Cn(t,qe.Character,e,String.fromCharCode(e))}function Nn(t,e){return new Cn(t,qe.Operator,0,e)}var On=new(Cn=function(){function t(t,e,n,r){this.index=t,this.type=e,this.numValue=n,this.strValue=r}return t.prototype.isCharacter=function(t){return this.type==qe.Character&&this.numValue==t},t.prototype.isNumber=function(){return this.type==qe.Number},t.prototype.isString=function(){return this.type==qe.String},t.prototype.isOperator=function(t){return this.type==qe.Operator&&this.strValue==t},t.prototype.isIdentifier=function(){return this.type==qe.Identifier},t.prototype.isKeyword=function(){return this.type==qe.Keyword},t.prototype.isKeywordLet=function(){return this.type==qe.Keyword&&"let"==this.strValue},t.prototype.isKeywordAs=function(){return this.type==qe.Keyword&&"as"==this.strValue},t.prototype.isKeywordNull=function(){return this.type==qe.Keyword&&"null"==this.strValue},t.prototype.isKeywordUndefined=function(){return this.type==qe.Keyword&&"undefined"==this.strValue},t.prototype.isKeywordTrue=function(){return this.type==qe.Keyword&&"true"==this.strValue},t.prototype.isKeywordFalse=function(){return this.type==qe.Keyword&&"false"==this.strValue},t.prototype.isKeywordThis=function(){return this.type==qe.Keyword&&"this"==this.strValue},t.prototype.isError=function(){return this.type==qe.Error},t.prototype.toNumber=function(){return this.type==qe.Number?this.numValue:-1},t.prototype.toString=function(){switch(this.type){case qe.Character:case qe.Identifier:case qe.Keyword:case qe.Operator:case qe.String:case qe.Error:return this.strValue;case qe.Number:return this.numValue.toString();default:return null}},t}())(-1,qe.Character,0,""),kn=function(){function t(t){this.input=t,this.peek=0,this.index=-1,this.length=t.length,this.advance()}return t.prototype.advance=function(){this.peek=++this.index>=this.length?Ke:this.input.charCodeAt(this.index)},t.prototype.scanToken=function(){for(var t=this.input,e=this.length,n=this.peek,r=this.index;n<=$e;){if(++r>=e){n=Ke;break}n=t.charCodeAt(r)}if(this.peek=n,this.index=r,r>=e)return null;if(Mn(n))return this.scanIdentifier();if(En(n))return this.scanNumber(r);var i=r;switch(n){case 46:return this.advance(),En(this.peek)?this.scanNumber(i):An(i,46);case 40:case 41:case bn:case 125:case 91:case 93:case 44:case 58:case rn:return this.scanCharacter(i,n);case Je:case Ye:return this.scanString();case 35:case tn:case en:case 42:case nn:case 37:case 94:return this.scanOperator(i,String.fromCharCode(n));case 63:return this.scanComplexOperator(i,"?",46,".");case 60:case sn:return this.scanComplexOperator(i,String.fromCharCode(n),on,"=");case 33:case on:return this.scanComplexOperator(i,String.fromCharCode(n),on,"=",on,"=");case 38:return this.scanComplexOperator(i,"&",38,"&");case 124:return this.scanComplexOperator(i,"|",124,"|");case wn:for(;xn(this.peek);)this.advance();return this.scanToken()}return this.advance(),this.error("Unexpected character ["+String.fromCharCode(n)+"]",0)},t.prototype.scanCharacter=function(t,e){return this.advance(),An(t,e)},t.prototype.scanOperator=function(t,e){return this.advance(),Nn(t,e)},t.prototype.scanComplexOperator=function(t,e,n,r,i,o){this.advance();var s=e;return this.peek==n&&(this.advance(),s+=r),null!=i&&this.peek==i&&(this.advance(),s+=o),Nn(t,s)},t.prototype.scanIdentifier=function(){var t=this.index;for(this.advance();In(this.peek);)this.advance();var e=this.input.substring(t,this.index);return Tn.indexOf(e)>-1?function n(t,e){return new Cn(t,qe.Keyword,0,e)}(t,e):function r(t,e){return new Cn(t,qe.Identifier,0,e)}(t,e)},t.prototype.scanNumber=function(t){var e,n=this.index===t;for(this.advance();;){if(En(this.peek));else if(46==this.peek)n=!1;else{if(101!=(e=this.peek)&&69!=e)break;if(this.advance(),Rn(this.peek)&&this.advance(),!En(this.peek))return this.error("Invalid exponent",-1);n=!1}this.advance()}var r=this.input.substring(t,this.index);return function o(t,e){return new Cn(t,qe.Number,e,"")}(t,n?function i(t){var e=parseInt(t);if(isNaN(e))throw new Error("Invalid integer literal when parsing "+t);return e}
91
+ */var qe,Ke=0,ze=9,We=10,Qe=11,Ge=12,Xe=13,$e=32,Ye=34,Ze=36,Je=39,tn=43,en=45,nn=47,rn=59,on=61,sn=62,an=48,un=57,cn=65,ln=70,pn=90,hn=95,fn=97,dn=102,vn=110,yn=114,mn=116,gn=118,_n=122,bn=123,wn=160;function xn(t){return t>=ze&&t<=$e||t==wn}function En(t){return an<=t&&t<=un}function Sn(t){return t>=fn&&t<=_n||t>=cn&&t<=pn}!function(t){t[t.Character=0]="Character",t[t.Identifier=1]="Identifier",t[t.Keyword=2]="Keyword",t[t.String=3]="String",t[t.Operator=4]="Operator",t[t.Number=5]="Number",t[t.Error=6]="Error"}(qe||(qe={}));var Cn,Tn=["var","let","as","null","undefined","true","false","if","else","this"],Pn=function(){function t(){}return t.prototype.tokenize=function(t){for(var e=new On(t),n=[],r=e.scanToken();null!=r;)n.push(r),r=e.scanToken();return n},t}();function An(t,e){return new Cn(t,qe.Character,e,String.fromCharCode(e))}function Nn(t,e){return new Cn(t,qe.Operator,0,e)}var kn=new(Cn=function(){function t(t,e,n,r){this.index=t,this.type=e,this.numValue=n,this.strValue=r}return t.prototype.isCharacter=function(t){return this.type==qe.Character&&this.numValue==t},t.prototype.isNumber=function(){return this.type==qe.Number},t.prototype.isString=function(){return this.type==qe.String},t.prototype.isOperator=function(t){return this.type==qe.Operator&&this.strValue==t},t.prototype.isIdentifier=function(){return this.type==qe.Identifier},t.prototype.isKeyword=function(){return this.type==qe.Keyword},t.prototype.isKeywordLet=function(){return this.type==qe.Keyword&&"let"==this.strValue},t.prototype.isKeywordAs=function(){return this.type==qe.Keyword&&"as"==this.strValue},t.prototype.isKeywordNull=function(){return this.type==qe.Keyword&&"null"==this.strValue},t.prototype.isKeywordUndefined=function(){return this.type==qe.Keyword&&"undefined"==this.strValue},t.prototype.isKeywordTrue=function(){return this.type==qe.Keyword&&"true"==this.strValue},t.prototype.isKeywordFalse=function(){return this.type==qe.Keyword&&"false"==this.strValue},t.prototype.isKeywordThis=function(){return this.type==qe.Keyword&&"this"==this.strValue},t.prototype.isError=function(){return this.type==qe.Error},t.prototype.toNumber=function(){return this.type==qe.Number?this.numValue:-1},t.prototype.toString=function(){switch(this.type){case qe.Character:case qe.Identifier:case qe.Keyword:case qe.Operator:case qe.String:case qe.Error:return this.strValue;case qe.Number:return this.numValue.toString();default:return null}},t}())(-1,qe.Character,0,""),On=function(){function t(t){this.input=t,this.peek=0,this.index=-1,this.length=t.length,this.advance()}return t.prototype.advance=function(){this.peek=++this.index>=this.length?Ke:this.input.charCodeAt(this.index)},t.prototype.scanToken=function(){for(var t=this.input,e=this.length,n=this.peek,r=this.index;n<=$e;){if(++r>=e){n=Ke;break}n=t.charCodeAt(r)}if(this.peek=n,this.index=r,r>=e)return null;if(Mn(n))return this.scanIdentifier();if(En(n))return this.scanNumber(r);var i=r;switch(n){case 46:return this.advance(),En(this.peek)?this.scanNumber(i):An(i,46);case 40:case 41:case bn:case 125:case 91:case 93:case 44:case 58:case rn:return this.scanCharacter(i,n);case Je:case Ye:return this.scanString();case 35:case tn:case en:case 42:case nn:case 37:case 94:return this.scanOperator(i,String.fromCharCode(n));case 63:return this.scanComplexOperator(i,"?",46,".");case 60:case sn:return this.scanComplexOperator(i,String.fromCharCode(n),on,"=");case 33:case on:return this.scanComplexOperator(i,String.fromCharCode(n),on,"=",on,"=");case 38:return this.scanComplexOperator(i,"&",38,"&");case 124:return this.scanComplexOperator(i,"|",124,"|");case wn:for(;xn(this.peek);)this.advance();return this.scanToken()}return this.advance(),this.error("Unexpected character ["+String.fromCharCode(n)+"]",0)},t.prototype.scanCharacter=function(t,e){return this.advance(),An(t,e)},t.prototype.scanOperator=function(t,e){return this.advance(),Nn(t,e)},t.prototype.scanComplexOperator=function(t,e,n,r,i,o){this.advance();var s=e;return this.peek==n&&(this.advance(),s+=r),null!=i&&this.peek==i&&(this.advance(),s+=o),Nn(t,s)},t.prototype.scanIdentifier=function(){var t=this.index;for(this.advance();In(this.peek);)this.advance();var e=this.input.substring(t,this.index);return Tn.indexOf(e)>-1?function n(t,e){return new Cn(t,qe.Keyword,0,e)}(t,e):function r(t,e){return new Cn(t,qe.Identifier,0,e)}(t,e)},t.prototype.scanNumber=function(t){var e,n=this.index===t;for(this.advance();;){if(En(this.peek));else if(46==this.peek)n=!1;else{if(101!=(e=this.peek)&&69!=e)break;if(this.advance(),Dn(this.peek)&&this.advance(),!En(this.peek))return this.error("Invalid exponent",-1);n=!1}this.advance()}var r=this.input.substring(t,this.index);return function o(t,e){return new Cn(t,qe.Number,e,"")}(t,n?function i(t){var e=parseInt(t);if(isNaN(e))throw new Error("Invalid integer literal when parsing "+t);return e}
92
92
  /**
93
93
  * @license
94
94
  * Copyright Google Inc. All Rights Reserved.
95
95
  *
96
96
  * Use of this source code is governed by an MIT-style license that can be
97
97
  * found in the LICENSE file at https://angular.io/license
98
- */(r):parseFloat(r))},t.prototype.scanString=function(){var t=this.index,e=this.peek;this.advance();for(var n="",r=this.index,i=this.input;this.peek!=e;)if(92==this.peek){n+=i.substring(r,this.index),this.advance();var o=void 0;if(this.peek=this.peek,117==this.peek){var s=i.substring(this.index+1,this.index+5);if(!/^[0-9a-f]+$/i.test(s))return this.error("Invalid unicode escape [\\u"+s+"]",0);o=parseInt(s,16);for(var a=0;a<5;a++)this.advance()}else o=Dn(this.peek),this.advance();n+=String.fromCharCode(o),r=this.index}else{if(this.peek==Ke)return this.error("Unterminated quote",0);this.advance()}var u=i.substring(r,this.index);return this.advance(),function c(t,e){return new Cn(t,qe.String,0,e)}(t,n+u)},t.prototype.error=function(t,e){var n=this.index+e;return function r(t,e){return new Cn(t,qe.Error,0,e)}(n,"Lexer Error: "+t+" at column "+n+" in expression ["+this.input+"]")},t}();function Mn(t){return fn<=t&&t<=_n||cn<=t&&t<=pn||t==hn||t==Ze}function In(t){return Sn(t)||En(t)||t==hn||t==Ze}function Rn(t){return t==en||t==tn}function Dn(t){switch(t){case vn:return We;case dn:return Ge;case yn:return Xe;case mn:return ze;case gn:return Qe;default:return t}}var jn=function jn(t,e,n,r){this.input=e,this.errLocation=n,this.ctxLocation=r,this.message="Parser Error: "+t+" "+n+" ["+e+"] in "+r},Ln=function Ln(t,e){this.start=t,this.end=e},Fn=function(){function t(t){this.span=t}return t.prototype.visit=function(t,e){return void 0===e&&(e=null),null},t.prototype.toString=function(){return"AST"},t}(),Vn=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.prefix=n,o.uninterpretedExpression=r,o.location=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitQuote(this,e)},e.prototype.toString=function(){return"Quote"},e}(Fn),Bn=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.visit=function(t,e){void 0===e&&(e=null)},e}(Fn),Hn=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitImplicitReceiver(this,e)},e}(Fn),Un=function(t){function e(e,n){var r=t.call(this,e)||this;return r.expressions=n,r}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitChain(this,e)},e}(Fn),qn=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.condition=n,o.trueExp=r,o.falseExp=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitConditional(this,e)},e}(Fn),Kn=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.receiver=n,i.name=r,i}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitPropertyRead(this,e)},e}(Fn),zn=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.receiver=n,o.name=r,o.value=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitPropertyWrite(this,e)},e}(Fn),Wn=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.receiver=n,i.name=r,i}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitSafePropertyRead(this,e)},e}(Fn),Qn=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.obj=n,i.key=r,i}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitKeyedRead(this,e)},e}(Fn),Gn=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.obj=n,o.key=r,o.value=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitKeyedWrite(this,e)},e}(Fn),Xn=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.exp=n,o.name=r,o.args=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitPipe(this,e)},e}(Fn),$n=function(t){function e(e,n){var r=t.call(this,e)||this;return r.value=n,r}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitLiteralPrimitive(this,e)},e}(Fn),Yn=function(t){function e(e,n){var r=t.call(this,e)||this;return r.expressions=n,r}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitLiteralArray(this,e)},e}(Fn),Zn=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.keys=n,i.values=r,i}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitLiteralMap(this,e)},e}(Fn),Jn=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.strings=n,i.expressions=r,i}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitInterpolation(this,e)},e}(Fn),tr=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.operation=n,o.left=r,o.right=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitBinary(this,e)},e}(Fn),er=function(t){function e(e,n){var r=t.call(this,e)||this;return r.expression=n,r}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitPrefixNot(this,e)},e}(Fn),nr=function(t){function e(e,n){var r=t.call(this,e)||this;return r.expression=n,r}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitNonNullAssert(this,e)},e}(Fn),rr=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.receiver=n,o.name=r,o.args=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitMethodCall(this,e)},e}(Fn),ir=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.receiver=n,o.name=r,o.args=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitSafeMethodCall(this,e)},e}(Fn),or=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.target=n,i.args=r,i}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitFunctionCall(this,e)},e}(Fn),sr=function(t){function e(e,n,r,i){var o=t.call(this,new Ln(0,null==n?0:n.length))||this;return o.ast=e,o.source=n,o.location=r,o.errors=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),this.ast.visit(t,e)},e.prototype.toString=function(){return this.source+" in "+this.location},e}(Fn),ar=function ar(t,e,n,r,i){this.span=t,this.key=e,this.keyIsVar=n,this.name=r,this.expression=i},ur=function(){function t(){}return t.prototype.visitBinary=function(t,e){},t.prototype.visitChain=function(t,e){},t.prototype.visitConditional=function(t,e){},t.prototype.visitFunctionCall=function(t,e){},t.prototype.visitImplicitReceiver=function(t,e){},t.prototype.visitInterpolation=function(t,e){},t.prototype.visitKeyedRead=function(t,e){},t.prototype.visitKeyedWrite=function(t,e){},t.prototype.visitLiteralArray=function(t,e){},t.prototype.visitLiteralMap=function(t,e){},t.prototype.visitLiteralPrimitive=function(t,e){},t.prototype.visitMethodCall=function(t,e){},t.prototype.visitPipe=function(t,e){},t.prototype.visitPrefixNot=function(t,e){},t.prototype.visitNonNullAssert=function(t,e){},t.prototype.visitPropertyRead=function(t,e){},t.prototype.visitPropertyWrite=function(t,e){},t.prototype.visitQuote=function(t,e){},t.prototype.visitSafeMethodCall=function(t,e){},t.prototype.visitSafePropertyRead=function(t,e){},t}(),cr=function(){function t(){}return t.prototype.visitBinary=function(t,e){return t.left.visit(this),t.right.visit(this),null},t.prototype.visitChain=function(t,e){return this.visitAll(t.expressions,e)},t.prototype.visitConditional=function(t,e){return t.condition.visit(this),t.trueExp.visit(this),t.falseExp.visit(this),null},t.prototype.visitPipe=function(t,e){return t.exp.visit(this),this.visitAll(t.args,e),null},t.prototype.visitFunctionCall=function(t,e){return t.target.visit(this),this.visitAll(t.args,e),null},t.prototype.visitImplicitReceiver=function(t,e){return null},t.prototype.visitInterpolation=function(t,e){return this.visitAll(t.expressions,e)},t.prototype.visitKeyedRead=function(t,e){return t.obj.visit(this),t.key.visit(this),null},t.prototype.visitKeyedWrite=function(t,e){return t.obj.visit(this),t.key.visit(this),t.value.visit(this),null},t.prototype.visitLiteralArray=function(t,e){return this.visitAll(t.expressions,e)},t.prototype.visitLiteralMap=function(t,e){return this.visitAll(t.values,e)},t.prototype.visitLiteralPrimitive=function(t,e){return null},t.prototype.visitMethodCall=function(t,e){return t.receiver.visit(this),this.visitAll(t.args,e)},t.prototype.visitPrefixNot=function(t,e){return t.expression.visit(this),null},t.prototype.visitNonNullAssert=function(t,e){return t.expression.visit(this),null},t.prototype.visitPropertyRead=function(t,e){return t.receiver.visit(this),null},t.prototype.visitPropertyWrite=function(t,e){return t.receiver.visit(this),t.value.visit(this),null},t.prototype.visitSafePropertyRead=function(t,e){return t.receiver.visit(this),null},t.prototype.visitSafeMethodCall=function(t,e){return t.receiver.visit(this),this.visitAll(t.args,e)},t.prototype.visitAll=function(t,e){var n=this;return t.forEach(function(t){return t.visit(n,e)}),null},t.prototype.visitQuote=function(t,e){return null},t}(),lr=function(){function t(){}return t.prototype.visitImplicitReceiver=function(t,e){return t},t.prototype.visitInterpolation=function(t,e){return new Jn(t.span,t.strings,this.visitAll(t.expressions))},t.prototype.visitLiteralPrimitive=function(t,e){return new $n(t.span,t.value)},t.prototype.visitPropertyRead=function(t,e){return new Kn(t.span,t.receiver.visit(this),t.name)},t.prototype.visitPropertyWrite=function(t,e){return new zn(t.span,t.receiver.visit(this),t.name,t.value.visit(this))},t.prototype.visitSafePropertyRead=function(t,e){return new Wn(t.span,t.receiver.visit(this),t.name)},t.prototype.visitMethodCall=function(t,e){return new rr(t.span,t.receiver.visit(this),t.name,this.visitAll(t.args))},t.prototype.visitSafeMethodCall=function(t,e){return new ir(t.span,t.receiver.visit(this),t.name,this.visitAll(t.args))},t.prototype.visitFunctionCall=function(t,e){return new or(t.span,t.target.visit(this),this.visitAll(t.args))},t.prototype.visitLiteralArray=function(t,e){return new Yn(t.span,this.visitAll(t.expressions))},t.prototype.visitLiteralMap=function(t,e){return new Zn(t.span,t.keys,this.visitAll(t.values))},t.prototype.visitBinary=function(t,e){return new tr(t.span,t.operation,t.left.visit(this),t.right.visit(this))},t.prototype.visitPrefixNot=function(t,e){return new er(t.span,t.expression.visit(this))},t.prototype.visitNonNullAssert=function(t,e){return new nr(t.span,t.expression.visit(this))},t.prototype.visitConditional=function(t,e){return new qn(t.span,t.condition.visit(this),t.trueExp.visit(this),t.falseExp.visit(this))},t.prototype.visitPipe=function(t,e){return new Xn(t.span,t.exp.visit(this),t.name,this.visitAll(t.args))},t.prototype.visitKeyedRead=function(t,e){return new Qn(t.span,t.obj.visit(this),t.key.visit(this))},t.prototype.visitKeyedWrite=function(t,e){return new Gn(t.span,t.obj.visit(this),t.key.visit(this),t.value.visit(this))},t.prototype.visitAll=function(t){for(var e=new Array(t.length),n=0;n<t.length;++n)e[n]=t[n].visit(this);return e},t.prototype.visitChain=function(t,e){return new Un(t.span,this.visitAll(t.expressions))},t.prototype.visitQuote=function(t,e){return new Vn(t.span,t.prefix,t.uninterpretedExpression,t.location)},t}(),pr=function(){function t(){}return t.prototype.visitImplicitReceiver=function(t,e){return t},t.prototype.visitInterpolation=function(t,e){var n=this.visitAll(t.expressions);return n!==t.expressions?new Jn(t.span,t.strings,n):t},t.prototype.visitLiteralPrimitive=function(t,e){return t},t.prototype.visitPropertyRead=function(t,e){var n=t.receiver.visit(this);return n!==t.receiver?new Kn(t.span,n,t.name):t},t.prototype.visitPropertyWrite=function(t,e){var n=t.receiver.visit(this),r=t.value.visit(this);return n!==t.receiver||r!==t.value?new zn(t.span,n,t.name,r):t},t.prototype.visitSafePropertyRead=function(t,e){var n=t.receiver.visit(this);return n!==t.receiver?new Wn(t.span,n,t.name):t},t.prototype.visitMethodCall=function(t,e){var n=t.receiver.visit(this);return n!==t.receiver?new rr(t.span,n,t.name,this.visitAll(t.args)):t},t.prototype.visitSafeMethodCall=function(t,e){var n=t.receiver.visit(this),r=this.visitAll(t.args);return n!==t.receiver||r!==t.args?new ir(t.span,n,t.name,r):t},t.prototype.visitFunctionCall=function(t,e){var n=t.target&&t.target.visit(this),r=this.visitAll(t.args);return n!==t.target||r!==t.args?new or(t.span,n,r):t},t.prototype.visitLiteralArray=function(t,e){var n=this.visitAll(t.expressions);return n!==t.expressions?new Yn(t.span,n):t},t.prototype.visitLiteralMap=function(t,e){var n=this.visitAll(t.values);return n!==t.values?new Zn(t.span,t.keys,n):t},t.prototype.visitBinary=function(t,e){var n=t.left.visit(this),r=t.right.visit(this);return n!==t.left||r!==t.right?new tr(t.span,t.operation,n,r):t},t.prototype.visitPrefixNot=function(t,e){var n=t.expression.visit(this);return n!==t.expression?new er(t.span,n):t},t.prototype.visitNonNullAssert=function(t,e){var n=t.expression.visit(this);return n!==t.expression?new nr(t.span,n):t},t.prototype.visitConditional=function(t,e){var n=t.condition.visit(this),r=t.trueExp.visit(this),i=t.falseExp.visit(this);return n!==t.condition||r!==t.trueExp||i!=i?new qn(t.span,n,r,i):t},t.prototype.visitPipe=function(t,e){var n=t.exp.visit(this),r=this.visitAll(t.args);return n!==t.exp||r!==t.args?new Xn(t.span,n,t.name,r):t},t.prototype.visitKeyedRead=function(t,e){var n=t.obj.visit(this),r=t.key.visit(this);return n!==t.obj||r!==t.key?new Qn(t.span,n,r):t},t.prototype.visitKeyedWrite=function(t,e){var n=t.obj.visit(this),r=t.key.visit(this),i=t.value.visit(this);return n!==t.obj||r!==t.key||i!==t.value?new Gn(t.span,n,r,i):t},t.prototype.visitAll=function(t){for(var e=new Array(t.length),n=!1,r=0;r<t.length;++r){var i=t[r],o=i.visit(this);e[r]=o,n=n||o!==i}return n?e:t},t.prototype.visitChain=function(t,e){var n=this.visitAll(t.expressions);return n!==t.expressions?new Un(t.span,n):t},t.prototype.visitQuote=function(t,e){return t},t}();function hr(t,e,n){function r(t){e.visit&&e.visit(t,n)||t.visit(e,n)}function i(t){t.forEach(r)}t.visit({visitBinary:function(t){r(t.left),r(t.right)},visitChain:function(t){i(t.expressions)},visitConditional:function(t){r(t.condition),r(t.trueExp),r(t.falseExp)},visitFunctionCall:function(t){t.target&&r(t.target),i(t.args)},visitImplicitReceiver:function(t){},visitInterpolation:function(t){i(t.expressions)},visitKeyedRead:function(t){r(t.obj),r(t.key)},visitKeyedWrite:function(t){r(t.obj),r(t.key),r(t.obj)},visitLiteralArray:function(t){i(t.expressions)},visitLiteralMap:function(t){},visitLiteralPrimitive:function(t){},visitMethodCall:function(t){r(t.receiver),i(t.args)},visitPipe:function(t){r(t.exp),i(t.args)},visitPrefixNot:function(t){r(t.expression)},visitNonNullAssert:function(t){r(t.expression)},visitPropertyRead:function(t){r(t.receiver)},visitPropertyWrite:function(t){r(t.receiver),r(t.value)},visitQuote:function(t){},visitSafeMethodCall:function(t){r(t.receiver),i(t.args)},visitSafePropertyRead:function(t){r(t.receiver)}})}var fr,dr=function dr(t,e,n,r){this.name=t,this.expression=e,this.type=n,this.sourceSpan=r,this.isLiteral=this.type===fr.LITERAL_ATTR,this.isAnimation=this.type===fr.ANIMATION};!function(t){t[t.DEFAULT=0]="DEFAULT",t[t.LITERAL_ATTR=1]="LITERAL_ATTR",t[t.ANIMATION=2]="ANIMATION"}(fr||(fr={}));var vr=function vr(t,e,n,r,i){this.name=t,this.targetOrPhase=e,this.type=n,this.handler=r,this.sourceSpan=i},yr=function yr(t,e,n){this.name=t,this.value=e,this.sourceSpan=n},mr=function mr(t,e,n,r,i,o){this.name=t,this.type=e,this.securityContext=n,this.value=r,this.unit=i,this.sourceSpan=o},gr=function gr(t,e,n){this.strings=t,this.expressions=e,this.offsets=n},_r=function _r(t,e,n){this.templateBindings=t,this.warnings=e,this.errors=n};function br(t){var e=dt(t.start)+"([\\s\\S]*?)"+dt(t.end);return new RegExp(e,"g")}var wr,xr=function(){function t(t){this._lexer=t,this.errors=[]}return t.prototype.parseAction=function(t,e,n){void 0===n&&(n=_e),this._checkNoInterpolation(t,e,n);var r=this._stripComments(t),i=this._lexer.tokenize(this._stripComments(t)),o=new Er(t,e,i,r.length,!0,this.errors,t.length-r.length).parseChain();return new sr(o,t,e,this.errors)},t.prototype.parseBinding=function(t,e,n){void 0===n&&(n=_e);var r=this._parseBindingAst(t,e,n);return new sr(r,t,e,this.errors)},t.prototype.parseSimpleBinding=function(t,e,n){void 0===n&&(n=_e);var r=this._parseBindingAst(t,e,n),i=Sr.check(r);return i.length>0&&this._reportError("Host binding expression cannot contain "+i.join(" "),t,e),new sr(r,t,e,this.errors)},t.prototype._reportError=function(t,e,n,r){this.errors.push(new jn(t,e,n,r))},t.prototype._parseBindingAst=function(t,e,n){var r=this._parseQuote(t,e);if(null!=r)return r;this._checkNoInterpolation(t,e,n);var i=this._stripComments(t),o=this._lexer.tokenize(i);return new Er(t,e,o,i.length,!1,this.errors,t.length-i.length).parseChain()},t.prototype._parseQuote=function(t,e){if(null==t)return null;var n=t.indexOf(":");if(-1==n)return null;var r=t.substring(0,n).trim();if(!function i(t){if(0==t.length)return!1;var e=new kn(t);if(!Mn(e.peek))return!1;for(e.advance();e.peek!==Ke;){if(!In(e.peek))return!1;e.advance()}return!0}(r))return null;var o=t.substring(n+1);return new Vn(new Ln(0,t.length),r,o,e)},t.prototype.parseTemplateBindings=function(t,e,n){var r=this._lexer.tokenize(e);return new Er(e,n,r,e.length,!1,this.errors,0).parseTemplateBindings(t)},t.prototype.parseInterpolation=function(t,e,n){void 0===n&&(n=_e);var r=this.splitInterpolation(t,e,n);if(null==r)return null;for(var i=[],o=0;o<r.expressions.length;++o){var s=r.expressions[o],a=this._stripComments(s),u=this._lexer.tokenize(a),c=new Er(t,e,u,a.length,!1,this.errors,r.offsets[o]+(s.length-a.length)).parseChain();i.push(c)}return new sr(new Jn(new Ln(0,null==t?0:t.length),r.strings,i),t,e,this.errors)},t.prototype.splitInterpolation=function(t,e,n){void 0===n&&(n=_e);var r=br(n),i=t.split(r);if(i.length<=1)return null;for(var o=[],s=[],a=[],u=0,c=0;c<i.length;c++){var l=i[c];c%2==0?(o.push(l),u+=l.length):l.trim().length>0?(u+=n.start.length,s.push(l),a.push(u),u+=l.length+n.end.length):(this._reportError("Blank expressions are not allowed in interpolated strings",t,"at column "+this._findInterpolationErrorColumn(i,c,n)+" in",e),s.push("$implict"),a.push(u))}return new gr(o,s,a)},t.prototype.wrapLiteralPrimitive=function(t,e){return new sr(new $n(new Ln(0,null==t?0:t.length),t),t,e,this.errors)},t.prototype._stripComments=function(t){var e=this._commentStart(t);return null!=e?t.substring(0,e).trim():t},t.prototype._commentStart=function(t){for(var e,n=null,r=0;r<t.length-1;r++){var i=t.charCodeAt(r),o=t.charCodeAt(r+1);if(i===nn&&o==nn&&null==n)return r;n===i?n=null:null==n&&((e=i)===Je||e===Ye||96===e)&&(n=i)}return null},t.prototype._checkNoInterpolation=function(t,e,n){var r=br(n),i=t.split(r);i.length>1&&this._reportError("Got interpolation ("+n.start+n.end+") where expression was expected",t,"at column "+this._findInterpolationErrorColumn(i,1,n)+" in",e)},t.prototype._findInterpolationErrorColumn=function(t,e,n){for(var r="",i=0;i<e;i++)r+=i%2==0?t[i]:""+n.start+t[i]+n.end;return r.length},t}(),Er=function(){function t(t,e,n,r,i,o,s){this.input=t,this.location=e,this.tokens=n,this.inputLength=r,this.parseAction=i,this.errors=o,this.offset=s,this.rparensExpected=0,this.rbracketsExpected=0,this.rbracesExpected=0,this.index=0}return t.prototype.peek=function(t){var e=this.index+t;return e<this.tokens.length?this.tokens[e]:On},Object.defineProperty(t.prototype,"next",{get:function(){return this.peek(0)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"inputIndex",{get:function(){return this.index<this.tokens.length?this.next.index+this.offset:this.inputLength+this.offset},enumerable:!0,configurable:!0}),t.prototype.span=function(t){return new Ln(t,this.inputIndex)},t.prototype.advance=function(){this.index++},t.prototype.optionalCharacter=function(t){return!!this.next.isCharacter(t)&&(this.advance(),!0)},t.prototype.peekKeywordLet=function(){return this.next.isKeywordLet()},t.prototype.peekKeywordAs=function(){return this.next.isKeywordAs()},t.prototype.expectCharacter=function(t){this.optionalCharacter(t)||this.error("Missing expected "+String.fromCharCode(t))},t.prototype.optionalOperator=function(t){return!!this.next.isOperator(t)&&(this.advance(),!0)},t.prototype.expectOperator=function(t){this.optionalOperator(t)||this.error("Missing expected operator "+t)},t.prototype.expectIdentifierOrKeyword=function(){var t=this.next;return t.isIdentifier()||t.isKeyword()?(this.advance(),t.toString()):(this.error("Unexpected token "+t+", expected identifier or keyword"),"")},t.prototype.expectIdentifierOrKeywordOrString=function(){var t=this.next;return t.isIdentifier()||t.isKeyword()||t.isString()?(this.advance(),t.toString()):(this.error("Unexpected token "+t+", expected identifier, keyword, or string"),"")},t.prototype.parseChain=function(){for(var t=[],e=this.inputIndex;this.index<this.tokens.length;){var n=this.parsePipe();if(t.push(n),this.optionalCharacter(rn))for(this.parseAction||this.error("Binding expression cannot contain chained expression");this.optionalCharacter(rn););else this.index<this.tokens.length&&this.error("Unexpected token '"+this.next+"'")}return 0==t.length?new Bn(this.span(e)):1==t.length?t[0]:new Un(this.span(e),t)},t.prototype.parsePipe=function(){var t=this.parseExpression();if(this.optionalOperator("|")){this.parseAction&&this.error("Cannot have a pipe in an action expression");do{for(var e=this.expectIdentifierOrKeyword(),n=[];this.optionalCharacter(58);)n.push(this.parseExpression());t=new Xn(this.span(t.span.start),t,e,n)}while(this.optionalOperator("|"))}return t},t.prototype.parseExpression=function(){return this.parseConditional()},t.prototype.parseConditional=function(){var t=this.inputIndex,e=this.parseLogicalOr();if(this.optionalOperator("?")){var n=this.parsePipe(),r=void 0;if(this.optionalCharacter(58))r=this.parsePipe();else{var i=this.input.substring(t,this.inputIndex);this.error("Conditional expression "+i+" requires all 3 expressions"),r=new Bn(this.span(t))}return new qn(this.span(t),e,n,r)}return e},t.prototype.parseLogicalOr=function(){for(var t=this.parseLogicalAnd();this.optionalOperator("||");){var e=this.parseLogicalAnd();t=new tr(this.span(t.span.start),"||",t,e)}return t},t.prototype.parseLogicalAnd=function(){for(var t=this.parseEquality();this.optionalOperator("&&");){var e=this.parseEquality();t=new tr(this.span(t.span.start),"&&",t,e)}return t},t.prototype.parseEquality=function(){for(var t=this.parseRelational();this.next.type==qe.Operator;){var e=this.next.strValue;switch(e){case"==":case"===":case"!=":case"!==":this.advance();var n=this.parseRelational();t=new tr(this.span(t.span.start),e,t,n);continue}break}return t},t.prototype.parseRelational=function(){for(var t=this.parseAdditive();this.next.type==qe.Operator;){var e=this.next.strValue;switch(e){case"<":case">":case"<=":case">=":this.advance();var n=this.parseAdditive();t=new tr(this.span(t.span.start),e,t,n);continue}break}return t},t.prototype.parseAdditive=function(){for(var t=this.parseMultiplicative();this.next.type==qe.Operator;){var e=this.next.strValue;switch(e){case"+":case"-":this.advance();var n=this.parseMultiplicative();t=new tr(this.span(t.span.start),e,t,n);continue}break}return t},t.prototype.parseMultiplicative=function(){for(var t=this.parsePrefix();this.next.type==qe.Operator;){var e=this.next.strValue;switch(e){case"*":case"%":case"/":this.advance();var n=this.parsePrefix();t=new tr(this.span(t.span.start),e,t,n);continue}break}return t},t.prototype.parsePrefix=function(){if(this.next.type==qe.Operator){var t=this.inputIndex,e=this.next.strValue,n=void 0;switch(e){case"+":return this.advance(),n=this.parsePrefix(),new tr(this.span(t),"-",n,new $n(new Ln(t,t),0));case"-":return this.advance(),n=this.parsePrefix(),new tr(this.span(t),e,new $n(new Ln(t,t),0),n);case"!":return this.advance(),n=this.parsePrefix(),new er(this.span(t),n)}}return this.parseCallChain()},t.prototype.parseCallChain=function(){for(var t=this.parsePrimary();;)if(this.optionalCharacter(46))t=this.parseAccessMemberOrMethodCall(t,!1);else if(this.optionalOperator("?."))t=this.parseAccessMemberOrMethodCall(t,!0);else if(this.optionalCharacter(91)){this.rbracketsExpected++;var e=this.parsePipe();if(this.rbracketsExpected--,this.expectCharacter(93),this.optionalOperator("=")){var n=this.parseConditional();t=new Gn(this.span(t.span.start),t,e,n)}else t=new Qn(this.span(t.span.start),t,e)}else if(this.optionalCharacter(40)){this.rparensExpected++;var r=this.parseCallArguments();this.rparensExpected--,this.expectCharacter(41),t=new or(this.span(t.span.start),t,r)}else{if(!this.optionalOperator("!"))return t;t=new nr(this.span(t.span.start),t)}},t.prototype.parsePrimary=function(){var t=this.inputIndex;if(this.optionalCharacter(40)){this.rparensExpected++;var e=this.parsePipe();return this.rparensExpected--,this.expectCharacter(41),e}if(this.next.isKeywordNull())return this.advance(),new $n(this.span(t),null);if(this.next.isKeywordUndefined())return this.advance(),new $n(this.span(t),void 0);if(this.next.isKeywordTrue())return this.advance(),new $n(this.span(t),!0);if(this.next.isKeywordFalse())return this.advance(),new $n(this.span(t),!1);if(this.next.isKeywordThis())return this.advance(),new Hn(this.span(t));if(this.optionalCharacter(91)){this.rbracketsExpected++;var n=this.parseExpressionList(93);return this.rbracketsExpected--,this.expectCharacter(93),new Yn(this.span(t),n)}if(this.next.isCharacter(bn))return this.parseLiteralMap();if(this.next.isIdentifier())return this.parseAccessMemberOrMethodCall(new Hn(this.span(t)),!1);if(this.next.isNumber()){var r=this.next.toNumber();return this.advance(),new $n(this.span(t),r)}if(this.next.isString()){var i=this.next.toString();return this.advance(),new $n(this.span(t),i)}return this.index>=this.tokens.length?(this.error("Unexpected end of expression: "+this.input),new Bn(this.span(t))):(this.error("Unexpected token "+this.next),new Bn(this.span(t)))},t.prototype.parseExpressionList=function(t){var e=[];if(!this.next.isCharacter(t))do{e.push(this.parsePipe())}while(this.optionalCharacter(44));return e},t.prototype.parseLiteralMap=function(){var t=[],e=[],n=this.inputIndex;if(this.expectCharacter(bn),!this.optionalCharacter(125)){this.rbracesExpected++;do{var r=this.next.isString(),i=this.expectIdentifierOrKeywordOrString();t.push({key:i,quoted:r}),this.expectCharacter(58),e.push(this.parsePipe())}while(this.optionalCharacter(44));this.rbracesExpected--,this.expectCharacter(125)}return new Zn(this.span(n),t,e)},t.prototype.parseAccessMemberOrMethodCall=function(t,e){void 0===e&&(e=!1);var n=t.span.start,r=this.expectIdentifierOrKeyword();if(this.optionalCharacter(40)){this.rparensExpected++;var i=this.parseCallArguments();this.expectCharacter(41),this.rparensExpected--;var o=this.span(n);return e?new ir(o,t,r,i):new rr(o,t,r,i)}if(e)return this.optionalOperator("=")?(this.error("The '?.' operator cannot be used in the assignment"),new Bn(this.span(n))):new Wn(this.span(n),t,r);if(this.optionalOperator("=")){if(!this.parseAction)return this.error("Bindings cannot contain assignments"),new Bn(this.span(n));var s=this.parseConditional();return new zn(this.span(n),t,r,s)}return new Kn(this.span(n),t,r)},t.prototype.parseCallArguments=function(){if(this.next.isCharacter(41))return[];var t=[];do{t.push(this.parsePipe())}while(this.optionalCharacter(44));return t},t.prototype.expectTemplateBindingKey=function(){var t="",e=!1;do{t+=this.expectIdentifierOrKeywordOrString(),(e=this.optionalOperator("-"))&&(t+="-")}while(e);return t.toString()},t.prototype.parseTemplateBindings=function(t){var e=!0,n=[];do{var r=this.inputIndex,i=void 0,o=void 0,s=!1;e?(i=o=t,e=!1):((s=this.peekKeywordLet())&&this.advance(),i=this.expectTemplateBindingKey(),o=s?i:t+i[0].toUpperCase()+i.substring(1),this.optionalCharacter(58));var a=null,u=null;if(s)a=this.optionalOperator("=")?this.expectTemplateBindingKey():"$implicit";else if(this.peekKeywordAs())this.advance(),a=i,o=this.expectTemplateBindingKey(),s=!0;else if(this.next!==On&&!this.peekKeywordLet()){var c=this.inputIndex,l=this.parsePipe(),p=this.input.substring(c-this.offset,this.inputIndex-this.offset);u=new sr(l,p,this.location,this.errors)}if(n.push(new ar(this.span(r),o,s,a,u)),this.peekKeywordAs()&&!s){var h=this.inputIndex;this.advance();var f=this.expectTemplateBindingKey();n.push(new ar(this.span(h),f,!0,o,null))}this.optionalCharacter(rn)||this.optionalCharacter(44)}while(this.index<this.tokens.length);return new _r(n,[],this.errors)},t.prototype.error=function(t,e){void 0===e&&(e=null),this.errors.push(new jn(t,this.input,this.locationText(e),this.location)),this.skip()},t.prototype.locationText=function(t){return void 0===t&&(t=null),null==t&&(t=this.index),t<this.tokens.length?"at column "+(this.tokens[t].index+1)+" in":"at the end of the expression"},t.prototype.skip=function(){for(var t=this.next;this.index<this.tokens.length&&!t.isCharacter(rn)&&(this.rparensExpected<=0||!t.isCharacter(41))&&(this.rbracesExpected<=0||!t.isCharacter(125))&&(this.rbracketsExpected<=0||!t.isCharacter(93));)this.next.isError()&&this.errors.push(new jn(this.next.toString(),this.input,this.locationText(),this.location)),this.advance(),t=this.next},t}(),Sr=function(){function t(){this.errors=[]}return t.check=function(e){var n=new t;return e.visit(n),n.errors},t.prototype.visitImplicitReceiver=function(t,e){},t.prototype.visitInterpolation=function(t,e){},t.prototype.visitLiteralPrimitive=function(t,e){},t.prototype.visitPropertyRead=function(t,e){},t.prototype.visitPropertyWrite=function(t,e){},t.prototype.visitSafePropertyRead=function(t,e){},t.prototype.visitMethodCall=function(t,e){},t.prototype.visitSafeMethodCall=function(t,e){},t.prototype.visitFunctionCall=function(t,e){},t.prototype.visitLiteralArray=function(t,e){this.visitAll(t.expressions)},t.prototype.visitLiteralMap=function(t,e){this.visitAll(t.values)},t.prototype.visitBinary=function(t,e){},t.prototype.visitPrefixNot=function(t,e){},t.prototype.visitNonNullAssert=function(t,e){},t.prototype.visitConditional=function(t,e){},t.prototype.visitPipe=function(t,e){this.errors.push("pipes")},t.prototype.visitKeyedRead=function(t,e){},t.prototype.visitKeyedWrite=function(t,e){},t.prototype.visitAll=function(t){var e=this;return t.map(function(t){return t.visit(e)})},t.prototype.visitChain=function(t,e){},t.prototype.visitQuote=function(t,e){},t}(),Cr=function(){function t(t,e,n,r){this.file=t,this.offset=e,this.line=n,this.col=r}return t.prototype.toString=function(){return null!=this.offset?this.file.url+"@"+this.line+":"+this.col:this.file.url},t.prototype.moveBy=function(e){for(var n=this.file.content,r=n.length,i=this.offset,o=this.line,s=this.col;i>0&&e<0;)if(e++,(u=n.charCodeAt(--i))==We){o--;var a=n.substr(0,i-1).lastIndexOf(String.fromCharCode(We));s=a>0?i-a:i}else s--;for(;i<r&&e>0;){var u=n.charCodeAt(i);i++,e--,u==We?(o++,s=0):s++}return new t(this.file,i,o,s)},t.prototype.getContext=function(t,e){var n=this.file.content,r=this.offset;if(null!=r){r>n.length-1&&(r=n.length-1);for(var i=r,o=0,s=0;o<t&&r>0&&(o++,"\n"!=n[--r]||++s!=e););for(o=0,s=0;o<t&&i<n.length-1&&(o++,"\n"!=n[++i]||++s!=e););return{before:n.substring(r,this.offset),after:n.substring(this.offset,i+1)}}return null},t}(),Tr=function Tr(t,e){this.content=t,this.url=e},Pr=function(){function t(t,e,n){void 0===n&&(n=null),this.start=t,this.end=e,this.details=n}return t.prototype.toString=function(){return this.start.file.content.substring(this.start.offset,this.end.offset)},t}();!function(t){t[t.WARNING=0]="WARNING",t[t.ERROR=1]="ERROR"}(wr||(wr={}));var Ar,Nr=function(){function t(t,e,n){void 0===n&&(n=wr.ERROR),this.span=t,this.msg=e,this.level=n}return t.prototype.contextualMessage=function(){var t=this.span.start.getContext(100,3);return t?this.msg+' ("'+t.before+"["+wr[this.level]+" ->]"+t.after+'")':this.msg},t.prototype.toString=function(){var t=this.span.details?", "+this.span.details:"";return this.contextualMessage()+": "+this.span.start+t},t}();
98
+ */(r):parseFloat(r))},t.prototype.scanString=function(){var t=this.index,e=this.peek;this.advance();for(var n="",r=this.index,i=this.input;this.peek!=e;)if(92==this.peek){n+=i.substring(r,this.index),this.advance();var o=void 0;if(this.peek=this.peek,117==this.peek){var s=i.substring(this.index+1,this.index+5);if(!/^[0-9a-f]+$/i.test(s))return this.error("Invalid unicode escape [\\u"+s+"]",0);o=parseInt(s,16);for(var a=0;a<5;a++)this.advance()}else o=Rn(this.peek),this.advance();n+=String.fromCharCode(o),r=this.index}else{if(this.peek==Ke)return this.error("Unterminated quote",0);this.advance()}var u=i.substring(r,this.index);return this.advance(),function c(t,e){return new Cn(t,qe.String,0,e)}(t,n+u)},t.prototype.error=function(t,e){var n=this.index+e;return function r(t,e){return new Cn(t,qe.Error,0,e)}(n,"Lexer Error: "+t+" at column "+n+" in expression ["+this.input+"]")},t}();function Mn(t){return fn<=t&&t<=_n||cn<=t&&t<=pn||t==hn||t==Ze}function In(t){return Sn(t)||En(t)||t==hn||t==Ze}function Dn(t){return t==en||t==tn}function Rn(t){switch(t){case vn:return We;case dn:return Ge;case yn:return Xe;case mn:return ze;case gn:return Qe;default:return t}}var jn=function jn(t,e,n,r){this.input=e,this.errLocation=n,this.ctxLocation=r,this.message="Parser Error: "+t+" "+n+" ["+e+"] in "+r},Ln=function Ln(t,e){this.start=t,this.end=e},Fn=function(){function t(t){this.span=t}return t.prototype.visit=function(t,e){return void 0===e&&(e=null),null},t.prototype.toString=function(){return"AST"},t}(),Vn=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.prefix=n,o.uninterpretedExpression=r,o.location=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitQuote(this,e)},e.prototype.toString=function(){return"Quote"},e}(Fn),Bn=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.visit=function(t,e){void 0===e&&(e=null)},e}(Fn),Hn=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitImplicitReceiver(this,e)},e}(Fn),Un=function(t){function e(e,n){var r=t.call(this,e)||this;return r.expressions=n,r}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitChain(this,e)},e}(Fn),qn=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.condition=n,o.trueExp=r,o.falseExp=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitConditional(this,e)},e}(Fn),Kn=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.receiver=n,i.name=r,i}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitPropertyRead(this,e)},e}(Fn),zn=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.receiver=n,o.name=r,o.value=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitPropertyWrite(this,e)},e}(Fn),Wn=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.receiver=n,i.name=r,i}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitSafePropertyRead(this,e)},e}(Fn),Qn=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.obj=n,i.key=r,i}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitKeyedRead(this,e)},e}(Fn),Gn=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.obj=n,o.key=r,o.value=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitKeyedWrite(this,e)},e}(Fn),Xn=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.exp=n,o.name=r,o.args=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitPipe(this,e)},e}(Fn),$n=function(t){function e(e,n){var r=t.call(this,e)||this;return r.value=n,r}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitLiteralPrimitive(this,e)},e}(Fn),Yn=function(t){function e(e,n){var r=t.call(this,e)||this;return r.expressions=n,r}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitLiteralArray(this,e)},e}(Fn),Zn=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.keys=n,i.values=r,i}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitLiteralMap(this,e)},e}(Fn),Jn=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.strings=n,i.expressions=r,i}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitInterpolation(this,e)},e}(Fn),tr=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.operation=n,o.left=r,o.right=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitBinary(this,e)},e}(Fn),er=function(t){function e(e,n){var r=t.call(this,e)||this;return r.expression=n,r}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitPrefixNot(this,e)},e}(Fn),nr=function(t){function e(e,n){var r=t.call(this,e)||this;return r.expression=n,r}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitNonNullAssert(this,e)},e}(Fn),rr=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.receiver=n,o.name=r,o.args=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitMethodCall(this,e)},e}(Fn),ir=function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.receiver=n,o.name=r,o.args=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitSafeMethodCall(this,e)},e}(Fn),or=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.target=n,i.args=r,i}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),t.visitFunctionCall(this,e)},e}(Fn),sr=function(t){function e(e,n,r,i){var o=t.call(this,new Ln(0,null==n?0:n.length))||this;return o.ast=e,o.source=n,o.location=r,o.errors=i,o}return o(e,t),e.prototype.visit=function(t,e){return void 0===e&&(e=null),this.ast.visit(t,e)},e.prototype.toString=function(){return this.source+" in "+this.location},e}(Fn),ar=function ar(t,e,n,r,i){this.span=t,this.key=e,this.keyIsVar=n,this.name=r,this.expression=i},ur=function(){function t(){}return t.prototype.visitBinary=function(t,e){},t.prototype.visitChain=function(t,e){},t.prototype.visitConditional=function(t,e){},t.prototype.visitFunctionCall=function(t,e){},t.prototype.visitImplicitReceiver=function(t,e){},t.prototype.visitInterpolation=function(t,e){},t.prototype.visitKeyedRead=function(t,e){},t.prototype.visitKeyedWrite=function(t,e){},t.prototype.visitLiteralArray=function(t,e){},t.prototype.visitLiteralMap=function(t,e){},t.prototype.visitLiteralPrimitive=function(t,e){},t.prototype.visitMethodCall=function(t,e){},t.prototype.visitPipe=function(t,e){},t.prototype.visitPrefixNot=function(t,e){},t.prototype.visitNonNullAssert=function(t,e){},t.prototype.visitPropertyRead=function(t,e){},t.prototype.visitPropertyWrite=function(t,e){},t.prototype.visitQuote=function(t,e){},t.prototype.visitSafeMethodCall=function(t,e){},t.prototype.visitSafePropertyRead=function(t,e){},t}(),cr=function(){function t(){}return t.prototype.visitBinary=function(t,e){return t.left.visit(this),t.right.visit(this),null},t.prototype.visitChain=function(t,e){return this.visitAll(t.expressions,e)},t.prototype.visitConditional=function(t,e){return t.condition.visit(this),t.trueExp.visit(this),t.falseExp.visit(this),null},t.prototype.visitPipe=function(t,e){return t.exp.visit(this),this.visitAll(t.args,e),null},t.prototype.visitFunctionCall=function(t,e){return t.target.visit(this),this.visitAll(t.args,e),null},t.prototype.visitImplicitReceiver=function(t,e){return null},t.prototype.visitInterpolation=function(t,e){return this.visitAll(t.expressions,e)},t.prototype.visitKeyedRead=function(t,e){return t.obj.visit(this),t.key.visit(this),null},t.prototype.visitKeyedWrite=function(t,e){return t.obj.visit(this),t.key.visit(this),t.value.visit(this),null},t.prototype.visitLiteralArray=function(t,e){return this.visitAll(t.expressions,e)},t.prototype.visitLiteralMap=function(t,e){return this.visitAll(t.values,e)},t.prototype.visitLiteralPrimitive=function(t,e){return null},t.prototype.visitMethodCall=function(t,e){return t.receiver.visit(this),this.visitAll(t.args,e)},t.prototype.visitPrefixNot=function(t,e){return t.expression.visit(this),null},t.prototype.visitNonNullAssert=function(t,e){return t.expression.visit(this),null},t.prototype.visitPropertyRead=function(t,e){return t.receiver.visit(this),null},t.prototype.visitPropertyWrite=function(t,e){return t.receiver.visit(this),t.value.visit(this),null},t.prototype.visitSafePropertyRead=function(t,e){return t.receiver.visit(this),null},t.prototype.visitSafeMethodCall=function(t,e){return t.receiver.visit(this),this.visitAll(t.args,e)},t.prototype.visitAll=function(t,e){var n=this;return t.forEach(function(t){return t.visit(n,e)}),null},t.prototype.visitQuote=function(t,e){return null},t}(),lr=function(){function t(){}return t.prototype.visitImplicitReceiver=function(t,e){return t},t.prototype.visitInterpolation=function(t,e){return new Jn(t.span,t.strings,this.visitAll(t.expressions))},t.prototype.visitLiteralPrimitive=function(t,e){return new $n(t.span,t.value)},t.prototype.visitPropertyRead=function(t,e){return new Kn(t.span,t.receiver.visit(this),t.name)},t.prototype.visitPropertyWrite=function(t,e){return new zn(t.span,t.receiver.visit(this),t.name,t.value.visit(this))},t.prototype.visitSafePropertyRead=function(t,e){return new Wn(t.span,t.receiver.visit(this),t.name)},t.prototype.visitMethodCall=function(t,e){return new rr(t.span,t.receiver.visit(this),t.name,this.visitAll(t.args))},t.prototype.visitSafeMethodCall=function(t,e){return new ir(t.span,t.receiver.visit(this),t.name,this.visitAll(t.args))},t.prototype.visitFunctionCall=function(t,e){return new or(t.span,t.target.visit(this),this.visitAll(t.args))},t.prototype.visitLiteralArray=function(t,e){return new Yn(t.span,this.visitAll(t.expressions))},t.prototype.visitLiteralMap=function(t,e){return new Zn(t.span,t.keys,this.visitAll(t.values))},t.prototype.visitBinary=function(t,e){return new tr(t.span,t.operation,t.left.visit(this),t.right.visit(this))},t.prototype.visitPrefixNot=function(t,e){return new er(t.span,t.expression.visit(this))},t.prototype.visitNonNullAssert=function(t,e){return new nr(t.span,t.expression.visit(this))},t.prototype.visitConditional=function(t,e){return new qn(t.span,t.condition.visit(this),t.trueExp.visit(this),t.falseExp.visit(this))},t.prototype.visitPipe=function(t,e){return new Xn(t.span,t.exp.visit(this),t.name,this.visitAll(t.args))},t.prototype.visitKeyedRead=function(t,e){return new Qn(t.span,t.obj.visit(this),t.key.visit(this))},t.prototype.visitKeyedWrite=function(t,e){return new Gn(t.span,t.obj.visit(this),t.key.visit(this),t.value.visit(this))},t.prototype.visitAll=function(t){for(var e=new Array(t.length),n=0;n<t.length;++n)e[n]=t[n].visit(this);return e},t.prototype.visitChain=function(t,e){return new Un(t.span,this.visitAll(t.expressions))},t.prototype.visitQuote=function(t,e){return new Vn(t.span,t.prefix,t.uninterpretedExpression,t.location)},t}(),pr=function(){function t(){}return t.prototype.visitImplicitReceiver=function(t,e){return t},t.prototype.visitInterpolation=function(t,e){var n=this.visitAll(t.expressions);return n!==t.expressions?new Jn(t.span,t.strings,n):t},t.prototype.visitLiteralPrimitive=function(t,e){return t},t.prototype.visitPropertyRead=function(t,e){var n=t.receiver.visit(this);return n!==t.receiver?new Kn(t.span,n,t.name):t},t.prototype.visitPropertyWrite=function(t,e){var n=t.receiver.visit(this),r=t.value.visit(this);return n!==t.receiver||r!==t.value?new zn(t.span,n,t.name,r):t},t.prototype.visitSafePropertyRead=function(t,e){var n=t.receiver.visit(this);return n!==t.receiver?new Wn(t.span,n,t.name):t},t.prototype.visitMethodCall=function(t,e){var n=t.receiver.visit(this);return n!==t.receiver?new rr(t.span,n,t.name,this.visitAll(t.args)):t},t.prototype.visitSafeMethodCall=function(t,e){var n=t.receiver.visit(this),r=this.visitAll(t.args);return n!==t.receiver||r!==t.args?new ir(t.span,n,t.name,r):t},t.prototype.visitFunctionCall=function(t,e){var n=t.target&&t.target.visit(this),r=this.visitAll(t.args);return n!==t.target||r!==t.args?new or(t.span,n,r):t},t.prototype.visitLiteralArray=function(t,e){var n=this.visitAll(t.expressions);return n!==t.expressions?new Yn(t.span,n):t},t.prototype.visitLiteralMap=function(t,e){var n=this.visitAll(t.values);return n!==t.values?new Zn(t.span,t.keys,n):t},t.prototype.visitBinary=function(t,e){var n=t.left.visit(this),r=t.right.visit(this);return n!==t.left||r!==t.right?new tr(t.span,t.operation,n,r):t},t.prototype.visitPrefixNot=function(t,e){var n=t.expression.visit(this);return n!==t.expression?new er(t.span,n):t},t.prototype.visitNonNullAssert=function(t,e){var n=t.expression.visit(this);return n!==t.expression?new nr(t.span,n):t},t.prototype.visitConditional=function(t,e){var n=t.condition.visit(this),r=t.trueExp.visit(this),i=t.falseExp.visit(this);return n!==t.condition||r!==t.trueExp||i!=i?new qn(t.span,n,r,i):t},t.prototype.visitPipe=function(t,e){var n=t.exp.visit(this),r=this.visitAll(t.args);return n!==t.exp||r!==t.args?new Xn(t.span,n,t.name,r):t},t.prototype.visitKeyedRead=function(t,e){var n=t.obj.visit(this),r=t.key.visit(this);return n!==t.obj||r!==t.key?new Qn(t.span,n,r):t},t.prototype.visitKeyedWrite=function(t,e){var n=t.obj.visit(this),r=t.key.visit(this),i=t.value.visit(this);return n!==t.obj||r!==t.key||i!==t.value?new Gn(t.span,n,r,i):t},t.prototype.visitAll=function(t){for(var e=new Array(t.length),n=!1,r=0;r<t.length;++r){var i=t[r],o=i.visit(this);e[r]=o,n=n||o!==i}return n?e:t},t.prototype.visitChain=function(t,e){var n=this.visitAll(t.expressions);return n!==t.expressions?new Un(t.span,n):t},t.prototype.visitQuote=function(t,e){return t},t}();function hr(t,e,n){function r(t){e.visit&&e.visit(t,n)||t.visit(e,n)}function i(t){t.forEach(r)}t.visit({visitBinary:function(t){r(t.left),r(t.right)},visitChain:function(t){i(t.expressions)},visitConditional:function(t){r(t.condition),r(t.trueExp),r(t.falseExp)},visitFunctionCall:function(t){t.target&&r(t.target),i(t.args)},visitImplicitReceiver:function(t){},visitInterpolation:function(t){i(t.expressions)},visitKeyedRead:function(t){r(t.obj),r(t.key)},visitKeyedWrite:function(t){r(t.obj),r(t.key),r(t.obj)},visitLiteralArray:function(t){i(t.expressions)},visitLiteralMap:function(t){},visitLiteralPrimitive:function(t){},visitMethodCall:function(t){r(t.receiver),i(t.args)},visitPipe:function(t){r(t.exp),i(t.args)},visitPrefixNot:function(t){r(t.expression)},visitNonNullAssert:function(t){r(t.expression)},visitPropertyRead:function(t){r(t.receiver)},visitPropertyWrite:function(t){r(t.receiver),r(t.value)},visitQuote:function(t){},visitSafeMethodCall:function(t){r(t.receiver),i(t.args)},visitSafePropertyRead:function(t){r(t.receiver)}})}var fr,dr=function dr(t,e,n,r){this.name=t,this.expression=e,this.type=n,this.sourceSpan=r,this.isLiteral=this.type===fr.LITERAL_ATTR,this.isAnimation=this.type===fr.ANIMATION};!function(t){t[t.DEFAULT=0]="DEFAULT",t[t.LITERAL_ATTR=1]="LITERAL_ATTR",t[t.ANIMATION=2]="ANIMATION"}(fr||(fr={}));var vr=function vr(t,e,n,r,i){this.name=t,this.targetOrPhase=e,this.type=n,this.handler=r,this.sourceSpan=i},yr=function yr(t,e,n){this.name=t,this.value=e,this.sourceSpan=n},mr=function mr(t,e,n,r,i,o){this.name=t,this.type=e,this.securityContext=n,this.value=r,this.unit=i,this.sourceSpan=o},gr=function gr(t,e,n){this.strings=t,this.expressions=e,this.offsets=n},_r=function _r(t,e,n){this.templateBindings=t,this.warnings=e,this.errors=n};function br(t){var e=dt(t.start)+"([\\s\\S]*?)"+dt(t.end);return new RegExp(e,"g")}var wr,xr=function(){function t(t){this._lexer=t,this.errors=[]}return t.prototype.parseAction=function(t,e,n){void 0===n&&(n=_e),this._checkNoInterpolation(t,e,n);var r=this._stripComments(t),i=this._lexer.tokenize(this._stripComments(t)),o=new Er(t,e,i,r.length,!0,this.errors,t.length-r.length).parseChain();return new sr(o,t,e,this.errors)},t.prototype.parseBinding=function(t,e,n){void 0===n&&(n=_e);var r=this._parseBindingAst(t,e,n);return new sr(r,t,e,this.errors)},t.prototype.parseSimpleBinding=function(t,e,n){void 0===n&&(n=_e);var r=this._parseBindingAst(t,e,n),i=Sr.check(r);return i.length>0&&this._reportError("Host binding expression cannot contain "+i.join(" "),t,e),new sr(r,t,e,this.errors)},t.prototype._reportError=function(t,e,n,r){this.errors.push(new jn(t,e,n,r))},t.prototype._parseBindingAst=function(t,e,n){var r=this._parseQuote(t,e);if(null!=r)return r;this._checkNoInterpolation(t,e,n);var i=this._stripComments(t),o=this._lexer.tokenize(i);return new Er(t,e,o,i.length,!1,this.errors,t.length-i.length).parseChain()},t.prototype._parseQuote=function(t,e){if(null==t)return null;var n=t.indexOf(":");if(-1==n)return null;var r=t.substring(0,n).trim();if(!function i(t){if(0==t.length)return!1;var e=new On(t);if(!Mn(e.peek))return!1;for(e.advance();e.peek!==Ke;){if(!In(e.peek))return!1;e.advance()}return!0}(r))return null;var o=t.substring(n+1);return new Vn(new Ln(0,t.length),r,o,e)},t.prototype.parseTemplateBindings=function(t,e,n){var r=this._lexer.tokenize(e);return new Er(e,n,r,e.length,!1,this.errors,0).parseTemplateBindings(t)},t.prototype.parseInterpolation=function(t,e,n){void 0===n&&(n=_e);var r=this.splitInterpolation(t,e,n);if(null==r)return null;for(var i=[],o=0;o<r.expressions.length;++o){var s=r.expressions[o],a=this._stripComments(s),u=this._lexer.tokenize(a),c=new Er(t,e,u,a.length,!1,this.errors,r.offsets[o]+(s.length-a.length)).parseChain();i.push(c)}return new sr(new Jn(new Ln(0,null==t?0:t.length),r.strings,i),t,e,this.errors)},t.prototype.splitInterpolation=function(t,e,n){void 0===n&&(n=_e);var r=br(n),i=t.split(r);if(i.length<=1)return null;for(var o=[],s=[],a=[],u=0,c=0;c<i.length;c++){var l=i[c];c%2==0?(o.push(l),u+=l.length):l.trim().length>0?(u+=n.start.length,s.push(l),a.push(u),u+=l.length+n.end.length):(this._reportError("Blank expressions are not allowed in interpolated strings",t,"at column "+this._findInterpolationErrorColumn(i,c,n)+" in",e),s.push("$implict"),a.push(u))}return new gr(o,s,a)},t.prototype.wrapLiteralPrimitive=function(t,e){return new sr(new $n(new Ln(0,null==t?0:t.length),t),t,e,this.errors)},t.prototype._stripComments=function(t){var e=this._commentStart(t);return null!=e?t.substring(0,e).trim():t},t.prototype._commentStart=function(t){for(var e,n=null,r=0;r<t.length-1;r++){var i=t.charCodeAt(r),o=t.charCodeAt(r+1);if(i===nn&&o==nn&&null==n)return r;n===i?n=null:null==n&&((e=i)===Je||e===Ye||96===e)&&(n=i)}return null},t.prototype._checkNoInterpolation=function(t,e,n){var r=br(n),i=t.split(r);i.length>1&&this._reportError("Got interpolation ("+n.start+n.end+") where expression was expected",t,"at column "+this._findInterpolationErrorColumn(i,1,n)+" in",e)},t.prototype._findInterpolationErrorColumn=function(t,e,n){for(var r="",i=0;i<e;i++)r+=i%2==0?t[i]:""+n.start+t[i]+n.end;return r.length},t}(),Er=function(){function t(t,e,n,r,i,o,s){this.input=t,this.location=e,this.tokens=n,this.inputLength=r,this.parseAction=i,this.errors=o,this.offset=s,this.rparensExpected=0,this.rbracketsExpected=0,this.rbracesExpected=0,this.index=0}return t.prototype.peek=function(t){var e=this.index+t;return e<this.tokens.length?this.tokens[e]:kn},Object.defineProperty(t.prototype,"next",{get:function(){return this.peek(0)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"inputIndex",{get:function(){return this.index<this.tokens.length?this.next.index+this.offset:this.inputLength+this.offset},enumerable:!0,configurable:!0}),t.prototype.span=function(t){return new Ln(t,this.inputIndex)},t.prototype.advance=function(){this.index++},t.prototype.optionalCharacter=function(t){return!!this.next.isCharacter(t)&&(this.advance(),!0)},t.prototype.peekKeywordLet=function(){return this.next.isKeywordLet()},t.prototype.peekKeywordAs=function(){return this.next.isKeywordAs()},t.prototype.expectCharacter=function(t){this.optionalCharacter(t)||this.error("Missing expected "+String.fromCharCode(t))},t.prototype.optionalOperator=function(t){return!!this.next.isOperator(t)&&(this.advance(),!0)},t.prototype.expectOperator=function(t){this.optionalOperator(t)||this.error("Missing expected operator "+t)},t.prototype.expectIdentifierOrKeyword=function(){var t=this.next;return t.isIdentifier()||t.isKeyword()?(this.advance(),t.toString()):(this.error("Unexpected token "+t+", expected identifier or keyword"),"")},t.prototype.expectIdentifierOrKeywordOrString=function(){var t=this.next;return t.isIdentifier()||t.isKeyword()||t.isString()?(this.advance(),t.toString()):(this.error("Unexpected token "+t+", expected identifier, keyword, or string"),"")},t.prototype.parseChain=function(){for(var t=[],e=this.inputIndex;this.index<this.tokens.length;){var n=this.parsePipe();if(t.push(n),this.optionalCharacter(rn))for(this.parseAction||this.error("Binding expression cannot contain chained expression");this.optionalCharacter(rn););else this.index<this.tokens.length&&this.error("Unexpected token '"+this.next+"'")}return 0==t.length?new Bn(this.span(e)):1==t.length?t[0]:new Un(this.span(e),t)},t.prototype.parsePipe=function(){var t=this.parseExpression();if(this.optionalOperator("|")){this.parseAction&&this.error("Cannot have a pipe in an action expression");do{for(var e=this.expectIdentifierOrKeyword(),n=[];this.optionalCharacter(58);)n.push(this.parseExpression());t=new Xn(this.span(t.span.start),t,e,n)}while(this.optionalOperator("|"))}return t},t.prototype.parseExpression=function(){return this.parseConditional()},t.prototype.parseConditional=function(){var t=this.inputIndex,e=this.parseLogicalOr();if(this.optionalOperator("?")){var n=this.parsePipe(),r=void 0;if(this.optionalCharacter(58))r=this.parsePipe();else{var i=this.input.substring(t,this.inputIndex);this.error("Conditional expression "+i+" requires all 3 expressions"),r=new Bn(this.span(t))}return new qn(this.span(t),e,n,r)}return e},t.prototype.parseLogicalOr=function(){for(var t=this.parseLogicalAnd();this.optionalOperator("||");){var e=this.parseLogicalAnd();t=new tr(this.span(t.span.start),"||",t,e)}return t},t.prototype.parseLogicalAnd=function(){for(var t=this.parseEquality();this.optionalOperator("&&");){var e=this.parseEquality();t=new tr(this.span(t.span.start),"&&",t,e)}return t},t.prototype.parseEquality=function(){for(var t=this.parseRelational();this.next.type==qe.Operator;){var e=this.next.strValue;switch(e){case"==":case"===":case"!=":case"!==":this.advance();var n=this.parseRelational();t=new tr(this.span(t.span.start),e,t,n);continue}break}return t},t.prototype.parseRelational=function(){for(var t=this.parseAdditive();this.next.type==qe.Operator;){var e=this.next.strValue;switch(e){case"<":case">":case"<=":case">=":this.advance();var n=this.parseAdditive();t=new tr(this.span(t.span.start),e,t,n);continue}break}return t},t.prototype.parseAdditive=function(){for(var t=this.parseMultiplicative();this.next.type==qe.Operator;){var e=this.next.strValue;switch(e){case"+":case"-":this.advance();var n=this.parseMultiplicative();t=new tr(this.span(t.span.start),e,t,n);continue}break}return t},t.prototype.parseMultiplicative=function(){for(var t=this.parsePrefix();this.next.type==qe.Operator;){var e=this.next.strValue;switch(e){case"*":case"%":case"/":this.advance();var n=this.parsePrefix();t=new tr(this.span(t.span.start),e,t,n);continue}break}return t},t.prototype.parsePrefix=function(){if(this.next.type==qe.Operator){var t=this.inputIndex,e=this.next.strValue,n=void 0;switch(e){case"+":return this.advance(),n=this.parsePrefix(),new tr(this.span(t),"-",n,new $n(new Ln(t,t),0));case"-":return this.advance(),n=this.parsePrefix(),new tr(this.span(t),e,new $n(new Ln(t,t),0),n);case"!":return this.advance(),n=this.parsePrefix(),new er(this.span(t),n)}}return this.parseCallChain()},t.prototype.parseCallChain=function(){for(var t=this.parsePrimary();;)if(this.optionalCharacter(46))t=this.parseAccessMemberOrMethodCall(t,!1);else if(this.optionalOperator("?."))t=this.parseAccessMemberOrMethodCall(t,!0);else if(this.optionalCharacter(91)){this.rbracketsExpected++;var e=this.parsePipe();if(this.rbracketsExpected--,this.expectCharacter(93),this.optionalOperator("=")){var n=this.parseConditional();t=new Gn(this.span(t.span.start),t,e,n)}else t=new Qn(this.span(t.span.start),t,e)}else if(this.optionalCharacter(40)){this.rparensExpected++;var r=this.parseCallArguments();this.rparensExpected--,this.expectCharacter(41),t=new or(this.span(t.span.start),t,r)}else{if(!this.optionalOperator("!"))return t;t=new nr(this.span(t.span.start),t)}},t.prototype.parsePrimary=function(){var t=this.inputIndex;if(this.optionalCharacter(40)){this.rparensExpected++;var e=this.parsePipe();return this.rparensExpected--,this.expectCharacter(41),e}if(this.next.isKeywordNull())return this.advance(),new $n(this.span(t),null);if(this.next.isKeywordUndefined())return this.advance(),new $n(this.span(t),void 0);if(this.next.isKeywordTrue())return this.advance(),new $n(this.span(t),!0);if(this.next.isKeywordFalse())return this.advance(),new $n(this.span(t),!1);if(this.next.isKeywordThis())return this.advance(),new Hn(this.span(t));if(this.optionalCharacter(91)){this.rbracketsExpected++;var n=this.parseExpressionList(93);return this.rbracketsExpected--,this.expectCharacter(93),new Yn(this.span(t),n)}if(this.next.isCharacter(bn))return this.parseLiteralMap();if(this.next.isIdentifier())return this.parseAccessMemberOrMethodCall(new Hn(this.span(t)),!1);if(this.next.isNumber()){var r=this.next.toNumber();return this.advance(),new $n(this.span(t),r)}if(this.next.isString()){var i=this.next.toString();return this.advance(),new $n(this.span(t),i)}return this.index>=this.tokens.length?(this.error("Unexpected end of expression: "+this.input),new Bn(this.span(t))):(this.error("Unexpected token "+this.next),new Bn(this.span(t)))},t.prototype.parseExpressionList=function(t){var e=[];if(!this.next.isCharacter(t))do{e.push(this.parsePipe())}while(this.optionalCharacter(44));return e},t.prototype.parseLiteralMap=function(){var t=[],e=[],n=this.inputIndex;if(this.expectCharacter(bn),!this.optionalCharacter(125)){this.rbracesExpected++;do{var r=this.next.isString(),i=this.expectIdentifierOrKeywordOrString();t.push({key:i,quoted:r}),this.expectCharacter(58),e.push(this.parsePipe())}while(this.optionalCharacter(44));this.rbracesExpected--,this.expectCharacter(125)}return new Zn(this.span(n),t,e)},t.prototype.parseAccessMemberOrMethodCall=function(t,e){void 0===e&&(e=!1);var n=t.span.start,r=this.expectIdentifierOrKeyword();if(this.optionalCharacter(40)){this.rparensExpected++;var i=this.parseCallArguments();this.expectCharacter(41),this.rparensExpected--;var o=this.span(n);return e?new ir(o,t,r,i):new rr(o,t,r,i)}if(e)return this.optionalOperator("=")?(this.error("The '?.' operator cannot be used in the assignment"),new Bn(this.span(n))):new Wn(this.span(n),t,r);if(this.optionalOperator("=")){if(!this.parseAction)return this.error("Bindings cannot contain assignments"),new Bn(this.span(n));var s=this.parseConditional();return new zn(this.span(n),t,r,s)}return new Kn(this.span(n),t,r)},t.prototype.parseCallArguments=function(){if(this.next.isCharacter(41))return[];var t=[];do{t.push(this.parsePipe())}while(this.optionalCharacter(44));return t},t.prototype.expectTemplateBindingKey=function(){var t="",e=!1;do{t+=this.expectIdentifierOrKeywordOrString(),(e=this.optionalOperator("-"))&&(t+="-")}while(e);return t.toString()},t.prototype.parseTemplateBindings=function(t){var e=!0,n=[];do{var r=this.inputIndex,i=void 0,o=void 0,s=!1;e?(i=o=t,e=!1):((s=this.peekKeywordLet())&&this.advance(),i=this.expectTemplateBindingKey(),o=s?i:t+i[0].toUpperCase()+i.substring(1),this.optionalCharacter(58));var a=null,u=null;if(s)a=this.optionalOperator("=")?this.expectTemplateBindingKey():"$implicit";else if(this.peekKeywordAs())this.advance(),a=i,o=this.expectTemplateBindingKey(),s=!0;else if(this.next!==kn&&!this.peekKeywordLet()){var c=this.inputIndex,l=this.parsePipe(),p=this.input.substring(c-this.offset,this.inputIndex-this.offset);u=new sr(l,p,this.location,this.errors)}if(n.push(new ar(this.span(r),o,s,a,u)),this.peekKeywordAs()&&!s){var h=this.inputIndex;this.advance();var f=this.expectTemplateBindingKey();n.push(new ar(this.span(h),f,!0,o,null))}this.optionalCharacter(rn)||this.optionalCharacter(44)}while(this.index<this.tokens.length);return new _r(n,[],this.errors)},t.prototype.error=function(t,e){void 0===e&&(e=null),this.errors.push(new jn(t,this.input,this.locationText(e),this.location)),this.skip()},t.prototype.locationText=function(t){return void 0===t&&(t=null),null==t&&(t=this.index),t<this.tokens.length?"at column "+(this.tokens[t].index+1)+" in":"at the end of the expression"},t.prototype.skip=function(){for(var t=this.next;this.index<this.tokens.length&&!t.isCharacter(rn)&&(this.rparensExpected<=0||!t.isCharacter(41))&&(this.rbracesExpected<=0||!t.isCharacter(125))&&(this.rbracketsExpected<=0||!t.isCharacter(93));)this.next.isError()&&this.errors.push(new jn(this.next.toString(),this.input,this.locationText(),this.location)),this.advance(),t=this.next},t}(),Sr=function(){function t(){this.errors=[]}return t.check=function(e){var n=new t;return e.visit(n),n.errors},t.prototype.visitImplicitReceiver=function(t,e){},t.prototype.visitInterpolation=function(t,e){},t.prototype.visitLiteralPrimitive=function(t,e){},t.prototype.visitPropertyRead=function(t,e){},t.prototype.visitPropertyWrite=function(t,e){},t.prototype.visitSafePropertyRead=function(t,e){},t.prototype.visitMethodCall=function(t,e){},t.prototype.visitSafeMethodCall=function(t,e){},t.prototype.visitFunctionCall=function(t,e){},t.prototype.visitLiteralArray=function(t,e){this.visitAll(t.expressions)},t.prototype.visitLiteralMap=function(t,e){this.visitAll(t.values)},t.prototype.visitBinary=function(t,e){},t.prototype.visitPrefixNot=function(t,e){},t.prototype.visitNonNullAssert=function(t,e){},t.prototype.visitConditional=function(t,e){},t.prototype.visitPipe=function(t,e){this.errors.push("pipes")},t.prototype.visitKeyedRead=function(t,e){},t.prototype.visitKeyedWrite=function(t,e){},t.prototype.visitAll=function(t){var e=this;return t.map(function(t){return t.visit(e)})},t.prototype.visitChain=function(t,e){},t.prototype.visitQuote=function(t,e){},t}(),Cr=function(){function t(t,e,n,r){this.file=t,this.offset=e,this.line=n,this.col=r}return t.prototype.toString=function(){return null!=this.offset?this.file.url+"@"+this.line+":"+this.col:this.file.url},t.prototype.moveBy=function(e){for(var n=this.file.content,r=n.length,i=this.offset,o=this.line,s=this.col;i>0&&e<0;)if(e++,(u=n.charCodeAt(--i))==We){o--;var a=n.substr(0,i-1).lastIndexOf(String.fromCharCode(We));s=a>0?i-a:i}else s--;for(;i<r&&e>0;){var u=n.charCodeAt(i);i++,e--,u==We?(o++,s=0):s++}return new t(this.file,i,o,s)},t.prototype.getContext=function(t,e){var n=this.file.content,r=this.offset;if(null!=r){r>n.length-1&&(r=n.length-1);for(var i=r,o=0,s=0;o<t&&r>0&&(o++,"\n"!=n[--r]||++s!=e););for(o=0,s=0;o<t&&i<n.length-1&&(o++,"\n"!=n[++i]||++s!=e););return{before:n.substring(r,this.offset),after:n.substring(this.offset,i+1)}}return null},t}(),Tr=function Tr(t,e){this.content=t,this.url=e},Pr=function(){function t(t,e,n){void 0===n&&(n=null),this.start=t,this.end=e,this.details=n}return t.prototype.toString=function(){return this.start.file.content.substring(this.start.offset,this.end.offset)},t}();!function(t){t[t.WARNING=0]="WARNING",t[t.ERROR=1]="ERROR"}(wr||(wr={}));var Ar,Nr=function(){function t(t,e,n){void 0===n&&(n=wr.ERROR),this.span=t,this.msg=e,this.level=n}return t.prototype.contextualMessage=function(){var t=this.span.start.getContext(100,3);return t?this.msg+' ("'+t.before+"["+wr[this.level]+" ->]"+t.after+'")':this.msg},t.prototype.toString=function(){var t=this.span.details?", "+this.span.details:"";return this.contextualMessage()+": "+this.span.start+t},t}();
99
99
  /**
100
100
  * @license
101
101
  * Copyright Google Inc. All Rights Reserved.
102
102
  *
103
103
  * Use of this source code is governed by an MIT-style license that can be
104
104
  * found in the LICENSE file at https://angular.io/license
105
- */!function(t){t[t.TAG_OPEN_START=0]="TAG_OPEN_START",t[t.TAG_OPEN_END=1]="TAG_OPEN_END",t[t.TAG_OPEN_END_VOID=2]="TAG_OPEN_END_VOID",t[t.TAG_CLOSE=3]="TAG_CLOSE",t[t.TEXT=4]="TEXT",t[t.ESCAPABLE_RAW_TEXT=5]="ESCAPABLE_RAW_TEXT",t[t.RAW_TEXT=6]="RAW_TEXT",t[t.COMMENT_START=7]="COMMENT_START",t[t.COMMENT_END=8]="COMMENT_END",t[t.CDATA_START=9]="CDATA_START",t[t.CDATA_END=10]="CDATA_END",t[t.ATTR_NAME=11]="ATTR_NAME",t[t.ATTR_VALUE=12]="ATTR_VALUE",t[t.DOC_TYPE=13]="DOC_TYPE",t[t.EXPANSION_FORM_START=14]="EXPANSION_FORM_START",t[t.EXPANSION_CASE_VALUE=15]="EXPANSION_CASE_VALUE",t[t.EXPANSION_CASE_EXP_START=16]="EXPANSION_CASE_EXP_START",t[t.EXPANSION_CASE_EXP_END=17]="EXPANSION_CASE_EXP_END",t[t.EXPANSION_FORM_END=18]="EXPANSION_FORM_END",t[t.EOF=19]="EOF"}(Ar||(Ar={}));var Or=function Cn(t,e,n){this.type=t,this.parts=e,this.sourceSpan=n},kr=function(t){function e(e,n,r){var i=t.call(this,r,e)||this;return i.tokenType=n,i}return o(e,t),e}(Nr),Mr=function Mr(t,e){this.tokens=t,this.errors=e},Ir=/\r\n?/g;function Rr(t){return'Unexpected character "'+(t===Ke?"EOF":String.fromCharCode(t))+'"'}function Dr(t){return'Unknown entity "'+t+'" - use the "&#<decimal>;" or "&#x<hex>;" syntax'}var jr=function jr(t){this.error=t},Lr=function(){function t(t,e,n,r){void 0===r&&(r=_e),this._file=t,this._getTagDefinition=e,this._tokenizeIcu=n,this._interpolationConfig=r,this._peek=-1,this._nextPeek=-1,this._index=-1,this._line=0,this._column=-1,this._expansionCaseStack=[],this._inInterpolation=!1,this.tokens=[],this.errors=[],this._input=t.content,this._length=t.content.length,this._advance()}return t.prototype._processCarriageReturns=function(t){return t.replace(Ir,"\n")},t.prototype.tokenize=function(){for(;this._peek!==Ke;){var t=this._getLocation();try{this._attemptCharCode(60)?this._attemptCharCode(33)?this._attemptCharCode(91)?this._consumeCdata(t):this._attemptCharCode(en)?this._consumeComment(t):this._consumeDocType(t):this._attemptCharCode(nn)?this._consumeTagClose(t):this._consumeTagOpen(t):this._tokenizeIcu&&this._tokenizeExpansionForm()||this._consumeText()}catch(t){if(!(t instanceof jr))throw t;this.errors.push(t.error)}}return this._beginToken(Ar.EOF),this._endToken([]),new Mr(function e(t){for(var e=[],n=void 0,r=0;r<t.length;r++){var i=t[r];n&&n.type==Ar.TEXT&&i.type==Ar.TEXT?(n.parts[0]+=i.parts[0],n.sourceSpan.end=i.sourceSpan.end):e.push(n=i)}return e}
105
+ */!function(t){t[t.TAG_OPEN_START=0]="TAG_OPEN_START",t[t.TAG_OPEN_END=1]="TAG_OPEN_END",t[t.TAG_OPEN_END_VOID=2]="TAG_OPEN_END_VOID",t[t.TAG_CLOSE=3]="TAG_CLOSE",t[t.TEXT=4]="TEXT",t[t.ESCAPABLE_RAW_TEXT=5]="ESCAPABLE_RAW_TEXT",t[t.RAW_TEXT=6]="RAW_TEXT",t[t.COMMENT_START=7]="COMMENT_START",t[t.COMMENT_END=8]="COMMENT_END",t[t.CDATA_START=9]="CDATA_START",t[t.CDATA_END=10]="CDATA_END",t[t.ATTR_NAME=11]="ATTR_NAME",t[t.ATTR_VALUE=12]="ATTR_VALUE",t[t.DOC_TYPE=13]="DOC_TYPE",t[t.EXPANSION_FORM_START=14]="EXPANSION_FORM_START",t[t.EXPANSION_CASE_VALUE=15]="EXPANSION_CASE_VALUE",t[t.EXPANSION_CASE_EXP_START=16]="EXPANSION_CASE_EXP_START",t[t.EXPANSION_CASE_EXP_END=17]="EXPANSION_CASE_EXP_END",t[t.EXPANSION_FORM_END=18]="EXPANSION_FORM_END",t[t.EOF=19]="EOF"}(Ar||(Ar={}));var kr=function Cn(t,e,n){this.type=t,this.parts=e,this.sourceSpan=n},Or=function(t){function e(e,n,r){var i=t.call(this,r,e)||this;return i.tokenType=n,i}return o(e,t),e}(Nr),Mr=function Mr(t,e){this.tokens=t,this.errors=e},Ir=/\r\n?/g;function Dr(t){return'Unexpected character "'+(t===Ke?"EOF":String.fromCharCode(t))+'"'}function Rr(t){return'Unknown entity "'+t+'" - use the "&#<decimal>;" or "&#x<hex>;" syntax'}var jr=function jr(t){this.error=t},Lr=function(){function t(t,e,n,r){void 0===r&&(r=_e),this._file=t,this._getTagDefinition=e,this._tokenizeIcu=n,this._interpolationConfig=r,this._peek=-1,this._nextPeek=-1,this._index=-1,this._line=0,this._column=-1,this._expansionCaseStack=[],this._inInterpolation=!1,this.tokens=[],this.errors=[],this._input=t.content,this._length=t.content.length,this._advance()}return t.prototype._processCarriageReturns=function(t){return t.replace(Ir,"\n")},t.prototype.tokenize=function(){for(;this._peek!==Ke;){var t=this._getLocation();try{this._attemptCharCode(60)?this._attemptCharCode(33)?this._attemptCharCode(91)?this._consumeCdata(t):this._attemptCharCode(en)?this._consumeComment(t):this._consumeDocType(t):this._attemptCharCode(nn)?this._consumeTagClose(t):this._consumeTagOpen(t):this._tokenizeIcu&&this._tokenizeExpansionForm()||this._consumeText()}catch(t){if(!(t instanceof jr))throw t;this.errors.push(t.error)}}return this._beginToken(Ar.EOF),this._endToken([]),new Mr(function e(t){for(var e=[],n=void 0,r=0;r<t.length;r++){var i=t[r];n&&n.type==Ar.TEXT&&i.type==Ar.TEXT?(n.parts[0]+=i.parts[0],n.sourceSpan.end=i.sourceSpan.end):e.push(n=i)}return e}
106
106
  /**
107
107
  * @license
108
108
  * Copyright Google Inc. All Rights Reserved.
109
109
  *
110
110
  * Use of this source code is governed by an MIT-style license that can be
111
111
  * found in the LICENSE file at https://angular.io/license
112
- */(this.tokens),this.errors)},t.prototype._tokenizeExpansionForm=function(){if(Ur(this._input,this._index,this._interpolationConfig))return this._consumeExpansionFormStart(),!0;if(function t(e){return e===on||Sn(e)||En(e)}(this._peek)&&this._isInExpansionForm())return this._consumeExpansionCaseStart(),!0;if(125===this._peek){if(this._isInExpansionCase())return this._consumeExpansionCaseEnd(),!0;if(this._isInExpansionForm())return this._consumeExpansionFormEnd(),!0}return!1},t.prototype._getLocation=function(){return new Cr(this._file,this._index,this._line,this._column)},t.prototype._getSpan=function(t,e){return void 0===t&&(t=this._getLocation()),void 0===e&&(e=this._getLocation()),new Pr(t,e)},t.prototype._beginToken=function(t,e){void 0===e&&(e=this._getLocation()),this._currentTokenStart=e,this._currentTokenType=t},t.prototype._endToken=function(t,e){void 0===e&&(e=this._getLocation());var n=new Or(this._currentTokenType,t,new Pr(this._currentTokenStart,e));return this.tokens.push(n),this._currentTokenStart=null,this._currentTokenType=null,n},t.prototype._createError=function(t,e){this._isInExpansionForm()&&(t+=' (Do you have an unescaped "{" in your template? Use "{{ \'{\' }}") to escape it.)');var n=new kr(t,this._currentTokenType,e);return this._currentTokenStart=null,this._currentTokenType=null,new jr(n)},t.prototype._advance=function(){if(this._index>=this._length)throw this._createError(Rr(Ke),this._getSpan());this._peek===We?(this._line++,this._column=0):this._peek!==We&&this._peek!==Xe&&this._column++,this._index++,this._peek=this._index>=this._length?Ke:this._input.charCodeAt(this._index),this._nextPeek=this._index+1>=this._length?Ke:this._input.charCodeAt(this._index+1)},t.prototype._attemptCharCode=function(t){return this._peek===t&&(this._advance(),!0)},t.prototype._attemptCharCodeCaseInsensitive=function(t){return!!function e(t,n){return qr(t)==qr(n)}(this._peek,t)&&(this._advance(),!0)},t.prototype._requireCharCode=function(t){var e=this._getLocation();if(!this._attemptCharCode(t))throw this._createError(Rr(this._peek),this._getSpan(e,e))},t.prototype._attemptStr=function(t){var e=t.length;if(this._index+e>this._length)return!1;for(var n=this._savePosition(),r=0;r<e;r++)if(!this._attemptCharCode(t.charCodeAt(r)))return this._restorePosition(n),!1;return!0},t.prototype._attemptStrCaseInsensitive=function(t){for(var e=0;e<t.length;e++)if(!this._attemptCharCodeCaseInsensitive(t.charCodeAt(e)))return!1;return!0},t.prototype._requireStr=function(t){var e=this._getLocation();if(!this._attemptStr(t))throw this._createError(Rr(this._peek),this._getSpan(e))},t.prototype._attemptCharCodeUntilFn=function(t){for(;!t(this._peek);)this._advance()},t.prototype._requireCharCodeUntilFn=function(t,e){var n=this._getLocation();if(this._attemptCharCodeUntilFn(t),this._index-n.offset<e)throw this._createError(Rr(this._peek),this._getSpan(n,n))},t.prototype._attemptUntilChar=function(t){for(;this._peek!==t;)this._advance()},t.prototype._readChar=function(t){if(t&&38===this._peek)return this._decodeEntity();var e=this._index;return this._advance(),this._input[e]},t.prototype._decodeEntity=function(){var t=this._getLocation();if(this._advance(),!this._attemptCharCode(35)){var e=this._savePosition();if(this._attemptCharCodeUntilFn(Hr),this._peek!=rn)return this._restorePosition(e),"&";this._advance();var n=this._input.substring(t.offset+1,this._index-1),r=_[n];if(!r)throw this._createError(Dr(n),this._getSpan(t));return r}var i=this._attemptCharCode(120)||this._attemptCharCode(88),o=this._getLocation().offset;if(this._attemptCharCodeUntilFn(Br),this._peek!=rn)throw this._createError(Rr(this._peek),this._getSpan());this._advance();var s=this._input.substring(o,this._index-1);try{var a=parseInt(s,i?16:10);return String.fromCharCode(a)}catch(e){var u=this._input.substring(t.offset+1,this._index-1);throw this._createError(Dr(u),this._getSpan(t))}},t.prototype._consumeRawText=function(t,e,n){var r,i=this._getLocation();this._beginToken(t?Ar.ESCAPABLE_RAW_TEXT:Ar.RAW_TEXT,i);for(var o=[];r=this._getLocation(),!this._attemptCharCode(e)||!n();)for(this._index>r.offset&&o.push(this._input.substring(r.offset,this._index));this._peek!==e;)o.push(this._readChar(t));return this._endToken([this._processCarriageReturns(o.join(""))],r)},t.prototype._consumeComment=function(t){var e=this;this._beginToken(Ar.COMMENT_START,t),this._requireCharCode(en),this._endToken([]);var n=this._consumeRawText(!1,en,function(){return e._attemptStr("->")});this._beginToken(Ar.COMMENT_END,n.sourceSpan.end),this._endToken([])},t.prototype._consumeCdata=function(t){var e=this;this._beginToken(Ar.CDATA_START,t),this._requireStr("CDATA["),this._endToken([]);var n=this._consumeRawText(!1,93,function(){return e._attemptStr("]>")});this._beginToken(Ar.CDATA_END,n.sourceSpan.end),this._endToken([])},t.prototype._consumeDocType=function(t){this._beginToken(Ar.DOC_TYPE,t),this._attemptUntilChar(sn),this._advance(),this._endToken([this._input.substring(t.offset+2,this._index-1)])},t.prototype._consumePrefixAndName=function(){for(var t,e,n=this._index,r=null;58!==this._peek&&!(((t=this._peek)<fn||_n<t)&&(t<cn||pn<t)&&(t<an||t>un));)this._advance();return 58===this._peek?(this._advance(),r=this._input.substring(n,this._index-1),e=this._index):e=n,this._requireCharCodeUntilFn(Vr,this._index===e?1:0),[r,this._input.substring(e,this._index)]},t.prototype._consumeTagOpen=function(t){var e,n,r=this._savePosition();try{if(!Sn(this._peek))throw this._createError(Rr(this._peek),this._getSpan());var i=this._index;for(this._consumeTagOpenStart(t),n=(e=this._input.substring(i,this._index)).toLowerCase(),this._attemptCharCodeUntilFn(Fr);this._peek!==nn&&this._peek!==sn;)this._consumeAttributeName(),this._attemptCharCodeUntilFn(Fr),this._attemptCharCode(on)&&(this._attemptCharCodeUntilFn(Fr),this._consumeAttributeValue()),this._attemptCharCodeUntilFn(Fr);this._consumeTagOpenEnd()}catch(e){if(e instanceof jr)return this._restorePosition(r),this._beginToken(Ar.TEXT,t),void this._endToken(["<"]);throw e}var o=this._getTagDefinition(e).contentType;o===s.RAW_TEXT?this._consumeRawTextWithTagClose(n,!1):o===s.ESCAPABLE_RAW_TEXT&&this._consumeRawTextWithTagClose(n,!0)},t.prototype._consumeRawTextWithTagClose=function(t,e){var n=this,r=this._consumeRawText(e,60,function(){return!!n._attemptCharCode(nn)&&(n._attemptCharCodeUntilFn(Fr),!!n._attemptStrCaseInsensitive(t)&&(n._attemptCharCodeUntilFn(Fr),n._attemptCharCode(sn)))});this._beginToken(Ar.TAG_CLOSE,r.sourceSpan.end),this._endToken([null,t])},t.prototype._consumeTagOpenStart=function(t){this._beginToken(Ar.TAG_OPEN_START,t);var e=this._consumePrefixAndName();this._endToken(e)},t.prototype._consumeAttributeName=function(){this._beginToken(Ar.ATTR_NAME);var t=this._consumePrefixAndName();this._endToken(t)},t.prototype._consumeAttributeValue=function(){var t;if(this._beginToken(Ar.ATTR_VALUE),this._peek===Je||this._peek===Ye){var e=this._peek;this._advance();for(var n=[];this._peek!==e;)n.push(this._readChar(!0));t=n.join(""),this._advance()}else{var r=this._index;this._requireCharCodeUntilFn(Vr,1),t=this._input.substring(r,this._index)}this._endToken([this._processCarriageReturns(t)])},t.prototype._consumeTagOpenEnd=function(){var t=this._attemptCharCode(nn)?Ar.TAG_OPEN_END_VOID:Ar.TAG_OPEN_END;this._beginToken(t),this._requireCharCode(sn),this._endToken([])},t.prototype._consumeTagClose=function(t){this._beginToken(Ar.TAG_CLOSE,t),this._attemptCharCodeUntilFn(Fr);var e=this._consumePrefixAndName();this._attemptCharCodeUntilFn(Fr),this._requireCharCode(sn),this._endToken(e)},t.prototype._consumeExpansionFormStart=function(){this._beginToken(Ar.EXPANSION_FORM_START,this._getLocation()),this._requireCharCode(bn),this._endToken([]),this._expansionCaseStack.push(Ar.EXPANSION_FORM_START),this._beginToken(Ar.RAW_TEXT,this._getLocation());var t=this._readUntil(44);this._endToken([t],this._getLocation()),this._requireCharCode(44),this._attemptCharCodeUntilFn(Fr),this._beginToken(Ar.RAW_TEXT,this._getLocation());var e=this._readUntil(44);this._endToken([e],this._getLocation()),this._requireCharCode(44),this._attemptCharCodeUntilFn(Fr)},t.prototype._consumeExpansionCaseStart=function(){this._beginToken(Ar.EXPANSION_CASE_VALUE,this._getLocation());var t=this._readUntil(bn).trim();this._endToken([t],this._getLocation()),this._attemptCharCodeUntilFn(Fr),this._beginToken(Ar.EXPANSION_CASE_EXP_START,this._getLocation()),this._requireCharCode(bn),this._endToken([],this._getLocation()),this._attemptCharCodeUntilFn(Fr),this._expansionCaseStack.push(Ar.EXPANSION_CASE_EXP_START)},t.prototype._consumeExpansionCaseEnd=function(){this._beginToken(Ar.EXPANSION_CASE_EXP_END,this._getLocation()),this._requireCharCode(125),this._endToken([],this._getLocation()),this._attemptCharCodeUntilFn(Fr),this._expansionCaseStack.pop()},t.prototype._consumeExpansionFormEnd=function(){this._beginToken(Ar.EXPANSION_FORM_END,this._getLocation()),this._requireCharCode(125),this._endToken([]),this._expansionCaseStack.pop()},t.prototype._consumeText=function(){var t=this._getLocation();this._beginToken(Ar.TEXT,t);var e=[];do{this._interpolationConfig&&this._attemptStr(this._interpolationConfig.start)?(e.push(this._interpolationConfig.start),this._inInterpolation=!0):this._interpolationConfig&&this._inInterpolation&&this._attemptStr(this._interpolationConfig.end)?(e.push(this._interpolationConfig.end),this._inInterpolation=!1):e.push(this._readChar(!0))}while(!this._isTextEnd());this._endToken([this._processCarriageReturns(e.join(""))])},t.prototype._isTextEnd=function(){if(60===this._peek||this._peek===Ke)return!0;if(this._tokenizeIcu&&!this._inInterpolation){if(Ur(this._input,this._index,this._interpolationConfig))return!0;if(125===this._peek&&this._isInExpansionCase())return!0}return!1},t.prototype._savePosition=function(){return[this._peek,this._index,this._column,this._line,this.tokens.length]},t.prototype._readUntil=function(t){var e=this._index;return this._attemptUntilChar(t),this._input.substring(e,this._index)},t.prototype._restorePosition=function(t){this._peek=t[0],this._index=t[1],this._column=t[2],this._line=t[3];var e=t[4];e<this.tokens.length&&(this.tokens=this.tokens.slice(0,e))},t.prototype._isInExpansionCase=function(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===Ar.EXPANSION_CASE_EXP_START},t.prototype._isInExpansionForm=function(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===Ar.EXPANSION_FORM_START},t}();function Fr(t){return!xn(t)||t===Ke}function Vr(t){return xn(t)||t===sn||t===nn||t===Je||t===Ye||t===on}function Br(t){return t==rn||t==Ke||!function e(t){return t>=fn&&t<=dn||t>=cn&&t<=ln||En(t)}
112
+ */(this.tokens),this.errors)},t.prototype._tokenizeExpansionForm=function(){if(Ur(this._input,this._index,this._interpolationConfig))return this._consumeExpansionFormStart(),!0;if(function t(e){return e===on||Sn(e)||En(e)}(this._peek)&&this._isInExpansionForm())return this._consumeExpansionCaseStart(),!0;if(125===this._peek){if(this._isInExpansionCase())return this._consumeExpansionCaseEnd(),!0;if(this._isInExpansionForm())return this._consumeExpansionFormEnd(),!0}return!1},t.prototype._getLocation=function(){return new Cr(this._file,this._index,this._line,this._column)},t.prototype._getSpan=function(t,e){return void 0===t&&(t=this._getLocation()),void 0===e&&(e=this._getLocation()),new Pr(t,e)},t.prototype._beginToken=function(t,e){void 0===e&&(e=this._getLocation()),this._currentTokenStart=e,this._currentTokenType=t},t.prototype._endToken=function(t,e){void 0===e&&(e=this._getLocation());var n=new kr(this._currentTokenType,t,new Pr(this._currentTokenStart,e));return this.tokens.push(n),this._currentTokenStart=null,this._currentTokenType=null,n},t.prototype._createError=function(t,e){this._isInExpansionForm()&&(t+=' (Do you have an unescaped "{" in your template? Use "{{ \'{\' }}") to escape it.)');var n=new Or(t,this._currentTokenType,e);return this._currentTokenStart=null,this._currentTokenType=null,new jr(n)},t.prototype._advance=function(){if(this._index>=this._length)throw this._createError(Dr(Ke),this._getSpan());this._peek===We?(this._line++,this._column=0):this._peek!==We&&this._peek!==Xe&&this._column++,this._index++,this._peek=this._index>=this._length?Ke:this._input.charCodeAt(this._index),this._nextPeek=this._index+1>=this._length?Ke:this._input.charCodeAt(this._index+1)},t.prototype._attemptCharCode=function(t){return this._peek===t&&(this._advance(),!0)},t.prototype._attemptCharCodeCaseInsensitive=function(t){return!!function e(t,n){return qr(t)==qr(n)}(this._peek,t)&&(this._advance(),!0)},t.prototype._requireCharCode=function(t){var e=this._getLocation();if(!this._attemptCharCode(t))throw this._createError(Dr(this._peek),this._getSpan(e,e))},t.prototype._attemptStr=function(t){var e=t.length;if(this._index+e>this._length)return!1;for(var n=this._savePosition(),r=0;r<e;r++)if(!this._attemptCharCode(t.charCodeAt(r)))return this._restorePosition(n),!1;return!0},t.prototype._attemptStrCaseInsensitive=function(t){for(var e=0;e<t.length;e++)if(!this._attemptCharCodeCaseInsensitive(t.charCodeAt(e)))return!1;return!0},t.prototype._requireStr=function(t){var e=this._getLocation();if(!this._attemptStr(t))throw this._createError(Dr(this._peek),this._getSpan(e))},t.prototype._attemptCharCodeUntilFn=function(t){for(;!t(this._peek);)this._advance()},t.prototype._requireCharCodeUntilFn=function(t,e){var n=this._getLocation();if(this._attemptCharCodeUntilFn(t),this._index-n.offset<e)throw this._createError(Dr(this._peek),this._getSpan(n,n))},t.prototype._attemptUntilChar=function(t){for(;this._peek!==t;)this._advance()},t.prototype._readChar=function(t){if(t&&38===this._peek)return this._decodeEntity();var e=this._index;return this._advance(),this._input[e]},t.prototype._decodeEntity=function(){var t=this._getLocation();if(this._advance(),!this._attemptCharCode(35)){var e=this._savePosition();if(this._attemptCharCodeUntilFn(Hr),this._peek!=rn)return this._restorePosition(e),"&";this._advance();var n=this._input.substring(t.offset+1,this._index-1),r=_[n];if(!r)throw this._createError(Rr(n),this._getSpan(t));return r}var i=this._attemptCharCode(120)||this._attemptCharCode(88),o=this._getLocation().offset;if(this._attemptCharCodeUntilFn(Br),this._peek!=rn)throw this._createError(Dr(this._peek),this._getSpan());this._advance();var s=this._input.substring(o,this._index-1);try{var a=parseInt(s,i?16:10);return String.fromCharCode(a)}catch(e){var u=this._input.substring(t.offset+1,this._index-1);throw this._createError(Rr(u),this._getSpan(t))}},t.prototype._consumeRawText=function(t,e,n){var r,i=this._getLocation();this._beginToken(t?Ar.ESCAPABLE_RAW_TEXT:Ar.RAW_TEXT,i);for(var o=[];r=this._getLocation(),!this._attemptCharCode(e)||!n();)for(this._index>r.offset&&o.push(this._input.substring(r.offset,this._index));this._peek!==e;)o.push(this._readChar(t));return this._endToken([this._processCarriageReturns(o.join(""))],r)},t.prototype._consumeComment=function(t){var e=this;this._beginToken(Ar.COMMENT_START,t),this._requireCharCode(en),this._endToken([]);var n=this._consumeRawText(!1,en,function(){return e._attemptStr("->")});this._beginToken(Ar.COMMENT_END,n.sourceSpan.end),this._endToken([])},t.prototype._consumeCdata=function(t){var e=this;this._beginToken(Ar.CDATA_START,t),this._requireStr("CDATA["),this._endToken([]);var n=this._consumeRawText(!1,93,function(){return e._attemptStr("]>")});this._beginToken(Ar.CDATA_END,n.sourceSpan.end),this._endToken([])},t.prototype._consumeDocType=function(t){this._beginToken(Ar.DOC_TYPE,t),this._attemptUntilChar(sn),this._advance(),this._endToken([this._input.substring(t.offset+2,this._index-1)])},t.prototype._consumePrefixAndName=function(){for(var t,e,n=this._index,r=null;58!==this._peek&&!(((t=this._peek)<fn||_n<t)&&(t<cn||pn<t)&&(t<an||t>un));)this._advance();return 58===this._peek?(this._advance(),r=this._input.substring(n,this._index-1),e=this._index):e=n,this._requireCharCodeUntilFn(Vr,this._index===e?1:0),[r,this._input.substring(e,this._index)]},t.prototype._consumeTagOpen=function(t){var e,n,r=this._savePosition();try{if(!Sn(this._peek))throw this._createError(Dr(this._peek),this._getSpan());var i=this._index;for(this._consumeTagOpenStart(t),n=(e=this._input.substring(i,this._index)).toLowerCase(),this._attemptCharCodeUntilFn(Fr);this._peek!==nn&&this._peek!==sn;)this._consumeAttributeName(),this._attemptCharCodeUntilFn(Fr),this._attemptCharCode(on)&&(this._attemptCharCodeUntilFn(Fr),this._consumeAttributeValue()),this._attemptCharCodeUntilFn(Fr);this._consumeTagOpenEnd()}catch(e){if(e instanceof jr)return this._restorePosition(r),this._beginToken(Ar.TEXT,t),void this._endToken(["<"]);throw e}var o=this._getTagDefinition(e).contentType;o===s.RAW_TEXT?this._consumeRawTextWithTagClose(n,!1):o===s.ESCAPABLE_RAW_TEXT&&this._consumeRawTextWithTagClose(n,!0)},t.prototype._consumeRawTextWithTagClose=function(t,e){var n=this,r=this._consumeRawText(e,60,function(){return!!n._attemptCharCode(nn)&&(n._attemptCharCodeUntilFn(Fr),!!n._attemptStrCaseInsensitive(t)&&(n._attemptCharCodeUntilFn(Fr),n._attemptCharCode(sn)))});this._beginToken(Ar.TAG_CLOSE,r.sourceSpan.end),this._endToken([null,t])},t.prototype._consumeTagOpenStart=function(t){this._beginToken(Ar.TAG_OPEN_START,t);var e=this._consumePrefixAndName();this._endToken(e)},t.prototype._consumeAttributeName=function(){this._beginToken(Ar.ATTR_NAME);var t=this._consumePrefixAndName();this._endToken(t)},t.prototype._consumeAttributeValue=function(){var t;if(this._beginToken(Ar.ATTR_VALUE),this._peek===Je||this._peek===Ye){var e=this._peek;this._advance();for(var n=[];this._peek!==e;)n.push(this._readChar(!0));t=n.join(""),this._advance()}else{var r=this._index;this._requireCharCodeUntilFn(Vr,1),t=this._input.substring(r,this._index)}this._endToken([this._processCarriageReturns(t)])},t.prototype._consumeTagOpenEnd=function(){var t=this._attemptCharCode(nn)?Ar.TAG_OPEN_END_VOID:Ar.TAG_OPEN_END;this._beginToken(t),this._requireCharCode(sn),this._endToken([])},t.prototype._consumeTagClose=function(t){this._beginToken(Ar.TAG_CLOSE,t),this._attemptCharCodeUntilFn(Fr);var e=this._consumePrefixAndName();this._attemptCharCodeUntilFn(Fr),this._requireCharCode(sn),this._endToken(e)},t.prototype._consumeExpansionFormStart=function(){this._beginToken(Ar.EXPANSION_FORM_START,this._getLocation()),this._requireCharCode(bn),this._endToken([]),this._expansionCaseStack.push(Ar.EXPANSION_FORM_START),this._beginToken(Ar.RAW_TEXT,this._getLocation());var t=this._readUntil(44);this._endToken([t],this._getLocation()),this._requireCharCode(44),this._attemptCharCodeUntilFn(Fr),this._beginToken(Ar.RAW_TEXT,this._getLocation());var e=this._readUntil(44);this._endToken([e],this._getLocation()),this._requireCharCode(44),this._attemptCharCodeUntilFn(Fr)},t.prototype._consumeExpansionCaseStart=function(){this._beginToken(Ar.EXPANSION_CASE_VALUE,this._getLocation());var t=this._readUntil(bn).trim();this._endToken([t],this._getLocation()),this._attemptCharCodeUntilFn(Fr),this._beginToken(Ar.EXPANSION_CASE_EXP_START,this._getLocation()),this._requireCharCode(bn),this._endToken([],this._getLocation()),this._attemptCharCodeUntilFn(Fr),this._expansionCaseStack.push(Ar.EXPANSION_CASE_EXP_START)},t.prototype._consumeExpansionCaseEnd=function(){this._beginToken(Ar.EXPANSION_CASE_EXP_END,this._getLocation()),this._requireCharCode(125),this._endToken([],this._getLocation()),this._attemptCharCodeUntilFn(Fr),this._expansionCaseStack.pop()},t.prototype._consumeExpansionFormEnd=function(){this._beginToken(Ar.EXPANSION_FORM_END,this._getLocation()),this._requireCharCode(125),this._endToken([]),this._expansionCaseStack.pop()},t.prototype._consumeText=function(){var t=this._getLocation();this._beginToken(Ar.TEXT,t);var e=[];do{this._interpolationConfig&&this._attemptStr(this._interpolationConfig.start)?(e.push(this._interpolationConfig.start),this._inInterpolation=!0):this._interpolationConfig&&this._inInterpolation&&this._attemptStr(this._interpolationConfig.end)?(e.push(this._interpolationConfig.end),this._inInterpolation=!1):e.push(this._readChar(!0))}while(!this._isTextEnd());this._endToken([this._processCarriageReturns(e.join(""))])},t.prototype._isTextEnd=function(){if(60===this._peek||this._peek===Ke)return!0;if(this._tokenizeIcu&&!this._inInterpolation){if(Ur(this._input,this._index,this._interpolationConfig))return!0;if(125===this._peek&&this._isInExpansionCase())return!0}return!1},t.prototype._savePosition=function(){return[this._peek,this._index,this._column,this._line,this.tokens.length]},t.prototype._readUntil=function(t){var e=this._index;return this._attemptUntilChar(t),this._input.substring(e,this._index)},t.prototype._restorePosition=function(t){this._peek=t[0],this._index=t[1],this._column=t[2],this._line=t[3];var e=t[4];e<this.tokens.length&&(this.tokens=this.tokens.slice(0,e))},t.prototype._isInExpansionCase=function(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===Ar.EXPANSION_CASE_EXP_START},t.prototype._isInExpansionForm=function(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===Ar.EXPANSION_FORM_START},t}();function Fr(t){return!xn(t)||t===Ke}function Vr(t){return xn(t)||t===sn||t===nn||t===Je||t===Ye||t===on}function Br(t){return t==rn||t==Ke||!function e(t){return t>=fn&&t<=dn||t>=cn&&t<=ln||En(t)}
113
113
  /**
114
114
  * @license
115
115
  * Copyright Google Inc. All Rights Reserved.
116
116
  *
117
117
  * Use of this source code is governed by an MIT-style license that can be
118
118
  * found in the LICENSE file at https://angular.io/license
119
- */(t)}function Hr(t){return t==rn||t==Ke||!Sn(t)}function Ur(t,e,n){var r=!!n&&t.indexOf(n.start,e)==e;return t.charCodeAt(e)==bn&&!r}function qr(t){return t>=fn&&t<=_n?t-fn+cn:t}var Kr=function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return i.elementName=e,i}return o(e,t),e.create=function(t,n,r){return new e(t,n,r)},e}(Nr),zr=function zr(t,e){this.rootNodes=t,this.errors=e},Wr=function(){function t(t){this.getTagDefinition=t}return t.prototype.parse=function(t,e,n,r){void 0===n&&(n=!1),void 0===r&&(r=_e);var i=function o(t,e,n,r,i){return void 0===r&&(r=!1),void 0===i&&(i=_e),new Lr(new Tr(t,e),n,r,i).tokenize()}(t,e,this.getTagDefinition,n,r),s=new Qr(i.tokens,this.getTagDefinition).build();return new zr(s.rootNodes,i.errors.concat(s.errors))},t}(),Qr=function(){function t(t,e){this.tokens=t,this.getTagDefinition=e,this._index=-1,this._rootNodes=[],this._errors=[],this._elementStack=[],this._advance()}return t.prototype.build=function(){for(;this._peek.type!==Ar.EOF;)this._peek.type===Ar.TAG_OPEN_START?this._consumeStartTag(this._advance()):this._peek.type===Ar.TAG_CLOSE?this._consumeEndTag(this._advance()):this._peek.type===Ar.CDATA_START?(this._closeVoidElement(),this._consumeCdata(this._advance())):this._peek.type===Ar.COMMENT_START?(this._closeVoidElement(),this._consumeComment(this._advance())):this._peek.type===Ar.TEXT||this._peek.type===Ar.RAW_TEXT||this._peek.type===Ar.ESCAPABLE_RAW_TEXT?(this._closeVoidElement(),this._consumeText(this._advance())):this._peek.type===Ar.EXPANSION_FORM_START?this._consumeExpansion(this._advance()):this._advance();return new zr(this._rootNodes,this._errors)},t.prototype._advance=function(){var t=this._peek;return this._index<this.tokens.length-1&&this._index++,this._peek=this.tokens[this._index],t},t.prototype._advanceIf=function(t){return this._peek.type===t?this._advance():null},t.prototype._consumeCdata=function(t){this._consumeText(this._advance()),this._advanceIf(Ar.CDATA_END)},t.prototype._consumeComment=function(t){var e=this._advanceIf(Ar.RAW_TEXT);this._advanceIf(Ar.COMMENT_END);var n=null!=e?e.parts[0].trim():null;this._addToParent(new pe(n,t.sourceSpan))},t.prototype._consumeExpansion=function(t){for(var e=this._advance(),n=this._advance(),r=[];this._peek.type===Ar.EXPANSION_CASE_VALUE;){var i=this._parseExpansionCase();if(!i)return;r.push(i)}if(this._peek.type===Ar.EXPANSION_FORM_END){var o=new Pr(t.sourceSpan.start,this._peek.sourceSpan.end);this._addToParent(new ae(e.parts[0],n.parts[0],r,o,e.sourceSpan)),this._advance()}else this._errors.push(Kr.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '}'."))},t.prototype._parseExpansionCase=function(){var e=this._advance();if(this._peek.type!==Ar.EXPANSION_CASE_EXP_START)return this._errors.push(Kr.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '{'.")),null;var n=this._advance(),r=this._collectExpansionExpTokens(n);if(!r)return null;var i=this._advance();r.push(new Or(Ar.EOF,[],i.sourceSpan));var o=new t(r,this.getTagDefinition).build();if(o.errors.length>0)return this._errors=this._errors.concat(o.errors),null;var s=new Pr(e.sourceSpan.start,i.sourceSpan.end),a=new Pr(n.sourceSpan.start,i.sourceSpan.end);return new ue(e.parts[0],o.rootNodes,s,e.sourceSpan,a)},t.prototype._collectExpansionExpTokens=function(t){for(var e=[],n=[Ar.EXPANSION_CASE_EXP_START];;){if(this._peek.type!==Ar.EXPANSION_FORM_START&&this._peek.type!==Ar.EXPANSION_CASE_EXP_START||n.push(this._peek.type),this._peek.type===Ar.EXPANSION_CASE_EXP_END){if(!Gr(n,Ar.EXPANSION_CASE_EXP_START))return this._errors.push(Kr.create(null,t.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(n.pop(),0==n.length)return e}if(this._peek.type===Ar.EXPANSION_FORM_END){if(!Gr(n,Ar.EXPANSION_FORM_START))return this._errors.push(Kr.create(null,t.sourceSpan,"Invalid ICU message. Missing '}'.")),null;n.pop()}if(this._peek.type===Ar.EOF)return this._errors.push(Kr.create(null,t.sourceSpan,"Invalid ICU message. Missing '}'.")),null;e.push(this._advance())}},t.prototype._consumeText=function(t){var e=t.parts[0];if(e.length>0&&"\n"==e[0]){var n=this._getParentElement();null!=n&&0==n.children.length&&this.getTagDefinition(n.name).ignoreFirstLf&&(e=e.substring(1))}e.length>0&&this._addToParent(new se(e,t.sourceSpan))},t.prototype._closeVoidElement=function(){var t=this._getParentElement();t&&this.getTagDefinition(t.name).isVoid&&this._elementStack.pop()},t.prototype._consumeStartTag=function(t){for(var e=t.parts[0],n=t.parts[1],r=[];this._peek.type===Ar.ATTR_NAME;)r.push(this._consumeAttr(this._advance()));var i=this._getElementFullName(e,n,this._getParentElement()),o=!1;if(this._peek.type===Ar.TAG_OPEN_END_VOID){this._advance(),o=!0;var s=this.getTagDefinition(i);s.canSelfClose||null!==m(i)||s.isVoid||this._errors.push(Kr.create(i,t.sourceSpan,'Only void and foreign elements can be self closed "'+t.parts[1]+'"'))}else this._peek.type===Ar.TAG_OPEN_END&&(this._advance(),o=!1);var a=new Pr(t.sourceSpan.start,this._peek.sourceSpan.start),u=new le(i,r,[],a,a,void 0);this._pushElement(u),o&&(this._popElement(i),u.endSourceSpan=a)},t.prototype._pushElement=function(t){var e=this._getParentElement();e&&this.getTagDefinition(e.name).isClosedByChild(t.name)&&this._elementStack.pop();var n=this.getTagDefinition(t.name),r=this._getParentElementSkippingContainers(),i=r.parent,o=r.container;if(i&&n.requireExtraParent(i.name)){var s=new le(n.parentToAdd,[],[],t.sourceSpan,t.startSourceSpan,t.endSourceSpan);this._insertBeforeContainer(i,o,s)}this._addToParent(t),this._elementStack.push(t)},t.prototype._consumeEndTag=function(t){var e=this._getElementFullName(t.parts[0],t.parts[1],this._getParentElement());this._getParentElement()&&(this._getParentElement().endSourceSpan=t.sourceSpan),this.getTagDefinition(e).isVoid?this._errors.push(Kr.create(e,t.sourceSpan,'Void elements do not have end tags "'+t.parts[1]+'"')):this._popElement(e)||this._errors.push(Kr.create(e,t.sourceSpan,'Unexpected closing tag "'+e+'". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags'))},t.prototype._popElement=function(t){for(var e=this._elementStack.length-1;e>=0;e--){var n=this._elementStack[e];if(n.name==t)return this._elementStack.splice(e,this._elementStack.length-e),!0;if(!this.getTagDefinition(n.name).closedByParent)return!1}return!1},t.prototype._consumeAttr=function(t){var e=g(t.parts[0],t.parts[1]),n=t.sourceSpan.end,r="",i=void 0;if(this._peek.type===Ar.ATTR_VALUE){var o=this._advance();r=o.parts[0],n=o.sourceSpan.end,i=o.sourceSpan}return new ce(e,r,new Pr(t.sourceSpan.start,n),i)},t.prototype._getParentElement=function(){return this._elementStack.length>0?this._elementStack[this._elementStack.length-1]:null},t.prototype._getParentElementSkippingContainers=function(){for(var t=null,e=this._elementStack.length-1;e>=0;e--){if(!v(this._elementStack[e].name))return{parent:this._elementStack[e],container:t};t=this._elementStack[e]}return{parent:null,container:t}},t.prototype._addToParent=function(t){var e=this._getParentElement();null!=e?e.children.push(t):this._rootNodes.push(t)},t.prototype._insertBeforeContainer=function(t,e,n){if(e){if(t){var r=t.children.indexOf(e);t.children[r]=n}else this._rootNodes.push(n);n.children.push(e),this._elementStack.splice(this._elementStack.indexOf(e),0,n)}else this._addToParent(n),this._elementStack.push(n)},t.prototype._getElementFullName=function(t,e,n){return null==t&&null==(t=this.getTagDefinition(e).implicitNamespacePrefix)&&null!=n&&(t=m(n.name)),g(t,e)},t}();function Gr(t,e){return t.length>0&&t[t.length-1]===e}
119
+ */(t)}function Hr(t){return t==rn||t==Ke||!Sn(t)}function Ur(t,e,n){var r=!!n&&t.indexOf(n.start,e)==e;return t.charCodeAt(e)==bn&&!r}function qr(t){return t>=fn&&t<=_n?t-fn+cn:t}var Kr=function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return i.elementName=e,i}return o(e,t),e.create=function(t,n,r){return new e(t,n,r)},e}(Nr),zr=function zr(t,e){this.rootNodes=t,this.errors=e},Wr=function(){function t(t){this.getTagDefinition=t}return t.prototype.parse=function(t,e,n,r){void 0===n&&(n=!1),void 0===r&&(r=_e);var i=function o(t,e,n,r,i){return void 0===r&&(r=!1),void 0===i&&(i=_e),new Lr(new Tr(t,e),n,r,i).tokenize()}(t,e,this.getTagDefinition,n,r),s=new Qr(i.tokens,this.getTagDefinition).build();return new zr(s.rootNodes,i.errors.concat(s.errors))},t}(),Qr=function(){function t(t,e){this.tokens=t,this.getTagDefinition=e,this._index=-1,this._rootNodes=[],this._errors=[],this._elementStack=[],this._advance()}return t.prototype.build=function(){for(;this._peek.type!==Ar.EOF;)this._peek.type===Ar.TAG_OPEN_START?this._consumeStartTag(this._advance()):this._peek.type===Ar.TAG_CLOSE?this._consumeEndTag(this._advance()):this._peek.type===Ar.CDATA_START?(this._closeVoidElement(),this._consumeCdata(this._advance())):this._peek.type===Ar.COMMENT_START?(this._closeVoidElement(),this._consumeComment(this._advance())):this._peek.type===Ar.TEXT||this._peek.type===Ar.RAW_TEXT||this._peek.type===Ar.ESCAPABLE_RAW_TEXT?(this._closeVoidElement(),this._consumeText(this._advance())):this._peek.type===Ar.EXPANSION_FORM_START?this._consumeExpansion(this._advance()):this._advance();return new zr(this._rootNodes,this._errors)},t.prototype._advance=function(){var t=this._peek;return this._index<this.tokens.length-1&&this._index++,this._peek=this.tokens[this._index],t},t.prototype._advanceIf=function(t){return this._peek.type===t?this._advance():null},t.prototype._consumeCdata=function(t){this._consumeText(this._advance()),this._advanceIf(Ar.CDATA_END)},t.prototype._consumeComment=function(t){var e=this._advanceIf(Ar.RAW_TEXT);this._advanceIf(Ar.COMMENT_END);var n=null!=e?e.parts[0].trim():null;this._addToParent(new pe(n,t.sourceSpan))},t.prototype._consumeExpansion=function(t){for(var e=this._advance(),n=this._advance(),r=[];this._peek.type===Ar.EXPANSION_CASE_VALUE;){var i=this._parseExpansionCase();if(!i)return;r.push(i)}if(this._peek.type===Ar.EXPANSION_FORM_END){var o=new Pr(t.sourceSpan.start,this._peek.sourceSpan.end);this._addToParent(new ae(e.parts[0],n.parts[0],r,o,e.sourceSpan)),this._advance()}else this._errors.push(Kr.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '}'."))},t.prototype._parseExpansionCase=function(){var e=this._advance();if(this._peek.type!==Ar.EXPANSION_CASE_EXP_START)return this._errors.push(Kr.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '{'.")),null;var n=this._advance(),r=this._collectExpansionExpTokens(n);if(!r)return null;var i=this._advance();r.push(new kr(Ar.EOF,[],i.sourceSpan));var o=new t(r,this.getTagDefinition).build();if(o.errors.length>0)return this._errors=this._errors.concat(o.errors),null;var s=new Pr(e.sourceSpan.start,i.sourceSpan.end),a=new Pr(n.sourceSpan.start,i.sourceSpan.end);return new ue(e.parts[0],o.rootNodes,s,e.sourceSpan,a)},t.prototype._collectExpansionExpTokens=function(t){for(var e=[],n=[Ar.EXPANSION_CASE_EXP_START];;){if(this._peek.type!==Ar.EXPANSION_FORM_START&&this._peek.type!==Ar.EXPANSION_CASE_EXP_START||n.push(this._peek.type),this._peek.type===Ar.EXPANSION_CASE_EXP_END){if(!Gr(n,Ar.EXPANSION_CASE_EXP_START))return this._errors.push(Kr.create(null,t.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(n.pop(),0==n.length)return e}if(this._peek.type===Ar.EXPANSION_FORM_END){if(!Gr(n,Ar.EXPANSION_FORM_START))return this._errors.push(Kr.create(null,t.sourceSpan,"Invalid ICU message. Missing '}'.")),null;n.pop()}if(this._peek.type===Ar.EOF)return this._errors.push(Kr.create(null,t.sourceSpan,"Invalid ICU message. Missing '}'.")),null;e.push(this._advance())}},t.prototype._consumeText=function(t){var e=t.parts[0];if(e.length>0&&"\n"==e[0]){var n=this._getParentElement();null!=n&&0==n.children.length&&this.getTagDefinition(n.name).ignoreFirstLf&&(e=e.substring(1))}e.length>0&&this._addToParent(new se(e,t.sourceSpan))},t.prototype._closeVoidElement=function(){var t=this._getParentElement();t&&this.getTagDefinition(t.name).isVoid&&this._elementStack.pop()},t.prototype._consumeStartTag=function(t){for(var e=t.parts[0],n=t.parts[1],r=[];this._peek.type===Ar.ATTR_NAME;)r.push(this._consumeAttr(this._advance()));var i=this._getElementFullName(e,n,this._getParentElement()),o=!1;if(this._peek.type===Ar.TAG_OPEN_END_VOID){this._advance(),o=!0;var s=this.getTagDefinition(i);s.canSelfClose||null!==m(i)||s.isVoid||this._errors.push(Kr.create(i,t.sourceSpan,'Only void and foreign elements can be self closed "'+t.parts[1]+'"'))}else this._peek.type===Ar.TAG_OPEN_END&&(this._advance(),o=!1);var a=new Pr(t.sourceSpan.start,this._peek.sourceSpan.start),u=new le(i,r,[],a,a,void 0);this._pushElement(u),o&&(this._popElement(i),u.endSourceSpan=a)},t.prototype._pushElement=function(t){var e=this._getParentElement();e&&this.getTagDefinition(e.name).isClosedByChild(t.name)&&this._elementStack.pop();var n=this.getTagDefinition(t.name),r=this._getParentElementSkippingContainers(),i=r.parent,o=r.container;if(i&&n.requireExtraParent(i.name)){var s=new le(n.parentToAdd,[],[],t.sourceSpan,t.startSourceSpan,t.endSourceSpan);this._insertBeforeContainer(i,o,s)}this._addToParent(t),this._elementStack.push(t)},t.prototype._consumeEndTag=function(t){var e=this._getElementFullName(t.parts[0],t.parts[1],this._getParentElement());this._getParentElement()&&(this._getParentElement().endSourceSpan=t.sourceSpan),this.getTagDefinition(e).isVoid?this._errors.push(Kr.create(e,t.sourceSpan,'Void elements do not have end tags "'+t.parts[1]+'"')):this._popElement(e)||this._errors.push(Kr.create(e,t.sourceSpan,'Unexpected closing tag "'+e+'". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags'))},t.prototype._popElement=function(t){for(var e=this._elementStack.length-1;e>=0;e--){var n=this._elementStack[e];if(n.name==t)return this._elementStack.splice(e,this._elementStack.length-e),!0;if(!this.getTagDefinition(n.name).closedByParent)return!1}return!1},t.prototype._consumeAttr=function(t){var e=g(t.parts[0],t.parts[1]),n=t.sourceSpan.end,r="",i=void 0;if(this._peek.type===Ar.ATTR_VALUE){var o=this._advance();r=o.parts[0],n=o.sourceSpan.end,i=o.sourceSpan}return new ce(e,r,new Pr(t.sourceSpan.start,n),i)},t.prototype._getParentElement=function(){return this._elementStack.length>0?this._elementStack[this._elementStack.length-1]:null},t.prototype._getParentElementSkippingContainers=function(){for(var t=null,e=this._elementStack.length-1;e>=0;e--){if(!v(this._elementStack[e].name))return{parent:this._elementStack[e],container:t};t=this._elementStack[e]}return{parent:null,container:t}},t.prototype._addToParent=function(t){var e=this._getParentElement();null!=e?e.children.push(t):this._rootNodes.push(t)},t.prototype._insertBeforeContainer=function(t,e,n){if(e){if(t){var r=t.children.indexOf(e);t.children[r]=n}else this._rootNodes.push(n);n.children.push(e),this._elementStack.splice(this._elementStack.indexOf(e),0,n)}else this._addToParent(n),this._elementStack.push(n)},t.prototype._getElementFullName=function(t,e,n){return null==t&&null==(t=this.getTagDefinition(e).implicitNamespacePrefix)&&null!=n&&(t=m(n.name)),g(t,e)},t}();function Gr(t,e){return t.length>0&&t[t.length-1]===e}
120
120
  /**
121
121
  * @license
122
122
  * Copyright Google Inc. All Rights Reserved.
@@ -130,7 +130,7 @@ var w,x,E=function(){function t(t){var e=void 0===t?{}:t,n=e.closedByChildren,r=
130
130
  *
131
131
  * Use of this source code is governed by an MIT-style license that can be
132
132
  * found in the LICENSE file at https://angular.io/license
133
- */!function(t){t[t.Little=0]="Little",t[t.Big=1]="Big"}(Yr||(Yr={}));var di,vi=function vi(t,e,n,r,i,o){this.nodes=t,this.placeholders=e,this.placeholderToMessage=n,this.meaning=r,this.description=i,this.id=o,this.sources=t.length?[{filePath:t[0].sourceSpan.start.file.url,startLine:t[0].sourceSpan.start.line+1,startCol:t[0].sourceSpan.start.col+1,endLine:t[t.length-1].sourceSpan.end.line+1,endCol:t[0].sourceSpan.start.col+1}]:[]},yi=function(){function t(t,e){this.value=t,this.sourceSpan=e}return t.prototype.visit=function(t,e){return t.visitText(this,e)},t}(),mi=function(){function t(t,e){this.children=t,this.sourceSpan=e}return t.prototype.visit=function(t,e){return t.visitContainer(this,e)},t}(),gi=function(){function t(t,e,n,r){this.expression=t,this.type=e,this.cases=n,this.sourceSpan=r}return t.prototype.visit=function(t,e){return t.visitIcu(this,e)},t}(),_i=function(){function t(t,e,n,r,i,o,s){this.tag=t,this.attrs=e,this.startName=n,this.closeName=r,this.children=i,this.isVoid=o,this.sourceSpan=s}return t.prototype.visit=function(t,e){return t.visitTagPlaceholder(this,e)},t}(),bi=function(){function t(t,e,n){this.value=t,this.name=e,this.sourceSpan=n}return t.prototype.visit=function(t,e){return t.visitPlaceholder(this,e)},t}(),wi=function(){function t(t,e,n){this.value=t,this.name=e,this.sourceSpan=n}return t.prototype.visit=function(t,e){return t.visitIcuPlaceholder(this,e)},t}(),xi=function(){function t(){}return t.prototype.visitText=function(t,e){return new yi(t.value,t.sourceSpan)},t.prototype.visitContainer=function(t,e){var n=this,r=t.children.map(function(t){return t.visit(n,e)});return new mi(r,t.sourceSpan)},t.prototype.visitIcu=function(t,e){var n=this,r={};Object.keys(t.cases).forEach(function(i){return r[i]=t.cases[i].visit(n,e)});var i=new gi(t.expression,t.type,r,t.sourceSpan);return i.expressionPlaceholder=t.expressionPlaceholder,i},t.prototype.visitTagPlaceholder=function(t,e){var n=this,r=t.children.map(function(t){return t.visit(n,e)});return new _i(t.tag,t.attrs,t.startName,t.closeName,r,t.isVoid,t.sourceSpan)},t.prototype.visitPlaceholder=function(t,e){return new bi(t.value,t.name,t.sourceSpan)},t.prototype.visitIcuPlaceholder=function(t,e){return new wi(t.value,t.name,t.sourceSpan)},t}(),Ei=function(){function t(){}return t.prototype.visitText=function(t,e){},t.prototype.visitContainer=function(t,e){var n=this;t.children.forEach(function(t){return t.visit(n)})},t.prototype.visitIcu=function(t,e){var n=this;Object.keys(t.cases).forEach(function(e){t.cases[e].visit(n)})},t.prototype.visitTagPlaceholder=function(t,e){var n=this;t.children.forEach(function(t){return t.visit(n)})},t.prototype.visitPlaceholder=function(t,e){},t.prototype.visitIcuPlaceholder=function(t,e){},t}(),Si={A:"LINK",B:"BOLD_TEXT",BR:"LINE_BREAK",EM:"EMPHASISED_TEXT",H1:"HEADING_LEVEL1",H2:"HEADING_LEVEL2",H3:"HEADING_LEVEL3",H4:"HEADING_LEVEL4",H5:"HEADING_LEVEL5",H6:"HEADING_LEVEL6",HR:"HORIZONTAL_RULE",I:"ITALIC_TEXT",LI:"LIST_ITEM",LINK:"MEDIA_LINK",OL:"ORDERED_LIST",P:"PARAGRAPH",Q:"QUOTATION",S:"STRIKETHROUGH_TEXT",SMALL:"SMALL_TEXT",SUB:"SUBSTRIPT",SUP:"SUPERSCRIPT",TBODY:"TABLE_BODY",TD:"TABLE_CELL",TFOOT:"TABLE_FOOTER",TH:"TABLE_HEADER_CELL",THEAD:"TABLE_HEADER",TR:"TABLE_ROW",TT:"MONOSPACED_TEXT",U:"UNDERLINED_TEXT",UL:"UNORDERED_LIST"},Ci=function(){function t(){this._placeHolderNameCounts={},this._signatureToName={}}return t.prototype.getStartTagPlaceholderName=function(t,e,n){var r=this._hashTag(t,e,n);if(this._signatureToName[r])return this._signatureToName[r];var i=t.toUpperCase(),o=Si[i]||"TAG_"+i,s=this._generateUniqueName(n?o:"START_"+o);return this._signatureToName[r]=s,s},t.prototype.getCloseTagPlaceholderName=function(t){var e=this._hashClosingTag(t);if(this._signatureToName[e])return this._signatureToName[e];var n=t.toUpperCase(),r=this._generateUniqueName("CLOSE_"+(Si[n]||"TAG_"+n));return this._signatureToName[e]=r,r},t.prototype.getPlaceholderName=function(t,e){var n=t.toUpperCase(),r="PH: "+n+"="+e;if(this._signatureToName[r])return this._signatureToName[r];var i=this._generateUniqueName(n);return this._signatureToName[r]=i,i},t.prototype.getUniquePlaceholder=function(t){return this._generateUniqueName(t.toUpperCase())},t.prototype._hashTag=function(t,e,n){return"<"+t+Object.keys(e).sort().map(function(t){return" "+t+"="+e[t]}).join("")+(n?"/>":"></"+t+">")},t.prototype._hashClosingTag=function(t){return this._hashTag("/"+t,{},!1)},t.prototype._generateUniqueName=function(t){if(!this._placeHolderNameCounts.hasOwnProperty(t))return this._placeHolderNameCounts[t]=1,t;var e=this._placeHolderNameCounts[t];return this._placeHolderNameCounts[t]=e+1,t+"_"+e},t}(),Ti=new xr(new Pn),Pi=function(){function t(t,e){this._expressionParser=t,this._interpolationConfig=e}return t.prototype.toI18nMessage=function(t,e,n,r){this._isIcu=1==t.length&&t[0]instanceof ae,this._icuDepth=0,this._placeholderRegistry=new Ci,this._placeholderToContent={},this._placeholderToMessage={};var i=he(this,t,{});return new vi(i,this._placeholderToContent,this._placeholderToMessage,e,n,r)},t.prototype.visitElement=function(t,e){var n=he(this,t.children),r={};t.attrs.forEach(function(t){r[t.name]=t.value});var i=S(t.name).isVoid,o=this._placeholderRegistry.getStartTagPlaceholderName(t.name,r,i);this._placeholderToContent[o]=t.sourceSpan.toString();var s="";return i||(s=this._placeholderRegistry.getCloseTagPlaceholderName(t.name),this._placeholderToContent[s]="</"+t.name+">"),new _i(t.name,r,o,s,n,i,t.sourceSpan)},t.prototype.visitAttribute=function(t,e){return this._visitTextWithInterpolation(t.value,t.sourceSpan)},t.prototype.visitText=function(t,e){return this._visitTextWithInterpolation(t.value,t.sourceSpan)},t.prototype.visitComment=function(t,e){return null},t.prototype.visitExpansion=function(e,n){var r=this;this._icuDepth++;var i={},o=new gi(e.switchValue,e.type,i,e.sourceSpan);if(e.cases.forEach(function(t){i[t.value]=new mi(t.expression.map(function(t){return t.visit(r,{})}),t.expSourceSpan)}),this._icuDepth--,this._isIcu||this._icuDepth>0){var s=this._placeholderRegistry.getUniquePlaceholder("VAR_"+e.type);return o.expressionPlaceholder=s,this._placeholderToContent[s]=e.switchValue,o}var a=this._placeholderRegistry.getPlaceholderName("ICU",e.sourceSpan.toString()),u=new t(this._expressionParser,this._interpolationConfig);return this._placeholderToMessage[a]=u.toI18nMessage([e],"","",""),new wi(o,a,e.sourceSpan)},t.prototype.visitExpansionCase=function(t,e){throw new Error("Unreachable code")},t.prototype._visitTextWithInterpolation=function(t,e){var n=this._expressionParser.splitInterpolation(t,e.start.toString(),this._interpolationConfig);if(!n)return new yi(t,e);for(var r=[],i=new mi(r,e),o=this._interpolationConfig,s=o.start,a=o.end,u=0;u<n.strings.length-1;u++){var c=n.expressions[u],l=c.split(Ai)[2]||"INTERPOLATION",p=this._placeholderRegistry.getPlaceholderName(l,c);n.strings[u].length&&r.push(new yi(n.strings[u],e)),r.push(new bi(c,p,e)),this._placeholderToContent[p]=s+c+a}var h=n.strings.length-1;return n.strings[h].length&&r.push(new yi(n.strings[h],e)),i},t}(),Ai=/\/\/[\s\S]*i18n[\s\S]*\([\s\S]*ph[\s\S]*=[\s\S]*("|')([\s\S]*?)\1[\s\S]*\)/g,Ni=function(t){function e(e,n){return t.call(this,e,n)||this}return o(e,t),e}(Nr),Oi=/^i18n:?/,ki="|",Mi="@@",Ii=!1,Ri=function Ri(t,e){this.messages=t,this.errors=e};!function(t){t[t.Extract=0]="Extract",t[t.Merge=1]="Merge"}(di||(di={}));var Di=function(){function t(t,e){this._implicitTags=t,this._implicitAttrs=e}return t.prototype.extract=function(t,e){var n=this;return this._init(di.Extract,e),t.forEach(function(t){return t.visit(n,null)}),this._inI18nBlock&&this._reportError(t[t.length-1],"Unclosed block"),new Ri(this._messages,this._errors)},t.prototype.merge=function(t,e,n){this._init(di.Merge,n),this._translations=e;var r=new le("wrapper",[],t,void 0,void 0,void 0).visit(this,null);return this._inI18nBlock&&this._reportError(t[t.length-1],"Unclosed block"),new zr(r.children,this._errors)},t.prototype.visitExpansionCase=function(t,e){var n=he(this,t.expression,e);if(this._mode===di.Merge)return new ue(t.value,n,t.sourceSpan,t.valueSourceSpan,t.expSourceSpan)},t.prototype.visitExpansion=function(t,e){this._mayBeAddBlockChildren(t);var n=this._inIcu;this._inIcu||(this._isInTranslatableSection&&this._addMessage([t]),this._inIcu=!0);var r=he(this,t.cases,e);return this._mode===di.Merge&&(t=new ae(t.switchValue,t.type,r,t.sourceSpan,t.switchValueSourceSpan)),this._inIcu=n,t},t.prototype.visitComment=function(t,e){var n=function r(t){return!!(t instanceof pe&&t.value&&t.value.startsWith("i18n"))}(t);if(n&&this._isInTranslatableSection)this._reportError(t,"Could not start a block inside a translatable section");else{var i=function o(t){return!!(t instanceof pe&&t.value&&"/i18n"===t.value)}(t);if(!i||this._inI18nBlock){if(!this._inI18nNode&&!this._inIcu)if(this._inI18nBlock){if(i){if(this._depth==this._blockStartDepth){this._closeTranslatableSection(t,this._blockChildren),this._inI18nBlock=!1;var s=this._addMessage(this._blockChildren,this._blockMeaningAndDesc);return he(this,this._translateMessage(t,s))}return void this._reportError(t,"I18N blocks should not cross element boundaries")}}else n&&(!Ii&&console&&console.warn&&(Ii=!0,console.warn("I18n comments are deprecated, use an <ng-container> element instead ("+t.sourceSpan.start+(t.sourceSpan.details?", "+t.sourceSpan.details:"")+")")),this._inI18nBlock=!0,this._blockStartDepth=this._depth,this._blockChildren=[],this._blockMeaningAndDesc=t.value.replace(Oi,"").trim(),this._openTranslatableSection(t))}else this._reportError(t,"Trying to close an unopened block")}},t.prototype.visitText=function(t,e){return this._isInTranslatableSection&&this._mayBeAddBlockChildren(t),t},t.prototype.visitElement=function(t,e){var n=this;this._mayBeAddBlockChildren(t),this._depth++;var r=this._inI18nNode,i=this._inImplicitNode,o=[],s=void 0,a=function u(t){return t.attrs.find(function(t){return"i18n"===t.name})||null}(t),c=a?a.value:"",l=this._implicitTags.some(function(e){return t.name===e})&&!this._inIcu&&!this._isInTranslatableSection,p=!i&&l;if(this._inImplicitNode=i||l,this._isInTranslatableSection||this._inIcu)(a||p)&&this._reportError(t,"Could not mark an element as translatable inside a translatable section"),this._mode==di.Extract&&he(this,t.children);else{if(a||p){this._inI18nNode=!0;var h=this._addMessage(t.children,c);s=this._translateMessage(t,h)}if(this._mode==di.Extract){var f=a||p;f&&this._openTranslatableSection(t),he(this,t.children),f&&this._closeTranslatableSection(t,t.children)}}if(this._mode===di.Merge&&(s||t.children).forEach(function(t){var r=t.visit(n,e);r&&!n._isInTranslatableSection&&(o=o.concat(r))}),this._visitAttributesOf(t),this._depth--,this._inI18nNode=r,this._inImplicitNode=i,this._mode===di.Merge){var d=this._translateAttributes(t);return new le(t.name,d,o,t.sourceSpan,t.startSourceSpan,t.endSourceSpan)}return null},t.prototype.visitAttribute=function(t,e){throw new Error("unreachable code")},t.prototype._init=function(t,e){this._mode=t,this._inI18nBlock=!1,this._inI18nNode=!1,this._depth=0,this._inIcu=!1,this._msgCountAtSectionStart=void 0,this._errors=[],this._messages=[],this._inImplicitNode=!1,this._createI18nMessage=function n(t){var e=new Pi(Ti,t);return function(t,n,r,i){return e.toI18nMessage(t,n,r,i)}}(e)},t.prototype._visitAttributesOf=function(t){var e=this,n={},r=this._implicitAttrs[t.name]||[];t.attrs.filter(function(t){return t.name.startsWith("i18n-")}).forEach(function(t){return n[t.name.slice("i18n-".length)]=t.value}),t.attrs.forEach(function(t){t.name in n?e._addMessage([t],n[t.name]):r.some(function(e){return t.name===e})&&e._addMessage([t])})},t.prototype._addMessage=function(t,e){if(0==t.length||1==t.length&&t[0]instanceof ce&&!t[0].value)return null;var n=ji(e),r=this._createI18nMessage(t,n.meaning,n.description,n.id);return this._messages.push(r),r},t.prototype._translateMessage=function(t,e){if(e&&this._mode===di.Merge){var n=this._translations.get(e);if(n)return n;this._reportError(t,'Translation unavailable for message id="'+this._translations.digest(e)+'"')}return[]},t.prototype._translateAttributes=function(t){var e=this,n=t.attrs,r={};n.forEach(function(t){t.name.startsWith("i18n-")&&(r[t.name.slice("i18n-".length)]=ji(t.value))});var i=[];return n.forEach(function(n){if("i18n"!==n.name&&!n.name.startsWith("i18n-"))if(n.value&&""!=n.value&&r.hasOwnProperty(n.name)){var o=r[n.name],s=o.id,a=e._createI18nMessage([n],o.meaning,o.description,s),u=e._translations.get(a);u?0==u.length?i.push(new ce(n.name,"",n.sourceSpan)):u[0]instanceof se?i.push(new ce(n.name,u[0].value,n.sourceSpan)):e._reportError(t,'Unexpected translation for attribute "'+n.name+'" (id="'+(s||e._translations.digest(a))+'")'):e._reportError(t,'Translation unavailable for attribute "'+n.name+'" (id="'+(s||e._translations.digest(a))+'")')}else i.push(n)}),i},t.prototype._mayBeAddBlockChildren=function(t){this._inI18nBlock&&!this._inIcu&&this._depth==this._blockStartDepth&&this._blockChildren.push(t)},t.prototype._openTranslatableSection=function(t){this._isInTranslatableSection?this._reportError(t,"Unexpected section start"):this._msgCountAtSectionStart=this._messages.length},Object.defineProperty(t.prototype,"_isInTranslatableSection",{get:function(){return void 0!==this._msgCountAtSectionStart},enumerable:!0,configurable:!0}),t.prototype._closeTranslatableSection=function(t,e){if(this._isInTranslatableSection){var n=this._msgCountAtSectionStart;if(1==e.reduce(function(t,e){return t+(e instanceof pe?0:1)},0))for(var r=this._messages.length-1;r>=n;r--){var i=this._messages[r].nodes;if(!(1==i.length&&i[0]instanceof yi)){this._messages.splice(r,1);break}}this._msgCountAtSectionStart=void 0}else this._reportError(t,"Unexpected section end")},t.prototype._reportError=function(t,e){this._errors.push(new Ni(t.sourceSpan,e))},t}();function ji(t){if(!t)return{meaning:"",description:"",id:""};var e=t.indexOf(Mi),n=t.indexOf(ki),r=h(e>-1?[t.slice(0,e),t.slice(e+2)]:[t,""],2),i=r[0],o=r[1],s=h(n>-1?[i.slice(0,n),i.slice(n+1)]:["",i],2);return{meaning:s[0],description:s[1],id:o}}
133
+ */!function(t){t[t.Little=0]="Little",t[t.Big=1]="Big"}(Yr||(Yr={}));var di,vi=function vi(t,e,n,r,i,o){this.nodes=t,this.placeholders=e,this.placeholderToMessage=n,this.meaning=r,this.description=i,this.id=o,this.sources=t.length?[{filePath:t[0].sourceSpan.start.file.url,startLine:t[0].sourceSpan.start.line+1,startCol:t[0].sourceSpan.start.col+1,endLine:t[t.length-1].sourceSpan.end.line+1,endCol:t[0].sourceSpan.start.col+1}]:[]},yi=function(){function t(t,e){this.value=t,this.sourceSpan=e}return t.prototype.visit=function(t,e){return t.visitText(this,e)},t}(),mi=function(){function t(t,e){this.children=t,this.sourceSpan=e}return t.prototype.visit=function(t,e){return t.visitContainer(this,e)},t}(),gi=function(){function t(t,e,n,r){this.expression=t,this.type=e,this.cases=n,this.sourceSpan=r}return t.prototype.visit=function(t,e){return t.visitIcu(this,e)},t}(),_i=function(){function t(t,e,n,r,i,o,s){this.tag=t,this.attrs=e,this.startName=n,this.closeName=r,this.children=i,this.isVoid=o,this.sourceSpan=s}return t.prototype.visit=function(t,e){return t.visitTagPlaceholder(this,e)},t}(),bi=function(){function t(t,e,n){this.value=t,this.name=e,this.sourceSpan=n}return t.prototype.visit=function(t,e){return t.visitPlaceholder(this,e)},t}(),wi=function(){function t(t,e,n){this.value=t,this.name=e,this.sourceSpan=n}return t.prototype.visit=function(t,e){return t.visitIcuPlaceholder(this,e)},t}(),xi=function(){function t(){}return t.prototype.visitText=function(t,e){return new yi(t.value,t.sourceSpan)},t.prototype.visitContainer=function(t,e){var n=this,r=t.children.map(function(t){return t.visit(n,e)});return new mi(r,t.sourceSpan)},t.prototype.visitIcu=function(t,e){var n=this,r={};Object.keys(t.cases).forEach(function(i){return r[i]=t.cases[i].visit(n,e)});var i=new gi(t.expression,t.type,r,t.sourceSpan);return i.expressionPlaceholder=t.expressionPlaceholder,i},t.prototype.visitTagPlaceholder=function(t,e){var n=this,r=t.children.map(function(t){return t.visit(n,e)});return new _i(t.tag,t.attrs,t.startName,t.closeName,r,t.isVoid,t.sourceSpan)},t.prototype.visitPlaceholder=function(t,e){return new bi(t.value,t.name,t.sourceSpan)},t.prototype.visitIcuPlaceholder=function(t,e){return new wi(t.value,t.name,t.sourceSpan)},t}(),Ei=function(){function t(){}return t.prototype.visitText=function(t,e){},t.prototype.visitContainer=function(t,e){var n=this;t.children.forEach(function(t){return t.visit(n)})},t.prototype.visitIcu=function(t,e){var n=this;Object.keys(t.cases).forEach(function(e){t.cases[e].visit(n)})},t.prototype.visitTagPlaceholder=function(t,e){var n=this;t.children.forEach(function(t){return t.visit(n)})},t.prototype.visitPlaceholder=function(t,e){},t.prototype.visitIcuPlaceholder=function(t,e){},t}(),Si={A:"LINK",B:"BOLD_TEXT",BR:"LINE_BREAK",EM:"EMPHASISED_TEXT",H1:"HEADING_LEVEL1",H2:"HEADING_LEVEL2",H3:"HEADING_LEVEL3",H4:"HEADING_LEVEL4",H5:"HEADING_LEVEL5",H6:"HEADING_LEVEL6",HR:"HORIZONTAL_RULE",I:"ITALIC_TEXT",LI:"LIST_ITEM",LINK:"MEDIA_LINK",OL:"ORDERED_LIST",P:"PARAGRAPH",Q:"QUOTATION",S:"STRIKETHROUGH_TEXT",SMALL:"SMALL_TEXT",SUB:"SUBSTRIPT",SUP:"SUPERSCRIPT",TBODY:"TABLE_BODY",TD:"TABLE_CELL",TFOOT:"TABLE_FOOTER",TH:"TABLE_HEADER_CELL",THEAD:"TABLE_HEADER",TR:"TABLE_ROW",TT:"MONOSPACED_TEXT",U:"UNDERLINED_TEXT",UL:"UNORDERED_LIST"},Ci=function(){function t(){this._placeHolderNameCounts={},this._signatureToName={}}return t.prototype.getStartTagPlaceholderName=function(t,e,n){var r=this._hashTag(t,e,n);if(this._signatureToName[r])return this._signatureToName[r];var i=t.toUpperCase(),o=Si[i]||"TAG_"+i,s=this._generateUniqueName(n?o:"START_"+o);return this._signatureToName[r]=s,s},t.prototype.getCloseTagPlaceholderName=function(t){var e=this._hashClosingTag(t);if(this._signatureToName[e])return this._signatureToName[e];var n=t.toUpperCase(),r=this._generateUniqueName("CLOSE_"+(Si[n]||"TAG_"+n));return this._signatureToName[e]=r,r},t.prototype.getPlaceholderName=function(t,e){var n=t.toUpperCase(),r="PH: "+n+"="+e;if(this._signatureToName[r])return this._signatureToName[r];var i=this._generateUniqueName(n);return this._signatureToName[r]=i,i},t.prototype.getUniquePlaceholder=function(t){return this._generateUniqueName(t.toUpperCase())},t.prototype._hashTag=function(t,e,n){return"<"+t+Object.keys(e).sort().map(function(t){return" "+t+"="+e[t]}).join("")+(n?"/>":"></"+t+">")},t.prototype._hashClosingTag=function(t){return this._hashTag("/"+t,{},!1)},t.prototype._generateUniqueName=function(t){if(!this._placeHolderNameCounts.hasOwnProperty(t))return this._placeHolderNameCounts[t]=1,t;var e=this._placeHolderNameCounts[t];return this._placeHolderNameCounts[t]=e+1,t+"_"+e},t}(),Ti=new xr(new Pn),Pi=function(){function t(t,e){this._expressionParser=t,this._interpolationConfig=e}return t.prototype.toI18nMessage=function(t,e,n,r){this._isIcu=1==t.length&&t[0]instanceof ae,this._icuDepth=0,this._placeholderRegistry=new Ci,this._placeholderToContent={},this._placeholderToMessage={};var i=he(this,t,{});return new vi(i,this._placeholderToContent,this._placeholderToMessage,e,n,r)},t.prototype.visitElement=function(t,e){var n=he(this,t.children),r={};t.attrs.forEach(function(t){r[t.name]=t.value});var i=S(t.name).isVoid,o=this._placeholderRegistry.getStartTagPlaceholderName(t.name,r,i);this._placeholderToContent[o]=t.sourceSpan.toString();var s="";return i||(s=this._placeholderRegistry.getCloseTagPlaceholderName(t.name),this._placeholderToContent[s]="</"+t.name+">"),new _i(t.name,r,o,s,n,i,t.sourceSpan)},t.prototype.visitAttribute=function(t,e){return this._visitTextWithInterpolation(t.value,t.sourceSpan)},t.prototype.visitText=function(t,e){return this._visitTextWithInterpolation(t.value,t.sourceSpan)},t.prototype.visitComment=function(t,e){return null},t.prototype.visitExpansion=function(e,n){var r=this;this._icuDepth++;var i={},o=new gi(e.switchValue,e.type,i,e.sourceSpan);if(e.cases.forEach(function(t){i[t.value]=new mi(t.expression.map(function(t){return t.visit(r,{})}),t.expSourceSpan)}),this._icuDepth--,this._isIcu||this._icuDepth>0){var s=this._placeholderRegistry.getUniquePlaceholder("VAR_"+e.type);return o.expressionPlaceholder=s,this._placeholderToContent[s]=e.switchValue,o}var a=this._placeholderRegistry.getPlaceholderName("ICU",e.sourceSpan.toString()),u=new t(this._expressionParser,this._interpolationConfig);return this._placeholderToMessage[a]=u.toI18nMessage([e],"","",""),new wi(o,a,e.sourceSpan)},t.prototype.visitExpansionCase=function(t,e){throw new Error("Unreachable code")},t.prototype._visitTextWithInterpolation=function(t,e){var n=this._expressionParser.splitInterpolation(t,e.start.toString(),this._interpolationConfig);if(!n)return new yi(t,e);for(var r=[],i=new mi(r,e),o=this._interpolationConfig,s=o.start,a=o.end,u=0;u<n.strings.length-1;u++){var c=n.expressions[u],l=c.split(Ai)[2]||"INTERPOLATION",p=this._placeholderRegistry.getPlaceholderName(l,c);n.strings[u].length&&r.push(new yi(n.strings[u],e)),r.push(new bi(c,p,e)),this._placeholderToContent[p]=s+c+a}var h=n.strings.length-1;return n.strings[h].length&&r.push(new yi(n.strings[h],e)),i},t}(),Ai=/\/\/[\s\S]*i18n[\s\S]*\([\s\S]*ph[\s\S]*=[\s\S]*("|')([\s\S]*?)\1[\s\S]*\)/g,Ni=function(t){function e(e,n){return t.call(this,e,n)||this}return o(e,t),e}(Nr),ki=/^i18n:?/,Oi="|",Mi="@@",Ii=!1,Di=function Di(t,e){this.messages=t,this.errors=e};!function(t){t[t.Extract=0]="Extract",t[t.Merge=1]="Merge"}(di||(di={}));var Ri=function(){function t(t,e){this._implicitTags=t,this._implicitAttrs=e}return t.prototype.extract=function(t,e){var n=this;return this._init(di.Extract,e),t.forEach(function(t){return t.visit(n,null)}),this._inI18nBlock&&this._reportError(t[t.length-1],"Unclosed block"),new Di(this._messages,this._errors)},t.prototype.merge=function(t,e,n){this._init(di.Merge,n),this._translations=e;var r=new le("wrapper",[],t,void 0,void 0,void 0).visit(this,null);return this._inI18nBlock&&this._reportError(t[t.length-1],"Unclosed block"),new zr(r.children,this._errors)},t.prototype.visitExpansionCase=function(t,e){var n=he(this,t.expression,e);if(this._mode===di.Merge)return new ue(t.value,n,t.sourceSpan,t.valueSourceSpan,t.expSourceSpan)},t.prototype.visitExpansion=function(t,e){this._mayBeAddBlockChildren(t);var n=this._inIcu;this._inIcu||(this._isInTranslatableSection&&this._addMessage([t]),this._inIcu=!0);var r=he(this,t.cases,e);return this._mode===di.Merge&&(t=new ae(t.switchValue,t.type,r,t.sourceSpan,t.switchValueSourceSpan)),this._inIcu=n,t},t.prototype.visitComment=function(t,e){var n=function r(t){return!!(t instanceof pe&&t.value&&t.value.startsWith("i18n"))}(t);if(n&&this._isInTranslatableSection)this._reportError(t,"Could not start a block inside a translatable section");else{var i=function o(t){return!!(t instanceof pe&&t.value&&"/i18n"===t.value)}(t);if(!i||this._inI18nBlock){if(!this._inI18nNode&&!this._inIcu)if(this._inI18nBlock){if(i){if(this._depth==this._blockStartDepth){this._closeTranslatableSection(t,this._blockChildren),this._inI18nBlock=!1;var s=this._addMessage(this._blockChildren,this._blockMeaningAndDesc);return he(this,this._translateMessage(t,s))}return void this._reportError(t,"I18N blocks should not cross element boundaries")}}else n&&(!Ii&&console&&console.warn&&(Ii=!0,console.warn("I18n comments are deprecated, use an <ng-container> element instead ("+t.sourceSpan.start+(t.sourceSpan.details?", "+t.sourceSpan.details:"")+")")),this._inI18nBlock=!0,this._blockStartDepth=this._depth,this._blockChildren=[],this._blockMeaningAndDesc=t.value.replace(ki,"").trim(),this._openTranslatableSection(t))}else this._reportError(t,"Trying to close an unopened block")}},t.prototype.visitText=function(t,e){return this._isInTranslatableSection&&this._mayBeAddBlockChildren(t),t},t.prototype.visitElement=function(t,e){var n=this;this._mayBeAddBlockChildren(t),this._depth++;var r=this._inI18nNode,i=this._inImplicitNode,o=[],s=void 0,a=function u(t){return t.attrs.find(function(t){return"i18n"===t.name})||null}(t),c=a?a.value:"",l=this._implicitTags.some(function(e){return t.name===e})&&!this._inIcu&&!this._isInTranslatableSection,p=!i&&l;if(this._inImplicitNode=i||l,this._isInTranslatableSection||this._inIcu)(a||p)&&this._reportError(t,"Could not mark an element as translatable inside a translatable section"),this._mode==di.Extract&&he(this,t.children);else{if(a||p){this._inI18nNode=!0;var h=this._addMessage(t.children,c);s=this._translateMessage(t,h)}if(this._mode==di.Extract){var f=a||p;f&&this._openTranslatableSection(t),he(this,t.children),f&&this._closeTranslatableSection(t,t.children)}}if(this._mode===di.Merge&&(s||t.children).forEach(function(t){var r=t.visit(n,e);r&&!n._isInTranslatableSection&&(o=o.concat(r))}),this._visitAttributesOf(t),this._depth--,this._inI18nNode=r,this._inImplicitNode=i,this._mode===di.Merge){var d=this._translateAttributes(t);return new le(t.name,d,o,t.sourceSpan,t.startSourceSpan,t.endSourceSpan)}return null},t.prototype.visitAttribute=function(t,e){throw new Error("unreachable code")},t.prototype._init=function(t,e){this._mode=t,this._inI18nBlock=!1,this._inI18nNode=!1,this._depth=0,this._inIcu=!1,this._msgCountAtSectionStart=void 0,this._errors=[],this._messages=[],this._inImplicitNode=!1,this._createI18nMessage=function n(t){var e=new Pi(Ti,t);return function(t,n,r,i){return e.toI18nMessage(t,n,r,i)}}(e)},t.prototype._visitAttributesOf=function(t){var e=this,n={},r=this._implicitAttrs[t.name]||[];t.attrs.filter(function(t){return t.name.startsWith("i18n-")}).forEach(function(t){return n[t.name.slice("i18n-".length)]=t.value}),t.attrs.forEach(function(t){t.name in n?e._addMessage([t],n[t.name]):r.some(function(e){return t.name===e})&&e._addMessage([t])})},t.prototype._addMessage=function(t,e){if(0==t.length||1==t.length&&t[0]instanceof ce&&!t[0].value)return null;var n=ji(e),r=this._createI18nMessage(t,n.meaning,n.description,n.id);return this._messages.push(r),r},t.prototype._translateMessage=function(t,e){if(e&&this._mode===di.Merge){var n=this._translations.get(e);if(n)return n;this._reportError(t,'Translation unavailable for message id="'+this._translations.digest(e)+'"')}return[]},t.prototype._translateAttributes=function(t){var e=this,n=t.attrs,r={};n.forEach(function(t){t.name.startsWith("i18n-")&&(r[t.name.slice("i18n-".length)]=ji(t.value))});var i=[];return n.forEach(function(n){if("i18n"!==n.name&&!n.name.startsWith("i18n-"))if(n.value&&""!=n.value&&r.hasOwnProperty(n.name)){var o=r[n.name],s=o.id,a=e._createI18nMessage([n],o.meaning,o.description,s),u=e._translations.get(a);u?0==u.length?i.push(new ce(n.name,"",n.sourceSpan)):u[0]instanceof se?i.push(new ce(n.name,u[0].value,n.sourceSpan)):e._reportError(t,'Unexpected translation for attribute "'+n.name+'" (id="'+(s||e._translations.digest(a))+'")'):e._reportError(t,'Translation unavailable for attribute "'+n.name+'" (id="'+(s||e._translations.digest(a))+'")')}else i.push(n)}),i},t.prototype._mayBeAddBlockChildren=function(t){this._inI18nBlock&&!this._inIcu&&this._depth==this._blockStartDepth&&this._blockChildren.push(t)},t.prototype._openTranslatableSection=function(t){this._isInTranslatableSection?this._reportError(t,"Unexpected section start"):this._msgCountAtSectionStart=this._messages.length},Object.defineProperty(t.prototype,"_isInTranslatableSection",{get:function(){return void 0!==this._msgCountAtSectionStart},enumerable:!0,configurable:!0}),t.prototype._closeTranslatableSection=function(t,e){if(this._isInTranslatableSection){var n=this._msgCountAtSectionStart;if(1==e.reduce(function(t,e){return t+(e instanceof pe?0:1)},0))for(var r=this._messages.length-1;r>=n;r--){var i=this._messages[r].nodes;if(!(1==i.length&&i[0]instanceof yi)){this._messages.splice(r,1);break}}this._msgCountAtSectionStart=void 0}else this._reportError(t,"Unexpected section end")},t.prototype._reportError=function(t,e){this._errors.push(new Ni(t.sourceSpan,e))},t}();function ji(t){if(!t)return{meaning:"",description:"",id:""};var e=t.indexOf(Mi),n=t.indexOf(Oi),r=h(e>-1?[t.slice(0,e),t.slice(e+2)]:[t,""],2),i=r[0],o=r[1],s=h(n>-1?[i.slice(0,n),i.slice(n+1)]:["",i],2);return{meaning:s[0],description:s[1],id:o}}
134
134
  /**
135
135
  * @license
136
136
  * Copyright Google Inc. All Rights Reserved.
@@ -186,14 +186,14 @@ var w,x,E=function(){function t(t){var e=void 0===t?{}:t,n=e.closedByChildren,r=
186
186
  *
187
187
  * Use of this source code is governed by an MIT-style license that can be
188
188
  * found in the LICENSE file at https://angular.io/license
189
- */(n);this._translationBundle=yo.load(e,"i18n",o,r,i)}else this._translationBundle=new yo({},null,Xr,void 0,r,i)}return t.prototype.parse=function(t,e,n,r){void 0===n&&(n=!1),void 0===r&&(r=_e);var i=this._htmlParser.parse(t,e,n,r);return i.errors.length?new zr(i.rootNodes,i.errors):function o(t,e,n,r,i){return new Di(r,i).merge(t,e,n)}(i.rootNodes,this._translationBundle,r,[],{})},t}(),_o="@angular/core",bo=function(){function t(){}return t.ANALYZE_FOR_ENTRY_COMPONENTS={name:"ANALYZE_FOR_ENTRY_COMPONENTS",moduleName:_o},t.ElementRef={name:"ElementRef",moduleName:_o},t.NgModuleRef={name:"NgModuleRef",moduleName:_o},t.ViewContainerRef={name:"ViewContainerRef",moduleName:_o},t.ChangeDetectorRef={name:"ChangeDetectorRef",moduleName:_o},t.QueryList={name:"QueryList",moduleName:_o},t.TemplateRef={name:"TemplateRef",moduleName:_o},t.Renderer2={name:"Renderer2",moduleName:_o},t.CodegenComponentFactoryResolver={name:"ɵCodegenComponentFactoryResolver",moduleName:_o},t.ComponentFactoryResolver={name:"ComponentFactoryResolver",moduleName:_o},t.ComponentFactory={name:"ComponentFactory",moduleName:_o},t.ComponentRef={name:"ComponentRef",moduleName:_o},t.NgModuleFactory={name:"NgModuleFactory",moduleName:_o},t.createModuleFactory={name:"ɵcmf",moduleName:_o},t.moduleDef={name:"ɵmod",moduleName:_o},t.moduleProviderDef={name:"ɵmpd",moduleName:_o},t.RegisterModuleFactoryFn={name:"ɵregisterModuleFactory",moduleName:_o},t.inject={name:"inject",moduleName:_o},t.INJECTOR={name:"INJECTOR",moduleName:_o},t.Injector={name:"Injector",moduleName:_o},t.defineInjectable={name:"defineInjectable",moduleName:_o},t.InjectableDef={name:"ɵInjectableDef",moduleName:_o},t.ViewEncapsulation={name:"ViewEncapsulation",moduleName:_o},t.ChangeDetectionStrategy={name:"ChangeDetectionStrategy",moduleName:_o},t.SecurityContext={name:"SecurityContext",moduleName:_o},t.LOCALE_ID={name:"LOCALE_ID",moduleName:_o},t.TRANSLATIONS_FORMAT={name:"TRANSLATIONS_FORMAT",moduleName:_o},t.inlineInterpolate={name:"ɵinlineInterpolate",moduleName:_o},t.interpolate={name:"ɵinterpolate",moduleName:_o},t.EMPTY_ARRAY={name:"ɵEMPTY_ARRAY",moduleName:_o},t.EMPTY_MAP={name:"ɵEMPTY_MAP",moduleName:_o},t.Renderer={name:"Renderer",moduleName:_o},t.viewDef={name:"ɵvid",moduleName:_o},t.elementDef={name:"ɵeld",moduleName:_o},t.anchorDef={name:"ɵand",moduleName:_o},t.textDef={name:"ɵted",moduleName:_o},t.directiveDef={name:"ɵdid",moduleName:_o},t.providerDef={name:"ɵprd",moduleName:_o},t.queryDef={name:"ɵqud",moduleName:_o},t.pureArrayDef={name:"ɵpad",moduleName:_o},t.pureObjectDef={name:"ɵpod",moduleName:_o},t.purePipeDef={name:"ɵppd",moduleName:_o},t.pipeDef={name:"ɵpid",moduleName:_o},t.nodeValue={name:"ɵnov",moduleName:_o},t.ngContentDef={name:"ɵncd",moduleName:_o},t.unwrapValue={name:"ɵunv",moduleName:_o},t.createRendererType2={name:"ɵcrt",moduleName:_o},t.RendererType2={name:"RendererType2",moduleName:_o},t.ViewDefinition={name:"ɵViewDefinition",moduleName:_o},t.createComponentFactory={name:"ɵccf",moduleName:_o},t}();function wo(t){return{identifier:{reference:t}}}function xo(t,e){return wo(t.resolveExternalReference(e))}
189
+ */(n);this._translationBundle=yo.load(e,"i18n",o,r,i)}else this._translationBundle=new yo({},null,Xr,void 0,r,i)}return t.prototype.parse=function(t,e,n,r){void 0===n&&(n=!1),void 0===r&&(r=_e);var i=this._htmlParser.parse(t,e,n,r);return i.errors.length?new zr(i.rootNodes,i.errors):function o(t,e,n,r,i){return new Ri(r,i).merge(t,e,n)}(i.rootNodes,this._translationBundle,r,[],{})},t}(),_o="@angular/core",bo=function(){function t(){}return t.ANALYZE_FOR_ENTRY_COMPONENTS={name:"ANALYZE_FOR_ENTRY_COMPONENTS",moduleName:_o},t.ElementRef={name:"ElementRef",moduleName:_o},t.NgModuleRef={name:"NgModuleRef",moduleName:_o},t.ViewContainerRef={name:"ViewContainerRef",moduleName:_o},t.ChangeDetectorRef={name:"ChangeDetectorRef",moduleName:_o},t.QueryList={name:"QueryList",moduleName:_o},t.TemplateRef={name:"TemplateRef",moduleName:_o},t.Renderer2={name:"Renderer2",moduleName:_o},t.CodegenComponentFactoryResolver={name:"ɵCodegenComponentFactoryResolver",moduleName:_o},t.ComponentFactoryResolver={name:"ComponentFactoryResolver",moduleName:_o},t.ComponentFactory={name:"ComponentFactory",moduleName:_o},t.ComponentRef={name:"ComponentRef",moduleName:_o},t.NgModuleFactory={name:"NgModuleFactory",moduleName:_o},t.createModuleFactory={name:"ɵcmf",moduleName:_o},t.moduleDef={name:"ɵmod",moduleName:_o},t.moduleProviderDef={name:"ɵmpd",moduleName:_o},t.RegisterModuleFactoryFn={name:"ɵregisterModuleFactory",moduleName:_o},t.inject={name:"inject",moduleName:_o},t.INJECTOR={name:"INJECTOR",moduleName:_o},t.Injector={name:"Injector",moduleName:_o},t.defineInjectable={name:"defineInjectable",moduleName:_o},t.InjectableDef={name:"ɵInjectableDef",moduleName:_o},t.ViewEncapsulation={name:"ViewEncapsulation",moduleName:_o},t.ChangeDetectionStrategy={name:"ChangeDetectionStrategy",moduleName:_o},t.SecurityContext={name:"SecurityContext",moduleName:_o},t.LOCALE_ID={name:"LOCALE_ID",moduleName:_o},t.TRANSLATIONS_FORMAT={name:"TRANSLATIONS_FORMAT",moduleName:_o},t.inlineInterpolate={name:"ɵinlineInterpolate",moduleName:_o},t.interpolate={name:"ɵinterpolate",moduleName:_o},t.EMPTY_ARRAY={name:"ɵEMPTY_ARRAY",moduleName:_o},t.EMPTY_MAP={name:"ɵEMPTY_MAP",moduleName:_o},t.Renderer={name:"Renderer",moduleName:_o},t.viewDef={name:"ɵvid",moduleName:_o},t.elementDef={name:"ɵeld",moduleName:_o},t.anchorDef={name:"ɵand",moduleName:_o},t.textDef={name:"ɵted",moduleName:_o},t.directiveDef={name:"ɵdid",moduleName:_o},t.providerDef={name:"ɵprd",moduleName:_o},t.queryDef={name:"ɵqud",moduleName:_o},t.pureArrayDef={name:"ɵpad",moduleName:_o},t.pureObjectDef={name:"ɵpod",moduleName:_o},t.purePipeDef={name:"ɵppd",moduleName:_o},t.pipeDef={name:"ɵpid",moduleName:_o},t.nodeValue={name:"ɵnov",moduleName:_o},t.ngContentDef={name:"ɵncd",moduleName:_o},t.unwrapValue={name:"ɵunv",moduleName:_o},t.createRendererType2={name:"ɵcrt",moduleName:_o},t.RendererType2={name:"RendererType2",moduleName:_o},t.ViewDefinition={name:"ɵViewDefinition",moduleName:_o},t.createComponentFactory={name:"ɵccf",moduleName:_o},t}();function wo(t){return{identifier:{reference:t}}}function xo(t,e){return wo(t.resolveExternalReference(e))}
190
190
  /**
191
191
  * @license
192
192
  * Copyright Google Inc. All Rights Reserved.
193
193
  *
194
194
  * Use of this source code is governed by an MIT-style license that can be
195
195
  * found in the LICENSE file at https://angular.io/license
196
- */!function(t){t[t.Const=0]="Const"}(lo||(lo={}));var Eo,So=function(){function t(t){void 0===t&&(t=null),this.modifiers=t,t||(this.modifiers=[])}return t.prototype.hasModifier=function(t){return-1!==this.modifiers.indexOf(t)},t}();!function(t){t[t.Dynamic=0]="Dynamic",t[t.Bool=1]="Bool",t[t.String=2]="String",t[t.Int=3]="Int",t[t.Number=4]="Number",t[t.Function=5]="Function",t[t.Inferred=6]="Inferred",t[t.None=7]="None"}(Eo||(Eo={}));var Co,To=function(t){function e(e,n){void 0===n&&(n=null);var r=t.call(this,n)||this;return r.name=e,r}return o(e,t),e.prototype.visitType=function(t,e){return t.visitBuiltinType(this,e)},e}(So),Po=(function(t){function e(e,n,r){void 0===n&&(n=null),void 0===r&&(r=null);var i=t.call(this,n)||this;return i.value=e,i.typeParams=r,i}o(e,t),e.prototype.visitType=function(t,e){return t.visitExpressionType(this,e)}}(So),function(t){function e(e,n){void 0===n&&(n=null);var r=t.call(this,n)||this;return r.of=e,r}o(e,t),e.prototype.visitType=function(t,e){return t.visitArrayType(this,e)}}(So),function(t){function e(e,n){void 0===n&&(n=null);var r=t.call(this,n)||this;return r.valueType=e||null,r}return o(e,t),e.prototype.visitType=function(t,e){return t.visitMapType(this,e)},e}(So)),Ao=(new To(Eo.Dynamic),new To(Eo.Inferred)),No=new To(Eo.Bool);function Oo(t,e){return null==t||null==e?t==e:t.isEquivalent(e)}function ko(t,e){var n=t.length;if(n!==e.length)return!1;for(var r=0;r<n;r++)if(!t[r].isEquivalent(e[r]))return!1;return!0}new To(Eo.Int),new To(Eo.Number),new To(Eo.String),new To(Eo.Function),new To(Eo.None),function(t){t[t.Equals=0]="Equals",t[t.NotEquals=1]="NotEquals",t[t.Identical=2]="Identical",t[t.NotIdentical=3]="NotIdentical",t[t.Minus=4]="Minus",t[t.Plus=5]="Plus",t[t.Divide=6]="Divide",t[t.Multiply=7]="Multiply",t[t.Modulo=8]="Modulo",t[t.And=9]="And",t[t.Or=10]="Or",t[t.BitwiseAnd=11]="BitwiseAnd",t[t.Lower=12]="Lower",t[t.LowerEquals=13]="LowerEquals",t[t.Bigger=14]="Bigger",t[t.BiggerEquals=15]="BiggerEquals"}(Co||(Co={}));var Mo,Io=function(){function t(t,e){this.type=t||null,this.sourceSpan=e||null}return t.prototype.prop=function(t,e){return new Zo(this,t,null,e)},t.prototype.key=function(t,e,n){return new Jo(this,t,e,n)},t.prototype.callMethod=function(t,e,n){return new Ho(this,t,e,null,n)},t.prototype.callFn=function(t,e){return new Uo(this,t,null,e)},t.prototype.instantiate=function(t,e,n){return new qo(this,t,e,n)},t.prototype.conditional=function(t,e,n){return void 0===e&&(e=null),new Wo(this,t,e,null,n)},t.prototype.equals=function(t,e){return new Yo(Co.Equals,this,t,null,e)},t.prototype.notEquals=function(t,e){return new Yo(Co.NotEquals,this,t,null,e)},t.prototype.identical=function(t,e){return new Yo(Co.Identical,this,t,null,e)},t.prototype.notIdentical=function(t,e){return new Yo(Co.NotIdentical,this,t,null,e)},t.prototype.minus=function(t,e){return new Yo(Co.Minus,this,t,null,e)},t.prototype.plus=function(t,e){return new Yo(Co.Plus,this,t,null,e)},t.prototype.divide=function(t,e){return new Yo(Co.Divide,this,t,null,e)},t.prototype.multiply=function(t,e){return new Yo(Co.Multiply,this,t,null,e)},t.prototype.modulo=function(t,e){return new Yo(Co.Modulo,this,t,null,e)},t.prototype.and=function(t,e){return new Yo(Co.And,this,t,null,e)},t.prototype.bitwiseAnd=function(t,e,n){return void 0===n&&(n=!0),new Yo(Co.BitwiseAnd,this,t,null,e,n)},t.prototype.or=function(t,e){return new Yo(Co.Or,this,t,null,e)},t.prototype.lower=function(t,e){return new Yo(Co.Lower,this,t,null,e)},t.prototype.lowerEquals=function(t,e){return new Yo(Co.LowerEquals,this,t,null,e)},t.prototype.bigger=function(t,e){return new Yo(Co.Bigger,this,t,null,e)},t.prototype.biggerEquals=function(t,e){return new Yo(Co.BiggerEquals,this,t,null,e)},t.prototype.isBlank=function(t){return this.equals(is,t)},t.prototype.cast=function(t,e){return new Xo(this,t,e)},t.prototype.toStmt=function(){return new us(this,null)},t}();!function(t){t[t.This=0]="This",t[t.Super=1]="Super",t[t.CatchError=2]="CatchError",t[t.CatchStack=3]="CatchStack"}(Mo||(Mo={}));var Ro,Do=function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return"string"==typeof e?(i.name=e,i.builtin=null):(i.name=null,i.builtin=e),i}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.name===t.name&&this.builtin===t.builtin},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitReadVarExpr(this,e)},e.prototype.set=function(t){if(!this.name)throw new Error("Built in variable "+this.builtin+" can not be assigned to.");return new Lo(this.name,t,null,this.sourceSpan)},e}(Io),jo=function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return i.expr=e,i}return o(e,t),e.prototype.visitExpression=function(t,e){return t.visitTypeofExpr(this,e)},e.prototype.isEquivalent=function(t){return t instanceof e&&t.expr.isEquivalent(this.expr)},e.prototype.isConstant=function(){return this.expr.isConstant()},e}(Io),Lo=(function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return i.node=e,i}o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.node===t.node},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitWrappedNodeExpr(this,e)}}(Io),function(t){function e(e,n,r,i){var o=t.call(this,r||n.type,i)||this;return o.name=e,o.value=n,o}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.name===t.name&&this.value.isEquivalent(t.value)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitWriteVarExpr(this,e)},e.prototype.toDeclStmt=function(t,e){return new ss(this.name,this.value,t,e,this.sourceSpan)},e.prototype.toConstDecl=function(){return this.toDeclStmt(Ao,[Bo.Final])},e}(Io)),Fo=function(t){function e(e,n,r,i,o){var s=t.call(this,i||r.type,o)||this;return s.receiver=e,s.index=n,s.value=r,s}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.receiver.isEquivalent(t.receiver)&&this.index.isEquivalent(t.index)&&this.value.isEquivalent(t.value)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitWriteKeyExpr(this,e)},e}(Io),Vo=function(t){function e(e,n,r,i,o){var s=t.call(this,i||r.type,o)||this;return s.receiver=e,s.name=n,s.value=r,s}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.receiver.isEquivalent(t.receiver)&&this.name===t.name&&this.value.isEquivalent(t.value)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitWritePropExpr(this,e)},e}(Io);!function(t){t[t.ConcatArray=0]="ConcatArray",t[t.SubscribeObservable=1]="SubscribeObservable",t[t.Bind=2]="Bind"}(Ro||(Ro={}));var Bo,Ho=function(t){function e(e,n,r,i,o){var s=t.call(this,i,o)||this;return s.receiver=e,s.args=r,"string"==typeof n?(s.name=n,s.builtin=null):(s.name=null,s.builtin=n),s}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.receiver.isEquivalent(t.receiver)&&this.name===t.name&&this.builtin===t.builtin&&ko(this.args,t.args)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitInvokeMethodExpr(this,e)},e}(Io),Uo=function(t){function e(e,n,r,i){var o=t.call(this,r,i)||this;return o.fn=e,o.args=n,o}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.fn.isEquivalent(t.fn)&&ko(this.args,t.args)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitInvokeFunctionExpr(this,e)},e}(Io),qo=function(t){function e(e,n,r,i){var o=t.call(this,r,i)||this;return o.classExpr=e,o.args=n,o}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.classExpr.isEquivalent(t.classExpr)&&ko(this.args,t.args)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitInstantiateExpr(this,e)},e}(Io),Ko=function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return i.value=e,i}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.value===t.value},e.prototype.isConstant=function(){return!0},e.prototype.visitExpression=function(t,e){return t.visitLiteralExpr(this,e)},e}(Io),zo=function(t){function e(e,n,r,i){void 0===r&&(r=null);var o=t.call(this,n,i)||this;return o.value=e,o.typeParams=r,o}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.value.name===t.value.name&&this.value.moduleName===t.value.moduleName&&this.value.runtime===t.value.runtime},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitExternalExpr(this,e)},e}(Io),Wo=function(t){function e(e,n,r,i,o){void 0===r&&(r=null);var s=t.call(this,i||n.type,o)||this;return s.condition=e,s.falseCase=r,s.trueCase=n,s}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.condition.isEquivalent(t.condition)&&this.trueCase.isEquivalent(t.trueCase)&&Oo(this.falseCase,t.falseCase)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitConditionalExpr(this,e)},e}(Io),Qo=function(t){function e(e,n){var r=t.call(this,No,n)||this;return r.condition=e,r}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.condition.isEquivalent(t.condition)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitNotExpr(this,e)},e}(Io),Go=function(t){function e(e,n){var r=t.call(this,e.type,n)||this;return r.condition=e,r}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.condition.isEquivalent(t.condition)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitAssertNotNullExpr(this,e)},e}(Io),Xo=function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return i.value=e,i}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.value.isEquivalent(t.value)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitCastExpr(this,e)},e}(Io),$o=function(t){function e(e,n,r,i,o){var s=t.call(this,r,i)||this;return s.params=e,s.statements=n,s.name=o,s}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&ko(this.params,t.params)&&ko(this.statements,t.statements)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitFunctionExpr(this,e)},e.prototype.toDeclStmt=function(t,e){return void 0===e&&(e=null),new as(t,this.params,this.statements,this.type,e,this.sourceSpan)},e}(Io),Yo=function(t){function e(e,n,r,i,o,s){void 0===s&&(s=!0);var a=t.call(this,i||n.type,o)||this;return a.operator=e,a.rhs=r,a.parens=s,a.lhs=n,a}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.operator===t.operator&&this.lhs.isEquivalent(t.lhs)&&this.rhs.isEquivalent(t.rhs)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitBinaryOperatorExpr(this,e)},e}(Io),Zo=function(t){function e(e,n,r,i){var o=t.call(this,r,i)||this;return o.receiver=e,o.name=n,o}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.receiver.isEquivalent(t.receiver)&&this.name===t.name},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitReadPropExpr(this,e)},e.prototype.set=function(t){return new Vo(this.receiver,this.name,t,null,this.sourceSpan)},e}(Io),Jo=function(t){function e(e,n,r,i){var o=t.call(this,r,i)||this;return o.receiver=e,o.index=n,o}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.receiver.isEquivalent(t.receiver)&&this.index.isEquivalent(t.index)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitReadKeyExpr(this,e)},e.prototype.set=function(t){return new Fo(this.receiver,this.index,t,null,this.sourceSpan)},e}(Io),ts=function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return i.entries=e,i}return o(e,t),e.prototype.isConstant=function(){return this.entries.every(function(t){return t.isConstant()})},e.prototype.isEquivalent=function(t){return t instanceof e&&ko(this.entries,t.entries)},e.prototype.visitExpression=function(t,e){return t.visitLiteralArrayExpr(this,e)},e}(Io),es=function(){function t(t,e,n){this.key=t,this.value=e,this.quoted=n}return t.prototype.isEquivalent=function(t){return this.key===t.key&&this.value.isEquivalent(t.value)},t}(),ns=function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return i.entries=e,i.valueType=null,n&&(i.valueType=n.valueType),i}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&ko(this.entries,t.entries)},e.prototype.isConstant=function(){return this.entries.every(function(t){return t.value.isConstant()})},e.prototype.visitExpression=function(t,e){return t.visitLiteralMapExpr(this,e)},e}(Io),rs=function(t){function e(e,n){var r=t.call(this,e[e.length-1].type,n)||this;return r.parts=e,r}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&ko(this.parts,t.parts)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitCommaExpr(this,e)},e}(Io),is=(new Do(Mo.This,null,null),new Do(Mo.Super,null,null),new Do(Mo.CatchError,null,null),new Do(Mo.CatchStack,null,null),new Ko(null,null,null),new Ko(null,Ao,null));!function(t){t[t.Final=0]="Final",t[t.Private=1]="Private",t[t.Exported=2]="Exported",t[t.Static=3]="Static"}(Bo||(Bo={}));var os=function(){function t(t,e){this.modifiers=t||[],this.sourceSpan=e||null}return t.prototype.hasModifier=function(t){return-1!==this.modifiers.indexOf(t)},t}(),ss=function(t){function e(e,n,r,i,o){void 0===i&&(i=null);var s=t.call(this,i,o)||this;return s.name=e,s.value=n,s.type=r||n&&n.type||null,s}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.name===t.name&&(this.value?!!t.value&&this.value.isEquivalent(t.value):!t.value)},e.prototype.visitStatement=function(t,e){return t.visitDeclareVarStmt(this,e)},e}(os),as=function(t){function e(e,n,r,i,o,s){void 0===o&&(o=null);var a=t.call(this,o,s)||this;return a.name=e,a.params=n,a.statements=r,a.type=i||null,a}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&ko(this.params,t.params)&&ko(this.statements,t.statements)},e.prototype.visitStatement=function(t,e){return t.visitDeclareFunctionStmt(this,e)},e}(os),us=function(t){function e(e,n){var r=t.call(this,null,n)||this;return r.expr=e,r}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.expr.isEquivalent(t.expr)},e.prototype.visitStatement=function(t,e){return t.visitExpressionStmt(this,e)},e}(os),cs=function(t){function e(e,n){var r=t.call(this,null,n)||this;return r.value=e,r}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.value.isEquivalent(t.value)},e.prototype.visitStatement=function(t,e){return t.visitReturnStmt(this,e)},e}(os),ls=function(){function t(t,e){this.modifiers=e,e||(this.modifiers=[]),this.type=t||null}return t.prototype.hasModifier=function(t){return-1!==this.modifiers.indexOf(t)},t}(),ps=(function(t){function e(e,n,r,i){void 0===r&&(r=null);var o=t.call(this,n,r)||this;return o.name=e,o.initializer=i,o}o(e,t),e.prototype.isEquivalent=function(t){return this.name===t.name}}(ls),function(t){function e(e,n,r,i,o){void 0===o&&(o=null);var s=t.call(this,i,o)||this;return s.name=e,s.params=n,s.body=r,s}return o(e,t),e.prototype.isEquivalent=function(t){return this.name===t.name&&ko(this.body,t.body)},e}(ls)),hs=function(t){function e(e,n,r,i){void 0===i&&(i=null);var o=t.call(this,r,i)||this;return o.name=e,o.body=n,o}return o(e,t),e.prototype.isEquivalent=function(t){return this.name===t.name&&ko(this.body,t.body)},e}(ls),fs=function(t){function e(e,n,r,i,o,s,a,u){void 0===a&&(a=null);var c=t.call(this,a,u)||this;return c.name=e,c.parent=n,c.fields=r,c.getters=i,c.constructorMethod=o,c.methods=s,c}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.name===t.name&&Oo(this.parent,t.parent)&&ko(this.fields,t.fields)&&ko(this.getters,t.getters)&&this.constructorMethod.isEquivalent(t.constructorMethod)&&ko(this.methods,t.methods)},e.prototype.visitStatement=function(t,e){return t.visitDeclareClassStmt(this,e)},e}(os),ds=function(t){function e(e,n,r,i){void 0===r&&(r=[]);var o=t.call(this,null,i)||this;return o.condition=e,o.trueCase=n,o.falseCase=r,o}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.condition.isEquivalent(t.condition)&&ko(this.trueCase,t.trueCase)&&ko(this.falseCase,t.falseCase)},e.prototype.visitStatement=function(t,e){return t.visitIfStmt(this,e)},e}(os),vs=(function(t){function e(e,n,r){void 0===n&&(n=!1);var i=t.call(this,null,r)||this;return i.comment=e,i.multiline=n,i}o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e},e.prototype.visitStatement=function(t,e){return t.visitCommentStmt(this,e)}}(os),function(t){function e(e,n){void 0===e&&(e=[]);var r=t.call(this,null,n)||this;return r.tags=e,r}o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.toString()===t.toString()},e.prototype.visitStatement=function(t,e){return t.visitJSDocCommentStmt(this,e)},e.prototype.toString=function(){return function t(e){var n,r;if(0===e.length)return"";var i="*\n";try{for(var o=p(e),s=o.next();!s.done;s=o.next())i+=" *",i+=Es(s.value).replace(/\n/g,"\n * "),i+="\n"}catch(t){n={error:t}}finally{try{s&&!s.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return i+" "}
196
+ */!function(t){t[t.Const=0]="Const"}(lo||(lo={}));var Eo,So=function(){function t(t){void 0===t&&(t=null),this.modifiers=t,t||(this.modifiers=[])}return t.prototype.hasModifier=function(t){return-1!==this.modifiers.indexOf(t)},t}();!function(t){t[t.Dynamic=0]="Dynamic",t[t.Bool=1]="Bool",t[t.String=2]="String",t[t.Int=3]="Int",t[t.Number=4]="Number",t[t.Function=5]="Function",t[t.Inferred=6]="Inferred",t[t.None=7]="None"}(Eo||(Eo={}));var Co,To=function(t){function e(e,n){void 0===n&&(n=null);var r=t.call(this,n)||this;return r.name=e,r}return o(e,t),e.prototype.visitType=function(t,e){return t.visitBuiltinType(this,e)},e}(So),Po=(function(t){function e(e,n,r){void 0===n&&(n=null),void 0===r&&(r=null);var i=t.call(this,n)||this;return i.value=e,i.typeParams=r,i}o(e,t),e.prototype.visitType=function(t,e){return t.visitExpressionType(this,e)}}(So),function(t){function e(e,n){void 0===n&&(n=null);var r=t.call(this,n)||this;return r.of=e,r}o(e,t),e.prototype.visitType=function(t,e){return t.visitArrayType(this,e)}}(So),function(t){function e(e,n){void 0===n&&(n=null);var r=t.call(this,n)||this;return r.valueType=e||null,r}return o(e,t),e.prototype.visitType=function(t,e){return t.visitMapType(this,e)},e}(So)),Ao=(new To(Eo.Dynamic),new To(Eo.Inferred)),No=new To(Eo.Bool);function ko(t,e){return null==t||null==e?t==e:t.isEquivalent(e)}function Oo(t,e){var n=t.length;if(n!==e.length)return!1;for(var r=0;r<n;r++)if(!t[r].isEquivalent(e[r]))return!1;return!0}new To(Eo.Int),new To(Eo.Number),new To(Eo.String),new To(Eo.Function),new To(Eo.None),function(t){t[t.Equals=0]="Equals",t[t.NotEquals=1]="NotEquals",t[t.Identical=2]="Identical",t[t.NotIdentical=3]="NotIdentical",t[t.Minus=4]="Minus",t[t.Plus=5]="Plus",t[t.Divide=6]="Divide",t[t.Multiply=7]="Multiply",t[t.Modulo=8]="Modulo",t[t.And=9]="And",t[t.Or=10]="Or",t[t.BitwiseAnd=11]="BitwiseAnd",t[t.Lower=12]="Lower",t[t.LowerEquals=13]="LowerEquals",t[t.Bigger=14]="Bigger",t[t.BiggerEquals=15]="BiggerEquals"}(Co||(Co={}));var Mo,Io=function(){function t(t,e){this.type=t||null,this.sourceSpan=e||null}return t.prototype.prop=function(t,e){return new Zo(this,t,null,e)},t.prototype.key=function(t,e,n){return new Jo(this,t,e,n)},t.prototype.callMethod=function(t,e,n){return new Ho(this,t,e,null,n)},t.prototype.callFn=function(t,e){return new Uo(this,t,null,e)},t.prototype.instantiate=function(t,e,n){return new qo(this,t,e,n)},t.prototype.conditional=function(t,e,n){return void 0===e&&(e=null),new Wo(this,t,e,null,n)},t.prototype.equals=function(t,e){return new Yo(Co.Equals,this,t,null,e)},t.prototype.notEquals=function(t,e){return new Yo(Co.NotEquals,this,t,null,e)},t.prototype.identical=function(t,e){return new Yo(Co.Identical,this,t,null,e)},t.prototype.notIdentical=function(t,e){return new Yo(Co.NotIdentical,this,t,null,e)},t.prototype.minus=function(t,e){return new Yo(Co.Minus,this,t,null,e)},t.prototype.plus=function(t,e){return new Yo(Co.Plus,this,t,null,e)},t.prototype.divide=function(t,e){return new Yo(Co.Divide,this,t,null,e)},t.prototype.multiply=function(t,e){return new Yo(Co.Multiply,this,t,null,e)},t.prototype.modulo=function(t,e){return new Yo(Co.Modulo,this,t,null,e)},t.prototype.and=function(t,e){return new Yo(Co.And,this,t,null,e)},t.prototype.bitwiseAnd=function(t,e,n){return void 0===n&&(n=!0),new Yo(Co.BitwiseAnd,this,t,null,e,n)},t.prototype.or=function(t,e){return new Yo(Co.Or,this,t,null,e)},t.prototype.lower=function(t,e){return new Yo(Co.Lower,this,t,null,e)},t.prototype.lowerEquals=function(t,e){return new Yo(Co.LowerEquals,this,t,null,e)},t.prototype.bigger=function(t,e){return new Yo(Co.Bigger,this,t,null,e)},t.prototype.biggerEquals=function(t,e){return new Yo(Co.BiggerEquals,this,t,null,e)},t.prototype.isBlank=function(t){return this.equals(is,t)},t.prototype.cast=function(t,e){return new Xo(this,t,e)},t.prototype.toStmt=function(){return new us(this,null)},t}();!function(t){t[t.This=0]="This",t[t.Super=1]="Super",t[t.CatchError=2]="CatchError",t[t.CatchStack=3]="CatchStack"}(Mo||(Mo={}));var Do,Ro=function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return"string"==typeof e?(i.name=e,i.builtin=null):(i.name=null,i.builtin=e),i}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.name===t.name&&this.builtin===t.builtin},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitReadVarExpr(this,e)},e.prototype.set=function(t){if(!this.name)throw new Error("Built in variable "+this.builtin+" can not be assigned to.");return new Lo(this.name,t,null,this.sourceSpan)},e}(Io),jo=function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return i.expr=e,i}return o(e,t),e.prototype.visitExpression=function(t,e){return t.visitTypeofExpr(this,e)},e.prototype.isEquivalent=function(t){return t instanceof e&&t.expr.isEquivalent(this.expr)},e.prototype.isConstant=function(){return this.expr.isConstant()},e}(Io),Lo=(function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return i.node=e,i}o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.node===t.node},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitWrappedNodeExpr(this,e)}}(Io),function(t){function e(e,n,r,i){var o=t.call(this,r||n.type,i)||this;return o.name=e,o.value=n,o}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.name===t.name&&this.value.isEquivalent(t.value)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitWriteVarExpr(this,e)},e.prototype.toDeclStmt=function(t,e){return new ss(this.name,this.value,t,e,this.sourceSpan)},e.prototype.toConstDecl=function(){return this.toDeclStmt(Ao,[Bo.Final])},e}(Io)),Fo=function(t){function e(e,n,r,i,o){var s=t.call(this,i||r.type,o)||this;return s.receiver=e,s.index=n,s.value=r,s}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.receiver.isEquivalent(t.receiver)&&this.index.isEquivalent(t.index)&&this.value.isEquivalent(t.value)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitWriteKeyExpr(this,e)},e}(Io),Vo=function(t){function e(e,n,r,i,o){var s=t.call(this,i||r.type,o)||this;return s.receiver=e,s.name=n,s.value=r,s}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.receiver.isEquivalent(t.receiver)&&this.name===t.name&&this.value.isEquivalent(t.value)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitWritePropExpr(this,e)},e}(Io);!function(t){t[t.ConcatArray=0]="ConcatArray",t[t.SubscribeObservable=1]="SubscribeObservable",t[t.Bind=2]="Bind"}(Do||(Do={}));var Bo,Ho=function(t){function e(e,n,r,i,o){var s=t.call(this,i,o)||this;return s.receiver=e,s.args=r,"string"==typeof n?(s.name=n,s.builtin=null):(s.name=null,s.builtin=n),s}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.receiver.isEquivalent(t.receiver)&&this.name===t.name&&this.builtin===t.builtin&&Oo(this.args,t.args)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitInvokeMethodExpr(this,e)},e}(Io),Uo=function(t){function e(e,n,r,i){var o=t.call(this,r,i)||this;return o.fn=e,o.args=n,o}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.fn.isEquivalent(t.fn)&&Oo(this.args,t.args)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitInvokeFunctionExpr(this,e)},e}(Io),qo=function(t){function e(e,n,r,i){var o=t.call(this,r,i)||this;return o.classExpr=e,o.args=n,o}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.classExpr.isEquivalent(t.classExpr)&&Oo(this.args,t.args)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitInstantiateExpr(this,e)},e}(Io),Ko=function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return i.value=e,i}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.value===t.value},e.prototype.isConstant=function(){return!0},e.prototype.visitExpression=function(t,e){return t.visitLiteralExpr(this,e)},e}(Io),zo=function(t){function e(e,n,r,i){void 0===r&&(r=null);var o=t.call(this,n,i)||this;return o.value=e,o.typeParams=r,o}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.value.name===t.value.name&&this.value.moduleName===t.value.moduleName&&this.value.runtime===t.value.runtime},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitExternalExpr(this,e)},e}(Io),Wo=function(t){function e(e,n,r,i,o){void 0===r&&(r=null);var s=t.call(this,i||n.type,o)||this;return s.condition=e,s.falseCase=r,s.trueCase=n,s}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.condition.isEquivalent(t.condition)&&this.trueCase.isEquivalent(t.trueCase)&&ko(this.falseCase,t.falseCase)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitConditionalExpr(this,e)},e}(Io),Qo=function(t){function e(e,n){var r=t.call(this,No,n)||this;return r.condition=e,r}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.condition.isEquivalent(t.condition)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitNotExpr(this,e)},e}(Io),Go=function(t){function e(e,n){var r=t.call(this,e.type,n)||this;return r.condition=e,r}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.condition.isEquivalent(t.condition)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitAssertNotNullExpr(this,e)},e}(Io),Xo=function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return i.value=e,i}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.value.isEquivalent(t.value)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitCastExpr(this,e)},e}(Io),$o=function(t){function e(e,n,r,i,o){var s=t.call(this,r,i)||this;return s.params=e,s.statements=n,s.name=o,s}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&Oo(this.params,t.params)&&Oo(this.statements,t.statements)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitFunctionExpr(this,e)},e.prototype.toDeclStmt=function(t,e){return void 0===e&&(e=null),new as(t,this.params,this.statements,this.type,e,this.sourceSpan)},e}(Io),Yo=function(t){function e(e,n,r,i,o,s){void 0===s&&(s=!0);var a=t.call(this,i||n.type,o)||this;return a.operator=e,a.rhs=r,a.parens=s,a.lhs=n,a}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.operator===t.operator&&this.lhs.isEquivalent(t.lhs)&&this.rhs.isEquivalent(t.rhs)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitBinaryOperatorExpr(this,e)},e}(Io),Zo=function(t){function e(e,n,r,i){var o=t.call(this,r,i)||this;return o.receiver=e,o.name=n,o}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.receiver.isEquivalent(t.receiver)&&this.name===t.name},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitReadPropExpr(this,e)},e.prototype.set=function(t){return new Vo(this.receiver,this.name,t,null,this.sourceSpan)},e}(Io),Jo=function(t){function e(e,n,r,i){var o=t.call(this,r,i)||this;return o.receiver=e,o.index=n,o}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.receiver.isEquivalent(t.receiver)&&this.index.isEquivalent(t.index)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitReadKeyExpr(this,e)},e.prototype.set=function(t){return new Fo(this.receiver,this.index,t,null,this.sourceSpan)},e}(Io),ts=function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return i.entries=e,i}return o(e,t),e.prototype.isConstant=function(){return this.entries.every(function(t){return t.isConstant()})},e.prototype.isEquivalent=function(t){return t instanceof e&&Oo(this.entries,t.entries)},e.prototype.visitExpression=function(t,e){return t.visitLiteralArrayExpr(this,e)},e}(Io),es=function(){function t(t,e,n){this.key=t,this.value=e,this.quoted=n}return t.prototype.isEquivalent=function(t){return this.key===t.key&&this.value.isEquivalent(t.value)},t}(),ns=function(t){function e(e,n,r){var i=t.call(this,n,r)||this;return i.entries=e,i.valueType=null,n&&(i.valueType=n.valueType),i}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&Oo(this.entries,t.entries)},e.prototype.isConstant=function(){return this.entries.every(function(t){return t.value.isConstant()})},e.prototype.visitExpression=function(t,e){return t.visitLiteralMapExpr(this,e)},e}(Io),rs=function(t){function e(e,n){var r=t.call(this,e[e.length-1].type,n)||this;return r.parts=e,r}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&Oo(this.parts,t.parts)},e.prototype.isConstant=function(){return!1},e.prototype.visitExpression=function(t,e){return t.visitCommaExpr(this,e)},e}(Io),is=(new Ro(Mo.This,null,null),new Ro(Mo.Super,null,null),new Ro(Mo.CatchError,null,null),new Ro(Mo.CatchStack,null,null),new Ko(null,null,null),new Ko(null,Ao,null));!function(t){t[t.Final=0]="Final",t[t.Private=1]="Private",t[t.Exported=2]="Exported",t[t.Static=3]="Static"}(Bo||(Bo={}));var os=function(){function t(t,e){this.modifiers=t||[],this.sourceSpan=e||null}return t.prototype.hasModifier=function(t){return-1!==this.modifiers.indexOf(t)},t}(),ss=function(t){function e(e,n,r,i,o){void 0===i&&(i=null);var s=t.call(this,i,o)||this;return s.name=e,s.value=n,s.type=r||n&&n.type||null,s}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.name===t.name&&(this.value?!!t.value&&this.value.isEquivalent(t.value):!t.value)},e.prototype.visitStatement=function(t,e){return t.visitDeclareVarStmt(this,e)},e}(os),as=function(t){function e(e,n,r,i,o,s){void 0===o&&(o=null);var a=t.call(this,o,s)||this;return a.name=e,a.params=n,a.statements=r,a.type=i||null,a}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&Oo(this.params,t.params)&&Oo(this.statements,t.statements)},e.prototype.visitStatement=function(t,e){return t.visitDeclareFunctionStmt(this,e)},e}(os),us=function(t){function e(e,n){var r=t.call(this,null,n)||this;return r.expr=e,r}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.expr.isEquivalent(t.expr)},e.prototype.visitStatement=function(t,e){return t.visitExpressionStmt(this,e)},e}(os),cs=function(t){function e(e,n){var r=t.call(this,null,n)||this;return r.value=e,r}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.value.isEquivalent(t.value)},e.prototype.visitStatement=function(t,e){return t.visitReturnStmt(this,e)},e}(os),ls=function(){function t(t,e){this.modifiers=e,e||(this.modifiers=[]),this.type=t||null}return t.prototype.hasModifier=function(t){return-1!==this.modifiers.indexOf(t)},t}(),ps=(function(t){function e(e,n,r,i){void 0===r&&(r=null);var o=t.call(this,n,r)||this;return o.name=e,o.initializer=i,o}o(e,t),e.prototype.isEquivalent=function(t){return this.name===t.name}}(ls),function(t){function e(e,n,r,i,o){void 0===o&&(o=null);var s=t.call(this,i,o)||this;return s.name=e,s.params=n,s.body=r,s}return o(e,t),e.prototype.isEquivalent=function(t){return this.name===t.name&&Oo(this.body,t.body)},e}(ls)),hs=function(t){function e(e,n,r,i){void 0===i&&(i=null);var o=t.call(this,r,i)||this;return o.name=e,o.body=n,o}return o(e,t),e.prototype.isEquivalent=function(t){return this.name===t.name&&Oo(this.body,t.body)},e}(ls),fs=function(t){function e(e,n,r,i,o,s,a,u){void 0===a&&(a=null);var c=t.call(this,a,u)||this;return c.name=e,c.parent=n,c.fields=r,c.getters=i,c.constructorMethod=o,c.methods=s,c}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.name===t.name&&ko(this.parent,t.parent)&&Oo(this.fields,t.fields)&&Oo(this.getters,t.getters)&&this.constructorMethod.isEquivalent(t.constructorMethod)&&Oo(this.methods,t.methods)},e.prototype.visitStatement=function(t,e){return t.visitDeclareClassStmt(this,e)},e}(os),ds=function(t){function e(e,n,r,i){void 0===r&&(r=[]);var o=t.call(this,null,i)||this;return o.condition=e,o.trueCase=n,o.falseCase=r,o}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.condition.isEquivalent(t.condition)&&Oo(this.trueCase,t.trueCase)&&Oo(this.falseCase,t.falseCase)},e.prototype.visitStatement=function(t,e){return t.visitIfStmt(this,e)},e}(os),vs=(function(t){function e(e,n,r){void 0===n&&(n=!1);var i=t.call(this,null,r)||this;return i.comment=e,i.multiline=n,i}o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e},e.prototype.visitStatement=function(t,e){return t.visitCommentStmt(this,e)}}(os),function(t){function e(e,n){void 0===e&&(e=[]);var r=t.call(this,null,n)||this;return r.tags=e,r}o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&this.toString()===t.toString()},e.prototype.visitStatement=function(t,e){return t.visitJSDocCommentStmt(this,e)},e.prototype.toString=function(){return function t(e){var n,r;if(0===e.length)return"";var i="*\n";try{for(var o=p(e),s=o.next();!s.done;s=o.next())i+=" *",i+=Es(s.value).replace(/\n/g,"\n * "),i+="\n"}catch(t){n={error:t}}finally{try{s&&!s.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return i+" "}
197
197
  /**
198
198
  * @license
199
199
  * Copyright Google Inc. All Rights Reserved.
@@ -214,21 +214,21 @@ var w,x,E=function(){function t(t){var e=void 0===t?{}:t,n=e.closedByChildren,r=
214
214
  *
215
215
  * Use of this source code is governed by an MIT-style license that can be
216
216
  * found in the LICENSE file at https://angular.io/license
217
- */(this.tags)}}(os),function(t){function e(e,n,r){var i=t.call(this,null,r)||this;return i.bodyStmts=e,i.catchStmts=n,i}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&ko(this.bodyStmts,t.bodyStmts)&&ko(this.catchStmts,t.catchStmts)},e.prototype.visitStatement=function(t,e){return t.visitTryCatchStmt(this,e)},e}(os)),ys=function(t){function e(e,n){var r=t.call(this,null,n)||this;return r.error=e,r}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof vs&&this.error.isEquivalent(t.error)},e.prototype.visitStatement=function(t,e){return t.visitThrowStmt(this,e)},e}(os),ms=function(){function t(){}return t.prototype.transformExpr=function(t,e){return t},t.prototype.transformStmt=function(t,e){return t},t.prototype.visitReadVarExpr=function(t,e){return this.transformExpr(t,e)},t.prototype.visitWrappedNodeExpr=function(t,e){return this.transformExpr(t,e)},t.prototype.visitTypeofExpr=function(t,e){return this.transformExpr(new jo(t.expr.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitWriteVarExpr=function(t,e){return this.transformExpr(new Lo(t.name,t.value.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitWriteKeyExpr=function(t,e){return this.transformExpr(new Fo(t.receiver.visitExpression(this,e),t.index.visitExpression(this,e),t.value.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitWritePropExpr=function(t,e){return this.transformExpr(new Vo(t.receiver.visitExpression(this,e),t.name,t.value.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitInvokeMethodExpr=function(t,e){var n=t.builtin||t.name;return this.transformExpr(new Ho(t.receiver.visitExpression(this,e),n,this.visitAllExpressions(t.args,e),t.type,t.sourceSpan),e)},t.prototype.visitInvokeFunctionExpr=function(t,e){return this.transformExpr(new Uo(t.fn.visitExpression(this,e),this.visitAllExpressions(t.args,e),t.type,t.sourceSpan),e)},t.prototype.visitInstantiateExpr=function(t,e){return this.transformExpr(new qo(t.classExpr.visitExpression(this,e),this.visitAllExpressions(t.args,e),t.type,t.sourceSpan),e)},t.prototype.visitLiteralExpr=function(t,e){return this.transformExpr(t,e)},t.prototype.visitExternalExpr=function(t,e){return this.transformExpr(t,e)},t.prototype.visitConditionalExpr=function(t,e){return this.transformExpr(new Wo(t.condition.visitExpression(this,e),t.trueCase.visitExpression(this,e),t.falseCase.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitNotExpr=function(t,e){return this.transformExpr(new Qo(t.condition.visitExpression(this,e),t.sourceSpan),e)},t.prototype.visitAssertNotNullExpr=function(t,e){return this.transformExpr(new Go(t.condition.visitExpression(this,e),t.sourceSpan),e)},t.prototype.visitCastExpr=function(t,e){return this.transformExpr(new Xo(t.value.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitFunctionExpr=function(t,e){return this.transformExpr(new $o(t.params,this.visitAllStatements(t.statements,e),t.type,t.sourceSpan),e)},t.prototype.visitBinaryOperatorExpr=function(t,e){return this.transformExpr(new Yo(t.operator,t.lhs.visitExpression(this,e),t.rhs.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitReadPropExpr=function(t,e){return this.transformExpr(new Zo(t.receiver.visitExpression(this,e),t.name,t.type,t.sourceSpan),e)},t.prototype.visitReadKeyExpr=function(t,e){return this.transformExpr(new Jo(t.receiver.visitExpression(this,e),t.index.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitLiteralArrayExpr=function(t,e){return this.transformExpr(new ts(this.visitAllExpressions(t.entries,e),t.type,t.sourceSpan),e)},t.prototype.visitLiteralMapExpr=function(t,e){var n=this,r=t.entries.map(function(t){return new es(t.key,t.value.visitExpression(n,e),t.quoted)}),i=new Po(t.valueType,null);return this.transformExpr(new ns(r,i,t.sourceSpan),e)},t.prototype.visitCommaExpr=function(t,e){return this.transformExpr(new rs(this.visitAllExpressions(t.parts,e),t.sourceSpan),e)},t.prototype.visitAllExpressions=function(t,e){var n=this;return t.map(function(t){return t.visitExpression(n,e)})},t.prototype.visitDeclareVarStmt=function(t,e){var n=t.value&&t.value.visitExpression(this,e);return this.transformStmt(new ss(t.name,n,t.type,t.modifiers,t.sourceSpan),e)},t.prototype.visitDeclareFunctionStmt=function(t,e){return this.transformStmt(new as(t.name,t.params,this.visitAllStatements(t.statements,e),t.type,t.modifiers,t.sourceSpan),e)},t.prototype.visitExpressionStmt=function(t,e){return this.transformStmt(new us(t.expr.visitExpression(this,e),t.sourceSpan),e)},t.prototype.visitReturnStmt=function(t,e){return this.transformStmt(new cs(t.value.visitExpression(this,e),t.sourceSpan),e)},t.prototype.visitDeclareClassStmt=function(t,e){var n=this,r=t.parent.visitExpression(this,e),i=t.getters.map(function(t){return new hs(t.name,n.visitAllStatements(t.body,e),t.type,t.modifiers)}),o=t.constructorMethod&&new ps(t.constructorMethod.name,t.constructorMethod.params,this.visitAllStatements(t.constructorMethod.body,e),t.constructorMethod.type,t.constructorMethod.modifiers),s=t.methods.map(function(t){return new ps(t.name,t.params,n.visitAllStatements(t.body,e),t.type,t.modifiers)});return this.transformStmt(new fs(t.name,r,t.fields,i,o,s,t.modifiers,t.sourceSpan),e)},t.prototype.visitIfStmt=function(t,e){return this.transformStmt(new ds(t.condition.visitExpression(this,e),this.visitAllStatements(t.trueCase,e),this.visitAllStatements(t.falseCase,e),t.sourceSpan),e)},t.prototype.visitTryCatchStmt=function(t,e){return this.transformStmt(new vs(this.visitAllStatements(t.bodyStmts,e),this.visitAllStatements(t.catchStmts,e),t.sourceSpan),e)},t.prototype.visitThrowStmt=function(t,e){return this.transformStmt(new ys(t.error.visitExpression(this,e),t.sourceSpan),e)},t.prototype.visitCommentStmt=function(t,e){return this.transformStmt(t,e)},t.prototype.visitJSDocCommentStmt=function(t,e){return this.transformStmt(t,e)},t.prototype.visitAllStatements=function(t,e){var n=this;return t.map(function(t){return t.visitStatement(n,e)})},t}(),gs=function(){function t(){}return t.prototype.visitType=function(t,e){return t},t.prototype.visitExpression=function(t,e){return t.type&&t.type.visitType(this,e),t},t.prototype.visitBuiltinType=function(t,e){return this.visitType(t,e)},t.prototype.visitExpressionType=function(t,e){var n=this;return t.value.visitExpression(this,e),null!==t.typeParams&&t.typeParams.forEach(function(t){return n.visitType(t,e)}),this.visitType(t,e)},t.prototype.visitArrayType=function(t,e){return this.visitType(t,e)},t.prototype.visitMapType=function(t,e){return this.visitType(t,e)},t.prototype.visitWrappedNodeExpr=function(t,e){return t},t.prototype.visitTypeofExpr=function(t,e){return this.visitExpression(t,e)},t.prototype.visitReadVarExpr=function(t,e){return this.visitExpression(t,e)},t.prototype.visitWriteVarExpr=function(t,e){return t.value.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitWriteKeyExpr=function(t,e){return t.receiver.visitExpression(this,e),t.index.visitExpression(this,e),t.value.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitWritePropExpr=function(t,e){return t.receiver.visitExpression(this,e),t.value.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitInvokeMethodExpr=function(t,e){return t.receiver.visitExpression(this,e),this.visitAllExpressions(t.args,e),this.visitExpression(t,e)},t.prototype.visitInvokeFunctionExpr=function(t,e){return t.fn.visitExpression(this,e),this.visitAllExpressions(t.args,e),this.visitExpression(t,e)},t.prototype.visitInstantiateExpr=function(t,e){return t.classExpr.visitExpression(this,e),this.visitAllExpressions(t.args,e),this.visitExpression(t,e)},t.prototype.visitLiteralExpr=function(t,e){return this.visitExpression(t,e)},t.prototype.visitExternalExpr=function(t,e){var n=this;return t.typeParams&&t.typeParams.forEach(function(t){return t.visitType(n,e)}),this.visitExpression(t,e)},t.prototype.visitConditionalExpr=function(t,e){return t.condition.visitExpression(this,e),t.trueCase.visitExpression(this,e),t.falseCase.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitNotExpr=function(t,e){return t.condition.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitAssertNotNullExpr=function(t,e){return t.condition.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitCastExpr=function(t,e){return t.value.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitFunctionExpr=function(t,e){return this.visitAllStatements(t.statements,e),this.visitExpression(t,e)},t.prototype.visitBinaryOperatorExpr=function(t,e){return t.lhs.visitExpression(this,e),t.rhs.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitReadPropExpr=function(t,e){return t.receiver.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitReadKeyExpr=function(t,e){return t.receiver.visitExpression(this,e),t.index.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitLiteralArrayExpr=function(t,e){return this.visitAllExpressions(t.entries,e),this.visitExpression(t,e)},t.prototype.visitLiteralMapExpr=function(t,e){var n=this;return t.entries.forEach(function(t){return t.value.visitExpression(n,e)}),this.visitExpression(t,e)},t.prototype.visitCommaExpr=function(t,e){return this.visitAllExpressions(t.parts,e),this.visitExpression(t,e)},t.prototype.visitAllExpressions=function(t,e){var n=this;t.forEach(function(t){return t.visitExpression(n,e)})},t.prototype.visitDeclareVarStmt=function(t,e){return t.value&&t.value.visitExpression(this,e),t.type&&t.type.visitType(this,e),t},t.prototype.visitDeclareFunctionStmt=function(t,e){return this.visitAllStatements(t.statements,e),t.type&&t.type.visitType(this,e),t},t.prototype.visitExpressionStmt=function(t,e){return t.expr.visitExpression(this,e),t},t.prototype.visitReturnStmt=function(t,e){return t.value.visitExpression(this,e),t},t.prototype.visitDeclareClassStmt=function(t,e){var n=this;return t.parent.visitExpression(this,e),t.getters.forEach(function(t){return n.visitAllStatements(t.body,e)}),t.constructorMethod&&this.visitAllStatements(t.constructorMethod.body,e),t.methods.forEach(function(t){return n.visitAllStatements(t.body,e)}),t},t.prototype.visitIfStmt=function(t,e){return t.condition.visitExpression(this,e),this.visitAllStatements(t.trueCase,e),this.visitAllStatements(t.falseCase,e),t},t.prototype.visitTryCatchStmt=function(t,e){return this.visitAllStatements(t.bodyStmts,e),this.visitAllStatements(t.catchStmts,e),t},t.prototype.visitThrowStmt=function(t,e){return t.error.visitExpression(this,e),t},t.prototype.visitCommentStmt=function(t,e){return t},t.prototype.visitJSDocCommentStmt=function(t,e){return t},t.prototype.visitAllStatements=function(t,e){var n=this;t.forEach(function(t){return t.visitStatement(n,e)})},t}();function _s(t,e,n){return new Do(t,e,n)}function bs(t,e,n){return void 0===e&&(e=null),new zo(t,null,e,n)}function ws(t,e,n){return new ts(t,e,n)}function xs(t,e,n){return new Ko(t,e,n)}function Es(t){var e="";if(t.tagName&&(e+=" @"+t.tagName),t.text){if(t.text.match(/\/\*|\*\//))throw new Error('JSDoc text cannot contain "/*" and "*/"');e+=" "+t.text.replace(/@/g,"\\@")}return e}(function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.varNames=new Set,e}o(e,t),e.prototype.visitDeclareFunctionStmt=function(t,e){return t},e.prototype.visitDeclareClassStmt=function(t,e){return t},e.prototype.visitReadVarExpr=function(t,e){return t.name&&this.varNames.add(t.name),null}})(gs),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.externalReferences=[],e}o(e,t),e.prototype.visitExternalExpr=function(e,n){return this.externalReferences.push(e.value),t.prototype.visitExternalExpr.call(this,e,n)}}(gs),function(t){function e(e){var n=t.call(this)||this;return n.sourceSpan=e,n}o(e,t),e.prototype._clone=function(t){var e=Object.create(t.constructor.prototype);for(var n in t)e[n]=t[n];return e},e.prototype.transformExpr=function(t,e){return t.sourceSpan||((t=this._clone(t)).sourceSpan=this.sourceSpan),t},e.prototype.transformStmt=function(t,e){return t.sourceSpan||((t=this._clone(t)).sourceSpan=this.sourceSpan),t}}(ms);var Ss=/(\.ts|\.d\.ts|\.js|\.jsx|\.tsx)$/,Cs=/\.ngfactory\.|\.ngsummary\./,Ts=/\.ngsummary\./,Ps=/NgSummary$/;function As(t,e){void 0===e&&(e=!1);var n=Os(t,e);return n[0]+".ngfactory"+function r(t){return".tsx"===t?".ts":t}(n[1])}function Ns(t){return t.replace(Cs,".")}function Os(t,e){if(void 0===e&&(e=!1),t.endsWith(".d.ts"))return[t.slice(0,-5),e?".ts":".d.ts"];var n=t.lastIndexOf(".");return-1!==n?[t.substring(0,n),t.substring(n)]:[t,""]}var ks,Ms=/\u0275\d+/;!function(t){t[t.OnInit=0]="OnInit",t[t.OnDestroy=1]="OnDestroy",t[t.DoCheck=2]="DoCheck",t[t.OnChanges=3]="OnChanges",t[t.AfterContentInit=4]="AfterContentInit",t[t.AfterContentChecked=5]="AfterContentChecked",t[t.AfterViewInit=6]="AfterViewInit",t[t.AfterViewChecked=7]="AfterViewChecked"}(ks||(ks={}));var Is=[ks.OnInit,ks.OnDestroy,ks.DoCheck,ks.OnChanges,ks.AfterContentInit,ks.AfterContentChecked,ks.AfterViewInit,ks.AfterViewChecked],Rs=function(){function t(t,e,n,r,i,o,s,a,u,c,l,p){this._config=t,this._htmlParser=e,this._ngModuleResolver=n,this._directiveResolver=r,this._pipeResolver=i,this._summaryResolver=o,this._schemaRegistry=s,this._directiveNormalizer=a,this._console=u,this._staticSymbolCache=c,this._reflector=l,this._errorCollector=p,this._nonNormalizedDirectiveCache=new Map,this._directiveCache=new Map,this._summaryCache=new Map,this._pipeCache=new Map,this._ngModuleCache=new Map,this._ngModuleOfTypes=new Map,this._shallowModuleCache=new Map}return t.prototype.getReflector=function(){return this._reflector},t.prototype.clearCacheFor=function(t){var e=this._directiveCache.get(t);this._directiveCache.delete(t),this._nonNormalizedDirectiveCache.delete(t),this._summaryCache.delete(t),this._pipeCache.delete(t),this._ngModuleOfTypes.delete(t),this._ngModuleCache.clear(),e&&this._directiveNormalizer.clearCacheFor(e)},t.prototype.clearCache=function(){this._directiveCache.clear(),this._nonNormalizedDirectiveCache.clear(),this._summaryCache.clear(),this._pipeCache.clear(),this._ngModuleCache.clear(),this._ngModuleOfTypes.clear(),this._directiveNormalizer.clearCache()},t.prototype._createProxyClass=function(t,e){var n=null,r=function(){if(!n)throw new Error("Illegal state: Class "+e+" for type "+mt(t)+" is not compiled yet!");return n.apply(this,arguments)};return r.setDelegate=function(t){n=t,r.prototype=t.prototype},r.overriddenName=e,r},t.prototype.getGeneratedClass=function(t,e){return t instanceof Ut?this._staticSymbolCache.get(As(t.filePath),e):this._createProxyClass(t,e)},t.prototype.getComponentViewClass=function(t){return this.getGeneratedClass(t,function e(t,n){return"View_"+Gt({reference:t})+"_"+n}(t,0))},t.prototype.getHostComponentViewClass=function(t){return this.getGeneratedClass(t,function e(t){return"HostView_"+Gt({reference:t})}(t))},t.prototype.getHostComponentType=function(t){var e=Gt({reference:t})+"_Host";return t instanceof Ut?this._staticSymbolCache.get(t.filePath,e):this._createProxyClass(t,e)},t.prototype.getRendererType=function(t){return t instanceof Ut?this._staticSymbolCache.get(As(t.filePath),function e(t){return"RenderType_"+Gt({reference:t})}(t)):{}},t.prototype.getComponentFactory=function(t,e,n,r){if(e instanceof Ut)return this._staticSymbolCache.get(As(e.filePath),function i(t){return Gt({reference:t})+"NgFactory"}(e));var o=this.getHostComponentViewClass(e);return this._reflector.resolveExternalReference(bo.createComponentFactory)(t,e,o,n,r,[])},t.prototype.initComponentFactory=function(t,e){var n;t instanceof Ut||(n=t.ngContentSelectors).push.apply(n,f(e))},t.prototype._loadSummary=function(t,e){var n=this._summaryCache.get(t);if(!n){var r=this._summaryResolver.resolveSummary(t);this._summaryCache.set(t,(n=r?r.type:null)||null)}return n&&n.summaryKind===e?n:null},t.prototype.getHostComponentMetadata=function(t,e){var n=this.getHostComponentType(t.type.reference);e||(e=this.getHostComponentViewClass(n));var r=A.parse(t.selector)[0].getMatchingElementTemplate(),i=this._htmlParser.parse(r,"");return Jt.create({isHost:!0,type:{reference:n,diDeps:[],lifecycleHooks:[]},template:new Zt({encapsulation:C.None,template:r,templateUrl:"",htmlAst:i,styles:[],styleUrls:[],ngContentSelectors:[],animations:[],isInline:!0,externalStylesheets:[],interpolation:null,preserveWhitespaces:!1}),exportAs:null,changeDetection:T.Default,inputs:[],outputs:[],host:{},isComponent:!0,selector:"*",providers:[],viewProviders:[],queries:[],guards:{},viewQueries:[],componentViewType:e,rendererType:{id:"__Host__",encapsulation:C.None,styles:[],data:{}},entryComponents:[],componentFactory:null})},t.prototype.loadDirectiveMetadata=function(t,e,n){var r=this;if(this._directiveCache.has(e))return null;e=gt(e);var i=this.getNonNormalizedDirectiveMetadata(e),o=i.metadata,s=function(t){var n=new Jt({isHost:!1,type:o.type,isComponent:o.isComponent,selector:o.selector,exportAs:o.exportAs,changeDetection:o.changeDetection,inputs:o.inputs,outputs:o.outputs,hostListeners:o.hostListeners,hostProperties:o.hostProperties,hostAttributes:o.hostAttributes,providers:o.providers,viewProviders:o.viewProviders,queries:o.queries,guards:o.guards,viewQueries:o.viewQueries,entryComponents:o.entryComponents,componentViewType:o.componentViewType,rendererType:o.rendererType,componentFactory:o.componentFactory,template:t});return t&&r.initComponentFactory(o.componentFactory,t.ngContentSelectors),r._directiveCache.set(e,n),r._summaryCache.set(e,n.toSummary()),null};if(o.isComponent){var a=o.template,u=this._directiveNormalizer.normalizeTemplate({ngModuleType:t,componentType:e,moduleUrl:this._reflector.componentModuleUrl(e,i.annotation),encapsulation:a.encapsulation,template:a.template,templateUrl:a.templateUrl,styles:a.styles,styleUrls:a.styleUrls,animations:a.animations,interpolation:a.interpolation,preserveWhitespaces:a.preserveWhitespaces});return _t(u)&&n?(this._reportError(function c(t){var e=Error("Can't compile synchronously as "+mt(t)+" is still being loaded!");return e.ngComponentType=t,e}
217
+ */(this.tags)}}(os),function(t){function e(e,n,r){var i=t.call(this,null,r)||this;return i.bodyStmts=e,i.catchStmts=n,i}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof e&&Oo(this.bodyStmts,t.bodyStmts)&&Oo(this.catchStmts,t.catchStmts)},e.prototype.visitStatement=function(t,e){return t.visitTryCatchStmt(this,e)},e}(os)),ys=function(t){function e(e,n){var r=t.call(this,null,n)||this;return r.error=e,r}return o(e,t),e.prototype.isEquivalent=function(t){return t instanceof vs&&this.error.isEquivalent(t.error)},e.prototype.visitStatement=function(t,e){return t.visitThrowStmt(this,e)},e}(os),ms=function(){function t(){}return t.prototype.transformExpr=function(t,e){return t},t.prototype.transformStmt=function(t,e){return t},t.prototype.visitReadVarExpr=function(t,e){return this.transformExpr(t,e)},t.prototype.visitWrappedNodeExpr=function(t,e){return this.transformExpr(t,e)},t.prototype.visitTypeofExpr=function(t,e){return this.transformExpr(new jo(t.expr.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitWriteVarExpr=function(t,e){return this.transformExpr(new Lo(t.name,t.value.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitWriteKeyExpr=function(t,e){return this.transformExpr(new Fo(t.receiver.visitExpression(this,e),t.index.visitExpression(this,e),t.value.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitWritePropExpr=function(t,e){return this.transformExpr(new Vo(t.receiver.visitExpression(this,e),t.name,t.value.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitInvokeMethodExpr=function(t,e){var n=t.builtin||t.name;return this.transformExpr(new Ho(t.receiver.visitExpression(this,e),n,this.visitAllExpressions(t.args,e),t.type,t.sourceSpan),e)},t.prototype.visitInvokeFunctionExpr=function(t,e){return this.transformExpr(new Uo(t.fn.visitExpression(this,e),this.visitAllExpressions(t.args,e),t.type,t.sourceSpan),e)},t.prototype.visitInstantiateExpr=function(t,e){return this.transformExpr(new qo(t.classExpr.visitExpression(this,e),this.visitAllExpressions(t.args,e),t.type,t.sourceSpan),e)},t.prototype.visitLiteralExpr=function(t,e){return this.transformExpr(t,e)},t.prototype.visitExternalExpr=function(t,e){return this.transformExpr(t,e)},t.prototype.visitConditionalExpr=function(t,e){return this.transformExpr(new Wo(t.condition.visitExpression(this,e),t.trueCase.visitExpression(this,e),t.falseCase.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitNotExpr=function(t,e){return this.transformExpr(new Qo(t.condition.visitExpression(this,e),t.sourceSpan),e)},t.prototype.visitAssertNotNullExpr=function(t,e){return this.transformExpr(new Go(t.condition.visitExpression(this,e),t.sourceSpan),e)},t.prototype.visitCastExpr=function(t,e){return this.transformExpr(new Xo(t.value.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitFunctionExpr=function(t,e){return this.transformExpr(new $o(t.params,this.visitAllStatements(t.statements,e),t.type,t.sourceSpan),e)},t.prototype.visitBinaryOperatorExpr=function(t,e){return this.transformExpr(new Yo(t.operator,t.lhs.visitExpression(this,e),t.rhs.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitReadPropExpr=function(t,e){return this.transformExpr(new Zo(t.receiver.visitExpression(this,e),t.name,t.type,t.sourceSpan),e)},t.prototype.visitReadKeyExpr=function(t,e){return this.transformExpr(new Jo(t.receiver.visitExpression(this,e),t.index.visitExpression(this,e),t.type,t.sourceSpan),e)},t.prototype.visitLiteralArrayExpr=function(t,e){return this.transformExpr(new ts(this.visitAllExpressions(t.entries,e),t.type,t.sourceSpan),e)},t.prototype.visitLiteralMapExpr=function(t,e){var n=this,r=t.entries.map(function(t){return new es(t.key,t.value.visitExpression(n,e),t.quoted)}),i=new Po(t.valueType,null);return this.transformExpr(new ns(r,i,t.sourceSpan),e)},t.prototype.visitCommaExpr=function(t,e){return this.transformExpr(new rs(this.visitAllExpressions(t.parts,e),t.sourceSpan),e)},t.prototype.visitAllExpressions=function(t,e){var n=this;return t.map(function(t){return t.visitExpression(n,e)})},t.prototype.visitDeclareVarStmt=function(t,e){var n=t.value&&t.value.visitExpression(this,e);return this.transformStmt(new ss(t.name,n,t.type,t.modifiers,t.sourceSpan),e)},t.prototype.visitDeclareFunctionStmt=function(t,e){return this.transformStmt(new as(t.name,t.params,this.visitAllStatements(t.statements,e),t.type,t.modifiers,t.sourceSpan),e)},t.prototype.visitExpressionStmt=function(t,e){return this.transformStmt(new us(t.expr.visitExpression(this,e),t.sourceSpan),e)},t.prototype.visitReturnStmt=function(t,e){return this.transformStmt(new cs(t.value.visitExpression(this,e),t.sourceSpan),e)},t.prototype.visitDeclareClassStmt=function(t,e){var n=this,r=t.parent.visitExpression(this,e),i=t.getters.map(function(t){return new hs(t.name,n.visitAllStatements(t.body,e),t.type,t.modifiers)}),o=t.constructorMethod&&new ps(t.constructorMethod.name,t.constructorMethod.params,this.visitAllStatements(t.constructorMethod.body,e),t.constructorMethod.type,t.constructorMethod.modifiers),s=t.methods.map(function(t){return new ps(t.name,t.params,n.visitAllStatements(t.body,e),t.type,t.modifiers)});return this.transformStmt(new fs(t.name,r,t.fields,i,o,s,t.modifiers,t.sourceSpan),e)},t.prototype.visitIfStmt=function(t,e){return this.transformStmt(new ds(t.condition.visitExpression(this,e),this.visitAllStatements(t.trueCase,e),this.visitAllStatements(t.falseCase,e),t.sourceSpan),e)},t.prototype.visitTryCatchStmt=function(t,e){return this.transformStmt(new vs(this.visitAllStatements(t.bodyStmts,e),this.visitAllStatements(t.catchStmts,e),t.sourceSpan),e)},t.prototype.visitThrowStmt=function(t,e){return this.transformStmt(new ys(t.error.visitExpression(this,e),t.sourceSpan),e)},t.prototype.visitCommentStmt=function(t,e){return this.transformStmt(t,e)},t.prototype.visitJSDocCommentStmt=function(t,e){return this.transformStmt(t,e)},t.prototype.visitAllStatements=function(t,e){var n=this;return t.map(function(t){return t.visitStatement(n,e)})},t}(),gs=function(){function t(){}return t.prototype.visitType=function(t,e){return t},t.prototype.visitExpression=function(t,e){return t.type&&t.type.visitType(this,e),t},t.prototype.visitBuiltinType=function(t,e){return this.visitType(t,e)},t.prototype.visitExpressionType=function(t,e){var n=this;return t.value.visitExpression(this,e),null!==t.typeParams&&t.typeParams.forEach(function(t){return n.visitType(t,e)}),this.visitType(t,e)},t.prototype.visitArrayType=function(t,e){return this.visitType(t,e)},t.prototype.visitMapType=function(t,e){return this.visitType(t,e)},t.prototype.visitWrappedNodeExpr=function(t,e){return t},t.prototype.visitTypeofExpr=function(t,e){return this.visitExpression(t,e)},t.prototype.visitReadVarExpr=function(t,e){return this.visitExpression(t,e)},t.prototype.visitWriteVarExpr=function(t,e){return t.value.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitWriteKeyExpr=function(t,e){return t.receiver.visitExpression(this,e),t.index.visitExpression(this,e),t.value.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitWritePropExpr=function(t,e){return t.receiver.visitExpression(this,e),t.value.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitInvokeMethodExpr=function(t,e){return t.receiver.visitExpression(this,e),this.visitAllExpressions(t.args,e),this.visitExpression(t,e)},t.prototype.visitInvokeFunctionExpr=function(t,e){return t.fn.visitExpression(this,e),this.visitAllExpressions(t.args,e),this.visitExpression(t,e)},t.prototype.visitInstantiateExpr=function(t,e){return t.classExpr.visitExpression(this,e),this.visitAllExpressions(t.args,e),this.visitExpression(t,e)},t.prototype.visitLiteralExpr=function(t,e){return this.visitExpression(t,e)},t.prototype.visitExternalExpr=function(t,e){var n=this;return t.typeParams&&t.typeParams.forEach(function(t){return t.visitType(n,e)}),this.visitExpression(t,e)},t.prototype.visitConditionalExpr=function(t,e){return t.condition.visitExpression(this,e),t.trueCase.visitExpression(this,e),t.falseCase.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitNotExpr=function(t,e){return t.condition.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitAssertNotNullExpr=function(t,e){return t.condition.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitCastExpr=function(t,e){return t.value.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitFunctionExpr=function(t,e){return this.visitAllStatements(t.statements,e),this.visitExpression(t,e)},t.prototype.visitBinaryOperatorExpr=function(t,e){return t.lhs.visitExpression(this,e),t.rhs.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitReadPropExpr=function(t,e){return t.receiver.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitReadKeyExpr=function(t,e){return t.receiver.visitExpression(this,e),t.index.visitExpression(this,e),this.visitExpression(t,e)},t.prototype.visitLiteralArrayExpr=function(t,e){return this.visitAllExpressions(t.entries,e),this.visitExpression(t,e)},t.prototype.visitLiteralMapExpr=function(t,e){var n=this;return t.entries.forEach(function(t){return t.value.visitExpression(n,e)}),this.visitExpression(t,e)},t.prototype.visitCommaExpr=function(t,e){return this.visitAllExpressions(t.parts,e),this.visitExpression(t,e)},t.prototype.visitAllExpressions=function(t,e){var n=this;t.forEach(function(t){return t.visitExpression(n,e)})},t.prototype.visitDeclareVarStmt=function(t,e){return t.value&&t.value.visitExpression(this,e),t.type&&t.type.visitType(this,e),t},t.prototype.visitDeclareFunctionStmt=function(t,e){return this.visitAllStatements(t.statements,e),t.type&&t.type.visitType(this,e),t},t.prototype.visitExpressionStmt=function(t,e){return t.expr.visitExpression(this,e),t},t.prototype.visitReturnStmt=function(t,e){return t.value.visitExpression(this,e),t},t.prototype.visitDeclareClassStmt=function(t,e){var n=this;return t.parent.visitExpression(this,e),t.getters.forEach(function(t){return n.visitAllStatements(t.body,e)}),t.constructorMethod&&this.visitAllStatements(t.constructorMethod.body,e),t.methods.forEach(function(t){return n.visitAllStatements(t.body,e)}),t},t.prototype.visitIfStmt=function(t,e){return t.condition.visitExpression(this,e),this.visitAllStatements(t.trueCase,e),this.visitAllStatements(t.falseCase,e),t},t.prototype.visitTryCatchStmt=function(t,e){return this.visitAllStatements(t.bodyStmts,e),this.visitAllStatements(t.catchStmts,e),t},t.prototype.visitThrowStmt=function(t,e){return t.error.visitExpression(this,e),t},t.prototype.visitCommentStmt=function(t,e){return t},t.prototype.visitJSDocCommentStmt=function(t,e){return t},t.prototype.visitAllStatements=function(t,e){var n=this;t.forEach(function(t){return t.visitStatement(n,e)})},t}();function _s(t,e,n){return new Ro(t,e,n)}function bs(t,e,n){return void 0===e&&(e=null),new zo(t,null,e,n)}function ws(t,e,n){return new ts(t,e,n)}function xs(t,e,n){return new Ko(t,e,n)}function Es(t){var e="";if(t.tagName&&(e+=" @"+t.tagName),t.text){if(t.text.match(/\/\*|\*\//))throw new Error('JSDoc text cannot contain "/*" and "*/"');e+=" "+t.text.replace(/@/g,"\\@")}return e}(function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.varNames=new Set,e}o(e,t),e.prototype.visitDeclareFunctionStmt=function(t,e){return t},e.prototype.visitDeclareClassStmt=function(t,e){return t},e.prototype.visitReadVarExpr=function(t,e){return t.name&&this.varNames.add(t.name),null}})(gs),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.externalReferences=[],e}o(e,t),e.prototype.visitExternalExpr=function(e,n){return this.externalReferences.push(e.value),t.prototype.visitExternalExpr.call(this,e,n)}}(gs),function(t){function e(e){var n=t.call(this)||this;return n.sourceSpan=e,n}o(e,t),e.prototype._clone=function(t){var e=Object.create(t.constructor.prototype);for(var n in t)e[n]=t[n];return e},e.prototype.transformExpr=function(t,e){return t.sourceSpan||((t=this._clone(t)).sourceSpan=this.sourceSpan),t},e.prototype.transformStmt=function(t,e){return t.sourceSpan||((t=this._clone(t)).sourceSpan=this.sourceSpan),t}}(ms);var Ss=/(\.ts|\.d\.ts|\.js|\.jsx|\.tsx)$/,Cs=/\.ngfactory\.|\.ngsummary\./,Ts=/\.ngsummary\./,Ps=/NgSummary$/;function As(t,e){void 0===e&&(e=!1);var n=ks(t,e);return n[0]+".ngfactory"+function r(t){return".tsx"===t?".ts":t}(n[1])}function Ns(t){return t.replace(Cs,".")}function ks(t,e){if(void 0===e&&(e=!1),t.endsWith(".d.ts"))return[t.slice(0,-5),e?".ts":".d.ts"];var n=t.lastIndexOf(".");return-1!==n?[t.substring(0,n),t.substring(n)]:[t,""]}var Os,Ms=/\u0275\d+/;!function(t){t[t.OnInit=0]="OnInit",t[t.OnDestroy=1]="OnDestroy",t[t.DoCheck=2]="DoCheck",t[t.OnChanges=3]="OnChanges",t[t.AfterContentInit=4]="AfterContentInit",t[t.AfterContentChecked=5]="AfterContentChecked",t[t.AfterViewInit=6]="AfterViewInit",t[t.AfterViewChecked=7]="AfterViewChecked"}(Os||(Os={}));var Is=[Os.OnInit,Os.OnDestroy,Os.DoCheck,Os.OnChanges,Os.AfterContentInit,Os.AfterContentChecked,Os.AfterViewInit,Os.AfterViewChecked],Ds=function(){function t(t,e,n,r,i,o,s,a,u,c,l,p){this._config=t,this._htmlParser=e,this._ngModuleResolver=n,this._directiveResolver=r,this._pipeResolver=i,this._summaryResolver=o,this._schemaRegistry=s,this._directiveNormalizer=a,this._console=u,this._staticSymbolCache=c,this._reflector=l,this._errorCollector=p,this._nonNormalizedDirectiveCache=new Map,this._directiveCache=new Map,this._summaryCache=new Map,this._pipeCache=new Map,this._ngModuleCache=new Map,this._ngModuleOfTypes=new Map,this._shallowModuleCache=new Map}return t.prototype.getReflector=function(){return this._reflector},t.prototype.clearCacheFor=function(t){var e=this._directiveCache.get(t);this._directiveCache.delete(t),this._nonNormalizedDirectiveCache.delete(t),this._summaryCache.delete(t),this._pipeCache.delete(t),this._ngModuleOfTypes.delete(t),this._ngModuleCache.clear(),e&&this._directiveNormalizer.clearCacheFor(e)},t.prototype.clearCache=function(){this._directiveCache.clear(),this._nonNormalizedDirectiveCache.clear(),this._summaryCache.clear(),this._pipeCache.clear(),this._ngModuleCache.clear(),this._ngModuleOfTypes.clear(),this._directiveNormalizer.clearCache()},t.prototype._createProxyClass=function(t,e){var n=null,r=function(){if(!n)throw new Error("Illegal state: Class "+e+" for type "+mt(t)+" is not compiled yet!");return n.apply(this,arguments)};return r.setDelegate=function(t){n=t,r.prototype=t.prototype},r.overriddenName=e,r},t.prototype.getGeneratedClass=function(t,e){return t instanceof Ut?this._staticSymbolCache.get(As(t.filePath),e):this._createProxyClass(t,e)},t.prototype.getComponentViewClass=function(t){return this.getGeneratedClass(t,function e(t,n){return"View_"+Gt({reference:t})+"_"+n}(t,0))},t.prototype.getHostComponentViewClass=function(t){return this.getGeneratedClass(t,function e(t){return"HostView_"+Gt({reference:t})}(t))},t.prototype.getHostComponentType=function(t){var e=Gt({reference:t})+"_Host";return t instanceof Ut?this._staticSymbolCache.get(t.filePath,e):this._createProxyClass(t,e)},t.prototype.getRendererType=function(t){return t instanceof Ut?this._staticSymbolCache.get(As(t.filePath),function e(t){return"RenderType_"+Gt({reference:t})}(t)):{}},t.prototype.getComponentFactory=function(t,e,n,r){if(e instanceof Ut)return this._staticSymbolCache.get(As(e.filePath),function i(t){return Gt({reference:t})+"NgFactory"}(e));var o=this.getHostComponentViewClass(e);return this._reflector.resolveExternalReference(bo.createComponentFactory)(t,e,o,n,r,[])},t.prototype.initComponentFactory=function(t,e){var n;t instanceof Ut||(n=t.ngContentSelectors).push.apply(n,f(e))},t.prototype._loadSummary=function(t,e){var n=this._summaryCache.get(t);if(!n){var r=this._summaryResolver.resolveSummary(t);this._summaryCache.set(t,(n=r?r.type:null)||null)}return n&&n.summaryKind===e?n:null},t.prototype.getHostComponentMetadata=function(t,e){var n=this.getHostComponentType(t.type.reference);e||(e=this.getHostComponentViewClass(n));var r=A.parse(t.selector)[0].getMatchingElementTemplate(),i=this._htmlParser.parse(r,"");return Jt.create({isHost:!0,type:{reference:n,diDeps:[],lifecycleHooks:[]},template:new Zt({encapsulation:C.None,template:r,templateUrl:"",htmlAst:i,styles:[],styleUrls:[],ngContentSelectors:[],animations:[],isInline:!0,externalStylesheets:[],interpolation:null,preserveWhitespaces:!1}),exportAs:null,changeDetection:T.Default,inputs:[],outputs:[],host:{},isComponent:!0,selector:"*",providers:[],viewProviders:[],queries:[],guards:{},viewQueries:[],componentViewType:e,rendererType:{id:"__Host__",encapsulation:C.None,styles:[],data:{}},entryComponents:[],componentFactory:null})},t.prototype.loadDirectiveMetadata=function(t,e,n){var r=this;if(this._directiveCache.has(e))return null;e=gt(e);var i=this.getNonNormalizedDirectiveMetadata(e),o=i.metadata,s=function(t){var n=new Jt({isHost:!1,type:o.type,isComponent:o.isComponent,selector:o.selector,exportAs:o.exportAs,changeDetection:o.changeDetection,inputs:o.inputs,outputs:o.outputs,hostListeners:o.hostListeners,hostProperties:o.hostProperties,hostAttributes:o.hostAttributes,providers:o.providers,viewProviders:o.viewProviders,queries:o.queries,guards:o.guards,viewQueries:o.viewQueries,entryComponents:o.entryComponents,componentViewType:o.componentViewType,rendererType:o.rendererType,componentFactory:o.componentFactory,template:t});return t&&r.initComponentFactory(o.componentFactory,t.ngContentSelectors),r._directiveCache.set(e,n),r._summaryCache.set(e,n.toSummary()),null};if(o.isComponent){var a=o.template,u=this._directiveNormalizer.normalizeTemplate({ngModuleType:t,componentType:e,moduleUrl:this._reflector.componentModuleUrl(e,i.annotation),encapsulation:a.encapsulation,template:a.template,templateUrl:a.templateUrl,styles:a.styles,styleUrls:a.styleUrls,animations:a.animations,interpolation:a.interpolation,preserveWhitespaces:a.preserveWhitespaces});return _t(u)&&n?(this._reportError(function c(t){var e=Error("Can't compile synchronously as "+mt(t)+" is still being loaded!");return e.ngComponentType=t,e}
218
218
  /**
219
219
  * @license
220
220
  * Copyright Google Inc. All Rights Reserved.
221
221
  *
222
222
  * Use of this source code is governed by an MIT-style license that can be
223
223
  * found in the LICENSE file at https://angular.io/license
224
- */(e),e),null):ct(u,s)}return s(null),null},t.prototype.getNonNormalizedDirectiveMetadata=function(t){var e=this;if(!(t=gt(t)))return null;var n=this._nonNormalizedDirectiveCache.get(t);if(n)return n;var r=this._directiveResolver.resolve(t,!1);if(!r)return null;var i=void 0;if(U.isTypeOf(r)){ve("styles",(s=r).styles),ve("styleUrls",s.styleUrls),me("interpolation",s.interpolation);var o=s.animations;i=new Zt({encapsulation:at(s.encapsulation),template:at(s.template),templateUrl:at(s.templateUrl),htmlAst:null,styles:s.styles||[],styleUrls:s.styleUrls||[],animations:o||[],interpolation:at(s.interpolation),isInline:!!s.template,externalStylesheets:[],ngContentSelectors:[],preserveWhitespaces:at(r.preserveWhitespaces)})}var s,a=null,u=[],c=[],l=r.selector;U.isTypeOf(r)?(a=(s=r).changeDetection,s.viewProviders&&(u=this._getProvidersMetadata(s.viewProviders,c,'viewProviders for "'+Fs(t)+'"',[],t)),s.entryComponents&&(c=Ds(s.entryComponents).map(function(t){return e._getEntryComponentMetadata(t)}).concat(c)),l||(l=this._schemaRegistry.getDefaultComponentElementName())):l||(this._reportError(pt("Directive "+Fs(t)+" has no selector, please add it!"),t),l="error");var p=[];null!=r.providers&&(p=this._getProvidersMetadata(r.providers,c,'providers for "'+Fs(t)+'"',[],t));var h=[],f=[];null!=r.queries&&(h=this._getQueriesMetadata(r.queries,!1,t),f=this._getQueriesMetadata(r.queries,!0,t));var d=Jt.create({isHost:!1,selector:l,exportAs:at(r.exportAs),isComponent:!!i,type:this._getTypeMetadata(t),template:i,changeDetection:a,inputs:r.inputs||[],outputs:r.outputs||[],host:r.host||{},providers:p||[],viewProviders:u||[],queries:h||[],guards:r.guards||{},viewQueries:f||[],entryComponents:c,componentViewType:i?this.getComponentViewClass(t):null,rendererType:i?this.getRendererType(t):null,componentFactory:null});return i&&(d.componentFactory=this.getComponentFactory(l,t,d.inputs,d.outputs)),this._nonNormalizedDirectiveCache.set(t,n={metadata:d,annotation:r}),n},t.prototype.getDirectiveMetadata=function(t){var e=this._directiveCache.get(t);return e||this._reportError(pt("Illegal state: getDirectiveMetadata can only be called after loadNgModuleDirectiveAndPipeMetadata for a module that declares it. Directive "+Fs(t)+"."),t),e},t.prototype.getDirectiveSummary=function(t){var e=this._loadSummary(t,Wt.Directive);return e||this._reportError(pt("Illegal state: Could not load the summary for directive "+Fs(t)+"."),t),e},t.prototype.isDirective=function(t){return!!this._loadSummary(t,Wt.Directive)||this._directiveResolver.isDirective(t)},t.prototype.isPipe=function(t){return!!this._loadSummary(t,Wt.Pipe)||this._pipeResolver.isPipe(t)},t.prototype.isNgModule=function(t){return!!this._loadSummary(t,Wt.NgModule)||this._ngModuleResolver.isNgModule(t)},t.prototype.getNgModuleSummary=function(t,e){void 0===e&&(e=null);var n=this._loadSummary(t,Wt.NgModule);if(!n){var r=this.getNgModuleMetadata(t,!1,e);(n=r?r.toSummary():null)&&this._summaryCache.set(t,n)}return n},t.prototype.loadNgModuleDirectiveAndPipeMetadata=function(t,e,n){var r=this;void 0===n&&(n=!0);var i=this.getNgModuleMetadata(t,n),o=[];return i&&(i.declaredDirectives.forEach(function(n){var i=r.loadDirectiveMetadata(t,n.reference,e);i&&o.push(i)}),i.declaredPipes.forEach(function(t){return r._loadPipeMetadata(t.reference)})),Promise.all(o)},t.prototype.getShallowModuleMetadata=function(t){var e=this._shallowModuleCache.get(t);if(e)return e;var n=Ue(this._reflector.shallowAnnotations(t),G.isTypeOf);return e={type:this._getTypeMetadata(t),rawExports:n.exports,rawImports:n.imports,rawProviders:n.providers},this._shallowModuleCache.set(t,e),e},t.prototype.getNgModuleMetadata=function(t,e,n){var r=this;void 0===e&&(e=!0),void 0===n&&(n=null),t=gt(t);var i=this._ngModuleCache.get(t);if(i)return i;var o=this._ngModuleResolver.resolve(t,e);if(!o)return null;var s=[],a=[],u=[],c=[],l=[],p=[],h=[],d=[],v=[];o.imports&&Ds(o.imports).forEach(function(e){var i=void 0;if(js(e)?i=e:e&&e.ngModule&&(i=e.ngModule,e.providers&&p.push.apply(p,f(r._getProvidersMetadata(e.providers,h,"provider for the NgModule '"+Fs(i)+"'",[],e)))),i){if(!r._checkSelfImport(t,i))if(n||(n=new Set),n.has(i))r._reportError(pt(r._getTypeDescriptor(i)+" '"+Fs(e)+"' is imported recursively by the module '"+Fs(t)+"'."),t);else{n.add(i);var o=r.getNgModuleSummary(i,n);n.delete(i),o?c.push(o):r._reportError(pt("Unexpected "+r._getTypeDescriptor(e)+" '"+Fs(e)+"' imported by the module '"+Fs(t)+"'. Please add a @NgModule annotation."),t)}}else r._reportError(pt("Unexpected value '"+Fs(e)+"' imported by the module '"+Fs(t)+"'"),t)}),o.exports&&Ds(o.exports).forEach(function(e){if(js(e))if(n||(n=new Set),n.has(e))r._reportError(pt(r._getTypeDescriptor(e)+" '"+mt(e)+"' is exported recursively by the module '"+Fs(t)+"'"),t);else{n.add(e);var i=r.getNgModuleSummary(e,n);n.delete(e),i?l.push(i):a.push(r._getIdentifierMetadata(e))}else r._reportError(pt("Unexpected value '"+Fs(e)+"' exported by the module '"+Fs(t)+"'"),t)});var y=this._getTransitiveNgModuleMetadata(c,l);o.declarations&&Ds(o.declarations).forEach(function(e){if(js(e)){var n=r._getIdentifierMetadata(e);if(r.isDirective(e))y.addDirective(n),s.push(n),r._addTypeToModule(e,t);else{if(!r.isPipe(e))return void r._reportError(pt("Unexpected "+r._getTypeDescriptor(e)+" '"+Fs(e)+"' declared by the module '"+Fs(t)+"'. Please add a @Pipe/@Directive/@Component annotation."),t);y.addPipe(n),y.pipes.push(n),u.push(n),r._addTypeToModule(e,t)}}else r._reportError(pt("Unexpected value '"+Fs(e)+"' declared by the module '"+Fs(t)+"'"),t)});var m=[],g=[];return a.forEach(function(e){if(y.directivesSet.has(e.reference))m.push(e),y.addExportedDirective(e);else{if(!y.pipesSet.has(e.reference))return void r._reportError(pt("Can't export "+r._getTypeDescriptor(e.reference)+" "+Fs(e.reference)+" from "+Fs(t)+" as it was neither declared nor imported!"),t);g.push(e),y.addExportedPipe(e)}}),o.providers&&p.push.apply(p,f(this._getProvidersMetadata(o.providers,h,"provider for the NgModule '"+Fs(t)+"'",[],t))),o.entryComponents&&h.push.apply(h,f(Ds(o.entryComponents).map(function(t){return r._getEntryComponentMetadata(t)}))),o.bootstrap&&Ds(o.bootstrap).forEach(function(e){js(e)?d.push(r._getIdentifierMetadata(e)):r._reportError(pt("Unexpected value '"+Fs(e)+"' used in the bootstrap property of module '"+Fs(t)+"'"),t)}),h.push.apply(h,f(d.map(function(t){return r._getEntryComponentMetadata(t.reference)}))),o.schemas&&v.push.apply(v,f(Ds(o.schemas))),i=new ee({type:this._getTypeMetadata(t),providers:p,entryComponents:h,bootstrapComponents:d,schemas:v,declaredDirectives:s,exportedDirectives:m,declaredPipes:u,exportedPipes:g,importedModules:c,exportedModules:l,transitiveModule:y,id:o.id||null}),h.forEach(function(t){return y.addEntryComponent(t)}),p.forEach(function(t){return y.addProvider(t,i.type)}),y.addModule(i.type),this._ngModuleCache.set(t,i),i},t.prototype._checkSelfImport=function(t,e){return t===e&&(this._reportError(pt("'"+Fs(t)+"' module can't import itself"),t),!0)},t.prototype._getTypeDescriptor=function(t){if(js(t)){if(this.isDirective(t))return"directive";if(this.isPipe(t))return"pipe";if(this.isNgModule(t))return"module"}return t.provide?"provider":"value"},t.prototype._addTypeToModule=function(t,e){var n=this._ngModuleOfTypes.get(t);n&&n!==e?this._reportError(pt("Type "+Fs(t)+" is part of the declarations of 2 modules: "+Fs(n)+" and "+Fs(e)+"! Please consider moving "+Fs(t)+" to a higher module that imports "+Fs(n)+" and "+Fs(e)+". You can also create a new NgModule that exports and includes "+Fs(t)+" then import that NgModule in "+Fs(n)+" and "+Fs(e)+"."),e):this._ngModuleOfTypes.set(t,e)},t.prototype._getTransitiveNgModuleMetadata=function(t,e){var n=new ne,r=new Map;return t.concat(e).forEach(function(t){t.modules.forEach(function(t){return n.addModule(t)}),t.entryComponents.forEach(function(t){return n.addEntryComponent(t)});var e=new Set;t.providers.forEach(function(t){var i=$t(t.provider.token),o=r.get(i);o||(o=new Set,r.set(i,o));var s=t.module.reference;!e.has(i)&&o.has(s)||(o.add(s),e.add(i),n.addProvider(t.provider,t.module))})}),e.forEach(function(t){t.exportedDirectives.forEach(function(t){return n.addExportedDirective(t)}),t.exportedPipes.forEach(function(t){return n.addExportedPipe(t)})}),t.forEach(function(t){t.exportedDirectives.forEach(function(t){return n.addDirective(t)}),t.exportedPipes.forEach(function(t){return n.addPipe(t)})}),n},t.prototype._getIdentifierMetadata=function(t){return{reference:t=gt(t)}},t.prototype.isInjectable=function(t){return this._reflector.tryAnnotations(t).some(function(t){return X.isTypeOf(t)})},t.prototype.getInjectableSummary=function(t){return{summaryKind:Wt.Injectable,type:this._getTypeMetadata(t,null,!1)}},t.prototype.getInjectableMetadata=function(t,e,n){void 0===e&&(e=null),void 0===n&&(n=!0);var r=this._loadSummary(t,Wt.Injectable),i=r?r.type:this._getTypeMetadata(t,e,n),o=this._reflector.annotations(t).filter(function(t){return X.isTypeOf(t)});if(0===o.length)return null;var s=o[o.length-1];return{symbol:t,type:i,providedIn:s.providedIn,useValue:s.useValue,useClass:s.useClass,useExisting:s.useExisting,useFactory:s.useFactory,deps:s.deps}},t.prototype._getTypeMetadata=function(t,e,n){void 0===e&&(e=null),void 0===n&&(n=!0);var r=this._getIdentifierMetadata(t);return{reference:r.reference,diDeps:this._getDependenciesMetadata(r.reference,e,n),lifecycleHooks:function i(t,e){return Is.filter(function(n){return function r(t,e,n){return t.hasLifecycleHook(n,function r(t){switch(t){case ks.OnInit:return"ngOnInit";case ks.OnDestroy:return"ngOnDestroy";case ks.DoCheck:return"ngDoCheck";case ks.OnChanges:return"ngOnChanges";case ks.AfterContentInit:return"ngAfterContentInit";case ks.AfterContentChecked:return"ngAfterContentChecked";case ks.AfterViewInit:return"ngAfterViewInit";case ks.AfterViewChecked:return"ngAfterViewChecked";default:throw new Error("unexpected "+t)}}
224
+ */(e),e),null):ct(u,s)}return s(null),null},t.prototype.getNonNormalizedDirectiveMetadata=function(t){var e=this;if(!(t=gt(t)))return null;var n=this._nonNormalizedDirectiveCache.get(t);if(n)return n;var r=this._directiveResolver.resolve(t,!1);if(!r)return null;var i=void 0;if(U.isTypeOf(r)){ve("styles",(s=r).styles),ve("styleUrls",s.styleUrls),me("interpolation",s.interpolation);var o=s.animations;i=new Zt({encapsulation:at(s.encapsulation),template:at(s.template),templateUrl:at(s.templateUrl),htmlAst:null,styles:s.styles||[],styleUrls:s.styleUrls||[],animations:o||[],interpolation:at(s.interpolation),isInline:!!s.template,externalStylesheets:[],ngContentSelectors:[],preserveWhitespaces:at(r.preserveWhitespaces)})}var s,a=null,u=[],c=[],l=r.selector;U.isTypeOf(r)?(a=(s=r).changeDetection,s.viewProviders&&(u=this._getProvidersMetadata(s.viewProviders,c,'viewProviders for "'+Fs(t)+'"',[],t)),s.entryComponents&&(c=Rs(s.entryComponents).map(function(t){return e._getEntryComponentMetadata(t)}).concat(c)),l||(l=this._schemaRegistry.getDefaultComponentElementName())):l||(this._reportError(pt("Directive "+Fs(t)+" has no selector, please add it!"),t),l="error");var p=[];null!=r.providers&&(p=this._getProvidersMetadata(r.providers,c,'providers for "'+Fs(t)+'"',[],t));var h=[],f=[];null!=r.queries&&(h=this._getQueriesMetadata(r.queries,!1,t),f=this._getQueriesMetadata(r.queries,!0,t));var d=Jt.create({isHost:!1,selector:l,exportAs:at(r.exportAs),isComponent:!!i,type:this._getTypeMetadata(t),template:i,changeDetection:a,inputs:r.inputs||[],outputs:r.outputs||[],host:r.host||{},providers:p||[],viewProviders:u||[],queries:h||[],guards:r.guards||{},viewQueries:f||[],entryComponents:c,componentViewType:i?this.getComponentViewClass(t):null,rendererType:i?this.getRendererType(t):null,componentFactory:null});return i&&(d.componentFactory=this.getComponentFactory(l,t,d.inputs,d.outputs)),this._nonNormalizedDirectiveCache.set(t,n={metadata:d,annotation:r}),n},t.prototype.getDirectiveMetadata=function(t){var e=this._directiveCache.get(t);return e||this._reportError(pt("Illegal state: getDirectiveMetadata can only be called after loadNgModuleDirectiveAndPipeMetadata for a module that declares it. Directive "+Fs(t)+"."),t),e},t.prototype.getDirectiveSummary=function(t){var e=this._loadSummary(t,Wt.Directive);return e||this._reportError(pt("Illegal state: Could not load the summary for directive "+Fs(t)+"."),t),e},t.prototype.isDirective=function(t){return!!this._loadSummary(t,Wt.Directive)||this._directiveResolver.isDirective(t)},t.prototype.isPipe=function(t){return!!this._loadSummary(t,Wt.Pipe)||this._pipeResolver.isPipe(t)},t.prototype.isNgModule=function(t){return!!this._loadSummary(t,Wt.NgModule)||this._ngModuleResolver.isNgModule(t)},t.prototype.getNgModuleSummary=function(t,e){void 0===e&&(e=null);var n=this._loadSummary(t,Wt.NgModule);if(!n){var r=this.getNgModuleMetadata(t,!1,e);(n=r?r.toSummary():null)&&this._summaryCache.set(t,n)}return n},t.prototype.loadNgModuleDirectiveAndPipeMetadata=function(t,e,n){var r=this;void 0===n&&(n=!0);var i=this.getNgModuleMetadata(t,n),o=[];return i&&(i.declaredDirectives.forEach(function(n){var i=r.loadDirectiveMetadata(t,n.reference,e);i&&o.push(i)}),i.declaredPipes.forEach(function(t){return r._loadPipeMetadata(t.reference)})),Promise.all(o)},t.prototype.getShallowModuleMetadata=function(t){var e=this._shallowModuleCache.get(t);if(e)return e;var n=Ue(this._reflector.shallowAnnotations(t),G.isTypeOf);return e={type:this._getTypeMetadata(t),rawExports:n.exports,rawImports:n.imports,rawProviders:n.providers},this._shallowModuleCache.set(t,e),e},t.prototype.getNgModuleMetadata=function(t,e,n){var r=this;void 0===e&&(e=!0),void 0===n&&(n=null),t=gt(t);var i=this._ngModuleCache.get(t);if(i)return i;var o=this._ngModuleResolver.resolve(t,e);if(!o)return null;var s=[],a=[],u=[],c=[],l=[],p=[],h=[],d=[],v=[];o.imports&&Rs(o.imports).forEach(function(e){var i=void 0;if(js(e)?i=e:e&&e.ngModule&&(i=e.ngModule,e.providers&&p.push.apply(p,f(r._getProvidersMetadata(e.providers,h,"provider for the NgModule '"+Fs(i)+"'",[],e)))),i){if(!r._checkSelfImport(t,i))if(n||(n=new Set),n.has(i))r._reportError(pt(r._getTypeDescriptor(i)+" '"+Fs(e)+"' is imported recursively by the module '"+Fs(t)+"'."),t);else{n.add(i);var o=r.getNgModuleSummary(i,n);n.delete(i),o?c.push(o):r._reportError(pt("Unexpected "+r._getTypeDescriptor(e)+" '"+Fs(e)+"' imported by the module '"+Fs(t)+"'. Please add a @NgModule annotation."),t)}}else r._reportError(pt("Unexpected value '"+Fs(e)+"' imported by the module '"+Fs(t)+"'"),t)}),o.exports&&Rs(o.exports).forEach(function(e){if(js(e))if(n||(n=new Set),n.has(e))r._reportError(pt(r._getTypeDescriptor(e)+" '"+mt(e)+"' is exported recursively by the module '"+Fs(t)+"'"),t);else{n.add(e);var i=r.getNgModuleSummary(e,n);n.delete(e),i?l.push(i):a.push(r._getIdentifierMetadata(e))}else r._reportError(pt("Unexpected value '"+Fs(e)+"' exported by the module '"+Fs(t)+"'"),t)});var y=this._getTransitiveNgModuleMetadata(c,l);o.declarations&&Rs(o.declarations).forEach(function(e){if(js(e)){var n=r._getIdentifierMetadata(e);if(r.isDirective(e))y.addDirective(n),s.push(n),r._addTypeToModule(e,t);else{if(!r.isPipe(e))return void r._reportError(pt("Unexpected "+r._getTypeDescriptor(e)+" '"+Fs(e)+"' declared by the module '"+Fs(t)+"'. Please add a @Pipe/@Directive/@Component annotation."),t);y.addPipe(n),y.pipes.push(n),u.push(n),r._addTypeToModule(e,t)}}else r._reportError(pt("Unexpected value '"+Fs(e)+"' declared by the module '"+Fs(t)+"'"),t)});var m=[],g=[];return a.forEach(function(e){if(y.directivesSet.has(e.reference))m.push(e),y.addExportedDirective(e);else{if(!y.pipesSet.has(e.reference))return void r._reportError(pt("Can't export "+r._getTypeDescriptor(e.reference)+" "+Fs(e.reference)+" from "+Fs(t)+" as it was neither declared nor imported!"),t);g.push(e),y.addExportedPipe(e)}}),o.providers&&p.push.apply(p,f(this._getProvidersMetadata(o.providers,h,"provider for the NgModule '"+Fs(t)+"'",[],t))),o.entryComponents&&h.push.apply(h,f(Rs(o.entryComponents).map(function(t){return r._getEntryComponentMetadata(t)}))),o.bootstrap&&Rs(o.bootstrap).forEach(function(e){js(e)?d.push(r._getIdentifierMetadata(e)):r._reportError(pt("Unexpected value '"+Fs(e)+"' used in the bootstrap property of module '"+Fs(t)+"'"),t)}),h.push.apply(h,f(d.map(function(t){return r._getEntryComponentMetadata(t.reference)}))),o.schemas&&v.push.apply(v,f(Rs(o.schemas))),i=new ee({type:this._getTypeMetadata(t),providers:p,entryComponents:h,bootstrapComponents:d,schemas:v,declaredDirectives:s,exportedDirectives:m,declaredPipes:u,exportedPipes:g,importedModules:c,exportedModules:l,transitiveModule:y,id:o.id||null}),h.forEach(function(t){return y.addEntryComponent(t)}),p.forEach(function(t){return y.addProvider(t,i.type)}),y.addModule(i.type),this._ngModuleCache.set(t,i),i},t.prototype._checkSelfImport=function(t,e){return t===e&&(this._reportError(pt("'"+Fs(t)+"' module can't import itself"),t),!0)},t.prototype._getTypeDescriptor=function(t){if(js(t)){if(this.isDirective(t))return"directive";if(this.isPipe(t))return"pipe";if(this.isNgModule(t))return"module"}return t.provide?"provider":"value"},t.prototype._addTypeToModule=function(t,e){var n=this._ngModuleOfTypes.get(t);n&&n!==e?this._reportError(pt("Type "+Fs(t)+" is part of the declarations of 2 modules: "+Fs(n)+" and "+Fs(e)+"! Please consider moving "+Fs(t)+" to a higher module that imports "+Fs(n)+" and "+Fs(e)+". You can also create a new NgModule that exports and includes "+Fs(t)+" then import that NgModule in "+Fs(n)+" and "+Fs(e)+"."),e):this._ngModuleOfTypes.set(t,e)},t.prototype._getTransitiveNgModuleMetadata=function(t,e){var n=new ne,r=new Map;return t.concat(e).forEach(function(t){t.modules.forEach(function(t){return n.addModule(t)}),t.entryComponents.forEach(function(t){return n.addEntryComponent(t)});var e=new Set;t.providers.forEach(function(t){var i=$t(t.provider.token),o=r.get(i);o||(o=new Set,r.set(i,o));var s=t.module.reference;!e.has(i)&&o.has(s)||(o.add(s),e.add(i),n.addProvider(t.provider,t.module))})}),e.forEach(function(t){t.exportedDirectives.forEach(function(t){return n.addExportedDirective(t)}),t.exportedPipes.forEach(function(t){return n.addExportedPipe(t)})}),t.forEach(function(t){t.exportedDirectives.forEach(function(t){return n.addDirective(t)}),t.exportedPipes.forEach(function(t){return n.addPipe(t)})}),n},t.prototype._getIdentifierMetadata=function(t){return{reference:t=gt(t)}},t.prototype.isInjectable=function(t){return this._reflector.tryAnnotations(t).some(function(t){return X.isTypeOf(t)})},t.prototype.getInjectableSummary=function(t){return{summaryKind:Wt.Injectable,type:this._getTypeMetadata(t,null,!1)}},t.prototype.getInjectableMetadata=function(t,e,n){void 0===e&&(e=null),void 0===n&&(n=!0);var r=this._loadSummary(t,Wt.Injectable),i=r?r.type:this._getTypeMetadata(t,e,n),o=this._reflector.annotations(t).filter(function(t){return X.isTypeOf(t)});if(0===o.length)return null;var s=o[o.length-1];return{symbol:t,type:i,providedIn:s.providedIn,useValue:s.useValue,useClass:s.useClass,useExisting:s.useExisting,useFactory:s.useFactory,deps:s.deps}},t.prototype._getTypeMetadata=function(t,e,n){void 0===e&&(e=null),void 0===n&&(n=!0);var r=this._getIdentifierMetadata(t);return{reference:r.reference,diDeps:this._getDependenciesMetadata(r.reference,e,n),lifecycleHooks:function i(t,e){return Is.filter(function(n){return function r(t,e,n){return t.hasLifecycleHook(n,function r(t){switch(t){case Os.OnInit:return"ngOnInit";case Os.OnDestroy:return"ngOnDestroy";case Os.DoCheck:return"ngDoCheck";case Os.OnChanges:return"ngOnChanges";case Os.AfterContentInit:return"ngAfterContentInit";case Os.AfterContentChecked:return"ngAfterContentChecked";case Os.AfterViewInit:return"ngAfterViewInit";case Os.AfterViewChecked:return"ngAfterViewChecked";default:throw new Error("unexpected "+t)}}
225
225
  /**
226
226
  * @license
227
227
  * Copyright Google Inc. All Rights Reserved.
228
228
  *
229
229
  * Use of this source code is governed by an MIT-style license that can be
230
230
  * found in the LICENSE file at https://angular.io/license
231
- */(e))}(t,n,e)})}(this._reflector,r.reference)}},t.prototype._getFactoryMetadata=function(t,e){return void 0===e&&(e=null),{reference:t=gt(t),diDeps:this._getDependenciesMetadata(t,e)}},t.prototype.getPipeMetadata=function(t){var e=this._pipeCache.get(t);return e||this._reportError(pt("Illegal state: getPipeMetadata can only be called after loadNgModuleDirectiveAndPipeMetadata for a module that declares it. Pipe "+Fs(t)+"."),t),e||null},t.prototype.getPipeSummary=function(t){var e=this._loadSummary(t,Wt.Pipe);return e||this._reportError(pt("Illegal state: Could not load the summary for pipe "+Fs(t)+"."),t),e},t.prototype.getOrLoadPipeMetadata=function(t){var e=this._pipeCache.get(t);return e||(e=this._loadPipeMetadata(t)),e},t.prototype._loadPipeMetadata=function(t){t=gt(t);var e=this._pipeResolver.resolve(t),n=new te({type:this._getTypeMetadata(t),name:e.name,pure:!!e.pure});return this._pipeCache.set(t,n),this._summaryCache.set(t,n.toSummary()),n},t.prototype._getDependenciesMetadata=function(t,e,n){var r=this;void 0===n&&(n=!0);var i=!1,o=(e||this._reflector.parameters(t)||[]).map(function(t){var e=!1,n=!1,o=!1,s=!1,a=!1,u=null;return Array.isArray(t)?t.forEach(function(t){J.isTypeOf(t)?n=!0:Y.isTypeOf(t)?o=!0:Z.isTypeOf(t)?s=!0:$.isTypeOf(t)?a=!0:R.isTypeOf(t)?(e=!0,u=t.attributeName):M.isTypeOf(t)?u=t.token:I.isTypeOf(t)||t instanceof Ut?u=t:js(t)&&null==u&&(u=t)}):u=t,null==u?(i=!0,null):{isAttribute:e,isHost:n,isSelf:o,isSkipSelf:s,isOptional:a,token:r._getTokenMetadata(u)}});if(i){var s=o.map(function(t){return t?Fs(t.token):"?"}).join(", "),a="Can't resolve all parameters for "+Fs(t)+": ("+s+").";n||this._config.strictInjectionParameters?this._reportError(pt(a),t):this._console.warn("Warning: "+a+" This will become an error in Angular v6.x")}return o},t.prototype._getTokenMetadata=function(t){return"string"==typeof(t=gt(t))?{value:t}:{identifier:{reference:t}}},t.prototype._getProvidersMetadata=function(t,e,n,r,i){var o=this;return void 0===r&&(r=[]),t.forEach(function(s,a){if(Array.isArray(s))o._getProvidersMetadata(s,e,n,r);else{var u=void 0;if((s=gt(s))&&"object"==typeof s&&s.hasOwnProperty("provide"))o._validateProvider(s),u=new ie(s.provide,s);else{if(!js(s)){if(void 0===s)return void o._reportError(pt("Encountered undefined provider! Usually this means you have a circular dependencies. This might be caused by using 'barrel' index.ts files."));var c=t.reduce(function(t,e,n){return n<a?t.push(""+Fs(e)):n==a?t.push("?"+Fs(e)+"?"):n==a+1&&t.push("..."),t},[]).join(", ");return void o._reportError(pt("Invalid "+(n||"provider")+" - only instances of Provider and Type are allowed, got: ["+c+"]"),i)}u=new ie(s,{useClass:s})}u.token===o._reflector.resolveExternalReference(bo.ANALYZE_FOR_ENTRY_COMPONENTS)?e.push.apply(e,f(o._getEntryComponentsFromProvider(u,i))):r.push(o.getProviderMetadata(u))}}),r},t.prototype._validateProvider=function(t){t.hasOwnProperty("useClass")&&null==t.useClass&&this._reportError(pt("Invalid provider for "+Fs(t.provide)+". useClass cannot be "+t.useClass+".\n Usually it happens when:\n 1. There's a circular dependency (might be caused by using index.ts (barrel) files).\n 2. Class was used before it was declared. Use forwardRef in this case."))},t.prototype._getEntryComponentsFromProvider=function(t,e){var n=this,r=[],i=[];return t.useFactory||t.useExisting||t.useClass?(this._reportError(pt("The ANALYZE_FOR_ENTRY_COMPONENTS token only supports useValue!"),e),[]):t.multi?(function o(t,e){ot(t,new Ls,e)}(t.useValue,i),i.forEach(function(t){var e=n._getEntryComponentMetadata(t.reference,!1);e&&r.push(e)}),r):(this._reportError(pt("The ANALYZE_FOR_ENTRY_COMPONENTS token only supports 'multi = true'!"),e),[])},t.prototype._getEntryComponentMetadata=function(t,e){void 0===e&&(e=!0);var n=this.getNonNormalizedDirectiveMetadata(t);if(n&&n.metadata.isComponent)return{componentType:t,componentFactory:n.metadata.componentFactory};var r=this._loadSummary(t,Wt.Directive);if(r&&r.isComponent)return{componentType:t,componentFactory:r.componentFactory};if(e)throw pt(t.name+" cannot be used as an entry component.");return null},t.prototype._getInjectableTypeMetadata=function(t,e){void 0===e&&(e=null);var n=this._loadSummary(t,Wt.Injectable);return n?n.type:this._getTypeMetadata(t,e)},t.prototype.getProviderMetadata=function(t){var e=void 0,n=null,r=null,i=this._getTokenMetadata(t.token);return t.useClass?(e=(n=this._getInjectableTypeMetadata(t.useClass,t.dependencies)).diDeps,t.token===t.useClass&&(i={identifier:n})):t.useFactory&&(e=(r=this._getFactoryMetadata(t.useFactory,t.dependencies)).diDeps),{token:i,useClass:n,useValue:t.useValue,useFactory:r,useExisting:t.useExisting?this._getTokenMetadata(t.useExisting):void 0,deps:e,multi:t.multi}},t.prototype._getQueriesMetadata=function(t,e,n){var r=this,i=[];return Object.keys(t).forEach(function(o){var s=t[o];s.isViewQuery===e&&i.push(r._getQueryMetadata(s,o,n))}),i},t.prototype._queryVarBindings=function(t){return t.split(/\s*,\s*/)},t.prototype._getQueryMetadata=function(t,e,n){var r,i=this;return"string"==typeof t.selector?r=this._queryVarBindings(t.selector).map(function(t){return i._getTokenMetadata(t)}):t.selector?r=[this._getTokenMetadata(t.selector)]:(this._reportError(pt("Can't construct a query for the property \""+e+'" of "'+Fs(n)+"\" since the query selector wasn't defined."),n),r=[]),{selectors:r,first:t.first,descendants:t.descendants,propertyName:e,read:t.read?this._getTokenMetadata(t.read):null}},t.prototype._reportError=function(t,e,n){if(!this._errorCollector)throw t;this._errorCollector(t,e),n&&this._errorCollector(t,n)},t}();function Ds(t){return function e(t){return t?Array.from(new Set(t)):[]}(function t(e,n){if(void 0===n&&(n=[]),e)for(var r=0;r<e.length;r++){var i=gt(e[r]);Array.isArray(i)?t(i,n):n.push(i)}return n}(t))}function js(t){return t instanceof Ut||t instanceof tt}var Ls=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.visitOther=function(t,e){e.push({reference:t})},e}(ut);function Fs(t){return t instanceof Ut?t.name+" in "+t.filePath:mt(t)}var Vs=function(t){function e(e,n){return t.call(this,n,e)||this}return o(e,t),e}(Nr),Bs=function Bs(t,e){var n=this;this.reflector=t,this.component=e,this.errors=[],this.viewQueries=function r(t){var e=1,n=new Map;return t.viewQueries&&t.viewQueries.forEach(function(t){return qs(n,{meta:t,queryId:e++})}),n}(e),this.viewProviders=new Map,e.viewProviders.forEach(function(t){null==n.viewProviders.get($t(t.token))&&n.viewProviders.set($t(t.token),!0)})},Hs=function(){function t(t,e,n,r,i,o,s,a,u){var c=this;this.viewContext=t,this._parent=e,this._isViewRoot=n,this._directiveAsts=r,this._sourceSpan=u,this._transformedProviders=new Map,this._seenProviders=new Map,this._queriedTokens=new Map,this.transformedHasViewContainer=!1,this._attrs={},i.forEach(function(t){return c._attrs[t.name]=t.value});var l=r.map(function(t){return t.directive});if(this._allProviders=function p(t,e,n){var r=new Map;return t.forEach(function(t){Us([{token:{identifier:t.type},useClass:t.type}],t.isComponent?xt.Component:xt.Directive,!0,e,n,r,!1)}),t.filter(function(t){return t.isComponent}).concat(t.filter(function(t){return!t.isComponent})).forEach(function(t){Us(t.providers,xt.PublicService,!1,e,n,r,!1),Us(t.viewProviders,xt.PrivateService,!1,e,n,r,!1)}),r}(l,u,t.errors),this._contentQueries=function h(t,e){var n=t,r=new Map;return e.forEach(function(t,e){t.queries&&t.queries.forEach(function(t){return qs(r,{meta:t,queryId:n++})})}),r}(a,l),Array.from(this._allProviders.values()).forEach(function(t){c._addQueryReadsTo(t.token,t.token,c._queriedTokens)}),s){var f=xo(this.viewContext.reflector,bo.TemplateRef);this._addQueryReadsTo(f,f,this._queriedTokens)}o.forEach(function(t){var e=t.value||xo(c.viewContext.reflector,bo.ElementRef);c._addQueryReadsTo({value:t.name},e,c._queriedTokens)}),this._queriedTokens.get(this.viewContext.reflector.resolveExternalReference(bo.ViewContainerRef))&&(this.transformedHasViewContainer=!0),Array.from(this._allProviders.values()).forEach(function(t){(t.eager||c._queriedTokens.get($t(t.token)))&&c._getOrCreateLocalProvider(t.providerType,t.token,!0)})}return t.prototype.afterElement=function(){var t=this;Array.from(this._allProviders.values()).forEach(function(e){t._getOrCreateLocalProvider(e.providerType,e.token,!1)})},Object.defineProperty(t.prototype,"transformProviders",{get:function(){var t=[],e=[];return this._transformedProviders.forEach(function(n){n.eager?e.push(n):t.push(n)}),t.concat(e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"transformedDirectiveAsts",{get:function(){var t=this.transformProviders.map(function(t){return t.token.identifier}),e=this._directiveAsts.slice();return e.sort(function(e,n){return t.indexOf(e.directive.type)-t.indexOf(n.directive.type)}),e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"queryMatches",{get:function(){var t=[];return this._queriedTokens.forEach(function(e){t.push.apply(t,f(e))}),t},enumerable:!0,configurable:!0}),t.prototype._addQueryReadsTo=function(t,e,n){this._getQueriesFor(t).forEach(function(t){var r=t.meta.read||e,i=$t(r),o=n.get(i);o||n.set(i,o=[]),o.push({queryId:t.queryId,value:r})})},t.prototype._getQueriesFor=function(t){for(var e,n=[],r=this,i=0;null!==r;)(e=r._contentQueries.get($t(t)))&&n.push.apply(n,f(e.filter(function(t){return t.meta.descendants||i<=1}))),r._directiveAsts.length>0&&i++,r=r._parent;return(e=this.viewContext.viewQueries.get($t(t)))&&n.push.apply(n,f(e)),n},t.prototype._getOrCreateLocalProvider=function(t,e,n){var r=this,i=this._allProviders.get($t(e));if(!i||(t===xt.Directive||t===xt.PublicService)&&i.providerType===xt.PrivateService||(t===xt.PrivateService||t===xt.PublicService)&&i.providerType===xt.Builtin)return null;var o=this._transformedProviders.get($t(e));if(o)return o;if(null!=this._seenProviders.get($t(e)))return this.viewContext.errors.push(new Vs("Cannot instantiate cyclic dependency! "+Xt(e),this._sourceSpan)),null;this._seenProviders.set($t(e),!0);var s=i.providers.map(function(t){var e=t.useValue,o=t.useExisting,s=void 0;if(null!=t.useExisting){var a=r._getDependency(i.providerType,{token:t.useExisting},n);null!=a.token?o=a.token:(o=null,e=a.value)}else t.useFactory?s=(t.deps||t.useFactory.diDeps).map(function(t){return r._getDependency(i.providerType,t,n)}):t.useClass&&(s=(t.deps||t.useClass.diDeps).map(function(t){return r._getDependency(i.providerType,t,n)}));return function u(t,e){return{token:t.token,useClass:t.useClass,useExisting:e.useExisting,useFactory:t.useFactory,useValue:e.useValue,deps:e.deps,multi:t.multi}}(t,{useExisting:o,useValue:e,deps:s})});return o=function a(t,e){return new Dt(t.token,t.multiProvider,t.eager||e.eager,e.providers,t.providerType,t.lifecycleHooks,t.sourceSpan,t.isModule)}(i,{eager:n,providers:s}),this._transformedProviders.set($t(e),o),o},t.prototype._getLocalDependency=function(t,e,n){if(void 0===n&&(n=!1),e.isAttribute){var r=this._attrs[e.token.value];return{isValue:!0,value:null==r?null:r}}if(null!=e.token){if(t===xt.Directive||t===xt.Component){if($t(e.token)===this.viewContext.reflector.resolveExternalReference(bo.Renderer)||$t(e.token)===this.viewContext.reflector.resolveExternalReference(bo.ElementRef)||$t(e.token)===this.viewContext.reflector.resolveExternalReference(bo.ChangeDetectorRef)||$t(e.token)===this.viewContext.reflector.resolveExternalReference(bo.TemplateRef))return e;$t(e.token)===this.viewContext.reflector.resolveExternalReference(bo.ViewContainerRef)&&(this.transformedHasViewContainer=!0)}if($t(e.token)===this.viewContext.reflector.resolveExternalReference(bo.Injector))return e;if(null!=this._getOrCreateLocalProvider(t,e.token,n))return e}return null},t.prototype._getDependency=function(t,e,n){void 0===n&&(n=!1);var r=this,i=n,o=null;if(e.isSkipSelf||(o=this._getLocalDependency(t,e,n)),e.isSelf)!o&&e.isOptional&&(o={isValue:!0,value:null});else{for(;!o&&r._parent;){var s=r;r=r._parent,s._isViewRoot&&(i=!1),o=r._getLocalDependency(xt.PublicService,e,i)}o||(o=!e.isHost||this.viewContext.component.isHost||this.viewContext.component.type.reference===$t(e.token)||null!=this.viewContext.viewProviders.get($t(e.token))?e:e.isOptional?{isValue:!0,value:null}:null)}return o||this.viewContext.errors.push(new Vs("No provider for "+Xt(e.token),this._sourceSpan)),o},t}();function Us(t,e,n,r,i,o,s){t.forEach(function(t){var a=o.get($t(t.token));null!=a&&!!a.multiProvider!=!!t.multi&&i.push(new Vs("Mixing multi and non multi provider is not possible for token "+Xt(a.token),r)),a?(t.multi||(a.providers.length=0),a.providers.push(t)):(a=new Dt(t.token,!!t.multi,n||!(t.useClass||t.useExisting||t.useFactory),[t],e,t.token.identifier&&t.token.identifier.lifecycleHooks?t.token.identifier.lifecycleHooks:[],r,s),o.set($t(t.token),a))})}function qs(t,e){e.meta.selectors.forEach(function(n){var r=t.get($t(n));r||(r=[],t.set($t(n),r)),r.push(e)})}
231
+ */(e))}(t,n,e)})}(this._reflector,r.reference)}},t.prototype._getFactoryMetadata=function(t,e){return void 0===e&&(e=null),{reference:t=gt(t),diDeps:this._getDependenciesMetadata(t,e)}},t.prototype.getPipeMetadata=function(t){var e=this._pipeCache.get(t);return e||this._reportError(pt("Illegal state: getPipeMetadata can only be called after loadNgModuleDirectiveAndPipeMetadata for a module that declares it. Pipe "+Fs(t)+"."),t),e||null},t.prototype.getPipeSummary=function(t){var e=this._loadSummary(t,Wt.Pipe);return e||this._reportError(pt("Illegal state: Could not load the summary for pipe "+Fs(t)+"."),t),e},t.prototype.getOrLoadPipeMetadata=function(t){var e=this._pipeCache.get(t);return e||(e=this._loadPipeMetadata(t)),e},t.prototype._loadPipeMetadata=function(t){t=gt(t);var e=this._pipeResolver.resolve(t),n=new te({type:this._getTypeMetadata(t),name:e.name,pure:!!e.pure});return this._pipeCache.set(t,n),this._summaryCache.set(t,n.toSummary()),n},t.prototype._getDependenciesMetadata=function(t,e,n){var r=this;void 0===n&&(n=!0);var i=!1,o=(e||this._reflector.parameters(t)||[]).map(function(t){var e=!1,n=!1,o=!1,s=!1,a=!1,u=null;return Array.isArray(t)?t.forEach(function(t){J.isTypeOf(t)?n=!0:Y.isTypeOf(t)?o=!0:Z.isTypeOf(t)?s=!0:$.isTypeOf(t)?a=!0:D.isTypeOf(t)?(e=!0,u=t.attributeName):M.isTypeOf(t)?u=t.token:I.isTypeOf(t)||t instanceof Ut?u=t:js(t)&&null==u&&(u=t)}):u=t,null==u?(i=!0,null):{isAttribute:e,isHost:n,isSelf:o,isSkipSelf:s,isOptional:a,token:r._getTokenMetadata(u)}});if(i){var s=o.map(function(t){return t?Fs(t.token):"?"}).join(", "),a="Can't resolve all parameters for "+Fs(t)+": ("+s+").";n||this._config.strictInjectionParameters?this._reportError(pt(a),t):this._console.warn("Warning: "+a+" This will become an error in Angular v6.x")}return o},t.prototype._getTokenMetadata=function(t){return"string"==typeof(t=gt(t))?{value:t}:{identifier:{reference:t}}},t.prototype._getProvidersMetadata=function(t,e,n,r,i){var o=this;return void 0===r&&(r=[]),t.forEach(function(s,a){if(Array.isArray(s))o._getProvidersMetadata(s,e,n,r);else{var u=void 0;if((s=gt(s))&&"object"==typeof s&&s.hasOwnProperty("provide"))o._validateProvider(s),u=new ie(s.provide,s);else{if(!js(s)){if(void 0===s)return void o._reportError(pt("Encountered undefined provider! Usually this means you have a circular dependencies. This might be caused by using 'barrel' index.ts files."));var c=t.reduce(function(t,e,n){return n<a?t.push(""+Fs(e)):n==a?t.push("?"+Fs(e)+"?"):n==a+1&&t.push("..."),t},[]).join(", ");return void o._reportError(pt("Invalid "+(n||"provider")+" - only instances of Provider and Type are allowed, got: ["+c+"]"),i)}u=new ie(s,{useClass:s})}u.token===o._reflector.resolveExternalReference(bo.ANALYZE_FOR_ENTRY_COMPONENTS)?e.push.apply(e,f(o._getEntryComponentsFromProvider(u,i))):r.push(o.getProviderMetadata(u))}}),r},t.prototype._validateProvider=function(t){t.hasOwnProperty("useClass")&&null==t.useClass&&this._reportError(pt("Invalid provider for "+Fs(t.provide)+". useClass cannot be "+t.useClass+".\n Usually it happens when:\n 1. There's a circular dependency (might be caused by using index.ts (barrel) files).\n 2. Class was used before it was declared. Use forwardRef in this case."))},t.prototype._getEntryComponentsFromProvider=function(t,e){var n=this,r=[],i=[];return t.useFactory||t.useExisting||t.useClass?(this._reportError(pt("The ANALYZE_FOR_ENTRY_COMPONENTS token only supports useValue!"),e),[]):t.multi?(function o(t,e){ot(t,new Ls,e)}(t.useValue,i),i.forEach(function(t){var e=n._getEntryComponentMetadata(t.reference,!1);e&&r.push(e)}),r):(this._reportError(pt("The ANALYZE_FOR_ENTRY_COMPONENTS token only supports 'multi = true'!"),e),[])},t.prototype._getEntryComponentMetadata=function(t,e){void 0===e&&(e=!0);var n=this.getNonNormalizedDirectiveMetadata(t);if(n&&n.metadata.isComponent)return{componentType:t,componentFactory:n.metadata.componentFactory};var r=this._loadSummary(t,Wt.Directive);if(r&&r.isComponent)return{componentType:t,componentFactory:r.componentFactory};if(e)throw pt(t.name+" cannot be used as an entry component.");return null},t.prototype._getInjectableTypeMetadata=function(t,e){void 0===e&&(e=null);var n=this._loadSummary(t,Wt.Injectable);return n?n.type:this._getTypeMetadata(t,e)},t.prototype.getProviderMetadata=function(t){var e=void 0,n=null,r=null,i=this._getTokenMetadata(t.token);return t.useClass?(e=(n=this._getInjectableTypeMetadata(t.useClass,t.dependencies)).diDeps,t.token===t.useClass&&(i={identifier:n})):t.useFactory&&(e=(r=this._getFactoryMetadata(t.useFactory,t.dependencies)).diDeps),{token:i,useClass:n,useValue:t.useValue,useFactory:r,useExisting:t.useExisting?this._getTokenMetadata(t.useExisting):void 0,deps:e,multi:t.multi}},t.prototype._getQueriesMetadata=function(t,e,n){var r=this,i=[];return Object.keys(t).forEach(function(o){var s=t[o];s.isViewQuery===e&&i.push(r._getQueryMetadata(s,o,n))}),i},t.prototype._queryVarBindings=function(t){return t.split(/\s*,\s*/)},t.prototype._getQueryMetadata=function(t,e,n){var r,i=this;return"string"==typeof t.selector?r=this._queryVarBindings(t.selector).map(function(t){return i._getTokenMetadata(t)}):t.selector?r=[this._getTokenMetadata(t.selector)]:(this._reportError(pt("Can't construct a query for the property \""+e+'" of "'+Fs(n)+"\" since the query selector wasn't defined."),n),r=[]),{selectors:r,first:t.first,descendants:t.descendants,propertyName:e,read:t.read?this._getTokenMetadata(t.read):null}},t.prototype._reportError=function(t,e,n){if(!this._errorCollector)throw t;this._errorCollector(t,e),n&&this._errorCollector(t,n)},t}();function Rs(t){return function e(t){return t?Array.from(new Set(t)):[]}(function t(e,n){if(void 0===n&&(n=[]),e)for(var r=0;r<e.length;r++){var i=gt(e[r]);Array.isArray(i)?t(i,n):n.push(i)}return n}(t))}function js(t){return t instanceof Ut||t instanceof tt}var Ls=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.visitOther=function(t,e){e.push({reference:t})},e}(ut);function Fs(t){return t instanceof Ut?t.name+" in "+t.filePath:mt(t)}var Vs=function(t){function e(e,n){return t.call(this,n,e)||this}return o(e,t),e}(Nr),Bs=function Bs(t,e){var n=this;this.reflector=t,this.component=e,this.errors=[],this.viewQueries=function r(t){var e=1,n=new Map;return t.viewQueries&&t.viewQueries.forEach(function(t){return qs(n,{meta:t,queryId:e++})}),n}(e),this.viewProviders=new Map,e.viewProviders.forEach(function(t){null==n.viewProviders.get($t(t.token))&&n.viewProviders.set($t(t.token),!0)})},Hs=function(){function t(t,e,n,r,i,o,s,a,u){var c=this;this.viewContext=t,this._parent=e,this._isViewRoot=n,this._directiveAsts=r,this._sourceSpan=u,this._transformedProviders=new Map,this._seenProviders=new Map,this._queriedTokens=new Map,this.transformedHasViewContainer=!1,this._attrs={},i.forEach(function(t){return c._attrs[t.name]=t.value});var l=r.map(function(t){return t.directive});if(this._allProviders=function p(t,e,n){var r=new Map;return t.forEach(function(t){Us([{token:{identifier:t.type},useClass:t.type}],t.isComponent?xt.Component:xt.Directive,!0,e,n,r,!1)}),t.filter(function(t){return t.isComponent}).concat(t.filter(function(t){return!t.isComponent})).forEach(function(t){Us(t.providers,xt.PublicService,!1,e,n,r,!1),Us(t.viewProviders,xt.PrivateService,!1,e,n,r,!1)}),r}(l,u,t.errors),this._contentQueries=function h(t,e){var n=t,r=new Map;return e.forEach(function(t,e){t.queries&&t.queries.forEach(function(t){return qs(r,{meta:t,queryId:n++})})}),r}(a,l),Array.from(this._allProviders.values()).forEach(function(t){c._addQueryReadsTo(t.token,t.token,c._queriedTokens)}),s){var f=xo(this.viewContext.reflector,bo.TemplateRef);this._addQueryReadsTo(f,f,this._queriedTokens)}o.forEach(function(t){var e=t.value||xo(c.viewContext.reflector,bo.ElementRef);c._addQueryReadsTo({value:t.name},e,c._queriedTokens)}),this._queriedTokens.get(this.viewContext.reflector.resolveExternalReference(bo.ViewContainerRef))&&(this.transformedHasViewContainer=!0),Array.from(this._allProviders.values()).forEach(function(t){(t.eager||c._queriedTokens.get($t(t.token)))&&c._getOrCreateLocalProvider(t.providerType,t.token,!0)})}return t.prototype.afterElement=function(){var t=this;Array.from(this._allProviders.values()).forEach(function(e){t._getOrCreateLocalProvider(e.providerType,e.token,!1)})},Object.defineProperty(t.prototype,"transformProviders",{get:function(){var t=[],e=[];return this._transformedProviders.forEach(function(n){n.eager?e.push(n):t.push(n)}),t.concat(e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"transformedDirectiveAsts",{get:function(){var t=this.transformProviders.map(function(t){return t.token.identifier}),e=this._directiveAsts.slice();return e.sort(function(e,n){return t.indexOf(e.directive.type)-t.indexOf(n.directive.type)}),e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"queryMatches",{get:function(){var t=[];return this._queriedTokens.forEach(function(e){t.push.apply(t,f(e))}),t},enumerable:!0,configurable:!0}),t.prototype._addQueryReadsTo=function(t,e,n){this._getQueriesFor(t).forEach(function(t){var r=t.meta.read||e,i=$t(r),o=n.get(i);o||n.set(i,o=[]),o.push({queryId:t.queryId,value:r})})},t.prototype._getQueriesFor=function(t){for(var e,n=[],r=this,i=0;null!==r;)(e=r._contentQueries.get($t(t)))&&n.push.apply(n,f(e.filter(function(t){return t.meta.descendants||i<=1}))),r._directiveAsts.length>0&&i++,r=r._parent;return(e=this.viewContext.viewQueries.get($t(t)))&&n.push.apply(n,f(e)),n},t.prototype._getOrCreateLocalProvider=function(t,e,n){var r=this,i=this._allProviders.get($t(e));if(!i||(t===xt.Directive||t===xt.PublicService)&&i.providerType===xt.PrivateService||(t===xt.PrivateService||t===xt.PublicService)&&i.providerType===xt.Builtin)return null;var o=this._transformedProviders.get($t(e));if(o)return o;if(null!=this._seenProviders.get($t(e)))return this.viewContext.errors.push(new Vs("Cannot instantiate cyclic dependency! "+Xt(e),this._sourceSpan)),null;this._seenProviders.set($t(e),!0);var s=i.providers.map(function(t){var e=t.useValue,o=t.useExisting,s=void 0;if(null!=t.useExisting){var a=r._getDependency(i.providerType,{token:t.useExisting},n);null!=a.token?o=a.token:(o=null,e=a.value)}else t.useFactory?s=(t.deps||t.useFactory.diDeps).map(function(t){return r._getDependency(i.providerType,t,n)}):t.useClass&&(s=(t.deps||t.useClass.diDeps).map(function(t){return r._getDependency(i.providerType,t,n)}));return function u(t,e){return{token:t.token,useClass:t.useClass,useExisting:e.useExisting,useFactory:t.useFactory,useValue:e.useValue,deps:e.deps,multi:t.multi}}(t,{useExisting:o,useValue:e,deps:s})});return o=function a(t,e){return new Rt(t.token,t.multiProvider,t.eager||e.eager,e.providers,t.providerType,t.lifecycleHooks,t.sourceSpan,t.isModule)}(i,{eager:n,providers:s}),this._transformedProviders.set($t(e),o),o},t.prototype._getLocalDependency=function(t,e,n){if(void 0===n&&(n=!1),e.isAttribute){var r=this._attrs[e.token.value];return{isValue:!0,value:null==r?null:r}}if(null!=e.token){if(t===xt.Directive||t===xt.Component){if($t(e.token)===this.viewContext.reflector.resolveExternalReference(bo.Renderer)||$t(e.token)===this.viewContext.reflector.resolveExternalReference(bo.ElementRef)||$t(e.token)===this.viewContext.reflector.resolveExternalReference(bo.ChangeDetectorRef)||$t(e.token)===this.viewContext.reflector.resolveExternalReference(bo.TemplateRef))return e;$t(e.token)===this.viewContext.reflector.resolveExternalReference(bo.ViewContainerRef)&&(this.transformedHasViewContainer=!0)}if($t(e.token)===this.viewContext.reflector.resolveExternalReference(bo.Injector))return e;if(null!=this._getOrCreateLocalProvider(t,e.token,n))return e}return null},t.prototype._getDependency=function(t,e,n){void 0===n&&(n=!1);var r=this,i=n,o=null;if(e.isSkipSelf||(o=this._getLocalDependency(t,e,n)),e.isSelf)!o&&e.isOptional&&(o={isValue:!0,value:null});else{for(;!o&&r._parent;){var s=r;r=r._parent,s._isViewRoot&&(i=!1),o=r._getLocalDependency(xt.PublicService,e,i)}o||(o=!e.isHost||this.viewContext.component.isHost||this.viewContext.component.type.reference===$t(e.token)||null!=this.viewContext.viewProviders.get($t(e.token))?e:e.isOptional?{isValue:!0,value:null}:null)}return o||this.viewContext.errors.push(new Vs("No provider for "+Xt(e.token),this._sourceSpan)),o},t}();function Us(t,e,n,r,i,o,s){t.forEach(function(t){var a=o.get($t(t.token));null!=a&&!!a.multiProvider!=!!t.multi&&i.push(new Vs("Mixing multi and non multi provider is not possible for token "+Xt(a.token),r)),a?(t.multi||(a.providers.length=0),a.providers.push(t)):(a=new Rt(t.token,!!t.multi,n||!(t.useClass||t.useExisting||t.useFactory),[t],e,t.token.identifier&&t.token.identifier.lifecycleHooks?t.token.identifier.lifecycleHooks:[],r,s),o.set($t(t.token),a))})}function qs(t,e){e.meta.selectors.forEach(function(n){var r=t.get($t(n));r||(r=[],t.set($t(n),r)),r.push(e)})}
232
232
  /**
233
233
  * @license
234
234
  * Copyright Google Inc. All Rights Reserved.
@@ -263,7 +263,7 @@ var w,x,E=function(){function t(t){var e=void 0===t?{}:t,n=e.closedByChildren,r=
263
263
  *
264
264
  * Use of this source code is governed by an MIT-style license that can be
265
265
  * found in the LICENSE file at https://angular.io/license
266
- */!function(t){function e(e,n){var r=t.call(this,!1)||this;return r.referenceFilter=e,r.importFilter=n,r.typeExpression=0,r.importsWithPrefixes=new Map,r.reexports=new Map,r}o(e,t),e.prototype.visitType=function(t,e,n){void 0===n&&(n="any"),t?(this.typeExpression++,t.visitType(this,e),this.typeExpression--):e.print(null,n)},e.prototype.visitLiteralExpr=function(e,n){var r=e.value;return null==r&&e.type!=Ao?(n.print(e,"("+r+" as any)"),null):t.prototype.visitLiteralExpr.call(this,e,n)},e.prototype.visitLiteralArrayExpr=function(e,n){0===e.entries.length&&n.print(e,"(");var r=t.prototype.visitLiteralArrayExpr.call(this,e,n);return 0===e.entries.length&&n.print(e," as any[])"),r},e.prototype.visitExternalExpr=function(t,e){return this._visitIdentifier(t.value,t.typeParams,e),null},e.prototype.visitAssertNotNullExpr=function(e,n){var r=t.prototype.visitAssertNotNullExpr.call(this,e,n);return n.print(e,"!"),r},e.prototype.visitDeclareVarStmt=function(t,e){if(t.hasModifier(Bo.Exported)&&t.value instanceof zo&&!t.type){var n=t.value.value,r=n.name,i=n.moduleName;if(i){var o=this.reexports.get(i);return o||this.reexports.set(i,o=[]),o.push({name:r,as:t.name}),null}}return t.hasModifier(Bo.Exported)&&e.print(t,"export "),t.hasModifier(Bo.Final)?e.print(t,"const"):e.print(t,"var"),e.print(t," "+t.name),this._printColonType(t.type,e),t.value&&(e.print(t," = "),t.value.visitExpression(this,e)),e.println(t,";"),null},e.prototype.visitWrappedNodeExpr=function(t,e){throw new Error("Cannot visit a WrappedNodeExpr when outputting Typescript.")},e.prototype.visitCastExpr=function(t,e){return e.print(t,"(<"),t.type.visitType(this,e),e.print(t,">"),t.value.visitExpression(this,e),e.print(t,")"),null},e.prototype.visitInstantiateExpr=function(t,e){return e.print(t,"new "),this.typeExpression++,t.classExpr.visitExpression(this,e),this.typeExpression--,e.print(t,"("),this.visitAllExpressions(t.args,e,","),e.print(t,")"),null},e.prototype.visitDeclareClassStmt=function(t,e){var n=this;return e.pushClass(t),t.hasModifier(Bo.Exported)&&e.print(t,"export "),e.print(t,"class "+t.name),null!=t.parent&&(e.print(t," extends "),this.typeExpression++,t.parent.visitExpression(this,e),this.typeExpression--),e.println(t," {"),e.incIndent(),t.fields.forEach(function(t){return n._visitClassField(t,e)}),null!=t.constructorMethod&&this._visitClassConstructor(t,e),t.getters.forEach(function(t){return n._visitClassGetter(t,e)}),t.methods.forEach(function(t){return n._visitClassMethod(t,e)}),e.decIndent(),e.println(t,"}"),e.popClass(),null},e.prototype._visitClassField=function(t,e){t.hasModifier(Bo.Private)&&e.print(null,"/*private*/ "),t.hasModifier(Bo.Static)&&e.print(null,"static "),e.print(null,t.name),this._printColonType(t.type,e),t.initializer&&(e.print(null," = "),t.initializer.visitExpression(this,e)),e.println(null,";")},e.prototype._visitClassGetter=function(t,e){t.hasModifier(Bo.Private)&&e.print(null,"private "),e.print(null,"get "+t.name+"()"),this._printColonType(t.type,e),e.println(null," {"),e.incIndent(),this.visitAllStatements(t.body,e),e.decIndent(),e.println(null,"}")},e.prototype._visitClassConstructor=function(t,e){e.print(t,"constructor("),this._visitParams(t.constructorMethod.params,e),e.println(t,") {"),e.incIndent(),this.visitAllStatements(t.constructorMethod.body,e),e.decIndent(),e.println(t,"}")},e.prototype._visitClassMethod=function(t,e){t.hasModifier(Bo.Private)&&e.print(null,"private "),e.print(null,t.name+"("),this._visitParams(t.params,e),e.print(null,")"),this._printColonType(t.type,e,"void"),e.println(null," {"),e.incIndent(),this.visitAllStatements(t.body,e),e.decIndent(),e.println(null,"}")},e.prototype.visitFunctionExpr=function(t,e){return t.name&&(e.print(t,"function "),e.print(t,t.name)),e.print(t,"("),this._visitParams(t.params,e),e.print(t,")"),this._printColonType(t.type,e,"void"),t.name||e.print(t," => "),e.println(t,"{"),e.incIndent(),this.visitAllStatements(t.statements,e),e.decIndent(),e.print(t,"}"),null},e.prototype.visitDeclareFunctionStmt=function(t,e){return t.hasModifier(Bo.Exported)&&e.print(t,"export "),e.print(t,"function "+t.name+"("),this._visitParams(t.params,e),e.print(t,")"),this._printColonType(t.type,e,"void"),e.println(t," {"),e.incIndent(),this.visitAllStatements(t.statements,e),e.decIndent(),e.println(t,"}"),null},e.prototype.visitTryCatchStmt=function(t,e){e.println(t,"try {"),e.incIndent(),this.visitAllStatements(t.bodyStmts,e),e.decIndent(),e.println(t,"} catch ("+Zs.name+") {"),e.incIndent();var n=[Js.set(Zs.prop("stack",null)).toDeclStmt(null,[Bo.Final])].concat(t.catchStmts);return this.visitAllStatements(n,e),e.decIndent(),e.println(t,"}"),null},e.prototype.visitBuiltinType=function(t,e){var n;switch(t.name){case Eo.Bool:n="boolean";break;case Eo.Dynamic:n="any";break;case Eo.Function:n="Function";break;case Eo.Number:case Eo.Int:n="number";break;case Eo.String:n="string";break;case Eo.None:n="never";break;default:throw new Error("Unsupported builtin type "+t.name)}return e.print(null,n),null},e.prototype.visitExpressionType=function(t,e){var n=this;return t.value.visitExpression(this,e),null!==t.typeParams&&(e.print(null,"<"),this.visitAllObjects(function(t){return n.visitType(t,e)},t.typeParams,e,","),e.print(null,">")),null},e.prototype.visitArrayType=function(t,e){return this.visitType(t.of,e),e.print(null,"[]"),null},e.prototype.visitMapType=function(t,e){return e.print(null,"{[key: string]:"),this.visitType(t.valueType,e),e.print(null,"}"),null},e.prototype.getBuiltinMethodName=function(t){var e;switch(t){case Ro.ConcatArray:e="concat";break;case Ro.SubscribeObservable:e="subscribe";break;case Ro.Bind:e="bind";break;default:throw new Error("Unknown builtin method: "+t)}return e},e.prototype._visitParams=function(t,e){var n=this;this.visitAllObjects(function(t){e.print(null,t.name),n._printColonType(t.type,e)},t,e,",")},e.prototype._visitIdentifier=function(t,e,n){var r=this,i=t.name,o=t.moduleName;if(this.referenceFilter&&this.referenceFilter(t))n.print(null,"(null as any)");else{if(o&&(!this.importFilter||!this.importFilter(t))){var s=this.importsWithPrefixes.get(o);null==s&&this.importsWithPrefixes.set(o,s="i"+this.importsWithPrefixes.size),n.print(null,s+".")}n.print(null,i),this.typeExpression>0&&(e||[]).length>0&&(n.print(null,"<"),this.visitAllObjects(function(t){return t.visitType(r,n)},e,n,","),n.print(null,">"))}},e.prototype._printColonType=function(t,e,n){t!==Ao&&(e.print(null,":"),this.visitType(t,e,n))}}(ea);var ia,oa=function(){function t(t){this._reflector=t}return t.prototype.isPipe=function(t){var e=this._reflector.annotations(gt(t));return e&&e.some(q.isTypeOf)},t.prototype.resolve=function(t,e){void 0===e&&(e=!0);var n=this._reflector.annotations(gt(t));if(n){var r=Ue(n,q.isTypeOf);if(r)return r}if(e)throw new Error("No Pipe decorator found on "+mt(t));return null},t}();
266
+ */!function(t){function e(e,n){var r=t.call(this,!1)||this;return r.referenceFilter=e,r.importFilter=n,r.typeExpression=0,r.importsWithPrefixes=new Map,r.reexports=new Map,r}o(e,t),e.prototype.visitType=function(t,e,n){void 0===n&&(n="any"),t?(this.typeExpression++,t.visitType(this,e),this.typeExpression--):e.print(null,n)},e.prototype.visitLiteralExpr=function(e,n){var r=e.value;return null==r&&e.type!=Ao?(n.print(e,"("+r+" as any)"),null):t.prototype.visitLiteralExpr.call(this,e,n)},e.prototype.visitLiteralArrayExpr=function(e,n){0===e.entries.length&&n.print(e,"(");var r=t.prototype.visitLiteralArrayExpr.call(this,e,n);return 0===e.entries.length&&n.print(e," as any[])"),r},e.prototype.visitExternalExpr=function(t,e){return this._visitIdentifier(t.value,t.typeParams,e),null},e.prototype.visitAssertNotNullExpr=function(e,n){var r=t.prototype.visitAssertNotNullExpr.call(this,e,n);return n.print(e,"!"),r},e.prototype.visitDeclareVarStmt=function(t,e){if(t.hasModifier(Bo.Exported)&&t.value instanceof zo&&!t.type){var n=t.value.value,r=n.name,i=n.moduleName;if(i){var o=this.reexports.get(i);return o||this.reexports.set(i,o=[]),o.push({name:r,as:t.name}),null}}return t.hasModifier(Bo.Exported)&&e.print(t,"export "),t.hasModifier(Bo.Final)?e.print(t,"const"):e.print(t,"var"),e.print(t," "+t.name),this._printColonType(t.type,e),t.value&&(e.print(t," = "),t.value.visitExpression(this,e)),e.println(t,";"),null},e.prototype.visitWrappedNodeExpr=function(t,e){throw new Error("Cannot visit a WrappedNodeExpr when outputting Typescript.")},e.prototype.visitCastExpr=function(t,e){return e.print(t,"(<"),t.type.visitType(this,e),e.print(t,">"),t.value.visitExpression(this,e),e.print(t,")"),null},e.prototype.visitInstantiateExpr=function(t,e){return e.print(t,"new "),this.typeExpression++,t.classExpr.visitExpression(this,e),this.typeExpression--,e.print(t,"("),this.visitAllExpressions(t.args,e,","),e.print(t,")"),null},e.prototype.visitDeclareClassStmt=function(t,e){var n=this;return e.pushClass(t),t.hasModifier(Bo.Exported)&&e.print(t,"export "),e.print(t,"class "+t.name),null!=t.parent&&(e.print(t," extends "),this.typeExpression++,t.parent.visitExpression(this,e),this.typeExpression--),e.println(t," {"),e.incIndent(),t.fields.forEach(function(t){return n._visitClassField(t,e)}),null!=t.constructorMethod&&this._visitClassConstructor(t,e),t.getters.forEach(function(t){return n._visitClassGetter(t,e)}),t.methods.forEach(function(t){return n._visitClassMethod(t,e)}),e.decIndent(),e.println(t,"}"),e.popClass(),null},e.prototype._visitClassField=function(t,e){t.hasModifier(Bo.Private)&&e.print(null,"/*private*/ "),t.hasModifier(Bo.Static)&&e.print(null,"static "),e.print(null,t.name),this._printColonType(t.type,e),t.initializer&&(e.print(null," = "),t.initializer.visitExpression(this,e)),e.println(null,";")},e.prototype._visitClassGetter=function(t,e){t.hasModifier(Bo.Private)&&e.print(null,"private "),e.print(null,"get "+t.name+"()"),this._printColonType(t.type,e),e.println(null," {"),e.incIndent(),this.visitAllStatements(t.body,e),e.decIndent(),e.println(null,"}")},e.prototype._visitClassConstructor=function(t,e){e.print(t,"constructor("),this._visitParams(t.constructorMethod.params,e),e.println(t,") {"),e.incIndent(),this.visitAllStatements(t.constructorMethod.body,e),e.decIndent(),e.println(t,"}")},e.prototype._visitClassMethod=function(t,e){t.hasModifier(Bo.Private)&&e.print(null,"private "),e.print(null,t.name+"("),this._visitParams(t.params,e),e.print(null,")"),this._printColonType(t.type,e,"void"),e.println(null," {"),e.incIndent(),this.visitAllStatements(t.body,e),e.decIndent(),e.println(null,"}")},e.prototype.visitFunctionExpr=function(t,e){return t.name&&(e.print(t,"function "),e.print(t,t.name)),e.print(t,"("),this._visitParams(t.params,e),e.print(t,")"),this._printColonType(t.type,e,"void"),t.name||e.print(t," => "),e.println(t,"{"),e.incIndent(),this.visitAllStatements(t.statements,e),e.decIndent(),e.print(t,"}"),null},e.prototype.visitDeclareFunctionStmt=function(t,e){return t.hasModifier(Bo.Exported)&&e.print(t,"export "),e.print(t,"function "+t.name+"("),this._visitParams(t.params,e),e.print(t,")"),this._printColonType(t.type,e,"void"),e.println(t," {"),e.incIndent(),this.visitAllStatements(t.statements,e),e.decIndent(),e.println(t,"}"),null},e.prototype.visitTryCatchStmt=function(t,e){e.println(t,"try {"),e.incIndent(),this.visitAllStatements(t.bodyStmts,e),e.decIndent(),e.println(t,"} catch ("+Zs.name+") {"),e.incIndent();var n=[Js.set(Zs.prop("stack",null)).toDeclStmt(null,[Bo.Final])].concat(t.catchStmts);return this.visitAllStatements(n,e),e.decIndent(),e.println(t,"}"),null},e.prototype.visitBuiltinType=function(t,e){var n;switch(t.name){case Eo.Bool:n="boolean";break;case Eo.Dynamic:n="any";break;case Eo.Function:n="Function";break;case Eo.Number:case Eo.Int:n="number";break;case Eo.String:n="string";break;case Eo.None:n="never";break;default:throw new Error("Unsupported builtin type "+t.name)}return e.print(null,n),null},e.prototype.visitExpressionType=function(t,e){var n=this;return t.value.visitExpression(this,e),null!==t.typeParams&&(e.print(null,"<"),this.visitAllObjects(function(t){return n.visitType(t,e)},t.typeParams,e,","),e.print(null,">")),null},e.prototype.visitArrayType=function(t,e){return this.visitType(t.of,e),e.print(null,"[]"),null},e.prototype.visitMapType=function(t,e){return e.print(null,"{[key: string]:"),this.visitType(t.valueType,e),e.print(null,"}"),null},e.prototype.getBuiltinMethodName=function(t){var e;switch(t){case Do.ConcatArray:e="concat";break;case Do.SubscribeObservable:e="subscribe";break;case Do.Bind:e="bind";break;default:throw new Error("Unknown builtin method: "+t)}return e},e.prototype._visitParams=function(t,e){var n=this;this.visitAllObjects(function(t){e.print(null,t.name),n._printColonType(t.type,e)},t,e,",")},e.prototype._visitIdentifier=function(t,e,n){var r=this,i=t.name,o=t.moduleName;if(this.referenceFilter&&this.referenceFilter(t))n.print(null,"(null as any)");else{if(o&&(!this.importFilter||!this.importFilter(t))){var s=this.importsWithPrefixes.get(o);null==s&&this.importsWithPrefixes.set(o,s="i"+this.importsWithPrefixes.size),n.print(null,s+".")}n.print(null,i),this.typeExpression>0&&(e||[]).length>0&&(n.print(null,"<"),this.visitAllObjects(function(t){return t.visitType(r,n)},e,n,","),n.print(null,">"))}},e.prototype._printColonType=function(t,e,n){t!==Ao&&(e.print(null,":"),this.visitType(t,e,n))}}(ea);var ia,oa=function(){function t(t){this._reflector=t}return t.prototype.isPipe=function(t){var e=this._reflector.annotations(gt(t));return e&&e.some(q.isTypeOf)},t.prototype.resolve=function(t,e){void 0===e&&(e=!0);var n=this._reflector.annotations(gt(t));if(n){var r=Ue(n,q.isTypeOf);if(r)return r}if(e)throw new Error("No Pipe decorator found on "+mt(t));return null},t}();
267
267
  /**
268
268
  * @license
269
269
  * Copyright Google Inc. All Rights Reserved.
@@ -312,28 +312,28 @@ var w,x,E=function(){function t(t){var e=void 0===t?{}:t,n=e.closedByChildren,r=
312
312
  *
313
313
  * Use of this source code is governed by an MIT-style license that can be
314
314
  * found in the LICENSE file at https://angular.io/license
315
- */(t,this.errors)},t.prototype.visitExpansionCase=function(t,e){throw new Error("Should not be reached")},t}(),Pa=function(){function t(t,e,n,r,i){if(this._exprParser=t,this._interpolationConfig=e,this._schemaRegistry=n,this.errors=i,this.pipesByName=null,this._usedPipes=new Map,r){var o=new Map;r.forEach(function(t){return o.set(t.name,t)}),this.pipesByName=o}}return t.prototype.getUsedPipes=function(){return Array.from(this._usedPipes.values())},t.prototype.createBoundHostProperties=function(t,e){var n=this;if(t.hostProperties){var r=[];return Object.keys(t.hostProperties).forEach(function(i){var o=t.hostProperties[i];"string"==typeof o?n.parsePropertyBinding(i,o,!0,e,[],r):n._reportError('Value of the host property binding "'+i+'" needs to be a string representing an expression but got "'+o+'" ('+typeof o+")",e)}),r}return null},t.prototype.createDirectiveHostPropertyAsts=function(t,e,n){var r=this,i=this.createBoundHostProperties(t,n);return i&&i.map(function(t){return r.createBoundElementProperty(e,t)})},t.prototype.createDirectiveHostEventAsts=function(t,e){var n=this;if(t.hostListeners){var r=[];return Object.keys(t.hostListeners).forEach(function(i){var o=t.hostListeners[i];"string"==typeof o?n.parseEvent(i,o,e,[],r):n._reportError('Value of the host listener "'+i+'" needs to be a string representing an expression but got "'+o+'" ('+typeof o+")",e)}),r}return null},t.prototype.parseInterpolation=function(t,e){var n=e.start.toString();try{var r=this._exprParser.parseInterpolation(t,n,this._interpolationConfig);return r&&this._reportExpressionParserErrors(r.errors,e),this._checkPipes(r,e),r}catch(t){return this._reportError(""+t,e),this._exprParser.wrapLiteralPrimitive("ERROR",n)}},t.prototype.parseInlineTemplateBinding=function(t,e,n,r,i,o){for(var s=this._parseTemplateBindings(t,e,n),a=0;a<s.length;a++){var u=s[a];u.keyIsVar?o.push(new yr(u.key,u.name,n)):u.expression?this._parsePropertyAst(u.key,u.expression,n,r,i):(r.push([u.key,""]),this.parseLiteralAttr(u.key,null,n,r,i))}},t.prototype._parseTemplateBindings=function(t,e,n){var r=this,i=n.start.toString();try{var o=this._exprParser.parseTemplateBindings(t,e,i);return this._reportExpressionParserErrors(o.errors,n),o.templateBindings.forEach(function(t){t.expression&&r._checkPipes(t.expression,n)}),o.warnings.forEach(function(t){r._reportError(t,n,wr.WARNING)}),o.templateBindings}catch(t){return this._reportError(""+t,n),[]}},t.prototype.parseLiteralAttr=function(t,e,n,r,i){Na(t)?(t=t.substring(1),e&&this._reportError('Assigning animation triggers via @prop="exp" attributes with an expression is invalid. Use property bindings (e.g. [@prop]="exp") or use an attribute without a value (e.g. @prop) instead.',n,wr.ERROR),this._parseAnimation(t,e,n,r,i)):i.push(new dr(t,this._exprParser.wrapLiteralPrimitive(e,""),fr.LITERAL_ATTR,n))},t.prototype.parsePropertyBinding=function(t,e,n,r,i,o){var s=!1;t.startsWith("animate-")?(s=!0,t=t.substring("animate-".length)):Na(t)&&(s=!0,t=t.substring(1)),s?this._parseAnimation(t,e,r,i,o):this._parsePropertyAst(t,this._parseBinding(e,n,r),r,i,o)},t.prototype.parsePropertyInterpolation=function(t,e,n,r,i){var o=this.parseInterpolation(e,n);return!!o&&(this._parsePropertyAst(t,o,n,r,i),!0)},t.prototype._parsePropertyAst=function(t,e,n,r,i){r.push([t,e.source]),i.push(new dr(t,e,fr.DEFAULT,n))},t.prototype._parseAnimation=function(t,e,n,r,i){var o=this._parseBinding(e||"undefined",!1,n);r.push([t,o.source]),i.push(new dr(t,o,fr.ANIMATION,n))},t.prototype._parseBinding=function(t,e,n){var r=(n&&n.start||"(unknown)").toString();try{var i=e?this._exprParser.parseSimpleBinding(t,r,this._interpolationConfig):this._exprParser.parseBinding(t,r,this._interpolationConfig);return i&&this._reportExpressionParserErrors(i.errors,n),this._checkPipes(i,n),i}catch(t){return this._reportError(""+t,n),this._exprParser.wrapLiteralPrimitive("ERROR",r)}},t.prototype.createBoundElementProperty=function(t,e){if(e.isAnimation)return new mr(e.name,4,B.NONE,e.expression,null,e.sourceSpan);var n=null,r=void 0,i=null,o=e.name.split("."),s=void 0;if(o.length>1)if("attr"==o[0]){this._validatePropertyOrAttributeName(i=o[1],e.sourceSpan,!0),s=Oa(this._schemaRegistry,t,i,!0);var a=i.indexOf(":");a>-1&&(i=g(i.substring(0,a),i.substring(a+1))),r=1}else"class"==o[0]?(i=o[1],r=2,s=[B.NONE]):"style"==o[0]&&(n=o.length>2?o[2]:null,i=o[1],r=3,s=[B.STYLE]);return null===i&&(i=this._schemaRegistry.getMappedPropName(e.name),s=Oa(this._schemaRegistry,t,i,!1),r=0,this._validatePropertyOrAttributeName(i,e.sourceSpan,!1)),new mr(i,r,s[0],e.expression,n,e.sourceSpan)},t.prototype.parseEvent=function(t,e,n,r,i){Na(t)?(t=t.substr(1),this._parseAnimationEvent(t,e,n,i)):this._parseRegularEvent(t,e,n,r,i)},t.prototype._parseAnimationEvent=function(t,e,n,r){var i=function o(t,e){return it(t,".",e)}(t,[t,""]),s=i[0],a=i[1].toLowerCase();if(a)switch(a){case"start":case"done":var u=this._parseAction(e,n);r.push(new vr(s,a,1,u,n));break;default:this._reportError('The provided animation output phase value "'+a+'" for "@'+s+'" is not supported (use start or done)',n)}else this._reportError("The animation trigger output event (@"+s+") is missing its phase value name (start or done are currently supported)",n)},t.prototype._parseRegularEvent=function(t,e,n,r,i){var o=h(rt(t,[null,t]),2),s=o[0],a=o[1],u=this._parseAction(e,n);r.push([t,u.source]),i.push(new vr(a,s,0,u,n))},t.prototype._parseAction=function(t,e){var n=(e&&e.start||"(unknown").toString();try{var r=this._exprParser.parseAction(t,n,this._interpolationConfig);return r&&this._reportExpressionParserErrors(r.errors,e),!r||r.ast instanceof Bn?(this._reportError("Empty expressions are not allowed",e),this._exprParser.wrapLiteralPrimitive("ERROR",n)):(this._checkPipes(r,e),r)}catch(t){return this._reportError(""+t,e),this._exprParser.wrapLiteralPrimitive("ERROR",n)}},t.prototype._reportError=function(t,e,n){void 0===n&&(n=wr.ERROR),this.errors.push(new Nr(e,t,n))},t.prototype._reportExpressionParserErrors=function(t,e){var n,r;try{for(var i=p(t),o=i.next();!o.done;o=i.next())this._reportError(o.value.message,e)}catch(t){n={error:t}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}},t.prototype._checkPipes=function(t,e){var n=this;if(t&&this.pipesByName){var r=new Aa;t.visit(r),r.pipes.forEach(function(t,r){var i=n.pipesByName.get(r);i?n._usedPipes.set(r,i):n._reportError("The pipe '"+r+"' could not be found",new Pr(e.start.moveBy(t.span.start),e.start.moveBy(t.span.end)))})}},t.prototype._validatePropertyOrAttributeName=function(t,e,n){var r=n?this._schemaRegistry.validateAttribute(t):this._schemaRegistry.validateProperty(t);r.error&&this._reportError(r.msg,e,wr.ERROR)},t}(),Aa=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.pipes=new Map,e}return o(e,t),e.prototype.visitPipe=function(t,e){return this.pipes.set(t.name,t),t.exp.visit(this),this.visitAll(t.args,e),null},e}(cr);function Na(t){return"@"==t[0]}function Oa(t,e,n,r){var i=[];return A.parse(e).forEach(function(e){var o=e.element?[e.element]:t.allKnownElementNames(),s=new Set(e.notSelectors.filter(function(t){return t.isElementSelector()}).map(function(t){return t.element})),a=o.filter(function(t){return!s.has(t)});i.push.apply(i,f(a.map(function(e){return t.securityContext(e,n,r)})))}),0===i.length?[B.NONE]:Array.from(new Set(i)).sort()}
315
+ */(t,this.errors)},t.prototype.visitExpansionCase=function(t,e){throw new Error("Should not be reached")},t}(),Pa=function(){function t(t,e,n,r,i){if(this._exprParser=t,this._interpolationConfig=e,this._schemaRegistry=n,this.errors=i,this.pipesByName=null,this._usedPipes=new Map,r){var o=new Map;r.forEach(function(t){return o.set(t.name,t)}),this.pipesByName=o}}return t.prototype.getUsedPipes=function(){return Array.from(this._usedPipes.values())},t.prototype.createBoundHostProperties=function(t,e){var n=this;if(t.hostProperties){var r=[];return Object.keys(t.hostProperties).forEach(function(i){var o=t.hostProperties[i];"string"==typeof o?n.parsePropertyBinding(i,o,!0,e,[],r):n._reportError('Value of the host property binding "'+i+'" needs to be a string representing an expression but got "'+o+'" ('+typeof o+")",e)}),r}return null},t.prototype.createDirectiveHostPropertyAsts=function(t,e,n){var r=this,i=this.createBoundHostProperties(t,n);return i&&i.map(function(t){return r.createBoundElementProperty(e,t)})},t.prototype.createDirectiveHostEventAsts=function(t,e){var n=this;if(t.hostListeners){var r=[];return Object.keys(t.hostListeners).forEach(function(i){var o=t.hostListeners[i];"string"==typeof o?n.parseEvent(i,o,e,[],r):n._reportError('Value of the host listener "'+i+'" needs to be a string representing an expression but got "'+o+'" ('+typeof o+")",e)}),r}return null},t.prototype.parseInterpolation=function(t,e){var n=e.start.toString();try{var r=this._exprParser.parseInterpolation(t,n,this._interpolationConfig);return r&&this._reportExpressionParserErrors(r.errors,e),this._checkPipes(r,e),r}catch(t){return this._reportError(""+t,e),this._exprParser.wrapLiteralPrimitive("ERROR",n)}},t.prototype.parseInlineTemplateBinding=function(t,e,n,r,i,o){for(var s=this._parseTemplateBindings(t,e,n),a=0;a<s.length;a++){var u=s[a];u.keyIsVar?o.push(new yr(u.key,u.name,n)):u.expression?this._parsePropertyAst(u.key,u.expression,n,r,i):(r.push([u.key,""]),this.parseLiteralAttr(u.key,null,n,r,i))}},t.prototype._parseTemplateBindings=function(t,e,n){var r=this,i=n.start.toString();try{var o=this._exprParser.parseTemplateBindings(t,e,i);return this._reportExpressionParserErrors(o.errors,n),o.templateBindings.forEach(function(t){t.expression&&r._checkPipes(t.expression,n)}),o.warnings.forEach(function(t){r._reportError(t,n,wr.WARNING)}),o.templateBindings}catch(t){return this._reportError(""+t,n),[]}},t.prototype.parseLiteralAttr=function(t,e,n,r,i){Na(t)?(t=t.substring(1),e&&this._reportError('Assigning animation triggers via @prop="exp" attributes with an expression is invalid. Use property bindings (e.g. [@prop]="exp") or use an attribute without a value (e.g. @prop) instead.',n,wr.ERROR),this._parseAnimation(t,e,n,r,i)):i.push(new dr(t,this._exprParser.wrapLiteralPrimitive(e,""),fr.LITERAL_ATTR,n))},t.prototype.parsePropertyBinding=function(t,e,n,r,i,o){var s=!1;t.startsWith("animate-")?(s=!0,t=t.substring("animate-".length)):Na(t)&&(s=!0,t=t.substring(1)),s?this._parseAnimation(t,e,r,i,o):this._parsePropertyAst(t,this._parseBinding(e,n,r),r,i,o)},t.prototype.parsePropertyInterpolation=function(t,e,n,r,i){var o=this.parseInterpolation(e,n);return!!o&&(this._parsePropertyAst(t,o,n,r,i),!0)},t.prototype._parsePropertyAst=function(t,e,n,r,i){r.push([t,e.source]),i.push(new dr(t,e,fr.DEFAULT,n))},t.prototype._parseAnimation=function(t,e,n,r,i){var o=this._parseBinding(e||"undefined",!1,n);r.push([t,o.source]),i.push(new dr(t,o,fr.ANIMATION,n))},t.prototype._parseBinding=function(t,e,n){var r=(n&&n.start||"(unknown)").toString();try{var i=e?this._exprParser.parseSimpleBinding(t,r,this._interpolationConfig):this._exprParser.parseBinding(t,r,this._interpolationConfig);return i&&this._reportExpressionParserErrors(i.errors,n),this._checkPipes(i,n),i}catch(t){return this._reportError(""+t,n),this._exprParser.wrapLiteralPrimitive("ERROR",r)}},t.prototype.createBoundElementProperty=function(t,e){if(e.isAnimation)return new mr(e.name,4,B.NONE,e.expression,null,e.sourceSpan);var n=null,r=void 0,i=null,o=e.name.split("."),s=void 0;if(o.length>1)if("attr"==o[0]){this._validatePropertyOrAttributeName(i=o[1],e.sourceSpan,!0),s=ka(this._schemaRegistry,t,i,!0);var a=i.indexOf(":");a>-1&&(i=g(i.substring(0,a),i.substring(a+1))),r=1}else"class"==o[0]?(i=o[1],r=2,s=[B.NONE]):"style"==o[0]&&(n=o.length>2?o[2]:null,i=o[1],r=3,s=[B.STYLE]);return null===i&&(i=this._schemaRegistry.getMappedPropName(e.name),s=ka(this._schemaRegistry,t,i,!1),r=0,this._validatePropertyOrAttributeName(i,e.sourceSpan,!1)),new mr(i,r,s[0],e.expression,n,e.sourceSpan)},t.prototype.parseEvent=function(t,e,n,r,i){Na(t)?(t=t.substr(1),this._parseAnimationEvent(t,e,n,i)):this._parseRegularEvent(t,e,n,r,i)},t.prototype._parseAnimationEvent=function(t,e,n,r){var i=function o(t,e){return it(t,".",e)}(t,[t,""]),s=i[0],a=i[1].toLowerCase();if(a)switch(a){case"start":case"done":var u=this._parseAction(e,n);r.push(new vr(s,a,1,u,n));break;default:this._reportError('The provided animation output phase value "'+a+'" for "@'+s+'" is not supported (use start or done)',n)}else this._reportError("The animation trigger output event (@"+s+") is missing its phase value name (start or done are currently supported)",n)},t.prototype._parseRegularEvent=function(t,e,n,r,i){var o=h(rt(t,[null,t]),2),s=o[0],a=o[1],u=this._parseAction(e,n);r.push([t,u.source]),i.push(new vr(a,s,0,u,n))},t.prototype._parseAction=function(t,e){var n=(e&&e.start||"(unknown").toString();try{var r=this._exprParser.parseAction(t,n,this._interpolationConfig);return r&&this._reportExpressionParserErrors(r.errors,e),!r||r.ast instanceof Bn?(this._reportError("Empty expressions are not allowed",e),this._exprParser.wrapLiteralPrimitive("ERROR",n)):(this._checkPipes(r,e),r)}catch(t){return this._reportError(""+t,e),this._exprParser.wrapLiteralPrimitive("ERROR",n)}},t.prototype._reportError=function(t,e,n){void 0===n&&(n=wr.ERROR),this.errors.push(new Nr(e,t,n))},t.prototype._reportExpressionParserErrors=function(t,e){var n,r;try{for(var i=p(t),o=i.next();!o.done;o=i.next())this._reportError(o.value.message,e)}catch(t){n={error:t}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}},t.prototype._checkPipes=function(t,e){var n=this;if(t&&this.pipesByName){var r=new Aa;t.visit(r),r.pipes.forEach(function(t,r){var i=n.pipesByName.get(r);i?n._usedPipes.set(r,i):n._reportError("The pipe '"+r+"' could not be found",new Pr(e.start.moveBy(t.span.start),e.start.moveBy(t.span.end)))})}},t.prototype._validatePropertyOrAttributeName=function(t,e,n){var r=n?this._schemaRegistry.validateAttribute(t):this._schemaRegistry.validateProperty(t);r.error&&this._reportError(r.msg,e,wr.ERROR)},t}(),Aa=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.pipes=new Map,e}return o(e,t),e.prototype.visitPipe=function(t,e){return this.pipes.set(t.name,t),t.exp.visit(this),this.visitAll(t.args,e),null},e}(cr);function Na(t){return"@"==t[0]}function ka(t,e,n,r){var i=[];return A.parse(e).forEach(function(e){var o=e.element?[e.element]:t.allKnownElementNames(),s=new Set(e.notSelectors.filter(function(t){return t.isElementSelector()}).map(function(t){return t.element})),a=o.filter(function(t){return!s.has(t)});i.push.apply(i,f(a.map(function(e){return t.securityContext(e,n,r)})))}),0===i.length?[B.NONE]:Array.from(new Set(i)).sort()}
316
316
  /**
317
317
  * @license
318
318
  * Copyright Google Inc. All Rights Reserved.
319
319
  *
320
320
  * Use of this source code is governed by an MIT-style license that can be
321
321
  * found in the LICENSE file at https://angular.io/license
322
- */var ka,Ma=/^(?:(?:(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.+))|\[\(([^\)]+)\)\]|\[([^\]]+)\]|\(([^\)]+)\))$/,Ia="class";function Ra(){return ka||(ka=A.parse("*")[0]),ka}var Da=function(t){function e(e,n,r){return t.call(this,n,e,r)||this}return o(e,t),e}(Nr),ja=function ja(t,e,n){this.templateAst=t,this.usedPipes=e,this.errors=n},La=function(){function t(t,e,n,r,i,o,s){this._config=t,this._reflector=e,this._exprParser=n,this._schemaRegistry=r,this._htmlParser=i,this._console=o,this.transforms=s}return Object.defineProperty(t.prototype,"expressionParser",{get:function(){return this._exprParser},enumerable:!0,configurable:!0}),t.prototype.parse=function(t,e,n,r,i,o,s){var a=this.tryParse(t,e,n,r,i,o,s),u=a.errors.filter(function(t){return t.level===wr.WARNING}),c=a.errors.filter(function(t){return t.level===wr.ERROR});if(u.length>0&&this._console.warn("Template parse warnings:\n"+u.join("\n")),c.length>0)throw pt("Template parse errors:\n"+c.join("\n"),c);return{template:a.templateAst,pipes:a.usedPipes}},t.prototype.tryParse=function(t,e,n,r,i,o,s){var a="string"==typeof e?this._htmlParser.parse(e,o,!0,this.getInterpolationConfig(t)):e;return s||(a=function u(t){return new zr(he(new wa,t.rootNodes),t.errors)}
322
+ */var Oa,Ma=/^(?:(?:(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.+))|\[\(([^\)]+)\)\]|\[([^\]]+)\]|\(([^\)]+)\))$/,Ia="class";function Da(){return Oa||(Oa=A.parse("*")[0]),Oa}var Ra=function(t){function e(e,n,r){return t.call(this,n,e,r)||this}return o(e,t),e}(Nr),ja=function ja(t,e,n){this.templateAst=t,this.usedPipes=e,this.errors=n},La=function(){function t(t,e,n,r,i,o,s){this._config=t,this._reflector=e,this._exprParser=n,this._schemaRegistry=r,this._htmlParser=i,this._console=o,this.transforms=s}return Object.defineProperty(t.prototype,"expressionParser",{get:function(){return this._exprParser},enumerable:!0,configurable:!0}),t.prototype.parse=function(t,e,n,r,i,o,s){var a=this.tryParse(t,e,n,r,i,o,s),u=a.errors.filter(function(t){return t.level===wr.WARNING}),c=a.errors.filter(function(t){return t.level===wr.ERROR});if(u.length>0&&this._console.warn("Template parse warnings:\n"+u.join("\n")),c.length>0)throw pt("Template parse errors:\n"+c.join("\n"),c);return{template:a.templateAst,pipes:a.usedPipes}},t.prototype.tryParse=function(t,e,n,r,i,o,s){var a="string"==typeof e?this._htmlParser.parse(e,o,!0,this.getInterpolationConfig(t)):e;return s||(a=function u(t){return new zr(he(new wa,t.rootNodes),t.errors)}
323
323
  /**
324
324
  * @license
325
325
  * Copyright Google Inc. All Rights Reserved.
326
326
  *
327
327
  * Use of this source code is governed by an MIT-style license that can be
328
328
  * found in the LICENSE file at https://angular.io/license
329
- */(a)),this.tryParseHtml(this.expandHtml(a),t,n,r,i)},t.prototype.tryParseHtml=function(t,e,n,r,i){var o,s=t.errors,a=[];if(t.rootNodes.length>0){var u=Ga(n),c=Ga(r),l=new Bs(this._reflector,e),p=void 0;e.template&&e.template.interpolation&&(p={start:e.template.interpolation[0],end:e.template.interpolation[1]});var h=new Pa(this._exprParser,p,this._schemaRegistry,c,s),d=new Fa(this._reflector,this._config,l,u,h,this._schemaRegistry,i,s);o=he(d,t.rootNodes,za),s.push.apply(s,f(l.errors)),a.push.apply(a,f(h.getUsedPipes()))}else o=[];return this._assertNoReferenceDuplicationOnTemplate(o,s),s.length>0?new ja(o,a,s):(this.transforms&&this.transforms.forEach(function(t){o=Vt(t,o)}),new ja(o,a,s))},t.prototype.expandHtml=function(t,e){void 0===e&&(e=!1);var n=t.errors;if(0==n.length||e){var r=Ea(t.rootNodes);n.push.apply(n,f(r.errors)),t=new zr(r.nodes,n)}return t},t.prototype.getInterpolationConfig=function(t){if(t.template)return ge.fromArray(t.template.interpolation)},t.prototype._assertNoReferenceDuplicationOnTemplate=function(t,e){var n=[];t.filter(function(t){return!!t.references}).forEach(function(t){return t.references.forEach(function(t){var r=t.name;if(n.indexOf(r)<0)n.push(r);else{var i=new Da('Reference "#'+r+'" is defined several times',t.sourceSpan,wr.ERROR);e.push(i)}})})},t}(),Fa=function(){function t(t,e,n,r,i,o,s,a){var u=this;this.reflector=t,this.config=e,this.providerViewContext=n,this._bindingParser=i,this._schemaRegistry=o,this._schemas=s,this._targetErrors=a,this.selectorMatcher=new N,this.directivesIndex=new Map,this.ngContentCount=0,this.contentQueryStartId=n.component.viewQueries.length+1,r.forEach(function(t,e){var n=A.parse(t.selector);u.selectorMatcher.addSelectables(n,t),u.directivesIndex.set(t,e)})}return t.prototype.visitExpansion=function(t,e){return null},t.prototype.visitExpansionCase=function(t,e){return null},t.prototype.visitText=function(t,e){var n=e.findNgContentIndex(Ra()),r=ba(t.value),i=this._bindingParser.parseInterpolation(r,t.sourceSpan);return i?new St(i,n,t.sourceSpan):new Et(r,n,t.sourceSpan)},t.prototype.visitAttribute=function(t,e){return new Ct(t.name,t.value,t.sourceSpan)},t.prototype.visitComment=function(t,e){return null},t.prototype.visitElement=function(t,e){var n=this,r=this.contentQueryStartId,i=t.name,o=De(t);if(o.type===xe.SCRIPT||o.type===xe.STYLE)return null;if(o.type===xe.STYLESHEET&&we(o.hrefAttr))return null;var s=[],a=[],u=[],c=[],l=[],p=[],h=[],v=[],y=!1,m=[],g=function _(t){return"ng-template"===d(t)[1]}(t.name);t.attrs.forEach(function(t){var e,r,i=n._parseAttr(g,t,s,a,l,u,c);c.push.apply(c,f([].map(function(t){return Ot.fromParsedVariable(t)})));var o=n._normalizeAttributeName(t.name);o.startsWith("*")&&(e=t.value,r=o.substring("*".length));var d=null!=e;if(d){y&&n._reportError("Can't have multiple template bindings on one element. Use only one attribute prefixed with *",t.sourceSpan),y=!0;var _=[];n._bindingParser.parseInlineTemplateBinding(r,e,t.sourceSpan,h,p,_),v.push.apply(v,f(_.map(function(t){return Ot.fromParsedVariable(t)})))}i||d||(m.push(n.visitAttribute(t,null)),s.push([t.name,t.value]))});var b=Ua(i,s),w=this._parseDirectives(this.selectorMatcher,b),x=w.directives,E=w.matchElement,S=[],C=new Set,T=this._createDirectiveAsts(g,t.name,x,a,u,t.sourceSpan,S,C),P=this._createElementPropertyAsts(t.name,a,C),N=new Hs(this.providerViewContext,e.providerContext,e.isTemplateElement||y,T,m,S,g,r,t.sourceSpan),O=he(o.nonBindable?Wa:this,t.children,Ha.create(g,T,g?e.providerContext:N));N.afterElement();var k,M=""!=o.projectAs?A.parse(o.projectAs)[0]:b,I=e.findNgContentIndex(M);if(o.type===xe.NG_CONTENT)t.children&&!t.children.every(Qa)&&this._reportError("<ng-content> element cannot have content.",t.sourceSpan),k=new jt(this.ngContentCount++,y?null:I,t.sourceSpan);else if(g)this._assertAllEventsPublishedByDirectives(T,l),this._assertNoComponentsNorElementBindingsOnTemplate(T,P,t.sourceSpan),k=new Mt(m,l,S,c,N.transformedDirectiveAsts,N.transformProviders,N.transformedHasViewContainer,N.queryMatches,O,y?null:I,t.sourceSpan);else{this._assertElementExists(E,t),this._assertOnlyOneComponent(T,t.sourceSpan);var R=y?null:e.findNgContentIndex(M);k=new kt(i,m,P,l,S,N.transformedDirectiveAsts,N.transformProviders,N.transformedHasViewContainer,N.queryMatches,O,y?null:R,t.sourceSpan,t.endSourceSpan||null)}if(y){var D=this.contentQueryStartId,j=Ua("ng-template",h),L=this._parseDirectives(this.selectorMatcher,j).directives,F=new Set,V=this._createDirectiveAsts(!0,i,L,p,[],t.sourceSpan,[],F),B=this._createElementPropertyAsts(i,p,F);this._assertNoComponentsNorElementBindingsOnTemplate(V,B,t.sourceSpan);var H=new Hs(this.providerViewContext,e.providerContext,e.isTemplateElement,V,[],[],!0,D,t.sourceSpan);H.afterElement(),k=new Mt([],[],[],v,H.transformedDirectiveAsts,H.transformProviders,H.transformedHasViewContainer,H.queryMatches,[k],I,t.sourceSpan)}return k},t.prototype._parseAttr=function(t,e,n,r,i,o,s){var a=this._normalizeAttributeName(e.name),u=e.value,c=e.sourceSpan,l=[],p=a.match(Ma),h=!1;return null!==p?(h=!0,null!=p[1]?this._bindingParser.parsePropertyBinding(p[7],u,!1,c,n,r):p[2]?t?this._parseVariable(p[7],u,c,s):this._reportError('"let-" is only supported on ng-template elements.',c):p[3]?this._parseReference(p[7],u,c,o):p[4]?this._bindingParser.parseEvent(p[7],u,c,n,l):p[5]?(this._bindingParser.parsePropertyBinding(p[7],u,!1,c,n,r),this._parseAssignmentEvent(p[7],u,c,n,l)):p[6]?this._bindingParser.parseLiteralAttr(a,u,c,n,r):p[8]?(this._bindingParser.parsePropertyBinding(p[8],u,!1,c,n,r),this._parseAssignmentEvent(p[8],u,c,n,l)):p[9]?this._bindingParser.parsePropertyBinding(p[9],u,!1,c,n,r):p[10]&&this._bindingParser.parseEvent(p[10],u,c,n,l)):h=this._bindingParser.parsePropertyInterpolation(a,u,c,n,r),h||this._bindingParser.parseLiteralAttr(a,u,c,n,r),i.push.apply(i,f(l.map(function(t){return At.fromParsedEvent(t)}))),h},t.prototype._normalizeAttributeName=function(t){return/^data-/i.test(t)?t.substring(5):t},t.prototype._parseVariable=function(t,e,n,r){t.indexOf("-")>-1&&this._reportError('"-" is not allowed in variable names',n),r.push(new Ot(t,e,n))},t.prototype._parseReference=function(t,e,n,r){t.indexOf("-")>-1&&this._reportError('"-" is not allowed in reference names',n),r.push(new Ba(t,e,n))},t.prototype._parseAssignmentEvent=function(t,e,n,r,i){this._bindingParser.parseEvent(t+"Change",e+"=$event",n,r,i)},t.prototype._parseDirectives=function(t,e){var n=this,r=new Array(this.directivesIndex.size),i=!1;return t.match(e,function(t,e){r[n.directivesIndex.get(e)]=e,i=i||t.hasElementSelector()}),{directives:r.filter(function(t){return!!t}),matchElement:i}},t.prototype._createDirectiveAsts=function(t,e,n,r,i,o,s,a){var u=this,c=new Set,l=null,p=n.map(function(t){var n=new Pr(o.start,o.end,"Directive "+Gt(t.type));t.isComponent&&(l=t);var p=[],h=u._bindingParser.createDirectiveHostPropertyAsts(t,e,n).map(function(t){return Pt.fromBoundProperty(t)});h=u._checkPropertiesInSchema(e,h);var f=u._bindingParser.createDirectiveHostEventAsts(t,n);u._createDirectivePropertyAsts(t.inputs,r,p,a),i.forEach(function(e){(0===e.value.length&&t.isComponent||e.isReferenceToDirective(t))&&(s.push(new Nt(e.name,wo(t.type.reference),e.value,e.sourceSpan)),c.add(e.name))});var d=f.map(function(t){return At.fromParsedEvent(t)}),v=u.contentQueryStartId;return u.contentQueryStartId+=t.queries.length,new Rt(t,p,h,d,v,n)});return i.forEach(function(e){if(e.value.length>0)c.has(e.name)||u._reportError('There is no directive with "exportAs" set to "'+e.value+'"',e.sourceSpan);else if(!l){var n=null;t&&(n=xo(u.reflector,bo.TemplateRef)),s.push(new Nt(e.name,n,e.value,e.sourceSpan))}}),p},t.prototype._createDirectivePropertyAsts=function(t,e,n,r){if(t){var i=new Map;e.forEach(function(t){var e=i.get(t.name);e&&!e.isLiteral||i.set(t.name,t)}),Object.keys(t).forEach(function(e){var o=i.get(t[e]);o&&(r.add(o.name),Xa(o.expression)||n.push(new It(e,o.name,o.expression,o.sourceSpan)))})}},t.prototype._createElementPropertyAsts=function(t,e,n){var r=this,i=[];return e.forEach(function(e){if(!e.isLiteral&&!n.has(e.name)){var o=r._bindingParser.createBoundElementProperty(t,e);i.push(Pt.fromBoundProperty(o))}}),this._checkPropertiesInSchema(t,i)},t.prototype._findComponentDirectives=function(t){return t.filter(function(t){return t.directive.isComponent})},t.prototype._findComponentDirectiveNames=function(t){return this._findComponentDirectives(t).map(function(t){return Gt(t.directive.type)})},t.prototype._assertOnlyOneComponent=function(t,e){var n=this._findComponentDirectiveNames(t);n.length>1&&this._reportError("More than one component matched on this element.\nMake sure that only one component's selector can match a given element.\nConflicting components: "+n.join(","),e)},t.prototype._assertElementExists=function(t,e){var n=e.name.replace(/^:xhtml:/,"");if(!t&&!this._schemaRegistry.hasElement(n,this._schemas)){var r="'"+n+"' is not a known element:\n";r+="1. If '"+n+"' is an Angular component, then verify that it is part of this module.\n",n.indexOf("-")>-1?r+="2. If '"+n+"' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.":r+="2. To allow any element add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.",this._reportError(r,e.sourceSpan)}},t.prototype._assertNoComponentsNorElementBindingsOnTemplate=function(t,e,n){var r=this,i=this._findComponentDirectiveNames(t);i.length>0&&this._reportError("Components on an embedded template: "+i.join(","),n),e.forEach(function(t){r._reportError("Property binding "+t.name+' not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations".',n)})},t.prototype._assertAllEventsPublishedByDirectives=function(t,e){var n=this,r=new Set;t.forEach(function(t){Object.keys(t.directive.outputs).forEach(function(e){r.add(t.directive.outputs[e])})}),e.forEach(function(t){null==t.target&&r.has(t.name)||n._reportError("Event binding "+t.fullName+' not emitted by any directive on an embedded template. Make sure that the event name is spelled correctly and all directives are listed in the "@NgModule.declarations".',t.sourceSpan)})},t.prototype._checkPropertiesInSchema=function(t,e){var n=this;return e.filter(function(e){if(0===e.type&&!n._schemaRegistry.hasProperty(t,e.name,n._schemas)){var r="Can't bind to '"+e.name+"' since it isn't a known property of '"+t+"'.";t.startsWith("ng-")?r+="\n1. If '"+e.name+"' is an Angular directive, then add 'CommonModule' to the '@NgModule.imports' of this component.\n2. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.":t.indexOf("-")>-1&&(r+="\n1. If '"+t+"' is an Angular component and it has '"+e.name+"' input, then verify that it is part of this module.\n2. If '"+t+"' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.\n3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component."),n._reportError(r,e.sourceSpan)}return!Xa(e.value)})},t.prototype._reportError=function(t,e,n){void 0===n&&(n=wr.ERROR),this._targetErrors.push(new Nr(e,t,n))},t}(),Va=function(){function t(){}return t.prototype.visitElement=function(t,e){var n=De(t);if(n.type===xe.SCRIPT||n.type===xe.STYLE||n.type===xe.STYLESHEET)return null;var r=t.attrs.map(function(t){return[t.name,t.value]}),i=Ua(t.name,r),o=e.findNgContentIndex(i),s=he(this,t.children,za);return new kt(t.name,he(this,t.attrs),[],[],[],[],[],!1,[],s,o,t.sourceSpan,t.endSourceSpan)},t.prototype.visitComment=function(t,e){return null},t.prototype.visitAttribute=function(t,e){return new Ct(t.name,t.value,t.sourceSpan)},t.prototype.visitText=function(t,e){var n=e.findNgContentIndex(Ra());return new Et(t.value,n,t.sourceSpan)},t.prototype.visitExpansion=function(t,e){return t},t.prototype.visitExpansionCase=function(t,e){return t},t}(),Ba=function(){function t(t,e,n){this.name=t,this.value=e,this.sourceSpan=n}return t.prototype.isReferenceToDirective=function(t){return-1!==function e(t){return t?t.split(",").map(function(t){return t.trim()}):[]}(t.exportAs).indexOf(this.value)},t}(),Ha=function(){function t(t,e,n,r){this.isTemplateElement=t,this._ngContentIndexMatcher=e,this._wildcardNgContentIndex=n,this.providerContext=r}return t.create=function(e,n,r){var i=new N,o=null,s=n.find(function(t){return t.directive.isComponent});if(s)for(var a=s.directive.template.ngContentSelectors,u=0;u<a.length;u++)"*"===a[u]?o=u:i.addSelectables(A.parse(a[u]),u);return new t(e,i,o,r)},t.prototype.findNgContentIndex=function(t){var e=[];return this._ngContentIndexMatcher.match(t,function(t,n){e.push(n)}),e.sort(),null!=this._wildcardNgContentIndex&&e.push(this._wildcardNgContentIndex),e.length>0?e[0]:null},t}();function Ua(t,e){var n=new A,r=d(t)[1];n.setElement(r);for(var i=0;i<e.length;i++){var o=e[i][0],s=d(o)[1],a=e[i][1];n.addAttribute(s,a),o.toLowerCase()==Ia&&a.trim().split(/\s+/g).forEach(function(t){return n.addClassName(t)})}return n}var qa,Ka,za=new Ha(!0,new N,null,null),Wa=new Va;function Qa(t){return t instanceof se&&0==t.value.trim().length}function Ga(t){var e=new Map;return t.forEach(function(t){e.get(t.type.reference)||e.set(t.type.reference,t)}),Array.from(e.values())}function Xa(t){return t instanceof sr&&(t=t.ast),t instanceof Bn}
329
+ */(a)),this.tryParseHtml(this.expandHtml(a),t,n,r,i)},t.prototype.tryParseHtml=function(t,e,n,r,i){var o,s=t.errors,a=[];if(t.rootNodes.length>0){var u=Ga(n),c=Ga(r),l=new Bs(this._reflector,e),p=void 0;e.template&&e.template.interpolation&&(p={start:e.template.interpolation[0],end:e.template.interpolation[1]});var h=new Pa(this._exprParser,p,this._schemaRegistry,c,s),d=new Fa(this._reflector,this._config,l,u,h,this._schemaRegistry,i,s);o=he(d,t.rootNodes,za),s.push.apply(s,f(l.errors)),a.push.apply(a,f(h.getUsedPipes()))}else o=[];return this._assertNoReferenceDuplicationOnTemplate(o,s),s.length>0?new ja(o,a,s):(this.transforms&&this.transforms.forEach(function(t){o=Vt(t,o)}),new ja(o,a,s))},t.prototype.expandHtml=function(t,e){void 0===e&&(e=!1);var n=t.errors;if(0==n.length||e){var r=Ea(t.rootNodes);n.push.apply(n,f(r.errors)),t=new zr(r.nodes,n)}return t},t.prototype.getInterpolationConfig=function(t){if(t.template)return ge.fromArray(t.template.interpolation)},t.prototype._assertNoReferenceDuplicationOnTemplate=function(t,e){var n=[];t.filter(function(t){return!!t.references}).forEach(function(t){return t.references.forEach(function(t){var r=t.name;if(n.indexOf(r)<0)n.push(r);else{var i=new Ra('Reference "#'+r+'" is defined several times',t.sourceSpan,wr.ERROR);e.push(i)}})})},t}(),Fa=function(){function t(t,e,n,r,i,o,s,a){var u=this;this.reflector=t,this.config=e,this.providerViewContext=n,this._bindingParser=i,this._schemaRegistry=o,this._schemas=s,this._targetErrors=a,this.selectorMatcher=new N,this.directivesIndex=new Map,this.ngContentCount=0,this.contentQueryStartId=n.component.viewQueries.length+1,r.forEach(function(t,e){var n=A.parse(t.selector);u.selectorMatcher.addSelectables(n,t),u.directivesIndex.set(t,e)})}return t.prototype.visitExpansion=function(t,e){return null},t.prototype.visitExpansionCase=function(t,e){return null},t.prototype.visitText=function(t,e){var n=e.findNgContentIndex(Da()),r=ba(t.value),i=this._bindingParser.parseInterpolation(r,t.sourceSpan);return i?new St(i,n,t.sourceSpan):new Et(r,n,t.sourceSpan)},t.prototype.visitAttribute=function(t,e){return new Ct(t.name,t.value,t.sourceSpan)},t.prototype.visitComment=function(t,e){return null},t.prototype.visitElement=function(t,e){var n=this,r=this.contentQueryStartId,i=t.name,o=Re(t);if(o.type===xe.SCRIPT||o.type===xe.STYLE)return null;if(o.type===xe.STYLESHEET&&we(o.hrefAttr))return null;var s=[],a=[],u=[],c=[],l=[],p=[],h=[],v=[],y=!1,m=[],g=function _(t){return"ng-template"===d(t)[1]}(t.name);t.attrs.forEach(function(t){var e,r,i=n._parseAttr(g,t,s,a,l,u,c);c.push.apply(c,f([].map(function(t){return kt.fromParsedVariable(t)})));var o=n._normalizeAttributeName(t.name);o.startsWith("*")&&(e=t.value,r=o.substring("*".length));var d=null!=e;if(d){y&&n._reportError("Can't have multiple template bindings on one element. Use only one attribute prefixed with *",t.sourceSpan),y=!0;var _=[];n._bindingParser.parseInlineTemplateBinding(r,e,t.sourceSpan,h,p,_),v.push.apply(v,f(_.map(function(t){return kt.fromParsedVariable(t)})))}i||d||(m.push(n.visitAttribute(t,null)),s.push([t.name,t.value]))});var b=Ua(i,s),w=this._parseDirectives(this.selectorMatcher,b),x=w.directives,E=w.matchElement,S=[],C=new Set,T=this._createDirectiveAsts(g,t.name,x,a,u,t.sourceSpan,S,C),P=this._createElementPropertyAsts(t.name,a,C),N=new Hs(this.providerViewContext,e.providerContext,e.isTemplateElement||y,T,m,S,g,r,t.sourceSpan),k=he(o.nonBindable?Wa:this,t.children,Ha.create(g,T,g?e.providerContext:N));N.afterElement();var O,M=""!=o.projectAs?A.parse(o.projectAs)[0]:b,I=e.findNgContentIndex(M);if(o.type===xe.NG_CONTENT)t.children&&!t.children.every(Qa)&&this._reportError("<ng-content> element cannot have content.",t.sourceSpan),O=new jt(this.ngContentCount++,y?null:I,t.sourceSpan);else if(g)this._assertAllEventsPublishedByDirectives(T,l),this._assertNoComponentsNorElementBindingsOnTemplate(T,P,t.sourceSpan),O=new Mt(m,l,S,c,N.transformedDirectiveAsts,N.transformProviders,N.transformedHasViewContainer,N.queryMatches,k,y?null:I,t.sourceSpan);else{this._assertElementExists(E,t),this._assertOnlyOneComponent(T,t.sourceSpan);var D=y?null:e.findNgContentIndex(M);O=new Ot(i,m,P,l,S,N.transformedDirectiveAsts,N.transformProviders,N.transformedHasViewContainer,N.queryMatches,k,y?null:D,t.sourceSpan,t.endSourceSpan||null)}if(y){var R=this.contentQueryStartId,j=Ua("ng-template",h),L=this._parseDirectives(this.selectorMatcher,j).directives,F=new Set,V=this._createDirectiveAsts(!0,i,L,p,[],t.sourceSpan,[],F),B=this._createElementPropertyAsts(i,p,F);this._assertNoComponentsNorElementBindingsOnTemplate(V,B,t.sourceSpan);var H=new Hs(this.providerViewContext,e.providerContext,e.isTemplateElement,V,[],[],!0,R,t.sourceSpan);H.afterElement(),O=new Mt([],[],[],v,H.transformedDirectiveAsts,H.transformProviders,H.transformedHasViewContainer,H.queryMatches,[O],I,t.sourceSpan)}return O},t.prototype._parseAttr=function(t,e,n,r,i,o,s){var a=this._normalizeAttributeName(e.name),u=e.value,c=e.sourceSpan,l=[],p=a.match(Ma),h=!1;return null!==p?(h=!0,null!=p[1]?this._bindingParser.parsePropertyBinding(p[7],u,!1,c,n,r):p[2]?t?this._parseVariable(p[7],u,c,s):this._reportError('"let-" is only supported on ng-template elements.',c):p[3]?this._parseReference(p[7],u,c,o):p[4]?this._bindingParser.parseEvent(p[7],u,c,n,l):p[5]?(this._bindingParser.parsePropertyBinding(p[7],u,!1,c,n,r),this._parseAssignmentEvent(p[7],u,c,n,l)):p[6]?this._bindingParser.parseLiteralAttr(a,u,c,n,r):p[8]?(this._bindingParser.parsePropertyBinding(p[8],u,!1,c,n,r),this._parseAssignmentEvent(p[8],u,c,n,l)):p[9]?this._bindingParser.parsePropertyBinding(p[9],u,!1,c,n,r):p[10]&&this._bindingParser.parseEvent(p[10],u,c,n,l)):h=this._bindingParser.parsePropertyInterpolation(a,u,c,n,r),h||this._bindingParser.parseLiteralAttr(a,u,c,n,r),i.push.apply(i,f(l.map(function(t){return At.fromParsedEvent(t)}))),h},t.prototype._normalizeAttributeName=function(t){return/^data-/i.test(t)?t.substring(5):t},t.prototype._parseVariable=function(t,e,n,r){t.indexOf("-")>-1&&this._reportError('"-" is not allowed in variable names',n),r.push(new kt(t,e,n))},t.prototype._parseReference=function(t,e,n,r){t.indexOf("-")>-1&&this._reportError('"-" is not allowed in reference names',n),r.push(new Ba(t,e,n))},t.prototype._parseAssignmentEvent=function(t,e,n,r,i){this._bindingParser.parseEvent(t+"Change",e+"=$event",n,r,i)},t.prototype._parseDirectives=function(t,e){var n=this,r=new Array(this.directivesIndex.size),i=!1;return t.match(e,function(t,e){r[n.directivesIndex.get(e)]=e,i=i||t.hasElementSelector()}),{directives:r.filter(function(t){return!!t}),matchElement:i}},t.prototype._createDirectiveAsts=function(t,e,n,r,i,o,s,a){var u=this,c=new Set,l=null,p=n.map(function(t){var n=new Pr(o.start,o.end,"Directive "+Gt(t.type));t.isComponent&&(l=t);var p=[],h=u._bindingParser.createDirectiveHostPropertyAsts(t,e,n).map(function(t){return Pt.fromBoundProperty(t)});h=u._checkPropertiesInSchema(e,h);var f=u._bindingParser.createDirectiveHostEventAsts(t,n);u._createDirectivePropertyAsts(t.inputs,r,p,a),i.forEach(function(e){(0===e.value.length&&t.isComponent||e.isReferenceToDirective(t))&&(s.push(new Nt(e.name,wo(t.type.reference),e.value,e.sourceSpan)),c.add(e.name))});var d=f.map(function(t){return At.fromParsedEvent(t)}),v=u.contentQueryStartId;return u.contentQueryStartId+=t.queries.length,new Dt(t,p,h,d,v,n)});return i.forEach(function(e){if(e.value.length>0)c.has(e.name)||u._reportError('There is no directive with "exportAs" set to "'+e.value+'"',e.sourceSpan);else if(!l){var n=null;t&&(n=xo(u.reflector,bo.TemplateRef)),s.push(new Nt(e.name,n,e.value,e.sourceSpan))}}),p},t.prototype._createDirectivePropertyAsts=function(t,e,n,r){if(t){var i=new Map;e.forEach(function(t){var e=i.get(t.name);e&&!e.isLiteral||i.set(t.name,t)}),Object.keys(t).forEach(function(e){var o=i.get(t[e]);o&&(r.add(o.name),Xa(o.expression)||n.push(new It(e,o.name,o.expression,o.sourceSpan)))})}},t.prototype._createElementPropertyAsts=function(t,e,n){var r=this,i=[];return e.forEach(function(e){if(!e.isLiteral&&!n.has(e.name)){var o=r._bindingParser.createBoundElementProperty(t,e);i.push(Pt.fromBoundProperty(o))}}),this._checkPropertiesInSchema(t,i)},t.prototype._findComponentDirectives=function(t){return t.filter(function(t){return t.directive.isComponent})},t.prototype._findComponentDirectiveNames=function(t){return this._findComponentDirectives(t).map(function(t){return Gt(t.directive.type)})},t.prototype._assertOnlyOneComponent=function(t,e){var n=this._findComponentDirectiveNames(t);n.length>1&&this._reportError("More than one component matched on this element.\nMake sure that only one component's selector can match a given element.\nConflicting components: "+n.join(","),e)},t.prototype._assertElementExists=function(t,e){var n=e.name.replace(/^:xhtml:/,"");if(!t&&!this._schemaRegistry.hasElement(n,this._schemas)){var r="'"+n+"' is not a known element:\n";r+="1. If '"+n+"' is an Angular component, then verify that it is part of this module.\n",n.indexOf("-")>-1?r+="2. If '"+n+"' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.":r+="2. To allow any element add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.",this._reportError(r,e.sourceSpan)}},t.prototype._assertNoComponentsNorElementBindingsOnTemplate=function(t,e,n){var r=this,i=this._findComponentDirectiveNames(t);i.length>0&&this._reportError("Components on an embedded template: "+i.join(","),n),e.forEach(function(t){r._reportError("Property binding "+t.name+' not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations".',n)})},t.prototype._assertAllEventsPublishedByDirectives=function(t,e){var n=this,r=new Set;t.forEach(function(t){Object.keys(t.directive.outputs).forEach(function(e){r.add(t.directive.outputs[e])})}),e.forEach(function(t){null==t.target&&r.has(t.name)||n._reportError("Event binding "+t.fullName+' not emitted by any directive on an embedded template. Make sure that the event name is spelled correctly and all directives are listed in the "@NgModule.declarations".',t.sourceSpan)})},t.prototype._checkPropertiesInSchema=function(t,e){var n=this;return e.filter(function(e){if(0===e.type&&!n._schemaRegistry.hasProperty(t,e.name,n._schemas)){var r="Can't bind to '"+e.name+"' since it isn't a known property of '"+t+"'.";t.startsWith("ng-")?r+="\n1. If '"+e.name+"' is an Angular directive, then add 'CommonModule' to the '@NgModule.imports' of this component.\n2. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.":t.indexOf("-")>-1&&(r+="\n1. If '"+t+"' is an Angular component and it has '"+e.name+"' input, then verify that it is part of this module.\n2. If '"+t+"' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.\n3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component."),n._reportError(r,e.sourceSpan)}return!Xa(e.value)})},t.prototype._reportError=function(t,e,n){void 0===n&&(n=wr.ERROR),this._targetErrors.push(new Nr(e,t,n))},t}(),Va=function(){function t(){}return t.prototype.visitElement=function(t,e){var n=Re(t);if(n.type===xe.SCRIPT||n.type===xe.STYLE||n.type===xe.STYLESHEET)return null;var r=t.attrs.map(function(t){return[t.name,t.value]}),i=Ua(t.name,r),o=e.findNgContentIndex(i),s=he(this,t.children,za);return new Ot(t.name,he(this,t.attrs),[],[],[],[],[],!1,[],s,o,t.sourceSpan,t.endSourceSpan)},t.prototype.visitComment=function(t,e){return null},t.prototype.visitAttribute=function(t,e){return new Ct(t.name,t.value,t.sourceSpan)},t.prototype.visitText=function(t,e){var n=e.findNgContentIndex(Da());return new Et(t.value,n,t.sourceSpan)},t.prototype.visitExpansion=function(t,e){return t},t.prototype.visitExpansionCase=function(t,e){return t},t}(),Ba=function(){function t(t,e,n){this.name=t,this.value=e,this.sourceSpan=n}return t.prototype.isReferenceToDirective=function(t){return-1!==function e(t){return t?t.split(",").map(function(t){return t.trim()}):[]}(t.exportAs).indexOf(this.value)},t}(),Ha=function(){function t(t,e,n,r){this.isTemplateElement=t,this._ngContentIndexMatcher=e,this._wildcardNgContentIndex=n,this.providerContext=r}return t.create=function(e,n,r){var i=new N,o=null,s=n.find(function(t){return t.directive.isComponent});if(s)for(var a=s.directive.template.ngContentSelectors,u=0;u<a.length;u++)"*"===a[u]?o=u:i.addSelectables(A.parse(a[u]),u);return new t(e,i,o,r)},t.prototype.findNgContentIndex=function(t){var e=[];return this._ngContentIndexMatcher.match(t,function(t,n){e.push(n)}),e.sort(),null!=this._wildcardNgContentIndex&&e.push(this._wildcardNgContentIndex),e.length>0?e[0]:null},t}();function Ua(t,e){var n=new A,r=d(t)[1];n.setElement(r);for(var i=0;i<e.length;i++){var o=e[i][0],s=d(o)[1],a=e[i][1];n.addAttribute(s,a),o.toLowerCase()==Ia&&a.trim().split(/\s+/g).forEach(function(t){return n.addClassName(t)})}return n}var qa,Ka,za=new Ha(!0,new N,null,null),Wa=new Va;function Qa(t){return t instanceof se&&0==t.value.trim().length}function Ga(t){var e=new Map;return t.forEach(function(t){e.get(t.type.reference)||e.set(t.type.reference,t)}),Array.from(e.values())}function Xa(t){return t instanceof sr&&(t=t.ast),t instanceof Bn}
330
330
  /**
331
331
  * @license
332
332
  * Copyright Google Inc. All Rights Reserved.
333
333
  *
334
334
  * Use of this source code is governed by an MIT-style license that can be
335
335
  * found in the LICENSE file at https://angular.io/license
336
- */_s("$event"),function(t){t[t.General=0]="General",t[t.TrySimple=1]="TrySimple"}(qa||(qa={})),function(t){t[t.Statement=0]="Statement",t[t.Expression=1]="Expression"}(Ka||(Ka={})),function(t){function e(e){var n=t.call(this)||this;return n._converterFactory=e,n}o(e,t),e.prototype.visitPipe=function(t,e){var n=this,r=f([t.exp],t.args).map(function(t){return t.visit(n,e)});return new Za(t.span,r,this._converterFactory.createPipeConverter(t.name,r.length))},e.prototype.visitLiteralArray=function(t,e){var n=this,r=t.expressions.map(function(t){return t.visit(n,e)});return new Za(t.span,r,this._converterFactory.createLiteralArrayConverter(t.expressions.length))},e.prototype.visitLiteralMap=function(t,e){var n=this,r=t.values.map(function(t){return t.visit(n,e)});return new Za(t.span,r,this._converterFactory.createLiteralMapConverter(t.keys))}}(lr);var $a,Ya,Za=function(t){function e(e,n,r){var i=t.call(this,e,null,n)||this;return i.args=n,i.converter=r,i}return o(e,t),e}(or),Ja=(_s("_l"),_s("_v"),_s("_ck"),_s("_co"),_s("en"),_s("ad"),{}),tu=(function(t){function e(e){var n=t.call(this,e.type)||this;return n.resolved=e,n.original=e,n}o(e,t),e.prototype.visitExpression=function(t,e){return e===Ja?this.original.visitExpression(t,e):this.resolved.visitExpression(t,e)},e.prototype.isEquivalent=function(t){return t instanceof e&&this.resolved.isEquivalent(t.resolved)},e.prototype.isConstant=function(){return!0},e.prototype.fixup=function(t){this.resolved=t,this.shared=!0}}(Io),function(t){function e(){return null!==t&&t.apply(this,arguments)||this}o(e,t),e.prototype.convert=function(t,e){var n=this;return e?t.map(function(t){return t.visit(n,e)}):t},e.prototype.visitTagPlaceholder=function(t,e){var n=this,r=e.toPublicName(t.startName),i=t.closeName?e.toPublicName(t.closeName):t.closeName,o=t.children.map(function(t){return t.visit(n,e)});return new _i(t.tag,t.attrs,r,i,o,t.isVoid,t.sourceSpan)},e.prototype.visitPlaceholder=function(t,e){return new bi(t.value,e.toPublicName(t.name),t.sourceSpan)},e.prototype.visitIcuPlaceholder=function(t,e){return new wi(t.value,e.toPublicName(t.name),t.sourceSpan)}}(xi),"@angular/core"),eu=function(){function t(){}return t.NEW_METHOD="factory",t.TRANSFORM_METHOD="transform",t.PATCH_DEPS="patchedDeps",t.namespaceHTML={name:"ɵnamespaceHTML",moduleName:tu},t.namespaceMathML={name:"ɵnamespaceMathML",moduleName:tu},t.namespaceSVG={name:"ɵnamespaceSVG",moduleName:tu},t.element={name:"ɵelement",moduleName:tu},t.elementStart={name:"ɵelementStart",moduleName:tu},t.elementEnd={name:"ɵelementEnd",moduleName:tu},t.elementProperty={name:"ɵelementProperty",moduleName:tu},t.elementAttribute={name:"ɵelementAttribute",moduleName:tu},t.elementClassProp={name:"ɵelementClassProp",moduleName:tu},t.elementContainerStart={name:"ɵEC",moduleName:tu},t.elementContainerEnd={name:"ɵeC",moduleName:tu},t.elementStyling={name:"ɵelementStyling",moduleName:tu},t.elementStylingMap={name:"ɵelementStylingMap",moduleName:tu},t.elementStyleProp={name:"ɵelementStylingProp",moduleName:tu},t.elementStylingApply={name:"ɵelementStylingApply",moduleName:tu},t.containerCreate={name:"ɵcontainer",moduleName:tu},t.nextContext={name:"ɵnextContext",moduleName:tu},t.templateCreate={name:"ɵtemplate",moduleName:tu},t.text={name:"ɵtext",moduleName:tu},t.textBinding={name:"ɵtextBinding",moduleName:tu},t.bind={name:"ɵbind",moduleName:tu},t.getCurrentView={name:"ɵgetCurrentView",moduleName:tu},t.restoreView={name:"ɵrestoreView",moduleName:tu},t.interpolation1={name:"ɵinterpolation1",moduleName:tu},t.interpolation2={name:"ɵinterpolation2",moduleName:tu},t.interpolation3={name:"ɵinterpolation3",moduleName:tu},t.interpolation4={name:"ɵinterpolation4",moduleName:tu},t.interpolation5={name:"ɵinterpolation5",moduleName:tu},t.interpolation6={name:"ɵinterpolation6",moduleName:tu},t.interpolation7={name:"ɵinterpolation7",moduleName:tu},t.interpolation8={name:"ɵinterpolation8",moduleName:tu},t.interpolationV={name:"ɵinterpolationV",moduleName:tu},t.pureFunction0={name:"ɵpureFunction0",moduleName:tu},t.pureFunction1={name:"ɵpureFunction1",moduleName:tu},t.pureFunction2={name:"ɵpureFunction2",moduleName:tu},t.pureFunction3={name:"ɵpureFunction3",moduleName:tu},t.pureFunction4={name:"ɵpureFunction4",moduleName:tu},t.pureFunction5={name:"ɵpureFunction5",moduleName:tu},t.pureFunction6={name:"ɵpureFunction6",moduleName:tu},t.pureFunction7={name:"ɵpureFunction7",moduleName:tu},t.pureFunction8={name:"ɵpureFunction8",moduleName:tu},t.pureFunctionV={name:"ɵpureFunctionV",moduleName:tu},t.pipeBind1={name:"ɵpipeBind1",moduleName:tu},t.pipeBind2={name:"ɵpipeBind2",moduleName:tu},t.pipeBind3={name:"ɵpipeBind3",moduleName:tu},t.pipeBind4={name:"ɵpipeBind4",moduleName:tu},t.pipeBindV={name:"ɵpipeBindV",moduleName:tu},t.load={name:"ɵload",moduleName:tu},t.loadDirective={name:"ɵloadDirective",moduleName:tu},t.loadQueryList={name:"ɵloadQueryList",moduleName:tu},t.pipe={name:"ɵpipe",moduleName:tu},t.projection={name:"ɵprojection",moduleName:tu},t.projectionDef={name:"ɵprojectionDef",moduleName:tu},t.reference={name:"ɵreference",moduleName:tu},t.inject={name:"inject",moduleName:tu},t.injectAttribute={name:"ɵinjectAttribute",moduleName:tu},t.injectElementRef={name:"ɵinjectElementRef",moduleName:tu},t.injectTemplateRef={name:"ɵinjectTemplateRef",moduleName:tu},t.injectViewContainerRef={name:"ɵinjectViewContainerRef",moduleName:tu},t.injectChangeDetectorRef={name:"ɵinjectChangeDetectorRef",moduleName:tu},t.injectRenderer2={name:"ɵinjectRenderer2",moduleName:tu},t.directiveInject={name:"ɵdirectiveInject",moduleName:tu},t.templateRefExtractor={name:"ɵtemplateRefExtractor",moduleName:tu},t.defineBase={name:"ɵdefineBase",moduleName:tu},t.BaseDef={name:"ɵBaseDef",moduleName:tu},t.defineComponent={name:"ɵdefineComponent",moduleName:tu},t.ComponentDef={name:"ɵComponentDef",moduleName:tu},t.defineDirective={name:"ɵdefineDirective",moduleName:tu},t.DirectiveDef={name:"ɵDirectiveDef",moduleName:tu},t.InjectorDef={name:"ɵInjectorDef",moduleName:tu},t.defineInjector={name:"defineInjector",moduleName:tu},t.NgModuleDef={name:"ɵNgModuleDef",moduleName:tu},t.defineNgModule={name:"ɵdefineNgModule",moduleName:tu},t.PipeDef={name:"ɵPipeDef",moduleName:tu},t.definePipe={name:"ɵdefinePipe",moduleName:tu},t.query={name:"ɵquery",moduleName:tu},t.queryRefresh={name:"ɵqueryRefresh",moduleName:tu},t.registerContentQuery={name:"ɵregisterContentQuery",moduleName:tu},t.NgOnChangesFeature={name:"ɵNgOnChangesFeature",moduleName:tu},t.InheritDefinitionFeature={name:"ɵInheritDefinitionFeature",moduleName:tu},t.PublicFeature={name:"ɵPublicFeature",moduleName:tu},t.listener={name:"ɵlistener",moduleName:tu},t.getFactoryOf={name:"ɵgetFactoryOf",moduleName:tu},t.getInheritedFactory={name:"ɵgetInheritedFactory",moduleName:tu},t.sanitizeHtml={name:"ɵsanitizeHtml",moduleName:tu},t.sanitizeStyle={name:"ɵsanitizeStyle",moduleName:tu},t.defaultStyleSanitizer={name:"ɵdefaultStyleSanitizer",moduleName:tu},t.sanitizeResourceUrl={name:"ɵsanitizeResourceUrl",moduleName:tu},t.sanitizeScript={name:"ɵsanitizeScript",moduleName:tu},t.sanitizeUrl={name:"ɵsanitizeUrl",moduleName:tu},t}();!function(t){t[t.Class=0]="Class",t[t.Function=1]="Function",t[t.Factory=2]="Factory"}($a||($a={})),function(t){t[t.Token=0]="Token",t[t.Attribute=1]="Attribute",t[t.Injector=2]="Injector",t[t.ElementRef=3]="ElementRef",t[t.TemplateRef=4]="TemplateRef",t[t.ViewContainerRef=5]="ViewContainerRef",t[t.ChangeDetectorRef=6]="ChangeDetectorRef",t[t.Renderer2=7]="Renderer2"}(Ya||(Ya={})),function(t){function e(e,n,r,i){var o=t.call(this)||this;return o.constantPool=e,o.allocateSlot=n,o.allocatePureFunctionSlots=r,o.definePipe=i,o._pipeBindExprs=[],o}o(e,t),e.prototype.visitPipe=function(t,e){var n=this.allocateSlot(),r="PIPE:"+n,i=this.allocatePureFunctionSlots(2+t.args.length),o=new Kn(t.span,new Hn(t.span),r),s=function a(t){var e=nu[t.length];return{identifier:e||eu.pipeBindV,isVarLength:!e}}(t.args),u=s.isVarLength;this.definePipe(t.name,r,n,bs(s.identifier));var c=f([t.exp],t.args),l=this.visitAll(u?[new Yn(t.span,c)]:c),p=new or(t.span,o,f([new $n(t.span,n),new $n(t.span,i)],l));return this._pipeBindExprs.push(p),p},e.prototype.updatePipeSlotOffsets=function(t){this._pipeBindExprs.forEach(function(e){e.args[1].value+=t})},e.prototype.visitLiteralArray=function(t,e){var n=this;return new Za(t.span,this.visitAll(t.expressions),function(t){var e=ws(t);return t.every(function(t){return t.isConstant()})?n.constantPool.getConstLiteral(e,!0):ou(n.constantPool,e,n.allocatePureFunctionSlots)})},e.prototype.visitLiteralMap=function(t,e){var n=this;return new Za(t.span,this.visitAll(t.values),function(e){var r=function i(t,e){return void 0===e&&(e=null),new ns(t.map(function(t){return new es(t.key,t.value,t.quoted)}),e,null)}(e.map(function(e,n){return{key:t.keys[n].key,value:e,quoted:t.keys[n].quoted}}));return e.every(function(t){return t.isConstant()})?n.constantPool.getConstLiteral(r,!0):ou(n.constantPool,r,n.allocatePureFunctionSlots)})}}(pr);
336
+ */_s("$event"),function(t){t[t.General=0]="General",t[t.TrySimple=1]="TrySimple"}(qa||(qa={})),function(t){t[t.Statement=0]="Statement",t[t.Expression=1]="Expression"}(Ka||(Ka={})),function(t){function e(e){var n=t.call(this)||this;return n._converterFactory=e,n}o(e,t),e.prototype.visitPipe=function(t,e){var n=this,r=f([t.exp],t.args).map(function(t){return t.visit(n,e)});return new Za(t.span,r,this._converterFactory.createPipeConverter(t.name,r.length))},e.prototype.visitLiteralArray=function(t,e){var n=this,r=t.expressions.map(function(t){return t.visit(n,e)});return new Za(t.span,r,this._converterFactory.createLiteralArrayConverter(t.expressions.length))},e.prototype.visitLiteralMap=function(t,e){var n=this,r=t.values.map(function(t){return t.visit(n,e)});return new Za(t.span,r,this._converterFactory.createLiteralMapConverter(t.keys))}}(lr);var $a,Ya,Za=function(t){function e(e,n,r){var i=t.call(this,e,null,n)||this;return i.args=n,i.converter=r,i}return o(e,t),e}(or),Ja=(_s("_l"),_s("_v"),_s("_ck"),_s("_co"),_s("en"),_s("ad"),{}),tu=(function(t){function e(e){var n=t.call(this,e.type)||this;return n.resolved=e,n.original=e,n}o(e,t),e.prototype.visitExpression=function(t,e){return e===Ja?this.original.visitExpression(t,e):this.resolved.visitExpression(t,e)},e.prototype.isEquivalent=function(t){return t instanceof e&&this.resolved.isEquivalent(t.resolved)},e.prototype.isConstant=function(){return!0},e.prototype.fixup=function(t){this.resolved=t,this.shared=!0}}(Io),function(t){function e(){return null!==t&&t.apply(this,arguments)||this}o(e,t),e.prototype.convert=function(t,e){var n=this;return e?t.map(function(t){return t.visit(n,e)}):t},e.prototype.visitTagPlaceholder=function(t,e){var n=this,r=e.toPublicName(t.startName),i=t.closeName?e.toPublicName(t.closeName):t.closeName,o=t.children.map(function(t){return t.visit(n,e)});return new _i(t.tag,t.attrs,r,i,o,t.isVoid,t.sourceSpan)},e.prototype.visitPlaceholder=function(t,e){return new bi(t.value,e.toPublicName(t.name),t.sourceSpan)},e.prototype.visitIcuPlaceholder=function(t,e){return new wi(t.value,e.toPublicName(t.name),t.sourceSpan)}}(xi),"@angular/core"),eu=function(){function t(){}return t.NEW_METHOD="factory",t.TRANSFORM_METHOD="transform",t.PATCH_DEPS="patchedDeps",t.namespaceHTML={name:"ɵnamespaceHTML",moduleName:tu},t.namespaceMathML={name:"ɵnamespaceMathML",moduleName:tu},t.namespaceSVG={name:"ɵnamespaceSVG",moduleName:tu},t.element={name:"ɵelement",moduleName:tu},t.elementStart={name:"ɵelementStart",moduleName:tu},t.elementEnd={name:"ɵelementEnd",moduleName:tu},t.elementProperty={name:"ɵelementProperty",moduleName:tu},t.elementAttribute={name:"ɵelementAttribute",moduleName:tu},t.elementClassProp={name:"ɵelementClassProp",moduleName:tu},t.elementContainerStart={name:"ɵEC",moduleName:tu},t.elementContainerEnd={name:"ɵeC",moduleName:tu},t.elementStyling={name:"ɵelementStyling",moduleName:tu},t.elementStylingMap={name:"ɵelementStylingMap",moduleName:tu},t.elementStyleProp={name:"ɵelementStyleProp",moduleName:tu},t.elementStylingApply={name:"ɵelementStylingApply",moduleName:tu},t.containerCreate={name:"ɵcontainer",moduleName:tu},t.nextContext={name:"ɵnextContext",moduleName:tu},t.templateCreate={name:"ɵtemplate",moduleName:tu},t.text={name:"ɵtext",moduleName:tu},t.textBinding={name:"ɵtextBinding",moduleName:tu},t.bind={name:"ɵbind",moduleName:tu},t.enableBindings={name:"ɵenableBindings",moduleName:tu},t.disableBindings={name:"ɵdisableBindings",moduleName:tu},t.getCurrentView={name:"ɵgetCurrentView",moduleName:tu},t.restoreView={name:"ɵrestoreView",moduleName:tu},t.interpolation1={name:"ɵinterpolation1",moduleName:tu},t.interpolation2={name:"ɵinterpolation2",moduleName:tu},t.interpolation3={name:"ɵinterpolation3",moduleName:tu},t.interpolation4={name:"ɵinterpolation4",moduleName:tu},t.interpolation5={name:"ɵinterpolation5",moduleName:tu},t.interpolation6={name:"ɵinterpolation6",moduleName:tu},t.interpolation7={name:"ɵinterpolation7",moduleName:tu},t.interpolation8={name:"ɵinterpolation8",moduleName:tu},t.interpolationV={name:"ɵinterpolationV",moduleName:tu},t.pureFunction0={name:"ɵpureFunction0",moduleName:tu},t.pureFunction1={name:"ɵpureFunction1",moduleName:tu},t.pureFunction2={name:"ɵpureFunction2",moduleName:tu},t.pureFunction3={name:"ɵpureFunction3",moduleName:tu},t.pureFunction4={name:"ɵpureFunction4",moduleName:tu},t.pureFunction5={name:"ɵpureFunction5",moduleName:tu},t.pureFunction6={name:"ɵpureFunction6",moduleName:tu},t.pureFunction7={name:"ɵpureFunction7",moduleName:tu},t.pureFunction8={name:"ɵpureFunction8",moduleName:tu},t.pureFunctionV={name:"ɵpureFunctionV",moduleName:tu},t.pipeBind1={name:"ɵpipeBind1",moduleName:tu},t.pipeBind2={name:"ɵpipeBind2",moduleName:tu},t.pipeBind3={name:"ɵpipeBind3",moduleName:tu},t.pipeBind4={name:"ɵpipeBind4",moduleName:tu},t.pipeBindV={name:"ɵpipeBindV",moduleName:tu},t.i18nAttribute={name:"ɵi18nAttribute",moduleName:tu},t.i18nExp={name:"ɵi18nExp",moduleName:tu},t.i18nStart={name:"ɵi18nStart",moduleName:tu},t.i18nEnd={name:"ɵi18nEnd",moduleName:tu},t.i18nApply={name:"ɵi18nApply",moduleName:tu},t.load={name:"ɵload",moduleName:tu},t.loadQueryList={name:"ɵloadQueryList",moduleName:tu},t.pipe={name:"ɵpipe",moduleName:tu},t.projection={name:"ɵprojection",moduleName:tu},t.projectionDef={name:"ɵprojectionDef",moduleName:tu},t.reference={name:"ɵreference",moduleName:tu},t.inject={name:"inject",moduleName:tu},t.injectAttribute={name:"ɵinjectAttribute",moduleName:tu},t.directiveInject={name:"ɵdirectiveInject",moduleName:tu},t.templateRefExtractor={name:"ɵtemplateRefExtractor",moduleName:tu},t.defineBase={name:"ɵdefineBase",moduleName:tu},t.BaseDef={name:"ɵBaseDef",moduleName:tu},t.defineComponent={name:"ɵdefineComponent",moduleName:tu},t.ComponentDefWithMeta={name:"ɵComponentDefWithMeta",moduleName:tu},t.defineDirective={name:"ɵdefineDirective",moduleName:tu},t.DirectiveDefWithMeta={name:"ɵDirectiveDefWithMeta",moduleName:tu},t.InjectorDef={name:"ɵInjectorDef",moduleName:tu},t.defineInjector={name:"defineInjector",moduleName:tu},t.NgModuleDefWithMeta={name:"ɵNgModuleDefWithMeta",moduleName:tu},t.defineNgModule={name:"ɵdefineNgModule",moduleName:tu},t.PipeDefWithMeta={name:"ɵPipeDefWithMeta",moduleName:tu},t.definePipe={name:"ɵdefinePipe",moduleName:tu},t.query={name:"ɵquery",moduleName:tu},t.queryRefresh={name:"ɵqueryRefresh",moduleName:tu},t.registerContentQuery={name:"ɵregisterContentQuery",moduleName:tu},t.NgOnChangesFeature={name:"ɵNgOnChangesFeature",moduleName:tu},t.InheritDefinitionFeature={name:"ɵInheritDefinitionFeature",moduleName:tu},t.PublicFeature={name:"ɵPublicFeature",moduleName:tu},t.listener={name:"ɵlistener",moduleName:tu},t.getFactoryOf={name:"ɵgetFactoryOf",moduleName:tu},t.getInheritedFactory={name:"ɵgetInheritedFactory",moduleName:tu},t.sanitizeHtml={name:"ɵsanitizeHtml",moduleName:tu},t.sanitizeStyle={name:"ɵsanitizeStyle",moduleName:tu},t.defaultStyleSanitizer={name:"ɵdefaultStyleSanitizer",moduleName:tu},t.sanitizeResourceUrl={name:"ɵsanitizeResourceUrl",moduleName:tu},t.sanitizeScript={name:"ɵsanitizeScript",moduleName:tu},t.sanitizeUrl={name:"ɵsanitizeUrl",moduleName:tu},t}();!function(t){t[t.Class=0]="Class",t[t.Function=1]="Function",t[t.Factory=2]="Factory"}($a||($a={})),function(t){t[t.Token=0]="Token",t[t.Attribute=1]="Attribute",t[t.Injector=2]="Injector"}(Ya||(Ya={}));
337
337
  /**
338
338
  * @license
339
339
  * Copyright Google Inc. All Rights Reserved.
@@ -362,6 +362,7 @@ var w,x,E=function(){function t(t){var e=void 0===t?{}:t,n=e.closedByChildren,r=
362
362
  * Use of this source code is governed by an MIT-style license that can be
363
363
  * found in the LICENSE file at https://angular.io/license
364
364
  */
365
+ var nu=function(){function t(t,e,n,r,i,o,s,a,u){this.attributes=t,this.inputs=e,this.outputs=n,this.children=r,this.references=i,this.variables=o,this.sourceSpan=s,this.startSourceSpan=a,this.endSourceSpan=u}return t.prototype.visit=function(t){return t.visitTemplate(this)},t}(),ru=(function(t){function e(e,n,r,i){var o=t.call(this)||this;return o.constantPool=e,o.allocateSlot=n,o.allocatePureFunctionSlots=r,o.definePipe=i,o._pipeBindExprs=[],o}o(e,t),e.prototype.visitPipe=function(t,e){var n=this.allocateSlot(),r="PIPE:"+n,i=this.allocatePureFunctionSlots(2+t.args.length),o=new Kn(t.span,new Hn(t.span),r),s=function a(t){var e=ru[t.length];return{identifier:e||eu.pipeBindV,isVarLength:!e}}(t.args),u=s.isVarLength;this.definePipe(t.name,r,n,bs(s.identifier));var c=f([t.exp],t.args),l=this.visitAll(u?[new Yn(t.span,c)]:c),p=new or(t.span,o,f([new $n(t.span,n),new $n(t.span,i)],l));return this._pipeBindExprs.push(p),p},e.prototype.updatePipeSlotOffsets=function(t){this._pipeBindExprs.forEach(function(e){e.args[1].value+=t})},e.prototype.visitLiteralArray=function(t,e){var n=this;return new Za(t.span,this.visitAll(t.expressions),function(t){var e=ws(t);return t.every(function(t){return t.isConstant()})?n.constantPool.getConstLiteral(e,!0):su(n.constantPool,e,n.allocatePureFunctionSlots)})},e.prototype.visitLiteralMap=function(t,e){var n=this;return new Za(t.span,this.visitAll(t.values),function(e){var r=function i(t,e){return void 0===e&&(e=null),new ns(t.map(function(t){return new es(t.key,t.value,t.quoted)}),e,null)}(e.map(function(e,n){return{key:t.keys[n].key,value:e,quoted:t.keys[n].quoted}}));return e.every(function(t){return t.isConstant()})?n.constantPool.getConstLiteral(r,!0):su(n.constantPool,r,n.allocatePureFunctionSlots)})}}(pr),[eu.pipeBind1,eu.pipeBind2,eu.pipeBind3,eu.pipeBind4]),iu=[eu.pureFunction0,eu.pureFunction1,eu.pureFunction2,eu.pureFunction3,eu.pureFunction4,eu.pureFunction5,eu.pureFunction6,eu.pureFunction7,eu.pureFunction8];
365
366
  /**
366
367
  * @license
367
368
  * Copyright Google Inc. All Rights Reserved.
@@ -382,8 +383,7 @@ var w,x,E=function(){function t(t){var e=void 0===t?{}:t,n=e.closedByChildren,r=
382
383
  *
383
384
  * Use of this source code is governed by an MIT-style license that can be
384
385
  * found in the LICENSE file at https://angular.io/license
385
- */
386
- var nu=[eu.pipeBind1,eu.pipeBind2,eu.pipeBind3,eu.pipeBind4],ru=[eu.pureFunction0,eu.pureFunction1,eu.pureFunction2,eu.pureFunction3,eu.pureFunction4,eu.pureFunction5,eu.pureFunction6,eu.pureFunction7,eu.pureFunction8];function iu(t,e,n){return bs(e,null,t).callFn(n,t)}function ou(t,e,n){var r=t.getLiteralFactory(e),i=r.literalFactory,o=r.literalFactoryArguments,s=n(1+o.length);o.length>0||lt("Expected arguments to a literal factory function");var a=function u(t){var e=ru[t.length];return{identifier:e||eu.pureFunctionV,isVarLength:!e}}(o),c=a.identifier,l=a.isVarLength,p=[xs(s),i];return l?p.push(ws(o)):p.push.apply(p,f(o)),bs(c).callFn(p)}!function(){function t(t,e){void 0===t&&(t=0),void 0===e&&(e=null),this.bindingLevel=t,this.parent=e,this.map=new Map,this.referenceNameIndex=0,this.restoreViewVariable=null}Object.defineProperty(t,"ROOT_SCOPE",{get:function(){return t._ROOT_SCOPE||(t._ROOT_SCOPE=(new t).set(0,"$event",_s("$event"))),t._ROOT_SCOPE},enumerable:!0,configurable:!0}),t.prototype.get=function(t){for(var e=this;e;){var n=e.map.get(t);if(null!=n)return e!==this&&(this.map.set(t,n={retrievalLevel:n.retrievalLevel,lhs:n.lhs,declareLocalCallback:n.declareLocalCallback,declare:!1,priority:n.priority}),this.maybeGenerateSharedContextVar(n),this.maybeRestoreView(n.retrievalLevel)),n.declareLocalCallback&&!n.declare&&(n.declare=!0),n.lhs;e=e.parent}return 0===this.bindingLevel?null:this.getComponentProperty(t)},t.prototype.set=function(t,e,n,r,i){return void 0===r&&(r=0),!this.map.has(e)||lt("The name "+e+" is already defined in scope to be "+this.map.get(e)),this.map.set(e,{retrievalLevel:t,lhs:n,declare:!1,declareLocalCallback:i,priority:r}),this},t.prototype.getLocal=function(t){return this.get(t)},t.prototype.nestedScope=function(e){var n=new t(e,this);return e>0&&n.generateSharedContextVar(0),n},t.prototype.getSharedContextName=function(t){var e=this.map.get("$$shared_ctx$$"+t);return e&&e.declare?e.lhs:null},t.prototype.maybeGenerateSharedContextVar=function(t){if(1===t.priority){var e=this.map.get("$$shared_ctx$$"+t.retrievalLevel);e?e.declare=!0:this.generateSharedContextVar(t.retrievalLevel)}},t.prototype.generateSharedContextVar=function(t){var e=_s("ctx"+this.freshReferenceName());this.map.set("$$shared_ctx$$"+t,{retrievalLevel:t,lhs:e,declareLocalCallback:function(t,n){return[e.set(function r(t){return bs(eu.nextContext).callFn(t>1?[xs(t)]:[])}(n)).toConstDecl()]},declare:!1,priority:2})},t.prototype.getComponentProperty=function(t){var e=this.map.get("$$shared_ctx$$0");return e.declare=!0,this.maybeRestoreView(0),e.lhs.prop(t)},t.prototype.maybeRestoreView=function(t){this.isListenerScope()&&t<this.bindingLevel&&(this.parent.restoreViewVariable||(this.parent.restoreViewVariable=_s(this.parent.freshReferenceName())),this.restoreViewVariable=this.parent.restoreViewVariable)},t.prototype.restoreViewStatement=function(){return this.restoreViewVariable?[iu(null,eu.restoreView,[this.restoreViewVariable]).toStmt()]:[]},t.prototype.viewSnapshotStatements=function(){var t=iu(null,eu.getCurrentView,[]);return this.restoreViewVariable?[this.restoreViewVariable.set(t).toConstDecl()]:[]},t.prototype.isListenerScope=function(){return this.parent&&this.parent.bindingLevel===this.bindingLevel},t.prototype.variableDeclarations=function(){var t=this,e=0;return Array.from(this.map.values()).filter(function(t){return t.declare}).sort(function(t,e){return e.retrievalLevel-t.retrievalLevel||e.priority-t.priority}).reduce(function(n,r){var i=t.bindingLevel-r.retrievalLevel,o=r.declareLocalCallback(t,i-e);return e=i,n.concat(o)},[])},t.prototype.freshReferenceName=function(){for(var t=this;t.parent;)t=t.parent;return"_r"+t.referenceNameIndex++}}();var su=/^(?!.*\.d\.ts$).*\.ts$/,au=function au(t,e){this.symbol=t,this.metadata=e},uu=function(){function t(t,e,n,r){this.host=t,this.staticSymbolCache=e,this.summaryResolver=n,this.errorRecorder=r,this.metadataCache=new Map,this.resolvedSymbols=new Map,this.resolvedFilePaths=new Set,this.importAs=new Map,this.symbolResourcePaths=new Map,this.symbolFromFile=new Map,this.knownFileNameToModuleNames=new Map}return t.prototype.resolveSymbol=function(t){return t.members.length>0?this._resolveSymbolMembers(t):this._resolveSymbolFromSummary(t)||this.resolvedSymbols.get(t)||(this._createSymbolsOf(t.filePath),this.resolvedSymbols.get(t))},t.prototype.getImportAs=function(t,e){if(void 0===e&&(e=!0),t.members.length){var n=this.getStaticSymbol(t.filePath,t.name);return(o=this.getImportAs(n,e))?this.getStaticSymbol(o.filePath,o.name,t.members):null}var r=function i(t){return t.replace(Ts,".")}(t.filePath);if(r!==t.filePath){var o,s=function a(t){return t.replace(Ps,"")}(t.name);return n=this.getStaticSymbol(r,s,t.members),(o=this.getImportAs(n,e))?this.getStaticSymbol(function u(t,e){void 0===e&&(e=!1);var n=Os(Ns(t),e);return n[0]+".ngsummary"+n[1]}(o.filePath),function c(t){return t+"NgSummary"}(o.name),n.members):null}var l=e&&this.summaryResolver.getImportAs(t)||null;return l||(l=this.importAs.get(t)),l},t.prototype.getResourcePath=function(t){return this.symbolResourcePaths.get(t)||t.filePath},t.prototype.getTypeArity=function(t){if(function e(t){return Cs.test(t)}(t.filePath))return null;for(var n=lu(this.resolveSymbol(t));n&&n.metadata instanceof Ut;)n=lu(this.resolveSymbol(n.metadata));return n&&n.metadata&&n.metadata.arity||null},t.prototype.getKnownModuleName=function(t){return this.knownFileNameToModuleNames.get(t)||null},t.prototype.recordImportAs=function(t,e){t.assertNoMembers(),e.assertNoMembers(),this.importAs.set(t,e)},t.prototype.recordModuleNameForFileName=function(t,e){this.knownFileNameToModuleNames.set(t,e)},t.prototype.invalidateFile=function(t){var e,n;this.metadataCache.delete(t),this.resolvedFilePaths.delete(t);var r=this.symbolFromFile.get(t);if(r){this.symbolFromFile.delete(t);try{for(var i=p(r),o=i.next();!o.done;o=i.next()){var s=o.value;this.resolvedSymbols.delete(s),this.importAs.delete(s),this.symbolResourcePaths.delete(s)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}}},t.prototype.ignoreErrorsFor=function(t){var e=this.errorRecorder;this.errorRecorder=function(){};try{return t()}finally{this.errorRecorder=e}},t.prototype._resolveSymbolMembers=function(t){var e=t.members,n=this.resolveSymbol(this.getStaticSymbol(t.filePath,t.name));if(!n)return null;var r=lu(n.metadata);if(r instanceof Ut)return new au(t,this.getStaticSymbol(r.filePath,r.name,e));if(!r||"class"!==r.__symbolic){for(var i=r,o=0;o<e.length&&i;o++)i=i[e[o]];return new au(t,i)}return r.statics&&1===e.length?new au(t,r.statics[e[0]]):null},t.prototype._resolveSymbolFromSummary=function(t){var e=this.summaryResolver.resolveSummary(t);return e?new au(t,e.metadata):null},t.prototype.getStaticSymbol=function(t,e,n){return this.staticSymbolCache.get(t,e,n)},t.prototype.hasDecorators=function(t){var e=this.getModuleMetadata(t);return!!e.metadata&&Object.keys(e.metadata).some(function(t){var n=e.metadata[t];return n&&"class"===n.__symbolic&&n.decorators})},t.prototype.getSymbolsOf=function(t){var e=this.summaryResolver.getSymbolsOf(t);if(e)return e;this._createSymbolsOf(t);var n=[];return this.resolvedSymbols.forEach(function(e){e.symbol.filePath===t&&n.push(e.symbol)}),n},t.prototype._createSymbolsOf=function(t){var e,n,r=this;if(!this.resolvedFilePaths.has(t)){this.resolvedFilePaths.add(t);var i=[],o=this.getModuleMetadata(t);if(o.importAs&&this.knownFileNameToModuleNames.set(t,o.importAs),o.exports){var s=function(e){if(e.export)e.export.forEach(function(n){var o,s=o=cu(o="string"==typeof n?n:n.as);"string"!=typeof n&&(s=cu(n.name));var a=r.resolveModule(e.from,t);if(a){var u=r.getStaticSymbol(a,s),c=r.getStaticSymbol(t,o);i.push(r.createExport(c,u))}});else{var n=a.resolveModule(e.from,t);n&&a.getSymbolsOf(n).forEach(function(e){var n=r.getStaticSymbol(t,e.name);i.push(r.createExport(n,e))})}},a=this;try{for(var u=p(o.exports),c=u.next();!c.done;c=u.next())s(c.value)}catch(t){e={error:t}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(e)throw e.error}}}if(o.metadata){var l=new Set(Object.keys(o.metadata).map(cu)),h=o.origins||{};Object.keys(o.metadata).forEach(function(e){var n=o.metadata[e],s=cu(e),a=r.getStaticSymbol(t,s),u=h.hasOwnProperty(e)&&h[e];if(u){var c=r.resolveModule(u,t);c?r.symbolResourcePaths.set(a,c):r.reportError(new Error("Couldn't resolve original symbol for "+u+" from "+t))}i.push(r.createResolvedSymbol(a,t,l,n))})}i.forEach(function(t){return r.resolvedSymbols.set(t.symbol,t)}),this.symbolFromFile.set(t,i.map(function(t){return t.symbol}))}},t.prototype.createResolvedSymbol=function(t,e,n,r){var i,s=this,u=su.test(t.filePath);if(this.summaryResolver.isLibraryFile(t.filePath)&&!u&&r&&"class"===r.__symbolic)return new au(t,{__symbolic:"class",arity:r.arity});var c=function(){return i||(i=s.host.getOutputName(e.replace(/((\.ts)|(\.d\.ts)|)$/,".ts").replace(/^.*node_modules[/\\]/,""))),i},l=this,p=ot(r,new(function(r){function i(){return null!==r&&r.apply(this,arguments)||this}return o(i,r),i.prototype.visitStringMap=function(i,o){var s=i.__symbolic;if("function"===s){var u=o.length;o.push.apply(o,f(i.parameters||[]));var p=r.prototype.visitStringMap.call(this,i,o);return o.length=u,p}if("reference"!==s)return"error"===s?a({},i,{fileName:c()}):r.prototype.visitStringMap.call(this,i,o);var h=i.module,d=i.name?cu(i.name):i.name;if(!d)return null;var v=void 0;return h?(v=l.resolveModule(h,t.filePath))?{__symbolic:"resolved",symbol:l.getStaticSymbol(v,d),line:i.line,character:i.character,fileName:c()}:{__symbolic:"error",message:"Could not resolve "+h+" relative to "+t.filePath+".",line:i.line,character:i.character,fileName:c()}:o.indexOf(d)>=0?{__symbolic:"reference",name:d}:n.has(d)?l.getStaticSymbol(e,d):void 0},i}(ut)),[]),h=lu(p);return h instanceof Ut?this.createExport(t,h):new au(t,p)},t.prototype.createExport=function(t,e){return t.assertNoMembers(),e.assertNoMembers(),this.summaryResolver.isLibraryFile(t.filePath)&&this.summaryResolver.isLibraryFile(e.filePath)&&this.importAs.set(e,this.getImportAs(t)||t),new au(t,e)},t.prototype.reportError=function(t,e,n){if(!this.errorRecorder)throw t;this.errorRecorder(t,e&&e.filePath||n)},t.prototype.getModuleMetadata=function(t){var e=this.metadataCache.get(t);if(!e){var n=this.host.getMetadataFor(t);if(n){var r=-1;n.forEach(function(t){t&&t.version>r&&(r=t.version,e=t)})}e||(e={__symbolic:"module",version:4,module:t,metadata:{}}),4!=e.version&&this.reportError(new Error(2==e.version?"Unsupported metadata version "+e.version+" for module "+t+". This module should be compiled with a newer version of ngc":"Metadata version mismatch for module "+t+", found version "+e.version+", expected 4")),this.metadataCache.set(t,e)}return e},t.prototype.getSymbolByModule=function(t,e,n){var r=this.resolveModule(t,n);return r?this.getStaticSymbol(r,e):(this.reportError(new Error("Could not resolve module "+t+(n?" relative to "+n:""))),this.getStaticSymbol("ERROR:"+t,e))},t.prototype.resolveModule=function(t,e){try{return this.host.moduleNameToFileName(t,e)}catch(n){console.error("Could not resolve module '"+t+"' relative to file "+e),this.reportError(n,void 0,e)}return null},t}();function cu(t){return t.startsWith("___")?t.substr(1):t}function lu(t){return t&&"resolved"===t.__symbolic?t.symbol:t}!function(t){function e(e,n,r){var i=t.call(this)||this;return i.symbolResolver=e,i.summaryResolver=n,i.srcFileName=r,i.symbols=[],i.indexBySymbol=new Map,i.reexportedBy=new Map,i.processedSummaryBySymbol=new Map,i.processedSummaries=[],i.unprocessedSymbolSummariesBySymbol=new Map,i.moduleName=e.getKnownModuleName(r),i}o(e,t),e.prototype.addSummary=function(t){var e=this,n=this.unprocessedSymbolSummariesBySymbol.get(t.symbol),r=this.processedSummaryBySymbol.get(t.symbol);if(n||(this.unprocessedSymbolSummariesBySymbol.set(t.symbol,n={symbol:t.symbol,metadata:void 0}),r={symbol:this.processValue(t.symbol,0)},this.processedSummaries.push(r),this.processedSummaryBySymbol.set(t.symbol,r)),!n.metadata&&t.metadata){var i=t.metadata||{};if("class"===i.__symbolic){var o={};Object.keys(i).forEach(function(t){"decorators"!==t&&(o[t]=i[t])}),i=o}else hu(i)&&(function s(t){return hu(t)&&lu(t.expression)instanceof Ut}(i)||function a(t){return hu(t)&&t.expression&&"select"===t.expression.__symbolic&&lu(t.expression.expression)instanceof Ut}
386
+ */function ou(t,e,n){return bs(e,null,t).callFn(n,t)}function su(t,e,n){var r=t.getLiteralFactory(e),i=r.literalFactory,o=r.literalFactoryArguments,s=n(1+o.length);o.length>0||lt("Expected arguments to a literal factory function");var a=function u(t){var e=iu[t.length];return{identifier:e||eu.pureFunctionV,isVarLength:!e}}(o),c=a.identifier,l=a.isVarLength,p=[xs(s),i];return l?p.push(ws(o)):p.push.apply(p,f(o)),bs(c).callFn(p)}!function(){function t(t,e){void 0===t&&(t=0),void 0===e&&(e=null),this.bindingLevel=t,this.parent=e,this.map=new Map,this.referenceNameIndex=0,this.restoreViewVariable=null}Object.defineProperty(t,"ROOT_SCOPE",{get:function(){return t._ROOT_SCOPE||(t._ROOT_SCOPE=(new t).set(0,"$event",_s("$event"))),t._ROOT_SCOPE},enumerable:!0,configurable:!0}),t.prototype.get=function(t){for(var e=this;e;){var n=e.map.get(t);if(null!=n)return e!==this&&(this.map.set(t,n={retrievalLevel:n.retrievalLevel,lhs:n.lhs,declareLocalCallback:n.declareLocalCallback,declare:!1,priority:n.priority}),this.maybeGenerateSharedContextVar(n),this.maybeRestoreView(n.retrievalLevel)),n.declareLocalCallback&&!n.declare&&(n.declare=!0),n.lhs;e=e.parent}return 0===this.bindingLevel?null:this.getComponentProperty(t)},t.prototype.set=function(t,e,n,r,i){return void 0===r&&(r=0),!this.map.has(e)||lt("The name "+e+" is already defined in scope to be "+this.map.get(e)),this.map.set(e,{retrievalLevel:t,lhs:n,declare:!1,declareLocalCallback:i,priority:r}),this},t.prototype.getLocal=function(t){return this.get(t)},t.prototype.nestedScope=function(e){var n=new t(e,this);return e>0&&n.generateSharedContextVar(0),n},t.prototype.getSharedContextName=function(t){var e=this.map.get("$$shared_ctx$$"+t);return e&&e.declare?e.lhs:null},t.prototype.maybeGenerateSharedContextVar=function(t){if(1===t.priority){var e=this.map.get("$$shared_ctx$$"+t.retrievalLevel);e?e.declare=!0:this.generateSharedContextVar(t.retrievalLevel)}},t.prototype.generateSharedContextVar=function(t){var e=_s("ctx"+this.freshReferenceName());this.map.set("$$shared_ctx$$"+t,{retrievalLevel:t,lhs:e,declareLocalCallback:function(t,n){return[e.set(function r(t){return bs(eu.nextContext).callFn(t>1?[xs(t)]:[])}(n)).toConstDecl()]},declare:!1,priority:2})},t.prototype.getComponentProperty=function(t){var e=this.map.get("$$shared_ctx$$0");return e.declare=!0,this.maybeRestoreView(0),e.lhs.prop(t)},t.prototype.maybeRestoreView=function(t){this.isListenerScope()&&t<this.bindingLevel&&(this.parent.restoreViewVariable||(this.parent.restoreViewVariable=_s(this.parent.freshReferenceName())),this.restoreViewVariable=this.parent.restoreViewVariable)},t.prototype.restoreViewStatement=function(){return this.restoreViewVariable?[ou(null,eu.restoreView,[this.restoreViewVariable]).toStmt()]:[]},t.prototype.viewSnapshotStatements=function(){var t=ou(null,eu.getCurrentView,[]);return this.restoreViewVariable?[this.restoreViewVariable.set(t).toConstDecl()]:[]},t.prototype.isListenerScope=function(){return this.parent&&this.parent.bindingLevel===this.bindingLevel},t.prototype.variableDeclarations=function(){var t=this,e=0;return Array.from(this.map.values()).filter(function(t){return t.declare}).sort(function(t,e){return e.retrievalLevel-t.retrievalLevel||e.priority-t.priority}).reduce(function(n,r){var i=t.bindingLevel-r.retrievalLevel,o=r.declareLocalCallback(t,i-e);return e=i,n.concat(o)},[])},t.prototype.freshReferenceName=function(){for(var t=this;t.parent;)t=t.parent;return"_r"+t.referenceNameIndex++}}();var au=/^(?!.*\.d\.ts$).*\.ts$/,uu=function uu(t,e){this.symbol=t,this.metadata=e},cu=function(){function t(t,e,n,r){this.host=t,this.staticSymbolCache=e,this.summaryResolver=n,this.errorRecorder=r,this.metadataCache=new Map,this.resolvedSymbols=new Map,this.resolvedFilePaths=new Set,this.importAs=new Map,this.symbolResourcePaths=new Map,this.symbolFromFile=new Map,this.knownFileNameToModuleNames=new Map}return t.prototype.resolveSymbol=function(t){return t.members.length>0?this._resolveSymbolMembers(t):this._resolveSymbolFromSummary(t)||this.resolvedSymbols.get(t)||(this._createSymbolsOf(t.filePath),this.resolvedSymbols.get(t))},t.prototype.getImportAs=function(t,e){if(void 0===e&&(e=!0),t.members.length){var n=this.getStaticSymbol(t.filePath,t.name);return(o=this.getImportAs(n,e))?this.getStaticSymbol(o.filePath,o.name,t.members):null}var r=function i(t){return t.replace(Ts,".")}(t.filePath);if(r!==t.filePath){var o,s=function a(t){return t.replace(Ps,"")}(t.name);return n=this.getStaticSymbol(r,s,t.members),(o=this.getImportAs(n,e))?this.getStaticSymbol(function u(t,e){void 0===e&&(e=!1);var n=ks(Ns(t),e);return n[0]+".ngsummary"+n[1]}(o.filePath),function c(t){return t+"NgSummary"}(o.name),n.members):null}var l=e&&this.summaryResolver.getImportAs(t)||null;return l||(l=this.importAs.get(t)),l},t.prototype.getResourcePath=function(t){return this.symbolResourcePaths.get(t)||t.filePath},t.prototype.getTypeArity=function(t){if(function e(t){return Cs.test(t)}(t.filePath))return null;for(var n=pu(this.resolveSymbol(t));n&&n.metadata instanceof Ut;)n=pu(this.resolveSymbol(n.metadata));return n&&n.metadata&&n.metadata.arity||null},t.prototype.getKnownModuleName=function(t){return this.knownFileNameToModuleNames.get(t)||null},t.prototype.recordImportAs=function(t,e){t.assertNoMembers(),e.assertNoMembers(),this.importAs.set(t,e)},t.prototype.recordModuleNameForFileName=function(t,e){this.knownFileNameToModuleNames.set(t,e)},t.prototype.invalidateFile=function(t){var e,n;this.metadataCache.delete(t),this.resolvedFilePaths.delete(t);var r=this.symbolFromFile.get(t);if(r){this.symbolFromFile.delete(t);try{for(var i=p(r),o=i.next();!o.done;o=i.next()){var s=o.value;this.resolvedSymbols.delete(s),this.importAs.delete(s),this.symbolResourcePaths.delete(s)}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}}},t.prototype.ignoreErrorsFor=function(t){var e=this.errorRecorder;this.errorRecorder=function(){};try{return t()}finally{this.errorRecorder=e}},t.prototype._resolveSymbolMembers=function(t){var e=t.members,n=this.resolveSymbol(this.getStaticSymbol(t.filePath,t.name));if(!n)return null;var r=pu(n.metadata);if(r instanceof Ut)return new uu(t,this.getStaticSymbol(r.filePath,r.name,e));if(!r||"class"!==r.__symbolic){for(var i=r,o=0;o<e.length&&i;o++)i=i[e[o]];return new uu(t,i)}return r.statics&&1===e.length?new uu(t,r.statics[e[0]]):null},t.prototype._resolveSymbolFromSummary=function(t){var e=this.summaryResolver.resolveSummary(t);return e?new uu(t,e.metadata):null},t.prototype.getStaticSymbol=function(t,e,n){return this.staticSymbolCache.get(t,e,n)},t.prototype.hasDecorators=function(t){var e=this.getModuleMetadata(t);return!!e.metadata&&Object.keys(e.metadata).some(function(t){var n=e.metadata[t];return n&&"class"===n.__symbolic&&n.decorators})},t.prototype.getSymbolsOf=function(t){var e=this.summaryResolver.getSymbolsOf(t);if(e)return e;this._createSymbolsOf(t);var n=[];return this.resolvedSymbols.forEach(function(e){e.symbol.filePath===t&&n.push(e.symbol)}),n},t.prototype._createSymbolsOf=function(t){var e,n,r=this;if(!this.resolvedFilePaths.has(t)){this.resolvedFilePaths.add(t);var i=[],o=this.getModuleMetadata(t);if(o.importAs&&this.knownFileNameToModuleNames.set(t,o.importAs),o.exports){var s=function(e){if(e.export)e.export.forEach(function(n){var o,s=o=lu(o="string"==typeof n?n:n.as);"string"!=typeof n&&(s=lu(n.name));var a=r.resolveModule(e.from,t);if(a){var u=r.getStaticSymbol(a,s),c=r.getStaticSymbol(t,o);i.push(r.createExport(c,u))}});else{var n=a.resolveModule(e.from,t);n&&a.getSymbolsOf(n).forEach(function(e){var n=r.getStaticSymbol(t,e.name);i.push(r.createExport(n,e))})}},a=this;try{for(var u=p(o.exports),c=u.next();!c.done;c=u.next())s(c.value)}catch(t){e={error:t}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(e)throw e.error}}}if(o.metadata){var l=new Set(Object.keys(o.metadata).map(lu)),h=o.origins||{};Object.keys(o.metadata).forEach(function(e){var n=o.metadata[e],s=lu(e),a=r.getStaticSymbol(t,s),u=h.hasOwnProperty(e)&&h[e];if(u){var c=r.resolveModule(u,t);c?r.symbolResourcePaths.set(a,c):r.reportError(new Error("Couldn't resolve original symbol for "+u+" from "+t))}i.push(r.createResolvedSymbol(a,t,l,n))})}i.forEach(function(t){return r.resolvedSymbols.set(t.symbol,t)}),this.symbolFromFile.set(t,i.map(function(t){return t.symbol}))}},t.prototype.createResolvedSymbol=function(t,e,n,r){var i,s=this,u=au.test(t.filePath);if(this.summaryResolver.isLibraryFile(t.filePath)&&!u&&r&&"class"===r.__symbolic)return new uu(t,{__symbolic:"class",arity:r.arity});var c=function(){return i||(i=s.host.getOutputName(e.replace(/((\.ts)|(\.d\.ts)|)$/,".ts").replace(/^.*node_modules[/\\]/,""))),i},l=this,p=ot(r,new(function(r){function i(){return null!==r&&r.apply(this,arguments)||this}return o(i,r),i.prototype.visitStringMap=function(i,o){var s=i.__symbolic;if("function"===s){var u=o.length;o.push.apply(o,f(i.parameters||[]));var p=r.prototype.visitStringMap.call(this,i,o);return o.length=u,p}if("reference"!==s)return"error"===s?a({},i,{fileName:c()}):r.prototype.visitStringMap.call(this,i,o);var h=i.module,d=i.name?lu(i.name):i.name;if(!d)return null;var v=void 0;return h?(v=l.resolveModule(h,t.filePath))?{__symbolic:"resolved",symbol:l.getStaticSymbol(v,d),line:i.line,character:i.character,fileName:c()}:{__symbolic:"error",message:"Could not resolve "+h+" relative to "+t.filePath+".",line:i.line,character:i.character,fileName:c()}:o.indexOf(d)>=0?{__symbolic:"reference",name:d}:n.has(d)?l.getStaticSymbol(e,d):void 0},i}(ut)),[]),h=pu(p);return h instanceof Ut?this.createExport(t,h):new uu(t,p)},t.prototype.createExport=function(t,e){return t.assertNoMembers(),e.assertNoMembers(),this.summaryResolver.isLibraryFile(t.filePath)&&this.summaryResolver.isLibraryFile(e.filePath)&&this.importAs.set(e,this.getImportAs(t)||t),new uu(t,e)},t.prototype.reportError=function(t,e,n){if(!this.errorRecorder)throw t;this.errorRecorder(t,e&&e.filePath||n)},t.prototype.getModuleMetadata=function(t){var e=this.metadataCache.get(t);if(!e){var n=this.host.getMetadataFor(t);if(n){var r=-1;n.forEach(function(t){t&&t.version>r&&(r=t.version,e=t)})}e||(e={__symbolic:"module",version:4,module:t,metadata:{}}),4!=e.version&&this.reportError(new Error(2==e.version?"Unsupported metadata version "+e.version+" for module "+t+". This module should be compiled with a newer version of ngc":"Metadata version mismatch for module "+t+", found version "+e.version+", expected 4")),this.metadataCache.set(t,e)}return e},t.prototype.getSymbolByModule=function(t,e,n){var r=this.resolveModule(t,n);return r?this.getStaticSymbol(r,e):(this.reportError(new Error("Could not resolve module "+t+(n?" relative to "+n:""))),this.getStaticSymbol("ERROR:"+t,e))},t.prototype.resolveModule=function(t,e){try{return this.host.moduleNameToFileName(t,e)}catch(n){console.error("Could not resolve module '"+t+"' relative to file "+e),this.reportError(n,void 0,e)}return null},t}();function lu(t){return t.startsWith("___")?t.substr(1):t}function pu(t){return t&&"resolved"===t.__symbolic?t.symbol:t}!function(t){function e(e,n,r){var i=t.call(this)||this;return i.symbolResolver=e,i.summaryResolver=n,i.srcFileName=r,i.symbols=[],i.indexBySymbol=new Map,i.reexportedBy=new Map,i.processedSummaryBySymbol=new Map,i.processedSummaries=[],i.unprocessedSymbolSummariesBySymbol=new Map,i.moduleName=e.getKnownModuleName(r),i}o(e,t),e.prototype.addSummary=function(t){var e=this,n=this.unprocessedSymbolSummariesBySymbol.get(t.symbol),r=this.processedSummaryBySymbol.get(t.symbol);if(n||(this.unprocessedSymbolSummariesBySymbol.set(t.symbol,n={symbol:t.symbol,metadata:void 0}),r={symbol:this.processValue(t.symbol,0)},this.processedSummaries.push(r),this.processedSummaryBySymbol.set(t.symbol,r)),!n.metadata&&t.metadata){var i=t.metadata||{};if("class"===i.__symbolic){var o={};Object.keys(i).forEach(function(t){"decorators"!==t&&(o[t]=i[t])}),i=o}else fu(i)&&(function s(t){return fu(t)&&pu(t.expression)instanceof Ut}(i)||function a(t){return fu(t)&&t.expression&&"select"===t.expression.__symbolic&&pu(t.expression.expression)instanceof Ut}
387
387
  /**
388
388
  * @license
389
389
  * Copyright Google Inc. All Rights Reserved.
@@ -397,7 +397,7 @@ var nu=[eu.pipeBind1,eu.pipeBind2,eu.pipeBind3,eu.pipeBind4],ru=[eu.pureFunction
397
397
  *
398
398
  * Use of this source code is governed by an MIT-style license that can be
399
399
  * found in the LICENSE file at https://angular.io/license
400
- */)(u.name)||this.reexportedBy.set(u,t.symbol)}}if(!n.type&&t.type&&(n.type=t.type,r.type=this.processValue(t.type,0),t.type.summaryKind===Wt.NgModule)){var l=t.type;l.exportedDirectives.concat(l.exportedPipes).forEach(function(t){var n=t.reference;if(e.summaryResolver.isLibraryFile(n.filePath)&&!e.unprocessedSymbolSummariesBySymbol.has(n)){var r=e.summaryResolver.resolveSummary(n);r&&e.addSummary(r)}})}},e.prototype.serialize=function(){var t=this,e=[];return{json:JSON.stringify({moduleName:this.moduleName,summaries:this.processedSummaries,symbols:this.symbols.map(function(n,r){n.assertNoMembers();var i=void 0;if(t.summaryResolver.isLibraryFile(n.filePath)){var o=t.reexportedBy.get(n);if(o)i=t.indexBySymbol.get(o);else{var s=t.unprocessedSymbolSummariesBySymbol.get(n);s&&s.metadata&&"interface"===s.metadata.__symbolic||e.push({symbol:n,exportAs:i=n.name+"_"+r})}}return{__symbol:r,name:n.name,filePath:t.summaryResolver.toSummaryFileName(n.filePath,t.srcFileName),importAs:i}})}),exportAs:e}},e.prototype.processValue=function(t,e){return ot(t,this,e)},e.prototype.visitOther=function(t,e){if(t instanceof Ut){var n=this.symbolResolver.getStaticSymbol(t.filePath,t.name);return{__symbol:this.visitStaticSymbol(n,e),members:t.members}}},e.prototype.visitStringMap=function(e,n){return"resolved"===e.__symbolic?ot(e.symbol,this,n):("error"===e.__symbolic&&(delete e.line,delete e.character),t.prototype.visitStringMap.call(this,e,n))},e.prototype.visitStaticSymbol=function(t,e){var n=this.indexBySymbol.get(t),r=null;if(1&e&&this.summaryResolver.isLibraryFile(t.filePath)){if(this.unprocessedSymbolSummariesBySymbol.has(t))return n;(r=this.loadSummary(t))&&r.metadata instanceof Ut&&(n=this.visitStaticSymbol(r.metadata,e),r=null)}else if(null!=n)return n;return null==n&&(n=this.symbols.length,this.symbols.push(t)),this.indexBySymbol.set(t,n),r&&this.addSummary(r),n},e.prototype.loadSummary=function(t){var e=this.summaryResolver.resolveSummary(t);if(!e){var n=this.symbolResolver.resolveSymbol(t);n&&(e={symbol:n.symbol,metadata:n.metadata})}return e}}(ut);var pu=function(t){function e(e,n){var r=t.call(this)||this;return r.symbolCache=e,r.summaryResolver=n,r}return o(e,t),e.prototype.deserialize=function(t,e){var n=this,r=JSON.parse(e),i=[];this.symbols=r.symbols.map(function(e){return n.symbolCache.get(n.summaryResolver.fromSummaryFileName(e.filePath,t),e.name)}),r.symbols.forEach(function(e,r){var o=n.symbols[r],s=e.importAs;"number"==typeof s?i.push({symbol:o,importAs:n.symbols[s]}):"string"==typeof s&&i.push({symbol:o,importAs:n.symbolCache.get(As(t),s)})});var o=ot(r.summaries,this,null);return{moduleName:r.moduleName,summaries:o,importAs:i}},e.prototype.visitStringMap=function(e,n){if("__symbol"in e){var r=this.symbols[e.__symbol],i=e.members;return i.length?this.symbolCache.get(r.filePath,r.name,i):r}return t.prototype.visitStringMap.call(this,e,n)},e}(ut);function hu(t){return t&&"call"===t.__symbolic}
400
+ */)(u.name)||this.reexportedBy.set(u,t.symbol)}}if(!n.type&&t.type&&(n.type=t.type,r.type=this.processValue(t.type,0),t.type.summaryKind===Wt.NgModule)){var l=t.type;l.exportedDirectives.concat(l.exportedPipes).forEach(function(t){var n=t.reference;if(e.summaryResolver.isLibraryFile(n.filePath)&&!e.unprocessedSymbolSummariesBySymbol.has(n)){var r=e.summaryResolver.resolveSummary(n);r&&e.addSummary(r)}})}},e.prototype.serialize=function(){var t=this,e=[];return{json:JSON.stringify({moduleName:this.moduleName,summaries:this.processedSummaries,symbols:this.symbols.map(function(n,r){n.assertNoMembers();var i=void 0;if(t.summaryResolver.isLibraryFile(n.filePath)){var o=t.reexportedBy.get(n);if(o)i=t.indexBySymbol.get(o);else{var s=t.unprocessedSymbolSummariesBySymbol.get(n);s&&s.metadata&&"interface"===s.metadata.__symbolic||e.push({symbol:n,exportAs:i=n.name+"_"+r})}}return{__symbol:r,name:n.name,filePath:t.summaryResolver.toSummaryFileName(n.filePath,t.srcFileName),importAs:i}})}),exportAs:e}},e.prototype.processValue=function(t,e){return ot(t,this,e)},e.prototype.visitOther=function(t,e){if(t instanceof Ut){var n=this.symbolResolver.getStaticSymbol(t.filePath,t.name);return{__symbol:this.visitStaticSymbol(n,e),members:t.members}}},e.prototype.visitStringMap=function(e,n){return"resolved"===e.__symbolic?ot(e.symbol,this,n):("error"===e.__symbolic&&(delete e.line,delete e.character),t.prototype.visitStringMap.call(this,e,n))},e.prototype.visitStaticSymbol=function(t,e){var n=this.indexBySymbol.get(t),r=null;if(1&e&&this.summaryResolver.isLibraryFile(t.filePath)){if(this.unprocessedSymbolSummariesBySymbol.has(t))return n;(r=this.loadSummary(t))&&r.metadata instanceof Ut&&(n=this.visitStaticSymbol(r.metadata,e),r=null)}else if(null!=n)return n;return null==n&&(n=this.symbols.length,this.symbols.push(t)),this.indexBySymbol.set(t,n),r&&this.addSummary(r),n},e.prototype.loadSummary=function(t){var e=this.summaryResolver.resolveSummary(t);if(!e){var n=this.symbolResolver.resolveSymbol(t);n&&(e={symbol:n.symbol,metadata:n.metadata})}return e}}(ut);var hu=function(t){function e(e,n){var r=t.call(this)||this;return r.symbolCache=e,r.summaryResolver=n,r}return o(e,t),e.prototype.deserialize=function(t,e){var n=this,r=JSON.parse(e),i=[];this.symbols=r.symbols.map(function(e){return n.symbolCache.get(n.summaryResolver.fromSummaryFileName(e.filePath,t),e.name)}),r.symbols.forEach(function(e,r){var o=n.symbols[r],s=e.importAs;"number"==typeof s?i.push({symbol:o,importAs:n.symbols[s]}):"string"==typeof s&&i.push({symbol:o,importAs:n.symbolCache.get(As(t),s)})});var o=ot(r.summaries,this,null);return{moduleName:r.moduleName,summaries:o,importAs:i}},e.prototype.visitStringMap=function(e,n){if("__symbol"in e){var r=this.symbols[e.__symbol],i=e.members;return i.length?this.symbolCache.get(r.filePath,r.name,i):r}return t.prototype.visitStringMap.call(this,e,n)},e}(ut);function fu(t){return t&&"call"===t.__symbolic}
401
401
  /**
402
402
  * @license
403
403
  * Copyright Google Inc. All Rights Reserved.
@@ -405,14 +405,14 @@ var nu=[eu.pipeBind1,eu.pipeBind2,eu.pipeBind3,eu.pipeBind4],ru=[eu.pureFunction
405
405
  * Use of this source code is governed by an MIT-style license that can be
406
406
  * found in the LICENSE file at https://angular.io/license
407
407
  */
408
- var fu="ngFormattedMessage",du="@angular/core",vu=/^\$.*\$$/,yu={__symbolic:"ignore"},mu=new Set(["useValue","useFactory","data","id","loadChildren"]);function gu(t){return t&&"ignore"==t.__symbolic}var _u=function(){function t(t,e,n,r,i){void 0===n&&(n=[]),void 0===r&&(r=[]);var o=this;this.summaryResolver=t,this.symbolResolver=e,this.errorRecorder=i,this.annotationCache=new Map,this.shallowAnnotationCache=new Map,this.propertyCache=new Map,this.parameterCache=new Map,this.methodCache=new Map,this.staticCache=new Map,this.conversionMap=new Map,this.resolvedExternalReferences=new Map,this.annotationForParentClassWithSummaryKind=new Map,this.initializeConversionMap(),n.forEach(function(t){return o._registerDecoratorOrConstructor(o.getStaticSymbol(t.filePath,t.name),t.ctor)}),r.forEach(function(t){return o._registerFunction(o.getStaticSymbol(t.filePath,t.name),t.fn)}),this.annotationForParentClassWithSummaryKind.set(Wt.Directive,[V,U]),this.annotationForParentClassWithSummaryKind.set(Wt.Pipe,[q]),this.annotationForParentClassWithSummaryKind.set(Wt.NgModule,[G]),this.annotationForParentClassWithSummaryKind.set(Wt.Injectable,[X,q,V,U,G])}return t.prototype.componentModuleUrl=function(t){var e=this.findSymbolDeclaration(t);return this.symbolResolver.getResourcePath(e)},t.prototype.resolveExternalReference=function(t,e){var n=void 0;if(!e){var r=this.resolvedExternalReferences.get(n=t.moduleName+":"+t.name);if(r)return r}var i=this.symbolResolver.getSymbolByModule(t.moduleName,t.name,e),o=this.findSymbolDeclaration(i);return e||(this.symbolResolver.recordModuleNameForFileName(i.filePath,t.moduleName),this.symbolResolver.recordImportAs(o,i)),n&&this.resolvedExternalReferences.set(n,o),o},t.prototype.findDeclaration=function(t,e,n){return this.findSymbolDeclaration(this.symbolResolver.getSymbolByModule(t,e,n))},t.prototype.tryFindDeclaration=function(t,e,n){var r=this;return this.symbolResolver.ignoreErrorsFor(function(){return r.findDeclaration(t,e,n)})},t.prototype.findSymbolDeclaration=function(t){var e=this.symbolResolver.resolveSymbol(t);if(e){var n=e.metadata;if(n&&"resolved"===n.__symbolic&&(n=n.symbol),n instanceof Ut)return this.findSymbolDeclaration(e.metadata)}return t},t.prototype.tryAnnotations=function(t){var e=this.errorRecorder;this.errorRecorder=function(t,e){};try{return this.annotations(t)}finally{this.errorRecorder=e}},t.prototype.annotations=function(t){var e=this;return this._annotations(t,function(t,n){return e.simplify(t,n)},this.annotationCache)},t.prototype.shallowAnnotations=function(t){var e=this;return this._annotations(t,function(t,n){return e.simplify(t,n,!0)},this.shallowAnnotationCache)},t.prototype._annotations=function(t,e,n){var r=n.get(t);if(!r){r=[];var i=this.getTypeMetadata(t),o=this.findParentType(t,i);if(o){var s=this.annotations(o);r.push.apply(r,f(s))}var a=[];if(i.decorators&&(a=e(t,i.decorators))&&r.push.apply(r,f(a)),o&&!this.summaryResolver.isLibraryFile(t.filePath)&&this.summaryResolver.isLibraryFile(o.filePath)){var u=this.summaryResolver.resolveSummary(o);if(u&&u.type){var c=this.annotationForParentClassWithSummaryKind.get(u.type.summaryKind);c.some(function(t){return a.some(function(e){return t.isTypeOf(e)})})||this.reportError(Iu(wu("Class "+t.name+" in "+t.filePath+" extends from a "+Wt[u.type.summaryKind]+" in another compilation unit without duplicating the decorator",void 0,"Please add a "+c.map(function(t){return t.ngMetadataName}).join(" or ")+" decorator to the class"),t),t)}}n.set(t,r.filter(function(t){return!!t}))}return r},t.prototype.propMetadata=function(t){var e=this,n=this.propertyCache.get(t);if(!n){var r=this.getTypeMetadata(t);n={};var i=this.findParentType(t,r);if(i){var o=this.propMetadata(i);Object.keys(o).forEach(function(t){n[t]=o[t]})}var s=r.members||{};Object.keys(s).forEach(function(r){var i=s[r].find(function(t){return"property"==t.__symbolic||"method"==t.__symbolic}),o=[];n[r]&&o.push.apply(o,f(n[r])),n[r]=o,i&&i.decorators&&o.push.apply(o,f(e.simplify(t,i.decorators)))}),this.propertyCache.set(t,n)}return n},t.prototype.parameters=function(t){var e=this;if(!(t instanceof Ut))return this.reportError(new Error("parameters received "+JSON.stringify(t)+" which is not a StaticSymbol"),t),[];try{var n=this.parameterCache.get(t);if(!n){var r=this.getTypeMetadata(t),i=this.findParentType(t,r),o=r?r.members:null,s=o?o.__ctor__:null;if(s){var a=s.find(function(t){return"constructor"==t.__symbolic}),u=a.parameters||[],c=this.simplify(t,a.parameterDecorators||[]);n=[],u.forEach(function(r,i){var o=[],s=e.trySimplify(t,r);s&&o.push(s);var a=c?c[i]:null;a&&o.push.apply(o,f(a)),n.push(o)})}else i&&(n=this.parameters(i));n||(n=[]),this.parameterCache.set(t,n)}return n}catch(e){throw console.error("Failed on type "+JSON.stringify(t)+" with error "+e),e}},t.prototype._methodNames=function(t){var e=this.methodCache.get(t);if(!e){var n=this.getTypeMetadata(t);e={};var r=this.findParentType(t,n);if(r){var i=this._methodNames(r);Object.keys(i).forEach(function(t){e[t]=i[t]})}var o=n.members||{};Object.keys(o).forEach(function(t){var n=o[t].some(function(t){return"method"==t.__symbolic});e[t]=e[t]||n}),this.methodCache.set(t,e)}return e},t.prototype._staticMembers=function(t){var e=this.staticCache.get(t);if(!e){var n=this.getTypeMetadata(t);e=Object.keys(n.statics||{}),this.staticCache.set(t,e)}return e},t.prototype.findParentType=function(t,e){var n=this.trySimplify(t,e.extends);if(n instanceof Ut)return n},t.prototype.hasLifecycleHook=function(t,e){t instanceof Ut||this.reportError(new Error("hasLifecycleHook received "+JSON.stringify(t)+" which is not a StaticSymbol"),t);try{return!!this._methodNames(t)[e]}catch(e){throw console.error("Failed on type "+JSON.stringify(t)+" with error "+e),e}},t.prototype.guards=function(t){var e,n;if(!(t instanceof Ut))return this.reportError(new Error("guards received "+JSON.stringify(t)+" which is not a StaticSymbol"),t),{};var r=this._staticMembers(t),i={};try{for(var o=p(r),s=o.next();!s.done;s=o.next()){var a=s.value;if(a.endsWith("TypeGuard")){var u=a.substr(0,a.length-"TypeGuard".length),c=void 0;u.endsWith("UseIf")?(u=a.substr(0,u.length-"UseIf".length),c="UseIf"):c=this.getStaticSymbol(t.filePath,t.name,[a]),i[u]=c}}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}return i},t.prototype._registerDecoratorOrConstructor=function(t,e){this.conversionMap.set(t,function(t,n){return new(e.bind.apply(e,f([void 0],n)))})},t.prototype._registerFunction=function(t,e){this.conversionMap.set(t,function(t,n){return e.apply(void 0,n)})},t.prototype.initializeConversionMap=function(){this._registerDecoratorOrConstructor(this.findDeclaration(du,"Injectable"),X),this.injectionToken=this.findDeclaration(du,"InjectionToken"),this.opaqueToken=this.findDeclaration(du,"OpaqueToken"),this.ROUTES=this.tryFindDeclaration("@angular/router","ROUTES"),this.ANALYZE_FOR_ENTRY_COMPONENTS=this.findDeclaration(du,"ANALYZE_FOR_ENTRY_COMPONENTS"),this._registerDecoratorOrConstructor(this.findDeclaration(du,"Host"),J),this._registerDecoratorOrConstructor(this.findDeclaration(du,"Self"),Y),this._registerDecoratorOrConstructor(this.findDeclaration(du,"SkipSelf"),Z),this._registerDecoratorOrConstructor(this.findDeclaration(du,"Inject"),M),this._registerDecoratorOrConstructor(this.findDeclaration(du,"Optional"),$),this._registerDecoratorOrConstructor(this.findDeclaration(du,"Attribute"),R),this._registerDecoratorOrConstructor(this.findDeclaration(du,"ContentChild"),j),this._registerDecoratorOrConstructor(this.findDeclaration(du,"ContentChildren"),D),this._registerDecoratorOrConstructor(this.findDeclaration(du,"ViewChild"),F),this._registerDecoratorOrConstructor(this.findDeclaration(du,"ViewChildren"),L),this._registerDecoratorOrConstructor(this.findDeclaration(du,"Input"),K),this._registerDecoratorOrConstructor(this.findDeclaration(du,"Output"),z),this._registerDecoratorOrConstructor(this.findDeclaration(du,"Pipe"),q),this._registerDecoratorOrConstructor(this.findDeclaration(du,"HostBinding"),W),this._registerDecoratorOrConstructor(this.findDeclaration(du,"HostListener"),Q),this._registerDecoratorOrConstructor(this.findDeclaration(du,"Directive"),V),this._registerDecoratorOrConstructor(this.findDeclaration(du,"Component"),U),this._registerDecoratorOrConstructor(this.findDeclaration(du,"NgModule"),G),this._registerDecoratorOrConstructor(this.findDeclaration(du,"Host"),J),this._registerDecoratorOrConstructor(this.findDeclaration(du,"Self"),Y),this._registerDecoratorOrConstructor(this.findDeclaration(du,"SkipSelf"),Z),this._registerDecoratorOrConstructor(this.findDeclaration(du,"Optional"),$)},t.prototype.getStaticSymbol=function(t,e,n){return this.symbolResolver.getStaticSymbol(t,e,n)},t.prototype.trySimplify=function(t,e){var n=this.errorRecorder;this.errorRecorder=function(t,e){};var r=this.simplify(t,e);return this.errorRecorder=n,r},t.prototype.simplify=function(t,e,n){void 0===n&&(n=!1);var r,i=this,o=ku.empty,s=new Map;try{r=function t(e,n,r,a){function u(t){var e=i.symbolResolver.resolveSymbol(t);return e?e.metadata:null}function c(n){return t(e,n,r,0)}function l(n,o){if(n===e)return t(n,o,r+1,a);try{return t(n,o,r+1,a)}catch(t){if(!xu(t))throw t;var s=t.chain?"references '"+t.symbol.name+"'":function u(t){if(t.summary)return t.summary;switch(t.message){case Eu:if(t.context&&t.context.className)return"references non-exported class "+t.context.className;break;case Su:return"is not initialized";case Cu:return"is a destructured variable";case Tu:return"could not be resolved";case Pu:return t.context&&t.context.name?"calls '"+t.context.name+"'":"calls a function";case Au:return t.context&&t.context.name?"references local variable "+t.context.name:"references a local variable"}return"contains the error"}(t);i.error({message:t.message,advise:t.advise,context:t.context,chain:{message:"'"+n.name+"' "+s,position:t.position,next:t.chain},symbol:n},e)}}return function n(h){var d,v,y,m;if(Ou(h))return h;if(h instanceof Array){var g=[];try{for(var _=p(h),b=_.next();!b.done;b=_.next()){var w=b.value;if(w&&"spread"===w.__symbolic){var x=c(w.expression);if(Array.isArray(x)){try{for(var E=p(x),S=E.next();!S.done;S=E.next())g.push(S.value)}catch(t){y={error:t}}finally{try{S&&!S.done&&(m=E.return)&&m.call(E)}finally{if(y)throw y.error}}continue}}var C=n(w);gu(C)||g.push(C)}}catch(t){d={error:t}}finally{try{b&&!b.done&&(v=_.return)&&v.call(_)}finally{if(d)throw d.error}}return g}if(h instanceof Ut)return h===i.injectionToken||i.conversionMap.has(h)||a>0&&!h.members.length?h:null!=(D=u(T=h))?l(T,D):T;if(h){if(h.__symbolic){var T=void 0;switch(h.__symbolic){case"binop":var P=n(h.left);if(gu(P))return P;var A=n(h.right);if(gu(A))return A;switch(h.operator){case"&&":return P&&A;case"||":return P||A;case"|":return P|A;case"^":return P^A;case"&":return P&A;case"==":return P==A;case"!=":return P!=A;case"===":return P===A;case"!==":return P!==A;case"<":return P<A;case">":return P>A;case"<=":return P<=A;case">=":return P>=A;case"<<":return P<<A;case">>":return P>>A;case"+":return P+A;case"-":return P-A;case"*":return P*A;case"/":return P/A;case"%":return P%A}return null;case"if":return n(n(h.condition)?h.thenExpression:h.elseExpression);case"pre":var N=n(h.operand);if(gu(N))return N;switch(h.operator){case"+":return N;case"-":return-N;case"!":return!N;case"~":return~N}return null;case"index":var O=c(h.expression),k=c(h.index);return O&&Ou(k)?O[k]:null;case"select":var M=h.member,I=e,R=n(h.expression);if(R instanceof Ut){var D,j=R.members.concat(M);return null!=(D=u(I=i.getStaticSymbol(R.filePath,R.name,j)))?l(I,D):I}return R&&Ou(M)?l(I,R[M]):null;case"reference":var L=o.resolve(h.name);if(L!=ku.missing)return L;break;case"resolved":try{return n(h.symbol)}catch(t){throw xu(t)&&null!=h.fileName&&null!=h.line&&null!=h.character&&(t.position={fileName:h.fileName,line:h.line,column:h.character}),t}case"class":case"function":return e;case"new":case"call":if((T=t(e,h.expression,r+1,0))instanceof Ut){if(T===i.injectionToken||T===i.opaqueToken)return e;var F=h.arguments||[],V=i.conversionMap.get(T);if(V){var B=F.map(function(t){return l(e,t)}).map(function(t){return gu(t)?void 0:t});return V(e,B)}return function H(t,a,u,c){if(a&&"function"==a.__symbolic){s.get(t)&&i.error({message:"Recursion is not supported",summary:"called '"+t.name+"' recursively",value:a},t);try{var p=a.value;if(p&&(0!=r||"error"!=p.__symbolic)){var h=a.parameters,d=a.defaults;u=u.map(function(t){return l(e,t)}).map(function(t){return gu(t)?void 0:t}),d&&d.length>u.length&&u.push.apply(u,f(d.slice(u.length).map(function(t){return n(t)}))),s.set(t,!0);for(var v=ku.build(),y=0;y<h.length;y++)v.define(h[y],u[y]);var m,g=o;try{o=v.done(),m=l(t,p)}finally{o=g}return m}}finally{s.delete(t)}}if(0===r)return yu;var _=void 0;if(c&&"resolved"==c.__symbolic){var b=c.line,w=c.character,x=c.fileName;null!=x&&null!=b&&null!=w&&(_={fileName:x,line:b,column:w})}i.error({message:Pu,context:t,value:a,position:_},e)}(T,u(T),F,h.expression)}return yu;case"error":var U=h.message;return i.error(null!=h.line?{message:U,context:h.context,value:h,position:{fileName:h.fileName,line:h.line,column:h.character}}:{message:U,context:h.context},e),yu;case"ignore":return h}return null}return function q(t,e){if(!t)return{};var n={};return Object.keys(t).forEach(function(r){var i=e(t[r],r);gu(i)||(vu.test(r)?Object.defineProperty(n,r,{enumerable:!1,configurable:!0,value:i}):n[r]=i)}),n}(h,function(o,s){if(mu.has(s)){if("useValue"===s&&"provide"in h){var u=n(h.provide);if(u===i.ROUTES||u==i.ANALYZE_FOR_ENTRY_COMPONENTS)return n(o)}return function c(n){return t(e,n,r,a+1)}(o)}return n(o)})}return yu}(n)}(t,e,0,n?1:0)}catch(e){if(!this.errorRecorder)throw Iu(e,t);this.reportError(e,t)}if(!gu(r))return r},t.prototype.getTypeMetadata=function(t){var e=this.symbolResolver.resolveSymbol(t);return e&&e.metadata?e.metadata:{__symbolic:"class"}},t.prototype.reportError=function(t,e,n){if(!this.errorRecorder)throw t;this.errorRecorder(Iu(t,e),e&&e.filePath||n)},t.prototype.error=function(t,e){this.reportError(wu(t.message,t.summary,t.advise,t.position,t.symbol,t.context,t.chain),e)},t}(),bu="ngMetadataError";function wu(t,e,n,r,i,o,s){var a=pt(t);return a[bu]=!0,n&&(a.advise=n),r&&(a.position=r),e&&(a.summary=e),o&&(a.context=o),s&&(a.chain=s),i&&(a.symbol=i),a}function xu(t){return!!t[bu]}var Eu="Reference to non-exported class",Su="Variable not initialized",Cu="Destructuring not supported",Tu="Could not resolve type",Pu="Function call not supported",Au="Reference to a local symbol",Nu="Lambda not supported";function Ou(t){return null===t||"function"!=typeof t&&"object"!=typeof t}var ku=function(){function t(){}return t.build=function(){var e=new Map;return{define:function(t,n){return e.set(t,n),this},done:function(){return e.size>0?new Mu(e):t.empty}}},t.missing={},t.empty={resolve:function(e){return t.missing}},t}(),Mu=function(t){function e(e){var n=t.call(this)||this;return n.bindings=e,n}return o(e,t),e.prototype.resolve=function(t){return this.bindings.has(t)?this.bindings.get(t):ku.missing},e}(ku);function Iu(t,e){return xu(t)?function r(t){var e=pt(function t(e,n){if(void 0===n&&(n=0),!e)return"";var r=e.position?e.position.fileName+"("+(e.position.line+1)+","+(e.position.column+1)+")":"",i=(r&&0===n?r+": ":"")+e.message+(r&&0!==n?" at "+r:"");return""+function t(e){if(e<=0)return"";if(e<6)return[""," "," "," "," "," "][e];var n=t(Math.floor(e/2));return n+n+(e%2==1?" ":"")}(n)+i+(e.next&&"\n"+t(e.next,n+2)||"")}(t)+".");return e[fu]=!0,e.chain=t,e.position=t.position,e}(function t(e,n){return{message:function r(t,e){switch(t){case Eu:if(e&&e.className)return"References to a non-exported class are not supported in decorators but "+e.className+" was referenced.";break;case Su:return"Only initialized variables and constants can be referenced in decorators because the value of this variable is needed by the template compiler";case Cu:return"Referencing an exported destructured variable or constant is not supported in decorators and this value is needed by the template compiler";case Tu:if(e&&e.typeName)return"Could not resolve type "+e.typeName;break;case Pu:return e&&e.name?"Function calls are not supported in decorators but '"+e.name+"' was called":"Function calls are not supported in decorators";case Au:if(e&&e.name)return"Reference to a local (non-exported) symbols are not supported in decorators but '"+e.name+"' was referenced";break;case Nu:return"Function expressions are not supported in decorators"}return t}(e.message,e.context)+(e.symbol?" in '"+e.symbol.name+"'":""),position:e.position,next:e.next?t(e.next,n):n?{message:n}:void 0}}({message:"Error during template compile of '"+e.name+"'",position:t.position,next:{message:t.message,next:t.chain,context:t.context,symbol:t.symbol}},t.advise||function n(t,e){switch(t){case Eu:if(e&&e.className)return"Consider exporting '"+e.className+"'";break;case Cu:return"Consider simplifying to avoid destructuring";case Au:if(e&&e.name)return"Consider exporting '"+e.name+"'";break;case Nu:return"Consider changing the function expression into an exported function"}}(t.message,t.context))):t}
408
+ var du="ngFormattedMessage",vu="@angular/core",yu=/^\$.*\$$/,mu={__symbolic:"ignore"},gu=new Set(["useValue","useFactory","data","id","loadChildren"]);function _u(t){return t&&"ignore"==t.__symbolic}var bu=function(){function t(t,e,n,r,i){void 0===n&&(n=[]),void 0===r&&(r=[]);var o=this;this.summaryResolver=t,this.symbolResolver=e,this.errorRecorder=i,this.annotationCache=new Map,this.shallowAnnotationCache=new Map,this.propertyCache=new Map,this.parameterCache=new Map,this.methodCache=new Map,this.staticCache=new Map,this.conversionMap=new Map,this.resolvedExternalReferences=new Map,this.annotationForParentClassWithSummaryKind=new Map,this.initializeConversionMap(),n.forEach(function(t){return o._registerDecoratorOrConstructor(o.getStaticSymbol(t.filePath,t.name),t.ctor)}),r.forEach(function(t){return o._registerFunction(o.getStaticSymbol(t.filePath,t.name),t.fn)}),this.annotationForParentClassWithSummaryKind.set(Wt.Directive,[V,U]),this.annotationForParentClassWithSummaryKind.set(Wt.Pipe,[q]),this.annotationForParentClassWithSummaryKind.set(Wt.NgModule,[G]),this.annotationForParentClassWithSummaryKind.set(Wt.Injectable,[X,q,V,U,G])}return t.prototype.componentModuleUrl=function(t){var e=this.findSymbolDeclaration(t);return this.symbolResolver.getResourcePath(e)},t.prototype.resolveExternalReference=function(t,e){var n=void 0;if(!e){var r=this.resolvedExternalReferences.get(n=t.moduleName+":"+t.name);if(r)return r}var i=this.symbolResolver.getSymbolByModule(t.moduleName,t.name,e),o=this.findSymbolDeclaration(i);return e||(this.symbolResolver.recordModuleNameForFileName(i.filePath,t.moduleName),this.symbolResolver.recordImportAs(o,i)),n&&this.resolvedExternalReferences.set(n,o),o},t.prototype.findDeclaration=function(t,e,n){return this.findSymbolDeclaration(this.symbolResolver.getSymbolByModule(t,e,n))},t.prototype.tryFindDeclaration=function(t,e,n){var r=this;return this.symbolResolver.ignoreErrorsFor(function(){return r.findDeclaration(t,e,n)})},t.prototype.findSymbolDeclaration=function(t){var e=this.symbolResolver.resolveSymbol(t);if(e){var n=e.metadata;if(n&&"resolved"===n.__symbolic&&(n=n.symbol),n instanceof Ut)return this.findSymbolDeclaration(e.metadata)}return t},t.prototype.tryAnnotations=function(t){var e=this.errorRecorder;this.errorRecorder=function(t,e){};try{return this.annotations(t)}finally{this.errorRecorder=e}},t.prototype.annotations=function(t){var e=this;return this._annotations(t,function(t,n){return e.simplify(t,n)},this.annotationCache)},t.prototype.shallowAnnotations=function(t){var e=this;return this._annotations(t,function(t,n){return e.simplify(t,n,!0)},this.shallowAnnotationCache)},t.prototype._annotations=function(t,e,n){var r=n.get(t);if(!r){r=[];var i=this.getTypeMetadata(t),o=this.findParentType(t,i);if(o){var s=this.annotations(o);r.push.apply(r,f(s))}var a=[];if(i.decorators&&(a=e(t,i.decorators))&&r.push.apply(r,f(a)),o&&!this.summaryResolver.isLibraryFile(t.filePath)&&this.summaryResolver.isLibraryFile(o.filePath)){var u=this.summaryResolver.resolveSummary(o);if(u&&u.type){var c=this.annotationForParentClassWithSummaryKind.get(u.type.summaryKind);c.some(function(t){return a.some(function(e){return t.isTypeOf(e)})})||this.reportError(Du(xu("Class "+t.name+" in "+t.filePath+" extends from a "+Wt[u.type.summaryKind]+" in another compilation unit without duplicating the decorator",void 0,"Please add a "+c.map(function(t){return t.ngMetadataName}).join(" or ")+" decorator to the class"),t),t)}}n.set(t,r.filter(function(t){return!!t}))}return r},t.prototype.propMetadata=function(t){var e=this,n=this.propertyCache.get(t);if(!n){var r=this.getTypeMetadata(t);n={};var i=this.findParentType(t,r);if(i){var o=this.propMetadata(i);Object.keys(o).forEach(function(t){n[t]=o[t]})}var s=r.members||{};Object.keys(s).forEach(function(r){var i=s[r].find(function(t){return"property"==t.__symbolic||"method"==t.__symbolic}),o=[];n[r]&&o.push.apply(o,f(n[r])),n[r]=o,i&&i.decorators&&o.push.apply(o,f(e.simplify(t,i.decorators)))}),this.propertyCache.set(t,n)}return n},t.prototype.parameters=function(t){var e=this;if(!(t instanceof Ut))return this.reportError(new Error("parameters received "+JSON.stringify(t)+" which is not a StaticSymbol"),t),[];try{var n=this.parameterCache.get(t);if(!n){var r=this.getTypeMetadata(t),i=this.findParentType(t,r),o=r?r.members:null,s=o?o.__ctor__:null;if(s){var a=s.find(function(t){return"constructor"==t.__symbolic}),u=a.parameters||[],c=this.simplify(t,a.parameterDecorators||[]);n=[],u.forEach(function(r,i){var o=[],s=e.trySimplify(t,r);s&&o.push(s);var a=c?c[i]:null;a&&o.push.apply(o,f(a)),n.push(o)})}else i&&(n=this.parameters(i));n||(n=[]),this.parameterCache.set(t,n)}return n}catch(e){throw console.error("Failed on type "+JSON.stringify(t)+" with error "+e),e}},t.prototype._methodNames=function(t){var e=this.methodCache.get(t);if(!e){var n=this.getTypeMetadata(t);e={};var r=this.findParentType(t,n);if(r){var i=this._methodNames(r);Object.keys(i).forEach(function(t){e[t]=i[t]})}var o=n.members||{};Object.keys(o).forEach(function(t){var n=o[t].some(function(t){return"method"==t.__symbolic});e[t]=e[t]||n}),this.methodCache.set(t,e)}return e},t.prototype._staticMembers=function(t){var e=this.staticCache.get(t);if(!e){var n=this.getTypeMetadata(t);e=Object.keys(n.statics||{}),this.staticCache.set(t,e)}return e},t.prototype.findParentType=function(t,e){var n=this.trySimplify(t,e.extends);if(n instanceof Ut)return n},t.prototype.hasLifecycleHook=function(t,e){t instanceof Ut||this.reportError(new Error("hasLifecycleHook received "+JSON.stringify(t)+" which is not a StaticSymbol"),t);try{return!!this._methodNames(t)[e]}catch(e){throw console.error("Failed on type "+JSON.stringify(t)+" with error "+e),e}},t.prototype.guards=function(t){var e,n;if(!(t instanceof Ut))return this.reportError(new Error("guards received "+JSON.stringify(t)+" which is not a StaticSymbol"),t),{};var r=this._staticMembers(t),i={};try{for(var o=p(r),s=o.next();!s.done;s=o.next()){var a=s.value;if(a.endsWith("TypeGuard")){var u=a.substr(0,a.length-"TypeGuard".length),c=void 0;u.endsWith("UseIf")?(u=a.substr(0,u.length-"UseIf".length),c="UseIf"):c=this.getStaticSymbol(t.filePath,t.name,[a]),i[u]=c}}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}return i},t.prototype._registerDecoratorOrConstructor=function(t,e){this.conversionMap.set(t,function(t,n){return new(e.bind.apply(e,f([void 0],n)))})},t.prototype._registerFunction=function(t,e){this.conversionMap.set(t,function(t,n){return e.apply(void 0,n)})},t.prototype.initializeConversionMap=function(){this._registerDecoratorOrConstructor(this.findDeclaration(vu,"Injectable"),X),this.injectionToken=this.findDeclaration(vu,"InjectionToken"),this.opaqueToken=this.findDeclaration(vu,"OpaqueToken"),this.ROUTES=this.tryFindDeclaration("@angular/router","ROUTES"),this.ANALYZE_FOR_ENTRY_COMPONENTS=this.findDeclaration(vu,"ANALYZE_FOR_ENTRY_COMPONENTS"),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"Host"),J),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"Self"),Y),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"SkipSelf"),Z),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"Inject"),M),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"Optional"),$),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"Attribute"),D),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"ContentChild"),j),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"ContentChildren"),R),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"ViewChild"),F),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"ViewChildren"),L),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"Input"),K),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"Output"),z),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"Pipe"),q),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"HostBinding"),W),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"HostListener"),Q),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"Directive"),V),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"Component"),U),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"NgModule"),G),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"Host"),J),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"Self"),Y),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"SkipSelf"),Z),this._registerDecoratorOrConstructor(this.findDeclaration(vu,"Optional"),$)},t.prototype.getStaticSymbol=function(t,e,n){return this.symbolResolver.getStaticSymbol(t,e,n)},t.prototype.trySimplify=function(t,e){var n=this.errorRecorder;this.errorRecorder=function(t,e){};var r=this.simplify(t,e);return this.errorRecorder=n,r},t.prototype.simplify=function(t,e,n){void 0===n&&(n=!1);var r,i=this,o=Mu.empty,s=new Map;try{r=function t(e,n,r,a){function u(t){var e=i.symbolResolver.resolveSymbol(t);return e?e.metadata:null}function c(n){return t(e,n,r,0)}function l(n,o){if(n===e)return t(n,o,r+1,a);try{return t(n,o,r+1,a)}catch(t){if(!Eu(t))throw t;var s=t.chain?"references '"+t.symbol.name+"'":function u(t){if(t.summary)return t.summary;switch(t.message){case Su:if(t.context&&t.context.className)return"references non-exported class "+t.context.className;break;case Cu:return"is not initialized";case Tu:return"is a destructured variable";case Pu:return"could not be resolved";case Au:return t.context&&t.context.name?"calls '"+t.context.name+"'":"calls a function";case Nu:return t.context&&t.context.name?"references local variable "+t.context.name:"references a local variable"}return"contains the error"}(t);i.error({message:t.message,advise:t.advise,context:t.context,chain:{message:"'"+n.name+"' "+s,position:t.position,next:t.chain},symbol:n},e)}}return function n(h){var d,v,y,m;if(Ou(h))return h;if(h instanceof Array){var g=[];try{for(var _=p(h),b=_.next();!b.done;b=_.next()){var w=b.value;if(w&&"spread"===w.__symbolic){var x=c(w.expression);if(Array.isArray(x)){try{for(var E=p(x),S=E.next();!S.done;S=E.next())g.push(S.value)}catch(t){y={error:t}}finally{try{S&&!S.done&&(m=E.return)&&m.call(E)}finally{if(y)throw y.error}}continue}}var C=n(w);_u(C)||g.push(C)}}catch(t){d={error:t}}finally{try{b&&!b.done&&(v=_.return)&&v.call(_)}finally{if(d)throw d.error}}return g}if(h instanceof Ut)return h===i.injectionToken||i.conversionMap.has(h)||a>0&&!h.members.length?h:null!=(R=u(T=h))?l(T,R):T;if(h){if(h.__symbolic){var T=void 0;switch(h.__symbolic){case"binop":var P=n(h.left);if(_u(P))return P;var A=n(h.right);if(_u(A))return A;switch(h.operator){case"&&":return P&&A;case"||":return P||A;case"|":return P|A;case"^":return P^A;case"&":return P&A;case"==":return P==A;case"!=":return P!=A;case"===":return P===A;case"!==":return P!==A;case"<":return P<A;case">":return P>A;case"<=":return P<=A;case">=":return P>=A;case"<<":return P<<A;case">>":return P>>A;case"+":return P+A;case"-":return P-A;case"*":return P*A;case"/":return P/A;case"%":return P%A}return null;case"if":return n(n(h.condition)?h.thenExpression:h.elseExpression);case"pre":var N=n(h.operand);if(_u(N))return N;switch(h.operator){case"+":return N;case"-":return-N;case"!":return!N;case"~":return~N}return null;case"index":var k=c(h.expression),O=c(h.index);return k&&Ou(O)?k[O]:null;case"select":var M=h.member,I=e,D=n(h.expression);if(D instanceof Ut){var R,j=D.members.concat(M);return null!=(R=u(I=i.getStaticSymbol(D.filePath,D.name,j)))?l(I,R):I}return D&&Ou(M)?l(I,D[M]):null;case"reference":var L=o.resolve(h.name);if(L!=Mu.missing)return L;break;case"resolved":try{return n(h.symbol)}catch(t){throw Eu(t)&&null!=h.fileName&&null!=h.line&&null!=h.character&&(t.position={fileName:h.fileName,line:h.line,column:h.character}),t}case"class":case"function":return e;case"new":case"call":if((T=t(e,h.expression,r+1,0))instanceof Ut){if(T===i.injectionToken||T===i.opaqueToken)return e;var F=h.arguments||[],V=i.conversionMap.get(T);if(V){var B=F.map(function(t){return l(e,t)}).map(function(t){return _u(t)?void 0:t});return V(e,B)}return function H(t,a,u,c){if(a&&"function"==a.__symbolic){s.get(t)&&i.error({message:"Recursion is not supported",summary:"called '"+t.name+"' recursively",value:a},t);try{var p=a.value;if(p&&(0!=r||"error"!=p.__symbolic)){var h=a.parameters,d=a.defaults;u=u.map(function(t){return l(e,t)}).map(function(t){return _u(t)?void 0:t}),d&&d.length>u.length&&u.push.apply(u,f(d.slice(u.length).map(function(t){return n(t)}))),s.set(t,!0);for(var v=Mu.build(),y=0;y<h.length;y++)v.define(h[y],u[y]);var m,g=o;try{o=v.done(),m=l(t,p)}finally{o=g}return m}}finally{s.delete(t)}}if(0===r)return mu;var _=void 0;if(c&&"resolved"==c.__symbolic){var b=c.line,w=c.character,x=c.fileName;null!=x&&null!=b&&null!=w&&(_={fileName:x,line:b,column:w})}i.error({message:Au,context:t,value:a,position:_},e)}(T,u(T),F,h.expression)}return mu;case"error":var U=h.message;return i.error(null!=h.line?{message:U,context:h.context,value:h,position:{fileName:h.fileName,line:h.line,column:h.character}}:{message:U,context:h.context},e),mu;case"ignore":return h}return null}return function q(t,e){if(!t)return{};var n={};return Object.keys(t).forEach(function(r){var i=e(t[r],r);_u(i)||(yu.test(r)?Object.defineProperty(n,r,{enumerable:!1,configurable:!0,value:i}):n[r]=i)}),n}(h,function(o,s){if(gu.has(s)){if("useValue"===s&&"provide"in h){var u=n(h.provide);if(u===i.ROUTES||u==i.ANALYZE_FOR_ENTRY_COMPONENTS)return n(o)}return function c(n){return t(e,n,r,a+1)}(o)}return n(o)})}return mu}(n)}(t,e,0,n?1:0)}catch(e){if(!this.errorRecorder)throw Du(e,t);this.reportError(e,t)}if(!_u(r))return r},t.prototype.getTypeMetadata=function(t){var e=this.symbolResolver.resolveSymbol(t);return e&&e.metadata?e.metadata:{__symbolic:"class"}},t.prototype.reportError=function(t,e,n){if(!this.errorRecorder)throw t;this.errorRecorder(Du(t,e),e&&e.filePath||n)},t.prototype.error=function(t,e){this.reportError(xu(t.message,t.summary,t.advise,t.position,t.symbol,t.context,t.chain),e)},t}(),wu="ngMetadataError";function xu(t,e,n,r,i,o,s){var a=pt(t);return a[wu]=!0,n&&(a.advise=n),r&&(a.position=r),e&&(a.summary=e),o&&(a.context=o),s&&(a.chain=s),i&&(a.symbol=i),a}function Eu(t){return!!t[wu]}var Su="Reference to non-exported class",Cu="Variable not initialized",Tu="Destructuring not supported",Pu="Could not resolve type",Au="Function call not supported",Nu="Reference to a local symbol",ku="Lambda not supported";function Ou(t){return null===t||"function"!=typeof t&&"object"!=typeof t}var Mu=function(){function t(){}return t.build=function(){var e=new Map;return{define:function(t,n){return e.set(t,n),this},done:function(){return e.size>0?new Iu(e):t.empty}}},t.missing={},t.empty={resolve:function(e){return t.missing}},t}(),Iu=function(t){function e(e){var n=t.call(this)||this;return n.bindings=e,n}return o(e,t),e.prototype.resolve=function(t){return this.bindings.has(t)?this.bindings.get(t):Mu.missing},e}(Mu);function Du(t,e){return Eu(t)?function r(t){var e=pt(function t(e,n){if(void 0===n&&(n=0),!e)return"";var r=e.position?e.position.fileName+"("+(e.position.line+1)+","+(e.position.column+1)+")":"",i=(r&&0===n?r+": ":"")+e.message+(r&&0!==n?" at "+r:"");return""+function t(e){if(e<=0)return"";if(e<6)return[""," "," "," "," "," "][e];var n=t(Math.floor(e/2));return n+n+(e%2==1?" ":"")}(n)+i+(e.next&&"\n"+t(e.next,n+2)||"")}(t)+".");return e[du]=!0,e.chain=t,e.position=t.position,e}(function t(e,n){return{message:function r(t,e){switch(t){case Su:if(e&&e.className)return"References to a non-exported class are not supported in decorators but "+e.className+" was referenced.";break;case Cu:return"Only initialized variables and constants can be referenced in decorators because the value of this variable is needed by the template compiler";case Tu:return"Referencing an exported destructured variable or constant is not supported in decorators and this value is needed by the template compiler";case Pu:if(e&&e.typeName)return"Could not resolve type "+e.typeName;break;case Au:return e&&e.name?"Function calls are not supported in decorators but '"+e.name+"' was called":"Function calls are not supported in decorators";case Nu:if(e&&e.name)return"Reference to a local (non-exported) symbols are not supported in decorators but '"+e.name+"' was referenced";break;case ku:return"Function expressions are not supported in decorators"}return t}(e.message,e.context)+(e.symbol?" in '"+e.symbol.name+"'":""),position:e.position,next:e.next?t(e.next,n):n?{message:n}:void 0}}({message:"Error during template compile of '"+e.name+"'",position:t.position,next:{message:t.message,next:t.chain,context:t.context,symbol:t.symbol}},t.advise||function n(t,e){switch(t){case Su:if(e&&e.className)return"Consider exporting '"+e.className+"'";break;case Tu:return"Consider simplifying to avoid destructuring";case Nu:if(e&&e.name)return"Consider exporting '"+e.name+"'";break;case ku:return"Consider changing the function expression into an exported function"}}(t.message,t.context))):t}
409
409
  /**
410
410
  * @license
411
411
  * Copyright Google Inc. All Rights Reserved.
412
412
  *
413
413
  * Use of this source code is governed by an MIT-style license that can be
414
414
  * found in the LICENSE file at https://angular.io/license
415
- */var Ru=function(){function t(t,e){this.host=t,this.staticSymbolCache=e,this.summaryCache=new Map,this.loadedFilePaths=new Map,this.importAs=new Map,this.knownFileNameToModuleNames=new Map}return t.prototype.isLibraryFile=function(t){return!this.host.isSourceFile(Ns(t))},t.prototype.toSummaryFileName=function(t,e){return this.host.toSummaryFileName(t,e)},t.prototype.fromSummaryFileName=function(t,e){return this.host.fromSummaryFileName(t,e)},t.prototype.resolveSummary=function(t){var e=t.members.length?this.staticSymbolCache.get(t.filePath,t.name):t,n=this.summaryCache.get(e);return n||(this._loadSummaryFile(t.filePath),n=this.summaryCache.get(t)),e===t&&n||null},t.prototype.getSymbolsOf=function(t){return this._loadSummaryFile(t)?Array.from(this.summaryCache.keys()).filter(function(e){return e.filePath===t}):null},t.prototype.getImportAs=function(t){return t.assertNoMembers(),this.importAs.get(t)},t.prototype.getKnownModuleName=function(t){return this.knownFileNameToModuleNames.get(t)||null},t.prototype.addSummary=function(t){this.summaryCache.set(t.symbol,t)},t.prototype._loadSummaryFile=function(t){var e=this,n=this.loadedFilePaths.get(t);if(null!=n)return n;var r=null;if(this.isLibraryFile(t)){var i=function o(t){return t.replace(Ss,"")+".ngsummary.json"}(t);try{r=this.host.loadSummary(i)}catch(t){throw console.error("Error loading summary file "+i),t}}if(this.loadedFilePaths.set(t,n=null!=r),r){var s=function a(t,e,n,r){return new pu(t,e).deserialize(n,r)}(this.staticSymbolCache,this,t,r),u=s.moduleName,c=s.importAs;s.summaries.forEach(function(t){return e.summaryCache.set(t.symbol,t)}),u&&this.knownFileNameToModuleNames.set(t,u),c.forEach(function(t){e.importAs.set(t.symbol,t.importAs)})}return n},t}(),Du=function(){function t(){this._summaries=new Map}return t.prototype.isLibraryFile=function(){return!1},t.prototype.toSummaryFileName=function(t){return t},t.prototype.fromSummaryFileName=function(t){return t},t.prototype.resolveSummary=function(t){return this._summaries.get(t)||null},t.prototype.getSymbolsOf=function(){return[]},t.prototype.getImportAs=function(t){return t},t.prototype.getKnownModuleName=function(t){return null},t.prototype.addSummary=function(t){this._summaries.set(t.symbol,t)},t}();
415
+ */var Ru=function(){function t(t,e){this.host=t,this.staticSymbolCache=e,this.summaryCache=new Map,this.loadedFilePaths=new Map,this.importAs=new Map,this.knownFileNameToModuleNames=new Map}return t.prototype.isLibraryFile=function(t){return!this.host.isSourceFile(Ns(t))},t.prototype.toSummaryFileName=function(t,e){return this.host.toSummaryFileName(t,e)},t.prototype.fromSummaryFileName=function(t,e){return this.host.fromSummaryFileName(t,e)},t.prototype.resolveSummary=function(t){var e=t.members.length?this.staticSymbolCache.get(t.filePath,t.name):t,n=this.summaryCache.get(e);return n||(this._loadSummaryFile(t.filePath),n=this.summaryCache.get(t)),e===t&&n||null},t.prototype.getSymbolsOf=function(t){return this._loadSummaryFile(t)?Array.from(this.summaryCache.keys()).filter(function(e){return e.filePath===t}):null},t.prototype.getImportAs=function(t){return t.assertNoMembers(),this.importAs.get(t)},t.prototype.getKnownModuleName=function(t){return this.knownFileNameToModuleNames.get(t)||null},t.prototype.addSummary=function(t){this.summaryCache.set(t.symbol,t)},t.prototype._loadSummaryFile=function(t){var e=this,n=this.loadedFilePaths.get(t);if(null!=n)return n;var r=null;if(this.isLibraryFile(t)){var i=function o(t){return t.replace(Ss,"")+".ngsummary.json"}(t);try{r=this.host.loadSummary(i)}catch(t){throw console.error("Error loading summary file "+i),t}}if(this.loadedFilePaths.set(t,n=null!=r),r){var s=function a(t,e,n,r){return new hu(t,e).deserialize(n,r)}(this.staticSymbolCache,this,t,r),u=s.moduleName,c=s.importAs;s.summaries.forEach(function(t){return e.summaryCache.set(t.symbol,t)}),u&&this.knownFileNameToModuleNames.set(t,u),c.forEach(function(t){e.importAs.set(t.symbol,t.importAs)})}return n},t}(),ju=function(){function t(){this._summaries=new Map}return t.prototype.isLibraryFile=function(){return!1},t.prototype.toSummaryFileName=function(t){return t},t.prototype.fromSummaryFileName=function(t){return t},t.prototype.resolveSummary=function(t){return this._summaries.get(t)||null},t.prototype.getSymbolsOf=function(){return[]},t.prototype.getImportAs=function(t){return t},t.prototype.getKnownModuleName=function(t){return null},t.prototype.addSummary=function(t){this._summaries.set(t.symbol,t)},t}();
416
416
  /**
417
417
  * @license
418
418
  * Copyright Google Inc. All Rights Reserved.
@@ -441,14 +441,14 @@ var fu="ngFormattedMessage",du="@angular/core",vu=/^\$.*\$$/,yu={__symbolic:"ign
441
441
  * Use of this source code is governed by an MIT-style license that can be
442
442
  * found in the LICENSE file at https://angular.io/license
443
443
  */
444
- function ju(){return new Fu(".")}!function(t){function e(e){var n=t.call(this)||this;return n.reflector=e,n._evalArgNames=[],n._evalArgValues=[],n._evalExportedVars=[],n}o(e,t),e.prototype.createReturnStmt=function(t){new cs(new ns(this._evalExportedVars.map(function(t){return new es(t,_s(t),!1)}))).visitStatement(this,t)},e.prototype.getArgs=function(){for(var t={},e=0;e<this._evalArgNames.length;e++)t[this._evalArgNames[e]]=this._evalArgValues[e];return t},e.prototype.visitExternalExpr=function(t,e){return this._emitReferenceToExternal(t,this.reflector.resolveExternalReference(t.value),e),null},e.prototype.visitWrappedNodeExpr=function(t,e){return this._emitReferenceToExternal(t,t.node,e),null},e.prototype.visitDeclareVarStmt=function(e,n){return e.hasModifier(Bo.Exported)&&this._evalExportedVars.push(e.name),t.prototype.visitDeclareVarStmt.call(this,e,n)},e.prototype.visitDeclareFunctionStmt=function(e,n){return e.hasModifier(Bo.Exported)&&this._evalExportedVars.push(e.name),t.prototype.visitDeclareFunctionStmt.call(this,e,n)},e.prototype.visitDeclareClassStmt=function(e,n){return e.hasModifier(Bo.Exported)&&this._evalExportedVars.push(e.name),t.prototype.visitDeclareClassStmt.call(this,e,n)},e.prototype._emitReferenceToExternal=function(t,e,n){var r=this._evalArgValues.indexOf(e);if(-1===r){r=this._evalArgValues.length,this._evalArgValues.push(e);var i=Gt({reference:e})||"val";this._evalArgNames.push("jit_"+i+"_"+r)}n.print(t,this._evalArgNames[r])}}(function(t){function e(){return t.call(this,!1)||this}return o(e,t),e.prototype.visitDeclareClassStmt=function(t,e){var n=this;return e.pushClass(t),this._visitClassConstructor(t,e),null!=t.parent&&(e.print(t,t.name+".prototype = Object.create("),t.parent.visitExpression(this,e),e.println(t,".prototype);")),t.getters.forEach(function(r){return n._visitClassGetter(t,r,e)}),t.methods.forEach(function(r){return n._visitClassMethod(t,r,e)}),e.popClass(),null},e.prototype._visitClassConstructor=function(t,e){e.print(t,"function "+t.name+"("),null!=t.constructorMethod&&this._visitParams(t.constructorMethod.params,e),e.println(t,") {"),e.incIndent(),null!=t.constructorMethod&&t.constructorMethod.body.length>0&&(e.println(t,"var self = this;"),this.visitAllStatements(t.constructorMethod.body,e)),e.decIndent(),e.println(t,"}")},e.prototype._visitClassGetter=function(t,e,n){n.println(t,"Object.defineProperty("+t.name+".prototype, '"+e.name+"', { get: function() {"),n.incIndent(),e.body.length>0&&(n.println(t,"var self = this;"),this.visitAllStatements(e.body,n)),n.decIndent(),n.println(t,"}});")},e.prototype._visitClassMethod=function(t,e,n){n.print(t,t.name+".prototype."+e.name+" = function("),this._visitParams(e.params,n),n.println(t,") {"),n.incIndent(),e.body.length>0&&(n.println(t,"var self = this;"),this.visitAllStatements(e.body,n)),n.decIndent(),n.println(t,"};")},e.prototype.visitWrappedNodeExpr=function(t,e){throw new Error("Cannot emit a WrappedNodeExpr in Javascript.")},e.prototype.visitReadVarExpr=function(e,n){if(e.builtin===Mo.This)n.print(e,"self");else{if(e.builtin===Mo.Super)throw new Error("'super' needs to be handled at a parent ast node, not at the variable level!");t.prototype.visitReadVarExpr.call(this,e,n)}return null},e.prototype.visitDeclareVarStmt=function(t,e){return e.print(t,"var "+t.name),t.value&&(e.print(t," = "),t.value.visitExpression(this,e)),e.println(t,";"),null},e.prototype.visitCastExpr=function(t,e){return t.value.visitExpression(this,e),null},e.prototype.visitInvokeFunctionExpr=function(e,n){var r=e.fn;return r instanceof Do&&r.builtin===Mo.Super?(n.currentClass.parent.visitExpression(this,n),n.print(e,".call(this"),e.args.length>0&&(n.print(e,", "),this.visitAllExpressions(e.args,n,",")),n.print(e,")")):t.prototype.visitInvokeFunctionExpr.call(this,e,n),null},e.prototype.visitFunctionExpr=function(t,e){return e.print(t,"function"+(t.name?" "+t.name:"")+"("),this._visitParams(t.params,e),e.println(t,") {"),e.incIndent(),this.visitAllStatements(t.statements,e),e.decIndent(),e.print(t,"}"),null},e.prototype.visitDeclareFunctionStmt=function(t,e){return e.print(t,"function "+t.name+"("),this._visitParams(t.params,e),e.println(t,") {"),e.incIndent(),this.visitAllStatements(t.statements,e),e.decIndent(),e.println(t,"}"),null},e.prototype.visitTryCatchStmt=function(t,e){e.println(t,"try {"),e.incIndent(),this.visitAllStatements(t.bodyStmts,e),e.decIndent(),e.println(t,"} catch ("+Zs.name+") {"),e.incIndent();var n=[Js.set(Zs.prop("stack")).toDeclStmt(null,[Bo.Final])].concat(t.catchStmts);return this.visitAllStatements(n,e),e.decIndent(),e.println(t,"}"),null},e.prototype._visitParams=function(t,e){this.visitAllObjects(function(t){return e.print(null,t.name)},t,e,",")},e.prototype.getBuiltinMethodName=function(t){var e;switch(t){case Ro.ConcatArray:e="concat";break;case Ro.SubscribeObservable:e="subscribe";break;case Ro.Bind:e="bind";break;default:throw new Error("Unknown builtin method: "+t)}return e},e}(ea));var Lu,Fu=function(){function t(t){void 0===t&&(t=null),this._packagePrefix=t}return t.prototype.resolve=function(t,e){var n=e;null!=t&&t.length>0&&(n=function r(t,e){var n=Bu(encodeURI(e)),r=Bu(t);if(null!=n[Lu.Scheme])return Hu(n);n[Lu.Scheme]=r[Lu.Scheme];for(var i=Lu.Scheme;i<=Lu.Port;i++)null==n[i]&&(n[i]=r[i]);if("/"==n[Lu.Path][0])return Hu(n);var o=r[Lu.Path];null==o&&(o="/");var s=o.lastIndexOf("/");return o=o.substring(0,s+1)+n[Lu.Path],n[Lu.Path]=o,Hu(n)}
444
+ function Lu(){return new Vu(".")}!function(t){function e(e){var n=t.call(this)||this;return n.reflector=e,n._evalArgNames=[],n._evalArgValues=[],n._evalExportedVars=[],n}o(e,t),e.prototype.createReturnStmt=function(t){new cs(new ns(this._evalExportedVars.map(function(t){return new es(t,_s(t),!1)}))).visitStatement(this,t)},e.prototype.getArgs=function(){for(var t={},e=0;e<this._evalArgNames.length;e++)t[this._evalArgNames[e]]=this._evalArgValues[e];return t},e.prototype.visitExternalExpr=function(t,e){return this._emitReferenceToExternal(t,this.reflector.resolveExternalReference(t.value),e),null},e.prototype.visitWrappedNodeExpr=function(t,e){return this._emitReferenceToExternal(t,t.node,e),null},e.prototype.visitDeclareVarStmt=function(e,n){return e.hasModifier(Bo.Exported)&&this._evalExportedVars.push(e.name),t.prototype.visitDeclareVarStmt.call(this,e,n)},e.prototype.visitDeclareFunctionStmt=function(e,n){return e.hasModifier(Bo.Exported)&&this._evalExportedVars.push(e.name),t.prototype.visitDeclareFunctionStmt.call(this,e,n)},e.prototype.visitDeclareClassStmt=function(e,n){return e.hasModifier(Bo.Exported)&&this._evalExportedVars.push(e.name),t.prototype.visitDeclareClassStmt.call(this,e,n)},e.prototype._emitReferenceToExternal=function(t,e,n){var r=this._evalArgValues.indexOf(e);if(-1===r){r=this._evalArgValues.length,this._evalArgValues.push(e);var i=Gt({reference:e})||"val";this._evalArgNames.push("jit_"+i+"_"+r)}n.print(t,this._evalArgNames[r])}}(function(t){function e(){return t.call(this,!1)||this}return o(e,t),e.prototype.visitDeclareClassStmt=function(t,e){var n=this;return e.pushClass(t),this._visitClassConstructor(t,e),null!=t.parent&&(e.print(t,t.name+".prototype = Object.create("),t.parent.visitExpression(this,e),e.println(t,".prototype);")),t.getters.forEach(function(r){return n._visitClassGetter(t,r,e)}),t.methods.forEach(function(r){return n._visitClassMethod(t,r,e)}),e.popClass(),null},e.prototype._visitClassConstructor=function(t,e){e.print(t,"function "+t.name+"("),null!=t.constructorMethod&&this._visitParams(t.constructorMethod.params,e),e.println(t,") {"),e.incIndent(),null!=t.constructorMethod&&t.constructorMethod.body.length>0&&(e.println(t,"var self = this;"),this.visitAllStatements(t.constructorMethod.body,e)),e.decIndent(),e.println(t,"}")},e.prototype._visitClassGetter=function(t,e,n){n.println(t,"Object.defineProperty("+t.name+".prototype, '"+e.name+"', { get: function() {"),n.incIndent(),e.body.length>0&&(n.println(t,"var self = this;"),this.visitAllStatements(e.body,n)),n.decIndent(),n.println(t,"}});")},e.prototype._visitClassMethod=function(t,e,n){n.print(t,t.name+".prototype."+e.name+" = function("),this._visitParams(e.params,n),n.println(t,") {"),n.incIndent(),e.body.length>0&&(n.println(t,"var self = this;"),this.visitAllStatements(e.body,n)),n.decIndent(),n.println(t,"};")},e.prototype.visitWrappedNodeExpr=function(t,e){throw new Error("Cannot emit a WrappedNodeExpr in Javascript.")},e.prototype.visitReadVarExpr=function(e,n){if(e.builtin===Mo.This)n.print(e,"self");else{if(e.builtin===Mo.Super)throw new Error("'super' needs to be handled at a parent ast node, not at the variable level!");t.prototype.visitReadVarExpr.call(this,e,n)}return null},e.prototype.visitDeclareVarStmt=function(t,e){return e.print(t,"var "+t.name),t.value&&(e.print(t," = "),t.value.visitExpression(this,e)),e.println(t,";"),null},e.prototype.visitCastExpr=function(t,e){return t.value.visitExpression(this,e),null},e.prototype.visitInvokeFunctionExpr=function(e,n){var r=e.fn;return r instanceof Ro&&r.builtin===Mo.Super?(n.currentClass.parent.visitExpression(this,n),n.print(e,".call(this"),e.args.length>0&&(n.print(e,", "),this.visitAllExpressions(e.args,n,",")),n.print(e,")")):t.prototype.visitInvokeFunctionExpr.call(this,e,n),null},e.prototype.visitFunctionExpr=function(t,e){return e.print(t,"function"+(t.name?" "+t.name:"")+"("),this._visitParams(t.params,e),e.println(t,") {"),e.incIndent(),this.visitAllStatements(t.statements,e),e.decIndent(),e.print(t,"}"),null},e.prototype.visitDeclareFunctionStmt=function(t,e){return e.print(t,"function "+t.name+"("),this._visitParams(t.params,e),e.println(t,") {"),e.incIndent(),this.visitAllStatements(t.statements,e),e.decIndent(),e.println(t,"}"),null},e.prototype.visitTryCatchStmt=function(t,e){e.println(t,"try {"),e.incIndent(),this.visitAllStatements(t.bodyStmts,e),e.decIndent(),e.println(t,"} catch ("+Zs.name+") {"),e.incIndent();var n=[Js.set(Zs.prop("stack")).toDeclStmt(null,[Bo.Final])].concat(t.catchStmts);return this.visitAllStatements(n,e),e.decIndent(),e.println(t,"}"),null},e.prototype._visitParams=function(t,e){this.visitAllObjects(function(t){return e.print(null,t.name)},t,e,",")},e.prototype.getBuiltinMethodName=function(t){var e;switch(t){case Do.ConcatArray:e="concat";break;case Do.SubscribeObservable:e="subscribe";break;case Do.Bind:e="bind";break;default:throw new Error("Unknown builtin method: "+t)}return e},e}(ea));var Fu,Vu=function(){function t(t){void 0===t&&(t=null),this._packagePrefix=t}return t.prototype.resolve=function(t,e){var n=e;null!=t&&t.length>0&&(n=function r(t,e){var n=Hu(encodeURI(e)),r=Hu(t);if(null!=n[Fu.Scheme])return Uu(n);n[Fu.Scheme]=r[Fu.Scheme];for(var i=Fu.Scheme;i<=Fu.Port;i++)null==n[i]&&(n[i]=r[i]);if("/"==n[Fu.Path][0])return Uu(n);var o=r[Fu.Path];null==o&&(o="/");var s=o.lastIndexOf("/");return o=o.substring(0,s+1)+n[Fu.Path],n[Fu.Path]=o,Uu(n)}
445
445
  /**
446
446
  * @license
447
447
  * Copyright Google Inc. All Rights Reserved.
448
448
  *
449
449
  * Use of this source code is governed by an MIT-style license that can be
450
450
  * found in the LICENSE file at https://angular.io/license
451
- */(t,n));var i=Bu(n),o=this._packagePrefix;if(null!=o&&null!=i&&"package"==i[Lu.Scheme]){var s=i[Lu.Path];return(o=o.replace(/\/+$/,""))+"/"+s.replace(/^\/+/,"")}return n},t}(),Vu=new RegExp("^(?:([^:/?#.]+):)?(?://(?:([^/?#]*)@)?([\\w\\d\\-\\u0100-\\uffff.%]*)(?::([0-9]+))?)?([^?#]+)?(?:\\?([^#]*))?(?:#(.*))?$");function Bu(t){return t.match(Vu)}function Hu(t){var e=t[Lu.Path];return e=null==e?"":function n(t){if("/"==t)return"/";for(var e="/"==t[0]?"/":"",n="/"===t[t.length-1]?"/":"",r=t.split("/"),i=[],o=0,s=0;s<r.length;s++){var a=r[s];switch(a){case"":case".":break;case"..":i.length>0?i.pop():o++;break;default:i.push(a)}}if(""==e){for(;o-- >0;)i.unshift("..");0===i.length&&i.push(".")}return e+i.join("/")+n}(e),t[Lu.Path]=e,function r(t,e,n,i,o,s,a){var u=[];return null!=t&&u.push(t+":"),null!=n&&(u.push("//"),null!=e&&u.push(e+"@"),u.push(n),null!=i&&u.push(":"+i)),null!=o&&u.push(o),null!=s&&u.push("?"+s),null!=a&&u.push("#"+a),u.join("")}(t[Lu.Scheme],t[Lu.UserInfo],t[Lu.Domain],t[Lu.Port],e,t[Lu.QueryData],t[Lu.Fragment])}!function(t){t[t.Scheme=1]="Scheme",t[t.UserInfo=2]="UserInfo",t[t.Domain=3]="Domain",t[t.Port=4]="Port",t[t.Path=5]="Path",t[t.QueryData=6]="QueryData",t[t.Fragment=7]="Fragment"}(Lu||(Lu={}));var Uu,qu,Ku=function(){function t(){}return t.prototype.get=function(t){return""},t}();
451
+ */(t,n));var i=Hu(n),o=this._packagePrefix;if(null!=o&&null!=i&&"package"==i[Fu.Scheme]){var s=i[Fu.Path];return(o=o.replace(/\/+$/,""))+"/"+s.replace(/^\/+/,"")}return n},t}(),Bu=new RegExp("^(?:([^:/?#.]+):)?(?://(?:([^/?#]*)@)?([\\w\\d\\-\\u0100-\\uffff.%]*)(?::([0-9]+))?)?([^?#]+)?(?:\\?([^#]*))?(?:#(.*))?$");function Hu(t){return t.match(Bu)}function Uu(t){var e=t[Fu.Path];return e=null==e?"":function n(t){if("/"==t)return"/";for(var e="/"==t[0]?"/":"",n="/"===t[t.length-1]?"/":"",r=t.split("/"),i=[],o=0,s=0;s<r.length;s++){var a=r[s];switch(a){case"":case".":break;case"..":i.length>0?i.pop():o++;break;default:i.push(a)}}if(""==e){for(;o-- >0;)i.unshift("..");0===i.length&&i.push(".")}return e+i.join("/")+n}(e),t[Fu.Path]=e,function r(t,e,n,i,o,s,a){var u=[];return null!=t&&u.push(t+":"),null!=n&&(u.push("//"),null!=e&&u.push(e+"@"),u.push(n),null!=i&&u.push(":"+i)),null!=o&&u.push(o),null!=s&&u.push("?"+s),null!=a&&u.push("#"+a),u.join("")}(t[Fu.Scheme],t[Fu.UserInfo],t[Fu.Domain],t[Fu.Port],e,t[Fu.QueryData],t[Fu.Fragment])}!function(t){t[t.Scheme=1]="Scheme",t[t.UserInfo=2]="UserInfo",t[t.Domain=3]="Domain",t[t.Port=4]="Port",t[t.Path=5]="Path",t[t.QueryData=6]="QueryData",t[t.Fragment=7]="Fragment"}(Fu||(Fu={}));var qu,Ku,zu=function(){function t(){}return t.prototype.get=function(t){return""},t}();
452
452
  /**
453
453
  * @license
454
454
  * Copyright Google Inc. All Rights Reserved.
@@ -476,14 +476,14 @@ function ju(){return new Fu(".")}!function(t){function e(e){var n=t.call(this)||
476
476
  *
477
477
  * Use of this source code is governed by an MIT-style license that can be
478
478
  * found in the LICENSE file at https://angular.io/license
479
- */
479
+ */!function(t){function e(e,n,r,i,o,s){var a=t.call(this)||this;return a.bindings=e,a.symbols=n,a.nestingLevel=r,a.scope=i,a.template=o,a.level=s,a.visitNode=function(t){return t.visit(a)},a}o(e,t),e.apply=function(t,n){var r=new Map,i=new Map,o=new Map;return new e(r,i,o,n,t instanceof nu?t:null,0).ingest(t),{expressions:r,symbols:i,nestingLevel:o}},e.prototype.ingest=function(t){t instanceof nu?(t.inputs.forEach(this.visitNode),t.outputs.forEach(this.visitNode),t.variables.forEach(this.visitNode),t.children.forEach(this.visitNode),this.nestingLevel.set(t,this.level)):t.forEach(this.visitNode)},e.prototype.visitElement=function(t){t.inputs.forEach(this.visitNode),t.outputs.forEach(this.visitNode),t.children.forEach(this.visitNode)},e.prototype.visitTemplate=function(t){t.inputs.forEach(this.visitNode),t.outputs.forEach(this.visitNode),t.references.forEach(this.visitNode);var n=this.scope.getChildScope(t);new e(this.bindings,this.symbols,this.nestingLevel,n,t,this.level+1).ingest(t)},e.prototype.visitVariable=function(t){null!==this.template&&this.symbols.set(t,this.template)},e.prototype.visitReference=function(t){null!==this.template&&this.symbols.set(t,this.template)},e.prototype.visitText=function(t){},e.prototype.visitContent=function(t){},e.prototype.visitTextAttribute=function(t){},e.prototype.visitBoundAttribute=function(t){t.value.visit(this)},e.prototype.visitBoundEvent=function(t){t.handler.visit(this)},e.prototype.visitBoundText=function(t){t.value.visit(this)},e.prototype.visitPropertyRead=function(e,n){return this.maybeMap(n,e,e.name),t.prototype.visitPropertyRead.call(this,e,n)},e.prototype.visitSafePropertyRead=function(e,n){return this.maybeMap(n,e,e.name),t.prototype.visitSafePropertyRead.call(this,e,n)},e.prototype.visitPropertyWrite=function(e,n){return this.maybeMap(n,e,e.name),t.prototype.visitPropertyWrite.call(this,e,n)},e.prototype.visitMethodCall=function(e,n){return this.maybeMap(n,e,e.name),t.prototype.visitMethodCall.call(this,e,n)},e.prototype.visitSafeMethodCall=function(e,n){return this.maybeMap(n,e,e.name),t.prototype.visitSafeMethodCall.call(this,e,n)},e.prototype.maybeMap=function(t,e,n){if(e.receiver instanceof Hn){var r=this.scope.lookup(n);null!==r&&this.bindings.set(e,r)}}}(cr),function(t){t[t.Any=0]="Any",t[t.String=1]="String",t[t.Number=2]="Number",t[t.Boolean=3]="Boolean",t[t.Undefined=4]="Undefined",t[t.Null=5]="Null",t[t.Unbound=6]="Unbound",t[t.Other=7]="Other"}(qu||(qu={})),function(t){t[t.Error=0]="Error",t[t.Warning=1]="Warning"}(Ku||(Ku={}));var Wu=function Wu(t,e,n){this.kind=t,this.message=e,this.ast=n},Qu=function(){function t(t,e,n){this.scope=t,this.query=e,this.context=n}return t.prototype.getType=function(t){return t.visit(this)},t.prototype.getDiagnostics=function(t){this.diagnostics=[];var e=t.visit(this);return this.context.event&&e.callable&&this.reportWarning("Unexpected callable expression. Expected a method call",t),this.diagnostics},t.prototype.visitBinary=function(t){var e=this;function n(t,e){switch(t){case qu.Undefined:case qu.Null:return n(e,qu.Other)}return t}var r=function(t,n){var r=e.getType(t);if(r.nullable){switch(n){case"&&":case"||":case"==":case"!=":case"===":case"!==":break;default:e.reportError("The expression might be null",t)}return e.query.getNonNullableType(r)}return r},i=r(t.left,t.operation),o=r(t.right,t.operation),s=this.query.getTypeKind(i),a=this.query.getTypeKind(o),u=n(s,a),c=u<<8|n(a,s);switch(t.operation){case"*":case"/":case"%":case"-":case"<<":case">>":case">>>":case"&":case"^":case"|":switch(c){case qu.Any<<8|qu.Any:case qu.Number<<8|qu.Any:case qu.Any<<8|qu.Number:case qu.Number<<8|qu.Number:return this.query.getBuiltinType(qu.Number);default:var l=t.left;switch(u){case qu.Any:case qu.Number:l=t.right}return this.reportError("Expected a numeric type",l)}case"+":switch(c){case qu.Any<<8|qu.Any:case qu.Any<<8|qu.Boolean:case qu.Any<<8|qu.Number:case qu.Any<<8|qu.Other:case qu.Boolean<<8|qu.Any:case qu.Number<<8|qu.Any:case qu.Other<<8|qu.Any:return this.anyType;case qu.Any<<8|qu.String:case qu.Boolean<<8|qu.String:case qu.Number<<8|qu.String:case qu.String<<8|qu.Any:case qu.String<<8|qu.Boolean:case qu.String<<8|qu.Number:case qu.String<<8|qu.String:case qu.String<<8|qu.Other:case qu.Other<<8|qu.String:return this.query.getBuiltinType(qu.String);case qu.Number<<8|qu.Number:return this.query.getBuiltinType(qu.Number);case qu.Boolean<<8|qu.Number:case qu.Other<<8|qu.Number:return this.reportError("Expected a number type",t.left);case qu.Number<<8|qu.Boolean:case qu.Number<<8|qu.Other:return this.reportError("Expected a number type",t.right);default:return this.reportError("Expected operands to be a string or number type",t)}case">":case"<":case"<=":case">=":case"==":case"!=":case"===":case"!==":switch(c){case qu.Any<<8|qu.Any:case qu.Any<<8|qu.Boolean:case qu.Any<<8|qu.Number:case qu.Any<<8|qu.String:case qu.Any<<8|qu.Other:case qu.Boolean<<8|qu.Any:case qu.Boolean<<8|qu.Boolean:case qu.Number<<8|qu.Any:case qu.Number<<8|qu.Number:case qu.String<<8|qu.Any:case qu.String<<8|qu.String:case qu.Other<<8|qu.Any:case qu.Other<<8|qu.Other:return this.query.getBuiltinType(qu.Boolean);default:return this.reportError("Expected the operants to be of similar type or any",t)}case"&&":return o;case"||":return this.query.getTypeUnion(i,o)}return this.reportError("Unrecognized operator "+t.operation,t)},t.prototype.visitChain=function(t){return this.diagnostics&&hr(t,this),this.query.getBuiltinType(qu.Undefined)},t.prototype.visitConditional=function(t){return this.diagnostics&&hr(t,this),this.query.getTypeUnion(this.getType(t.trueExp),this.getType(t.falseExp))},t.prototype.visitFunctionCall=function(t){var e=this,n=t.args.map(function(t){return e.getType(t)}),r=this.getType(t.target);if(!r||!r.callable)return this.reportError("Call target is not callable",t);var i=r.selectSignature(n);return i?i.result:this.reportError("Unable no compatible signature found for call",t)},t.prototype.visitImplicitReceiver=function(t){var e=this;return{name:"$implict",kind:"component",language:"ng-template",type:void 0,container:void 0,callable:!1,nullable:!1,public:!0,definition:void 0,members:function(){return e.scope},signatures:function(){return[]},selectSignature:function(t){},indexed:function(t){}}},t.prototype.visitInterpolation=function(t){return this.diagnostics&&hr(t,this),this.undefinedType},t.prototype.visitKeyedRead=function(t){var e=this.getType(t.obj),n=this.getType(t.key);return e.indexed(n)||this.anyType},t.prototype.visitKeyedWrite=function(t){return this.getType(t.value)},t.prototype.visitLiteralArray=function(t){var e,n=this;return this.query.getArrayType((e=this.query).getTypeUnion.apply(e,f(t.expressions.map(function(t){return n.getType(t)}))))},t.prototype.visitLiteralMap=function(t){return this.diagnostics&&hr(t,this),this.anyType},t.prototype.visitLiteralPrimitive=function(t){switch(t.value){case!0:case!1:return this.query.getBuiltinType(qu.Boolean);case null:return this.query.getBuiltinType(qu.Null);case void 0:return this.query.getBuiltinType(qu.Undefined);default:switch(typeof t.value){case"string":return this.query.getBuiltinType(qu.String);case"number":return this.query.getBuiltinType(qu.Number);default:return this.reportError("Unrecognized primitive",t)}}},t.prototype.visitMethodCall=function(t){return this.resolveMethodCall(this.getType(t.receiver),t)},t.prototype.visitPipe=function(t){var e=this,n=this.query.getPipes().get(t.name);if(!n)return this.reportError("No pipe by the name "+t.name+" found",t);var r=this.getType(t.exp),i=n.selectSignature([r].concat(t.args.map(function(t){return e.getType(t)})));return i?i.result:this.reportError("Unable to resolve signature for pipe invocation",t)},t.prototype.visitPrefixNot=function(t){return this.query.getBuiltinType(qu.Boolean)},t.prototype.visitNonNullAssert=function(t){var e=this.getType(t.expression);return this.query.getNonNullableType(e)},t.prototype.visitPropertyRead=function(t){return this.resolvePropertyRead(this.getType(t.receiver),t)},t.prototype.visitPropertyWrite=function(t){return this.getType(t.value)},t.prototype.visitQuote=function(t){return this.query.getBuiltinType(qu.Any)},t.prototype.visitSafeMethodCall=function(t){return this.resolveMethodCall(this.query.getNonNullableType(this.getType(t.receiver)),t)},t.prototype.visitSafePropertyRead=function(t){return this.resolvePropertyRead(this.query.getNonNullableType(this.getType(t.receiver)),t)},Object.defineProperty(t.prototype,"anyType",{get:function(){var t=this._anyType;return t||(t=this._anyType=this.query.getBuiltinType(qu.Any)),t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"undefinedType",{get:function(){var t=this._undefinedType;return t||(t=this._undefinedType=this.query.getBuiltinType(qu.Undefined)),t},enumerable:!0,configurable:!0}),t.prototype.resolveMethodCall=function(t,e){var n=this;if(this.isAny(t))return this.anyType;var r=t.members().get(e.name);if(!r)return this.reportError("Unknown method '"+e.name+"'",e);if(!r.type)return this.reportError("Could not find a type for '"+e.name+"'",e);if(!r.type.callable)return this.reportError("Member '"+e.name+"' is not callable",e);var i=r.type.selectSignature(e.args.map(function(t){return n.getType(t)}));return i?i.result:this.reportError("Unable to resolve signature for call of method "+e.name,e)},t.prototype.resolvePropertyRead=function(t,e){if(this.isAny(t))return this.anyType;var n=t.members().get(e.name);if(!n){var r;if("$implict"==(r=t.name))r="The component declaration, template variable declarations, and element references do";else{if(t.nullable)return this.reportError("The expression might be null",e.receiver);r="'"+r+"' does"}return this.reportError("Identifier '"+e.name+"' is not defined. "+r+" not contain such a member",e)}return n.public||this.reportWarning("Identifier '"+e.name+"' refers to a private member of "+(r="$implict"==(r=t.name)?"the component":"'"+r+"'"),e),n.type},t.prototype.reportError=function(t,e){return this.diagnostics&&this.diagnostics.push(new Wu(Ku.Error,t,e)),this.anyType},t.prototype.reportWarning=function(t,e){return this.diagnostics&&this.diagnostics.push(new Wu(Ku.Warning,t,e)),this.anyType},t.prototype.isAny=function(t){return!t||this.query.getTypeKind(t)==qu.Any||!!t.type&&this.isAny(t.type)},t}();function Gu(t,e){if(t.fileName){var n=t.offset;return[{fileName:t.fileName,span:{start:e.sourceSpan.start.offset+n,end:e.sourceSpan.end.offset+n}}]}}function Xu(t,e,n){var r=n.directives.find(function(t){var e=Gt(t.directive.type);return"NgFor"==e||"NgForOf"==e});if(r){var i=r.inputs.find(function(t){return"ngForOf"==t.directiveName});if(i){var o=new Qu(e.members,e.query,{}).getType(i.value);if(o){var s=e.query.getElementType(o);if(s)return s}}}return e.query.getBuiltinType(qu.Any)}function $u(t,e,n){var r=t.members,i=function s(t){var e=[];function n(n){var r,i,o=function(n){var r=void 0;n.value&&(r=t.query.getTypeSymbol($t(n.value))),e.push({name:n.name,kind:"reference",type:r||t.query.getBuiltinType(qu.Any),get definition(){return Gu(t,n)}})};try{for(var s=p(n),a=s.next();!a.done;a=s.next())o(a.value)}catch(t){r={error:t}}finally{try{a&&!a.done&&(i=s.return)&&i.call(s)}finally{if(r)throw r.error}}}return Vt(new(function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.visitEmbeddedTemplate=function(e,r){t.prototype.visitEmbeddedTemplate.call(this,e,r),n(e.references)},e.prototype.visitElement=function(e,r){t.prototype.visitElement.call(this,e,r),n(e.references)},e}(Ft)),t.templateAst),e}(t),a=function u(t,e){for(var n,r,i=[],o=e.tail;o;){if(o instanceof Mt){var s=function(e){var n=e.name,r=o.directives.map(function(e){return t.query.getTemplateContext(e.directive.type.reference)}).find(function(t){return!!t}),s=void 0;if(r){var a=r.get(e.value);if(a){var u=t.query.getTypeKind(s=a.type);u!==qu.Any&&u!=qu.Unbound||(s=Xu(0,t,o))}}s||(s=t.query.getBuiltinType(qu.Any)),i.push({name:n,kind:"variable",type:s,get definition(){return Gu(t,e)}})};try{for(var a=p(o.variables),u=a.next();!u.done;u=a.next())s(u.value)}catch(t){n={error:t}}finally{try{u&&!u.done&&(r=a.return)&&r.call(a)}finally{if(n)throw n.error}}}o=e.parentOf(o)}return i}(t,e),c=function l(t,e){var n=[];return e&&(n=[{name:"$event",kind:"variable",type:t.query.getBuiltinType(qu.Any)}]),n}(t,n);if(i.length||a.length||c.length){var h=t.query.createSymbolTable(i),f=t.query.createSymbolTable(a),d=t.query.createSymbolTable(c);r=t.query.mergeSymbolTable([r,h,f,d])}return r}var Yu=function(t){function e(e,n){var r=t.call(this)||this;return r.info=e,r.getExpressionScope=n,r.diagnostics=[],r.path=new oe([]),r}return o(e,t),e.prototype.visitDirective=function(t,e){t.inputs&&t.inputs.length&&Vt(this,t.inputs,e)},e.prototype.visitBoundText=function(t){this.push(t),this.diagnoseExpression(t.value,t.sourceSpan.start.offset,!1),this.pop()},e.prototype.visitDirectiveProperty=function(t){this.push(t),this.diagnoseExpression(t.value,this.attributeValueLocation(t),!1),this.pop()},e.prototype.visitElementProperty=function(t){this.push(t),this.diagnoseExpression(t.value,this.attributeValueLocation(t),!1),this.pop()},e.prototype.visitEvent=function(t){this.push(t),this.diagnoseExpression(t.handler,this.attributeValueLocation(t),!0),this.pop()},e.prototype.visitVariable=function(t){var e=this.directiveSummary;if(e&&t.value){var n=this.info.query.getTemplateContext(e.type.reference);n&&!n.has(t.value)&&this.reportError("$implicit"===t.value?"The template context does not have an implicit value":"The template context does not defined a member called '"+t.value+"'",function r(t){return{start:t.start.offset,end:t.end.offset}}
480
480
  /**
481
481
  * @license
482
482
  * Copyright Google Inc. All Rights Reserved.
483
483
  *
484
484
  * Use of this source code is governed by an MIT-style license that can be
485
485
  * found in the LICENSE file at https://angular.io/license
486
- */
486
+ */(t.sourceSpan))}},e.prototype.visitElement=function(e,n){this.push(e),t.prototype.visitElement.call(this,e,n),this.pop()},e.prototype.visitEmbeddedTemplate=function(e,n){var r=this.directiveSummary;this.push(e),this.directiveSummary=e.directives.map(function(t){return t.directive}).find(function(t){return function e(t){var e,n;if(t.diDeps)try{for(var r=p(t.diDeps),i=r.next();!i.done;i=r.next()){var o=i.value;if(o.token&&o.token.identifier&&"TemplateRef"==Gt(o.token.identifier))return!0}}catch(t){e={error:t}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}return!1}(t.type)}),t.prototype.visitEmbeddedTemplate.call(this,e,n),this.pop(),this.directiveSummary=r},e.prototype.attributeValueLocation=function(t){var e=de(this.info.htmlAst,t.sourceSpan.start.offset).tail;return e instanceof ce&&e.valueSpan?e.valueSpan.start.offset+1:t.sourceSpan.start.offset},e.prototype.diagnoseExpression=function(t,e,n){var r,i=this,o=this.getExpressionScope(this.path,n);(r=this.diagnostics).push.apply(r,f(function s(t,e,n,r){void 0===r&&(r={});var i=new Qu(t,n,r);return i.getDiagnostics(e),i.diagnostics}(o,t,this.info.query,{event:n}).map(function(t){return{span:Zu(t.ast.span,e+i.info.offset),kind:t.kind,message:t.message}})))},e.prototype.push=function(t){this.path.push(t)},e.prototype.pop=function(){this.path.pop()},e.prototype.reportError=function(t,e){e&&this.diagnostics.push({span:Zu(e,this.info.offset),kind:Ku.Error,message:t})},e.prototype.reportWarning=function(t,e){this.diagnostics.push({span:Zu(e,this.info.offset),kind:Ku.Warning,message:t})},e}(Ft);function Zu(t,e){return{start:t.start+e,end:t.end+e}}function Ju(t){return t.split(".").map(Number)}function tc(t,e){for(var n=Math.max(t.length,e.length),r=Math.min(t.length,e.length),i=0;i<r;i++){if(t[i]>e[i])return 1;if(t[i]<e[i])return-1}if(r!==n){var o=t.length===n?t:e,s=t.length===n?1:-1;for(i=r;i<n;i++)if(o[i]>0)return s}return 0}
487
487
  /**
488
488
  * @license
489
489
  * Copyright Google Inc. All Rights Reserved.
@@ -491,34 +491,35 @@ function ju(){return new Fu(".")}!function(t){function e(e){var n=t.call(this)||
491
491
  * Use of this source code is governed by an MIT-style license that can be
492
492
  * found in the LICENSE file at https://angular.io/license
493
493
  */
494
+ var ec=r.ModifierFlags?function(t){return!!(r.getCombinedModifierFlags(t)&r.ModifierFlags.Private)}:function(t){return!!(t.flags&r.NodeFlags.Private)},nc=r.ObjectFlags?function(t){return!!(t.flags&r.TypeFlags.Object&&t.objectFlags&r.ObjectFlags.Reference)}:function(t){return!!(t.flags&r.TypeFlags.Reference)},rc=function(){function t(t,e,n,r){this.program=t,this.checker=e,this.source=n,this.fetchPipes=r,this.typeCache=new Map}return t.prototype.getTypeKind=function(t){return function t(e){var n,i;if(e){if(e.flags&r.TypeFlags.Any)return qu.Any;if(e.flags&(r.TypeFlags.String|r.TypeFlags.StringLike|r.TypeFlags.StringLiteral))return qu.String;if(e.flags&(r.TypeFlags.Number|r.TypeFlags.NumberLike))return qu.Number;if(e.flags&r.TypeFlags.Undefined)return qu.Undefined;if(e.flags&r.TypeFlags.Null)return qu.Null;if(e.flags&r.TypeFlags.Union){var o=null,s=e;if(s.types.length>0){o=t(s.types[0]);try{for(var a=p(s.types),u=a.next();!u.done;u=a.next())if(o!=t(u.value))return qu.Other}catch(t){n={error:t}}finally{try{u&&!u.done&&(i=a.return)&&i.call(a)}finally{if(n)throw n.error}}}if(null!=o)return o}else if(e.flags&r.TypeFlags.TypeParameter)return qu.Unbound}return qu.Other}(this.getTsTypeOf(t))},t.prototype.getBuiltinType=function(t){var e=this.typeCache.get(t);if(!e){var n=bc(t,{checker:this.checker,node:this.source,program:this.program});e=new ac(n,{program:this.program,checker:this.checker,node:this.source}),this.typeCache.set(t,e)}return e},t.prototype.getTypeUnion=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=void 0;if(t.length){n=t[0];for(var r=1;r<t.length;r++)if(t[r]!=n){n=void 0;break}}return n||this.getBuiltinType(qu.Any)},t.prototype.getArrayType=function(t){return this.getBuiltinType(qu.Any)},t.prototype.getElementType=function(t){if(t instanceof ac){var e=Sc(t.tsType,"Array");if(e)return new ac(e,t.context)}},t.prototype.getNonNullableType=function(t){if(t instanceof ac&&"function"==typeof this.checker.getNonNullableType){var e=t.tsType,n=this.checker.getNonNullableType(e);if(n!=e)return new ac(n,t.context);if(n==e)return t}return this.getBuiltinType(qu.Any)},t.prototype.getPipes=function(){var t=this.pipesCache;return t||(t=this.pipesCache=this.fetchPipes()),t},t.prototype.getTemplateContext=function(t){var e={node:this.source,program:this.program,checker:this.checker},n=gc(t,e);if(n){var r=this.getTemplateRefContextType(n);if(r)return new uc(r,e).members()}},t.prototype.getTypeSymbol=function(t){var e={node:this.source,program:this.program,checker:this.checker},n=gc(t,e);return n&&new uc(n,e)},t.prototype.createSymbolTable=function(t){var e=new dc;return e.addAll(t.map(function(t){return new cc(t)})),e},t.prototype.mergeSymbolTable=function(t){var e,n,r=new dc;try{for(var i=p(t),o=i.next();!o.done;o=i.next())r.addAll(o.value.values())}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return r},t.prototype.getSpanAt=function(t,e){return function n(t,e,i){if(null!=e&&null!=i){var o=r.getPositionOfLineAndCharacter(t,e,i),s=r.forEachChild(t,function t(e){if(e.kind>r.SyntaxKind.LastToken&&e.pos<=o&&e.end>o)return r.forEachChild(e,t)||e});if(s)return{start:s.getStart(),end:s.getEnd()}}}(this.source,t,e)},t.prototype.getTemplateRefContextType=function(t){var e,n,r=this.checker.getTypeOfSymbolAtLocation(t,this.source),i=r.symbol&&r.symbol.members&&Cc(r.symbol.members,"__constructor");if(i){var o=i.declarations[0];try{for(var s=p(o.parameters),a=s.next();!a.done;a=s.next()){var u=this.checker.getTypeAtLocation(a.value.type);if("TemplateRef"==u.symbol.name&&nc(u)&&u.typeArguments&&1===u.typeArguments.length)return u.typeArguments[0].symbol}}catch(t){e={error:t}}finally{try{a&&!a.done&&(n=s.return)&&n.call(s)}finally{if(e)throw e.error}}}},t.prototype.getTsTypeOf=function(t){var e=this.getTypeWrapper(t);return e&&e.tsType},t.prototype.getTypeWrapper=function(t){var e=void 0;return t instanceof ac?e=t:t.type instanceof ac&&(e=t.type),e},t}();function ic(t){var e=t.getCallSignatures();return e&&0!=e.length}function oc(t,e){return t.getCallSignatures().map(function(t){return new lc(t,e)})}function sc(t,e,n){var r=t.getCallSignatures();return r.length?new lc(r[0],e):void 0}var ac=function(){function t(t,e){if(this.tsType=t,this.context=e,this.kind="type",this.language="typescript",this.type=void 0,this.container=void 0,this.public=!0,!t)throw Error("Internal: null type")}return Object.defineProperty(t.prototype,"name",{get:function(){var t=this.tsType.symbol;return t&&t.name||"<anonymous>"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"callable",{get:function(){return ic(this.tsType)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"nullable",{get:function(){return this.context.checker.getNonNullableType(this.tsType)!=this.tsType},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"definition",{get:function(){var t=this.tsType.getSymbol();return t?xc(t):void 0},enumerable:!0,configurable:!0}),t.prototype.members=function(){return new fc(this.tsType.getProperties(),this.context)},t.prototype.signatures=function(){return oc(this.tsType,this.context)},t.prototype.selectSignature=function(t){return sc(this.tsType,this.context)},t.prototype.indexed=function(t){},t}(),uc=function(){function t(t,e){this.context=e,this.nullable=!1,this.language="typescript",this.symbol=t&&e&&t.flags&r.SymbolFlags.Alias?e.checker.getAliasedSymbol(t):t}return Object.defineProperty(t.prototype,"name",{get:function(){return this.symbol.name},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"kind",{get:function(){return this.callable?"method":"property"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"type",{get:function(){return new ac(this.tsType,this.context)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"container",{get:function(){return function t(e,n){var i,o;if(e.getFlags()&r.SymbolFlags.ClassMember&&e.declarations)try{for(var s=p(e.declarations),a=s.next();!a.done;a=s.next()){var u=Ec(a.value);if(u){var c=n.checker.getTypeAtLocation(u);if(c)return new ac(c,n)}}}catch(t){i={error:t}}finally{try{a&&!a.done&&(o=s.return)&&o.call(s)}finally{if(i)throw i.error}}}(this.symbol,this.context)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"public",{get:function(){return!function t(e){return!!e.valueDeclaration&&ec(e.valueDeclaration)}(this.symbol)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"callable",{get:function(){return ic(this.tsType)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"definition",{get:function(){return xc(this.symbol)},enumerable:!0,configurable:!0}),t.prototype.members=function(){if(!this._members)if(0!=(this.symbol.flags&(r.SymbolFlags.Class|r.SymbolFlags.Interface))){var t=this.context.checker.getDeclaredTypeOfSymbol(this.symbol),e=new ac(t,this.context);this._members=e.members()}else this._members=new fc(this.symbol.members,this.context);return this._members},t.prototype.signatures=function(){return oc(this.tsType,this.context)},t.prototype.selectSignature=function(t){return sc(this.tsType,this.context)},t.prototype.indexed=function(t){},Object.defineProperty(t.prototype,"tsType",{get:function(){var t=this._tsType;return t||(t=this._tsType=this.context.checker.getTypeOfSymbolAtLocation(this.symbol,this.context.node)),t},enumerable:!0,configurable:!0}),t}(),cc=function(){function t(t){this.declaration=t,this.language="ng-template",this.nullable=!1,this.public=!0}return Object.defineProperty(t.prototype,"name",{get:function(){return this.declaration.name},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"kind",{get:function(){return this.declaration.kind},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"container",{get:function(){},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"type",{get:function(){return this.declaration.type},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"callable",{get:function(){return this.declaration.type.callable},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"definition",{get:function(){return this.declaration.definition},enumerable:!0,configurable:!0}),t.prototype.members=function(){return this.declaration.type.members()},t.prototype.signatures=function(){return this.declaration.type.signatures()},t.prototype.selectSignature=function(t){return this.declaration.type.selectSignature(t)},t.prototype.indexed=function(t){},t}(),lc=function(){function t(t,e){this.signature=t,this.context=e}return Object.defineProperty(t.prototype,"arguments",{get:function(){return new fc(this.signature.getParameters(),this.context)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"result",{get:function(){return new ac(this.signature.getReturnType(),this.context)},enumerable:!0,configurable:!0}),t}(),pc=function(){function t(t,e){this.signature=t,this.resultType=e}return Object.defineProperty(t.prototype,"arguments",{get:function(){return this.signature.arguments},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"result",{get:function(){return this.resultType},enumerable:!0,configurable:!0}),t}(),hc=function(t){return function(e){var n,r,i,o;if(function s(t,e,n){var r=Ju(t);return void 0!==n?tc(Ju(e),r)<=0&&tc(Ju(n),r)>=0:tc(Ju(e),r)<=0}(t,"2.2")){var a=new Map;try{for(var u=p(e),c=u.next();!c.done;c=u.next())a.set((d=c.value).name,d)}catch(t){n={error:t}}finally{try{c&&!c.done&&(r=u.return)&&r.call(u)}finally{if(n)throw n.error}}return a}var l={};try{for(var h=p(e),f=h.next();!f.done;f=h.next()){var d;l[(d=f.value).name]=d}}catch(t){i={error:t}}finally{try{f&&!f.done&&(o=h.return)&&o.call(h)}finally{if(i)throw i.error}}return l}},fc=function(){function t(t,e){if(this.context=e,t=t||[],Array.isArray(t)){this.symbols=t;var n=hc(r.version);this.symbolTable=n(t)}else this.symbols=function i(t){if(!t)return[];var e=t;if("function"==typeof e.values)return Array.from(e.values());var n=[],r="function"==typeof e.hasOwnProperty?function(t){return e.hasOwnProperty(t)}:function(t){return!!e[t]};for(var i in e)r(i)&&n.push(e[i]);return n}(t),this.symbolTable=t}return Object.defineProperty(t.prototype,"size",{get:function(){return this.symbols.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var e=Cc(this.symbolTable,t);return e?new uc(e,this.context):void 0},t.prototype.has=function(t){var e=this.symbolTable;return"function"==typeof e.has?e.has(t):null!=e[t]},t.prototype.values=function(){var t=this;return this.symbols.map(function(e){return new uc(e,t.context)})},t}(),dc=function(){function t(){this.map=new Map,this._values=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.map.size},enumerable:!0,configurable:!0}),t.prototype.get=function(t){return this.map.get(t)},t.prototype.add=function(t){if(this.map.has(t.name)){var e=this.map.get(t.name);this._values[this._values.indexOf(e)]=t}this.map.set(t.name,t),this._values.push(t)},t.prototype.addAll=function(t){var e,n;try{for(var r=p(t),i=r.next();!i.done;i=r.next())this.add(i.value)}catch(t){e={error:t}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}},t.prototype.has=function(t){return this.map.has(t)},t.prototype.values=function(){return this._values},t}(),vc=function(){function t(t,e){this.pipes=t,this.context=e}return Object.defineProperty(t.prototype,"size",{get:function(){return this.pipes.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var e=this.pipes.find(function(e){return e.name==t});if(e)return new mc(e,this.context)},t.prototype.has=function(t){return null!=this.pipes.find(function(e){return e.name==t})},t.prototype.values=function(){var t=this;return this.pipes.map(function(e){return new mc(e,t.context)})},t}(),yc=/[\\/]([^\\/]+)[\\/]\1\.d\.ts$/,mc=function(){function t(t,e){this.pipe=t,this.context=e,this.kind="pipe",this.language="typescript",this.container=void 0,this.callable=!0,this.nullable=!1,this.public=!0}return Object.defineProperty(t.prototype,"name",{get:function(){return this.pipe.name},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"type",{get:function(){return new ac(this.tsType,this.context)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"definition",{get:function(){var t=this.tsType.getSymbol();return t?xc(t):void 0},enumerable:!0,configurable:!0}),t.prototype.members=function(){return _c.instance},t.prototype.signatures=function(){return oc(this.tsType,this.context)},t.prototype.selectSignature=function(t){var e=sc(this.tsType,this.context);if(1==t.length){var n=t[0];if(n instanceof ac){var r=void 0;switch(this.name){case"async":switch(n.name){case"Observable":case"Promise":case"EventEmitter":r=Sc(n.tsType,n.name);break;default:r=bc(qu.Any,this.context)}break;case"slice":r=Sc(n.tsType,"Array")}r&&(e=new pc(e,new ac(r,n.context)))}}return e},t.prototype.indexed=function(t){},Object.defineProperty(t.prototype,"tsType",{get:function(){var t=this._tsType;if(!t){var e=this.findClassSymbol(this.pipe.type.reference);e&&(t=this._tsType=this.findTransformMethodType(e)),t||(t=this._tsType=bc(qu.Any,this.context))}return t},enumerable:!0,configurable:!0}),t.prototype.findClassSymbol=function(t){return gc(t,this.context)},t.prototype.findTransformMethodType=function(t){var e=this.context.checker.getDeclaredTypeOfSymbol(t);if(e){var n=e.getProperty("transform");if(n)return this.context.checker.getTypeOfSymbolAtLocation(n,this.context.node)}},t}();function gc(t,e){var r=e.program.getSourceFile(t.filePath);if(!r){var i=t.filePath;if(i.match(yc)){var o=n.join(n.dirname(i),"index.d.ts");r=e.program.getSourceFile(o)}}if(r)return(e.checker.getExportsOfModule(r.module||r.symbol)||[]).find(function(e){return e.name==t.name})}var _c=function(){function t(){this.size=0}return t.prototype.get=function(t){},t.prototype.has=function(t){return!1},t.prototype.values=function(){return[]},t.instance=new t,t}();function bc(t,e){var n,i=e.checker,o=e.node;switch(t){case qu.Any:n=i.getTypeAtLocation(wc({kind:r.SyntaxKind.AsExpression,expression:{kind:r.SyntaxKind.TrueKeyword},type:{kind:r.SyntaxKind.AnyKeyword}},o));break;case qu.Boolean:n=i.getTypeAtLocation(wc({kind:r.SyntaxKind.TrueKeyword},o));break;case qu.Null:n=i.getTypeAtLocation(wc({kind:r.SyntaxKind.NullKeyword},o));break;case qu.Number:var s={kind:r.SyntaxKind.NumericLiteral};wc({kind:r.SyntaxKind.ExpressionStatement,expression:s},o),n=i.getTypeAtLocation(s);break;case qu.String:n=i.getTypeAtLocation(wc({kind:r.SyntaxKind.NoSubstitutionTemplateLiteral},o));break;case qu.Undefined:n=i.getTypeAtLocation(wc({kind:r.SyntaxKind.VoidExpression,expression:{kind:r.SyntaxKind.NumericLiteral}},o));break;default:throw new Error("Internal error, unhandled literal kind "+t+":"+qu[t])}return n}function wc(t,e){return t.parent=e,r.forEachChild(t,function(e){return wc(e,t)}),t}function xc(t){var e=t.declarations;if(e)return e.map(function(t){return{fileName:t.getSourceFile().fileName,span:{start:t.getStart(),end:t.getEnd()}}})}function Ec(t){for(;t;){switch(t.kind){case r.SyntaxKind.ClassDeclaration:case r.SyntaxKind.InterfaceDeclaration:return t;case r.SyntaxKind.SourceFile:return}t=t.parent}}function Sc(t,e){if(t&&t.symbol&&t.symbol.name==e){var n=t.typeArguments;if(n&&n.length<=1)return n[0]}}function Cc(t,e){var n=t;return"function"==typeof n.get?n.get(e):n[e]}
494
495
  /**
495
496
  * @license
496
497
  * Copyright Google Inc. All Rights Reserved.
497
498
  *
498
499
  * Use of this source code is governed by an MIT-style license that can be
499
500
  * found in the LICENSE file at https://angular.io/license
500
- */
501
+ */var Tc=4;function Pc(t){return t&&"function"===t.__symbolic}function Ac(t){return t&&t.name&&!t.module&&kc(t)}function Nc(t){return t&&t.module&&!t.name&&!t.default&&kc(t)}function kc(t){return t&&"reference"===t.__symbolic}function Oc(t){return t&&"error"===t.__symbolic}
501
502
  /**
502
503
  * @license
503
504
  * Copyright Google Inc. All Rights Reserved.
504
505
  *
505
506
  * Use of this source code is governed by an MIT-style license that can be
506
507
  * found in the LICENSE file at https://angular.io/license
507
- */
508
+ */var Mc=r.SyntaxKind.SpreadElement||r.SyntaxKind.SpreadElementExpression;function Ic(t,e){var n=t.expression;if(n.kind===r.SyntaxKind.PropertyAccessExpression){var i=n.name;if(i.kind==r.SyntaxKind.Identifier)return i.text===e}return!1}function Dc(t,e){var n=t.expression;return n.kind===r.SyntaxKind.Identifier&&n.text===e}function Rc(t,e,n,r){if(!n.has(t)&&(n.set(t,e),e&&(function i(t){return t&&t.module&&!!t.name&&kc(t)}(t)||function o(t){return t&&t.module&&t.default&&kc(t)}(t))&&null==t.line)){var s=Vc(e,r);null!=s.line&&(t.line=s.line),null!=s.character&&(t.character=s.character)}return t}function jc(t,e){return!r.forEachChild(t,function(t){return!e(t)})}function Lc(t){return Object(t)!==t}function Fc(t){return void 0!==t}function Vc(t,e){return t&&(e=e||function n(t){for(;t&&t.kind!=r.SyntaxKind.SourceFile;)t=t.parent;return t}(t))?r.getLineAndCharacterOfPosition(e,t.getStart(e)):{}}function Bc(t,e,n,r){var i=a({__symbolic:"error",message:t},Vc(e,r));return n&&(i.context=n),i}var Hc=function(){function t(t,e,n,r){void 0===n&&(n={}),this.symbols=t,this.nodeMap=e,this.options=n,this.recordExport=r}return t.prototype.nameOf=function(t){if(t&&t.kind==r.SyntaxKind.Identifier)return t.text;var e=t&&this.evaluateNode(t);return Oc(e)||"string"==typeof e?e:Bc("Name expected",t,{received:t&&t.getText()||"<missing>"})},t.prototype.isFoldable=function(t){return this.isFoldableWorker(t,new Map)},t.prototype.isFoldableWorker=function(t,e){var n=this;if(t)switch(t.kind){case r.SyntaxKind.ObjectLiteralExpression:return jc(t,function(t){return t.kind===r.SyntaxKind.PropertyAssignment&&n.isFoldableWorker(t.initializer,e)});case r.SyntaxKind.ArrayLiteralExpression:return jc(t,function(t){return n.isFoldableWorker(t,e)});case r.SyntaxKind.CallExpression:var i=t;if(Ic(i,"concat")&&1===Kc(i.arguments).length){var o=i.expression.expression;if(this.isFoldableWorker(o,e)&&this.isFoldableWorker(i.arguments[0],e)){var s=this.evaluateNode(o);if(s&&Array.isArray(s))return!0}}return!(!Dc(i,"CONST_EXPR")||1!==Kc(i.arguments).length)&&this.isFoldableWorker(i.arguments[0],e);case r.SyntaxKind.NoSubstitutionTemplateLiteral:case r.SyntaxKind.StringLiteral:case r.SyntaxKind.NumericLiteral:case r.SyntaxKind.NullKeyword:case r.SyntaxKind.TrueKeyword:case r.SyntaxKind.FalseKeyword:case r.SyntaxKind.TemplateHead:case r.SyntaxKind.TemplateMiddle:case r.SyntaxKind.TemplateTail:return!0;case r.SyntaxKind.ParenthesizedExpression:return this.isFoldableWorker(t.expression,e);case r.SyntaxKind.BinaryExpression:var a=t;switch(a.operatorToken.kind){case r.SyntaxKind.PlusToken:case r.SyntaxKind.MinusToken:case r.SyntaxKind.AsteriskToken:case r.SyntaxKind.SlashToken:case r.SyntaxKind.PercentToken:case r.SyntaxKind.AmpersandAmpersandToken:case r.SyntaxKind.BarBarToken:return this.isFoldableWorker(a.left,e)&&this.isFoldableWorker(a.right,e);default:return!1}case r.SyntaxKind.PropertyAccessExpression:return this.isFoldableWorker(t.expression,e);case r.SyntaxKind.ElementAccessExpression:var u=t;return this.isFoldableWorker(u.expression,e)&&this.isFoldableWorker(u.argumentExpression,e);case r.SyntaxKind.Identifier:var c=this.symbols.resolve(t.text);if(void 0!==c&&Lc(c))return!0;break;case r.SyntaxKind.TemplateExpression:return t.templateSpans.every(function(t){return n.isFoldableWorker(t.expression,e)})}return!1},t.prototype.evaluateNode=function(t,e){var n,i=this,o=this;function s(t,e){if(o.options.substituteExpression){var n=o.options.substituteExpression(t,e);o.recordExport&&n!=t&&Ac(n)&&o.recordExport(n.name,t),t=n}return Rc(t,e,o.nodeMap)}function u(t){return!o.options.verboseInvalidExpression&&Oc(t)}var c=function(e,n){var r=i.symbols.resolve(e,n);return void 0===r?s({__symbolic:"reference",name:e},t):r&&kc(r)?s(a({},r),t):r};switch(t.kind){case r.SyntaxKind.ObjectLiteralExpression:var l={},h=[];return r.forEachChild(t,function(t){switch(t.kind){case r.SyntaxKind.ShorthandPropertyAssignment:case r.SyntaxKind.PropertyAssignment:var e=t;e.name.kind==r.SyntaxKind.StringLiteral&&h.push(e.name.text);var o=i.nameOf(e.name);if(u(o))return n=o,!0;var a=Uc(e)?i.evaluateNode(e.initializer,!0):c(o,!0);if(u(a))return n=a,!0;l[o]=Uc(e)?s(a,e.initializer):a}}),n||(this.options.quotedNames&&h.length&&(l.$quoted$=h),s(l,t));case r.SyntaxKind.ArrayLiteralExpression:var f=[];return r.forEachChild(t,function(t){var e,r,o=i.evaluateNode(t,!0);if(u(o))return n=o,!0;if(function s(t){return t&&"spread"===t.__symbolic}(o)&&Array.isArray(o.expression))try{for(var a=p(o.expression),c=a.next();!c.done;c=a.next())f.push(c.value)}catch(t){e={error:t}}finally{try{c&&!c.done&&(r=a.return)&&r.call(a)}finally{if(e)throw e.error}}else f.push(o)}),n||s(f,t);case Mc:return s({__symbolic:"spread",expression:this.evaluateNode(t.expression)},t);case r.SyntaxKind.CallExpression:var d=t;if(Dc(d,"forwardRef")&&1===Kc(d.arguments).length){var v=d.arguments[0];if(v.kind==r.SyntaxKind.ArrowFunction)return s(this.evaluateNode(v.body),t)}var y=Kc(d.arguments).map(function(t){return i.evaluateNode(t)});if(this.isFoldable(d)&&Ic(d,"concat")){var m=this.evaluateNode(d.expression.expression);return u(m)?m:m.concat(y[0])}if(Dc(d,"CONST_EXPR")&&1===Kc(d.arguments).length)return s(y[0],t);var g=this.evaluateNode(d.expression);if(u(g))return s(g,t);var _={__symbolic:"call",expression:g};return y&&y.length&&(_.arguments=y),s(_,t);case r.SyntaxKind.NewExpression:var b=t,w=Kc(b.arguments).map(function(t){return i.evaluateNode(t)}),x=this.evaluateNode(b.expression);if(Oc(x))return s(x,t);var E={__symbolic:"new",expression:x};return w.length&&(E.arguments=w),s(E,t);case r.SyntaxKind.PropertyAccessExpression:var S=t,C=this.evaluateNode(S.expression);if(u(C))return s(C,t);var T=this.nameOf(S.name);return u(T)?s(T,t):C&&this.isFoldable(S.expression)?C[T]:Nc(C)?s({__symbolic:"reference",module:C.module,name:T},t):s({__symbolic:"select",expression:C,member:T},t);case r.SyntaxKind.ElementAccessExpression:var P=t,A=this.evaluateNode(P.expression);if(u(A))return s(A,t);if(!P.argumentExpression)return s(Bc("Expression form not supported",t),t);var N=this.evaluateNode(P.argumentExpression);return u(A)?s(A,t):this.isFoldable(P.expression)&&this.isFoldable(P.argumentExpression)?A[N]:s({__symbolic:"index",expression:A,index:N},t);case r.SyntaxKind.Identifier:return c(t.text,e);case r.SyntaxKind.TypeReference:var k=t,O=k.typeName,M=function(t){if(O.kind===r.SyntaxKind.QualifiedName){var e=t,n=i.evaluateNode(e.left);return Nc(n)?s({__symbolic:"reference",module:n.module,name:e.right.text},t):{__symbolic:"select",expression:n,member:e.right.text}}var o=O,a=i.symbols.resolve(o.text);return u(a)||kc(a)?s(a,t):s(Bc("Could not resolve type",t,{typeName:o.text}),t)}(O);if(u(M))return s(M,t);if(!Nc(M)&&k.typeArguments&&k.typeArguments.length){var I=k.typeArguments.map(function(t){return i.evaluateNode(t)});M.arguments=I}return s(M,t);case r.SyntaxKind.UnionType:for(var D=t.types.filter(function(t){return t.kind!=r.SyntaxKind.NullKeyword&&t.kind!=r.SyntaxKind.UndefinedKeyword}).map(function(t){return i.evaluateNode(t)}),R=null,j=0;j<D.length;j++){var L=D[j];if(!kc(L))return L;R&&(L.name!=R.name||L.module!=R.module||L.arguments)||(R=L)}if(R)return R;break;case r.SyntaxKind.NoSubstitutionTemplateLiteral:case r.SyntaxKind.StringLiteral:case r.SyntaxKind.TemplateHead:case r.SyntaxKind.TemplateTail:case r.SyntaxKind.TemplateMiddle:return t.text;case r.SyntaxKind.NumericLiteral:return parseFloat(t.text);case r.SyntaxKind.AnyKeyword:return s({__symbolic:"reference",name:"any"},t);case r.SyntaxKind.StringKeyword:return s({__symbolic:"reference",name:"string"},t);case r.SyntaxKind.NumberKeyword:return s({__symbolic:"reference",name:"number"},t);case r.SyntaxKind.BooleanKeyword:return s({__symbolic:"reference",name:"boolean"},t);case r.SyntaxKind.ArrayType:return s({__symbolic:"reference",name:"Array",arguments:[this.evaluateNode(t.elementType)]},t);case r.SyntaxKind.NullKeyword:return null;case r.SyntaxKind.TrueKeyword:return!0;case r.SyntaxKind.FalseKeyword:return!1;case r.SyntaxKind.ParenthesizedExpression:case r.SyntaxKind.TypeAssertionExpression:return this.evaluateNode(t.expression);case r.SyntaxKind.PrefixUnaryExpression:var F=t,V=this.evaluateNode(F.operand);if(Fc(V)&&Lc(V))switch(F.operator){case r.SyntaxKind.PlusToken:return+V;case r.SyntaxKind.MinusToken:return-V;case r.SyntaxKind.TildeToken:return~V;case r.SyntaxKind.ExclamationToken:return!V}var B=void 0;switch(F.operator){case r.SyntaxKind.PlusToken:B="+";break;case r.SyntaxKind.MinusToken:B="-";break;case r.SyntaxKind.TildeToken:B="~";break;case r.SyntaxKind.ExclamationToken:B="!";break;default:return}return s({__symbolic:"pre",operator:B,operand:V},t);case r.SyntaxKind.BinaryExpression:var H=t,U=this.evaluateNode(H.left),q=this.evaluateNode(H.right);if(Fc(U)&&Fc(q)){if(Lc(U)&&Lc(q))switch(H.operatorToken.kind){case r.SyntaxKind.BarBarToken:return U||q;case r.SyntaxKind.AmpersandAmpersandToken:return U&&q;case r.SyntaxKind.AmpersandToken:return U&q;case r.SyntaxKind.BarToken:return U|q;case r.SyntaxKind.CaretToken:return U^q;case r.SyntaxKind.EqualsEqualsToken:return U==q;case r.SyntaxKind.ExclamationEqualsToken:return U!=q;case r.SyntaxKind.EqualsEqualsEqualsToken:return U===q;case r.SyntaxKind.ExclamationEqualsEqualsToken:return U!==q;case r.SyntaxKind.LessThanToken:return U<q;case r.SyntaxKind.GreaterThanToken:return U>q;case r.SyntaxKind.LessThanEqualsToken:return U<=q;case r.SyntaxKind.GreaterThanEqualsToken:return U>=q;case r.SyntaxKind.LessThanLessThanToken:return U<<q;case r.SyntaxKind.GreaterThanGreaterThanToken:return U>>q;case r.SyntaxKind.GreaterThanGreaterThanGreaterThanToken:return U>>>q;case r.SyntaxKind.PlusToken:return U+q;case r.SyntaxKind.MinusToken:return U-q;case r.SyntaxKind.AsteriskToken:return U*q;case r.SyntaxKind.SlashToken:return U/q;case r.SyntaxKind.PercentToken:return U%q}return s({__symbolic:"binop",operator:H.operatorToken.getText(),left:U,right:q},t)}break;case r.SyntaxKind.ConditionalExpression:var K=t,z=this.evaluateNode(K.condition),W=this.evaluateNode(K.whenTrue),Q=this.evaluateNode(K.whenFalse);return Lc(z)?z?W:Q:s({__symbolic:"if",condition:z,thenExpression:W,elseExpression:Q},t);case r.SyntaxKind.FunctionExpression:case r.SyntaxKind.ArrowFunction:return s(Bc("Lambda not supported",t),t);case r.SyntaxKind.TaggedTemplateExpression:return s(Bc("Tagged template expressions are not supported in metadata",t),t);case r.SyntaxKind.TemplateExpression:var G=t;return this.isFoldable(t)?G.templateSpans.reduce(function(t,e){return t+i.evaluateNode(e.expression)+i.evaluateNode(e.literal)},this.evaluateNode(G.head)):G.templateSpans.reduce(function(t,e){var n=i.evaluateNode(e.expression),r=i.evaluateNode(e.literal);if(u(n))return n;if(u(r))return r;if("string"==typeof t&&"string"==typeof n&&"string"==typeof r)return t+n+r;var o=n;return""!==t&&(o={__symbolic:"binop",operator:"+",left:t,right:n}),""!=r&&(o={__symbolic:"binop",operator:"+",left:o,right:r}),o},this.evaluateNode(G.head));case r.SyntaxKind.AsExpression:return this.evaluateNode(t.expression);case r.SyntaxKind.ClassExpression:return{__symbolic:"class"}}return s(Bc("Expression form not supported",t),t)},t}();function Uc(t){return t.kind==r.SyntaxKind.PropertyAssignment}var qc=r.createNodeArray();function Kc(t){return t||qc}
508
509
  /**
509
510
  * @license
510
511
  * Copyright Google Inc. All Rights Reserved.
511
512
  *
512
513
  * Use of this source code is governed by an MIT-style license that can be
513
514
  * found in the LICENSE file at https://angular.io/license
514
- */!function(t){t[t.Any=0]="Any",t[t.String=1]="String",t[t.Number=2]="Number",t[t.Boolean=3]="Boolean",t[t.Undefined=4]="Undefined",t[t.Null=5]="Null",t[t.Unbound=6]="Unbound",t[t.Other=7]="Other"}(Uu||(Uu={})),function(t){t[t.Error=0]="Error",t[t.Warning=1]="Warning"}(qu||(qu={}));var zu=function zu(t,e,n){this.kind=t,this.message=e,this.ast=n},Wu=function(){function t(t,e,n){this.scope=t,this.query=e,this.context=n}return t.prototype.getType=function(t){return t.visit(this)},t.prototype.getDiagnostics=function(t){this.diagnostics=[];var e=t.visit(this);return this.context.event&&e.callable&&this.reportWarning("Unexpected callable expression. Expected a method call",t),this.diagnostics},t.prototype.visitBinary=function(t){var e=this;function n(t,e){switch(t){case Uu.Undefined:case Uu.Null:return n(e,Uu.Other)}return t}var r=function(t,n){var r=e.getType(t);if(r.nullable){switch(n){case"&&":case"||":case"==":case"!=":case"===":case"!==":break;default:e.reportError("The expression might be null",t)}return e.query.getNonNullableType(r)}return r},i=r(t.left,t.operation),o=r(t.right,t.operation),s=this.query.getTypeKind(i),a=this.query.getTypeKind(o),u=n(s,a),c=u<<8|n(a,s);switch(t.operation){case"*":case"/":case"%":case"-":case"<<":case">>":case">>>":case"&":case"^":case"|":switch(c){case Uu.Any<<8|Uu.Any:case Uu.Number<<8|Uu.Any:case Uu.Any<<8|Uu.Number:case Uu.Number<<8|Uu.Number:return this.query.getBuiltinType(Uu.Number);default:var l=t.left;switch(u){case Uu.Any:case Uu.Number:l=t.right}return this.reportError("Expected a numeric type",l)}case"+":switch(c){case Uu.Any<<8|Uu.Any:case Uu.Any<<8|Uu.Boolean:case Uu.Any<<8|Uu.Number:case Uu.Any<<8|Uu.Other:case Uu.Boolean<<8|Uu.Any:case Uu.Number<<8|Uu.Any:case Uu.Other<<8|Uu.Any:return this.anyType;case Uu.Any<<8|Uu.String:case Uu.Boolean<<8|Uu.String:case Uu.Number<<8|Uu.String:case Uu.String<<8|Uu.Any:case Uu.String<<8|Uu.Boolean:case Uu.String<<8|Uu.Number:case Uu.String<<8|Uu.String:case Uu.String<<8|Uu.Other:case Uu.Other<<8|Uu.String:return this.query.getBuiltinType(Uu.String);case Uu.Number<<8|Uu.Number:return this.query.getBuiltinType(Uu.Number);case Uu.Boolean<<8|Uu.Number:case Uu.Other<<8|Uu.Number:return this.reportError("Expected a number type",t.left);case Uu.Number<<8|Uu.Boolean:case Uu.Number<<8|Uu.Other:return this.reportError("Expected a number type",t.right);default:return this.reportError("Expected operands to be a string or number type",t)}case">":case"<":case"<=":case">=":case"==":case"!=":case"===":case"!==":switch(c){case Uu.Any<<8|Uu.Any:case Uu.Any<<8|Uu.Boolean:case Uu.Any<<8|Uu.Number:case Uu.Any<<8|Uu.String:case Uu.Any<<8|Uu.Other:case Uu.Boolean<<8|Uu.Any:case Uu.Boolean<<8|Uu.Boolean:case Uu.Number<<8|Uu.Any:case Uu.Number<<8|Uu.Number:case Uu.String<<8|Uu.Any:case Uu.String<<8|Uu.String:case Uu.Other<<8|Uu.Any:case Uu.Other<<8|Uu.Other:return this.query.getBuiltinType(Uu.Boolean);default:return this.reportError("Expected the operants to be of similar type or any",t)}case"&&":return o;case"||":return this.query.getTypeUnion(i,o)}return this.reportError("Unrecognized operator "+t.operation,t)},t.prototype.visitChain=function(t){return this.diagnostics&&hr(t,this),this.query.getBuiltinType(Uu.Undefined)},t.prototype.visitConditional=function(t){return this.diagnostics&&hr(t,this),this.query.getTypeUnion(this.getType(t.trueExp),this.getType(t.falseExp))},t.prototype.visitFunctionCall=function(t){var e=this,n=t.args.map(function(t){return e.getType(t)}),r=this.getType(t.target);if(!r||!r.callable)return this.reportError("Call target is not callable",t);var i=r.selectSignature(n);return i?i.result:this.reportError("Unable no compatible signature found for call",t)},t.prototype.visitImplicitReceiver=function(t){var e=this;return{name:"$implict",kind:"component",language:"ng-template",type:void 0,container:void 0,callable:!1,nullable:!1,public:!0,definition:void 0,members:function(){return e.scope},signatures:function(){return[]},selectSignature:function(t){},indexed:function(t){}}},t.prototype.visitInterpolation=function(t){return this.diagnostics&&hr(t,this),this.undefinedType},t.prototype.visitKeyedRead=function(t){var e=this.getType(t.obj),n=this.getType(t.key);return e.indexed(n)||this.anyType},t.prototype.visitKeyedWrite=function(t){return this.getType(t.value)},t.prototype.visitLiteralArray=function(t){var e,n=this;return this.query.getArrayType((e=this.query).getTypeUnion.apply(e,f(t.expressions.map(function(t){return n.getType(t)}))))},t.prototype.visitLiteralMap=function(t){return this.diagnostics&&hr(t,this),this.anyType},t.prototype.visitLiteralPrimitive=function(t){switch(t.value){case!0:case!1:return this.query.getBuiltinType(Uu.Boolean);case null:return this.query.getBuiltinType(Uu.Null);case void 0:return this.query.getBuiltinType(Uu.Undefined);default:switch(typeof t.value){case"string":return this.query.getBuiltinType(Uu.String);case"number":return this.query.getBuiltinType(Uu.Number);default:return this.reportError("Unrecognized primitive",t)}}},t.prototype.visitMethodCall=function(t){return this.resolveMethodCall(this.getType(t.receiver),t)},t.prototype.visitPipe=function(t){var e=this,n=this.query.getPipes().get(t.name);if(!n)return this.reportError("No pipe by the name "+t.name+" found",t);var r=this.getType(t.exp),i=n.selectSignature([r].concat(t.args.map(function(t){return e.getType(t)})));return i?i.result:this.reportError("Unable to resolve signature for pipe invocation",t)},t.prototype.visitPrefixNot=function(t){return this.query.getBuiltinType(Uu.Boolean)},t.prototype.visitNonNullAssert=function(t){var e=this.getType(t.expression);return this.query.getNonNullableType(e)},t.prototype.visitPropertyRead=function(t){return this.resolvePropertyRead(this.getType(t.receiver),t)},t.prototype.visitPropertyWrite=function(t){return this.getType(t.value)},t.prototype.visitQuote=function(t){return this.query.getBuiltinType(Uu.Any)},t.prototype.visitSafeMethodCall=function(t){return this.resolveMethodCall(this.query.getNonNullableType(this.getType(t.receiver)),t)},t.prototype.visitSafePropertyRead=function(t){return this.resolvePropertyRead(this.query.getNonNullableType(this.getType(t.receiver)),t)},Object.defineProperty(t.prototype,"anyType",{get:function(){var t=this._anyType;return t||(t=this._anyType=this.query.getBuiltinType(Uu.Any)),t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"undefinedType",{get:function(){var t=this._undefinedType;return t||(t=this._undefinedType=this.query.getBuiltinType(Uu.Undefined)),t},enumerable:!0,configurable:!0}),t.prototype.resolveMethodCall=function(t,e){var n=this;if(this.isAny(t))return this.anyType;var r=t.members().get(e.name);if(!r)return this.reportError("Unknown method '"+e.name+"'",e);if(!r.type)return this.reportError("Could not find a type for '"+e.name+"'",e);if(!r.type.callable)return this.reportError("Member '"+e.name+"' is not callable",e);var i=r.type.selectSignature(e.args.map(function(t){return n.getType(t)}));return i?i.result:this.reportError("Unable to resolve signature for call of method "+e.name,e)},t.prototype.resolvePropertyRead=function(t,e){if(this.isAny(t))return this.anyType;var n=t.members().get(e.name);if(!n){var r;if("$implict"==(r=t.name))r="The component declaration, template variable declarations, and element references do";else{if(t.nullable)return this.reportError("The expression might be null",e.receiver);r="'"+r+"' does"}return this.reportError("Identifier '"+e.name+"' is not defined. "+r+" not contain such a member",e)}return n.public||this.reportWarning("Identifier '"+e.name+"' refers to a private member of "+(r="$implict"==(r=t.name)?"the component":"'"+r+"'"),e),n.type},t.prototype.reportError=function(t,e){return this.diagnostics&&this.diagnostics.push(new zu(qu.Error,t,e)),this.anyType},t.prototype.reportWarning=function(t,e){return this.diagnostics&&this.diagnostics.push(new zu(qu.Warning,t,e)),this.anyType},t.prototype.isAny=function(t){return!t||this.query.getTypeKind(t)==Uu.Any||!!t.type&&this.isAny(t.type)},t}();function Qu(t,e){if(t.fileName){var n=t.offset;return[{fileName:t.fileName,span:{start:e.sourceSpan.start.offset+n,end:e.sourceSpan.end.offset+n}}]}}function Gu(t,e,n){var r=n.directives.find(function(t){var e=Gt(t.directive.type);return"NgFor"==e||"NgForOf"==e});if(r){var i=r.inputs.find(function(t){return"ngForOf"==t.directiveName});if(i){var o=new Wu(e.members,e.query,{}).getType(i.value);if(o){var s=e.query.getElementType(o);if(s)return s}}}return e.query.getBuiltinType(Uu.Any)}function Xu(t,e,n){var r=t.members,i=function s(t){var e=[];function n(n){var r,i,o=function(n){var r=void 0;n.value&&(r=t.query.getTypeSymbol($t(n.value))),e.push({name:n.name,kind:"reference",type:r||t.query.getBuiltinType(Uu.Any),get definition(){return Qu(t,n)}})};try{for(var s=p(n),a=s.next();!a.done;a=s.next())o(a.value)}catch(t){r={error:t}}finally{try{a&&!a.done&&(i=s.return)&&i.call(s)}finally{if(r)throw r.error}}}return Vt(new(function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.visitEmbeddedTemplate=function(e,r){t.prototype.visitEmbeddedTemplate.call(this,e,r),n(e.references)},e.prototype.visitElement=function(e,r){t.prototype.visitElement.call(this,e,r),n(e.references)},e}(Ft)),t.templateAst),e}(t),a=function u(t,e){for(var n,r,i=[],o=e.tail;o;){if(o instanceof Mt){var s=function(e){var n=e.name,r=o.directives.map(function(e){return t.query.getTemplateContext(e.directive.type.reference)}).find(function(t){return!!t}),s=void 0;if(r){var a=r.get(e.value);if(a){var u=t.query.getTypeKind(s=a.type);u!==Uu.Any&&u!=Uu.Unbound||(s=Gu(0,t,o))}}s||(s=t.query.getBuiltinType(Uu.Any)),i.push({name:n,kind:"variable",type:s,get definition(){return Qu(t,e)}})};try{for(var a=p(o.variables),u=a.next();!u.done;u=a.next())s(u.value)}catch(t){n={error:t}}finally{try{u&&!u.done&&(r=a.return)&&r.call(a)}finally{if(n)throw n.error}}}o=e.parentOf(o)}return i}(t,e),c=function l(t,e){var n=[];return e&&(n=[{name:"$event",kind:"variable",type:t.query.getBuiltinType(Uu.Any)}]),n}(t,n);if(i.length||a.length||c.length){var h=t.query.createSymbolTable(i),f=t.query.createSymbolTable(a),d=t.query.createSymbolTable(c);r=t.query.mergeSymbolTable([r,h,f,d])}return r}var $u=function(t){function e(e,n){var r=t.call(this)||this;return r.info=e,r.getExpressionScope=n,r.diagnostics=[],r.path=new oe([]),r}return o(e,t),e.prototype.visitDirective=function(t,e){t.inputs&&t.inputs.length&&Vt(this,t.inputs,e)},e.prototype.visitBoundText=function(t){this.push(t),this.diagnoseExpression(t.value,t.sourceSpan.start.offset,!1),this.pop()},e.prototype.visitDirectiveProperty=function(t){this.push(t),this.diagnoseExpression(t.value,this.attributeValueLocation(t),!1),this.pop()},e.prototype.visitElementProperty=function(t){this.push(t),this.diagnoseExpression(t.value,this.attributeValueLocation(t),!1),this.pop()},e.prototype.visitEvent=function(t){this.push(t),this.diagnoseExpression(t.handler,this.attributeValueLocation(t),!0),this.pop()},e.prototype.visitVariable=function(t){var e=this.directiveSummary;if(e&&t.value){var n=this.info.query.getTemplateContext(e.type.reference);n&&!n.has(t.value)&&this.reportError("$implicit"===t.value?"The template context does not have an implicit value":"The template context does not defined a member called '"+t.value+"'",function r(t){return{start:t.start.offset,end:t.end.offset}}
515
+ */var zc,Wc=function(){function t(t){this.sourceFile=t,this.references=new Map}return t.prototype.resolve=function(t,e){return e&&this.references.get(t)||this.symbols.get(t)},t.prototype.define=function(t,e){this.symbols.set(t,e)},t.prototype.defineReference=function(t,e){this.references.set(t,e)},t.prototype.has=function(t){return this.symbols.has(t)},Object.defineProperty(t.prototype,"symbols",{get:function(){var t=this._symbols;return t||(function e(t){["Object","Function","String","Number","Array","Boolean","Map","NaN","Infinity","Math","Date","RegExp","Error","Error","EvalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError","JSON","ArrayBuffer","DataView","Int8Array","Uint8Array","Uint8ClampedArray","Uint16Array","Int16Array","Int32Array","Uint32Array","Float32Array","Float64Array"].forEach(function(e){return t.set(e,{__symbolic:"reference",name:e})})}
515
516
  /**
516
517
  * @license
517
518
  * Copyright Google Inc. All Rights Reserved.
518
519
  *
519
520
  * Use of this source code is governed by an MIT-style license that can be
520
521
  * found in the LICENSE file at https://angular.io/license
521
- */(t.sourceSpan))}},e.prototype.visitElement=function(e,n){this.push(e),t.prototype.visitElement.call(this,e,n),this.pop()},e.prototype.visitEmbeddedTemplate=function(e,n){var r=this.directiveSummary;this.push(e),this.directiveSummary=e.directives.map(function(t){return t.directive}).find(function(t){return function e(t){var e,n;if(t.diDeps)try{for(var r=p(t.diDeps),i=r.next();!i.done;i=r.next()){var o=i.value;if(o.token&&o.token.identifier&&"TemplateRef"==Gt(o.token.identifier))return!0}}catch(t){e={error:t}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}return!1}(t.type)}),t.prototype.visitEmbeddedTemplate.call(this,e,n),this.pop(),this.directiveSummary=r},e.prototype.attributeValueLocation=function(t){var e=de(this.info.htmlAst,t.sourceSpan.start.offset).tail;return e instanceof ce&&e.valueSpan?e.valueSpan.start.offset+1:t.sourceSpan.start.offset},e.prototype.diagnoseExpression=function(t,e,n){var r,i=this,o=this.getExpressionScope(this.path,n);(r=this.diagnostics).push.apply(r,f(function s(t,e,n,r){void 0===r&&(r={});var i=new Wu(t,n,r);return i.getDiagnostics(e),i.diagnostics}(o,t,this.info.query,{event:n}).map(function(t){return{span:Yu(t.ast.span,e+i.info.offset),kind:t.kind,message:t.message}})))},e.prototype.push=function(t){this.path.push(t)},e.prototype.pop=function(){this.path.pop()},e.prototype.reportError=function(t,e){e&&this.diagnostics.push({span:Yu(e,this.info.offset),kind:qu.Error,message:t})},e.prototype.reportWarning=function(t,e){this.diagnostics.push({span:Yu(e,this.info.offset),kind:qu.Warning,message:t})},e}(Ft);function Yu(t,e){return{start:t.start+e,end:t.end+e}}function Zu(t){return t.split(".").map(Number)}function Ju(t,e){for(var n=Math.max(t.length,e.length),r=Math.min(t.length,e.length),i=0;i<r;i++){if(t[i]>e[i])return 1;if(t[i]<e[i])return-1}if(r!==n){var o=t.length===n?t:e,s=t.length===n?1:-1;for(i=r;i<n;i++)if(o[i]>0)return s}return 0}
522
+ */(t=this._symbols=new Map),this.buildImports()),t},enumerable:!0,configurable:!0}),t.prototype.buildImports=function(){var t=this,e=this._symbols,n=function(t){return t.replace(/^['"]|['"]$/g,"")},i=function(o){var s,a;switch(o.kind){case r.SyntaxKind.ImportEqualsDeclaration:var u=o;if(u.moduleReference.kind===r.SyntaxKind.ExternalModuleReference){var c=u.moduleReference;if(c.expression){c.expression.parent||(c.expression.parent=c,c.parent=t.sourceFile);var l=n(c.expression.getText());e.set(u.name.text,{__symbolic:"reference",module:l});break}}e.set(u.name.text,{__symbolic:"error",message:"Unsupported import syntax"});break;case r.SyntaxKind.ImportDeclaration:var h=o;if(!h.importClause)break;h.moduleSpecifier.parent||(h.moduleSpecifier.parent=h,h.parent=t.sourceFile);var f=n(h.moduleSpecifier.getText());h.importClause.name&&e.set(h.importClause.name.text,{__symbolic:"reference",module:f,default:!0});var d=h.importClause.namedBindings;if(d)switch(d.kind){case r.SyntaxKind.NamedImports:try{for(var v=p(d.elements),y=v.next();!y.done;y=v.next()){var m=y.value;e.set(m.name.text,{__symbolic:"reference",module:f,name:m.propertyName?m.propertyName.text:m.name.text})}}catch(t){s={error:t}}finally{try{y&&!y.done&&(a=v.return)&&a.call(v)}finally{if(s)throw s.error}}break;case r.SyntaxKind.NamespaceImport:e.set(d.name.text,{__symbolic:"reference",module:f})}}r.forEachChild(o,i)};this.sourceFile&&r.forEachChild(this.sourceFile,i)},t}(),Qc=function(t){return r.getCombinedModifierFlags(t)&r.ModifierFlags.Static},Gc=function(){function t(t){void 0===t&&(t={}),this.options=t}return t.prototype.getMetadata=function(t,e,n){var i=this;void 0===e&&(e=!1);var o,s=new Wc(t),u=new Map,c=n&&this.options.substituteExpression?function(t,e){return i.options.substituteExpression(n(t,e),e)}:n,l=n?a({},this.options,{substituteExpression:c}):this.options,h=new Hc(s,u,l,function(t,e){o||(o={}),o[t]=e}),f=void 0;function d(e,n){return c&&(e=c(e,n)),Rc(e,n,u,t)}function v(e,n,r){return Bc(e,n,r,t)}function y(t){if(t.name&&t.name.kind==r.SyntaxKind.Identifier){var e=t.name.text,n=t.body;if(n&&1==n.statements.length){var i=n.statements[0];if(i.kind===r.SyntaxKind.ReturnStatement){var o=i;if(o.expression){var s={__symbolic:"function",parameters:function a(t){var e,n,i=[];function o(t){var e,n;if(t.kind==r.SyntaxKind.Identifier)i.push(t.text);else{var s=t;try{for(var a=p(s.elements),u=a.next();!u.done;u=a.next()){var c=u.value.name;c&&o(c)}}catch(t){e={error:t}}finally{try{u&&!u.done&&(n=a.return)&&n.call(a)}finally{if(e)throw e.error}}}}try{for(var s=p(t),a=s.next();!a.done;a=s.next())o(a.value.name)}catch(t){e={error:t}}finally{try{a&&!a.done&&(n=s.return)&&n.call(s)}finally{if(e)throw e.error}}return i}(t.parameters),value:h.evaluateNode(o.expression)};return t.parameters.some(function(t){return null!=t.initializer})&&(s.defaults=t.parameters.map(function(t){return t.initializer&&h.evaluateNode(t.initializer)})),d({func:s,name:e},t)}}}}}var m=new Map;r.forEachChild(t,function(t){switch(t.kind){case r.SyntaxKind.ExportDeclaration:t.moduleSpecifier||t.exportClause.elements.forEach(function(t){m.set((t.propertyName||t.name).text,t.name.text)})}});var g=function(e){return t.isDeclarationFile||r.getCombinedModifierFlags(e)&r.ModifierFlags.Export},_=function(t){return t&&m.has(t.text)},b=function(t){return g(t)||_(t.name)},w=function(t){return t&&(m.get(t.text)||t.text)},x=function(t){return w(t.name)};if(r.forEachChild(t,function(t){switch(t.kind){case r.SyntaxKind.ClassDeclaration:var e=t;if(e.name){var n=e.name.text;b(e)?s.define(n,{__symbolic:"reference",name:x(e)}):s.define(n,v("Reference to non-exported class",t,{className:n}))}break;case r.SyntaxKind.InterfaceDeclaration:t.name&&s.define(t.name.text,{__symbolic:"reference",name:"any"});break;case r.SyntaxKind.FunctionDeclaration:var i=t;if(!b(i)){var o=i.name;o&&o.text&&s.define(o.text,v("Reference to a non-exported function",o,{name:o.text}))}}}),r.forEachChild(t,function(t){var e,n,i,a;switch(t.kind){case r.SyntaxKind.ExportDeclaration:var u=t.moduleSpecifier,c=t.exportClause;if(u||c&&c.elements.forEach(function(e){var n=e.name.text;if(!o||!o[n]){var r=h.evaluateNode(e.propertyName||e.name);o||(o={}),o[n]=d(r,t)}}),u&&u.kind==r.SyntaxKind.StringLiteral){var l={from:u.text};c&&(l.export=c.elements.map(function(t){return t.propertyName?{name:t.propertyName.text,as:t.name.text}:t.name.text})),f||(f=[]),f.push(l)}break;case r.SyntaxKind.ClassDeclaration:var m=t;m.name&&b(m)&&(P=x(m))&&(o||(o={}),o[P]=function E(t){var e,n,i,o,s={__symbolic:"class"};function a(t){if(t&&t.length)return t.map(function(t){return function e(t){return h.evaluateNode(t.expression)}(t)})}function u(t){var e=h.evaluateNode(t);return Oc(e)||kc(e)||function n(t){return t&&"select"===t.__symbolic}(e)?e:v("Symbol reference expected",t)}t.heritageClauses&&t.heritageClauses.forEach(function(t){t.token===r.SyntaxKind.ExtendsKeyword&&t.types&&t.types.forEach(function(t){return s.extends=u(t.expression)})});var c=t.typeParameters;c&&c.length&&(s.arity=c.length),t.decorators&&(s.decorators=a(t.decorators));var l=null;function f(t,e){l||(l={});var n=l.hasOwnProperty(t)?l[t]:[];n.push(e),l[t]=n}var m=null;function g(t,e){m||(m={}),m[t]=e}try{for(var _=p(t.members),b=_.next();!b.done;b=_.next()){var w=b.value,x=!1;switch(w.kind){case r.SyntaxKind.Constructor:case r.SyntaxKind.MethodDeclaration:x=w.kind===r.SyntaxKind.Constructor;var E=w;if(Qc(E)){var S=y(E);S&&g(S.name,S.func);continue}var C=a(E.decorators),T=E.parameters,P=[],A=[],N=!1,k=!1;try{for(var O=p(T),M=O.next();!M.done;M=O.next()){var I=M.value,D=a(I.decorators);P.push(D),N=N||!!D,x&&(A.push(I.type?u(I.type):null),k=!0)}}catch(t){i={error:t}}finally{try{M&&!M.done&&(o=O.return)&&o.call(O)}finally{if(i)throw i.error}}var R={__symbolic:x?"constructor":"method"},j=x?"__ctor__":h.nameOf(w.name);C&&(R.decorators=C),N&&(R.parameterDecorators=P),k&&(R.parameters=A),Oc(j)||f(j,R);break;case r.SyntaxKind.PropertyDeclaration:case r.SyntaxKind.GetAccessor:case r.SyntaxKind.SetAccessor:var L=w;if(Qc(L)){var F=h.nameOf(L.name);Oc(F)||g(F,L.initializer?h.evaluateNode(L.initializer):v("Variable not initialized",L.name))}var V=a(L.decorators);if(V){var B=h.nameOf(L.name);Oc(B)||f(B,{__symbolic:"property",decorators:V})}}}}catch(t){e={error:t}}finally{try{b&&!b.done&&(n=_.return)&&n.call(_)}finally{if(e)throw e.error}}return l&&(s.members=l),m&&(s.statics=m),d(s,t)}(m));break;case r.SyntaxKind.TypeAliasDeclaration:var S=t;S.name&&b(S)&&(P=x(S))&&(o||(o={}),o[P]={__symbolic:"interface"});break;case r.SyntaxKind.InterfaceDeclaration:var C=t;C.name&&b(C)&&(P=x(C))&&(o||(o={}),o[P]={__symbolic:"interface"});break;case r.SyntaxKind.FunctionDeclaration:var T=t;if(b(T)&&T.name){var P=x(T),A=y(T);P&&(o||(o={}),o[P]=A?d(A.func,t):{__symbolic:"function"})}break;case r.SyntaxKind.EnumDeclaration:var N=t;if(b(N)){var k={},O=x(N),M=0,I=0;try{for(var D=p(N.members),R=D.next();!R.done;R=D.next()){var j,L=R.value;j=L.initializer?h.evaluateNode(L.initializer):M,P=void 0,L.name.kind==r.SyntaxKind.Identifier&&(k[P=L.name.text]=j,I++),M="number"==typeof j?j+1:P?{__symbolic:"binary",operator:"+",left:{__symbolic:"select",expression:d({__symbolic:"reference",name:O},t),name:P}}:d(v("Unsupported enum member name",L.name),t)}}catch(t){e={error:t}}finally{try{R&&!R.done&&(n=D.return)&&n.call(D)}finally{if(e)throw e.error}}I&&O&&(o||(o={}),o[O]=d(k,t))}break;case r.SyntaxKind.VariableStatement:var F=t,V=function(e){if(e.name.kind==r.SyntaxKind.Identifier){var n,i=e.name;n=e.initializer?h.evaluateNode(e.initializer):d(v("Variable not initialized",i),i);var a=!1;if(g(F)||g(e)||_(i)){var u=w(i);u&&(o||(o={}),o[u]=d(n,t)),a=!0}"string"==typeof n||"number"==typeof n||"boolean"==typeof n?(s.define(i.text,n),a&&s.defineReference(i.text,{__symbolic:"reference",name:i.text})):a||(n&&!Oc(n)?s.define(i.text,d(n,t)):s.define(i.text,d(v("Reference to a local symbol",i,{name:i.text}),t)))}else{var c=function(e){switch(e.kind){case r.SyntaxKind.Identifier:var n=e,i=v("Destructuring not supported",n);s.define(n.text,i),g(t)&&(o||(o={}),o[n.text]=i);break;case r.SyntaxKind.BindingElement:c(e.name);break;case r.SyntaxKind.ObjectBindingPattern:case r.SyntaxKind.ArrayBindingPattern:e.elements.forEach(c)}};c(e.name)}};try{for(var B=p(F.declarationList.declarations),H=B.next();!H.done;H=B.next())V(H.value)}catch(t){i={error:t}}finally{try{H&&!H.done&&(a=B.return)&&a.call(B)}finally{if(i)throw i.error}}}}),o||f){o?e&&function E(t,e,n){var r=new Set(["Array","Object","Set","Map","string","number","any"]);function i(s){if(s)if(Array.isArray(s))s.forEach(i);else if("object"!=typeof s||s.hasOwnProperty("__symbolic")){if(Oc(s))!function a(n){if(o(e.get(n)))throw new Error(t.fileName+(void 0!=n.line?void 0!=n.character?":"+(n.line+1)+":"+(n.character+1):":"+(n.line+1):"")+": Metadata collected contains an error that will be reported at runtime: "+function r(t){switch(t.message){case"Reference to non-exported class":if(t.context&&t.context.className)return"Reference to a non-exported class "+t.context.className+". Consider exporting the class";break;case"Variable not initialized":return"Only initialized variables and constants can be referenced because the value of this variable is needed by the template compiler";case"Destructuring not supported":return"Referencing an exported destructured variable or constant is not supported by the template compiler. Consider simplifying this to avoid destructuring";case"Could not resolve type":if(t.context&&t.context.typeName)return"Could not resolve type "+t.context.typeName;break;case"Function call not supported":return(t.context&&t.context.name?"Calling function '"+t.context.name+"', f":"F")+"unction calls are not supported. Consider replacing the function or lambda with a reference to an exported function";case"Reference to a local symbol":if(t.context&&t.context.name)return"Reference to a local (non-exported) symbol '"+t.context.name+"'. Consider exporting the symbol"}return t.message}
522
523
  /**
523
524
  * @license
524
525
  * Copyright Google Inc. All Rights Reserved.
@@ -526,35 +527,27 @@ function ju(){return new Fu(".")}!function(t){function e(e){var n=t.call(this)||
526
527
  * Use of this source code is governed by an MIT-style license that can be
527
528
  * found in the LICENSE file at https://angular.io/license
528
529
  */
529
- var tc=r.ModifierFlags?function(t){return!!(r.getCombinedModifierFlags(t)&r.ModifierFlags.Private)}:function(t){return!!(t.flags&r.NodeFlags.Private)},ec=r.ObjectFlags?function(t){return!!(t.flags&r.TypeFlags.Object&&t.objectFlags&r.ObjectFlags.Reference)}:function(t){return!!(t.flags&r.TypeFlags.Reference)},nc=function(){function t(t,e,n,r){this.program=t,this.checker=e,this.source=n,this.fetchPipes=r,this.typeCache=new Map}return t.prototype.getTypeKind=function(t){return function t(e){var n,i;if(e){if(e.flags&r.TypeFlags.Any)return Uu.Any;if(e.flags&(r.TypeFlags.String|r.TypeFlags.StringLike|r.TypeFlags.StringLiteral))return Uu.String;if(e.flags&(r.TypeFlags.Number|r.TypeFlags.NumberLike))return Uu.Number;if(e.flags&r.TypeFlags.Undefined)return Uu.Undefined;if(e.flags&r.TypeFlags.Null)return Uu.Null;if(e.flags&r.TypeFlags.Union){var o=null,s=e;if(s.types.length>0){o=t(s.types[0]);try{for(var a=p(s.types),u=a.next();!u.done;u=a.next())if(o!=t(u.value))return Uu.Other}catch(t){n={error:t}}finally{try{u&&!u.done&&(i=a.return)&&i.call(a)}finally{if(n)throw n.error}}}if(null!=o)return o}else if(e.flags&r.TypeFlags.TypeParameter)return Uu.Unbound}return Uu.Other}(this.getTsTypeOf(t))},t.prototype.getBuiltinType=function(t){var e=this.typeCache.get(t);if(!e){var n=_c(t,{checker:this.checker,node:this.source,program:this.program});e=new sc(n,{program:this.program,checker:this.checker,node:this.source}),this.typeCache.set(t,e)}return e},t.prototype.getTypeUnion=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=void 0;if(t.length){n=t[0];for(var r=1;r<t.length;r++)if(t[r]!=n){n=void 0;break}}return n||this.getBuiltinType(Uu.Any)},t.prototype.getArrayType=function(t){return this.getBuiltinType(Uu.Any)},t.prototype.getElementType=function(t){if(t instanceof sc){var e=Ec(t.tsType,"Array");if(e)return new sc(e,t.context)}},t.prototype.getNonNullableType=function(t){if(t instanceof sc&&"function"==typeof this.checker.getNonNullableType){var e=t.tsType,n=this.checker.getNonNullableType(e);if(n!=e)return new sc(n,t.context);if(n==e)return t}return this.getBuiltinType(Uu.Any)},t.prototype.getPipes=function(){var t=this.pipesCache;return t||(t=this.pipesCache=this.fetchPipes()),t},t.prototype.getTemplateContext=function(t){var e={node:this.source,program:this.program,checker:this.checker},n=mc(t,e);if(n){var r=this.getTemplateRefContextType(n);if(r)return new ac(r,e).members()}},t.prototype.getTypeSymbol=function(t){var e={node:this.source,program:this.program,checker:this.checker},n=mc(t,e);return n&&new ac(n,e)},t.prototype.createSymbolTable=function(t){var e=new fc;return e.addAll(t.map(function(t){return new uc(t)})),e},t.prototype.mergeSymbolTable=function(t){var e,n,r=new fc;try{for(var i=p(t),o=i.next();!o.done;o=i.next())r.addAll(o.value.values())}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return r},t.prototype.getSpanAt=function(t,e){return function n(t,e,i){if(null!=e&&null!=i){var o=r.getPositionOfLineAndCharacter(t,e,i),s=r.forEachChild(t,function t(e){if(e.kind>r.SyntaxKind.LastToken&&e.pos<=o&&e.end>o)return r.forEachChild(e,t)||e});if(s)return{start:s.getStart(),end:s.getEnd()}}}(this.source,t,e)},t.prototype.getTemplateRefContextType=function(t){var e,n,r=this.checker.getTypeOfSymbolAtLocation(t,this.source),i=r.symbol&&r.symbol.members&&Sc(r.symbol.members,"__constructor");if(i){var o=i.declarations[0];try{for(var s=p(o.parameters),a=s.next();!a.done;a=s.next()){var u=this.checker.getTypeAtLocation(a.value.type);if("TemplateRef"==u.symbol.name&&ec(u)&&u.typeArguments&&1===u.typeArguments.length)return u.typeArguments[0].symbol}}catch(t){e={error:t}}finally{try{a&&!a.done&&(n=s.return)&&n.call(s)}finally{if(e)throw e.error}}}},t.prototype.getTsTypeOf=function(t){var e=this.getTypeWrapper(t);return e&&e.tsType},t.prototype.getTypeWrapper=function(t){var e=void 0;return t instanceof sc?e=t:t.type instanceof sc&&(e=t.type),e},t}();function rc(t){var e=t.getCallSignatures();return e&&0!=e.length}function ic(t,e){return t.getCallSignatures().map(function(t){return new cc(t,e)})}function oc(t,e,n){var r=t.getCallSignatures();return r.length?new cc(r[0],e):void 0}var sc=function(){function t(t,e){if(this.tsType=t,this.context=e,this.kind="type",this.language="typescript",this.type=void 0,this.container=void 0,this.public=!0,!t)throw Error("Internal: null type")}return Object.defineProperty(t.prototype,"name",{get:function(){var t=this.tsType.symbol;return t&&t.name||"<anonymous>"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"callable",{get:function(){return rc(this.tsType)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"nullable",{get:function(){return this.context.checker.getNonNullableType(this.tsType)!=this.tsType},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"definition",{get:function(){var t=this.tsType.getSymbol();return t?wc(t):void 0},enumerable:!0,configurable:!0}),t.prototype.members=function(){return new hc(this.tsType.getProperties(),this.context)},t.prototype.signatures=function(){return ic(this.tsType,this.context)},t.prototype.selectSignature=function(t){return oc(this.tsType,this.context)},t.prototype.indexed=function(t){},t}(),ac=function(){function t(t,e){this.context=e,this.nullable=!1,this.language="typescript",this.symbol=t&&e&&t.flags&r.SymbolFlags.Alias?e.checker.getAliasedSymbol(t):t}return Object.defineProperty(t.prototype,"name",{get:function(){return this.symbol.name},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"kind",{get:function(){return this.callable?"method":"property"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"type",{get:function(){return new sc(this.tsType,this.context)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"container",{get:function(){return function t(e,n){var i,o;if(e.getFlags()&r.SymbolFlags.ClassMember&&e.declarations)try{for(var s=p(e.declarations),a=s.next();!a.done;a=s.next()){var u=xc(a.value);if(u){var c=n.checker.getTypeAtLocation(u);if(c)return new sc(c,n)}}}catch(t){i={error:t}}finally{try{a&&!a.done&&(o=s.return)&&o.call(s)}finally{if(i)throw i.error}}}(this.symbol,this.context)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"public",{get:function(){return!function t(e){return!!e.valueDeclaration&&tc(e.valueDeclaration)}(this.symbol)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"callable",{get:function(){return rc(this.tsType)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"definition",{get:function(){return wc(this.symbol)},enumerable:!0,configurable:!0}),t.prototype.members=function(){if(!this._members)if(0!=(this.symbol.flags&(r.SymbolFlags.Class|r.SymbolFlags.Interface))){var t=this.context.checker.getDeclaredTypeOfSymbol(this.symbol),e=new sc(t,this.context);this._members=e.members()}else this._members=new hc(this.symbol.members,this.context);return this._members},t.prototype.signatures=function(){return ic(this.tsType,this.context)},t.prototype.selectSignature=function(t){return oc(this.tsType,this.context)},t.prototype.indexed=function(t){},Object.defineProperty(t.prototype,"tsType",{get:function(){var t=this._tsType;return t||(t=this._tsType=this.context.checker.getTypeOfSymbolAtLocation(this.symbol,this.context.node)),t},enumerable:!0,configurable:!0}),t}(),uc=function(){function t(t){this.declaration=t,this.language="ng-template",this.nullable=!1,this.public=!0}return Object.defineProperty(t.prototype,"name",{get:function(){return this.declaration.name},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"kind",{get:function(){return this.declaration.kind},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"container",{get:function(){},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"type",{get:function(){return this.declaration.type},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"callable",{get:function(){return this.declaration.type.callable},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"definition",{get:function(){return this.declaration.definition},enumerable:!0,configurable:!0}),t.prototype.members=function(){return this.declaration.type.members()},t.prototype.signatures=function(){return this.declaration.type.signatures()},t.prototype.selectSignature=function(t){return this.declaration.type.selectSignature(t)},t.prototype.indexed=function(t){},t}(),cc=function(){function t(t,e){this.signature=t,this.context=e}return Object.defineProperty(t.prototype,"arguments",{get:function(){return new hc(this.signature.getParameters(),this.context)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"result",{get:function(){return new sc(this.signature.getReturnType(),this.context)},enumerable:!0,configurable:!0}),t}(),lc=function(){function t(t,e){this.signature=t,this.resultType=e}return Object.defineProperty(t.prototype,"arguments",{get:function(){return this.signature.arguments},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"result",{get:function(){return this.resultType},enumerable:!0,configurable:!0}),t}(),pc=function(t){return function(e){var n,r,i,o;if(function s(t,e,n){var r=Zu(t);return void 0!==n?Ju(Zu(e),r)<=0&&Ju(Zu(n),r)>=0:Ju(Zu(e),r)<=0}(t,"2.2")){var a=new Map;try{for(var u=p(e),c=u.next();!c.done;c=u.next())a.set((d=c.value).name,d)}catch(t){n={error:t}}finally{try{c&&!c.done&&(r=u.return)&&r.call(u)}finally{if(n)throw n.error}}return a}var l={};try{for(var h=p(e),f=h.next();!f.done;f=h.next()){var d;l[(d=f.value).name]=d}}catch(t){i={error:t}}finally{try{f&&!f.done&&(o=h.return)&&o.call(h)}finally{if(i)throw i.error}}return l}},hc=function(){function t(t,e){if(this.context=e,t=t||[],Array.isArray(t)){this.symbols=t;var n=pc(r.version);this.symbolTable=n(t)}else this.symbols=function i(t){if(!t)return[];var e=t;if("function"==typeof e.values)return Array.from(e.values());var n=[],r="function"==typeof e.hasOwnProperty?function(t){return e.hasOwnProperty(t)}:function(t){return!!e[t]};for(var i in e)r(i)&&n.push(e[i]);return n}(t),this.symbolTable=t}return Object.defineProperty(t.prototype,"size",{get:function(){return this.symbols.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var e=Sc(this.symbolTable,t);return e?new ac(e,this.context):void 0},t.prototype.has=function(t){var e=this.symbolTable;return"function"==typeof e.has?e.has(t):null!=e[t]},t.prototype.values=function(){var t=this;return this.symbols.map(function(e){return new ac(e,t.context)})},t}(),fc=function(){function t(){this.map=new Map,this._values=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.map.size},enumerable:!0,configurable:!0}),t.prototype.get=function(t){return this.map.get(t)},t.prototype.add=function(t){if(this.map.has(t.name)){var e=this.map.get(t.name);this._values[this._values.indexOf(e)]=t}this.map.set(t.name,t),this._values.push(t)},t.prototype.addAll=function(t){var e,n;try{for(var r=p(t),i=r.next();!i.done;i=r.next())this.add(i.value)}catch(t){e={error:t}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}},t.prototype.has=function(t){return this.map.has(t)},t.prototype.values=function(){return this._values},t}(),dc=function(){function t(t,e){this.pipes=t,this.context=e}return Object.defineProperty(t.prototype,"size",{get:function(){return this.pipes.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var e=this.pipes.find(function(e){return e.name==t});if(e)return new yc(e,this.context)},t.prototype.has=function(t){return null!=this.pipes.find(function(e){return e.name==t})},t.prototype.values=function(){var t=this;return this.pipes.map(function(e){return new yc(e,t.context)})},t}(),vc=/[\\/]([^\\/]+)[\\/]\1\.d\.ts$/,yc=function(){function t(t,e){this.pipe=t,this.context=e,this.kind="pipe",this.language="typescript",this.container=void 0,this.callable=!0,this.nullable=!1,this.public=!0}return Object.defineProperty(t.prototype,"name",{get:function(){return this.pipe.name},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"type",{get:function(){return new sc(this.tsType,this.context)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"definition",{get:function(){var t=this.tsType.getSymbol();return t?wc(t):void 0},enumerable:!0,configurable:!0}),t.prototype.members=function(){return gc.instance},t.prototype.signatures=function(){return ic(this.tsType,this.context)},t.prototype.selectSignature=function(t){var e=oc(this.tsType,this.context);if(1==t.length){var n=t[0];if(n instanceof sc){var r=void 0;switch(this.name){case"async":switch(n.name){case"Observable":case"Promise":case"EventEmitter":r=Ec(n.tsType,n.name);break;default:r=_c(Uu.Any,this.context)}break;case"slice":r=Ec(n.tsType,"Array")}r&&(e=new lc(e,new sc(r,n.context)))}}return e},t.prototype.indexed=function(t){},Object.defineProperty(t.prototype,"tsType",{get:function(){var t=this._tsType;if(!t){var e=this.findClassSymbol(this.pipe.type.reference);e&&(t=this._tsType=this.findTransformMethodType(e)),t||(t=this._tsType=_c(Uu.Any,this.context))}return t},enumerable:!0,configurable:!0}),t.prototype.findClassSymbol=function(t){return mc(t,this.context)},t.prototype.findTransformMethodType=function(t){var e=this.context.checker.getDeclaredTypeOfSymbol(t);if(e){var n=e.getProperty("transform");if(n)return this.context.checker.getTypeOfSymbolAtLocation(n,this.context.node)}},t}();function mc(t,e){var r=e.program.getSourceFile(t.filePath);if(!r){var i=t.filePath;if(i.match(vc)){var o=n.join(n.dirname(i),"index.d.ts");r=e.program.getSourceFile(o)}}if(r)return(e.checker.getExportsOfModule(r.module||r.symbol)||[]).find(function(e){return e.name==t.name})}var gc=function(){function t(){this.size=0}return t.prototype.get=function(t){},t.prototype.has=function(t){return!1},t.prototype.values=function(){return[]},t.instance=new t,t}();function _c(t,e){var n,i=e.checker,o=e.node;switch(t){case Uu.Any:n=i.getTypeAtLocation(bc({kind:r.SyntaxKind.AsExpression,expression:{kind:r.SyntaxKind.TrueKeyword},type:{kind:r.SyntaxKind.AnyKeyword}},o));break;case Uu.Boolean:n=i.getTypeAtLocation(bc({kind:r.SyntaxKind.TrueKeyword},o));break;case Uu.Null:n=i.getTypeAtLocation(bc({kind:r.SyntaxKind.NullKeyword},o));break;case Uu.Number:var s={kind:r.SyntaxKind.NumericLiteral};bc({kind:r.SyntaxKind.ExpressionStatement,expression:s},o),n=i.getTypeAtLocation(s);break;case Uu.String:n=i.getTypeAtLocation(bc({kind:r.SyntaxKind.NoSubstitutionTemplateLiteral},o));break;case Uu.Undefined:n=i.getTypeAtLocation(bc({kind:r.SyntaxKind.VoidExpression,expression:{kind:r.SyntaxKind.NumericLiteral}},o));break;default:throw new Error("Internal error, unhandled literal kind "+t+":"+Uu[t])}return n}function bc(t,e){return t.parent=e,r.forEachChild(t,function(e){return bc(e,t)}),t}function wc(t){var e=t.declarations;if(e)return e.map(function(t){return{fileName:t.getSourceFile().fileName,span:{start:t.getStart(),end:t.getEnd()}}})}function xc(t){for(;t;){switch(t.kind){case r.SyntaxKind.ClassDeclaration:case r.SyntaxKind.InterfaceDeclaration:return t;case r.SyntaxKind.SourceFile:return}t=t.parent}}function Ec(t,e){if(t&&t.symbol&&t.symbol.name==e){var n=t.typeArguments;if(n&&n.length<=1)return n[0]}}function Sc(t,e){var n=t;return"function"==typeof n.get?n.get(e):n[e]}
530
530
  /**
531
531
  * @license
532
532
  * Copyright Google Inc. All Rights Reserved.
533
533
  *
534
534
  * Use of this source code is governed by an MIT-style license that can be
535
535
  * found in the LICENSE file at https://angular.io/license
536
- */var Cc=4;function Tc(t){return t&&"function"===t.__symbolic}function Pc(t){return t&&t.name&&!t.module&&Nc(t)}function Ac(t){return t&&t.module&&!t.name&&!t.default&&Nc(t)}function Nc(t){return t&&"reference"===t.__symbolic}function Oc(t){return t&&"error"===t.__symbolic}
537
- /**
538
- * @license
539
- * Copyright Google Inc. All Rights Reserved.
540
- *
541
- * Use of this source code is governed by an MIT-style license that can be
542
- * found in the LICENSE file at https://angular.io/license
543
- */var kc=r.SyntaxKind.SpreadElement||r.SyntaxKind.SpreadElementExpression;function Mc(t,e){var n=t.expression;if(n.kind===r.SyntaxKind.PropertyAccessExpression){var i=n.name;if(i.kind==r.SyntaxKind.Identifier)return i.text===e}return!1}function Ic(t,e){var n=t.expression;return n.kind===r.SyntaxKind.Identifier&&n.text===e}function Rc(t,e,n,r){if(!n.has(t)&&(n.set(t,e),e&&(function i(t){return t&&t.module&&!!t.name&&Nc(t)}(t)||function o(t){return t&&t.module&&t.default&&Nc(t)}(t))&&null==t.line)){var s=Fc(e,r);null!=s.line&&(t.line=s.line),null!=s.character&&(t.character=s.character)}return t}function Dc(t,e){return!r.forEachChild(t,function(t){return!e(t)})}function jc(t){return Object(t)!==t}function Lc(t){return void 0!==t}function Fc(t,e){return t&&(e=e||function n(t){for(;t&&t.kind!=r.SyntaxKind.SourceFile;)t=t.parent;return t}(t))?r.getLineAndCharacterOfPosition(e,t.getStart(e)):{}}function Vc(t,e,n,r){var i=a({__symbolic:"error",message:t},Fc(e,r));return n&&(i.context=n),i}var Bc=function(){function t(t,e,n,r){void 0===n&&(n={}),this.symbols=t,this.nodeMap=e,this.options=n,this.recordExport=r}return t.prototype.nameOf=function(t){if(t&&t.kind==r.SyntaxKind.Identifier)return t.text;var e=t&&this.evaluateNode(t);return Oc(e)||"string"==typeof e?e:Vc("Name expected",t,{received:t&&t.getText()||"<missing>"})},t.prototype.isFoldable=function(t){return this.isFoldableWorker(t,new Map)},t.prototype.isFoldableWorker=function(t,e){var n=this;if(t)switch(t.kind){case r.SyntaxKind.ObjectLiteralExpression:return Dc(t,function(t){return t.kind===r.SyntaxKind.PropertyAssignment&&n.isFoldableWorker(t.initializer,e)});case r.SyntaxKind.ArrayLiteralExpression:return Dc(t,function(t){return n.isFoldableWorker(t,e)});case r.SyntaxKind.CallExpression:var i=t;if(Mc(i,"concat")&&1===qc(i.arguments).length){var o=i.expression.expression;if(this.isFoldableWorker(o,e)&&this.isFoldableWorker(i.arguments[0],e)){var s=this.evaluateNode(o);if(s&&Array.isArray(s))return!0}}return!(!Ic(i,"CONST_EXPR")||1!==qc(i.arguments).length)&&this.isFoldableWorker(i.arguments[0],e);case r.SyntaxKind.NoSubstitutionTemplateLiteral:case r.SyntaxKind.StringLiteral:case r.SyntaxKind.NumericLiteral:case r.SyntaxKind.NullKeyword:case r.SyntaxKind.TrueKeyword:case r.SyntaxKind.FalseKeyword:case r.SyntaxKind.TemplateHead:case r.SyntaxKind.TemplateMiddle:case r.SyntaxKind.TemplateTail:return!0;case r.SyntaxKind.ParenthesizedExpression:return this.isFoldableWorker(t.expression,e);case r.SyntaxKind.BinaryExpression:var a=t;switch(a.operatorToken.kind){case r.SyntaxKind.PlusToken:case r.SyntaxKind.MinusToken:case r.SyntaxKind.AsteriskToken:case r.SyntaxKind.SlashToken:case r.SyntaxKind.PercentToken:case r.SyntaxKind.AmpersandAmpersandToken:case r.SyntaxKind.BarBarToken:return this.isFoldableWorker(a.left,e)&&this.isFoldableWorker(a.right,e);default:return!1}case r.SyntaxKind.PropertyAccessExpression:return this.isFoldableWorker(t.expression,e);case r.SyntaxKind.ElementAccessExpression:var u=t;return this.isFoldableWorker(u.expression,e)&&this.isFoldableWorker(u.argumentExpression,e);case r.SyntaxKind.Identifier:var c=this.symbols.resolve(t.text);if(void 0!==c&&jc(c))return!0;break;case r.SyntaxKind.TemplateExpression:return t.templateSpans.every(function(t){return n.isFoldableWorker(t.expression,e)})}return!1},t.prototype.evaluateNode=function(t,e){var n,i=this,o=this;function s(t,e){if(o.options.substituteExpression){var n=o.options.substituteExpression(t,e);o.recordExport&&n!=t&&Pc(n)&&o.recordExport(n.name,t),t=n}return Rc(t,e,o.nodeMap)}function u(t){return!o.options.verboseInvalidExpression&&Oc(t)}var c=function(e,n){var r=i.symbols.resolve(e,n);return void 0===r?s({__symbolic:"reference",name:e},t):r&&Nc(r)?s(a({},r),t):r};switch(t.kind){case r.SyntaxKind.ObjectLiteralExpression:var l={},h=[];return r.forEachChild(t,function(t){switch(t.kind){case r.SyntaxKind.ShorthandPropertyAssignment:case r.SyntaxKind.PropertyAssignment:var e=t;e.name.kind==r.SyntaxKind.StringLiteral&&h.push(e.name.text);var o=i.nameOf(e.name);if(u(o))return n=o,!0;var a=Hc(e)?i.evaluateNode(e.initializer,!0):c(o,!0);if(u(a))return n=a,!0;l[o]=Hc(e)?s(a,e.initializer):a}}),n||(this.options.quotedNames&&h.length&&(l.$quoted$=h),s(l,t));case r.SyntaxKind.ArrayLiteralExpression:var f=[];return r.forEachChild(t,function(t){var e,r,o=i.evaluateNode(t,!0);if(u(o))return n=o,!0;if(function s(t){return t&&"spread"===t.__symbolic}(o)&&Array.isArray(o.expression))try{for(var a=p(o.expression),c=a.next();!c.done;c=a.next())f.push(c.value)}catch(t){e={error:t}}finally{try{c&&!c.done&&(r=a.return)&&r.call(a)}finally{if(e)throw e.error}}else f.push(o)}),n||s(f,t);case kc:return s({__symbolic:"spread",expression:this.evaluateNode(t.expression)},t);case r.SyntaxKind.CallExpression:var d=t;if(Ic(d,"forwardRef")&&1===qc(d.arguments).length){var v=d.arguments[0];if(v.kind==r.SyntaxKind.ArrowFunction)return s(this.evaluateNode(v.body),t)}var y=qc(d.arguments).map(function(t){return i.evaluateNode(t)});if(this.isFoldable(d)&&Mc(d,"concat")){var m=this.evaluateNode(d.expression.expression);return u(m)?m:m.concat(y[0])}if(Ic(d,"CONST_EXPR")&&1===qc(d.arguments).length)return s(y[0],t);var g=this.evaluateNode(d.expression);if(u(g))return s(g,t);var _={__symbolic:"call",expression:g};return y&&y.length&&(_.arguments=y),s(_,t);case r.SyntaxKind.NewExpression:var b=t,w=qc(b.arguments).map(function(t){return i.evaluateNode(t)}),x=this.evaluateNode(b.expression);if(Oc(x))return s(x,t);var E={__symbolic:"new",expression:x};return w.length&&(E.arguments=w),s(E,t);case r.SyntaxKind.PropertyAccessExpression:var S=t,C=this.evaluateNode(S.expression);if(u(C))return s(C,t);var T=this.nameOf(S.name);return u(T)?s(T,t):C&&this.isFoldable(S.expression)?C[T]:Ac(C)?s({__symbolic:"reference",module:C.module,name:T},t):s({__symbolic:"select",expression:C,member:T},t);case r.SyntaxKind.ElementAccessExpression:var P=t,A=this.evaluateNode(P.expression);if(u(A))return s(A,t);if(!P.argumentExpression)return s(Vc("Expression form not supported",t),t);var N=this.evaluateNode(P.argumentExpression);return u(A)?s(A,t):this.isFoldable(P.expression)&&this.isFoldable(P.argumentExpression)?A[N]:s({__symbolic:"index",expression:A,index:N},t);case r.SyntaxKind.Identifier:return c(t.text,e);case r.SyntaxKind.TypeReference:var O=t,k=O.typeName,M=function(t){if(k.kind===r.SyntaxKind.QualifiedName){var e=t,n=i.evaluateNode(e.left);return Ac(n)?s({__symbolic:"reference",module:n.module,name:e.right.text},t):{__symbolic:"select",expression:n,member:e.right.text}}var o=k,a=i.symbols.resolve(o.text);return u(a)||Nc(a)?s(a,t):s(Vc("Could not resolve type",t,{typeName:o.text}),t)}(k);if(u(M))return s(M,t);if(!Ac(M)&&O.typeArguments&&O.typeArguments.length){var I=O.typeArguments.map(function(t){return i.evaluateNode(t)});M.arguments=I}return s(M,t);case r.SyntaxKind.UnionType:for(var R=t.types.filter(function(t){return t.kind!=r.SyntaxKind.NullKeyword&&t.kind!=r.SyntaxKind.UndefinedKeyword}).map(function(t){return i.evaluateNode(t)}),D=null,j=0;j<R.length;j++){var L=R[j];if(!Nc(L))return L;D&&(L.name!=D.name||L.module!=D.module||L.arguments)||(D=L)}if(D)return D;break;case r.SyntaxKind.NoSubstitutionTemplateLiteral:case r.SyntaxKind.StringLiteral:case r.SyntaxKind.TemplateHead:case r.SyntaxKind.TemplateTail:case r.SyntaxKind.TemplateMiddle:return t.text;case r.SyntaxKind.NumericLiteral:return parseFloat(t.text);case r.SyntaxKind.AnyKeyword:return s({__symbolic:"reference",name:"any"},t);case r.SyntaxKind.StringKeyword:return s({__symbolic:"reference",name:"string"},t);case r.SyntaxKind.NumberKeyword:return s({__symbolic:"reference",name:"number"},t);case r.SyntaxKind.BooleanKeyword:return s({__symbolic:"reference",name:"boolean"},t);case r.SyntaxKind.ArrayType:return s({__symbolic:"reference",name:"Array",arguments:[this.evaluateNode(t.elementType)]},t);case r.SyntaxKind.NullKeyword:return null;case r.SyntaxKind.TrueKeyword:return!0;case r.SyntaxKind.FalseKeyword:return!1;case r.SyntaxKind.ParenthesizedExpression:case r.SyntaxKind.TypeAssertionExpression:return this.evaluateNode(t.expression);case r.SyntaxKind.PrefixUnaryExpression:var F=t,V=this.evaluateNode(F.operand);if(Lc(V)&&jc(V))switch(F.operator){case r.SyntaxKind.PlusToken:return+V;case r.SyntaxKind.MinusToken:return-V;case r.SyntaxKind.TildeToken:return~V;case r.SyntaxKind.ExclamationToken:return!V}var B=void 0;switch(F.operator){case r.SyntaxKind.PlusToken:B="+";break;case r.SyntaxKind.MinusToken:B="-";break;case r.SyntaxKind.TildeToken:B="~";break;case r.SyntaxKind.ExclamationToken:B="!";break;default:return}return s({__symbolic:"pre",operator:B,operand:V},t);case r.SyntaxKind.BinaryExpression:var H=t,U=this.evaluateNode(H.left),q=this.evaluateNode(H.right);if(Lc(U)&&Lc(q)){if(jc(U)&&jc(q))switch(H.operatorToken.kind){case r.SyntaxKind.BarBarToken:return U||q;case r.SyntaxKind.AmpersandAmpersandToken:return U&&q;case r.SyntaxKind.AmpersandToken:return U&q;case r.SyntaxKind.BarToken:return U|q;case r.SyntaxKind.CaretToken:return U^q;case r.SyntaxKind.EqualsEqualsToken:return U==q;case r.SyntaxKind.ExclamationEqualsToken:return U!=q;case r.SyntaxKind.EqualsEqualsEqualsToken:return U===q;case r.SyntaxKind.ExclamationEqualsEqualsToken:return U!==q;case r.SyntaxKind.LessThanToken:return U<q;case r.SyntaxKind.GreaterThanToken:return U>q;case r.SyntaxKind.LessThanEqualsToken:return U<=q;case r.SyntaxKind.GreaterThanEqualsToken:return U>=q;case r.SyntaxKind.LessThanLessThanToken:return U<<q;case r.SyntaxKind.GreaterThanGreaterThanToken:return U>>q;case r.SyntaxKind.GreaterThanGreaterThanGreaterThanToken:return U>>>q;case r.SyntaxKind.PlusToken:return U+q;case r.SyntaxKind.MinusToken:return U-q;case r.SyntaxKind.AsteriskToken:return U*q;case r.SyntaxKind.SlashToken:return U/q;case r.SyntaxKind.PercentToken:return U%q}return s({__symbolic:"binop",operator:H.operatorToken.getText(),left:U,right:q},t)}break;case r.SyntaxKind.ConditionalExpression:var K=t,z=this.evaluateNode(K.condition),W=this.evaluateNode(K.whenTrue),Q=this.evaluateNode(K.whenFalse);return jc(z)?z?W:Q:s({__symbolic:"if",condition:z,thenExpression:W,elseExpression:Q},t);case r.SyntaxKind.FunctionExpression:case r.SyntaxKind.ArrowFunction:return s(Vc("Lambda not supported",t),t);case r.SyntaxKind.TaggedTemplateExpression:return s(Vc("Tagged template expressions are not supported in metadata",t),t);case r.SyntaxKind.TemplateExpression:var G=t;return this.isFoldable(t)?G.templateSpans.reduce(function(t,e){return t+i.evaluateNode(e.expression)+i.evaluateNode(e.literal)},this.evaluateNode(G.head)):G.templateSpans.reduce(function(t,e){var n=i.evaluateNode(e.expression),r=i.evaluateNode(e.literal);if(u(n))return n;if(u(r))return r;if("string"==typeof t&&"string"==typeof n&&"string"==typeof r)return t+n+r;var o=n;return""!==t&&(o={__symbolic:"binop",operator:"+",left:t,right:n}),""!=r&&(o={__symbolic:"binop",operator:"+",left:o,right:r}),o},this.evaluateNode(G.head));case r.SyntaxKind.AsExpression:return this.evaluateNode(t.expression);case r.SyntaxKind.ClassExpression:return{__symbolic:"class"}}return s(Vc("Expression form not supported",t),t)},t}();function Hc(t){return t.kind==r.SyntaxKind.PropertyAssignment}var Uc=r.createNodeArray();function qc(t){return t||Uc}
536
+ */
544
537
  /**
545
538
  * @license
546
539
  * Copyright Google Inc. All Rights Reserved.
547
540
  *
548
541
  * Use of this source code is governed by an MIT-style license that can be
549
542
  * found in the LICENSE file at https://angular.io/license
550
- */var Kc,zc=function(){function t(t){this.sourceFile=t,this.references=new Map}return t.prototype.resolve=function(t,e){return e&&this.references.get(t)||this.symbols.get(t)},t.prototype.define=function(t,e){this.symbols.set(t,e)},t.prototype.defineReference=function(t,e){this.references.set(t,e)},t.prototype.has=function(t){return this.symbols.has(t)},Object.defineProperty(t.prototype,"symbols",{get:function(){var t=this._symbols;return t||(function e(t){["Object","Function","String","Number","Array","Boolean","Map","NaN","Infinity","Math","Date","RegExp","Error","Error","EvalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError","JSON","ArrayBuffer","DataView","Int8Array","Uint8Array","Uint8ClampedArray","Uint16Array","Int16Array","Int32Array","Uint32Array","Float32Array","Float64Array"].forEach(function(e){return t.set(e,{__symbolic:"reference",name:e})})}
543
+ */
551
544
  /**
552
545
  * @license
553
546
  * Copyright Google Inc. All Rights Reserved.
554
547
  *
555
548
  * Use of this source code is governed by an MIT-style license that can be
556
549
  * found in the LICENSE file at https://angular.io/license
557
- */(t=this._symbols=new Map),this.buildImports()),t},enumerable:!0,configurable:!0}),t.prototype.buildImports=function(){var t=this,e=this._symbols,n=function(t){return t.replace(/^['"]|['"]$/g,"")},i=function(o){var s,a;switch(o.kind){case r.SyntaxKind.ImportEqualsDeclaration:var u=o;if(u.moduleReference.kind===r.SyntaxKind.ExternalModuleReference){var c=u.moduleReference;if(c.expression){c.expression.parent||(c.expression.parent=c,c.parent=t.sourceFile);var l=n(c.expression.getText());e.set(u.name.text,{__symbolic:"reference",module:l});break}}e.set(u.name.text,{__symbolic:"error",message:"Unsupported import syntax"});break;case r.SyntaxKind.ImportDeclaration:var h=o;if(!h.importClause)break;h.moduleSpecifier.parent||(h.moduleSpecifier.parent=h,h.parent=t.sourceFile);var f=n(h.moduleSpecifier.getText());h.importClause.name&&e.set(h.importClause.name.text,{__symbolic:"reference",module:f,default:!0});var d=h.importClause.namedBindings;if(d)switch(d.kind){case r.SyntaxKind.NamedImports:try{for(var v=p(d.elements),y=v.next();!y.done;y=v.next()){var m=y.value;e.set(m.name.text,{__symbolic:"reference",module:f,name:m.propertyName?m.propertyName.text:m.name.text})}}catch(t){s={error:t}}finally{try{y&&!y.done&&(a=v.return)&&a.call(v)}finally{if(s)throw s.error}}break;case r.SyntaxKind.NamespaceImport:e.set(d.name.text,{__symbolic:"reference",module:f})}}r.forEachChild(o,i)};this.sourceFile&&r.forEachChild(this.sourceFile,i)},t}(),Wc=function(t){return r.getCombinedModifierFlags(t)&r.ModifierFlags.Static},Qc=function(){function t(t){void 0===t&&(t={}),this.options=t}return t.prototype.getMetadata=function(t,e,n){var i=this;void 0===e&&(e=!1);var o,s=new zc(t),u=new Map,c=n&&this.options.substituteExpression?function(t,e){return i.options.substituteExpression(n(t,e),e)}:n,l=n?a({},this.options,{substituteExpression:c}):this.options,h=new Bc(s,u,l,function(t,e){o||(o={}),o[t]=e}),f=void 0;function d(e,n){return c&&(e=c(e,n)),Rc(e,n,u,t)}function v(e,n,r){return Vc(e,n,r,t)}function y(t){if(t.name&&t.name.kind==r.SyntaxKind.Identifier){var e=t.name.text,n=t.body;if(n&&1==n.statements.length){var i=n.statements[0];if(i.kind===r.SyntaxKind.ReturnStatement){var o=i;if(o.expression){var s={__symbolic:"function",parameters:function a(t){var e,n,i=[];function o(t){var e,n;if(t.kind==r.SyntaxKind.Identifier)i.push(t.text);else{var s=t;try{for(var a=p(s.elements),u=a.next();!u.done;u=a.next()){var c=u.value.name;c&&o(c)}}catch(t){e={error:t}}finally{try{u&&!u.done&&(n=a.return)&&n.call(a)}finally{if(e)throw e.error}}}}try{for(var s=p(t),a=s.next();!a.done;a=s.next())o(a.value.name)}catch(t){e={error:t}}finally{try{a&&!a.done&&(n=s.return)&&n.call(s)}finally{if(e)throw e.error}}return i}(t.parameters),value:h.evaluateNode(o.expression)};return t.parameters.some(function(t){return null!=t.initializer})&&(s.defaults=t.parameters.map(function(t){return t.initializer&&h.evaluateNode(t.initializer)})),d({func:s,name:e},t)}}}}}var m=new Map;r.forEachChild(t,function(t){switch(t.kind){case r.SyntaxKind.ExportDeclaration:t.moduleSpecifier||t.exportClause.elements.forEach(function(t){m.set((t.propertyName||t.name).text,t.name.text)})}});var g=function(e){return t.isDeclarationFile||r.getCombinedModifierFlags(e)&r.ModifierFlags.Export},_=function(t){return t&&m.has(t.text)},b=function(t){return g(t)||_(t.name)},w=function(t){return t&&(m.get(t.text)||t.text)},x=function(t){return w(t.name)};if(r.forEachChild(t,function(t){switch(t.kind){case r.SyntaxKind.ClassDeclaration:var e=t;if(e.name){var n=e.name.text;b(e)?s.define(n,{__symbolic:"reference",name:x(e)}):s.define(n,v("Reference to non-exported class",t,{className:n}))}break;case r.SyntaxKind.InterfaceDeclaration:t.name&&s.define(t.name.text,{__symbolic:"reference",name:"any"});break;case r.SyntaxKind.FunctionDeclaration:var i=t;if(!b(i)){var o=i.name;o&&o.text&&s.define(o.text,v("Reference to a non-exported function",o,{name:o.text}))}}}),r.forEachChild(t,function(t){var e,n,i,a;switch(t.kind){case r.SyntaxKind.ExportDeclaration:var u=t.moduleSpecifier,c=t.exportClause;if(u||c&&c.elements.forEach(function(e){var n=e.name.text;if(!o||!o[n]){var r=h.evaluateNode(e.propertyName||e.name);o||(o={}),o[n]=d(r,t)}}),u&&u.kind==r.SyntaxKind.StringLiteral){var l={from:u.text};c&&(l.export=c.elements.map(function(t){return t.propertyName?{name:t.propertyName.text,as:t.name.text}:t.name.text})),f||(f=[]),f.push(l)}break;case r.SyntaxKind.ClassDeclaration:var m=t;m.name&&b(m)&&(P=x(m))&&(o||(o={}),o[P]=function E(t){var e,n,i,o,s={__symbolic:"class"};function a(t){if(t&&t.length)return t.map(function(t){return function e(t){return h.evaluateNode(t.expression)}(t)})}function u(t){var e=h.evaluateNode(t);return Oc(e)||Nc(e)||function n(t){return t&&"select"===t.__symbolic}(e)?e:v("Symbol reference expected",t)}t.heritageClauses&&t.heritageClauses.forEach(function(t){t.token===r.SyntaxKind.ExtendsKeyword&&t.types&&t.types.forEach(function(t){return s.extends=u(t.expression)})});var c=t.typeParameters;c&&c.length&&(s.arity=c.length),t.decorators&&(s.decorators=a(t.decorators));var l=null;function f(t,e){l||(l={});var n=l.hasOwnProperty(t)?l[t]:[];n.push(e),l[t]=n}var m=null;function g(t,e){m||(m={}),m[t]=e}try{for(var _=p(t.members),b=_.next();!b.done;b=_.next()){var w=b.value,x=!1;switch(w.kind){case r.SyntaxKind.Constructor:case r.SyntaxKind.MethodDeclaration:x=w.kind===r.SyntaxKind.Constructor;var E=w;if(Wc(E)){var S=y(E);S&&g(S.name,S.func);continue}var C=a(E.decorators),T=E.parameters,P=[],A=[],N=!1,O=!1;try{for(var k=p(T),M=k.next();!M.done;M=k.next()){var I=M.value,R=a(I.decorators);P.push(R),N=N||!!R,x&&(A.push(I.type?u(I.type):null),O=!0)}}catch(t){i={error:t}}finally{try{M&&!M.done&&(o=k.return)&&o.call(k)}finally{if(i)throw i.error}}var D={__symbolic:x?"constructor":"method"},j=x?"__ctor__":h.nameOf(w.name);C&&(D.decorators=C),N&&(D.parameterDecorators=P),O&&(D.parameters=A),Oc(j)||f(j,D);break;case r.SyntaxKind.PropertyDeclaration:case r.SyntaxKind.GetAccessor:case r.SyntaxKind.SetAccessor:var L=w;if(Wc(L)){var F=h.nameOf(L.name);Oc(F)||g(F,L.initializer?h.evaluateNode(L.initializer):v("Variable not initialized",L.name))}var V=a(L.decorators);if(V){var B=h.nameOf(L.name);Oc(B)||f(B,{__symbolic:"property",decorators:V})}}}}catch(t){e={error:t}}finally{try{b&&!b.done&&(n=_.return)&&n.call(_)}finally{if(e)throw e.error}}return l&&(s.members=l),m&&(s.statics=m),d(s,t)}(m));break;case r.SyntaxKind.TypeAliasDeclaration:var S=t;S.name&&b(S)&&(P=x(S))&&(o||(o={}),o[P]={__symbolic:"interface"});break;case r.SyntaxKind.InterfaceDeclaration:var C=t;C.name&&b(C)&&(P=x(C))&&(o||(o={}),o[P]={__symbolic:"interface"});break;case r.SyntaxKind.FunctionDeclaration:var T=t;if(b(T)&&T.name){var P=x(T),A=y(T);P&&(o||(o={}),o[P]=A?d(A.func,t):{__symbolic:"function"})}break;case r.SyntaxKind.EnumDeclaration:var N=t;if(b(N)){var O={},k=x(N),M=0,I=0;try{for(var R=p(N.members),D=R.next();!D.done;D=R.next()){var j,L=D.value;j=L.initializer?h.evaluateNode(L.initializer):M,P=void 0,L.name.kind==r.SyntaxKind.Identifier&&(O[P=L.name.text]=j,I++),M="number"==typeof j?j+1:P?{__symbolic:"binary",operator:"+",left:{__symbolic:"select",expression:d({__symbolic:"reference",name:k},t),name:P}}:d(v("Unsupported enum member name",L.name),t)}}catch(t){e={error:t}}finally{try{D&&!D.done&&(n=R.return)&&n.call(R)}finally{if(e)throw e.error}}I&&k&&(o||(o={}),o[k]=d(O,t))}break;case r.SyntaxKind.VariableStatement:var F=t,V=function(e){if(e.name.kind==r.SyntaxKind.Identifier){var n,i=e.name;n=e.initializer?h.evaluateNode(e.initializer):d(v("Variable not initialized",i),i);var a=!1;if(g(F)||g(e)||_(i)){var u=w(i);u&&(o||(o={}),o[u]=d(n,t)),a=!0}"string"==typeof n||"number"==typeof n||"boolean"==typeof n?(s.define(i.text,n),a&&s.defineReference(i.text,{__symbolic:"reference",name:i.text})):a||(n&&!Oc(n)?s.define(i.text,d(n,t)):s.define(i.text,d(v("Reference to a local symbol",i,{name:i.text}),t)))}else{var c=function(e){switch(e.kind){case r.SyntaxKind.Identifier:var n=e,i=v("Destructuring not supported",n);s.define(n.text,i),g(t)&&(o||(o={}),o[n.text]=i);break;case r.SyntaxKind.BindingElement:c(e.name);break;case r.SyntaxKind.ObjectBindingPattern:case r.SyntaxKind.ArrayBindingPattern:e.elements.forEach(c)}};c(e.name)}};try{for(var B=p(F.declarationList.declarations),H=B.next();!H.done;H=B.next())V(H.value)}catch(t){i={error:t}}finally{try{H&&!H.done&&(a=B.return)&&a.call(B)}finally{if(i)throw i.error}}}}),o||f){o?e&&function E(t,e,n){var r=new Set(["Array","Object","Set","Map","string","number","any"]);function i(s){if(s)if(Array.isArray(s))s.forEach(i);else if("object"!=typeof s||s.hasOwnProperty("__symbolic")){if(Oc(s))!function a(n){if(o(e.get(n)))throw new Error(t.fileName+(void 0!=n.line?void 0!=n.character?":"+(n.line+1)+":"+(n.character+1):":"+(n.line+1):"")+": Metadata collected contains an error that will be reported at runtime: "+function r(t){switch(t.message){case"Reference to non-exported class":if(t.context&&t.context.className)return"Reference to a non-exported class "+t.context.className+". Consider exporting the class";break;case"Variable not initialized":return"Only initialized variables and constants can be referenced because the value of this variable is needed by the template compiler";case"Destructuring not supported":return"Referencing an exported destructured variable or constant is not supported by the template compiler. Consider simplifying this to avoid destructuring";case"Could not resolve type":if(t.context&&t.context.typeName)return"Could not resolve type "+t.context.typeName;break;case"Function call not supported":return(t.context&&t.context.name?"Calling function '"+t.context.name+"', f":"F")+"unction calls are not supported. Consider replacing the function or lambda with a reference to an exported function";case"Reference to a local symbol":if(t.context&&t.context.name)return"Reference to a local (non-exported) symbol '"+t.context.name+"'. Consider exporting the symbol"}return t.message}
550
+ */(n)+".\n "+JSON.stringify(n))}(s);else if(Ac(s)){if(!r.has(s.name)){var u=n[s.name];u&&i(u)}}else if(Pc(s))!function c(t){if(t.value){var e=r;t.parameters&&(r=new Set(e.values()),t.parameters&&t.parameters.forEach(function(t){return r.add(t)})),i(t.value),r=e}}(s);else if(function l(t){if(t)switch(t.__symbolic){case"binary":case"call":case"index":case"new":case"pre":case"reference":case"select":case"spread":case"if":return!0}return!1}(s))switch(s.__symbolic){case"binary":var p=s;i(p.left),i(p.right);break;case"call":case"new":var h=s;i(h.expression),h.arguments&&h.arguments.forEach(i);break;case"index":var f=s;i(f.expression),i(f.index);break;case"pre":i(s.operand);break;case"select":case"spread":i(s.expression);break;case"if":var d=s;i(d.condition),i(d.elseExpression),i(d.thenExpression)}}else Object.getOwnPropertyNames(s).forEach(function(t){return i(s[t])})}function o(e){if(e){var n=e.getStart();return!(e.pos!=n&&t.text.substring(e.pos,n).indexOf("@dynamic")>=0)}return!0}Object.getOwnPropertyNames(n).forEach(function(r){var s=n[r];try{(function a(t){return t&&"class"===t.__symbolic})(s)&&function u(t){t.decorators&&t.decorators.forEach(i),t.members&&Object.getOwnPropertyNames(t.members).forEach(function(e){return t.members[e].forEach(function(e){return function n(t,e){e.decorators&&e.decorators.forEach(i),function n(t){return t&&("constructor"===t.__symbolic||"method"===t.__symbolic)}(e)&&e.parameterDecorators&&e.parameterDecorators.forEach(i),t.decorators&&function r(t){return t&&"constructor"===t.__symbolic}(e)&&e.parameters&&e.parameters.forEach(i)}(t,e)})}),t.statics&&Object.getOwnPropertyNames(t.statics).forEach(function(e){var n=t.statics[e];Pc(n)?i(n.value):i(n)})}(s)}catch(n){var c=e.get(s);if(o(c)){if(c){var l=t.getLineAndCharacterOfPosition(c.getStart());throw new Error(t.fileName+":"+(l.line+1)+":"+(l.character+1)+": Error encountered in metadata generated for exported symbol '"+r+"': \n "+n.message)}throw new Error("Error encountered in metadata generated for exported symbol "+r+": \n "+n.message)}}})}(t,u,o):o={};var S={__symbolic:"module",version:this.options.version||Tc,metadata:o};return t.moduleName&&(S.importAs=t.moduleName),f&&(S.exports=f),S}},t}();!function(t){t[t.DTS=1]="DTS",t[t.JS=2]="JS",t[t.Metadata=4]="Metadata",t[t.I18nBundle=8]="I18nBundle",t[t.Codegen=16]="Codegen",t[t.Default=19]="Default",t[t.All=31]="All"}(zc||(zc={}));
558
551
  /**
559
552
  * @license
560
553
  * Copyright Google Inc. All Rights Reserved.
@@ -562,13 +555,14 @@ var tc=r.ModifierFlags?function(t){return!!(r.getCombinedModifierFlags(t)&r.Modi
562
555
  * Use of this source code is governed by an MIT-style license that can be
563
556
  * found in the LICENSE file at https://angular.io/license
564
557
  */
558
+ var Xc,$c,Yc=/\.d\.ts$/;
565
559
  /**
566
560
  * @license
567
561
  * Copyright Google Inc. All Rights Reserved.
568
562
  *
569
563
  * Use of this source code is governed by an MIT-style license that can be
570
564
  * found in the LICENSE file at https://angular.io/license
571
- */
565
+ */function Zc(t,e,n){var r={__symbolic:"module",version:Tc,metadata:a({},e.metadata)};e.exports&&(r.exports=e.exports),e.importAs&&(r.importAs=e.importAs),e.origins&&(r.origins=e.origins);var i=t.getSourceFileMetadata(n);if(i){for(var o in i.metadata)r.metadata[o]||(r.metadata[o]=i.metadata[o]);i.importAs&&(r.importAs=i.importAs),(!e.version||e.version<3)&&i.exports&&(r.exports=i.exports)}return r}
572
566
  /**
573
567
  * @license
574
568
  * Copyright Google Inc. All Rights Reserved.
@@ -582,7 +576,7 @@ var tc=r.ModifierFlags?function(t){return!!(r.getCombinedModifierFlags(t)&r.Modi
582
576
  *
583
577
  * Use of this source code is governed by an MIT-style license that can be
584
578
  * found in the LICENSE file at https://angular.io/license
585
- */(n)+".\n "+JSON.stringify(n))}(s);else if(Pc(s)){if(!r.has(s.name)){var u=n[s.name];u&&i(u)}}else if(Tc(s))!function c(t){if(t.value){var e=r;t.parameters&&(r=new Set(e.values()),t.parameters&&t.parameters.forEach(function(t){return r.add(t)})),i(t.value),r=e}}(s);else if(function l(t){if(t)switch(t.__symbolic){case"binary":case"call":case"index":case"new":case"pre":case"reference":case"select":case"spread":case"if":return!0}return!1}(s))switch(s.__symbolic){case"binary":var p=s;i(p.left),i(p.right);break;case"call":case"new":var h=s;i(h.expression),h.arguments&&h.arguments.forEach(i);break;case"index":var f=s;i(f.expression),i(f.index);break;case"pre":i(s.operand);break;case"select":case"spread":i(s.expression);break;case"if":var d=s;i(d.condition),i(d.elseExpression),i(d.thenExpression)}}else Object.getOwnPropertyNames(s).forEach(function(t){return i(s[t])})}function o(e){if(e){var n=e.getStart();return!(e.pos!=n&&t.text.substring(e.pos,n).indexOf("@dynamic")>=0)}return!0}Object.getOwnPropertyNames(n).forEach(function(r){var s=n[r];try{(function a(t){return t&&"class"===t.__symbolic})(s)&&function u(t){t.decorators&&t.decorators.forEach(i),t.members&&Object.getOwnPropertyNames(t.members).forEach(function(e){return t.members[e].forEach(function(e){return function n(t,e){e.decorators&&e.decorators.forEach(i),function n(t){return t&&("constructor"===t.__symbolic||"method"===t.__symbolic)}(e)&&e.parameterDecorators&&e.parameterDecorators.forEach(i),t.decorators&&function r(t){return t&&"constructor"===t.__symbolic}(e)&&e.parameters&&e.parameters.forEach(i)}(t,e)})}),t.statics&&Object.getOwnPropertyNames(t.statics).forEach(function(e){var n=t.statics[e];Tc(n)?i(n.value):i(n)})}(s)}catch(n){var c=e.get(s);if(o(c)){if(c){var l=t.getLineAndCharacterOfPosition(c.getStart());throw new Error(t.fileName+":"+(l.line+1)+":"+(l.character+1)+": Error encountered in metadata generated for exported symbol '"+r+"': \n "+n.message)}throw new Error("Error encountered in metadata generated for exported symbol "+r+": \n "+n.message)}}})}(t,u,o):o={};var S={__symbolic:"module",version:this.options.version||Cc,metadata:o};return t.moduleName&&(S.importAs=t.moduleName),f&&(S.exports=f),S}},t}();!function(t){t[t.DTS=1]="DTS",t[t.JS=2]="JS",t[t.Metadata=4]="Metadata",t[t.I18nBundle=8]="I18nBundle",t[t.Codegen=16]="Codegen",t[t.Default=19]="Default",t[t.All=31]="All"}(Kc||(Kc={}));
579
+ */function Jc(t){if(t)
586
580
  /**
587
581
  * @license
588
582
  * Copyright Google Inc. All Rights Reserved.
@@ -590,87 +584,87 @@ var tc=r.ModifierFlags?function(t){return!!(r.getCombinedModifierFlags(t)&r.Modi
590
584
  * Use of this source code is governed by an MIT-style license that can be
591
585
  * found in the LICENSE file at https://angular.io/license
592
586
  */
593
- var Gc,Xc,$c=/\.d\.ts$/;
587
+ return function e(t){return t&&!!t.start}(t)?{start:t.start.offset,end:t.end.offset}:t.endSourceSpan?{start:t.sourceSpan.start.offset,end:t.endSourceSpan.end.offset}:t.children&&t.children.length?{start:t.sourceSpan.start.offset,end:Jc(t.children[t.children.length-1]).end}:{start:t.sourceSpan.start.offset,end:t.sourceSpan.end.offset}}function tl(t,e,n){return null!=e&&(n?t>=e.start&&t<e.end:t>=e.start&&t<=e.end)}function el(t,e){return{start:t.start+e,end:t.end+e}}function nl(t){var e=new Map;return{selectors:rl(t.directives.map(function(t){var n=A.parse(t.selector);return n.forEach(function(n){return e.set(n,t)}),n})),map:e}}function rl(t){var e;return(e=[]).concat.apply(e,f(t))}function il(t,e){return t.endsWith(e)?t.substring(0,t.length-e.length):t}function ol(t){var e,n;if(t){var r=[],i=new Set;try{for(var o=p(t),s=o.next();!s.done;s=o.next()){var a=s.value;i.has(a.name)||(i.add(a.name),r.push(a))}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}return r}}function sl(t){return{fileName:t.fileName,offset:t.template.span.start,query:t.template.query,members:t.template.members,htmlAst:t.htmlAst,templateAst:t.templateAst}}function al(t,e,n){void 0===n&&(n=!1);var r=[];return Vt(new(function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return o(i,t),i.prototype.visit=function(t,i){var o=Jc(t);if(!tl(e,o))return!0;var s=r.length;(!s||n||function a(t,e){return t.start>=e.start&&t.end<=e.end}(o,Jc(r[s-1])))&&r.push(t)},i.prototype.visitEmbeddedTemplate=function(t,e){return this.visitChildren(e,function(e){e(t.attrs),e(t.directives),e(t.children)})},i.prototype.visitElement=function(t,e){return this.visitChildren(e,function(e){e(t.attrs),e(t.inputs),e(t.outputs),e(t.references),e(t.directives),e(t.children)})},i.prototype.visitDirective=function(t,e){var n=this.visitChildren(e,function(e){e(t.inputs)});return r[r.length-1]==t&&r.pop(),n},i}(Ft)),t),new oe(r,e)}
594
588
  /**
595
589
  * @license
596
590
  * Copyright Google Inc. All Rights Reserved.
597
591
  *
598
592
  * Use of this source code is governed by an MIT-style license that can be
599
593
  * found in the LICENSE file at https://angular.io/license
600
- */function Yc(t,e,n){var r={__symbolic:"module",version:Cc,metadata:a({},e.metadata)};e.exports&&(r.exports=e.exports),e.importAs&&(r.importAs=e.importAs),e.origins&&(r.origins=e.origins);var i=t.getSourceFileMetadata(n);if(i){for(var o in i.metadata)r.metadata[o]||(r.metadata[o]=i.metadata[o]);i.importAs&&(r.importAs=i.importAs),(!e.version||e.version<3)&&i.exports&&(r.exports=i.exports)}return r}
594
+ */function ul(t,e,n){void 0===n&&(n=!1);var r=[],i=new(function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return o(i,t),i.prototype.visit=function(t){(!n||t.span.start<t.span.end)&&tl(e,t.span)&&(r.push(t),hr(t,this))},i}(ur));return t instanceof sr&&(t=t.ast),i.visit(t),new oe(r,e)}function cl(t,e,n,r){var i=ul(e,n);if(!i.empty){var o=t;return i.tail.visit({visitBinary:function(t){},visitChain:function(t){},visitConditional:function(t){},visitFunctionCall:function(t){},visitImplicitReceiver:function(t){},visitInterpolation:function(t){o=void 0},visitKeyedRead:function(t){},visitKeyedWrite:function(t){},visitLiteralArray:function(t){},visitLiteralMap:function(t){},visitLiteralPrimitive:function(t){},visitMethodCall:function(t){},visitPipe:function(t){n>=t.exp.span.end&&(!t.args||!t.args.length||n<t.args[0].span.start)&&(o=r.getPipes())},visitPrefixNot:function(t){},visitNonNullAssert:function(t){},visitPropertyRead:function(e){var n=s(e.receiver);o=n?n.members():t},visitPropertyWrite:function(e){var n=s(e.receiver);o=n?n.members():t},visitQuote:function(t){o=r.getBuiltinType(qu.Any).members()},visitSafeMethodCall:function(e){var n=s(e.receiver);o=n?n.members():t},visitSafePropertyRead:function(e){var n=s(e.receiver);o=n?n.members():t}}),o&&o.values()}function s(e){return new Qu(t,r,{}).getType(e)}}function ll(t,e,n,r){var i=ul(e,n,!0);if(!i.empty){var o=void 0,s=void 0;return i.tail.visit({visitBinary:function(t){},visitChain:function(t){},visitConditional:function(t){},visitFunctionCall:function(t){},visitImplicitReceiver:function(t){},visitInterpolation:function(t){},visitKeyedRead:function(t){},visitKeyedWrite:function(t){},visitLiteralArray:function(t){},visitLiteralMap:function(t){},visitLiteralPrimitive:function(t){},visitMethodCall:function(t){var e=a(t.receiver);o=e&&e.members().get(t.name),s=t.span},visitPipe:function(t){if(n>=t.exp.span.end&&(!t.args||!t.args.length||n<t.args[0].span.start)){var e=r.getPipes();e&&(o=e.get(t.name),s=t.span)}},visitPrefixNot:function(t){},visitNonNullAssert:function(t){},visitPropertyRead:function(t){var e=a(t.receiver);o=e&&e.members().get(t.name),s=t.span},visitPropertyWrite:function(t){var e=a(t.receiver);o=e&&e.members().get(t.name),s=t.span},visitQuote:function(t){},visitSafeMethodCall:function(t){var e=a(t.receiver);o=e&&e.members().get(t.name),s=t.span},visitSafePropertyRead:function(t){var e=a(t.receiver);o=e&&e.members().get(t.name),s=t.span}}),o&&s?{symbol:o,span:s}:void 0}function a(e){return new Qu(t,r,{}).getType(e)}}
601
595
  /**
602
596
  * @license
603
597
  * Copyright Google Inc. All Rights Reserved.
604
598
  *
605
599
  * Use of this source code is governed by an MIT-style license that can be
606
600
  * found in the LICENSE file at https://angular.io/license
607
- */
601
+ */($c=Xc||(Xc={}))[$c.Error=0]="Error",$c[$c.Warning=1]="Warning";var pl=["ID","CDATA","NAME",["ltr","rtl"],["rect","circle","poly","default"],"NUMBER",["nohref"],["ismap"],["declare"],["DATA","REF","OBJECT"],["GET","POST"],"IDREF",["TEXT","PASSWORD","CHECKBOX","RADIO","SUBMIT","RESET","FILE","HIDDEN","IMAGE","BUTTON"],["checked"],["disabled"],["readonly"],["multiple"],["selected"],["button","submit","reset"],["void","above","below","hsides","lhs","rhs","vsides","box","border"],["none","groups","rows","cols","all"],["left","center","right","justify","char"],["top","middle","bottom","baseline"],"IDREFS",["row","col","rowgroup","colgroup"],["defer"]],hl=[{id:0},{onclick:1,ondblclick:1,onmousedown:1,onmouseup:1,onmouseover:1,onmousemove:1,onmouseout:1,onkeypress:1,onkeydown:1,onkeyup:1},{lang:2,dir:3},{onload:1,onunload:1},{name:1},{href:1},{type:1},{alt:1},{tabindex:5},{media:1},{nohref:6},{usemap:1},{src:1},{onfocus:1,onblur:1},{charset:1},{declare:8,classid:1,codebase:1,data:1,codetype:1,archive:1,standby:1},{title:1},{value:1},{cite:1},{datetime:1},{accept:1},{shape:4,coords:1},{for:11},{action:1,method:10,enctype:1,onsubmit:1,onreset:1,"accept-charset":1},{valuetype:9},{longdesc:1},{width:1},{disabled:14},{readonly:15,onselect:1},{accesskey:1},{size:5,multiple:16},{onchange:1},{label:1},{selected:17},{type:12,checked:13,size:1,maxlength:5},{rows:5,cols:5},{type:18},{height:1},{summary:1,border:1,frame:19,rules:20,cellspacing:1,cellpadding:1,datapagesize:1},{align:21,char:1,charoff:1,valign:22},{span:5},{abbr:1,axis:1,headers:23,scope:24,rowspan:5,colspan:5},{profile:1},{"http-equiv":2,name:2,content:1,scheme:1},{class:1,style:1},{hreflang:2,rel:1,rev:1},{ismap:7},{defer:25,event:1,for:1}],fl={TT:[0,1,2,16,44],I:[0,1,2,16,44],B:[0,1,2,16,44],BIG:[0,1,2,16,44],SMALL:[0,1,2,16,44],EM:[0,1,2,16,44],STRONG:[0,1,2,16,44],DFN:[0,1,2,16,44],CODE:[0,1,2,16,44],SAMP:[0,1,2,16,44],KBD:[0,1,2,16,44],VAR:[0,1,2,16,44],CITE:[0,1,2,16,44],ABBR:[0,1,2,16,44],ACRONYM:[0,1,2,16,44],SUB:[0,1,2,16,44],SUP:[0,1,2,16,44],SPAN:[0,1,2,16,44],BDO:[0,2,16,44],BR:[0,16,44],BODY:[0,1,2,3,16,44],ADDRESS:[0,1,2,16,44],DIV:[0,1,2,16,44],A:[0,1,2,4,5,6,8,13,14,16,21,29,44,45],MAP:[0,1,2,4,16,44],AREA:[0,1,2,5,7,8,10,13,16,21,29,44],LINK:[0,1,2,5,6,9,14,16,44,45],IMG:[0,1,2,4,7,11,12,16,25,26,37,44,46],OBJECT:[0,1,2,4,6,8,11,15,16,26,37,44],PARAM:[0,4,6,17,24],HR:[0,1,2,16,44],P:[0,1,2,16,44],H1:[0,1,2,16,44],H2:[0,1,2,16,44],H3:[0,1,2,16,44],H4:[0,1,2,16,44],H5:[0,1,2,16,44],H6:[0,1,2,16,44],PRE:[0,1,2,16,44],Q:[0,1,2,16,18,44],BLOCKQUOTE:[0,1,2,16,18,44],INS:[0,1,2,16,18,19,44],DEL:[0,1,2,16,18,19,44],DL:[0,1,2,16,44],DT:[0,1,2,16,44],DD:[0,1,2,16,44],OL:[0,1,2,16,44],UL:[0,1,2,16,44],LI:[0,1,2,16,44],FORM:[0,1,2,4,16,20,23,44],LABEL:[0,1,2,13,16,22,29,44],INPUT:[0,1,2,4,7,8,11,12,13,16,17,20,27,28,29,31,34,44,46],SELECT:[0,1,2,4,8,13,16,27,30,31,44],OPTGROUP:[0,1,2,16,27,32,44],OPTION:[0,1,2,16,17,27,32,33,44],TEXTAREA:[0,1,2,4,8,13,16,27,28,29,31,35,44],FIELDSET:[0,1,2,16,44],LEGEND:[0,1,2,16,29,44],BUTTON:[0,1,2,4,8,13,16,17,27,29,36,44],TABLE:[0,1,2,16,26,38,44],CAPTION:[0,1,2,16,44],COLGROUP:[0,1,2,16,26,39,40,44],COL:[0,1,2,16,26,39,40,44],THEAD:[0,1,2,16,39,44],TBODY:[0,1,2,16,39,44],TFOOT:[0,1,2,16,39,44],TR:[0,1,2,16,39,44],TH:[0,1,2,16,39,41,44],TD:[0,1,2,16,39,41,44],HEAD:[2,42],TITLE:[2],BASE:[5],META:[2,43],STYLE:[2,6,9,16],SCRIPT:[6,12,14,47],NOSCRIPT:[0,1,2,16,44],HTML:[2]},dl=[0,1,2,4],vl=["[Element]|textContent,%classList,className,id,innerHTML,*beforecopy,*beforecut,*beforepaste,*copy,*cut,*paste,*search,*selectstart,*webkitfullscreenchange,*webkitfullscreenerror,*wheel,outerHTML,#scrollLeft,#scrollTop,slot,*message,*mozfullscreenchange,*mozfullscreenerror,*mozpointerlockchange,*mozpointerlockerror,*webglcontextcreationerror,*webglcontextlost,*webglcontextrestored","[HTMLElement]^[Element]|accessKey,contentEditable,dir,!draggable,!hidden,innerText,lang,*abort,*auxclick,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*cuechange,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*seeked,*seeking,*select,*show,*stalled,*submit,*suspend,*timeupdate,*toggle,*volumechange,*waiting,outerText,!spellcheck,%style,#tabIndex,title,!translate","abbr,address,article,aside,b,bdi,bdo,cite,code,dd,dfn,dt,em,figcaption,figure,footer,header,i,kbd,main,mark,nav,noscript,rb,rp,rt,rtc,ruby,s,samp,section,small,strong,sub,sup,u,var,wbr^[HTMLElement]|accessKey,contentEditable,dir,!draggable,!hidden,innerText,lang,*abort,*auxclick,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*cuechange,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*seeked,*seeking,*select,*show,*stalled,*submit,*suspend,*timeupdate,*toggle,*volumechange,*waiting,outerText,!spellcheck,%style,#tabIndex,title,!translate","media^[HTMLElement]|!autoplay,!controls,%controlsList,%crossOrigin,#currentTime,!defaultMuted,#defaultPlaybackRate,!disableRemotePlayback,!loop,!muted,*encrypted,*waitingforkey,#playbackRate,preload,src,%srcObject,#volume",":svg:^[HTMLElement]|*abort,*auxclick,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*cuechange,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*seeked,*seeking,*select,*show,*stalled,*submit,*suspend,*timeupdate,*toggle,*volumechange,*waiting,%style,#tabIndex",":svg:graphics^:svg:|",":svg:animation^:svg:|*begin,*end,*repeat",":svg:geometry^:svg:|",":svg:componentTransferFunction^:svg:|",":svg:gradient^:svg:|",":svg:textContent^:svg:graphics|",":svg:textPositioning^:svg:textContent|","a^[HTMLElement]|charset,coords,download,hash,host,hostname,href,hreflang,name,password,pathname,ping,port,protocol,referrerPolicy,rel,rev,search,shape,target,text,type,username","area^[HTMLElement]|alt,coords,download,hash,host,hostname,href,!noHref,password,pathname,ping,port,protocol,referrerPolicy,rel,search,shape,target,username","audio^media|","br^[HTMLElement]|clear","base^[HTMLElement]|href,target","body^[HTMLElement]|aLink,background,bgColor,link,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,text,vLink","button^[HTMLElement]|!autofocus,!disabled,formAction,formEnctype,formMethod,!formNoValidate,formTarget,name,type,value","canvas^[HTMLElement]|#height,#width","content^[HTMLElement]|select","dl^[HTMLElement]|!compact","datalist^[HTMLElement]|","details^[HTMLElement]|!open","dialog^[HTMLElement]|!open,returnValue","dir^[HTMLElement]|!compact","div^[HTMLElement]|align","embed^[HTMLElement]|align,height,name,src,type,width","fieldset^[HTMLElement]|!disabled,name","font^[HTMLElement]|color,face,size","form^[HTMLElement]|acceptCharset,action,autocomplete,encoding,enctype,method,name,!noValidate,target","frame^[HTMLElement]|frameBorder,longDesc,marginHeight,marginWidth,name,!noResize,scrolling,src","frameset^[HTMLElement]|cols,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,rows","hr^[HTMLElement]|align,color,!noShade,size,width","head^[HTMLElement]|","h1,h2,h3,h4,h5,h6^[HTMLElement]|align","html^[HTMLElement]|version","iframe^[HTMLElement]|align,!allowFullscreen,frameBorder,height,longDesc,marginHeight,marginWidth,name,referrerPolicy,%sandbox,scrolling,src,srcdoc,width","img^[HTMLElement]|align,alt,border,%crossOrigin,#height,#hspace,!isMap,longDesc,lowsrc,name,referrerPolicy,sizes,src,srcset,useMap,#vspace,#width","input^[HTMLElement]|accept,align,alt,autocapitalize,autocomplete,!autofocus,!checked,!defaultChecked,defaultValue,dirName,!disabled,%files,formAction,formEnctype,formMethod,!formNoValidate,formTarget,#height,!incremental,!indeterminate,max,#maxLength,min,#minLength,!multiple,name,pattern,placeholder,!readOnly,!required,selectionDirection,#selectionEnd,#selectionStart,#size,src,step,type,useMap,value,%valueAsDate,#valueAsNumber,#width","li^[HTMLElement]|type,#value","label^[HTMLElement]|htmlFor","legend^[HTMLElement]|align","link^[HTMLElement]|as,charset,%crossOrigin,!disabled,href,hreflang,integrity,media,referrerPolicy,rel,%relList,rev,%sizes,target,type","map^[HTMLElement]|name","marquee^[HTMLElement]|behavior,bgColor,direction,height,#hspace,#loop,#scrollAmount,#scrollDelay,!trueSpeed,#vspace,width","menu^[HTMLElement]|!compact","meta^[HTMLElement]|content,httpEquiv,name,scheme","meter^[HTMLElement]|#high,#low,#max,#min,#optimum,#value","ins,del^[HTMLElement]|cite,dateTime","ol^[HTMLElement]|!compact,!reversed,#start,type","object^[HTMLElement]|align,archive,border,code,codeBase,codeType,data,!declare,height,#hspace,name,standby,type,useMap,#vspace,width","optgroup^[HTMLElement]|!disabled,label","option^[HTMLElement]|!defaultSelected,!disabled,label,!selected,text,value","output^[HTMLElement]|defaultValue,%htmlFor,name,value","p^[HTMLElement]|align","param^[HTMLElement]|name,type,value,valueType","picture^[HTMLElement]|","pre^[HTMLElement]|#width","progress^[HTMLElement]|#max,#value","q,blockquote,cite^[HTMLElement]|","script^[HTMLElement]|!async,charset,%crossOrigin,!defer,event,htmlFor,integrity,src,text,type","select^[HTMLElement]|!autofocus,!disabled,#length,!multiple,name,!required,#selectedIndex,#size,value","shadow^[HTMLElement]|","slot^[HTMLElement]|name","source^[HTMLElement]|media,sizes,src,srcset,type","span^[HTMLElement]|","style^[HTMLElement]|!disabled,media,type","caption^[HTMLElement]|align","th,td^[HTMLElement]|abbr,align,axis,bgColor,ch,chOff,#colSpan,headers,height,!noWrap,#rowSpan,scope,vAlign,width","col,colgroup^[HTMLElement]|align,ch,chOff,#span,vAlign,width","table^[HTMLElement]|align,bgColor,border,%caption,cellPadding,cellSpacing,frame,rules,summary,%tFoot,%tHead,width","tr^[HTMLElement]|align,bgColor,ch,chOff,vAlign","tfoot,thead,tbody^[HTMLElement]|align,ch,chOff,vAlign","template^[HTMLElement]|","textarea^[HTMLElement]|autocapitalize,!autofocus,#cols,defaultValue,dirName,!disabled,#maxLength,#minLength,name,placeholder,!readOnly,!required,#rows,selectionDirection,#selectionEnd,#selectionStart,value,wrap","title^[HTMLElement]|text","track^[HTMLElement]|!default,kind,label,src,srclang","ul^[HTMLElement]|!compact,type","unknown^[HTMLElement]|","video^media|#height,poster,#width",":svg:a^:svg:graphics|",":svg:animate^:svg:animation|",":svg:animateMotion^:svg:animation|",":svg:animateTransform^:svg:animation|",":svg:circle^:svg:geometry|",":svg:clipPath^:svg:graphics|",":svg:defs^:svg:graphics|",":svg:desc^:svg:|",":svg:discard^:svg:|",":svg:ellipse^:svg:geometry|",":svg:feBlend^:svg:|",":svg:feColorMatrix^:svg:|",":svg:feComponentTransfer^:svg:|",":svg:feComposite^:svg:|",":svg:feConvolveMatrix^:svg:|",":svg:feDiffuseLighting^:svg:|",":svg:feDisplacementMap^:svg:|",":svg:feDistantLight^:svg:|",":svg:feDropShadow^:svg:|",":svg:feFlood^:svg:|",":svg:feFuncA^:svg:componentTransferFunction|",":svg:feFuncB^:svg:componentTransferFunction|",":svg:feFuncG^:svg:componentTransferFunction|",":svg:feFuncR^:svg:componentTransferFunction|",":svg:feGaussianBlur^:svg:|",":svg:feImage^:svg:|",":svg:feMerge^:svg:|",":svg:feMergeNode^:svg:|",":svg:feMorphology^:svg:|",":svg:feOffset^:svg:|",":svg:fePointLight^:svg:|",":svg:feSpecularLighting^:svg:|",":svg:feSpotLight^:svg:|",":svg:feTile^:svg:|",":svg:feTurbulence^:svg:|",":svg:filter^:svg:|",":svg:foreignObject^:svg:graphics|",":svg:g^:svg:graphics|",":svg:image^:svg:graphics|",":svg:line^:svg:geometry|",":svg:linearGradient^:svg:gradient|",":svg:mpath^:svg:|",":svg:marker^:svg:|",":svg:mask^:svg:|",":svg:metadata^:svg:|",":svg:path^:svg:geometry|",":svg:pattern^:svg:|",":svg:polygon^:svg:geometry|",":svg:polyline^:svg:geometry|",":svg:radialGradient^:svg:gradient|",":svg:rect^:svg:geometry|",":svg:svg^:svg:graphics|#currentScale,#zoomAndPan",":svg:script^:svg:|type",":svg:set^:svg:animation|",":svg:stop^:svg:|",":svg:style^:svg:|!disabled,media,title,type",":svg:switch^:svg:graphics|",":svg:symbol^:svg:|",":svg:tspan^:svg:textPositioning|",":svg:text^:svg:textPositioning|",":svg:textPath^:svg:textContent|",":svg:title^:svg:|",":svg:use^:svg:graphics|",":svg:view^:svg:|#zoomAndPan","data^[HTMLElement]|value","keygen^[HTMLElement]|!autofocus,challenge,!disabled,form,keytype,name","menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default","summary^[HTMLElement]|","time^[HTMLElement]|dateTime",":svg:cursor^:svg:|"],yl="event",ml="boolean",gl="number",_l="string",bl="object",wl=function(){function t(){var t=this;this.schema={},vl.forEach(function(e){var n=e.split("|"),r=n[1].split(","),i=(n[0]+"^").split("^"),o={};i[0].split(",").forEach(function(e){return t.schema[e.toLowerCase()]=o});var s=i[1],a=s&&t.schema[s.toLowerCase()];if(a)for(var u in a)o[u]=a[u];r.forEach(function(t){""==t||(t.startsWith("*")?o[t.substring(1)]=yl:t.startsWith("!")?o[t.substring(1)]=ml:t.startsWith("#")?o[t.substring(1)]=gl:t.startsWith("%")?o[t.substring(1)]=bl:o[t]=_l)})})}return t.prototype.allKnownElements=function(){return Object.keys(this.schema)},t.prototype.eventsOf=function(t){var e=this.schema[t.toLowerCase()]||{};return Object.keys(e).filter(function(t){return e[t]===yl})},t.prototype.propertiesOf=function(t){var e=this.schema[t.toLowerCase()]||{};return Object.keys(e).filter(function(t){return e[t]!==yl})},t.prototype.typeOf=function(t,e){return(this.schema[t.toLowerCase()]||{})[e]},Object.defineProperty(t,"instance",{get:function(){var e=t._instance;return e||(e=t._instance=new t),e},enumerable:!0,configurable:!0}),t}(),xl={html:!0,script:!0,noscript:!0,base:!0,body:!0,title:!0,head:!0,link:!0};function El(t,e){var n=e.tail instanceof le?e.tail:e.parentOf(e.tail);if(n instanceof le)return Sl(t,n.name,n)}function Sl(t,e,n){return function r(t,e,n){var r=[],i=function o(t){return Object.keys(function e(t){var e,n,r={};if(t)try{for(var i=p(t),o=i.next();!o.done;o=i.next()){var s=hl[o.value];for(var a in s)s.hasOwnProperty(a)&&(r[a]=pl[s[a]])}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return r}(fl[t.toUpperCase()]||dl)).sort()}(e)||[];i&&r.push.apply(r,f(i.map(function(t){return{name:t,fromHtml:!0}})));var s=function a(t){return wl.instance.propertiesOf(t)}
608
602
  /**
609
603
  * @license
610
604
  * Copyright Google Inc. All Rights Reserved.
611
605
  *
612
606
  * Use of this source code is governed by an MIT-style license that can be
613
607
  * found in the LICENSE file at https://angular.io/license
614
- */function Zc(t){if(t)
608
+ */(e);s&&r.push.apply(r,f(s.map(function(t){return{name:t,input:!0}})));var u=function c(t){return wl.instance.eventsOf(t)}(e);u&&r.push.apply(r,f(u.map(function(t){return{name:t,output:!0}})));var l=nl(t),v=l.selectors,y=l.map;if(v&&v.length){var m=v.filter(function(t){return!t.element||t.element==e}).map(function(t){return{selector:t,attrs:t.attrs.filter(function(t){return!!t})}}),g=rl(m.map(function(t){var e=y.get(t.selector);return t.attrs.map(function(t){return{name:t,input:t in e.inputs,output:t in e.outputs}})}));m.forEach(function(t){var e=t.selector,n=y.get(e);n&&function r(t){var e,n;if(t.diDeps)try{for(var r=p(t.diDeps),i=r.next();!i.done;i=r.next()){var o=i.value;if(o.token&&o.token.identifier&&"TemplateRef"==Gt(o.token.identifier))return!0}}catch(t){e={error:t}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}return!1}(n.type)&&e.attrs.length&&e.attrs[0]&&g.push({name:e.attrs[0],template:!0})});var _=function b(t){var e,n,r=new A,i=d(t.name)[1];r.setElement(i);try{for(var o=p(t.attrs),s=o.next();!s.done;s=o.next()){var a=s.value;if(!a.name.match(Al)){var u=h(d(a.name),2);r.addAttribute(u[1],a.value),"class"==a.name.toLowerCase()&&a.value.split(/s+/g).forEach(function(t){return r.addClassName(t)})}}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}return r}(n||new le(e,[],[],null,null,null)),w=new N;w.addSelectables(v),w.match(_,function(t){var e=y.get(t);e&&(g.push.apply(g,f(Object.keys(e.inputs).map(function(t){return{name:t,input:!0}}))),g.push.apply(g,f(Object.keys(e.outputs).map(function(t){return{name:t,output:!0}}))))}),g=function x(t){var e=new Map,n=new Map,r=[];return t.forEach(function(t){if(t.fromHtml)return t;var i;if(t.template&&((i=n.get(t.name))||(r.push({name:t.name,template:!0}),n.set(t.name,t))),t.input||t.output)if(i=e.get(t.name))i.input=i.input||t.input,i.output=i.output||t.output;else{var o={name:t.name};t.input&&(o.input=!0),t.output&&(o.output=!0),r.push(o),e.set(t.name,o)}}),r}(g),r.push.apply(r,f(rl(g.map(Nl))))}return r}(t,e,n).map(function(t){return{kind:t.fromHtml?"html attribute":"attribute",name:function e(t){var e=t.name;t.output&&(e=il(e=il(e,"Events"),"Changed"));var n=[e];return t.input&&(n.unshift("["),n.push("]")),t.output&&(n.unshift("("),n.push(")")),t.template&&n.unshift("*"),n.join("")}(t),sort:t.name}})}function Cl(t,e){var n=function r(){return Object.keys(fl).sort().map(function(t){return t.toLowerCase()})}().filter(function(t){return!(t in xl)}),i=nl(t).selectors.map(function(t){return t.element}).filter(function(t){return!!t}).map(function(t){return{kind:"component",name:t,sort:t}});return ol(n.map(function(t){return{kind:"element",name:t,sort:t}}).concat(i))}function Tl(t,e){var n=e.tail;if(n instanceof se){var r=n.value.match(/<(\w(\w|\d|-)*:)?(\w(\w|\d|-)*)\s/);if(r&&e.position>=(r.index||0)+r[0].length+n.sourceSpan.start.offset)return Sl(t,r[3])}}var Pl=function(t){function e(e,n,r,i){var o=t.call(this)||this;return o.info=e,o.position=n,o.attr=r,o.getExpressionScope=i||function(){return e.template.members},o}return o(e,t),e.prototype.visitDirectiveProperty=function(t){this.attributeValueCompletions(t.value)},e.prototype.visitElementProperty=function(t){this.attributeValueCompletions(t.value)},e.prototype.visitEvent=function(t){this.attributeValueCompletions(t.handler)},e.prototype.visitElement=function(t){var e=this;if(this.attr&&nl(this.info)&&this.attr.name.startsWith("*")){var n=this.attr.name.substr("*".length),r=nl(this.info),i=r.selectors.filter(function(t){return t.attrs.some(function(t,e){return e%2==0&&t==n})})[0],o=this.info.expressionParser.parseTemplateBindings(n,this.attr.value,null);if(!this.attr.valueSpan)return;var s=this.position-this.attr.valueSpan.start.offset-1,a=o.templateBindings,u=a.find(function(t){return tl(s,t.span,!0)})||a.find(function(t){return tl(s,t.span)}),c=function(){var t=[];i&&(t=i.attrs.filter(function(t,e){return e%2==0}).filter(function(t){return t.startsWith(n)&&t!=n}).map(function(t){return function e(t){return t&&t[0].toLowerCase()+t.substr(1)}
615
609
  /**
616
610
  * @license
617
611
  * Copyright Google Inc. All Rights Reserved.
618
612
  *
619
613
  * Use of this source code is governed by an MIT-style license that can be
620
614
  * found in the LICENSE file at https://angular.io/license
621
- */
622
- return function e(t){return t&&!!t.start}(t)?{start:t.start.offset,end:t.end.offset}:t.endSourceSpan?{start:t.sourceSpan.start.offset,end:t.endSourceSpan.end.offset}:t.children&&t.children.length?{start:t.sourceSpan.start.offset,end:Zc(t.children[t.children.length-1]).end}:{start:t.sourceSpan.start.offset,end:t.sourceSpan.end.offset}}function Jc(t,e,n){return null!=e&&(n?t>=e.start&&t<e.end:t>=e.start&&t<=e.end)}function tl(t,e){return{start:t.start+e,end:t.end+e}}function el(t){var e=new Map;return{selectors:nl(t.directives.map(function(t){var n=A.parse(t.selector);return n.forEach(function(n){return e.set(n,t)}),n})),map:e}}function nl(t){var e;return(e=[]).concat.apply(e,f(t))}function rl(t,e){return t.endsWith(e)?t.substring(0,t.length-e.length):t}function il(t){var e,n;if(t){var r=[],i=new Set;try{for(var o=p(t),s=o.next();!s.done;s=o.next()){var a=s.value;i.has(a.name)||(i.add(a.name),r.push(a))}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}return r}}function ol(t){return{fileName:t.fileName,offset:t.template.span.start,query:t.template.query,members:t.template.members,htmlAst:t.htmlAst,templateAst:t.templateAst}}function sl(t,e,n){void 0===n&&(n=!1);var r=[];return Vt(new(function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return o(i,t),i.prototype.visit=function(t,i){var o=Zc(t);if(!Jc(e,o))return!0;var s=r.length;(!s||n||function a(t,e){return t.start>=e.start&&t.end<=e.end}(o,Zc(r[s-1])))&&r.push(t)},i.prototype.visitEmbeddedTemplate=function(t,e){return this.visitChildren(e,function(e){e(t.attrs),e(t.directives),e(t.children)})},i.prototype.visitElement=function(t,e){return this.visitChildren(e,function(e){e(t.attrs),e(t.inputs),e(t.outputs),e(t.references),e(t.directives),e(t.children)})},i.prototype.visitDirective=function(t,e){var n=this.visitChildren(e,function(e){e(t.inputs)});return r[r.length-1]==t&&r.pop(),n},i}(Ft)),t),new oe(r,e)}
615
+ */(t.substr(n.length))})),t.push("let"),e.result=t.map(function(t){return{kind:"key",name:t,sort:t}})};if(!u||u.key==n&&!u.expression)c();else if(u.keyIsVar){var l=this.attr.value.indexOf("=");if(this.result=[],l>=0&&s>=l){var p=r.map.get(i);if(p){var h=this.info.template.query.getTemplateContext(p.type.reference);h&&(this.result=this.symbolsToCompletions(h.values()))}}else u.key&&s<=u.key.length-n.length&&c()}else if(u.expression&&tl(s,u.expression.ast.span)||u.key&&s>u.span.start+(u.key.length-n.length)||!u.key){var f=new Ln(0,this.attr.value.length);this.attributeValueCompletions(u.expression?u.expression.ast:new Kn(f,new Hn(f),""),s)}else c()}},e.prototype.visitBoundText=function(t){var e=this.position-t.sourceSpan.start.offset;if(tl(e,t.value.span)){var n=cl(this.getExpressionScope(),t.value,e,this.info.template.query);n&&(this.result=this.symbolsToCompletions(n))}},e.prototype.attributeValueCompletions=function(t,e){var n=cl(this.getExpressionScope(),t,null==e?this.attributeValuePosition:e,this.info.template.query);n&&(this.result=this.symbolsToCompletions(n))},e.prototype.symbolsToCompletions=function(t){return t.filter(function(t){return!t.name.startsWith("__")&&t.public}).map(function(t){return{kind:t.kind,name:t.name,sort:t.name}})},Object.defineProperty(e.prototype,"attributeValuePosition",{get:function(){return this.attr&&this.attr.valueSpan?this.position-this.attr.valueSpan.start.offset-1:0},enumerable:!0,configurable:!0}),e}(Lt),Al=/^(\w+:)?(template$|^\*)/;function Nl(t){return t.input&&t.output?[t,{name:t.name,input:!0,output:!1},{name:t.name,input:!1,output:!0}]:[t]}function kl(t){if(t.position){var e=t.position-t.template.span.start,n=al(t.templateAst,e);if(n.tail){var r=void 0,i=void 0,o=function(o,s){void 0===s&&(s=!1);var a=function u(t){if(t.position)return de(t.htmlAst,t.position-t.template.span.start).first(ce)}(t);if(a&&tl(e,Jc(a.valueSpan))){var c=$u(sl(t),n,s);if(a.valueSpan){var l=a.valueSpan.start.offset+1,p=ll(c,o,e-l,t.template.query);p&&(r=p.symbol,i=el(p.span,l))}return!0}return!1};if(n.tail.visit({visitNgContent:function(t){},visitEmbeddedTemplate:function(t){},visitElement:function(e){var n=e.directives.find(function(t){return t.directive.isComponent});if(n)r=(r=t.template.query.getTypeSymbol(n.directive.type.reference))&&new Ml(r,"component"),i=Jc(e);else{var o=e.directives.find(function(t){return null!=t.directive.selector&&t.directive.selector.indexOf(e.name)>=0});o&&(r=(r=t.template.query.getTypeSymbol(o.directive.type.reference))&&new Ml(r,"directive"),i=Jc(e))}},visitReference:function(e){r=e.value&&t.template.query.getTypeSymbol($t(e.value)),i=Jc(e)},visitVariable:function(t){},visitEvent:function(e){o(e.handler,!0)||(r=(r=function s(t,e,n){var r,i,o=e.first(Ot);if(o)try{for(var s=p(o.directives),a=s.next();!a.done;a=s.next()){var u=a.value,c=Ol(u.directive.outputs)[n.name];if(c){var l=t.template.query.getTypeSymbol(u.directive.type.reference);if(l)return l.members().get(c)}}}catch(t){r={error:t}}finally{try{a&&!a.done&&(i=s.return)&&i.call(s)}finally{if(r)throw r.error}}}(t,n,e))&&new Ml(r,"event"),i=Jc(e))},visitElementProperty:function(t){o(t.value)},visitAttr:function(t){},visitBoundText:function(o){var s=e-o.sourceSpan.start.offset;if(tl(s,o.value.span)){var a=ll($u(sl(t),n,!1),o.value,s,t.template.query);a&&(r=a.symbol,i=el(a.span,o.sourceSpan.start.offset))}},visitText:function(t){},visitDirective:function(e){r=t.template.query.getTypeSymbol(e.directive.type.reference),i=Jc(e)},visitDirectiveProperty:function(e){o(e.value)||(r=function s(t,e,n){var r,i,o=e.first(Ot);if(o)try{for(var s=p(o.directives),a=s.next();!a.done;a=s.next()){var u=a.value,c=Ol(u.directive.inputs)[n.templateName];if(c){var l=t.template.query.getTypeSymbol(u.directive.type.reference);if(l)return l.members().get(c)}}}catch(t){r={error:t}}finally{try{a&&!a.done&&(i=s.return)&&i.call(s)}finally{if(r)throw r.error}}}(t,n,e),i=Jc(e))}},null),r&&i)return{symbol:r,span:el(i,t.template.span.start)}}}}function Ol(t){var e,n,r={};try{for(var i=p(Object.keys(t)),o=i.next();!o.done;o=i.next()){var s=o.value;r[t[s]]=s}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return r}var Ml=function(){function t(t,e){this.sym=t,this.kind=e}return Object.defineProperty(t.prototype,"name",{get:function(){return this.sym.name},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"language",{get:function(){return this.sym.language},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"type",{get:function(){return this.sym.type},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"container",{get:function(){return this.sym.container},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"public",{get:function(){return this.sym.public},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"callable",{get:function(){return this.sym.callable},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"nullable",{get:function(){return this.sym.nullable},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"definition",{get:function(){return this.sym.definition},enumerable:!0,configurable:!0}),t.prototype.members=function(){return this.sym.members()},t.prototype.signatures=function(){return this.sym.signatures()},t.prototype.selectSignature=function(t){return this.sym.selectSignature(t)},t.prototype.indexed=function(t){return this.sym.indexed(t)},t}();
623
616
  /**
624
617
  * @license
625
618
  * Copyright Google Inc. All Rights Reserved.
626
619
  *
627
620
  * Use of this source code is governed by an MIT-style license that can be
628
621
  * found in the LICENSE file at https://angular.io/license
629
- */function al(t,e,n){void 0===n&&(n=!1);var r=[],i=new(function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return o(i,t),i.prototype.visit=function(t){(!n||t.span.start<t.span.end)&&Jc(e,t.span)&&(r.push(t),hr(t,this))},i}(ur));return t instanceof sr&&(t=t.ast),i.visit(t),new oe(r,e)}function ul(t,e,n,r){var i=al(e,n);if(!i.empty){var o=t;return i.tail.visit({visitBinary:function(t){},visitChain:function(t){},visitConditional:function(t){},visitFunctionCall:function(t){},visitImplicitReceiver:function(t){},visitInterpolation:function(t){o=void 0},visitKeyedRead:function(t){},visitKeyedWrite:function(t){},visitLiteralArray:function(t){},visitLiteralMap:function(t){},visitLiteralPrimitive:function(t){},visitMethodCall:function(t){},visitPipe:function(t){n>=t.exp.span.end&&(!t.args||!t.args.length||n<t.args[0].span.start)&&(o=r.getPipes())},visitPrefixNot:function(t){},visitNonNullAssert:function(t){},visitPropertyRead:function(e){var n=s(e.receiver);o=n?n.members():t},visitPropertyWrite:function(e){var n=s(e.receiver);o=n?n.members():t},visitQuote:function(t){o=r.getBuiltinType(Uu.Any).members()},visitSafeMethodCall:function(e){var n=s(e.receiver);o=n?n.members():t},visitSafePropertyRead:function(e){var n=s(e.receiver);o=n?n.members():t}}),o&&o.values()}function s(e){return new Wu(t,r,{}).getType(e)}}function cl(t,e,n,r){var i=al(e,n,!0);if(!i.empty){var o=void 0,s=void 0;return i.tail.visit({visitBinary:function(t){},visitChain:function(t){},visitConditional:function(t){},visitFunctionCall:function(t){},visitImplicitReceiver:function(t){},visitInterpolation:function(t){},visitKeyedRead:function(t){},visitKeyedWrite:function(t){},visitLiteralArray:function(t){},visitLiteralMap:function(t){},visitLiteralPrimitive:function(t){},visitMethodCall:function(t){var e=a(t.receiver);o=e&&e.members().get(t.name),s=t.span},visitPipe:function(t){if(n>=t.exp.span.end&&(!t.args||!t.args.length||n<t.args[0].span.start)){var e=r.getPipes();e&&(o=e.get(t.name),s=t.span)}},visitPrefixNot:function(t){},visitNonNullAssert:function(t){},visitPropertyRead:function(t){var e=a(t.receiver);o=e&&e.members().get(t.name),s=t.span},visitPropertyWrite:function(t){var e=a(t.receiver);o=e&&e.members().get(t.name),s=t.span},visitQuote:function(t){},visitSafeMethodCall:function(t){var e=a(t.receiver);o=e&&e.members().get(t.name),s=t.span},visitSafePropertyRead:function(t){var e=a(t.receiver);o=e&&e.members().get(t.name),s=t.span}}),o&&s?{symbol:o,span:s}:void 0}function a(e){return new Wu(t,r,{}).getType(e)}}
622
+ */
630
623
  /**
631
624
  * @license
632
625
  * Copyright Google Inc. All Rights Reserved.
633
626
  *
634
627
  * Use of this source code is governed by an MIT-style license that can be
635
628
  * found in the LICENSE file at https://angular.io/license
636
- */(Xc=Gc||(Gc={}))[Xc.Error=0]="Error",Xc[Xc.Warning=1]="Warning";var ll=["ID","CDATA","NAME",["ltr","rtl"],["rect","circle","poly","default"],"NUMBER",["nohref"],["ismap"],["declare"],["DATA","REF","OBJECT"],["GET","POST"],"IDREF",["TEXT","PASSWORD","CHECKBOX","RADIO","SUBMIT","RESET","FILE","HIDDEN","IMAGE","BUTTON"],["checked"],["disabled"],["readonly"],["multiple"],["selected"],["button","submit","reset"],["void","above","below","hsides","lhs","rhs","vsides","box","border"],["none","groups","rows","cols","all"],["left","center","right","justify","char"],["top","middle","bottom","baseline"],"IDREFS",["row","col","rowgroup","colgroup"],["defer"]],pl=[{id:0},{onclick:1,ondblclick:1,onmousedown:1,onmouseup:1,onmouseover:1,onmousemove:1,onmouseout:1,onkeypress:1,onkeydown:1,onkeyup:1},{lang:2,dir:3},{onload:1,onunload:1},{name:1},{href:1},{type:1},{alt:1},{tabindex:5},{media:1},{nohref:6},{usemap:1},{src:1},{onfocus:1,onblur:1},{charset:1},{declare:8,classid:1,codebase:1,data:1,codetype:1,archive:1,standby:1},{title:1},{value:1},{cite:1},{datetime:1},{accept:1},{shape:4,coords:1},{for:11},{action:1,method:10,enctype:1,onsubmit:1,onreset:1,"accept-charset":1},{valuetype:9},{longdesc:1},{width:1},{disabled:14},{readonly:15,onselect:1},{accesskey:1},{size:5,multiple:16},{onchange:1},{label:1},{selected:17},{type:12,checked:13,size:1,maxlength:5},{rows:5,cols:5},{type:18},{height:1},{summary:1,border:1,frame:19,rules:20,cellspacing:1,cellpadding:1,datapagesize:1},{align:21,char:1,charoff:1,valign:22},{span:5},{abbr:1,axis:1,headers:23,scope:24,rowspan:5,colspan:5},{profile:1},{"http-equiv":2,name:2,content:1,scheme:1},{class:1,style:1},{hreflang:2,rel:1,rev:1},{ismap:7},{defer:25,event:1,for:1}],hl={TT:[0,1,2,16,44],I:[0,1,2,16,44],B:[0,1,2,16,44],BIG:[0,1,2,16,44],SMALL:[0,1,2,16,44],EM:[0,1,2,16,44],STRONG:[0,1,2,16,44],DFN:[0,1,2,16,44],CODE:[0,1,2,16,44],SAMP:[0,1,2,16,44],KBD:[0,1,2,16,44],VAR:[0,1,2,16,44],CITE:[0,1,2,16,44],ABBR:[0,1,2,16,44],ACRONYM:[0,1,2,16,44],SUB:[0,1,2,16,44],SUP:[0,1,2,16,44],SPAN:[0,1,2,16,44],BDO:[0,2,16,44],BR:[0,16,44],BODY:[0,1,2,3,16,44],ADDRESS:[0,1,2,16,44],DIV:[0,1,2,16,44],A:[0,1,2,4,5,6,8,13,14,16,21,29,44,45],MAP:[0,1,2,4,16,44],AREA:[0,1,2,5,7,8,10,13,16,21,29,44],LINK:[0,1,2,5,6,9,14,16,44,45],IMG:[0,1,2,4,7,11,12,16,25,26,37,44,46],OBJECT:[0,1,2,4,6,8,11,15,16,26,37,44],PARAM:[0,4,6,17,24],HR:[0,1,2,16,44],P:[0,1,2,16,44],H1:[0,1,2,16,44],H2:[0,1,2,16,44],H3:[0,1,2,16,44],H4:[0,1,2,16,44],H5:[0,1,2,16,44],H6:[0,1,2,16,44],PRE:[0,1,2,16,44],Q:[0,1,2,16,18,44],BLOCKQUOTE:[0,1,2,16,18,44],INS:[0,1,2,16,18,19,44],DEL:[0,1,2,16,18,19,44],DL:[0,1,2,16,44],DT:[0,1,2,16,44],DD:[0,1,2,16,44],OL:[0,1,2,16,44],UL:[0,1,2,16,44],LI:[0,1,2,16,44],FORM:[0,1,2,4,16,20,23,44],LABEL:[0,1,2,13,16,22,29,44],INPUT:[0,1,2,4,7,8,11,12,13,16,17,20,27,28,29,31,34,44,46],SELECT:[0,1,2,4,8,13,16,27,30,31,44],OPTGROUP:[0,1,2,16,27,32,44],OPTION:[0,1,2,16,17,27,32,33,44],TEXTAREA:[0,1,2,4,8,13,16,27,28,29,31,35,44],FIELDSET:[0,1,2,16,44],LEGEND:[0,1,2,16,29,44],BUTTON:[0,1,2,4,8,13,16,17,27,29,36,44],TABLE:[0,1,2,16,26,38,44],CAPTION:[0,1,2,16,44],COLGROUP:[0,1,2,16,26,39,40,44],COL:[0,1,2,16,26,39,40,44],THEAD:[0,1,2,16,39,44],TBODY:[0,1,2,16,39,44],TFOOT:[0,1,2,16,39,44],TR:[0,1,2,16,39,44],TH:[0,1,2,16,39,41,44],TD:[0,1,2,16,39,41,44],HEAD:[2,42],TITLE:[2],BASE:[5],META:[2,43],STYLE:[2,6,9,16],SCRIPT:[6,12,14,47],NOSCRIPT:[0,1,2,16,44],HTML:[2]},fl=[0,1,2,4],dl=["[Element]|textContent,%classList,className,id,innerHTML,*beforecopy,*beforecut,*beforepaste,*copy,*cut,*paste,*search,*selectstart,*webkitfullscreenchange,*webkitfullscreenerror,*wheel,outerHTML,#scrollLeft,#scrollTop,slot,*message,*mozfullscreenchange,*mozfullscreenerror,*mozpointerlockchange,*mozpointerlockerror,*webglcontextcreationerror,*webglcontextlost,*webglcontextrestored","[HTMLElement]^[Element]|accessKey,contentEditable,dir,!draggable,!hidden,innerText,lang,*abort,*auxclick,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*cuechange,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*seeked,*seeking,*select,*show,*stalled,*submit,*suspend,*timeupdate,*toggle,*volumechange,*waiting,outerText,!spellcheck,%style,#tabIndex,title,!translate","abbr,address,article,aside,b,bdi,bdo,cite,code,dd,dfn,dt,em,figcaption,figure,footer,header,i,kbd,main,mark,nav,noscript,rb,rp,rt,rtc,ruby,s,samp,section,small,strong,sub,sup,u,var,wbr^[HTMLElement]|accessKey,contentEditable,dir,!draggable,!hidden,innerText,lang,*abort,*auxclick,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*cuechange,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*seeked,*seeking,*select,*show,*stalled,*submit,*suspend,*timeupdate,*toggle,*volumechange,*waiting,outerText,!spellcheck,%style,#tabIndex,title,!translate","media^[HTMLElement]|!autoplay,!controls,%controlsList,%crossOrigin,#currentTime,!defaultMuted,#defaultPlaybackRate,!disableRemotePlayback,!loop,!muted,*encrypted,*waitingforkey,#playbackRate,preload,src,%srcObject,#volume",":svg:^[HTMLElement]|*abort,*auxclick,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*cuechange,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*seeked,*seeking,*select,*show,*stalled,*submit,*suspend,*timeupdate,*toggle,*volumechange,*waiting,%style,#tabIndex",":svg:graphics^:svg:|",":svg:animation^:svg:|*begin,*end,*repeat",":svg:geometry^:svg:|",":svg:componentTransferFunction^:svg:|",":svg:gradient^:svg:|",":svg:textContent^:svg:graphics|",":svg:textPositioning^:svg:textContent|","a^[HTMLElement]|charset,coords,download,hash,host,hostname,href,hreflang,name,password,pathname,ping,port,protocol,referrerPolicy,rel,rev,search,shape,target,text,type,username","area^[HTMLElement]|alt,coords,download,hash,host,hostname,href,!noHref,password,pathname,ping,port,protocol,referrerPolicy,rel,search,shape,target,username","audio^media|","br^[HTMLElement]|clear","base^[HTMLElement]|href,target","body^[HTMLElement]|aLink,background,bgColor,link,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,text,vLink","button^[HTMLElement]|!autofocus,!disabled,formAction,formEnctype,formMethod,!formNoValidate,formTarget,name,type,value","canvas^[HTMLElement]|#height,#width","content^[HTMLElement]|select","dl^[HTMLElement]|!compact","datalist^[HTMLElement]|","details^[HTMLElement]|!open","dialog^[HTMLElement]|!open,returnValue","dir^[HTMLElement]|!compact","div^[HTMLElement]|align","embed^[HTMLElement]|align,height,name,src,type,width","fieldset^[HTMLElement]|!disabled,name","font^[HTMLElement]|color,face,size","form^[HTMLElement]|acceptCharset,action,autocomplete,encoding,enctype,method,name,!noValidate,target","frame^[HTMLElement]|frameBorder,longDesc,marginHeight,marginWidth,name,!noResize,scrolling,src","frameset^[HTMLElement]|cols,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,rows","hr^[HTMLElement]|align,color,!noShade,size,width","head^[HTMLElement]|","h1,h2,h3,h4,h5,h6^[HTMLElement]|align","html^[HTMLElement]|version","iframe^[HTMLElement]|align,!allowFullscreen,frameBorder,height,longDesc,marginHeight,marginWidth,name,referrerPolicy,%sandbox,scrolling,src,srcdoc,width","img^[HTMLElement]|align,alt,border,%crossOrigin,#height,#hspace,!isMap,longDesc,lowsrc,name,referrerPolicy,sizes,src,srcset,useMap,#vspace,#width","input^[HTMLElement]|accept,align,alt,autocapitalize,autocomplete,!autofocus,!checked,!defaultChecked,defaultValue,dirName,!disabled,%files,formAction,formEnctype,formMethod,!formNoValidate,formTarget,#height,!incremental,!indeterminate,max,#maxLength,min,#minLength,!multiple,name,pattern,placeholder,!readOnly,!required,selectionDirection,#selectionEnd,#selectionStart,#size,src,step,type,useMap,value,%valueAsDate,#valueAsNumber,#width","li^[HTMLElement]|type,#value","label^[HTMLElement]|htmlFor","legend^[HTMLElement]|align","link^[HTMLElement]|as,charset,%crossOrigin,!disabled,href,hreflang,integrity,media,referrerPolicy,rel,%relList,rev,%sizes,target,type","map^[HTMLElement]|name","marquee^[HTMLElement]|behavior,bgColor,direction,height,#hspace,#loop,#scrollAmount,#scrollDelay,!trueSpeed,#vspace,width","menu^[HTMLElement]|!compact","meta^[HTMLElement]|content,httpEquiv,name,scheme","meter^[HTMLElement]|#high,#low,#max,#min,#optimum,#value","ins,del^[HTMLElement]|cite,dateTime","ol^[HTMLElement]|!compact,!reversed,#start,type","object^[HTMLElement]|align,archive,border,code,codeBase,codeType,data,!declare,height,#hspace,name,standby,type,useMap,#vspace,width","optgroup^[HTMLElement]|!disabled,label","option^[HTMLElement]|!defaultSelected,!disabled,label,!selected,text,value","output^[HTMLElement]|defaultValue,%htmlFor,name,value","p^[HTMLElement]|align","param^[HTMLElement]|name,type,value,valueType","picture^[HTMLElement]|","pre^[HTMLElement]|#width","progress^[HTMLElement]|#max,#value","q,blockquote,cite^[HTMLElement]|","script^[HTMLElement]|!async,charset,%crossOrigin,!defer,event,htmlFor,integrity,src,text,type","select^[HTMLElement]|!autofocus,!disabled,#length,!multiple,name,!required,#selectedIndex,#size,value","shadow^[HTMLElement]|","slot^[HTMLElement]|name","source^[HTMLElement]|media,sizes,src,srcset,type","span^[HTMLElement]|","style^[HTMLElement]|!disabled,media,type","caption^[HTMLElement]|align","th,td^[HTMLElement]|abbr,align,axis,bgColor,ch,chOff,#colSpan,headers,height,!noWrap,#rowSpan,scope,vAlign,width","col,colgroup^[HTMLElement]|align,ch,chOff,#span,vAlign,width","table^[HTMLElement]|align,bgColor,border,%caption,cellPadding,cellSpacing,frame,rules,summary,%tFoot,%tHead,width","tr^[HTMLElement]|align,bgColor,ch,chOff,vAlign","tfoot,thead,tbody^[HTMLElement]|align,ch,chOff,vAlign","template^[HTMLElement]|","textarea^[HTMLElement]|autocapitalize,!autofocus,#cols,defaultValue,dirName,!disabled,#maxLength,#minLength,name,placeholder,!readOnly,!required,#rows,selectionDirection,#selectionEnd,#selectionStart,value,wrap","title^[HTMLElement]|text","track^[HTMLElement]|!default,kind,label,src,srclang","ul^[HTMLElement]|!compact,type","unknown^[HTMLElement]|","video^media|#height,poster,#width",":svg:a^:svg:graphics|",":svg:animate^:svg:animation|",":svg:animateMotion^:svg:animation|",":svg:animateTransform^:svg:animation|",":svg:circle^:svg:geometry|",":svg:clipPath^:svg:graphics|",":svg:defs^:svg:graphics|",":svg:desc^:svg:|",":svg:discard^:svg:|",":svg:ellipse^:svg:geometry|",":svg:feBlend^:svg:|",":svg:feColorMatrix^:svg:|",":svg:feComponentTransfer^:svg:|",":svg:feComposite^:svg:|",":svg:feConvolveMatrix^:svg:|",":svg:feDiffuseLighting^:svg:|",":svg:feDisplacementMap^:svg:|",":svg:feDistantLight^:svg:|",":svg:feDropShadow^:svg:|",":svg:feFlood^:svg:|",":svg:feFuncA^:svg:componentTransferFunction|",":svg:feFuncB^:svg:componentTransferFunction|",":svg:feFuncG^:svg:componentTransferFunction|",":svg:feFuncR^:svg:componentTransferFunction|",":svg:feGaussianBlur^:svg:|",":svg:feImage^:svg:|",":svg:feMerge^:svg:|",":svg:feMergeNode^:svg:|",":svg:feMorphology^:svg:|",":svg:feOffset^:svg:|",":svg:fePointLight^:svg:|",":svg:feSpecularLighting^:svg:|",":svg:feSpotLight^:svg:|",":svg:feTile^:svg:|",":svg:feTurbulence^:svg:|",":svg:filter^:svg:|",":svg:foreignObject^:svg:graphics|",":svg:g^:svg:graphics|",":svg:image^:svg:graphics|",":svg:line^:svg:geometry|",":svg:linearGradient^:svg:gradient|",":svg:mpath^:svg:|",":svg:marker^:svg:|",":svg:mask^:svg:|",":svg:metadata^:svg:|",":svg:path^:svg:geometry|",":svg:pattern^:svg:|",":svg:polygon^:svg:geometry|",":svg:polyline^:svg:geometry|",":svg:radialGradient^:svg:gradient|",":svg:rect^:svg:geometry|",":svg:svg^:svg:graphics|#currentScale,#zoomAndPan",":svg:script^:svg:|type",":svg:set^:svg:animation|",":svg:stop^:svg:|",":svg:style^:svg:|!disabled,media,title,type",":svg:switch^:svg:graphics|",":svg:symbol^:svg:|",":svg:tspan^:svg:textPositioning|",":svg:text^:svg:textPositioning|",":svg:textPath^:svg:textContent|",":svg:title^:svg:|",":svg:use^:svg:graphics|",":svg:view^:svg:|#zoomAndPan","data^[HTMLElement]|value","keygen^[HTMLElement]|!autofocus,challenge,!disabled,form,keytype,name","menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default","summary^[HTMLElement]|","time^[HTMLElement]|dateTime",":svg:cursor^:svg:|"],vl="event",yl="boolean",ml="number",gl="string",_l="object",bl=function(){function t(){var t=this;this.schema={},dl.forEach(function(e){var n=e.split("|"),r=n[1].split(","),i=(n[0]+"^").split("^"),o={};i[0].split(",").forEach(function(e){return t.schema[e.toLowerCase()]=o});var s=i[1],a=s&&t.schema[s.toLowerCase()];if(a)for(var u in a)o[u]=a[u];r.forEach(function(t){""==t||(t.startsWith("*")?o[t.substring(1)]=vl:t.startsWith("!")?o[t.substring(1)]=yl:t.startsWith("#")?o[t.substring(1)]=ml:t.startsWith("%")?o[t.substring(1)]=_l:o[t]=gl)})})}return t.prototype.allKnownElements=function(){return Object.keys(this.schema)},t.prototype.eventsOf=function(t){var e=this.schema[t.toLowerCase()]||{};return Object.keys(e).filter(function(t){return e[t]===vl})},t.prototype.propertiesOf=function(t){var e=this.schema[t.toLowerCase()]||{};return Object.keys(e).filter(function(t){return e[t]!==vl})},t.prototype.typeOf=function(t,e){return(this.schema[t.toLowerCase()]||{})[e]},Object.defineProperty(t,"instance",{get:function(){var e=t._instance;return e||(e=t._instance=new t),e},enumerable:!0,configurable:!0}),t}(),wl={html:!0,script:!0,noscript:!0,base:!0,body:!0,title:!0,head:!0,link:!0};function xl(t,e){var n=e.tail instanceof le?e.tail:e.parentOf(e.tail);if(n instanceof le)return El(t,n.name,n)}function El(t,e,n){return function r(t,e,n){var r=[],i=function o(t){return Object.keys(function e(t){var e,n,r={};if(t)try{for(var i=p(t),o=i.next();!o.done;o=i.next()){var s=pl[o.value];for(var a in s)s.hasOwnProperty(a)&&(r[a]=ll[s[a]])}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return r}(hl[t.toUpperCase()]||fl)).sort()}(e)||[];i&&r.push.apply(r,f(i.map(function(t){return{name:t,fromHtml:!0}})));var s=function a(t){return bl.instance.propertiesOf(t)}
629
+ */
630
+ function Il(t){return new Dl(t)}var Dl=function(){function t(t){this.host=t}return Object.defineProperty(t.prototype,"metadataResolver",{get:function(){return this.host.resolver},enumerable:!0,configurable:!0}),t.prototype.getTemplateReferences=function(){return this.host.getTemplateReferences()},t.prototype.getDiagnostics=function(t){var e=[],n=this.host.getTemplates(t);n&&n.length&&e.push.apply(e,f(
637
631
  /**
638
632
  * @license
639
633
  * Copyright Google Inc. All Rights Reserved.
640
634
  *
641
635
  * Use of this source code is governed by an MIT-style license that can be
642
636
  * found in the LICENSE file at https://angular.io/license
643
- */(e);s&&r.push.apply(r,f(s.map(function(t){return{name:t,input:!0}})));var u=function c(t){return bl.instance.eventsOf(t)}(e);u&&r.push.apply(r,f(u.map(function(t){return{name:t,output:!0}})));var l=el(t),v=l.selectors,y=l.map;if(v&&v.length){var m=v.filter(function(t){return!t.element||t.element==e}).map(function(t){return{selector:t,attrs:t.attrs.filter(function(t){return!!t})}}),g=nl(m.map(function(t){var e=y.get(t.selector);return t.attrs.map(function(t){return{name:t,input:t in e.inputs,output:t in e.outputs}})}));m.forEach(function(t){var e=t.selector,n=y.get(e);n&&function r(t){var e,n;if(t.diDeps)try{for(var r=p(t.diDeps),i=r.next();!i.done;i=r.next()){var o=i.value;if(o.token&&o.token.identifier&&"TemplateRef"==Gt(o.token.identifier))return!0}}catch(t){e={error:t}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}return!1}(n.type)&&e.attrs.length&&e.attrs[0]&&g.push({name:e.attrs[0],template:!0})});var _=function b(t){var e,n,r=new A,i=d(t.name)[1];r.setElement(i);try{for(var o=p(t.attrs),s=o.next();!s.done;s=o.next()){var a=s.value;if(!a.name.match(Pl)){var u=h(d(a.name),2);r.addAttribute(u[1],a.value),"class"==a.name.toLowerCase()&&a.value.split(/s+/g).forEach(function(t){return r.addClassName(t)})}}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}return r}(n||new le(e,[],[],null,null,null)),w=new N;w.addSelectables(v),w.match(_,function(t){var e=y.get(t);e&&(g.push.apply(g,f(Object.keys(e.inputs).map(function(t){return{name:t,input:!0}}))),g.push.apply(g,f(Object.keys(e.outputs).map(function(t){return{name:t,output:!0}}))))}),g=function x(t){var e=new Map,n=new Map,r=[];return t.forEach(function(t){if(t.fromHtml)return t;var i;if(t.template&&((i=n.get(t.name))||(r.push({name:t.name,template:!0}),n.set(t.name,t))),t.input||t.output)if(i=e.get(t.name))i.input=i.input||t.input,i.output=i.output||t.output;else{var o={name:t.name};t.input&&(o.input=!0),t.output&&(o.output=!0),r.push(o),e.set(t.name,o)}}),r}(g),r.push.apply(r,f(nl(g.map(Al))))}return r}(t,e,n).map(function(t){return{kind:t.fromHtml?"html attribute":"attribute",name:function e(t){var e=t.name;t.output&&(e=rl(e=rl(e,"Events"),"Changed"));var n=[e];return t.input&&(n.unshift("["),n.push("]")),t.output&&(n.unshift("("),n.push(")")),t.template&&n.unshift("*"),n.join("")}(t),sort:t.name}})}function Sl(t,e){var n=function r(){return Object.keys(hl).sort().map(function(t){return t.toLowerCase()})}().filter(function(t){return!(t in wl)}),i=el(t).selectors.map(function(t){return t.element}).filter(function(t){return!!t}).map(function(t){return{kind:"component",name:t,sort:t}});return il(n.map(function(t){return{kind:"element",name:t,sort:t}}).concat(i))}function Cl(t,e){var n=e.tail;if(n instanceof se){var r=n.value.match(/<(\w(\w|\d|-)*:)?(\w(\w|\d|-)*)\s/);if(r&&e.position>=(r.index||0)+r[0].length+n.sourceSpan.start.offset)return El(t,r[3])}}var Tl=function(t){function e(e,n,r,i){var o=t.call(this)||this;return o.info=e,o.position=n,o.attr=r,o.getExpressionScope=i||function(){return e.template.members},o}return o(e,t),e.prototype.visitDirectiveProperty=function(t){this.attributeValueCompletions(t.value)},e.prototype.visitElementProperty=function(t){this.attributeValueCompletions(t.value)},e.prototype.visitEvent=function(t){this.attributeValueCompletions(t.handler)},e.prototype.visitElement=function(t){var e=this;if(this.attr&&el(this.info)&&this.attr.name.startsWith("*")){var n=this.attr.name.substr("*".length),r=el(this.info),i=r.selectors.filter(function(t){return t.attrs.some(function(t,e){return e%2==0&&t==n})})[0],o=this.info.expressionParser.parseTemplateBindings(n,this.attr.value,null);if(!this.attr.valueSpan)return;var s=this.position-this.attr.valueSpan.start.offset-1,a=o.templateBindings,u=a.find(function(t){return Jc(s,t.span,!0)})||a.find(function(t){return Jc(s,t.span)}),c=function(){var t=[];i&&(t=i.attrs.filter(function(t,e){return e%2==0}).filter(function(t){return t.startsWith(n)&&t!=n}).map(function(t){return function e(t){return t&&t[0].toLowerCase()+t.substr(1)}
637
+ */
638
+ function r(t,e,n){var r,i,o=[],s=function(n){var r=e.getTemplateAst(n,t);if(r){if(r.parseErrors&&r.parseErrors.length)o.push.apply(o,f(r.parseErrors.map(function(t){return{kind:Xc.Error,span:el(Jc(t.span),n.span.start),message:t.msg}})));else if(r.templateAst&&r.htmlAst){var i=
644
639
  /**
645
640
  * @license
646
641
  * Copyright Google Inc. All Rights Reserved.
647
642
  *
648
643
  * Use of this source code is governed by an MIT-style license that can be
649
644
  * found in the LICENSE file at https://angular.io/license
650
- */(t.substr(n.length))})),t.push("let"),e.result=t.map(function(t){return{kind:"key",name:t,sort:t}})};if(!u||u.key==n&&!u.expression)c();else if(u.keyIsVar){var l=this.attr.value.indexOf("=");if(this.result=[],l>=0&&s>=l){var p=r.map.get(i);if(p){var h=this.info.template.query.getTemplateContext(p.type.reference);h&&(this.result=this.symbolsToCompletions(h.values()))}}else u.key&&s<=u.key.length-n.length&&c()}else if(u.expression&&Jc(s,u.expression.ast.span)||u.key&&s>u.span.start+(u.key.length-n.length)||!u.key){var f=new Ln(0,this.attr.value.length);this.attributeValueCompletions(u.expression?u.expression.ast:new Kn(f,new Hn(f),""),s)}else c()}},e.prototype.visitBoundText=function(t){var e=this.position-t.sourceSpan.start.offset;if(Jc(e,t.value.span)){var n=ul(this.getExpressionScope(),t.value,e,this.info.template.query);n&&(this.result=this.symbolsToCompletions(n))}},e.prototype.attributeValueCompletions=function(t,e){var n=ul(this.getExpressionScope(),t,null==e?this.attributeValuePosition:e,this.info.template.query);n&&(this.result=this.symbolsToCompletions(n))},e.prototype.symbolsToCompletions=function(t){return t.filter(function(t){return!t.name.startsWith("__")&&t.public}).map(function(t){return{kind:t.kind,name:t.name,sort:t.name}})},Object.defineProperty(e.prototype,"attributeValuePosition",{get:function(){return this.attr&&this.attr.valueSpan?this.position-this.attr.valueSpan.start.offset-1:0},enumerable:!0,configurable:!0}),e}(Lt),Pl=/^(\w+:)?(template$|^\*)/;function Al(t){return t.input&&t.output?[t,{name:t.name,input:!0,output:!1},{name:t.name,input:!1,output:!0}]:[t]}function Nl(t){if(t.position){var e=t.position-t.template.span.start,n=sl(t.templateAst,e);if(n.tail){var r=void 0,i=void 0,o=function(o,s){void 0===s&&(s=!1);var a=function u(t){if(t.position)return de(t.htmlAst,t.position-t.template.span.start).first(ce)}(t);if(a&&Jc(e,Zc(a.valueSpan))){var c=Xu(ol(t),n,s);if(a.valueSpan){var l=a.valueSpan.start.offset+1,p=cl(c,o,e-l,t.template.query);p&&(r=p.symbol,i=tl(p.span,l))}return!0}return!1};if(n.tail.visit({visitNgContent:function(t){},visitEmbeddedTemplate:function(t){},visitElement:function(e){var n=e.directives.find(function(t){return t.directive.isComponent});if(n)r=(r=t.template.query.getTypeSymbol(n.directive.type.reference))&&new kl(r,"component"),i=Zc(e);else{var o=e.directives.find(function(t){return null!=t.directive.selector&&t.directive.selector.indexOf(e.name)>=0});o&&(r=(r=t.template.query.getTypeSymbol(o.directive.type.reference))&&new kl(r,"directive"),i=Zc(e))}},visitReference:function(e){r=e.value&&t.template.query.getTypeSymbol($t(e.value)),i=Zc(e)},visitVariable:function(t){},visitEvent:function(e){o(e.handler,!0)||(r=(r=function s(t,e,n){var r,i,o=e.first(kt);if(o)try{for(var s=p(o.directives),a=s.next();!a.done;a=s.next()){var u=a.value,c=Ol(u.directive.outputs)[n.name];if(c){var l=t.template.query.getTypeSymbol(u.directive.type.reference);if(l)return l.members().get(c)}}}catch(t){r={error:t}}finally{try{a&&!a.done&&(i=s.return)&&i.call(s)}finally{if(r)throw r.error}}}(t,n,e))&&new kl(r,"event"),i=Zc(e))},visitElementProperty:function(t){o(t.value)},visitAttr:function(t){},visitBoundText:function(o){var s=e-o.sourceSpan.start.offset;if(Jc(s,o.value.span)){var a=cl(Xu(ol(t),n,!1),o.value,s,t.template.query);a&&(r=a.symbol,i=tl(a.span,o.sourceSpan.start.offset))}},visitText:function(t){},visitDirective:function(e){r=t.template.query.getTypeSymbol(e.directive.type.reference),i=Zc(e)},visitDirectiveProperty:function(e){o(e.value)||(r=function s(t,e,n){var r,i,o=e.first(kt);if(o)try{for(var s=p(o.directives),a=s.next();!a.done;a=s.next()){var u=a.value,c=Ol(u.directive.inputs)[n.templateName];if(c){var l=t.template.query.getTypeSymbol(u.directive.type.reference);if(l)return l.members().get(c)}}}catch(t){r={error:t}}finally{try{a&&!a.done&&(i=s.return)&&i.call(s)}finally{if(r)throw r.error}}}(t,n,e),i=Zc(e))}},null),r&&i)return{symbol:r,span:tl(i,t.template.span.start)}}}}function Ol(t){var e,n,r={};try{for(var i=p(Object.keys(t)),o=i.next();!o.done;o=i.next()){var s=o.value;r[t[s]]=s}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return r}var kl=function(){function t(t,e){this.sym=t,this.kind=e}return Object.defineProperty(t.prototype,"name",{get:function(){return this.sym.name},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"language",{get:function(){return this.sym.language},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"type",{get:function(){return this.sym.type},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"container",{get:function(){return this.sym.container},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"public",{get:function(){return this.sym.public},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"callable",{get:function(){return this.sym.callable},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"nullable",{get:function(){return this.sym.nullable},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"definition",{get:function(){return this.sym.definition},enumerable:!0,configurable:!0}),t.prototype.members=function(){return this.sym.members()},t.prototype.signatures=function(){return this.sym.signatures()},t.prototype.selectSignature=function(t){return this.sym.selectSignature(t)},t.prototype.indexed=function(t){return this.sym.indexed(t)},t}();
645
+ */
646
+ function s(t){var e=new Yu(t,function(e,n){return $u(t,e,n)});return Vt(e,t.templateAst),e.diagnostics}({templateAst:r.templateAst,htmlAst:r.htmlAst,offset:n.span.start,query:n.query,members:n.members});o.push.apply(o,f(i))}r.errors&&o.push.apply(o,f(r.errors.map(function(t){return{kind:t.kind,span:t.span||n.span,message:t.message}})))}};try{for(var a=p(n),u=a.next();!u.done;u=a.next())s(u.value)}catch(t){r={error:t}}finally{try{u&&!u.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return o}(t,this,n)));var i=this.host.getDeclarations(t);if(i&&i.length){var o=this.host.getAnalyzedModules();e.push.apply(e,f(function s(t,e){var n,r,i=[],o=void 0,s=function(t){var n,r,s=function(e,n){i.push({kind:Xc.Error,span:n||t.declarationSpan,message:e})};try{for(var a=p(t.errors),u=a.next();!u.done;u=a.next()){var c=u.value;s(c.message,c.span)}}catch(t){n={error:t}}finally{try{u&&!u.done&&(r=a.return)&&r.call(a)}finally{if(n)throw n.error}}if(t.metadata)if(t.metadata.isComponent){e.ngModuleByPipeOrDirective.has(t.type)||s("Component '"+t.type.name+"' is not included in a module and will not be available inside a template. Consider adding it to a NgModule declaration");var l=t.metadata.template,h=l.template,f=l.templateUrl;null!==h||f?h&&f&&s("Component '"+t.type.name+"' must not have both template and templateUrl"):s("Component '"+t.type.name+"' must have a template or templateUrl")}else o||(o=new Set,e.ngModules.forEach(function(t){t.declaredDirectives.forEach(function(t){o.add(t.reference)})})),o.has(t.type)||s("Directive '"+t.type.name+"' is not included in a module and will not be available inside a template. Consider adding it to a NgModule declaration")};try{for(var a=p(t),u=a.next();!u.done;u=a.next())s(u.value)}catch(t){n={error:t}}finally{try{u&&!u.done&&(r=a.return)&&r.call(a)}finally{if(n)throw n.error}}return i}
651
647
  /**
652
648
  * @license
653
649
  * Copyright Google Inc. All Rights Reserved.
654
650
  *
655
651
  * Use of this source code is governed by an MIT-style license that can be
656
652
  * found in the LICENSE file at https://angular.io/license
657
- */
653
+ */(i,o)))}return function a(t){var e,n;if(t){var r=[],i=new Map;try{for(var o=p(t),s=o.next();!s.done;s=o.next()){var a=s.value,u=a.span,c=i.get(u.start);c||(c=new Set,i.set(u.start,c)),c.has(u.end)||(c.add(u.end),r.push(a))}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}return r}}(e)},t.prototype.getPipesAt=function(t,e){var n=this.getTemplateAstAtPosition(t,e);return n?n.pipes:[]},t.prototype.getCompletionsAt=function(t,e){var n=this.getTemplateAstAtPosition(t,e);if(n)return function r(t){var e=void 0,n=t.template;if(null!=t.position){var r=t.position-n.span.start,i=de(t.htmlAst,r),o=i.tail;if(i.empty||!o)e=Cl(t);else{var a=r-o.sourceSpan.start.offset;o.visit({visitElement:function(n){var o=Jc(n.sourceSpan);r<=o.start+n.name.length+1?e=Cl(t):r<o.end&&(e=El(t,i))},visitAttribute:function(n){n.valueSpan&&tl(r,Jc(n.valueSpan))?n.valueSpan&&tl(r,Jc(n.valueSpan))&&(e=function o(t,e,n){var r=al(t.templateAst,e),i=r.tail,o=sl(t);if(i){var s=new Pl(t,e,n,function(){return $u(o,r,!1)});if(i.visit(s,null),!s.result||!s.result.length){var a=al(t.templateAst,e,!0);if(a.tail){var u=new Pl(t,e,n,function(){return $u(o,a,!1)});return a.tail.visit(u,null),u.result}}return s.result}}(t,r,n)):e=El(t,i)},visitText:function(o){if(e=function c(t,e){for(var n,r=/&[A-Za-z]*;?(?!\d)/g,i=void 0;n=r.exec(t);)if(e>=n.index&&e<n.index+n[0].length){i=Object.keys(_).map(function(t){return{kind:"entity",name:"&"+t+";",sort:t}});break}return i}(function u(t,e){return t.source.substring(e.start,e.end)}(n,Jc(o)),a))return e;if(e=function l(t,e){var n=al(t.templateAst,e),r=n.tail;if(r){var i=new Pl(t,e,void 0,function(){return $u(sl(t),n,!1)});return r.visit(i,null),ol(i.result)}}(t,r))return e;var p=i.first(le);p?S(p.name).contentType===s.PARSABLE_DATA&&((e=Tl(t,i))||(e=Cl(t))):(e=Tl(t,i))||(e=Cl(t))},visitComment:function(t){},visitExpansion:function(t){},visitExpansionCase:function(t){}},null)}}return e}(n)},t.prototype.getDefinitionAt=function(t,e){var n=this.getTemplateAstAtPosition(t,e);if(n)return function r(t){var e=kl(t);return e&&e.symbol.definition}(n)},t.prototype.getHoverAt=function(t,e){var n=this.getTemplateAstAtPosition(t,e);if(n)return function r(t){var e=kl(t);if(e)return{text:function n(t){var e=[{text:t.kind},{text:" "},{text:t.name,language:t.language}],n=t.container;return n&&e.push({text:" of "},{text:n.name,language:n.language}),e}(e.symbol),span:e.span}}(n)},t.prototype.getTemplateAstAtPosition=function(t,e){var n=this.host.getTemplateAt(t,e);if(n){var r=this.getTemplateAst(n,t);if(r&&r.htmlAst&&r.templateAst&&r.directive&&r.directives&&r.pipes&&r.expressionParser)return{position:e,fileName:t,template:n,htmlAst:r.htmlAst,directive:r.directive,directives:r.directives,pipes:r.pipes,templateAst:r.templateAst,expressionParser:r.expressionParser}}},t.prototype.getTemplateAst=function(t,e){var n=this,r=void 0;try{var i=this.metadataResolver.getNonNormalizedDirectiveMetadata(t.type),o=i&&i.metadata;if(o){var s=new vo,a=new go(s),u=new xr(new Pn),c=new Bt,l=new La(c,this.host.resolver.getReflector(),u,new da,a,null,[]),h=a.parse(t.source,"",!0),f=this.host.getAnalyzedModules(),d=f.ngModuleByPipeOrDirective.get(t.type);if(d||(d=function v(t){var e,n,r=void 0,i=0;try{for(var o=p(t.ngModules),s=o.next();!s.done;s=o.next()){var a=s.value,u=a.transitiveModule.directives.length;u>i&&(r=a,i=u)}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}return r}
658
654
  /**
659
655
  * @license
660
656
  * Copyright Google Inc. All Rights Reserved.
661
657
  *
662
658
  * Use of this source code is governed by an MIT-style license that can be
663
659
  * found in the LICENSE file at https://angular.io/license
664
- */
665
- function Ml(t){return new Il(t)}var Il=function(){function t(t){this.host=t}return Object.defineProperty(t.prototype,"metadataResolver",{get:function(){return this.host.resolver},enumerable:!0,configurable:!0}),t.prototype.getTemplateReferences=function(){return this.host.getTemplateReferences()},t.prototype.getDiagnostics=function(t){var e=[],n=this.host.getTemplates(t);n&&n.length&&e.push.apply(e,f(
660
+ */(f)),d){var y=function m(t){return t.filter(function(t){return!!t})}(d.transitiveModule.directives.map(function(t){return n.host.resolver.getNonNormalizedDirectiveMetadata(t.reference)})).map(function(t){return t.metadata.toSummary()}),g=d.transitiveModule.pipes.map(function(t){return n.host.resolver.getOrLoadPipeMetadata(t.reference).toSummary()}),_=l.tryParseHtml(h,o,y,g,d.schemas);r={htmlAst:h.rootNodes,templateAst:_.templateAst,directive:o,directives:y,pipes:g,parseErrors:_.errors,expressionParser:u,errors:void 0}}}}catch(n){var b=t.span;n.fileName==e&&(b=t.query.getSpanAt(n.line,n.column)||b),r={errors:[{kind:Xc.Error,message:n.message,span:b}]}}return r||{}},t}();function Rl(t){for(var e in t)if(t[e]===Rl)return e;throw Error("Could not find renamed property on target object.")}function jl(t,e){for(var n in e)e.hasOwnProperty(n)&&!t.hasOwnProperty(n)&&(t[n]=e[n])}
666
661
  /**
667
662
  * @license
668
663
  * Copyright Google Inc. All Rights Reserved.
669
664
  *
670
665
  * Use of this source code is governed by an MIT-style license that can be
671
666
  * found in the LICENSE file at https://angular.io/license
672
- */
673
- function r(t,e,n){var r,i,o=[],s=function(n){var r=e.getTemplateAst(n,t);if(r){if(r.parseErrors&&r.parseErrors.length)o.push.apply(o,f(r.parseErrors.map(function(t){return{kind:Gc.Error,span:tl(Zc(t.span),n.span.start),message:t.msg}})));else if(r.templateAst&&r.htmlAst){var i=
667
+ */var Ll=Rl({ngComponentDef:Rl}),Fl=(Rl({ngDirectiveDef:Rl}),Rl({ngInjectableDef:Rl})),Vl=Rl({ngInjectorDef:Rl}),Bl=(Rl({ngPipeDef:Rl}),Rl({ngModuleDef:Rl})),Hl=Rl({ngBaseDef:Rl}),Ul=Rl({__NG_ELEMENT_ID__:Rl});
674
668
  /**
675
669
  * @license
676
670
  * Copyright Google Inc. All Rights Reserved.
@@ -678,28 +672,28 @@ function r(t,e,n){var r,i,o=[],s=function(n){var r=e.getTemplateAst(n,t);if(r){i
678
672
  * Use of this source code is governed by an MIT-style license that can be
679
673
  * found in the LICENSE file at https://angular.io/license
680
674
  */
681
- function s(t){var e=new $u(t,function(e,n){return Xu(t,e,n)});return Vt(e,t.templateAst),e.diagnostics}({templateAst:r.templateAst,htmlAst:r.htmlAst,offset:n.span.start,query:n.query,members:n.members});o.push.apply(o,f(i))}r.errors&&o.push.apply(o,f(r.errors.map(function(t){return{kind:t.kind,span:t.span||n.span,message:t.message}})))}};try{for(var a=p(n),u=a.next();!u.done;u=a.next())s(u.value)}catch(t){r={error:t}}finally{try{u&&!u.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return o}(t,this,n)));var i=this.host.getDeclarations(t);if(i&&i.length){var o=this.host.getAnalyzedModules();e.push.apply(e,f(function s(t,e){var n,r,i=[],o=void 0,s=function(t){var n,r,s=function(e,n){i.push({kind:Gc.Error,span:n||t.declarationSpan,message:e})};try{for(var a=p(t.errors),u=a.next();!u.done;u=a.next()){var c=u.value;s(c.message,c.span)}}catch(t){n={error:t}}finally{try{u&&!u.done&&(r=a.return)&&r.call(a)}finally{if(n)throw n.error}}if(t.metadata)if(t.metadata.isComponent){e.ngModuleByPipeOrDirective.has(t.type)||s("Component '"+t.type.name+"' is not included in a module and will not be available inside a template. Consider adding it to a NgModule declaration");var l=t.metadata.template,h=l.template,f=l.templateUrl;null!==h||f?h&&f&&s("Component '"+t.type.name+"' must not have both template and templateUrl"):s("Component '"+t.type.name+"' must have a template or templateUrl")}else o||(o=new Set,e.ngModules.forEach(function(t){t.declaredDirectives.forEach(function(t){o.add(t.reference)})})),o.has(t.type)||s("Directive '"+t.type.name+"' is not included in a module and will not be available inside a template. Consider adding it to a NgModule declaration")};try{for(var a=p(t),u=a.next();!u.done;u=a.next())s(u.value)}catch(t){n={error:t}}finally{try{u&&!u.done&&(r=a.return)&&r.call(a)}finally{if(n)throw n.error}}return i}
675
+ function ql(t){return{providedIn:t.providedIn||null,factory:t.factory,value:void 0}}function Kl(t){return t.hasOwnProperty(Fl)?t[Fl]:null}function zl(t){return t.hasOwnProperty(Vl)?t[Vl]:null}
682
676
  /**
683
677
  * @license
684
678
  * Copyright Google Inc. All Rights Reserved.
685
679
  *
686
680
  * Use of this source code is governed by an MIT-style license that can be
687
681
  * found in the LICENSE file at https://angular.io/license
688
- */(i,o)))}return function a(t){var e,n;if(t){var r=[],i=new Map;try{for(var o=p(t),s=o.next();!s.done;s=o.next()){var a=s.value,u=a.span,c=i.get(u.start);c||(c=new Set,i.set(u.start,c)),c.has(u.end)||(c.add(u.end),r.push(a))}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}return r}}(e)},t.prototype.getPipesAt=function(t,e){var n=this.getTemplateAstAtPosition(t,e);return n?n.pipes:[]},t.prototype.getCompletionsAt=function(t,e){var n=this.getTemplateAstAtPosition(t,e);if(n)return function r(t){var e=void 0,n=t.template;if(null!=t.position){var r=t.position-n.span.start,i=de(t.htmlAst,r),o=i.tail;if(i.empty||!o)e=Sl(t);else{var a=r-o.sourceSpan.start.offset;o.visit({visitElement:function(n){var o=Zc(n.sourceSpan);r<=o.start+n.name.length+1?e=Sl(t):r<o.end&&(e=xl(t,i))},visitAttribute:function(n){n.valueSpan&&Jc(r,Zc(n.valueSpan))?n.valueSpan&&Jc(r,Zc(n.valueSpan))&&(e=function o(t,e,n){var r=sl(t.templateAst,e),i=r.tail,o=ol(t);if(i){var s=new Tl(t,e,n,function(){return Xu(o,r,!1)});if(i.visit(s,null),!s.result||!s.result.length){var a=sl(t.templateAst,e,!0);if(a.tail){var u=new Tl(t,e,n,function(){return Xu(o,a,!1)});return a.tail.visit(u,null),u.result}}return s.result}}(t,r,n)):e=xl(t,i)},visitText:function(o){if(e=function c(t,e){for(var n,r=/&[A-Za-z]*;?(?!\d)/g,i=void 0;n=r.exec(t);)if(e>=n.index&&e<n.index+n[0].length){i=Object.keys(_).map(function(t){return{kind:"entity",name:"&"+t+";",sort:t}});break}return i}(function u(t,e){return t.source.substring(e.start,e.end)}(n,Zc(o)),a))return e;if(e=function l(t,e){var n=sl(t.templateAst,e),r=n.tail;if(r){var i=new Tl(t,e,void 0,function(){return Xu(ol(t),n,!1)});return r.visit(i,null),il(i.result)}}(t,r))return e;var p=i.first(le);p?S(p.name).contentType===s.PARSABLE_DATA&&((e=Cl(t,i))||(e=Sl(t))):(e=Cl(t,i))||(e=Sl(t))},visitComment:function(t){},visitExpansion:function(t){},visitExpansionCase:function(t){}},null)}}return e}(n)},t.prototype.getDefinitionAt=function(t,e){var n=this.getTemplateAstAtPosition(t,e);if(n)return function r(t){var e=Nl(t);return e&&e.symbol.definition}(n)},t.prototype.getHoverAt=function(t,e){var n=this.getTemplateAstAtPosition(t,e);if(n)return function r(t){var e=Nl(t);if(e)return{text:function n(t){var e=[{text:t.kind},{text:" "},{text:t.name,language:t.language}],n=t.container;return n&&e.push({text:" of "},{text:n.name,language:n.language}),e}(e.symbol),span:e.span}}(n)},t.prototype.getTemplateAstAtPosition=function(t,e){var n=this.host.getTemplateAt(t,e);if(n){var r=this.getTemplateAst(n,t);if(r&&r.htmlAst&&r.templateAst&&r.directive&&r.directives&&r.pipes&&r.expressionParser)return{position:e,fileName:t,template:n,htmlAst:r.htmlAst,directive:r.directive,directives:r.directives,pipes:r.pipes,templateAst:r.templateAst,expressionParser:r.expressionParser}}},t.prototype.getTemplateAst=function(t,e){var n=this,r=void 0;try{var i=this.metadataResolver.getNonNormalizedDirectiveMetadata(t.type),o=i&&i.metadata;if(o){var s=new vo,a=new go(s),u=new xr(new Pn),c=new Bt,l=new La(c,this.host.resolver.getReflector(),u,new da,a,null,[]),h=a.parse(t.source,"",!0),f=this.host.getAnalyzedModules(),d=f.ngModuleByPipeOrDirective.get(t.type);if(d||(d=function v(t){var e,n,r=void 0,i=0;try{for(var o=p(t.ngModules),s=o.next();!s.done;s=o.next()){var a=s.value,u=a.transitiveModule.directives.length;u>i&&(r=a,i=u)}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}return r}
682
+ */var Wl,Ql,Gl,Xl=function(){function t(t,e){this._desc=t,this.ngMetadataName="InjectionToken",this.ngInjectableDef=void 0!==e?ql({providedIn:e.providedIn||"root",factory:e.factory}):void 0}return t.prototype.toString=function(){return"InjectionToken "+this._desc},t}(),$l="__annotations__",Yl="__parameters__",Zl="__prop__metadata__";
689
683
  /**
690
684
  * @license
691
685
  * Copyright Google Inc. All Rights Reserved.
692
686
  *
693
687
  * Use of this source code is governed by an MIT-style license that can be
694
688
  * found in the LICENSE file at https://angular.io/license
695
- */(f)),d){var y=function m(t){return t.filter(function(t){return!!t})}(d.transitiveModule.directives.map(function(t){return n.host.resolver.getNonNormalizedDirectiveMetadata(t.reference)})).map(function(t){return t.metadata.toSummary()}),g=d.transitiveModule.pipes.map(function(t){return n.host.resolver.getOrLoadPipeMetadata(t.reference).toSummary()}),_=l.tryParseHtml(h,o,y,g,d.schemas);r={htmlAst:h.rootNodes,templateAst:_.templateAst,directive:o,directives:y,pipes:g,parseErrors:_.errors,expressionParser:u,errors:void 0}}}}catch(n){var b=t.span;n.fileName==e&&(b=t.query.getSpanAt(n.line,n.column)||b),r={errors:[{kind:Gc.Error,message:n.message,span:b}]}}return r||{}},t}();function Rl(t){for(var e in t)if(t[e]===Rl)return e;throw Error("Could not find renamed property on target object.")}function Dl(t,e){for(var n in e)e.hasOwnProperty(n)&&!t.hasOwnProperty(n)&&(t[n]=e[n])}
689
+ */function Jl(t,e,n,r,i){var o=tp(e);function s(){for(var t,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(this instanceof s)return o.call.apply(o,f([this],e)),this;var a=new((t=s).bind.apply(t,f([void 0],e)));return function t(n){return i&&i.apply(void 0,f([n],e)),(n.hasOwnProperty($l)?n[$l]:Object.defineProperty(n,$l,{value:[]})[$l]).push(a),r&&r(n),n}}return n&&(s.prototype=Object.create(n.prototype)),s.prototype.ngMetadataName=t,s.annotationCls=s,s}function tp(t){return function e(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];if(t){var i=t.apply(void 0,f(n));for(var o in i)this[o]=i[o]}}}function ep(t,e,n){var r=tp(e);function i(){for(var t,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(this instanceof i)return r.apply(this,e),this;var o=new((t=i).bind.apply(t,f([void 0],e)));return s.annotation=o,s;function s(t,e,n){for(var r=t.hasOwnProperty(Yl)?t[Yl]:Object.defineProperty(t,Yl,{value:[]})[Yl];r.length<=n;)r.push(null);return(r[n]=r[n]||[]).push(o),t}}return n&&(i.prototype=Object.create(n.prototype)),i.prototype.ngMetadataName=t,i.annotationCls=i,i}function np(t,e,n,r){var i=tp(e);function o(){for(var t,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(this instanceof o)return i.apply(this,e),this;var s=new((t=o).bind.apply(t,f([void 0],e)));return function a(t,n){var i=t.constructor,o=i.hasOwnProperty(Zl)?i[Zl]:Object.defineProperty(i,Zl,{value:{}})[Zl];o[n]=o.hasOwnProperty(n)&&o[n]||[],o[n].unshift(s),r&&r.apply(void 0,f([t,n],e))}}return n&&(o.prototype=Object.create(n.prototype)),o.prototype.ngMetadataName=t,o.annotationCls=o,o}
696
690
  /**
697
691
  * @license
698
692
  * Copyright Google Inc. All Rights Reserved.
699
693
  *
700
694
  * Use of this source code is governed by an MIT-style license that can be
701
695
  * found in the LICENSE file at https://angular.io/license
702
- */var jl=Rl({ngComponentDef:Rl}),Ll=(Rl({ngDirectiveDef:Rl}),Rl({ngInjectableDef:Rl})),Fl=Rl({ngInjectorDef:Rl}),Vl=(Rl({ngPipeDef:Rl}),Rl({ngModuleDef:Rl})),Bl=Rl({ngBaseDef:Rl});
696
+ */new Xl("AnalyzeForEntryComponents"),ep("Attribute",function(t){return{attributeName:t}}),np("ContentChildren",function(t,e){return void 0===e&&(e={}),a({selector:t,first:!1,isViewQuery:!1,descendants:!1},e)},Gl=function Gl(){}),np("ContentChild",function(t,e){return void 0===e&&(e={}),a({selector:t,first:!0,isViewQuery:!1,descendants:!0},e)},Gl),np("ViewChildren",function(t,e){return void 0===e&&(e={}),a({selector:t,first:!1,isViewQuery:!0,descendants:!0},e)},Gl),np("ViewChild",function(t,e){return a({selector:t,first:!0,isViewQuery:!0,descendants:!0},e)},Gl),function(t){t[t.OnPush=0]="OnPush",t[t.Default=1]="Default"}(Wl||(Wl={})),function(t){t[t.CheckOnce=0]="CheckOnce",t[t.Checked=1]="Checked",t[t.CheckAlways=2]="CheckAlways",t[t.Detached=3]="Detached",t[t.Errored=4]="Errored",t[t.Destroyed=5]="Destroyed"}(Ql||(Ql={}));
703
697
  /**
704
698
  * @license
705
699
  * Copyright Google Inc. All Rights Reserved.
@@ -707,50 +701,49 @@ function s(t){var e=new $u(t,function(e,n){return Xu(t,e,n)});return Vt(e,t.temp
707
701
  * Use of this source code is governed by an MIT-style license that can be
708
702
  * found in the LICENSE file at https://angular.io/license
709
703
  */
710
- function Hl(t){return{providedIn:t.providedIn||null,factory:t.factory,value:void 0}}function Ul(t){return t.hasOwnProperty(Ll)?t[Ll]:null}function ql(t){return t.hasOwnProperty(Fl)?t[Fl]:null}
704
+ var rp="undefined"!=typeof window&&window,ip="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,op="undefined"!=typeof global&&global||rp||ip,sp=Promise.resolve(0),ap=null;function up(){if(!ap){var t=op.Symbol;if(t&&t.iterator)ap=t.iterator;else for(var e=Object.getOwnPropertyNames(Map.prototype),n=0;n<e.length;++n){var r=e[n];"entries"!==r&&"size"!==r&&Map.prototype[r]===Map.prototype.entries&&(ap=r)}}return ap}function cp(t){"undefined"==typeof Zone?sp.then(function(){t&&t.apply(null,null)}):Zone.current.scheduleMicroTask("scheduleMicrotask",t)}function lp(t,e){return t===e||"number"==typeof t&&"number"==typeof e&&isNaN(t)&&isNaN(e)}function pp(t){if("string"==typeof t)return t;if(t instanceof Array)return"["+t.map(pp).join(", ")+"]";if(null==t)return""+t;if(t.overriddenName)return""+t.overriddenName;if(t.name)return""+t.name;var e=t.toString();if(null==e)return""+e;var n=e.indexOf("\n");return-1===n?e:e.substring(0,n)}
711
705
  /**
712
706
  * @license
713
707
  * Copyright Google Inc. All Rights Reserved.
714
708
  *
715
709
  * Use of this source code is governed by an MIT-style license that can be
716
710
  * found in the LICENSE file at https://angular.io/license
717
- */var Kl,zl,Wl,Ql=function(){function t(t,e){this._desc=t,this.ngMetadataName="InjectionToken",this.ngInjectableDef=void 0!==e?Hl({providedIn:e.providedIn||"root",factory:e.factory}):void 0}return t.prototype.toString=function(){return"InjectionToken "+this._desc},t}(),Gl="__annotations__",Xl="__parameters__",$l="__prop__metadata__";
711
+ */function hp(t){return t.__forward_ref__=hp,t.toString=function(){return pp(this())},t}function fp(t){return"function"==typeof t&&t.hasOwnProperty("__forward_ref__")&&t.__forward_ref__===hp?t():t}
718
712
  /**
719
713
  * @license
720
714
  * Copyright Google Inc. All Rights Reserved.
721
715
  *
722
716
  * Use of this source code is governed by an MIT-style license that can be
723
717
  * found in the LICENSE file at https://angular.io/license
724
- */function Yl(t,e,n,r,i){var o=Zl(e);function s(){for(var t,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(this instanceof s)return o.call.apply(o,f([this],e)),this;var a=new((t=s).bind.apply(t,f([void 0],e)));return function t(n){return i&&i.apply(void 0,f([n],e)),(n.hasOwnProperty(Gl)?n[Gl]:Object.defineProperty(n,Gl,{value:[]})[Gl]).push(a),r&&r(n),n}}return n&&(s.prototype=Object.create(n.prototype)),s.prototype.ngMetadataName=t,s.annotationCls=s,s}function Zl(t){return function e(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];if(t){var i=t.apply(void 0,f(n));for(var o in i)this[o]=i[o]}}}function Jl(t,e,n){var r=Zl(e);function i(){for(var t,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(this instanceof i)return r.apply(this,e),this;var o=new((t=i).bind.apply(t,f([void 0],e)));return s.annotation=o,s;function s(t,e,n){for(var r=t.hasOwnProperty(Xl)?t[Xl]:Object.defineProperty(t,Xl,{value:[]})[Xl];r.length<=n;)r.push(null);return(r[n]=r[n]||[]).push(o),t}}return n&&(i.prototype=Object.create(n.prototype)),i.prototype.ngMetadataName=t,i.annotationCls=i,i}function tp(t,e,n,r){var i=Zl(e);function o(){for(var t,e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(this instanceof o)return i.apply(this,e),this;var s=new((t=o).bind.apply(t,f([void 0],e)));return function a(t,n){var i=t.constructor,o=i.hasOwnProperty($l)?i[$l]:Object.defineProperty(i,$l,{value:{}})[$l];o[n]=o.hasOwnProperty(n)&&o[n]||[],o[n].unshift(s),r&&r.apply(void 0,f([t,n],e))}}return n&&(o.prototype=Object.create(n.prototype)),o.prototype.ngMetadataName=t,o.annotationCls=o,o}
718
+ */var dp=ep("Inject",function(t){return{token:t}}),vp=ep("Optional"),yp=ep("Self"),mp=ep("SkipSelf"),gp=(ep("Host"),"__source"),_p=new Object,bp=_p,wp=new Xl("INJECTOR"),xp=function(){function t(){}return t.prototype.get=function(t,e){if(void 0===e&&(e=_p),e===_p)throw new Error("NullInjectorError: No provider for "+pp(t)+"!");return e},t}(),Ep=function(){function t(){}return t.create=function(t,e){return Array.isArray(t)?new Mp(t,e):new Mp(t.providers,t.parent,t.name||null)},t.THROW_IF_NOT_FOUND=_p,t.NULL=new xp,t.ngInjectableDef=ql({providedIn:"any",factory:function(){return Fp(wp)}}),t}(),Sp=function(t){return t},Cp=[],Tp=Sp,Pp=function(){return Array.prototype.slice.call(arguments)},Ap=Rl({provide:String,useValue:Rl}),Np=Ep.NULL,kp=/\n/gm,Op="ɵ",Mp=function(){function t(t,e,n){void 0===e&&(e=Np),void 0===n&&(n=null),this.parent=e,this.source=n;var r=this._records=new Map;r.set(Ep,{token:Ep,fn:Sp,deps:Cp,value:this,useNew:!1}),r.set(wp,{token:wp,fn:Sp,deps:Cp,value:this,useNew:!1}),function t(e,n){if(n)if((n=fp(n))instanceof Array)for(var r=0;r<n.length;r++)t(e,n[r]);else{if("function"==typeof n)throw Rp("Function/Class not supported",n);if(!n||"object"!=typeof n||!n.provide)throw Rp("Unexpected provider",n);var i=fp(n.provide),o=function s(t){var e=function n(t){var e=Cp,n=t.deps;if(n&&n.length){e=[];for(var r=0;r<n.length;r++){var i=6;if((u=fp(n[r]))instanceof Array)for(var o=0,s=u;o<s.length;o++){var a=s[o];a instanceof vp||a==vp?i|=1:a instanceof mp||a==mp?i&=-3:a instanceof yp||a==yp?i&=-5:u=a instanceof dp?a.token:fp(a)}e.push({token:u,options:i})}}else if(t.useExisting){var u;e=[{token:u=fp(t.useExisting),options:6}]}else if(!(n||Ap in t))throw Rp("'deps' required",t);return e}(t),r=Sp,i=Cp,o=!1,s=fp(t.provide);if(Ap in t)i=t.useValue;else if(t.useFactory)r=t.useFactory;else if(t.useExisting);else if(t.useClass)o=!0,r=fp(t.useClass);else{if("function"!=typeof s)throw Rp("StaticProvider does not have [useValue|useFactory|useExisting|useClass] or [provide] is not newable",t);o=!0,r=s}return{deps:e,fn:r,useNew:o,value:i}}(n);if(!0===n.multi){var a=e.get(i);if(a){if(a.fn!==Pp)throw Ip(i)}else e.set(i,a={token:n.provide,deps:[],useNew:!1,fn:Pp,value:Cp});a.deps.push({token:i=n,options:6})}var u=e.get(i);if(u&&u.fn==Pp)throw Ip(i);e.set(i,o)}}(r,t)}return t.prototype.get=function(t,e,n){void 0===n&&(n=0);var r=this._records.get(t);try{return function t(e,n,r,i,o,s){try{return function a(e,n,r,i,o,s){var a,u;if(!n||4&s)2&s||(u=i.get(e,o,0));else{if((u=n.value)==Tp)throw Error(Op+"Circular dependency");if(u===Cp){n.value=Tp;var c=n.useNew,l=n.fn,p=n.deps,h=Cp;if(p.length){h=[];for(var d=0;d<p.length;d++){var v=p[d],y=v.options,m=2&y?r.get(v.token):void 0;h.push(t(v.token,m,r,m||4&y?i:Np,1&y?null:Ep.THROW_IF_NOT_FOUND,0))}}n.value=u=c?new((a=l).bind.apply(a,f([void 0],h))):l.apply(void 0,h)}}return u}(e,n,r,i,o,s)}catch(t){throw t instanceof Error||(t=new Error(t)),(t.ngTempTokenPath=t.ngTempTokenPath||[]).unshift(e),n&&n.value==Tp&&(n.value=Cp),t}}(t,r,this._records,this.parent,e,n)}catch(e){var i=e.ngTempTokenPath;throw t[gp]&&i.unshift(t[gp]),e.message=Dp("\n"+e.message,i,this.source),e.ngTokenPath=i,e.ngTempTokenPath=null,e}},t.prototype.toString=function(){var t=[];return this._records.forEach(function(e,n){return t.push(pp(n))}),"StaticInjector["+t.join(", ")+"]"},t}();function Ip(t){return Rp("Cannot mix multi providers and regular providers",t)}function Dp(t,e,n){void 0===n&&(n=null),t=t&&"\n"===t.charAt(0)&&t.charAt(1)==Op?t.substr(2):t;var r=pp(e);if(e instanceof Array)r=e.map(pp).join(" -> ");else if("object"==typeof e){var i=[];for(var o in e)if(e.hasOwnProperty(o)){var s=e[o];i.push(o+":"+("string"==typeof s?JSON.stringify(s):pp(s)))}r="{"+i.join(", ")+"}"}return"StaticInjectorError"+(n?"("+n+")":"")+"["+r+"]: "+t.replace(kp,"\n ")}function Rp(t,e){return new Error(Dp(t,e))}var jp=void 0;function Lp(t){var e=jp;return jp=t,e}function Fp(t,e){if(void 0===e&&(e=0),void 0===jp)throw new Error("inject() must be called from an injection context");if(null===jp){var n=Kl(t);if(n&&"root"==n.providedIn)return void 0===n.value?n.value=n.factory():n.value;if(8&e)return null;throw new Error("Injector: NOT_FOUND ["+pp(t)+"]")}return jp.get(t,8&e?null:void 0,e)}function Vp(t){for(var e=[],n=0;n<t.length;n++){var r=t[n];if(Array.isArray(r)){if(0===r.length)throw new Error("Arguments array must have arguments.");for(var i=void 0,o=0,s=0;s<r.length;s++){var a=r[s];a instanceof vp||"Optional"===a.ngMetadataName?o|=8:a instanceof mp||"SkipSelf"===a.ngMetadataName?o|=4:a instanceof yp||"Self"===a.ngMetadataName?o|=2:i=a instanceof dp?a.token:a}e.push(Fp(i,o))}else e.push(Fp(r))}return e}
725
719
  /**
726
720
  * @license
727
721
  * Copyright Google Inc. All Rights Reserved.
728
722
  *
729
723
  * Use of this source code is governed by an MIT-style license that can be
730
724
  * found in the LICENSE file at https://angular.io/license
731
- */new Ql("AnalyzeForEntryComponents"),Jl("Attribute",function(t){return{attributeName:t}}),tp("ContentChildren",function(t,e){return void 0===e&&(e={}),a({selector:t,first:!1,isViewQuery:!1,descendants:!1},e)},Wl=function Wl(){}),tp("ContentChild",function(t,e){return void 0===e&&(e={}),a({selector:t,first:!0,isViewQuery:!1,descendants:!0},e)},Wl),tp("ViewChildren",function(t,e){return void 0===e&&(e={}),a({selector:t,first:!1,isViewQuery:!0,descendants:!0},e)},Wl),tp("ViewChild",function(t,e){return a({selector:t,first:!0,isViewQuery:!0,descendants:!0},e)},Wl),function(t){t[t.OnPush=0]="OnPush",t[t.Default=1]="Default"}(Kl||(Kl={})),function(t){t[t.CheckOnce=0]="CheckOnce",t[t.Checked=1]="Checked",t[t.CheckAlways=2]="CheckAlways",t[t.Detached=3]="Detached",t[t.Errored=4]="Errored",t[t.Destroyed=5]="Destroyed"}(zl||(zl={}));
725
+ */var Bp=Function;function Hp(t){return"function"==typeof t}
732
726
  /**
733
727
  * @license
734
728
  * Copyright Google Inc. All Rights Reserved.
735
729
  *
736
730
  * Use of this source code is governed by an MIT-style license that can be
737
731
  * found in the LICENSE file at https://angular.io/license
738
- */
739
- var ep="undefined"!=typeof window&&window,np="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,rp="undefined"!=typeof global&&global||ep||np,ip=Promise.resolve(0),op=null;function sp(){if(!op){var t=rp.Symbol;if(t&&t.iterator)op=t.iterator;else for(var e=Object.getOwnPropertyNames(Map.prototype),n=0;n<e.length;++n){var r=e[n];"entries"!==r&&"size"!==r&&Map.prototype[r]===Map.prototype.entries&&(op=r)}}return op}function ap(t){"undefined"==typeof Zone?ip.then(function(){t&&t.apply(null,null)}):Zone.current.scheduleMicroTask("scheduleMicrotask",t)}function up(t,e){return t===e||"number"==typeof t&&"number"==typeof e&&isNaN(t)&&isNaN(e)}function cp(t){if("string"==typeof t)return t;if(t instanceof Array)return"["+t.map(cp).join(", ")+"]";if(null==t)return""+t;if(t.overriddenName)return""+t.overriddenName;if(t.name)return""+t.name;var e=t.toString();if(null==e)return""+e;var n=e.indexOf("\n");return-1===n?e:e.substring(0,n)}
732
+ */var Up,qp=/^function\s+\S+\(\)\s*{[\s\S]+\.apply\(this,\s*arguments\)/,Kp=/^class\s+[A-Za-z\d$_]*\s*extends\s+[A-Za-z\d$_]+\s*{/,zp=/^class\s+[A-Za-z\d$_]*\s*extends\s+[A-Za-z\d$_]+\s*{[\s\S]*constructor\s*\(/,Wp=function(){function t(t){this._reflect=t||op.Reflect}return t.prototype.isReflectionEnabled=function(){return!0},t.prototype.factory=function(t){return function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return new(t.bind.apply(t,f([void 0],e)))}},t.prototype._zipTypesAndAnnotations=function(t,e){var n;n=void 0===t?new Array(e.length):new Array(t.length);for(var r=0;r<n.length;r++)n[r]=void 0===t?[]:t[r]!=Object?[t[r]]:[],e&&null!=e[r]&&(n[r]=n[r].concat(e[r]));return n},t.prototype._ownParameters=function(t,e){var n=t.toString();if(qp.exec(n)||Kp.exec(n)&&!zp.exec(n))return null;if(t.parameters&&t.parameters!==e.parameters)return t.parameters;var r=t.ctorParameters;if(r&&r!==e.ctorParameters){var i="function"==typeof r?r():r,o=i.map(function(t){return t&&t.type}),s=i.map(function(t){return t&&Qp(t.decorators)});return this._zipTypesAndAnnotations(o,s)}var a=t.hasOwnProperty(Yl)&&t[Yl],u=this._reflect&&this._reflect.getOwnMetadata&&this._reflect.getOwnMetadata("design:paramtypes",t);return u||a?this._zipTypesAndAnnotations(u,a):new Array(t.length).fill(void 0)},t.prototype.parameters=function(t){if(!Hp(t))return[];var e=Gp(t),n=this._ownParameters(t,e);return n||e===Object||(n=this.parameters(e)),n||[]},t.prototype._ownAnnotations=function(t,e){if(t.annotations&&t.annotations!==e.annotations){var n=t.annotations;return"function"==typeof n&&n.annotations&&(n=n.annotations),n}return t.decorators&&t.decorators!==e.decorators?Qp(t.decorators):t.hasOwnProperty($l)?t[$l]:null},t.prototype.annotations=function(t){if(!Hp(t))return[];var e=Gp(t),n=this._ownAnnotations(t,e)||[];return(e!==Object?this.annotations(e):[]).concat(n)},t.prototype._ownPropMetadata=function(t,e){if(t.propMetadata&&t.propMetadata!==e.propMetadata){var n=t.propMetadata;return"function"==typeof n&&n.propMetadata&&(n=n.propMetadata),n}if(t.propDecorators&&t.propDecorators!==e.propDecorators){var r=t.propDecorators,i={};return Object.keys(r).forEach(function(t){i[t]=Qp(r[t])}),i}return t.hasOwnProperty(Zl)?t[Zl]:null},t.prototype.propMetadata=function(t){if(!Hp(t))return{};var e=Gp(t),n={};if(e!==Object){var r=this.propMetadata(e);Object.keys(r).forEach(function(t){n[t]=r[t]})}var i=this._ownPropMetadata(t,e);return i&&Object.keys(i).forEach(function(t){var e=[];n.hasOwnProperty(t)&&e.push.apply(e,f(n[t])),e.push.apply(e,f(i[t])),n[t]=e}),n},t.prototype.hasLifecycleHook=function(t,e){return t instanceof Bp&&e in t.prototype},t.prototype.guards=function(t){return{}},t.prototype.getter=function(t){return new Function("o","return o."+t+";")},t.prototype.setter=function(t){return new Function("o","v","return o."+t+" = v;")},t.prototype.method=function(t){return new Function("o","args","if (!o."+t+") throw new Error('\""+t+"\" is undefined');\n return o."+t+".apply(o, args);")},t.prototype.importUri=function(t){return"object"==typeof t&&t.filePath?t.filePath:"./"+pp(t)},t.prototype.resourceUri=function(t){return"./"+pp(t)},t.prototype.resolveIdentifier=function(t,e,n,r){return r},t.prototype.resolveEnum=function(t,e){return t[e]},t}();function Qp(t){return t?t.map(function(t){var e=t.type.annotationCls;return new(e.bind.apply(e,f([void 0],t.args?t.args:[])))}):[]}function Gp(t){var e=t.prototype?Object.getPrototypeOf(t.prototype):null;return(e?e.constructor:null)||Object}
740
733
  /**
741
734
  * @license
742
735
  * Copyright Google Inc. All Rights Reserved.
743
736
  *
744
737
  * Use of this source code is governed by an MIT-style license that can be
745
738
  * found in the LICENSE file at https://angular.io/license
746
- */function lp(t){return t.__forward_ref__=lp,t.toString=function(){return cp(this())},t}function pp(t){return"function"==typeof t&&t.hasOwnProperty("__forward_ref__")&&t.__forward_ref__===lp?t():t}
739
+ */
747
740
  /**
748
741
  * @license
749
742
  * Copyright Google Inc. All Rights Reserved.
750
743
  *
751
744
  * Use of this source code is governed by an MIT-style license that can be
752
745
  * found in the LICENSE file at https://angular.io/license
753
- */var hp=Jl("Inject",function(t){return{token:t}}),fp=Jl("Optional"),dp=Jl("Self"),vp=Jl("SkipSelf"),yp=(Jl("Host"),"__source"),mp=new Object,gp=mp,_p=new Ql("INJECTOR"),bp=function(){function t(){}return t.prototype.get=function(t,e){if(void 0===e&&(e=mp),e===mp)throw new Error("NullInjectorError: No provider for "+cp(t)+"!");return e},t}(),wp=function(){function t(){}return t.create=function(t,e){return Array.isArray(t)?new Op(t,e):new Op(t.providers,t.parent,t.name||null)},t.THROW_IF_NOT_FOUND=mp,t.NULL=new bp,t.ngInjectableDef=Hl({providedIn:"any",factory:function(){return Lp(_p)}}),t}(),xp=function(t){return t},Ep=[],Sp=xp,Cp=function(){return Array.prototype.slice.call(arguments)},Tp=Rl({provide:String,useValue:Rl}),Pp=wp.NULL,Ap=/\n/gm,Np="ɵ",Op=function(){function t(t,e,n){void 0===e&&(e=Pp),void 0===n&&(n=null),this.parent=e,this.source=n;var r=this._records=new Map;r.set(wp,{token:wp,fn:xp,deps:Ep,value:this,useNew:!1}),r.set(_p,{token:_p,fn:xp,deps:Ep,value:this,useNew:!1}),function t(e,n){if(n)if((n=pp(n))instanceof Array)for(var r=0;r<n.length;r++)t(e,n[r]);else{if("function"==typeof n)throw Ip("Function/Class not supported",n);if(!n||"object"!=typeof n||!n.provide)throw Ip("Unexpected provider",n);var i=pp(n.provide),o=function s(t){var e=function n(t){var e=Ep,n=t.deps;if(n&&n.length){e=[];for(var r=0;r<n.length;r++){var i=6;if((u=pp(n[r]))instanceof Array)for(var o=0,s=u;o<s.length;o++){var a=s[o];a instanceof fp||a==fp?i|=1:a instanceof vp||a==vp?i&=-3:a instanceof dp||a==dp?i&=-5:u=a instanceof hp?a.token:pp(a)}e.push({token:u,options:i})}}else if(t.useExisting){var u;e=[{token:u=pp(t.useExisting),options:6}]}else if(!(n||Tp in t))throw Ip("'deps' required",t);return e}(t),r=xp,i=Ep,o=!1,s=pp(t.provide);if(Tp in t)i=t.useValue;else if(t.useFactory)r=t.useFactory;else if(t.useExisting);else if(t.useClass)o=!0,r=pp(t.useClass);else{if("function"!=typeof s)throw Ip("StaticProvider does not have [useValue|useFactory|useExisting|useClass] or [provide] is not newable",t);o=!0,r=s}return{deps:e,fn:r,useNew:o,value:i}}(n);if(!0===n.multi){var a=e.get(i);if(a){if(a.fn!==Cp)throw kp(i)}else e.set(i,a={token:n.provide,deps:[],useNew:!1,fn:Cp,value:Ep});a.deps.push({token:i=n,options:6})}var u=e.get(i);if(u&&u.fn==Cp)throw kp(i);e.set(i,o)}}(r,t)}return t.prototype.get=function(t,e,n){void 0===n&&(n=0);var r=this._records.get(t);try{return function t(e,n,r,i,o,s){try{return function a(e,n,r,i,o,s){var a,u;if(!n||4&s)2&s||(u=i.get(e,o,0));else{if((u=n.value)==Sp)throw Error(Np+"Circular dependency");if(u===Ep){n.value=Sp;var c=n.useNew,l=n.fn,p=n.deps,h=Ep;if(p.length){h=[];for(var d=0;d<p.length;d++){var v=p[d],y=v.options,m=2&y?r.get(v.token):void 0;h.push(t(v.token,m,r,m||4&y?i:Pp,1&y?null:wp.THROW_IF_NOT_FOUND,0))}}n.value=u=c?new((a=l).bind.apply(a,f([void 0],h))):l.apply(void 0,h)}}return u}(e,n,r,i,o,s)}catch(t){throw t instanceof Error||(t=new Error(t)),(t.ngTempTokenPath=t.ngTempTokenPath||[]).unshift(e),n&&n.value==Sp&&(n.value=Ep),t}}(t,r,this._records,this.parent,e,n)}catch(e){var i=e.ngTempTokenPath;throw t[yp]&&i.unshift(t[yp]),e.message=Mp("\n"+e.message,i,this.source),e.ngTokenPath=i,e.ngTempTokenPath=null,e}},t.prototype.toString=function(){var t=[];return this._records.forEach(function(e,n){return t.push(cp(n))}),"StaticInjector["+t.join(", ")+"]"},t}();function kp(t){return Ip("Cannot mix multi providers and regular providers",t)}function Mp(t,e,n){void 0===n&&(n=null),t=t&&"\n"===t.charAt(0)&&t.charAt(1)==Np?t.substr(2):t;var r=cp(e);if(e instanceof Array)r=e.map(cp).join(" -> ");else if("object"==typeof e){var i=[];for(var o in e)if(e.hasOwnProperty(o)){var s=e[o];i.push(o+":"+("string"==typeof s?JSON.stringify(s):cp(s)))}r="{"+i.join(", ")+"}"}return"StaticInjectorError"+(n?"("+n+")":"")+"["+r+"]: "+t.replace(Ap,"\n ")}function Ip(t,e){return new Error(Mp(t,e))}var Rp,Dp=void 0;function jp(t){var e=Dp;return Dp=t,e}function Lp(t,e){if(void 0===e&&(e=0),void 0===Dp)throw new Error("inject() must be called from an injection context");if(null===Dp){var n=Ul(t);if(n&&"root"==n.providedIn)return void 0===n.value?n.value=n.factory():n.value;if(8&e)return null;throw new Error("Injector: NOT_FOUND ["+cp(t)+"]")}return Dp.get(t,8&e?null:void 0,e)}function Fp(t){for(var e=[],n=0;n<t.length;n++){var r=t[n];if(Array.isArray(r)){if(0===r.length)throw new Error("Arguments array must have arguments.");for(var i=void 0,o=0,s=0;s<r.length;s++){var a=r[s];a instanceof fp||"Optional"===a.ngMetadataName?o|=8:a instanceof vp||"SkipSelf"===a.ngMetadataName?o|=4:a instanceof dp||"Self"===a.ngMetadataName?o|=2:i=a instanceof hp?a.token:a}e.push(Lp(i,o))}else e.push(Lp(r))}return e}
746
+ */!function(t){t[t.Emulated=0]="Emulated",t[t.Native=1]="Native",t[t.None=2]="None",t[t.ShadowDom=3]="ShadowDom"}(Up||(Up={}));
754
747
  /**
755
748
  * @license
756
749
  * Copyright Google Inc. All Rights Reserved.
@@ -758,13 +751,14 @@ var ep="undefined"!=typeof window&&window,np="undefined"!=typeof self&&"undefine
758
751
  * Use of this source code is governed by an MIT-style license that can be
759
752
  * found in the LICENSE file at https://angular.io/license
760
753
  */
754
+ var Xp="__ngContext__",$p=17,Yp=0,Zp=1,Jp=2,th=3,eh=4,nh=5,rh=6,ih=7,oh=8,sh=9,ah=10,uh=11,ch=12,lh=14,ph=16;
761
755
  /**
762
756
  * @license
763
757
  * Copyright Google Inc. All Rights Reserved.
764
758
  *
765
759
  * Use of this source code is governed by an MIT-style license that can be
766
760
  * found in the LICENSE file at https://angular.io/license
767
- */!function(t){t[t.Emulated=0]="Emulated",t[t.Native=1]="Native",t[t.None=2]="None",t[t.ShadowDom=3]="ShadowDom"}(Rp||(Rp={}));
761
+ */
768
762
  /**
769
763
  * @license
770
764
  * Copyright Google Inc. All Rights Reserved.
@@ -772,29 +766,28 @@ var ep="undefined"!=typeof window&&window,np="undefined"!=typeof self&&"undefine
772
766
  * Use of this source code is governed by an MIT-style license that can be
773
767
  * found in the LICENSE file at https://angular.io/license
774
768
  */
775
- var Vp=17,Bp=0,Hp=1,Up=2,qp=3,Kp=4,zp=5,Wp=6,Qp=7,Gp=8,Xp=9,$p=10,Yp=11,Zp=12,Jp=13,th=14;
769
+ function hh(t,e){var n=vh(t),r=vh(e);return n&&r?function i(t,e,n){for(var r=t[up()](),i=e[up()]();;){var o=r.next(),s=i.next();if(o.done&&s.done)return!0;if(o.done||s.done)return!1;if(!n(o.value,s.value))return!1}}(t,e,hh):!(n||!t||"object"!=typeof t&&"function"!=typeof t||r||!e||"object"!=typeof e&&"function"!=typeof e)||lp(t,e)}var fh=function(){function t(t){this.wrapped=t}return t.wrap=function(e){return new t(e)},t.unwrap=function(e){return t.isWrapped(e)?e.wrapped:e},t.isWrapped=function(e){return e instanceof t},t}(),dh=function(){function t(t,e,n){this.previousValue=t,this.currentValue=e,this.firstChange=n}return t.prototype.isFirstChange=function(){return this.firstChange},t}();function vh(t){return!!yh(t)&&(Array.isArray(t)||!(t instanceof Map)&&up()in t)}function yh(t){return null!==t&&("function"==typeof t||"object"==typeof t)}
776
770
  /**
777
771
  * @license
778
772
  * Copyright Google Inc. All Rights Reserved.
779
773
  *
780
774
  * Use of this source code is governed by an MIT-style license that can be
781
775
  * found in the LICENSE file at https://angular.io/license
782
- */
783
- function eh(t,e,n,r){e&&(r.initHooks||(r.initHooks=[])).push(t,e),n&&((r.initHooks||(r.initHooks=[])).push(t,n),(r.checkHooks||(r.checkHooks=[])).push(t,n))}function nh(t,e,n){t.afterContentInit&&(e.contentHooks||(e.contentHooks=[])).push(n,t.afterContentInit),t.afterContentChecked&&((e.contentHooks||(e.contentHooks=[])).push(n,t.afterContentChecked),(e.contentCheckHooks||(e.contentCheckHooks=[])).push(n,t.afterContentChecked))}function rh(t,e,n){t.afterViewInit&&(e.viewHooks||(e.viewHooks=[])).push(n,t.afterViewInit),t.afterViewChecked&&((e.viewHooks||(e.viewHooks=[])).push(n,t.afterViewChecked),(e.viewCheckHooks||(e.viewCheckHooks=[])).push(n,t.afterViewChecked))}function ih(t,e,n){null!=t.onDestroy&&(e.destroyHooks||(e.destroyHooks=[])).push(n,t.onDestroy)}function oh(t,e,n){16&t[Kp]&&(sh(t[Qp],e.initHooks,e.checkHooks,n),t[Kp]&=-17)}function sh(t,e,n,r){var i=r?e:n;i&&ah(t,i)}function ah(t,e){for(var n=0;n<e.length;n+=2)e[n+1].call(t[e[n]])}
776
+ */var mh=0,gh=1;function _h(t){for(;Array.isArray(t);)t=t[nh];return t}function bh(t,e){return _h(e[t.index])}function wh(t,e){var n=e[t];return n.length>=$p?n:n[nh]}function xh(t){return 0!=(16384&t.flags)}function Eh(t){return t[Xp]}function Sh(t){var e=Eh(t);return e?Array.isArray(e)?e:e.lViewData:null}
784
777
  /**
785
778
  * @license
786
779
  * Copyright Google Inc. All Rights Reserved.
787
780
  *
788
781
  * Use of this source code is governed by an MIT-style license that can be
789
782
  * found in the LICENSE file at https://angular.io/license
790
- */function uh(t,e){var n=ph(t),r=ph(e);return n&&r?function i(t,e,n){for(var r=t[sp()](),i=e[sp()]();;){var o=r.next(),s=i.next();if(o.done&&s.done)return!0;if(o.done||s.done)return!1;if(!n(o.value,s.value))return!1}}(t,e,uh):!(n||!t||"object"!=typeof t&&"function"!=typeof t||r||!e||"object"!=typeof e&&"function"!=typeof e)||up(t,e)}var ch=function(){function t(t){this.wrapped=t}return t.wrap=function(e){return new t(e)},t.unwrap=function(e){return t.isWrapped(e)?e.wrapped:e},t.isWrapped=function(e){return e instanceof t},t}(),lh=function(){function t(t,e,n){this.previousValue=t,this.currentValue=e,this.firstChange=n}return t.prototype.isFirstChange=function(){return this.firstChange},t}();function ph(t){return!!hh(t)&&(Array.isArray(t)||!(t instanceof Map)&&sp()in t)}function hh(t){return null!==t&&("function"==typeof t||"object"==typeof t)}
783
+ */function Ch(t,e,n){return{lViewData:t,nodeIndex:e,native:n,component:void 0,directives:void 0,localRefs:void 0}}function Th(t,e){t[Xp]=e}function Ph(t,e){for(var n=t[Yp].firstChild;n;){if(bh(n,t)===e)return n.index;n=Ah(n)}return-1}function Ah(t){return t.child?t.child:t.next?t.next:t.parent&&t.parent.next||null}function Nh(t,e){var n=t[Yp].components;if(n)for(var r=0;r<n.length;r++){var i=n[r];if(wh(i,t)[sh]===e)return i}else if(wh($p,t)[sh]===e)return $p;return-1}function kh(t){return t.flags>>15}function Oh(t,e){var n=4095&t.flags;return n?e+n:-1}
791
784
  /**
792
785
  * @license
793
786
  * Copyright Google Inc. All Rights Reserved.
794
787
  *
795
788
  * Use of this source code is governed by an MIT-style license that can be
796
789
  * found in the LICENSE file at https://angular.io/license
797
- */function fh(t){return Array.isArray(t)?t[0]:t}function dh(t,e){return fh(e[t.index])}function vh(t){return 0!=(16384&t.flags)}
790
+ */function Mh(t,e,n,r){e&&(r.initHooks||(r.initHooks=[])).push(t,e),n&&((r.initHooks||(r.initHooks=[])).push(t,n),(r.checkHooks||(r.checkHooks=[])).push(t,n))}function Ih(t,e,n){t.afterContentInit&&(e.contentHooks||(e.contentHooks=[])).push(n,t.afterContentInit),t.afterContentChecked&&((e.contentHooks||(e.contentHooks=[])).push(n,t.afterContentChecked),(e.contentCheckHooks||(e.contentCheckHooks=[])).push(n,t.afterContentChecked))}function Dh(t,e,n){t.afterViewInit&&(e.viewHooks||(e.viewHooks=[])).push(n,t.afterViewInit),t.afterViewChecked&&((e.viewHooks||(e.viewHooks=[])).push(n,t.afterViewChecked),(e.viewCheckHooks||(e.viewCheckHooks=[])).push(n,t.afterViewChecked))}function Rh(t,e,n){null!=t.onDestroy&&(e.destroyHooks||(e.destroyHooks=[])).push(n,t.onDestroy)}function jh(t,e,n){16&t[Zp]&&(Lh(t,e.initHooks,e.checkHooks,n),t[Zp]&=-17)}function Lh(t,e,n,r){var i=r?e:n;i&&Fh(t,i)}function Fh(t,e){for(var n=0;n<e.length;n+=2)e[n+1].call(t[e[n]])}
798
791
  /**
799
792
  * @license
800
793
  * Copyright Google Inc. All Rights Reserved.
@@ -802,15 +795,14 @@ function eh(t,e,n,r){e&&(r.initHooks||(r.initHooks=[])).push(t,e),n&&((r.initHoo
802
795
  * Use of this source code is governed by an MIT-style license that can be
803
796
  * found in the LICENSE file at https://angular.io/license
804
797
  */
805
- var yh="__ngContext__";function mh(t){var e=bh(t);if(e){if(Array.isArray(e)){var n=e,r=void 0,i=void 0,o=void 0,s=void 0;if(xh(t)){if(-1==(r=Ch(n,t)))throw new Error("The provided component was not found in the application");i=t}else if(function a(t){return t&&t.constructor&&t.constructor.ngDirectiveDef}(t)){if(-1==(r=function u(t,e){var n=t[Qp],r=n?n.indexOf(e):-1;if(r>=0)for(var i=t[Bp].firstChild;i;){var o=Ph(i),s=Ah(i,o);if(r>=o&&r<s)return i.index;i=Sh(i)}return-1}(n,t)))throw new Error("The provided directive was not found in the application");s=(o=function c(t,e){var n=t[Qp],r=t[Bp].data[e];if(n&&n.length){for(var i=Ph(r),o=Ah(r,i),s=[],a=i;a<o;a++)(a>i||!xh(n[i]))&&s.push(a);return s.length?s:null}return null}(n,r))?function l(t,e){var n=[],r=t[Qp];if(r)for(var i=0;i<e.length;i++)n.push(r[e[i]]);return n}(n,o):null}else if(-1==(r=Eh(n,t)))return null;var p=bh((g=Th(n,r)).native),h=p&&!Array.isArray(p)?p:gh(n,r,g.native);if(i&&void 0===h.component&&(h.component=i,_h(h.component,h)),s&&o&&void 0===h.directives){h.directiveIndices=o,h.directives=s;for(var f=0;f<s.length;f++)_h(s[f],h)}_h(h.native,h),e=h}}else for(var d=t,v=d;v=v.parentNode;){var y=bh(v);if(y){if(n=void 0,!(n=Array.isArray(y)?y:y.lViewData))return null;var m=Eh(n,d);if(m>=0){var g;h=gh(n,m,(g=Th(n,m)).native),_h(g.native,h),e=h;break}}}return e||null}function gh(t,e,n){return{lViewData:t,lNodeIndex:e,native:n,component:void 0,directiveIndices:void 0,directives:void 0}}function _h(t,e){t[yh]=e}function bh(t){return t[yh]}function wh(t){var e=bh(t);return e?Array.isArray(e)?e:e.lViewData:null}function xh(t){return t&&t.constructor&&t.constructor.ngComponentDef}function Eh(t,e){for(var n=t[Bp].firstChild;n;){if(Th(t,n.index).native===e)return n.index;n=Sh(n)}return-1}function Sh(t){return t.child?t.child:t.next?t.next:t.parent&&t.parent.next||null}function Ch(t,e){var n=t[Bp].components;if(n)for(var r=0;r<n.length;r++){var i=n[r];if(fh(t[i]).data[Xp]===e)return i}else if(t[Vp].data[Xp]===e)return Vp;return-1}function Th(t,e){var n=t[e];return n?fh(n):null}function Ph(t){return t.flags>>15}function Ah(t,e){var n=4095&t.flags;return n?e+n:-1}
798
+ var Vh,Bh=8,Hh=8,Uh=9,qh="ngProjectAs";function Kh(t){return!!t.listen}!function(t){t[t.Important=1]="Important",t[t.DashCase=2]="DashCase"}(Vh||(Vh={}));var zh={createRenderer:function(t,e){return document}},Wh=[];
806
799
  /**
807
800
  * @license
808
801
  * Copyright Google Inc. All Rights Reserved.
809
802
  *
810
803
  * Use of this source code is governed by an MIT-style license that can be
811
804
  * found in the LICENSE file at https://angular.io/license
812
- */
813
- var Nh,Oh=0,kh=4,Mh=5,Ih="ngProjectAs";function Rh(t){return!!t.listen}!function(t){t[t.Important=1]="Important",t[t.DashCase=2]="DashCase"}(Nh||(Nh={}));var Dh={createRenderer:function(t,e){return document}};
805
+ */function Qh(t){for(var e=t[rh];e&&2===e.type;)e=(t=t[Jp])[rh];return t}function Gh(t,e,n,r,i){0===t?Kh(e)?e.insertBefore(n,r,i):n.insertBefore(r,i,!0):1===t?Kh(e)?e.removeChild(n,r):n.removeChild(r):2===t&&e.destroyNode(r)}function Xh(t){var e=t[Yp].childIndex;return-1===e?null:t[e]}function $h(t,e){var n;return t.length>=$p&&(n=t[rh])&&2===n.type?
814
806
  /**
815
807
  * @license
816
808
  * Copyright Google Inc. All Rights Reserved.
@@ -825,6 +817,7 @@ var Nh,Oh=0,kh=4,Mh=5,Ih="ngProjectAs";function Rh(t){return!!t.listen}!function
825
817
  * Use of this source code is governed by an MIT-style license that can be
826
818
  * found in the LICENSE file at https://angular.io/license
827
819
  */
820
+ function r(t,e){if(-1===t.index){var n=e[lh];return n>-1?e[Jp][n]:null}return e[Jp][t.parent.index]}(n,t):t[Jp]===e?null:t[Jp]}function Yh(t){if(t.length>=$p){var e=t;!function n(t){var e=t[Yp].cleanup;if(null!=e){for(var n=0;n<e.length-1;n+=2)"string"==typeof e[n]?(_h(t[e[n+1]]).removeEventListener(e[n],t[oh][e[n+2]],e[n+3]),n+=2):"number"==typeof e[n]?(0,t[oh][e[n]])():e[n].call(t[oh][e[n+1]]);t[oh]=null}}(e),function r(t){var e,n=t[Yp];null!=n&&null!=(e=n.destroyHooks)&&Fh(t,e)}(e),function i(t){var e=t[Yp]&&t[Yp].pipeDestroyHooks;e&&Fh(t,e)}
828
821
  /**
829
822
  * @license
830
823
  * Copyright Google Inc. All Rights Reserved.
@@ -832,7 +825,6 @@ var Nh,Oh=0,kh=4,Mh=5,Ih="ngProjectAs";function Rh(t){return!!t.listen}!function
832
825
  * Use of this source code is governed by an MIT-style license that can be
833
826
  * found in the LICENSE file at https://angular.io/license
834
827
  */
835
- function jh(t,e){return null==t.parent?Lh(e):dh(t.parent,e)}function Lh(t){var e=t[zp];return e&&2!==e.type?dh(e,t[Hp]):null}function Fh(t,e){var n=t.parent||e[zp];return n&&2===n.type?Vh(n,e):jh(t,e)}function Vh(t,e){if(-1===t.index){var n=e[th];return n>-1?e[Hp][n].dynamicLContainerNode:null}return jh(t,e[Hp])}function Bh(t,e){var n=Vh(t,e);return n?n.data[Mh]:null}var Hh=[];function Uh(t,e,n,r,i){for(var o=t[Bp].node,s=-1,a=t,u=o.child;u;){var c=null,l=r?r.native:null;if(3===u.type){var p=dh(u,a);Kh(e,n,l,p.native,i),p.dynamicLContainerNode&&Kh(e,n,l,p.dynamicLContainerNode.native,i)}else if(0===u.type){var h=a[u.index];Kh(e,n,l,h.native,i);var f=h.dynamicLContainerNode?h.dynamicLContainerNode.data:h.data;r&&(f[Mh]=r),f[kh].length&&(c=(a=f[kh][0])[Bp].node,i=h.dynamicLContainerNode?h.dynamicLContainerNode.native:h.native)}else if(1===u.type){var d=qh(a),v=d[zp].projection[u.projection];Hh[++s]=u,Hh[++s]=a,v&&(c=(a=d[Hp])[Bp].data[v.index])}else c=u.child;if(null===c)for(null===u.next&&8192&u.flags&&(a=Hh[s--],u=Hh[s--]),c=u.next;!c;){if(null===(u=u.parent||a[Bp].node)||u===o)return null;0===u.type&&(i=(a=a[Hp])[u.index].native),c=2===u.type&&a[Up]?(a=a[Up])[Bp].node:u.next}u=c}}function qh(t){for(var e=t[zp];e&&2===e.type;)e=(t=t[Hp])[zp];return t}function Kh(t,e,n,r,i){0===t?Rh(e)?e.insertBefore(n,r,i):n.insertBefore(r,i,!0):1===t?Rh(e)?e.removeChild(n,r):n.removeChild(r):2===t&&e.destroyNode(r)}function zh(t,e,n){var r=Bh(t[Bp].node,t);r&&r.native&&Uh(t,e?0:1,t[Yp],r,n)}function Wh(t,e,n,r,i){var o=e[kh];r>0&&(o[r-1][Up]=t),r<o.length?(t[Up]=o[r],o.splice(r,0,t)):(o.push(t),t[Up]=null),i>-1&&(t[th]=i,t[Hp]=n),t[qp]&&t[qp].insertView(r),t[Kp]|=8}function Qh(t,e,n){var r=t[kh],i=r[e];e>0&&(r[e-1][Up]=i[Up]),r.splice(e,1),n||zh(i,!1),i[qp]&&i[qp].removeView(),i[th]=-1,i[Hp]=null,i[Kp]&=-9}function Gh(t){if(-1===t[Bp].childIndex)return null;var e=t[t[Bp].childIndex];return e.data?e.data:e.dynamicLContainerNode.data}function Xh(t){var e=t[Yp];Rh(e)&&e.destroyNode&&Uh(t,2,e),function n(t){if(-1===t[Bp].childIndex)return Yh(t);for(var e=Gh(t);e;){var n=null;if(e.length>=Vp?e[Bp].childIndex>-1&&(n=Gh(e)):e[kh].length&&(n=e[kh][0]),null==n){for(;e&&!e[Up]&&e!==t;)Yh(e),e=$h(e,t);Yh(e||t),n=e&&e[Up]}e=n}}(t),t[Kp]|=32}function $h(t,e){var n;return t.length>=Vp&&(n=t[zp])&&2===n.type?Vh(n,t).data:t[Hp]===e?null:t[Hp]}function Yh(t){if(t[Bp]){var e=t;!function n(t){var e=t[Bp].cleanup;if(null!=e){for(var n=0;n<e.length-1;n+=2)"string"==typeof e[n]?(fh(t[e[n+1]]).native.removeEventListener(e[n],t[Gp][e[n+2]],e[n+3]),n+=2):"number"==typeof e[n]?(0,t[Gp][e[n]])():e[n].call(t[Gp][e[n+1]]);t[Gp]=null}}(e),function r(t){var e,n=t[Bp];null!=n&&null!=(e=n.destroyHooks)&&ah(t[Qp],e)}(e),function i(t){var e=t[Bp]&&t[Bp].pipeDestroyHooks;e&&ah(t,e)}(e),-1===e[Bp].id&&Rh(e[Yp])&&e[Yp].destroy()}}function Zh(t,e){if(Jh(t,e)){var n=e[zp];return null==t.parent&&2===n.type?Bh(n,e):jh(t,e)}return null}function Jh(t,e){var n=t,r=t.parent;return t.parent&&4===t.parent.type&&(r=(n=ef(t)).parent),null===r&&(r=e[zp]),r&&2===r.type?function i(t,e){var n=Vh(t,e);return null!=n&&null!=n.data[Mh]}(r,e):function o(t){return null==t.parent||!(3!==t.parent.type||4096&t.parent.flags)}(n)}function tf(t,e,n,r){Rh(t)?t.insertBefore(e,n,r):e.insertBefore(n,r,!0)}function ef(t){for(;null!=t.parent&&4===t.parent.type;)t=t.parent;return t}function nf(t,e,n){if(t+1<e.length){var r=e[t+1],i=r[zp];return i.child?dh(i.child,r).native:n.native}return n.native}
836
828
  /**
837
829
  * @license
838
830
  * Copyright Google Inc. All Rights Reserved.
@@ -853,7 +845,7 @@ function jh(t,e){return null==t.parent?Lh(e):dh(t.parent,e)}function Lh(t){var e
853
845
  *
854
846
  * Use of this source code is governed by an MIT-style license that can be
855
847
  * found in the LICENSE file at https://angular.io/license
856
- */var rf,of,sf,af,uf,cf,lf,pf,hf,ff=Promise.resolve(null),df=new Array(Vp).fill(null),vf="__CIRCULAR__";function yf(){return of}function mf(){return pf&&pf[Zp]}function gf(){return null==sf||sf===pf[zp]?Lh(pf):dh(sf,pf)}function _f(){return sf}function bf(){return pf}var wf=!1,xf=!0,Ef=-1;function Sf(t,e){var n=pf;return hf=t&&t[Qp],uf=t&&t[Bp],lf=t&&1==(1&t[Kp]),xf=t&&uf.firstTemplatePass,Ef=t&&uf.bindingStartIndex,rf=t&&t[Yp],sf=e,af=!0,pf=t,n&&(n[qp]=cf),cf=t&&t[qp],n}function Cf(t,e){e||(wf||sh(hf,uf.viewHooks,uf.viewCheckHooks,lf),pf[Kp]&=-6),pf[Kp]|=16,pf[Wp]=uf.bindingStartIndex,Sf(t,null)}function Tf(){uf.firstTemplatePass=xf=!1,wf||oh(pf,uf,lf),function t(e){for(var n=Gh(e);null!==n;n=n[Up])if(n.length<Vp&&null===n[Oh])for(var r=n,i=0;i<r[kh].length;i++){var o=r[kh][i];kf(o,o[Bp],o[Xp],2)}}(pf),function e(t){if(null!=t.contentQueries)for(var e=0;e<t.contentQueries.length;e+=2){var n=t.contentQueries[e];t.directives[n].contentQueriesRefresh(n,t.contentQueries[e+1])}}(uf),wf||sh(hf,uf.contentHooks,uf.contentCheckHooks,lf),Pf(uf.hostBindings),function n(t){if(null!=t)for(var e=0;e<t.length;e++)Qf(t[e])}(uf.components)}function Pf(t){if(null!=t){Ef=pf[Wp]=uf.hostBindingStartIndex;for(var e=uf.directives,n=0;n<t.length;n+=2){var r=t[n],i=e[r];i.hostBindings(r,t[n+1]),Ef=pf[Wp]=Ef+i.hostVars}}}function Af(t,e,n,r,i){var o=e.blueprint.slice();return o[Hp]=pf,o[Kp]=25|r,o[Xp]=n,o[$p]=pf?pf[$p]:null,o[Yp]=t,o[Zp]=i||null,o}function Nf(t,e,n,r){return{native:n,nodeInjector:e,data:r,dynamicLContainerNode:null}}function Of(t,e,n,r,i,o){var s,a=af?sf:sf&&sf.parent,u=a&&pf&&a!==pf[zp],c=u?a:null,l=null!=o,p=Nf(0,null,n,l?o:null);if(-1===t||2===e)s=(o?o[Bp].node:null)||Kf(e,t,null,null,c,null);else{var h=t+Vp,f=uf.data;if(pf[h]=p,null==f[h]){var d=f[h]=Kf(e,h,r,i,c,null);!af&&sf&&(sf.next=d,sf.dynamicContainerNode&&(sf.dynamicContainerNode.next=d))}s=f[h],uf.firstChild||3!==e||(uf.firstChild=s),af&&sf&&(null==sf.child&&u||2===sf.type)&&(sf.child=s)}if(-1!==t&&!(64&pf[Kp])){var v=2===e?Vh(s,o):Fh(s,pf);v&&(p.nodeInjector=v.nodeInjector)}if(2==(2&e)&&l){var y=o;y[zp]=s,y[Bp].firstTemplatePass&&(y[Bp].node=s)}return sf=s,af=!0,s}function kf(t,e,n,r){var i,o=af,s=sf;if(64&t[Kp])$f(t[Xp]);else try{af=!0,sf=null,i=Sf(t,t[zp]),Df(),e.template(r,n),2&r?Tf():t[Bp].firstTemplatePass=xf=!1}finally{Cf(i,1==(1&r)),af=o,sf=s}}function Mf(t,e,n){var r=Sf(t,t[zp]);try{of.begin&&of.begin(),n?(Df(),n(If(t),e),Tf()):(function i(){wf||(oh(pf,uf,lf),sh(hf,uf.contentHooks,uf.contentCheckHooks,lf))}(),Pf(uf.hostBindings),Qf(Vp))}finally{of.end&&of.end(),Cf(r)}}function If(t){return 1&t[Kp]?3:2}var Rf=null;function Df(){Rf=null}function jf(t,e,n,r){if(null===n[e]){n[e]=vf;var i=t.factory();return(r.directives||(r.directives=[])).push(t),zf(n[e]=r.directives.length-1,i,t)}return n[e]===vf&&function o(t){throw new Error("Cannot instantiate cyclic dependency! "+t)}(t.type),null}function Lf(){xf&&(uf.components||(uf.components=[])).push(sf.index)}function Ff(t,e){for(var n=0;n<e;n++)uf.blueprint.push(td),pf.push(td);(uf.hostBindings||(uf.hostBindings=[])).push(t,sf.index-Vp)}function Vf(t,e,n){t&&null!=t.changeDetectorRef&&t.changeDetectorRef._setComponentContext(n,e)}function Bf(t,e,n,r,i,o){return t.ngPrivateData||(t.ngPrivateData=Hf(-1,t,e,n,r,i,o))}function Hf(t,e,n,r,i,o,s){var a=Vp+n,u=a+r,c=function l(t,e){var n=new Array(e).fill(null,0,t).fill(td,t);return n[th]=-1,n[Wp]=t,n}(a,u);return c[Bp]={id:t,blueprint:c,template:e,viewQuery:s,node:null,data:df.slice(),childIndex:-1,bindingStartIndex:a,hostBindingStartIndex:u,directives:null,firstTemplatePass:!0,initHooks:null,checkHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,pipeDestroyHooks:null,cleanup:null,hostBindings:null,contentQueries:null,components:null,directiveRegistry:"function"==typeof i?i():i,pipeRegistry:"function"==typeof o?o():o,currentMatches:null,firstChild:null}}function Uf(t,e){of=t;var n=t.createRenderer(null,null);return"string"==typeof e?Rh(n)?n.selectRootElement(e):n.querySelector(e):e}function qf(t,e,n,r){!function i(){af=!1,sf=null}();var o=Of(0,3,e,null,null,Af(rf,Bf(n.template,n.consts,n.vars,n.directiveDefs,n.pipeDefs,n.viewQuery),null,n.onPush?4:2,r));return xf&&(o.flags=4096,n.diPublic&&n.diPublic(n),uf.directives=[n]),pf[Vp]}function Kf(t,e,n,r,i,o){return{type:t,index:e,flags:0,tagName:n,attrs:r,localNames:null,initialInputs:void 0,inputs:void 0,outputs:void 0,tViews:o,next:null,child:null,parent:i,dynamicContainerNode:null,detached:null,stylingTemplate:null,projection:null}}function zf(t,e,n){var r=gf(),i=Wf(t,e,n,r);return n.template&&function o(t,e,n,r){var i=Bf(n.template,n.consts,n.vars,n.directiveDefs,n.pipeDefs,n.viewQuery),o=Xf(pf,sf.index,Af(of.createRenderer(r.native,n),i,e,n.onPush?4:2,mf()));r.data=o,o[zp]=_f(),Vf(r.nodeInjector,e,o),xf&&Lf()}(0,e,n,r),xf&&(eh(t,n.onInit,n.doCheck,uf),n.hostBindings&&Ff(t,n.hostVars)),sf&&sf.attrs&&function s(t,e,n,r){var i=r.initialInputs;(void 0===i||t>=i.length)&&(i=function o(t,e,n){var r=n.initialInputs||(n.initialInputs=[]);r[t]=null;for(var i=n.attrs,o=0;o<i.length;){var s=i[o];if(1===s)break;if(0!==s){var a=e[s],u=i[o+1];void 0!==a&&(r[t]||(r[t]=[])).push(a,u),o+=2}else o+=4}return r}(t,n,r));var s=i[t];if(s)for(var a=0;a<s.length;a+=2)e[s[a]]=s[a+1]}(t,i,n.inputs,sf),n.contentQueries&&n.contentQueries(),i}function Wf(t,e,n,r){if(_h(e,pf),r&&_h(r.native,pf),null==hf&&(pf[Qp]=hf=[]),hf[t]=e,xf){var i=sf.flags;0==(4095&i)?sf.flags=t<<15|4096&i|1:sf.flags++}else{var o=n.diPublic;o&&o(n)}return null!=n.attributes&&3==sf.type&&function s(t,e){for(var n=Rh(rf),r=0;r<e.length;){var i=e[r];if(1===i)break;if(i===Ih)r+=2;else if(0===i){var o=e[r+1],s=e[r+2],a=e[r+3];n?rf.setAttribute(t,s,a,o):t.setAttributeNS(o,s,a),r+=4}else a=e[r+1],n?rf.setAttribute(t,i,a):t.setAttribute(i,a),r+=2}}(r.native,n.attributes),e}function Qf(t){var e=fh(pf[t]).data;Gf(e)&&6&e[Kp]&&Jf(e,e[Xp])}function Gf(t){return 8==(8&t[Kp])}function Xf(t,e,n){return t[Jp]?t[Jp][Up]=n:xf&&(uf.childIndex=e),t[Jp]=n,n}function $f(t){for(var e=0;e<t.components.length;e++){var n=t.components[e];Mf(wh(n),n)}}function Yf(t){Jf(function e(t){var e,n=bh(t);if(Array.isArray(n)){var r=Ch(n,t);(i=gh(n,r,(e=fh(n[r])).native)).component=t,_h(t,i),_h(i.native,i)}else{var i;e=fh((i=n).lViewData[i.lNodeIndex])}return e}(t).data,t)}function Zf(t){$f(t[Xp])}function Jf(t,e){var n=t[Bp],r=Sf(t,t[zp]),i=n.template,o=n.viewQuery;try{Df(),function s(t,e,n){t&&1&e&&t(1,n)}(o,t[Kp],e),i(If(t),e),Tf(),function a(t,e){t&&t(2,e)}(o,e)}finally{Cf(r)}}var td={},ed=ff;function nd(t){return{components:[],scheduler:t,clean:ed}}function rd(t,e){var n=wh(t)[Bp];eh(0,e.onInit,e.doCheck,n),function r(t,e){if(e.firstTemplatePass)for(var n=t>>15,r=n+(4095&t),i=n;i<r;i++){var o=e.directives[i];nh(o,e,i),rh(o,e,i),ih(o,e,i)}}(1,n)}
848
+ */(e),-1===e[Yp].id&&Kh(e[uh])&&e[uh].destroy()}}var Zh,Jh,tf,ef,nf,rf,of,sf,af=Promise.resolve(null),uf="__CIRCULAR__";function cf(){return Jh}var lf=!1,pf=!0,hf=-1;function ff(t,e){var n=sf;return nf=t&&t[Yp],of=t&&1==(1&t[Zp]),pf=t&&nf.firstTemplatePass,hf=t&&nf.bindingStartIndex,Zh=t&&t[uh],tf=e,ef=!0,sf=t,n&&(n[eh]=rf),rf=t&&t[eh],n}function df(t,e){e||(lf||Lh(sf,nf.viewHooks,nf.viewCheckHooks,of),sf[Zp]&=-6),sf[Zp]|=16,sf[ih]=nf.bindingStartIndex,ff(t,null)}function vf(){yf();var t=pf;nf.firstTemplatePass=pf=!1,lf||jh(sf,nf,of),function e(t){for(var e=Xh(t);null!==e;e=e[th])if(e.length<$p&&-1===e[mh])for(var n=e,r=0;r<n[gh].length;r++){var i=n[gh][r];bf(i,i[Yp],i[sh],2)}}(sf),function n(t){if(null!=t.contentQueries)for(var e=0;e<t.contentQueries.length;e+=2){var n=t.contentQueries[e];t.data[n].contentQueriesRefresh(n-$p,t.contentQueries[e+1])}}(nf),lf||Lh(sf,nf.contentHooks,nf.contentCheckHooks,of),function r(t,e){if(null!=t)for(var n=0;n<t.length;n++)Of(t[n],e)}(nf.components,t)}function yf(){if(nf.expandoInstructions){hf=sf[ih]=nf.expandoStartIndex;for(var t=-1,e=-1,n=0;n<nf.expandoInstructions.length;n++){var r=nf.expandoInstructions[n];"number"==typeof r?r<=0?(e=-r,"number"==typeof sf[hf]&&(hf+=Uh),t=hf):hf+=r:(sf[ih]=hf,r(t-$p,e),t++)}}}function mf(t,e,n,r,i){var o=e.blueprint.slice();return o[Zp]=25|r,o[Jp]=o[ph]=sf,o[sh]=n,o[ah]=sf?sf[ah]:null,o[uh]=t,o[ch]=i||null,o}function gf(t,e,n,r,i){var o=t+$p;sf[o]=n;var s=nf.data[o];return null==s&&(s=nf.data[o]=Nf(e,o,r,i,null),tf&&(!ef||null!=tf.child||null===s.parent&&2!==tf.type?ef||(tf.next=s):tf.child=s)),null==nf.firstChild&&3===e&&(nf.firstChild=s),tf=s,ef=!0,s}function _f(t,e){return null==e[Yp].node&&(e[Yp].node=Nf(2,t,null,null,null)),ef=!0,tf=e[rh]=e[Yp].node}function bf(t,e,n,r){var i,o=ef,s=tf;if(64&t[Zp])If(t[sh]);else try{ef=!0,tf=null,i=ff(t,t[rh]),Sf(),e.template(r,n),2&r?vf():t[Yp].firstTemplatePass=pf=!1}finally{df(i,1==(1&r)),ef=o,tf=s}}function wf(t,e,n){var r=ff(t,t[rh]);try{Jh.begin&&Jh.begin(),n?(Sf(),n(xf(t),e),vf()):(function i(){lf||(jh(sf,nf,of),Lh(sf,nf.contentHooks,nf.contentCheckHooks,of))}(),yf(),Of($p,!1))}finally{Jh.end&&Jh.end(),df(r)}}function xf(t){return 1&t[Zp]?3:2}var Ef=null;function Sf(){Ef=null}function Cf(t,e){var n=e||Zh;return Kh(n)?n.createElement(t,Ef):null===Ef?n.createElement(t):n.createElementNS(Ef,t)}function Tf(t,e,n){if(null===n[e]){n[e]=uf;var r=t.factory();return function i(t,e,n){var r=kf(t,e,n,bh(tf,sf));return n.template&&(wh(tf.index,sf)[sh]=e),pf&&Mh(t,n.onInit,n.doCheck,nf),tf&&tf.attrs&&function i(t,e,n,r){var i=r.initialInputs;(void 0===i||t>=i.length)&&(i=function o(t,e,n){var r=n.initialInputs||(n.initialInputs=[]);r[t]=null;for(var i=n.attrs,o=0;o<i.length;){var s=i[o];if(1===s)break;if(0!==s){var a=e[s],u=i[o+1];void 0!==a&&(r[t]||(r[t]=[])).push(a,u),o+=2}else o+=4}return r}(t,n,r));var s=i[t];if(s)for(var a=0;a<s.length;a+=2)e[s[a]]=s[a+1]}(t,r,n.inputs,tf),n.contentQueries&&n.contentQueries(),r}(n[e]=sf.length,r,t)}return n[e]===uf&&function o(t){throw new Error("Cannot instantiate cyclic dependency! "+t)}(t.type),null}function Pf(t,e,n,r,i,o,s){var a=$p+n,u=a+r,c=function l(t,e){var n=new Array(e).fill(null,0,t).fill(Lf,t);return n[lh]=-1,n[ih]=t,n}(a,u);return c[Yp]={id:t,blueprint:c,template:e,viewQuery:s,node:null,data:c.slice(),childIndex:-1,bindingStartIndex:a,expandoStartIndex:u,expandoInstructions:null,firstTemplatePass:!0,initHooks:null,checkHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,pipeDestroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:"function"==typeof i?i():i,pipeRegistry:"function"==typeof o?o():o,currentMatches:null,firstChild:null}}function Af(t,e){Jh=t;var n=t.createRenderer(null,null);return"string"==typeof e?Kh(n)?n.selectRootElement(e):n.querySelector(e):e}function Nf(t,e,n,r,i){var o=ef?tf:tf&&tf.parent,s=o&&sf&&o!==sf[rh]?o:null;return{type:t,index:e,injectorIndex:s?s.injectorIndex:-1,flags:0,tagName:n,attrs:r,localNames:null,initialInputs:void 0,inputs:void 0,outputs:void 0,tViews:i,next:null,child:null,parent:s,detached:null,stylingTemplate:null,projection:null}}function kf(t,e,n,r){if(Th(e,sf),r&&Th(r,sf),sf[t]=e,pf){var i=tf.flags;0===i?tf.flags=t<<15|4096&i|1:tf.flags++,nf.data.push(n),nf.blueprint.push(null),n.hostBindings&&function o(t,e){nf.expandoInstructions.push(e.hostBindings,e.hostVars)}(0,n)}else{var s=n.diPublic;s&&s(n)}return null!=n.attributes&&3==tf.type&&function a(t,e){for(var n=Kh(Zh),r=0;r<e.length;){var i=e[r];if(1===i)break;if(i===qh)r+=2;else if(0===i){var o=e[r+1],s=e[r+2],a=e[r+3];n?Zh.setAttribute(t,s,a,o):t.setAttributeNS(o,s,a),r+=4}else a=e[r+1],n?Zh.setAttribute(t,i,a):t.setAttribute(i,a),r+=2}}(r,n.attributes),e}function Of(t,e){var n=wh(t,sf);Mf(n)&&6&n[Zp]&&(e&&function r(t){for(var e=t[Yp],n=t.length;n<e.blueprint.length;n++)t[n]=e.blueprint[n]}(n),jf(n,n[sh]))}function Mf(t){return 8==(8&t[Zp])}function If(t){for(var e=0;e<t.components.length;e++){var n=t.components[e];wf(Sh(n),n)}}function Df(t){jf(function e(t){var e,n=Eh(t);if(Array.isArray(n)){var r=Nh(n,t);(i=Ch(n,r,(e=wh(r,n))[nh])).component=t,Th(t,i),Th(i.native,i)}else{var i;e=wh((i=n).nodeIndex,i.lViewData)}return e}(t),t)}function Rf(t){If(t[sh])}function jf(t,e){var n=t[Yp],r=ff(t,t[rh]),i=n.template,o=n.viewQuery;try{Sf(),function s(t,e,n){t&&1&e&&t(1,n)}(o,t[Zp],e),i(xf(t),e),vf(),function a(t,e){t&&t(2,e)}(o,e)}finally{df(r)}}var Lf={},Ff=af,Vf=[0,1];function Bf(t,e,n,r,i,o){var s=kf(r.length,n.factory(),n,t);return i.components.push(s),e[sh]=s,o&&o.forEach(function(t){return t(s,n)}),r[Yp].firstTemplatePass&&function a(t){for(var e=0;e<t;e++)sf.push(Lf),nf.blueprint.push(Lf),nf.data.push(null)}(n.hostVars),yf(),s}function Hf(t,e){return{components:[],scheduler:t,clean:Ff,playerHandler:e||null,flags:0}}function Uf(t,e){var n=Sh(t)[Yp],r=n.data.length-1;Mh(r,e.onInit,e.doCheck,n),function i(t,e){if(e.firstTemplatePass)for(var n=t>>15,r=n+(4095&t),i=n;i<r;i++){var o=e.data[i];Ih(o,e,i),Dh(o,e,i),Rh(o,e,i)}}(r<<15|1,n)}
857
849
  /**
858
850
  * @license
859
851
  * Copyright Google Inc. All Rights Reserved.
@@ -874,14 +866,15 @@ function jh(t,e){return null==t.parent?Lh(e):dh(t.parent,e)}function Lh(t){var e
874
866
  *
875
867
  * Use of this source code is governed by an MIT-style license that can be
876
868
  * found in the LICENSE file at https://angular.io/license
877
- */var id,od=function od(){},sd=function sd(t){this.nativeElement=t},ad=function ad(){},ud=function ud(){},cd=function cd(){},ld=function ld(){},pd=function pd(){},hd=(new Ql("Renderer2Interceptor"),function hd(){});
869
+ */function qf(t,e){t.push(0,0,0,0,0,0,0,0,e)}function Kf(t,e){return-1===t.injectorIndex||t.parent&&t.parent.injectorIndex===t.injectorIndex||null==e[t.injectorIndex+Hh]?-1:t.injectorIndex}function zf(t,e){if(t.parent&&-1!==t.parent.injectorIndex)return t.parent.injectorIndex;for(var n=e[rh],r=1;n&&-1===n.injectorIndex;)n=(e=e[ph])[rh],r++;return n?n.injectorIndex|r<<15:-1}function Wf(t,e){for(var n=t>>15,r=e;n>0;)r=r[ph],n--;return r}function Qf(t,e){var n=e.currentMatches;if(n)for(var r=0;r<n.length;r+=2){var i=n[r];if(i.type===t)return Tf(i,r+1,n)}return null}function Gf(t,e,n){var r=e[Yp].data[t+Bh].flags,i=4095&r;if(0!==i)for(var o=r>>15,s=o+i,a=e[Yp].data,u=o;u<s;u++){var c=a[u];if(c.type===n&&c.diPublic)return e[u]}return null}function Xf(t,e,n){var r=64&t,i=32&t;return!!((128&t?r?i?n[e+7]:n[e+6]:i?n[e+5]:n[e+4]:r?i?n[e+3]:n[e+2]:i?n[e+1]:n[e])&1<<t)}function $f(t,e){return 2&t||1&t&&e>>15>0}var Yf,Zf,Jf=function(){function t(t,e){this._tNode=t,this._hostView=e,this._injectorIndex=function n(t,e){var n=Kf(t,e);if(-1!==n)return n;var r=e[Yp];r.firstTemplatePass&&(t.injectorIndex=e.length,qf(r.data,t),qf(e,null),qf(r.blueprint,null));var i=zf(t,e),o=32767&i,s=Wf(i,e),a=s[Yp].data,u=t.injectorIndex;if(-1!==i)for(var c=0;c<Hh;c++){var l=o+c;e[u+c]=s[l]|a[l]}return e[u+Hh]=i,u}(t,e)}return t.prototype.get=function(t){return function e(t,n){tf=t,sf=n}(this._tNode,this._hostView),function n(t,e,r,i){void 0===i&&(i=0);var o=function s(t){var e=t[Ul];return"number"==typeof e?255&e:e}(r);if("function"==typeof o)return o();if(null!=o){var a=Kf(t,e),u=a,c=e,l=-1;for((4&i||-1===u)&&($f(i,l=-1===u?zf(t,e):c[u+Hh])?u=-1:(u=32767&l,c=Wf(l,c)));-1!==u;){for(;-1!==u&&!Xf(o,u,c[Yp].data);){if($f(i,l=c[u+Hh])){u=-1;break}if(!Xf(o,u,c)){u=-1;break}u=32767&l,c=Wf(l,c)}if(-1===u)break;var p=void 0;if(p=Gf(u,c,r))return p;if(u===a&&e===c&&(p=Qf(r,c[Yp])))return p;u=32767&l,c=Wf(l,c)}}var h=Lp(e[ah]);try{return Fp(r,i)}finally{Lp(h)}}(this._tNode,this._hostView,t)},t}(),td=function td(){},ed=function ed(){},nd=function(){function t(){}return t.prototype.resolveComponentFactory=function(t){
878
870
  /**
879
871
  * @license
880
872
  * Copyright Google Inc. All Rights Reserved.
881
873
  *
882
874
  * Use of this source code is governed by an MIT-style license that can be
883
875
  * found in the LICENSE file at https://angular.io/license
884
- */!function(t){t[t.Important=1]="Important",t[t.DashCase=2]="DashCase"}(id||(id={}));var fd=function fd(){},dd=function dd(){},vd=function vd(){},yd=function(){function t(){}return t.prototype.resolveComponentFactory=function(t){
876
+ */
877
+ throw function e(t){var e=Error("No component factory found for "+pp(t)+". Did you add it to @NgModule.entryComponents?");return e.ngComponent=t,e}(t)},t}(),rd=function(){function t(){}return t.NULL=new nd,t}(),id=function(t){function e(e,n){var r=t.call(this)||this;return r.factory=e,r.ngModule=n,r.selector=e.selector,r.componentType=e.componentType,r.ngContentSelectors=e.ngContentSelectors,r.inputs=e.inputs,r.outputs=e.outputs,r}return o(e,t),e.prototype.create=function(t,e,n,r){return this.factory.create(t,e,n,r||this.ngModule)},e}(ed),od=function od(){},sd=function sd(){},ad=function(){function t(t,e,n){this._context=e,this._componentIndex=n,this._appRef=null,this._viewContainerRef=null,this._tViewNode=null,this._view=t}return Object.defineProperty(t.prototype,"context",{get:function(){return this._context?this._context:this._lookUpContext()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"destroyed",{get:function(){return 32==(32&this._view[Zp])},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){this._viewContainerRef&&Mf(this._view)&&(this._viewContainerRef.detach(this._viewContainerRef.indexOf(this)),this._viewContainerRef=null),function t(e){var n=e[uh];Kh(n)&&n.destroyNode&&function r(t,e,n,i,o){for(var s,a=t[Yp].node,u=-1,c=t,l=a.child;l;){var p=null;if(3===l.type){Gh(e,n,i,bh(l,c),o);var h=c[l.index];s=h,Array.isArray(s)&&"number"==typeof s[mh]&&Gh(e,n,i,h[6],o)}else if(0===l.type){var f=c[l.index];Gh(e,n,i,f[6],o),i&&(f[7]=i),f[gh].length&&(p=(c=f[gh][0])[Yp].node,o=f[6])}else if(1===l.type){var d=Qh(c),v=d[rh].projection[l.projection];Wh[++u]=l,Wh[++u]=c,v&&(p=(c=d[Jp])[Yp].data[v.index])}else p=l.child;if(null===p)for(null===l.next&&8192&l.flags&&(c=Wh[u--],l=Wh[u--]),p=l.next;!p;){if(null===(l=l.parent||c[Yp].node)||l===a)return null;0===l.type&&(o=(c=c[Jp])[l.index][6]),p=2===l.type&&c[th]?(c=c[th])[Yp].node:l.next}l=p}}(e,2,n,null),function i(t){if(-1===t[Yp].childIndex)return Yh(t);for(var e=Xh(t);e;){var n=null;if(e.length>=$p?e[Yp].childIndex>-1&&(n=Xh(e)):e[gh].length&&(n=e[gh][0]),null==n){for(;e&&!e[th]&&e!==t;)Yh(e),e=$h(e,t);Yh(e||t),n=e&&e[th]}e=n}}(e),e[Zp]|=32}(this._view)},t.prototype.onDestroy=function(t){!function e(t,n){(function r(t){return t[oh]||(t[oh]=[])})(t).push(n),t[Yp].firstTemplatePass&&function i(t){return t[Yp].cleanup||(t[Yp].cleanup=[])}(t).push(t[oh].length-1,null)}(this._view,t)},t.prototype.markForCheck=function(){!function t(e){for(var n=e;n&&!(64&n[Zp]);)n[Zp]|=4,n=n[Jp];n[Zp]|=4;var r=n[sh],i=0===r.flags;r.flags|=1,i&&function o(t){var e;t.clean==af&&(t.clean=new Promise(function(t){return e=t}),t.scheduler(function(){if(1&t.flags&&(t.flags&=-2,If(t)),2&t.flags){t.flags&=-3;var n=t.playerHandler;n&&n.flushPlayers()}t.clean=af,e(null)}))}(r)}(this._view)},t.prototype.detach=function(){this._view[Zp]&=-9},t.prototype.reattach=function(){this._view[Zp]|=8},t.prototype.detectChanges=function(){var t=cf();t.begin&&t.begin(),Df(this.context),t.end&&t.end()},t.prototype.checkNoChanges=function(){!function t(e){lf=!0;try{Df(e)}finally{lf=!1}}(this.context)},t.prototype.attachToViewContainerRef=function(t){this._viewContainerRef=t},t.prototype.detachFromAppRef=function(){this._appRef=null},t.prototype.attachToAppRef=function(t){this._appRef=t},t.prototype._lookUpContext=function(){return this._context=this._view[Jp][this._componentIndex]},t}(),ud=function(t){function e(e){var n=t.call(this,e,null,-1)||this;return n._view=e,n}return o(e,t),e.prototype.detectChanges=function(){Rf(this._view)},e.prototype.checkNoChanges=function(){!function t(e){lf=!0;try{Rf(e)}finally{lf=!1}}(this._view)},e}(ad);
885
878
  /**
886
879
  * @license
887
880
  * Copyright Google Inc. All Rights Reserved.
@@ -889,21 +882,20 @@ function jh(t,e){return null==t.parent?Lh(e):dh(t.parent,e)}function Lh(t){var e
889
882
  * Use of this source code is governed by an MIT-style license that can be
890
883
  * found in the LICENSE file at https://angular.io/license
891
884
  */
892
- throw function e(t){var e=Error("No component factory found for "+cp(t)+". Did you add it to @NgModule.entryComponents?");return e.ngComponent=t,e}(t)},t}(),md=function(){function t(){}return t.NULL=new yd,t}(),gd=function(t){function e(e,n){var r=t.call(this)||this;return r.factory=e,r.ngModule=n,r.selector=e.selector,r.componentType=e.componentType,r.ngContentSelectors=e.ngContentSelectors,r.inputs=e.inputs,r.outputs=e.outputs,r}return o(e,t),e.prototype.create=function(t,e,n,r){return this.factory.create(t,e,n,r||this.ngModule)},e}(vd),_d=function(){function t(t,e){this._appRef=null,this._viewContainerRef=null,this._tViewNode=null,this.context=e,this._view=t}return t.prototype._setComponentContext=function(t,e){this._view=t,this.context=e},Object.defineProperty(t.prototype,"destroyed",{get:function(){return 32==(32&this._view[Kp])},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){this._viewContainerRef&&Gf(this._view)&&(this._viewContainerRef.detach(this._viewContainerRef.indexOf(this)),this._viewContainerRef=null),Xh(this._view)},t.prototype.onDestroy=function(t){!function e(t,n){(function r(t){return t[Gp]||(t[Gp]=[])})(t).push(n),t[Bp].firstTemplatePass&&function i(t){return t[Bp].cleanup||(t[Bp].cleanup=[])}(t).push(t[Gp].length-1,null)}(this._view,t)},t.prototype.markForCheck=function(){!function t(e){for(var n=e;n&&!(64&n[Kp]);)n[Kp]|=4,n=n[Hp];n[Kp]|=4,function r(t){var e;t.clean==ff&&(t.clean=new Promise(function(t){return e=t}),t.scheduler(function(){$f(t),e(null),t.clean=ff}))}(n[Xp])}(this._view)},t.prototype.detach=function(){this._view[Kp]&=-9},t.prototype.reattach=function(){this._view[Kp]|=8},t.prototype.detectChanges=function(){var t=yf();t.begin&&t.begin(),Yf(this.context),t.end&&t.end()},t.prototype.checkNoChanges=function(){!function t(e){wf=!0;try{Yf(e)}finally{wf=!1}}(this.context)},t.prototype.attachToViewContainerRef=function(t){this._viewContainerRef=t},t.prototype.detachFromAppRef=function(){this._appRef=null},t.prototype.attachToAppRef=function(t){this._appRef=t},t}(),bd=function(t){function e(e){var n=t.call(this,e,null)||this;return n._view=e,n}return o(e,t),e.prototype.detectChanges=function(){Zf(this._view)},e.prototype.checkNoChanges=function(){!function t(e){wf=!0;try{Zf(e)}finally{wf=!1}}(this._view)},e}(_d),wd=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.resolveComponentFactory=function(t){var e=function n(t){return t[jl]||null}(t);return new Td(e)},e}(md);
893
885
  /**
894
886
  * @license
895
887
  * Copyright Google Inc. All Rights Reserved.
896
888
  *
897
889
  * Use of this source code is governed by an MIT-style license that can be
898
890
  * found in the LICENSE file at https://angular.io/license
899
- */
891
+ */function cd(t,e,n){return Yf||(Yf=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e}(t)),new Yf(bh(e,n))}
900
892
  /**
901
893
  * @license
902
894
  * Copyright Google Inc. All Rights Reserved.
903
895
  *
904
896
  * Use of this source code is governed by an MIT-style license that can be
905
897
  * found in the LICENSE file at https://angular.io/license
906
- */function xd(t){var e=[];for(var n in t)t.hasOwnProperty(n)&&e.push({propName:t[n],templateName:n});return e}var Ed=new Ql("ROOT_CONTEXT_TOKEN",{providedIn:"root",factory:function(){return nd(Lp(Sd))}}),Sd=new Ql("SCHEDULER_TOKEN",{providedIn:"root",factory:function(){return"undefined"!=typeof requestAnimationFrame&&"undefined"!=typeof window?requestAnimationFrame.bind(window):setTimeout}}),Cd=new Ql("WRAP_RENDERER_FACTORY2"),Td=function(t){function e(e){var n=t.call(this)||this;return n.componentDef=e,n.componentType=e.type,n.selector=e.selectors[0][0],n.ngContentSelectors=[],n}return o(e,t),Object.defineProperty(e.prototype,"inputs",{get:function(){return xd(this.componentDef.inputs)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"outputs",{get:function(){return xd(this.componentDef.outputs)},enumerable:!0,configurable:!0}),e.prototype.create=function(t,e,n,r){var i,o=void 0===n;i=r?r.injector.get(Cd,function(t){return t})(r.injector.get(hd)):Dh;var s=o?function a(t,e){var n=e||rf;return Rh(n)?n.createElement(t,Rf):null===Rf?n.createElement(t):n.createElementNS(Rf,t)}(this.selector,i.createRenderer(null,this.componentDef)):Uf(i,n),u=this.componentDef.onPush?68:66,c=r&&!o?r.injector.get(Ed):nd(requestAnimationFrame.bind(window)),l=Af(i.createRenderer(s,this.componentDef),Hf(-1,null,1,0,null,null,null),c,u);l[$p]=r&&r.injector||null;var p,h,f,d,v,y=Sf(l,null);try{if(i.begin&&i.begin(),p=
898
+ */
907
899
  /**
908
900
  * @license
909
901
  * Copyright Google Inc. All Rights Reserved.
@@ -911,28 +903,28 @@ throw function e(t){var e=Error("No component factory found for "+cp(t)+". Did y
911
903
  * Use of this source code is governed by an MIT-style license that can be
912
904
  * found in the LICENSE file at https://angular.io/license
913
905
  */
914
- function m(t,e,n,r,i){var o=Wf(0,e.factory(),e,t);return e.hostBindings&&Ff(0,e.hostVars),r.components.push(o),t.data[Xp]=o,Vf(t.nodeInjector,o,t.data),i&&i.forEach(function(t){return t(o,e)}),Pf(n[Bp].hostBindings),o}(h=qf(0,s,this.componentDef),this.componentDef,l,c,[rd]),f=function g(t){return v.data[t+Vp]}(0),e)for(var _=0,b=f.projection=[],w=0;w<e.length;w++){for(var x=e[w],E=null,S=null,C=0;C<x.length;C++){v=void 0,(v=(d=l)[Bp]).firstTemplatePass&&(v.hostBindingStartIndex++,v.blueprint.push(null),d.push(null));var T=Of(++_,3,x[C],null,null);S?S.next=T:E=T,S=T}b.push(E)}var P=h.data;kf(P,P[Bp],p,1),P[Kp]&=-2}finally{Sf(y,null),i.end&&i.end()}var A=new Pd(this.componentType,p,l,t,s);return o&&(A.hostView._tViewNode.child=f),A},e}(vd),Pd=function(t){function e(e,n,r,i,o){var s=t.call(this)||this;return s.destroyCbs=[],s.instance=n,s.hostView=s.changeDetectorRef=new bd(r),s.hostView._tViewNode=Of(-1,2,null,null,null,r),s.injector=i,s.location=new sd(o),s.componentType=e,s}return o(e,t),e.prototype.destroy=function(){this.destroyCbs.forEach(function(t){return t()}),this.destroyCbs=null},e.prototype.onDestroy=function(t){this.destroyCbs.push(t)},e}(dd);function Ad(t,e,n){var r=t.nodeInjector,i=Fh(e,n),o=i&&i.nodeInjector;return r!=o?r:t.nodeInjector={parent:o,tNode:e,view:n,bf0:0,bf1:0,bf2:0,bf3:0,bf4:0,bf5:0,bf6:0,bf7:0,cbf0:null==o?0:o.cbf0|o.bf0,cbf1:null==o?0:o.cbf1|o.bf1,cbf2:null==o?0:o.cbf2|o.bf2,cbf3:null==o?0:o.cbf3|o.bf3,cbf4:null==o?0:o.cbf4|o.bf4,cbf5:null==o?0:o.cbf5|o.bf5,cbf6:null==o?0:o.cbf6|o.bf6,cbf7:null==o?0:o.cbf7|o.bf7,templateRef:null,viewContainerRef:null,elementRef:null,changeDetectorRef:null}}function Nd(t,e){var n=e.currentMatches;if(n)for(var r=0;r<n.length;r+=2){var i=n[r];if(i.type===t)return jf(i,r+1,n,e)}return null}function Od(t,e,n){for(var r=1<<e,i=128&e,o=64&e,s=32&e,a=4&n?t.parent:t;a;){if((i?o?s?a.bf7:a.bf6:s?a.bf5:a.bf4:o?s?a.bf3:a.bf2:s?a.bf1:a.bf0)&r)return a;if(2&n||1&n&&!kd(a))return null;if(!((i?o?s?a.cbf7:a.cbf6:s?a.cbf5:a.cbf4:o?s?a.cbf3:a.cbf2:s?a.cbf1:a.cbf0)&r))return null;a=a.parent}return null}function kd(t){return!!t.parent&&t.parent.view===t.view}new wd;var Md=function Md(t){this.read=t};function Id(t){return t.elementRef||(t.elementRef=new Rd(dh(t.tNode,t.view).native))}var Rd=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e}(sd),Dd=function(){function t(t){this._lInjector=t}return t.prototype.get=function(t){return t===cd?function e(t){if(!t.templateRef){var e=gf(),n=_f();t.templateRef=new Ld(t.view,Id(t),n.tViews,function r(){return rf}(),e.data[qp])}return t.templateRef}(this._lInjector):t===ld?function n(t){if(!t.viewContainerRef){var e=gf(),n=_f(),r=t.view,i=function o(t,e){return[e?null:0,t,null,null,[],null]}(r,!0),s=r[Yp].createComment(""),a=Nf(0,e.nodeInjector,s,i);i[Mh]=Zh(n,r),function u(t,e,n){var r=jh(e,n),i=r?r.native:null;if(null!==t&&Jh(e,n)){var o=n[Yp],s=e.parent||n[zp];if(2===s.type){var a=Vh(s,n),u=a.data[Mh],c=a.data[kh],l=c.indexOf(n);tf(o,u.native,t,nf(l,c,a))}else 4===s.type?tf(o,Zh(ef(e),n).native,t,i):Rh(o)?o.appendChild(i,t):i.appendChild(t)}}(s,n,r),n.dynamicContainerNode||(n.dynamicContainerNode=Kf(0,-1,null,null,n,null)),e.dynamicLContainerNode=a,Xf(r,n.index,i),t.viewContainerRef=new jd(i,n.dynamicContainerNode,n,r)}return t.viewContainerRef}(this._lInjector):t===sd?Id(this._lInjector):t===od?function r(t,e){if(t.changeDetectorRef)return t.changeDetectorRef;var n=t.tNode;return function r(t){return 4096==(4096&t.flags)}(n)?t.changeDetectorRef=new _d(dh(n,t.view).data,e):3===n.type?t.changeDetectorRef=function i(t){var e=qh(t),n=Lh(e).nodeInjector;return n&&n.changeDetectorRef||new _d(e,e[Xp])}(t.view):null}(this._lInjector,null):t===fd?function i(t){var e=t.view[Yp];if(Rh(e))return e;throw new Error("Cannot inject Renderer2 when the application uses Renderer3!")}(this._lInjector):function o(t,e,n){void 0===n&&(n=0);var r=function i(t){var e=t.__NG_ELEMENT_ID__;return"number"==typeof e?255&e:null}(e);if(null!==r)for(var o=t;o&&(o=Od(o,r,n));){var s=o.view,a=o.tNode.flags,u=4095&a;if(0!==u)for(var c=a>>15,l=c+u,p=s[Bp].directives,h=c;h<l;h++){var f=p[h];if(f.type===e&&f.diPublic)return s[Qp][h]}var d=void 0;if(o===t&&(d=Nd(e,s[Bp])))return d;o=2&n||1&n&&!kd(o)?null:o.parent}var v=jp(t.view[$p]);try{return Lp(e,n)}finally{jp(v)}}(this._lInjector,t)},t}(),jd=function(t){function e(e,n,r,i){var o=t.call(this)||this;return o._lContainer=e,o._tContainerNode=n,o._hostTNode=r,o._hostView=i,o._viewRefs=[],o}return o(e,t),Object.defineProperty(e.prototype,"element",{get:function(){return Id(Ad(this._getHostNode(),this._hostTNode,this._hostView))},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){var t=Ad(this._getHostNode(),this._hostTNode,this._hostView);return new Dd(t)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"parentInjector",{get:function(){var t=jh(this._hostTNode,this._hostView).nodeInjector;return t?new Dd(t):new bp},enumerable:!0,configurable:!0}),e.prototype.clear=function(){for(;this._lContainer[kh].length;)this.remove(0)},e.prototype.get=function(t){return this._viewRefs[t]||null},Object.defineProperty(e.prototype,"length",{get:function(){return this._lContainer[kh].length},enumerable:!0,configurable:!0}),e.prototype.createEmbeddedView=function(t,e,n){var r=this._adjustIndex(n),i=t.createEmbeddedView(e||{},this._lContainer,this._tContainerNode,this._hostView,r);return i.attachToViewContainerRef(this),this._viewRefs.splice(r,0,i),i},e.prototype.createComponent=function(t,e,n,r,i){var o=n||this.parentInjector;!i&&o&&(i=o.get(ad,null));var s=t.create(o,r,void 0,i);return this.insert(s.hostView,e),s},e.prototype.insert=function(t,e){if(t.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");var n=t._view,r=this._adjustIndex(e);Wh(n,this._lContainer,this._hostView,r,this._tContainerNode.parent.index);var i=this._getHostNode().dynamicLContainerNode;return zh(n,!0,nf(r,this._lContainer[kh],i)),t.attachToViewContainerRef(this),this._viewRefs.splice(r,0,t),t},e.prototype.move=function(t,e){var n=this.indexOf(t);return this.detach(n),this.insert(t,this._adjustIndex(e)),t},e.prototype.indexOf=function(t){return this._viewRefs.indexOf(t)},e.prototype.remove=function(t){var e=this._adjustIndex(t,-1);!function n(t,e,r){Xh(t[kh][r]),Qh(t,r,!!e.detached)}(this._lContainer,this._tContainerNode,e),this._viewRefs.splice(e,1)},e.prototype.detach=function(t){var e=this._adjustIndex(t,-1);return Qh(this._lContainer,e,!!this._tContainerNode.detached),this._viewRefs.splice(e,1)[0]||null},e.prototype._adjustIndex=function(t,e){return void 0===e&&(e=0),null==t?this._lContainer[kh].length+e:t},e.prototype._getHostNode=function(){return dh(this._hostTNode,this._hostView)},e}(ld),Ld=function(t){function e(e,n,r,i,o){var s=t.call(this)||this;return s._declarationParentView=e,s.elementRef=n,s._tView=r,s._renderer=i,s._queries=o,s}return o(e,t),e.prototype.createEmbeddedView=function(t,e,n,r,i){var o=function s(t,e,n,r,i){var o=af,s=sf;af=!0,sf=null;var a=Af(r,t,e,2,mf());return a[16]=n,i&&(a[qp]=i.createView()),Of(-1,2,null,null,null,a),af=o,sf=s,a}(this._tView,t,this._declarationParentView,this._renderer,this._queries);e&&Wh(o,e,r,i,n.parent.index),kf(o,this._tView,t,1);var a=new _d(o,t);return a._tViewNode=o[zp],a},e}(cd),Fd=new Ql("The presence of this token marks an injector as being the root injector."),Vd={},Bd={},Hd=[],Ud=void 0;function qd(){return void 0===Ud&&(Ud=new bp),Ud}var Kd=function(){function t(t,e,n){var r=this;this.parent=n,this.records=new Map,this.injectorDefTypes=new Set,this.onDestroy=new Set,this.destroyed=!1,Qd([t],function(t){return r.processInjectorType(t,new Set)}),e&&Qd(e,function(t){return r.processProvider(t)}),this.records.set(_p,Wd(void 0,this)),this.isRootInjector=this.records.has(Fd),this.injectorDefTypes.forEach(function(t){return r.get(t)})}return t.prototype.destroy=function(){this.assertNotDestroyed(),this.destroyed=!0;try{this.onDestroy.forEach(function(t){return t.ngOnDestroy()})}finally{this.records.clear(),this.onDestroy.clear(),this.injectorDefTypes.clear()}},t.prototype.get=function(t,e,n){void 0===e&&(e=gp),void 0===n&&(n=0),this.assertNotDestroyed();var r=jp(this);try{if(!(4&n)){var i=this.records.get(t);if(void 0===i){var o=function s(t){return"function"==typeof t||"object"==typeof t&&t instanceof Ql}
906
+ function ld(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e]}var pd,hd=ld,fd=ld,dd=ld,vd=ld,yd=ld,md=function(){function t(t){this.nativeElement=t}return t.__NG_ELEMENT_ID__=function(){return hd(t)},t}(),gd=function gd(){},_d=(new Xl("Renderer2Interceptor"),function _d(){});!function(t){t[t.Important=1]="Important",t[t.DashCase=2]="DashCase"}(pd||(pd={}));var bd=function(){function t(){}return t.__NG_ELEMENT_ID__=function(){return yd()},t}(),wd=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.resolveComponentFactory=function(t){var e=function n(t){return t[Ll]||null}(t);return new Td(e)},e}(rd);
915
907
  /**
916
908
  * @license
917
909
  * Copyright Google Inc. All Rights Reserved.
918
910
  *
919
911
  * Use of this source code is governed by an MIT-style license that can be
920
912
  * found in the LICENSE file at https://angular.io/license
921
- */(t)&&Ul(t);o&&this.injectableDefInScope(o)&&(i=zd(t),this.records.set(t,i))}if(void 0!==i)return this.hydrate(t,i)}return 2&n&&qd(),this.parent.get(t,e)}finally{jp(r)}},t.prototype.assertNotDestroyed=function(){if(this.destroyed)throw new Error("Injector has already been destroyed.")},t.prototype.processInjectorType=function(t,e){var n=this,r=ql(t=pp(t)),i=null==r&&t.ngModule||void 0,o=void 0===i?t:i,s=void 0!==i&&t.providers||Hd;if(void 0!==i&&(r=ql(i)),null!=r){if(e.has(o))throw new Error("Circular dependency: type "+cp(o)+" ends up importing itself.");if(this.injectorDefTypes.add(o),this.records.set(o,Wd(r.factory)),null!=r.imports){e.add(o);try{Qd(r.imports,function(t){return n.processInjectorType(t,e)})}finally{e.delete(o)}}null!=r.providers&&Qd(r.providers,function(t){return n.processProvider(t)}),Qd(s,function(t){return n.processProvider(t)})}},t.prototype.processProvider=function(t){var e=Gd(t=pp(t))?t:pp(t.provide),n=function r(t){var e=pp(t),n=Vd,r=void 0;if(Gd(t))return zd(t);if(e=pp(t.provide),function i(t){return Tp in t}(t))n=t.useValue;else if(function o(t){return!!t.useExisting}(t))r=function(){return Lp(t.useExisting)};else if(function s(t){return!!t.useFactory}(t))r=function(){return t.useFactory.apply(t,f(Fp(t.deps||[])))};else{var a=t.useClass||e;if(!function u(t){return!!t.deps}(t))return zd(a);r=function(){return new(a.bind.apply(a,f([void 0],Fp(t.deps))))}}return Wd(r,n)}(t);if(Gd(t)||!0!==t.multi){var i=this.records.get(e);if(i&&void 0!==i.multi)throw new Error("Mixed multi-provider for "+cp(e))}else{var o=this.records.get(e);if(o){if(void 0===o.multi)throw new Error("Mixed multi-provider for "+e+".")}else(o=Wd(void 0,Vd,!0)).factory=function(){return Fp(o.multi)},this.records.set(e,o);e=t,o.multi.push(t)}this.records.set(e,n)},t.prototype.hydrate=function(t,e){if(e.value===Bd)throw new Error("Circular dep for "+cp(t));return e.value===Vd&&(e.value=Bd,e.value=e.factory()),"object"==typeof e.value&&e.value&&function n(t){return"object"==typeof t&&null!=t&&t.ngOnDestroy&&"function"==typeof t.ngOnDestroy}(e.value)&&this.onDestroy.add(e.value),e.value},t.prototype.injectableDefInScope=function(t){return!!t.providedIn&&("string"==typeof t.providedIn?"any"===t.providedIn||"root"===t.providedIn&&this.isRootInjector:this.injectorDefTypes.has(t.providedIn))},t}();function zd(t){var e=Ul(t);if(null===e){if(t instanceof Ql)throw new Error("Token "+cp(t)+" is missing an ngInjectableDef definition.");return Wd(function(){return new t})}return Wd(e.factory)}function Wd(t,e,n){return void 0===e&&(e=Vd),void 0===n&&(n=!1),{factory:t,value:e,multi:n?[]:void 0}}function Qd(t,e){t.forEach(function(t){return Array.isArray(t)?Qd(t,e):e(t)})}function Gd(t){return"function"==typeof t}var Xd={provide:md,useFactory:function(){return new wd},deps:[]},$d=function(t){function e(e,n){var r=t.call(this)||this;r._bootstrapComponents=[],r.destroyCbs=[];var i=function o(t){return t[Vl]||null}
913
+ */function xd(t){var e=[];for(var n in t)t.hasOwnProperty(n)&&e.push({propName:t[n],templateName:n});return e}var Ed=new Xl("ROOT_CONTEXT_TOKEN",{providedIn:"root",factory:function(){return Hf(Fp(Sd))}}),Sd=new Xl("SCHEDULER_TOKEN",{providedIn:"root",factory:function(){return"undefined"!=typeof requestAnimationFrame&&"undefined"!=typeof window?requestAnimationFrame.bind(window):setTimeout}}),Cd=new Xl("WRAP_RENDERER_FACTORY2"),Td=function(t){function e(e){var n=t.call(this)||this;return n.componentDef=e,n.componentType=e.type,n.selector=e.selectors[0][0],n.ngContentSelectors=[],n}return o(e,t),Object.defineProperty(e.prototype,"inputs",{get:function(){return xd(this.componentDef.inputs)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"outputs",{get:function(){return xd(this.componentDef.outputs)},enumerable:!0,configurable:!0}),e.prototype.create=function(t,e,n,r){var i,o=void 0===n;i=r?r.injector.get(Cd,function(t){return t})(r.injector.get(_d)):zh;var s=o?Cf(this.selector,i.createRenderer(null,this.componentDef)):Af(i,n),a=this.componentDef.onPush?68:66,u=r&&!o?r.injector.get(Ed):Hf(requestAnimationFrame.bind(window)),c=i.createRenderer(s,this.componentDef),l=mf(c,Pf(-1,null,1,0,null,null,null),u,a);l[ah]=r&&r.injector||null;var p,h,f,d,v=ff(l,null);try{i.begin&&i.begin();var y=function m(t,e,n,r,i){!function o(){ef=!1,tf=null}();var s=n[Yp],a=mf(r,function u(t,e,n,r,i,o){return t.ngPrivateData||(t.ngPrivateData=Pf(-1,t,e,n,r,i,o))}(e.template,e.consts,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery),null,e.onPush?4:2,i),c=gf(0,3,t,null,null);return s.firstTemplatePass&&(s.expandoInstructions=Vf.slice(),e.diPublic&&e.diPublic(e),c.flags=n.length<<15|4096),a[nh]=n[$p],a[rh]=c,n[$p]=a}(s,this.componentDef,l,c);if(h=function g(t,e){return e[Yp].data[t+$p]}(0,l),e)for(var _=0,b=h.projection=[],w=0;w<e.length;w++){for(var x=e[w],E=null,S=null,C=0;C<x.length;C++){d=void 0,(d=(f=l)[Yp]).firstTemplatePass&&(d.expandoStartIndex++,d.blueprint.push(null),f.push(null));var T=gf(++_,3,x[C],null,null);S?S.next=T:E=T,S=T}b.push(E)}p=Bf(s,y,this.componentDef,l,u,[Uf]),bf(y,y[Yp],p,1),y[Zp]&=-2}finally{ff(v,null),i.end&&i.end()}var P=new Pd(this.componentType,p,l,t,cd(md,h,l));return o&&(P.hostView._tViewNode.child=h),P},e}(ed),Pd=(new wd,function(t){function e(e,n,r,i,o){var s=t.call(this)||this;return s.location=o,s.destroyCbs=[],s.instance=n,s.hostView=s.changeDetectorRef=new ud(r),s.hostView._tViewNode=_f(-1,r),s.injector=i,s.componentType=e,s}return o(e,t),e.prototype.destroy=function(){this.destroyCbs.forEach(function(t){return t()}),this.destroyCbs=null},e.prototype.onDestroy=function(t){this.destroyCbs.push(t)},e}(td)),Ad=new Xl("The presence of this token marks an injector as being the root injector."),Nd={},kd={},Od=[],Md=void 0;function Id(){return void 0===Md&&(Md=new xp),Md}var Dd=function(){function t(t,e,n){var r=this;this.parent=n,this.records=new Map,this.injectorDefTypes=new Set,this.onDestroy=new Set,this.destroyed=!1,Ld([t],function(t){return r.processInjectorType(t,new Set)}),e&&Ld(e,function(t){return r.processProvider(t)}),this.records.set(wp,jd(void 0,this)),this.isRootInjector=this.records.has(Ad),this.injectorDefTypes.forEach(function(t){return r.get(t)})}return t.prototype.destroy=function(){this.assertNotDestroyed(),this.destroyed=!0;try{this.onDestroy.forEach(function(t){return t.ngOnDestroy()})}finally{this.records.clear(),this.onDestroy.clear(),this.injectorDefTypes.clear()}},t.prototype.get=function(t,e,n){void 0===e&&(e=bp),void 0===n&&(n=0),this.assertNotDestroyed();var r=Lp(this);try{if(!(4&n)){var i=this.records.get(t);if(void 0===i){var o=function s(t){return"function"==typeof t||"object"==typeof t&&t instanceof Xl}
922
914
  /**
923
915
  * @license
924
916
  * Copyright Google Inc. All Rights Reserved.
925
917
  *
926
918
  * Use of this source code is governed by an MIT-style license that can be
927
919
  * found in the LICENSE file at https://angular.io/license
928
- */(e);return r._bootstrapComponents=i.bootstrap,r.injector=function s(t,e,n){return void 0===e&&(e=null),void 0===n&&(n=null),e=e||qd(),new Kd(t,n,e)}(e,n,[Xd,{provide:ad,useValue:r}]),r.instance=r.injector.get(e),r.componentFactoryResolver=new wd,r}return o(e,t),e.prototype.destroy=function(){this.destroyCbs.forEach(function(t){return t()}),this.destroyCbs=null},e.prototype.onDestroy=function(t){this.destroyCbs.push(t)},e}(ad);
920
+ */(t)&&Kl(t);o&&this.injectableDefInScope(o)&&(i=Rd(t),this.records.set(t,i))}if(void 0!==i)return this.hydrate(t,i)}return 2&n&&Id(),this.parent.get(t,e)}finally{Lp(r)}},t.prototype.assertNotDestroyed=function(){if(this.destroyed)throw new Error("Injector has already been destroyed.")},t.prototype.processInjectorType=function(t,e){var n=this,r=zl(t=fp(t)),i=null==r&&t.ngModule||void 0,o=void 0===i?t:i,s=void 0!==i&&t.providers||Od;if(void 0!==i&&(r=zl(i)),null!=r){if(e.has(o))throw new Error("Circular dependency: type "+pp(o)+" ends up importing itself.");if(this.injectorDefTypes.add(o),this.records.set(o,jd(r.factory)),null!=r.imports){e.add(o);try{Ld(r.imports,function(t){return n.processInjectorType(t,e)})}finally{e.delete(o)}}null!=r.providers&&Ld(r.providers,function(t){return n.processProvider(t)}),Ld(s,function(t){return n.processProvider(t)})}},t.prototype.processProvider=function(t){var e=Fd(t=fp(t))?t:fp(t.provide),n=function r(t){var e=fp(t),n=Nd,r=void 0;if(Fd(t))return Rd(t);if(e=fp(t.provide),function i(t){return Ap in t}(t))n=t.useValue;else if(function o(t){return!!t.useExisting}(t))r=function(){return Fp(t.useExisting)};else if(function s(t){return!!t.useFactory}(t))r=function(){return t.useFactory.apply(t,f(Vp(t.deps||[])))};else{var a=t.useClass||e;if(!function u(t){return!!t.deps}(t))return Rd(a);r=function(){return new(a.bind.apply(a,f([void 0],Vp(t.deps))))}}return jd(r,n)}(t);if(Fd(t)||!0!==t.multi){var i=this.records.get(e);if(i&&void 0!==i.multi)throw new Error("Mixed multi-provider for "+pp(e))}else{var o=this.records.get(e);if(o){if(void 0===o.multi)throw new Error("Mixed multi-provider for "+e+".")}else(o=jd(void 0,Nd,!0)).factory=function(){return Vp(o.multi)},this.records.set(e,o);e=t,o.multi.push(t)}this.records.set(e,n)},t.prototype.hydrate=function(t,e){if(e.value===kd)throw new Error("Circular dep for "+pp(t));return e.value===Nd&&(e.value=kd,e.value=e.factory()),"object"==typeof e.value&&e.value&&function n(t){return"object"==typeof t&&null!=t&&t.ngOnDestroy&&"function"==typeof t.ngOnDestroy}(e.value)&&this.onDestroy.add(e.value),e.value},t.prototype.injectableDefInScope=function(t){return!!t.providedIn&&("string"==typeof t.providedIn?"any"===t.providedIn||"root"===t.providedIn&&this.isRootInjector:this.injectorDefTypes.has(t.providedIn))},t}();function Rd(t){var e=Kl(t);if(null===e){if(t instanceof Xl)throw new Error("Token "+pp(t)+" is missing an ngInjectableDef definition.");return jd(function(){return new t})}return jd(e.factory)}function jd(t,e,n){return void 0===e&&(e=Nd),void 0===n&&(n=!1),{factory:t,value:e,multi:n?[]:void 0}}function Ld(t,e){t.forEach(function(t){return Array.isArray(t)?Ld(t,e):e(t)})}function Fd(t){return"function"==typeof t}var Vd={provide:rd,useFactory:function(){return new wd},deps:[]},Bd=function(t){function e(e,n){var r=t.call(this)||this;r._bootstrapComponents=[],r.destroyCbs=[];var i=function o(t){return t[Bl]||null}
929
921
  /**
930
922
  * @license
931
923
  * Copyright Google Inc. All Rights Reserved.
932
924
  *
933
925
  * Use of this source code is governed by an MIT-style license that can be
934
926
  * found in the LICENSE file at https://angular.io/license
935
- */
927
+ */(e);return r._bootstrapComponents=i.bootstrap,r.injector=function s(t,e,n){return void 0===e&&(e=null),void 0===n&&(n=null),e=e||Id(),new Dd(t,n,e)}(e,n,[Vd,{provide:od,useValue:r}]),r.instance=r.injector.get(e),r.componentFactoryResolver=new wd,r}return o(e,t),e.prototype.destroy=function(){this.destroyCbs.forEach(function(t){return t()}),this.destroyCbs=null},e.prototype.onDestroy=function(t){this.destroyCbs.push(t)},e}(od);
936
928
  /**
937
929
  * @license
938
930
  * Copyright Google Inc. All Rights Reserved.
@@ -940,7 +932,6 @@ function m(t,e,n,r,i){var o=Wf(0,e.factory(),e,t);return e.hostBindings&&Ff(0,e.
940
932
  * Use of this source code is governed by an MIT-style license that can be
941
933
  * found in the LICENSE file at https://angular.io/license
942
934
  */
943
- function Yd(t){return"function"==typeof t}!function(t){function e(e){var n=t.call(this)||this;return n.moduleType=e,n}o(e,t),e.prototype.create=function(t){return new $d(this.moduleType,t)}}(ud);var Zd=!1,Jd={Promise:void 0,set useDeprecatedSynchronousErrorHandling(t){if(t){var e=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+e.stack)}else Zd&&console.log("RxJS: Back to a better error behavior. Thank you. <3");Zd=t},get useDeprecatedSynchronousErrorHandling(){return Zd}};function tv(t){setTimeout(function(){throw t})}var ev={closed:!0,next:function(t){},error:function(t){if(Jd.useDeprecatedSynchronousErrorHandling)throw t;tv(t)},complete:function(){}},nv=Array.isArray||function(t){return t&&"number"==typeof t.length};function rv(t){return null!=t&&"object"==typeof t}var iv,ov={e:{}};function sv(){try{return iv.apply(this,arguments)}catch(t){return ov.e=t,ov}}function av(t){return iv=t,sv}var uv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),cv=function(t){function e(n){var r=t.call(this,n?n.length+" errors occurred during unsubscription:\n "+n.map(function(t,e){return e+1+") "+t.toString()}).join("\n "):"")||this;return r.errors=n,r.name="UnsubscriptionError",Object.setPrototypeOf(r,e.prototype),r}return uv(e,t),e}(Error),lv=function(){function t(t){this.closed=!1,this._parent=null,this._parents=null,this._subscriptions=null,t&&(this._unsubscribe=t)}var e;return t.prototype.unsubscribe=function(){var t,e=!1;if(!this.closed){var n=this._parent,r=this._parents,i=this._unsubscribe,o=this._subscriptions;this.closed=!0,this._parent=null,this._parents=null,this._subscriptions=null;for(var s=-1,a=r?r.length:0;n;)n.remove(this),n=++s<a&&r[s]||null;if(Yd(i)&&av(i).call(this)===ov&&(e=!0,t=t||(ov.e instanceof cv?pv(ov.e.errors):[ov.e])),nv(o))for(s=-1,a=o.length;++s<a;){var u=o[s];if(rv(u)&&av(u.unsubscribe).call(u)===ov){e=!0,t=t||[];var c=ov.e;c instanceof cv?t=t.concat(pv(c.errors)):t.push(c)}}if(e)throw new cv(t)}},t.prototype.add=function(e){if(!e||e===t.EMPTY)return t.EMPTY;if(e===this)return this;var n=e;switch(typeof e){case"function":n=new t(e);case"object":if(n.closed||"function"!=typeof n.unsubscribe)return n;if(this.closed)return n.unsubscribe(),n;if("function"!=typeof n._addParent){var r=n;(n=new t)._subscriptions=[r]}break;default:throw new Error("unrecognized teardown "+e+" added to Subscription.")}return(this._subscriptions||(this._subscriptions=[])).push(n),n._addParent(this),n},t.prototype.remove=function(t){var e=this._subscriptions;if(e){var n=e.indexOf(t);-1!==n&&e.splice(n,1)}},t.prototype._addParent=function(t){var e=this._parent,n=this._parents;e&&e!==t?n?-1===n.indexOf(t)&&n.push(t):this._parents=[t]:this._parent=t},t.EMPTY=((e=new t).closed=!0,e),t}();function pv(t){return t.reduce(function(t,e){return t.concat(e instanceof cv?e.errors:e)},[])}var hv="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("rxSubscriber"):"@@rxSubscriber",fv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),dv=function(t){function e(e,n,r){var i=t.call(this)||this;switch(i.syncErrorValue=null,i.syncErrorThrown=!1,i.syncErrorThrowable=!1,i.isStopped=!1,arguments.length){case 0:i.destination=ev;break;case 1:if(!e){i.destination=ev;break}if("object"==typeof e){if(yv(e)){var o=e[hv]();i.syncErrorThrowable=o.syncErrorThrowable,i.destination=o,o.add(i)}else i.syncErrorThrowable=!0,i.destination=new vv(i,e);break}default:i.syncErrorThrowable=!0,i.destination=new vv(i,e,n,r)}return i}return fv(e,t),e.prototype[hv]=function(){return this},e.create=function(t,n,r){var i=new e(t,n,r);return i.syncErrorThrowable=!1,i},e.prototype.next=function(t){this.isStopped||this._next(t)},e.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this))},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){this.destination.error(t),this.unsubscribe()},e.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},e.prototype._unsubscribeAndRecycle=function(){var t=this._parent,e=this._parents;return this._parent=null,this._parents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parent=t,this._parents=e,this},e}(lv),vv=function(t){function e(e,n,r,i){var o,s=t.call(this)||this;s._parentSubscriber=e;var a=s;return Yd(n)?o=n:n&&(o=n.next,r=n.error,i=n.complete,n!==ev&&(Yd((a=Object.create(n)).unsubscribe)&&s.add(a.unsubscribe.bind(a)),a.unsubscribe=s.unsubscribe.bind(s))),s._context=a,s._next=o,s._error=r,s._complete=i,s}return fv(e,t),e.prototype.next=function(t){if(!this.isStopped&&this._next){var e=this._parentSubscriber;Jd.useDeprecatedSynchronousErrorHandling&&e.syncErrorThrowable?this.__tryOrSetError(e,this._next,t)&&this.unsubscribe():this.__tryOrUnsub(this._next,t)}},e.prototype.error=function(t){if(!this.isStopped){var e=this._parentSubscriber,n=Jd.useDeprecatedSynchronousErrorHandling;if(this._error)n&&e.syncErrorThrowable?(this.__tryOrSetError(e,this._error,t),this.unsubscribe()):(this.__tryOrUnsub(this._error,t),this.unsubscribe());else if(e.syncErrorThrowable)n?(e.syncErrorValue=t,e.syncErrorThrown=!0):tv(t),this.unsubscribe();else{if(this.unsubscribe(),n)throw t;tv(t)}}},e.prototype.complete=function(){var t=this;if(!this.isStopped){var e=this._parentSubscriber;if(this._complete){var n=function(){return t._complete.call(t._context)};Jd.useDeprecatedSynchronousErrorHandling&&e.syncErrorThrowable?(this.__tryOrSetError(e,n),this.unsubscribe()):(this.__tryOrUnsub(n),this.unsubscribe())}else this.unsubscribe()}},e.prototype.__tryOrUnsub=function(t,e){try{t.call(this._context,e)}catch(t){if(this.unsubscribe(),Jd.useDeprecatedSynchronousErrorHandling)throw t;tv(t)}},e.prototype.__tryOrSetError=function(t,e,n){if(!Jd.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{e.call(this._context,n)}catch(e){return Jd.useDeprecatedSynchronousErrorHandling?(t.syncErrorValue=e,t.syncErrorThrown=!0,!0):(tv(e),!0)}return!1},e.prototype._unsubscribe=function(){var t=this._parentSubscriber;this._context=null,this._parentSubscriber=null,t.unsubscribe()},e}(dv);function yv(t){return t instanceof dv||"syncErrorThrowable"in t&&t[hv]}var mv="function"==typeof Symbol&&Symbol.observable||"@@observable";function gv(){}var _v=function(){function t(t){this._isScalar=!1,t&&(this._subscribe=t)}return t.prototype.lift=function(e){var n=new t;return n.source=this,n.operator=e,n},t.prototype.subscribe=function(t,e,n){var r=this.operator,i=function o(t,e,n){if(t){if(t instanceof dv)return t;if(t[hv])return t[hv]()}return t||e||n?new dv(t,e,n):new dv(ev)}(t,e,n);if(r?r.call(i,this.source):i.add(this.source||!i.syncErrorThrowable?this._subscribe(i):this._trySubscribe(i)),Jd.useDeprecatedSynchronousErrorHandling&&i.syncErrorThrowable&&(i.syncErrorThrowable=!1,i.syncErrorThrown))throw i.syncErrorValue;return i},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){Jd.useDeprecatedSynchronousErrorHandling&&(t.syncErrorThrown=!0,t.syncErrorValue=e),t.error(e)}},t.prototype.forEach=function(t,e){var n=this;return new(e=bv(e))(function(e,r){var i;i=n.subscribe(function(e){try{t(e)}catch(t){r(t),i&&i.unsubscribe()}},r,e)})},t.prototype._subscribe=function(t){var e=this.source;return e&&e.subscribe(t)},t.prototype[mv]=function(){return this},t.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 0===t.length?this:function n(t){return t?1===t.length?t[0]:function e(n){return t.reduce(function(t,e){return e(t)},n)}:gv}(t)(this)},t.prototype.toPromise=function(t){var e=this;return new(t=bv(t))(function(t,n){var r;e.subscribe(function(t){return r=t},function(t){return n(t)},function(){return t(r)})})},t.create=function(e){return new t(e)},t}();function bv(t){if(t||(t=Promise),!t)throw new Error("no Promise impl found");return t}var wv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),xv=function(t){function e(){var n=t.call(this,"object unsubscribed")||this;return n.name="ObjectUnsubscribedError",Object.setPrototypeOf(n,e.prototype),n}return wv(e,t),e}(Error),Ev=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Sv=function(t){function e(e,n){var r=t.call(this)||this;return r.subject=e,r.subscriber=n,r.closed=!1,r}return Ev(e,t),e.prototype.unsubscribe=function(){if(!this.closed){this.closed=!0;var t=this.subject,e=t.observers;if(this.subject=null,e&&0!==e.length&&!t.isStopped&&!t.closed){var n=e.indexOf(this.subscriber);-1!==n&&e.splice(n,1)}}},e}(lv),Cv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Tv=function(t){function e(e){var n=t.call(this,e)||this;return n.destination=e,n}return Cv(e,t),e}(dv),Pv=function(t){function e(){var e=t.call(this)||this;return e.observers=[],e.closed=!1,e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return Cv(e,t),e.prototype[hv]=function(){return new Tv(this)},e.prototype.lift=function(t){var e=new Av(this,this);return e.operator=t,e},e.prototype.next=function(t){if(this.closed)throw new xv;if(!this.isStopped)for(var e=this.observers,n=e.length,r=e.slice(),i=0;i<n;i++)r[i].next(t)},e.prototype.error=function(t){if(this.closed)throw new xv;this.hasError=!0,this.thrownError=t,this.isStopped=!0;for(var e=this.observers,n=e.length,r=e.slice(),i=0;i<n;i++)r[i].error(t);this.observers.length=0},e.prototype.complete=function(){if(this.closed)throw new xv;this.isStopped=!0;for(var t=this.observers,e=t.length,n=t.slice(),r=0;r<e;r++)n[r].complete();this.observers.length=0},e.prototype.unsubscribe=function(){this.isStopped=!0,this.closed=!0,this.observers=null},e.prototype._trySubscribe=function(e){if(this.closed)throw new xv;return t.prototype._trySubscribe.call(this,e)},e.prototype._subscribe=function(t){if(this.closed)throw new xv;return this.hasError?(t.error(this.thrownError),lv.EMPTY):this.isStopped?(t.complete(),lv.EMPTY):(this.observers.push(t),new Sv(this,t))},e.prototype.asObservable=function(){var t=new _v;return t.source=this,t},e.create=function(t,e){return new Av(t,e)},e}(_v),Av=function(t){function e(e,n){var r=t.call(this)||this;return r.destination=e,r.source=n,r}return Cv(e,t),e.prototype.next=function(t){var e=this.destination;e&&e.next&&e.next(t)},e.prototype.error=function(t){var e=this.destination;e&&e.error&&this.destination.error(t)},e.prototype.complete=function(){var t=this.destination;t&&t.complete&&this.destination.complete()},e.prototype._subscribe=function(t){return this.source?this.source.subscribe(t):lv.EMPTY},e}(Pv),Nv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();function Ov(){return function t(e){return e.lift(new kv(e))}}var kv=function(){function t(t){this.connectable=t}return t.prototype.call=function(t,e){var n=this.connectable;n._refCount++;var r=new Mv(t,n),i=e.subscribe(r);return r.closed||(r.connection=n.connect()),i},t}(),Mv=function(t){function e(e,n){var r=t.call(this,e)||this;return r.connectable=n,r}return Nv(e,t),e.prototype._unsubscribe=function(){var t=this.connectable;if(t){this.connectable=null;var e=t._refCount;if(e<=0)this.connection=null;else if(t._refCount=e-1,e>1)this.connection=null;else{var n=this.connection,r=t._connection;this.connection=null,!r||n&&r!==n||r.unsubscribe()}}else this.connection=null},e}(dv),Iv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Rv=function(t){function e(e,n){var r=t.call(this)||this;return r.source=e,r.subjectFactory=n,r._refCount=0,r._isComplete=!1,r}return Iv(e,t),e.prototype._subscribe=function(t){return this.getSubject().subscribe(t)},e.prototype.getSubject=function(){var t=this._subject;return t&&!t.isStopped||(this._subject=this.subjectFactory()),this._subject},e.prototype.connect=function(){var t=this._connection;return t||(this._isComplete=!1,(t=this._connection=new lv).add(this.source.subscribe(new jv(this.getSubject(),this))),t.closed?(this._connection=null,t=lv.EMPTY):this._connection=t),t},e.prototype.refCount=function(){return Ov()(this)},e}(_v).prototype,Dv={operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:Rv._subscribe},_isComplete:{value:Rv._isComplete,writable:!0},getSubject:{value:Rv.getSubject},connect:{value:Rv.connect},refCount:{value:Rv.refCount}},jv=function(t){function e(e,n){var r=t.call(this,e)||this;return r.connectable=n,r}return Iv(e,t),e.prototype._error=function(e){this._unsubscribe(),t.prototype._error.call(this,e)},e.prototype._complete=function(){this.connectable._isComplete=!0,this._unsubscribe(),t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){var t=this.connectable;if(t){this.connectable=null;var e=t._connection;t._refCount=0,t._subject=null,t._connection=null,e&&e.unsubscribe()}},e}(Tv),Lv=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.connectable=n,r}Iv(e,t),e.prototype._unsubscribe=function(){var t=this.connectable;if(t){this.connectable=null;var e=t._refCount;if(e<=0)this.connection=null;else if(t._refCount=e-1,e>1)this.connection=null;else{var n=this.connection,r=t._connection;this.connection=null,!r||n&&r!==n||r.unsubscribe()}}else this.connection=null}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Fv=(function(t){function e(e,n,r,i,o){var s=t.call(this,e)||this;return s.keySelector=n,s.elementSelector=r,s.durationSelector=i,s.subjectSelector=o,s.groups=null,s.attemptedToUnsubscribe=!1,s.count=0,s}Lv(e,t),e.prototype._next=function(t){var e;try{e=this.keySelector(t)}catch(t){return void this.error(t)}this._group(t,e)},e.prototype._group=function(t,e){var n=this.groups;n||(n=this.groups=new Map);var r,i=n.get(e);if(this.elementSelector)try{r=this.elementSelector(t)}catch(t){this.error(t)}else r=t;if(!i){i=this.subjectSelector?this.subjectSelector():new Pv,n.set(e,i);var o=new Vv(e,i,this);if(this.destination.next(o),this.durationSelector){var s=void 0;try{s=this.durationSelector(new Vv(e,i))}catch(t){return void this.error(t)}this.add(s.subscribe(new Fv(e,i,this)))}}i.closed||i.next(r)},e.prototype._error=function(t){var e=this.groups;e&&(e.forEach(function(e,n){e.error(t)}),e.clear()),this.destination.error(t)},e.prototype._complete=function(){var t=this.groups;t&&(t.forEach(function(t,e){t.complete()}),t.clear()),this.destination.complete()},e.prototype.removeGroup=function(t){this.groups.delete(t)},e.prototype.unsubscribe=function(){this.closed||(this.attemptedToUnsubscribe=!0,0===this.count&&t.prototype.unsubscribe.call(this))}}(dv),function(t){function e(e,n,r){var i=t.call(this,n)||this;return i.key=e,i.group=n,i.parent=r,i}return Lv(e,t),e.prototype._next=function(t){this.complete()},e.prototype._unsubscribe=function(){var t=this.parent,e=this.key;this.key=this.parent=null,t&&t.removeGroup(e)},e}(dv)),Vv=function(t){function e(e,n,r){var i=t.call(this)||this;return i.key=e,i.groupSubject=n,i.refCountSubscription=r,i}return Lv(e,t),e.prototype._subscribe=function(t){var e=new lv,n=this.refCountSubscription,r=this.groupSubject;return n&&!n.closed&&e.add(new Bv(n)),e.add(r.subscribe(t)),e},e}(_v),Bv=function(t){function e(e){var n=t.call(this)||this;return n.parent=e,e.count++,n}return Lv(e,t),e.prototype.unsubscribe=function(){var e=this.parent;e.closed||this.closed||(t.prototype.unsubscribe.call(this),e.count-=1,0===e.count&&e.attemptedToUnsubscribe&&e.unsubscribe())},e}(lv),Hv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Uv=(function(t){function e(e){var n=t.call(this)||this;return n._value=e,n}Hv(e,t),Object.defineProperty(e.prototype,"value",{get:function(){return this.getValue()},enumerable:!0,configurable:!0}),e.prototype._subscribe=function(e){var n=t.prototype._subscribe.call(this,e);return n&&!n.closed&&e.next(this._value),n},e.prototype.getValue=function(){if(this.hasError)throw this.thrownError;if(this.closed)throw new xv;return this._value},e.prototype.next=function(e){t.prototype.next.call(this,this._value=e)}}(Pv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),qv=function(t){function e(e,n){return t.call(this)||this}return Uv(e,t),e.prototype.schedule=function(t,e){return void 0===e&&(e=0),this},e}(lv),Kv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),zv=function(t){function e(e,n){var r=t.call(this,e,n)||this;return r.scheduler=e,r.work=n,r.pending=!1,r}return Kv(e,t),e.prototype.schedule=function(t,e){if(void 0===e&&(e=0),this.closed)return this;this.state=t;var n=this.id,r=this.scheduler;return null!=n&&(this.id=this.recycleAsyncId(r,n,e)),this.pending=!0,this.delay=e,this.id=this.id||this.requestAsyncId(r,this.id,e),this},e.prototype.requestAsyncId=function(t,e,n){return void 0===n&&(n=0),setInterval(t.flush.bind(t,this),n)},e.prototype.recycleAsyncId=function(t,e,n){if(void 0===n&&(n=0),null!==n&&this.delay===n&&!1===this.pending)return e;clearInterval(e)},e.prototype.execute=function(t,e){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var n=this._execute(t,e);if(n)return n;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},e.prototype._execute=function(t,e){var n=!1,r=void 0;try{this.work(t)}catch(t){n=!0,r=!!t&&t||new Error(t)}if(n)return this.unsubscribe(),r},e.prototype._unsubscribe=function(){var t=this.id,e=this.scheduler,n=e.actions,r=n.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==r&&n.splice(r,1),null!=t&&(this.id=this.recycleAsyncId(e,t,null)),this.delay=null},e}(qv),Wv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Qv=function(t){function e(e,n){var r=t.call(this,e,n)||this;return r.scheduler=e,r.work=n,r}return Wv(e,t),e.prototype.schedule=function(e,n){return void 0===n&&(n=0),n>0?t.prototype.schedule.call(this,e,n):(this.delay=n,this.state=e,this.scheduler.flush(this),this)},e.prototype.execute=function(e,n){return n>0||this.closed?t.prototype.execute.call(this,e,n):this._execute(e,n)},e.prototype.requestAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0||null===r&&this.delay>0?t.prototype.requestAsyncId.call(this,e,n,r):e.flush(this)},e}(zv),Gv=function(){function t(e,n){void 0===n&&(n=t.now),this.SchedulerAction=e,this.now=n}return t.prototype.schedule=function(t,e,n){return void 0===e&&(e=0),new this.SchedulerAction(this,t).schedule(n,e)},t.now=Date.now?Date.now:function(){return+new Date},t}(),Xv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),$v=function(t){function e(n,r){void 0===r&&(r=Gv.now);var i=t.call(this,n,function(){return e.delegate&&e.delegate!==i?e.delegate.now():r()})||this;return i.actions=[],i.active=!1,i.scheduled=void 0,i}return Xv(e,t),e.prototype.schedule=function(n,r,i){return void 0===r&&(r=0),e.delegate&&e.delegate!==this?e.delegate.schedule(n,r,i):t.prototype.schedule.call(this,n,r,i)},e.prototype.flush=function(t){var e=this.actions;if(this.active)e.push(t);else{var n;this.active=!0;do{if(n=t.execute(t.state,t.delay))break}while(t=e.shift());if(this.active=!1,n){for(;t=e.shift();)t.unsubscribe();throw n}}},e}(Gv),Yv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Zv=new(function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Yv(e,t),e}($v))(Qv),Jv=new _v(function(t){return t.complete()});function ty(t){return t?function e(t){return new _v(function(e){return t.schedule(function(){return e.complete()})})}(t):Jv}function ey(t){return t&&"function"==typeof t.schedule}var ny=function(t){return function(e){for(var n=0,r=t.length;n<r&&!e.closed;n++)e.next(t[n]);e.closed||e.complete()}};function ry(t,e){return new _v(e?function(n){var r=new lv,i=0;return r.add(e.schedule(function(){i!==t.length?(n.next(t[i++]),n.closed||r.add(this.schedule())):n.complete()})),r}:ny(t))}function iy(t){t.subscriber.error(t.error)}var oy=function(){function t(t,e,n){this.kind=t,this.value=e,this.error=n,this.hasValue="N"===t}return t.prototype.observe=function(t){switch(this.kind){case"N":return t.next&&t.next(this.value);case"E":return t.error&&t.error(this.error);case"C":return t.complete&&t.complete()}},t.prototype.do=function(t,e,n){switch(this.kind){case"N":return t&&t(this.value);case"E":return e&&e(this.error);case"C":return n&&n()}},t.prototype.accept=function(t,e,n){return t&&"function"==typeof t.next?this.observe(t):this.do(t,e,n)},t.prototype.toObservable=function(){switch(this.kind){case"N":return function t(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=t[t.length-1];switch(ey(n)?t.pop():n=void 0,t.length){case 0:return ty(n);case 1:return n?ry(t,n):function r(t){var e=new _v(function(e){e.next(t),e.complete()});return e._isScalar=!0,e.value=t,e}(t[0]);default:return ry(t,n)}}(this.value);case"E":return function e(t,n){return new _v(n?function(e){return n.schedule(iy,0,{error:t,subscriber:e})}:function(e){return e.error(t)})}(this.error);case"C":return ty()}throw new Error("unexpected notification kind value")},t.createNext=function(e){return void 0!==e?new t("N",e):t.undefinedValueNotification},t.createError=function(e){return new t("E",void 0,e)},t.createComplete=function(){return t.completeNotification},t.completeNotification=new t("C"),t.undefinedValueNotification=new t("N",void 0),t}(),sy=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ay=function(t){function e(e,n,r){void 0===r&&(r=0);var i=t.call(this,e)||this;return i.scheduler=n,i.delay=r,i}return sy(e,t),e.dispatch=function(t){t.notification.observe(t.destination),this.unsubscribe()},e.prototype.scheduleMessage=function(t){this.add(this.scheduler.schedule(e.dispatch,this.delay,new uy(t,this.destination)))},e.prototype._next=function(t){this.scheduleMessage(oy.createNext(t))},e.prototype._error=function(t){this.scheduleMessage(oy.createError(t))},e.prototype._complete=function(){this.scheduleMessage(oy.createComplete())},e}(dv),uy=function uy(t,e){this.notification=t,this.destination=e},cy=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ly=(function(t){function e(e,n,r){void 0===e&&(e=Number.POSITIVE_INFINITY),void 0===n&&(n=Number.POSITIVE_INFINITY);var i=t.call(this)||this;return i.scheduler=r,i._events=[],i._infiniteTimeWindow=!1,i._bufferSize=e<1?1:e,i._windowTime=n<1?1:n,n===Number.POSITIVE_INFINITY?(i._infiniteTimeWindow=!0,i.next=i.nextInfiniteTimeWindow):i.next=i.nextTimeWindow,i}cy(e,t),e.prototype.nextInfiniteTimeWindow=function(e){var n=this._events;n.push(e),n.length>this._bufferSize&&n.shift(),t.prototype.next.call(this,e)},e.prototype.nextTimeWindow=function(e){this._events.push(new ly(this._getNow(),e)),this._trimBufferThenGetEvents(),t.prototype.next.call(this,e)},e.prototype._subscribe=function(t){var e,n=this._infiniteTimeWindow,r=n?this._events:this._trimBufferThenGetEvents(),i=this.scheduler,o=r.length;if(this.closed)throw new xv;if(this.isStopped||this.hasError?e=lv.EMPTY:(this.observers.push(t),e=new Sv(this,t)),i&&t.add(t=new ay(t,i)),n)for(var s=0;s<o&&!t.closed;s++)t.next(r[s]);else for(s=0;s<o&&!t.closed;s++)t.next(r[s].value);return this.hasError?t.error(this.thrownError):this.isStopped&&t.complete(),e},e.prototype._getNow=function(){return(this.scheduler||Zv).now()},e.prototype._trimBufferThenGetEvents=function(){for(var t=this._getNow(),e=this._bufferSize,n=this._windowTime,r=this._events,i=r.length,o=0;o<i&&!(t-r[o].time<n);)o++;return i>e&&(o=Math.max(o,i-e)),o>0&&r.splice(0,o),r}}(Pv),function ly(t,e){this.time=t,this.value=e}),py=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),hy=(function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.value=null,e.hasNext=!1,e.hasCompleted=!1,e}py(e,t),e.prototype._subscribe=function(e){return this.hasError?(e.error(this.thrownError),lv.EMPTY):this.hasCompleted&&this.hasNext?(e.next(this.value),e.complete(),lv.EMPTY):t.prototype._subscribe.call(this,e)},e.prototype.next=function(t){this.hasCompleted||(this.value=t,this.hasNext=!0)},e.prototype.error=function(e){this.hasCompleted||t.prototype.error.call(this,e)},e.prototype.complete=function(){this.hasCompleted=!0,this.hasNext&&t.prototype.next.call(this,this.value),t.prototype.complete.call(this)}}(Pv),0),fy={},dy=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),vy=function(t){function e(e,n){var r=t.call(this,e,n)||this;return r.scheduler=e,r.work=n,r}return dy(e,t),e.prototype.requestAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.requestAsyncId.call(this,e,n,r):(e.actions.push(this),e.scheduled||(e.scheduled=(i=e.flush.bind(e,null),o=hy++,fy[o]=i,Promise.resolve().then(function(){return function t(e){var n=fy[e];n&&n()}(o)}),o)));var i,o},e.prototype.recycleAsyncId=function(e,n,r){if(void 0===r&&(r=0),null!==r&&r>0||null===r&&this.delay>0)return t.prototype.recycleAsyncId.call(this,e,n,r);0===e.actions.length&&(delete fy[n],e.scheduled=void 0)},e}(zv),yy=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),my=new(function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return yy(e,t),e.prototype.flush=function(t){this.active=!0,this.scheduled=void 0;var e,n=this.actions,r=-1,i=n.length;t=t||n.shift();do{if(e=t.execute(t.state,t.delay))break}while(++r<i&&(t=n.shift()));if(this.active=!1,e){for(;++r<i&&(t=n.shift());)t.unsubscribe();throw e}},e}($v))(vy),gy=(new $v(zv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),_y=function(t){function e(e,n){var r=t.call(this,e,n)||this;return r.scheduler=e,r.work=n,r}return gy(e,t),e.prototype.requestAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.requestAsyncId.call(this,e,n,r):(e.actions.push(this),e.scheduled||(e.scheduled=requestAnimationFrame(function(){return e.flush(null)})))},e.prototype.recycleAsyncId=function(e,n,r){if(void 0===r&&(r=0),null!==r&&r>0||null===r&&this.delay>0)return t.prototype.recycleAsyncId.call(this,e,n,r);0===e.actions.length&&(cancelAnimationFrame(n),e.scheduled=void 0)},e}(zv),by=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),wy=(new(function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return by(e,t),e.prototype.flush=function(t){this.active=!0,this.scheduled=void 0;var e,n=this.actions,r=-1,i=n.length;t=t||n.shift();do{if(e=t.execute(t.state,t.delay))break}while(++r<i&&(t=n.shift()));if(this.active=!1,e){for(;++r<i&&(t=n.shift());)t.unsubscribe();throw e}},e}($v))(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),xy=(function(t){function e(e,n){void 0===e&&(e=xy),void 0===n&&(n=Number.POSITIVE_INFINITY);var r=t.call(this,e,function(){return r.frame})||this;return r.maxFrames=n,r.frame=0,r.index=-1,r}wy(e,t),e.prototype.flush=function(){for(var t,e,n=this.actions,r=this.maxFrames;(e=n.shift())&&(this.frame=e.delay)<=r&&!(t=e.execute(e.state,e.delay)););if(t){for(;e=n.shift();)e.unsubscribe();throw t}},e.frameTimeFactor=10}($v),function(t){function e(e,n,r){void 0===r&&(r=e.index+=1);var i=t.call(this,e,n)||this;return i.scheduler=e,i.work=n,i.index=r,i.active=!0,i.index=e.index=r,i}return wy(e,t),e.prototype.schedule=function(n,r){if(void 0===r&&(r=0),!this.id)return t.prototype.schedule.call(this,n,r);this.active=!1;var i=new e(this.scheduler,this.work);return this.add(i),i.schedule(n,r)},e.prototype.requestAsyncId=function(t,n,r){void 0===r&&(r=0),this.delay=t.frame+r;var i=t.actions;return i.push(this),i.sort(e.sortActions),!0},e.prototype.recycleAsyncId=function(t,e,n){void 0===n&&(n=0)},e.prototype._execute=function(e,n){if(!0===this.active)return t.prototype._execute.call(this,e,n)},e.sortActions=function(t,e){return t.delay===e.delay?t.index===e.index?0:t.index>e.index?1:-1:t.delay>e.delay?1:-1},e}(zv));function Ey(t){return t}var Sy,Cy=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Ty=(Sy=Error,Cy(function t(){var e=Sy.call(this,"argument out of range")||this;return e.name="ArgumentOutOfRangeError",Object.setPrototypeOf(e,t.prototype),e},Sy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Py=function(t){function e(){var n=t.call(this,"no elements in sequence")||this;return n.name="EmptyError",Object.setPrototypeOf(n,e.prototype),n}return Ty(e,t),e}(Error),Ay=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Ny=(function(t){Ay(function e(){var n=t.call(this,"Timeout has occurred")||this;return Object.setPrototypeOf(n,e.prototype),n},t)}(Error),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Oy=function(){function t(t,e){this.project=t,this.thisArg=e}return t.prototype.call=function(t,e){return e.subscribe(new ky(t,this.project,this.thisArg))},t}(),ky=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.project=n,i.count=0,i.thisArg=r||i,i}return Ny(e,t),e.prototype._next=function(t){var e;try{e=this.project.call(this.thisArg,t,this.count++)}catch(t){return void this.destination.error(t)}this.destination.next(e)},e}(dv),My=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Iy=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return My(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(e)},e.prototype.notifyError=function(t,e){this.destination.error(t)},e.prototype.notifyComplete=function(t){this.destination.complete()},e}(dv),Ry=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Dy=function(t){function e(e,n,r){var i=t.call(this)||this;return i.parent=e,i.outerValue=n,i.outerIndex=r,i.index=0,i}return Ry(e,t),e.prototype._next=function(t){this.parent.notifyNext(this.outerValue,t,this.outerIndex,this.index++,this)},e.prototype._error=function(t){this.parent.notifyError(t,this),this.unsubscribe()},e.prototype._complete=function(){this.parent.notifyComplete(this),this.unsubscribe()},e}(dv),jy=function(t){return function(e){return t.then(function(t){e.closed||(e.next(t),e.complete())},function(t){return e.error(t)}).then(null,tv),e}},Ly=function Fy(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}(),Vy=function(t){return function(e){for(var n=t[Ly]();;){var r=n.next();if(r.done){e.complete();break}if(e.next(r.value),e.closed)break}return"function"==typeof n.return&&e.add(function(){n.return&&n.return()}),e}},By=function(t){return function(e){var n=t[mv]();if("function"!=typeof n.subscribe)throw new TypeError("Provided object does not correctly implement Symbol.observable");return n.subscribe(e)}},Hy=function(t){return t&&"number"==typeof t.length&&"function"!=typeof t};function Uy(t){return t&&"function"!=typeof t.subscribe&&"function"==typeof t.then}var qy=function(t){if(t instanceof _v)return function(e){return t._isScalar?(e.next(t.value),void e.complete()):t.subscribe(e)};if(Hy(t))return ny(t);if(Uy(t))return jy(t);if(t&&"function"==typeof t[Ly])return Vy(t);if(t&&"function"==typeof t[mv])return By(t);var e=rv(t)?"an invalid object":"'"+t+"'";throw new TypeError("You provided "+e+" where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.")};function Ky(t,e,n,r){var i=new Dy(t,n,r);return qy(e)(i)}var zy=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Wy={};!function(t){function e(e,n){var r=t.call(this,e)||this;return r.resultSelector=n,r.active=0,r.values=[],r.observables=[],r}zy(e,t),e.prototype._next=function(t){this.values.push(Wy),this.observables.push(t)},e.prototype._complete=function(){var t=this.observables,e=t.length;if(0===e)this.destination.complete();else{this.active=e,this.toRespond=e;for(var n=0;n<e;n++){var r=t[n];this.add(Ky(this,r,r,n))}}},e.prototype.notifyComplete=function(t){0==(this.active-=1)&&this.destination.complete()},e.prototype.notifyNext=function(t,e,n,r,i){var o=this.values,s=this.toRespond?o[n]===Wy?--this.toRespond:this.toRespond:0;o[n]=e,0===s&&(this.resultSelector?this._tryResultSelector(o):this.destination.next(o.slice()))},e.prototype._tryResultSelector=function(t){var e;try{e=this.resultSelector.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)}}(Iy);var Qy=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();var Gy=function(){function t(t,e){void 0===e&&(e=Number.POSITIVE_INFINITY),this.project=t,this.concurrent=e}return t.prototype.call=function(t,e){return e.subscribe(new Xy(t,this.project,this.concurrent))},t}(),Xy=function(t){function e(e,n,r){void 0===r&&(r=Number.POSITIVE_INFINITY);var i=t.call(this,e)||this;return i.project=n,i.concurrent=r,i.hasCompleted=!1,i.buffer=[],i.active=0,i.index=0,i}return Qy(e,t),e.prototype._next=function(t){this.active<this.concurrent?this._tryNext(t):this.buffer.push(t)},e.prototype._tryNext=function(t){var e,n=this.index++;try{e=this.project(t,n)}catch(t){return void this.destination.error(t)}this.active++,this._innerSub(e,t,n)},e.prototype._innerSub=function(t,e,n){this.add(Ky(this,t,e,n))},e.prototype._complete=function(){this.hasCompleted=!0,0===this.active&&0===this.buffer.length&&this.destination.complete()},e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(e)},e.prototype.notifyComplete=function(t){var e=this.buffer;this.remove(t),this.active--,e.length>0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},e}(Iy),$y=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(t){function e(e,n){var r=t.call(this,e)||this;r.sources=n,r.completed=0,r.haveValues=0;var i=n.length;r.values=new Array(i);for(var o=0;o<i;o++){var s=Ky(r,n[o],null,o);s&&r.add(s)}return r}$y(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.values[n]=e,i._hasValue||(i._hasValue=!0,this.haveValues++)},e.prototype.notifyComplete=function(t){var e=this.destination,n=this.haveValues,r=this.values,i=r.length;t._hasValue?(this.completed++,this.completed===i&&(n===i&&e.next(r),e.complete())):e.complete()}}(Iy),new _v(gv);var Yy=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Zy=(function(t){function e(e){var n=t.call(this,e)||this;return n.hasFirst=!1,n.observables=[],n.subscriptions=[],n}Yy(e,t),e.prototype._next=function(t){this.observables.push(t)},e.prototype._complete=function(){var t=this.observables,e=t.length;if(0===e)this.destination.complete();else{for(var n=0;n<e&&!this.hasFirst;n++){var r=t[n],i=Ky(this,r,r,n);this.subscriptions&&this.subscriptions.push(i),this.add(i)}this.observables=null}},e.prototype.notifyNext=function(t,e,n,r,i){if(!this.hasFirst){this.hasFirst=!0;for(var o=0;o<this.subscriptions.length;o++)if(o!==n){var s=this.subscriptions[o];s.unsubscribe(),this.remove(s)}this.subscriptions=null}this.destination.next(e)}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Jy=(function(t){function e(e,n,r){void 0===r&&(r=Object.create(null));var i=t.call(this,e)||this;return i.iterators=[],i.active=0,i.resultSelector="function"==typeof n?n:null,i.values=r,i}Zy(e,t),e.prototype._next=function(t){var e=this.iterators;nv(t)?e.push(new tm(t)):e.push("function"==typeof t[Ly]?new Jy(t[Ly]()):new em(this.destination,this,t))},e.prototype._complete=function(){var t=this.iterators,e=t.length;if(0!==e){this.active=e;for(var n=0;n<e;n++){var r=t[n];r.stillUnsubscribed?this.add(r.subscribe(r,n)):this.active--}}else this.destination.complete()},e.prototype.notifyInactive=function(){this.active--,0===this.active&&this.destination.complete()},e.prototype.checkIterators=function(){for(var t=this.iterators,e=t.length,n=this.destination,r=0;r<e;r++)if("function"==typeof(s=t[r]).hasValue&&!s.hasValue())return;var i=!1,o=[];for(r=0;r<e;r++){var s,a=(s=t[r]).next();if(s.hasCompleted()&&(i=!0),a.done)return void n.complete();o.push(a.value)}this.resultSelector?this._tryresultSelector(o):n.next(o),i&&n.complete()},e.prototype._tryresultSelector=function(t){var e;try{e=this.resultSelector.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)}}(dv),function(){function t(t){this.iterator=t,this.nextResult=t.next()}return t.prototype.hasValue=function(){return!0},t.prototype.next=function(){var t=this.nextResult;return this.nextResult=this.iterator.next(),t},t.prototype.hasCompleted=function(){var t=this.nextResult;return t&&t.done},t}()),tm=function(){function t(t){this.array=t,this.index=0,this.length=0,this.length=t.length}return t.prototype[Ly]=function(){return this},t.prototype.next=function(t){var e=this.index++;return e<this.length?{value:this.array[e],done:!1}:{value:null,done:!0}},t.prototype.hasValue=function(){return this.array.length>this.index},t.prototype.hasCompleted=function(){return this.array.length===this.index},t}(),em=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.parent=n,i.observable=r,i.stillUnsubscribed=!0,i.buffer=[],i.isComplete=!1,i}return Zy(e,t),e.prototype[Ly]=function(){return this},e.prototype.next=function(){var t=this.buffer;return 0===t.length&&this.isComplete?{value:null,done:!0}:{value:t.shift(),done:!1}},e.prototype.hasValue=function(){return this.buffer.length>0},e.prototype.hasCompleted=function(){return 0===this.buffer.length&&this.isComplete},e.prototype.notifyComplete=function(){this.buffer.length>0?(this.isComplete=!0,this.parent.notifyInactive()):this.destination.complete()},e.prototype.notifyNext=function(t,e,n,r,i){this.buffer.push(e),this.parent.checkIterators()},e.prototype.subscribe=function(t,e){return Ky(this,this.observable,this,e)},e}(Iy),nm=function(t){function e(e){void 0===e&&(e=!1);var n=t.call(this)||this;return n.__isAsync=e,n}return o(e,t),e.prototype.emit=function(e){t.prototype.next.call(this,e)},e.prototype.subscribe=function(e,n,r){var i,o=function(t){return null},s=function(){return null};e&&"object"==typeof e?(i=this.__isAsync?function(t){setTimeout(function(){return e.next(t)})}:function(t){e.next(t)},e.error&&(o=this.__isAsync?function(t){setTimeout(function(){return e.error(t)})}:function(t){e.error(t)}),e.complete&&(s=this.__isAsync?function(){setTimeout(function(){return e.complete()})}:function(){e.complete()})):(i=this.__isAsync?function(t){setTimeout(function(){return e(t)})}:function(t){e(t)},n&&(o=this.__isAsync?function(t){setTimeout(function(){return n(t)})}:function(t){n(t)}),r&&(s=this.__isAsync?function(){setTimeout(function(){return r()})}:function(){r()}));var a=t.prototype.subscribe.call(this,i,o,s);return e instanceof lv&&e.add(a),a},e}(Pv);function rm(t){for(var e=null;t;){var n=[];t.values.push(n),e={next:e,list:t.list,predicate:t.predicate,values:n,containerValues:null},t=t.next}return e}function im(t){for(var e=null;t;)e={next:e,list:t.list,predicate:t.predicate,values:[],containerValues:t.values},t=t.next;return e}function om(t,e){for(;e;)e.containerValues.splice(t,0,e.values),e=e.next}function sm(t){for(;t;){var e=t.containerValues,n=e.indexOf(t.values);e.splice(n,1)[0].length&&t.list.setDirty(),t=t.next}}function am(t,e){var n=t.localNames;if(n)for(var r=0;r<n.length;r+=2)if(n[r]===e)return n[r+1];return null}function um(t,e,n){var r=e[Bp].directives;if(r)for(var i=t.flags,o=i>>15,s=o+(4095&i),a=o;a<s;a++){var u=r[a];if(u.type===n&&u.diPublic)return a}return null}function cm(t,e,n,r,i){if(r instanceof Md)return r.read(t,e,i);var o=um(e,n,r);return null!==o?n[Qp][o]:null}function lm(t,e){for(var n=bf(),r=Ad(dh(e,n),e,n);t;){var i=t.predicate,o=i.type;if(o)null!==(u=um(e,n,o))&&null!==(c=cm(r,e,n,i.read||o,u))&&pm(t,c);else for(var s=i.selector,a=0;a<s.length;a++){var u,c;null!==(u=am(e,s[a]))&&null!==(c=cm(r,e,n,i.read,u))&&pm(t,c)}t=t.next}}function pm(t,e){t.values.push(e),t.list.setDirty()}function hm(t,e,n,r){return{next:t,list:e,predicate:function i(t,e){var n=Array.isArray(t);return{type:n?null:t,selector:n?t:null,read:e}}(n,r),values:e._valuesTree,containerValues:null}}!function(){function t(t,e,n){this.parent=t,this.shallow=e,this.deep=n}t.prototype.track=function(t,e,n,r){n?this.deep=hm(this.deep,t,e,null!=r?r:null):this.shallow=hm(this.shallow,t,e,null!=r?r:null)},t.prototype.clone=function(){return new t(this,null,this.deep)},t.prototype.container=function(){var e=rm(this.shallow),n=rm(this.deep);return e||n?new t(this,e,n):null},t.prototype.createView=function(){var e=im(this.shallow),n=im(this.deep);return e||n?new t(this,e,n):null},t.prototype.insertView=function(t){om(t,this.shallow),om(t,this.deep)},t.prototype.addNode=function(t){return lm(this.deep,t),vh(t)?(lm(this.shallow,t),t.parent&&vh(t.parent)&&lm(this.parent.shallow,t),this.parent):(function e(t){return null===t.parent||vh(t.parent)}(t)&&lm(this.shallow,t),this)},t.prototype.removeView=function(){sm(this.shallow),sm(this.deep)}}(),function(){function t(){this.dirty=!0,this.changes=new nm,this._values=[],this._valuesTree=[]}Object.defineProperty(t.prototype,"length",{get:function(){return this._values.length},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"first",{get:function(){var t=this._values;return t.length?t[0]:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"last",{get:function(){var t=this._values;return t.length?t[t.length-1]:null},enumerable:!0,configurable:!0}),t.prototype.map=function(t){return this._values.map(t)},t.prototype.filter=function(t){return this._values.filter(t)},t.prototype.find=function(t){return this._values.find(t)},t.prototype.reduce=function(t,e){return this._values.reduce(t,e)},t.prototype.forEach=function(t){this._values.forEach(t)},t.prototype.some=function(t){return this._values.some(t)},t.prototype.toArray=function(){return this._values.slice(0)},t.prototype[sp()]=function(){return this._values[sp()]()},t.prototype.toString=function(){return this._values.toString()},t.prototype.reset=function(t){this._values=function e(t){for(var e=[],n=0;n<t.length;){var r=t[n];Array.isArray(r)?r.length>0?(t=r.concat(t.slice(n+1)),n=0):n++:(e.push(r),n++)}return e}(t),this.dirty=!1},t.prototype.notifyOnChanges=function(){this.changes.emit(this)},t.prototype.setDirty=function(){this.dirty=!0},t.prototype.destroy=function(){this.changes.complete(),this.changes.unsubscribe()}}();var fm=!0;
944
935
  /**
945
936
  * @license
946
937
  * Copyright Google Inc. All Rights Reserved.
@@ -948,6 +939,7 @@ function Yd(t){return"function"==typeof t}!function(t){function e(e){var n=t.cal
948
939
  * Use of this source code is governed by an MIT-style license that can be
949
940
  * found in the LICENSE file at https://angular.io/license
950
941
  */
942
+ function Hd(t){return"function"==typeof t}!function(t){function e(e){var n=t.call(this)||this;return n.moduleType=e,n}o(e,t),e.prototype.create=function(t){return new Bd(this.moduleType,t)}}(sd);var Ud=!1,qd={Promise:void 0,set useDeprecatedSynchronousErrorHandling(t){if(t){var e=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+e.stack)}else Ud&&console.log("RxJS: Back to a better error behavior. Thank you. <3");Ud=t},get useDeprecatedSynchronousErrorHandling(){return Ud}};function Kd(t){setTimeout(function(){throw t})}var zd={closed:!0,next:function(t){},error:function(t){if(qd.useDeprecatedSynchronousErrorHandling)throw t;Kd(t)},complete:function(){}},Wd=Array.isArray||function(t){return t&&"number"==typeof t.length};function Qd(t){return null!=t&&"object"==typeof t}var Gd,Xd={e:{}};function $d(){try{return Gd.apply(this,arguments)}catch(t){return Xd.e=t,Xd}}function Yd(t){return Gd=t,$d}function Zd(t){return Error.call(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map(function(t,e){return e+1+") "+t.toString()}).join("\n "):"",this.name="UnsubscriptionError",this.errors=t,this}Zd.prototype=Object.create(Error.prototype);var Jd=Zd,tv=function(){function t(t){this.closed=!1,this._parent=null,this._parents=null,this._subscriptions=null,t&&(this._unsubscribe=t)}var e;return t.prototype.unsubscribe=function(){var t,e=!1;if(!this.closed){var n=this._parent,r=this._parents,i=this._unsubscribe,o=this._subscriptions;this.closed=!0,this._parent=null,this._parents=null,this._subscriptions=null;for(var s=-1,a=r?r.length:0;n;)n.remove(this),n=++s<a&&r[s]||null;if(Hd(i)&&Yd(i).call(this)===Xd&&(e=!0,t=t||(Xd.e instanceof Jd?ev(Xd.e.errors):[Xd.e])),Wd(o))for(s=-1,a=o.length;++s<a;){var u=o[s];if(Qd(u)&&Yd(u.unsubscribe).call(u)===Xd){e=!0,t=t||[];var c=Xd.e;c instanceof Jd?t=t.concat(ev(c.errors)):t.push(c)}}if(e)throw new Jd(t)}},t.prototype.add=function(e){if(!e||e===t.EMPTY)return t.EMPTY;if(e===this)return this;var n=e;switch(typeof e){case"function":n=new t(e);case"object":if(n.closed||"function"!=typeof n.unsubscribe)return n;if(this.closed)return n.unsubscribe(),n;if("function"!=typeof n._addParent){var r=n;(n=new t)._subscriptions=[r]}break;default:throw new Error("unrecognized teardown "+e+" added to Subscription.")}return(this._subscriptions||(this._subscriptions=[])).push(n),n._addParent(this),n},t.prototype.remove=function(t){var e=this._subscriptions;if(e){var n=e.indexOf(t);-1!==n&&e.splice(n,1)}},t.prototype._addParent=function(t){var e=this._parent,n=this._parents;e&&e!==t?n?-1===n.indexOf(t)&&n.push(t):this._parents=[t]:this._parent=t},t.EMPTY=((e=new t).closed=!0,e),t}();function ev(t){return t.reduce(function(t,e){return t.concat(e instanceof Jd?e.errors:e)},[])}var nv="function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random(),rv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),iv=function(t){function e(n,r,i){var o=t.call(this)||this;switch(o.syncErrorValue=null,o.syncErrorThrown=!1,o.syncErrorThrowable=!1,o.isStopped=!1,o._parentSubscription=null,arguments.length){case 0:o.destination=zd;break;case 1:if(!n){o.destination=zd;break}if("object"==typeof n){n instanceof e?(o.syncErrorThrowable=n.syncErrorThrowable,o.destination=n,n.add(o)):(o.syncErrorThrowable=!0,o.destination=new ov(o,n));break}default:o.syncErrorThrowable=!0,o.destination=new ov(o,n,r,i)}return o}return rv(e,t),e.prototype[nv]=function(){return this},e.create=function(t,n,r){var i=new e(t,n,r);return i.syncErrorThrowable=!1,i},e.prototype.next=function(t){this.isStopped||this._next(t)},e.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this))},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){this.destination.error(t),this.unsubscribe()},e.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},e.prototype._unsubscribeAndRecycle=function(){var t=this._parent,e=this._parents;return this._parent=null,this._parents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parent=t,this._parents=e,this._parentSubscription=null,this},e}(tv),ov=function(t){function e(e,n,r,i){var o,s=t.call(this)||this;s._parentSubscriber=e;var a=s;return Hd(n)?o=n:n&&(o=n.next,r=n.error,i=n.complete,n!==zd&&(Hd((a=Object.create(n)).unsubscribe)&&s.add(a.unsubscribe.bind(a)),a.unsubscribe=s.unsubscribe.bind(s))),s._context=a,s._next=o,s._error=r,s._complete=i,s}return rv(e,t),e.prototype.next=function(t){if(!this.isStopped&&this._next){var e=this._parentSubscriber;qd.useDeprecatedSynchronousErrorHandling&&e.syncErrorThrowable?this.__tryOrSetError(e,this._next,t)&&this.unsubscribe():this.__tryOrUnsub(this._next,t)}},e.prototype.error=function(t){if(!this.isStopped){var e=this._parentSubscriber,n=qd.useDeprecatedSynchronousErrorHandling;if(this._error)n&&e.syncErrorThrowable?(this.__tryOrSetError(e,this._error,t),this.unsubscribe()):(this.__tryOrUnsub(this._error,t),this.unsubscribe());else if(e.syncErrorThrowable)n?(e.syncErrorValue=t,e.syncErrorThrown=!0):Kd(t),this.unsubscribe();else{if(this.unsubscribe(),n)throw t;Kd(t)}}},e.prototype.complete=function(){var t=this;if(!this.isStopped){var e=this._parentSubscriber;if(this._complete){var n=function(){return t._complete.call(t._context)};qd.useDeprecatedSynchronousErrorHandling&&e.syncErrorThrowable?(this.__tryOrSetError(e,n),this.unsubscribe()):(this.__tryOrUnsub(n),this.unsubscribe())}else this.unsubscribe()}},e.prototype.__tryOrUnsub=function(t,e){try{t.call(this._context,e)}catch(t){if(this.unsubscribe(),qd.useDeprecatedSynchronousErrorHandling)throw t;Kd(t)}},e.prototype.__tryOrSetError=function(t,e,n){if(!qd.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{e.call(this._context,n)}catch(e){return qd.useDeprecatedSynchronousErrorHandling?(t.syncErrorValue=e,t.syncErrorThrown=!0,!0):(Kd(e),!0)}return!1},e.prototype._unsubscribe=function(){var t=this._parentSubscriber;this._context=null,this._parentSubscriber=null,t.unsubscribe()},e}(iv),sv="function"==typeof Symbol&&Symbol.observable||"@@observable";function av(){}var uv=function(){function t(t){this._isScalar=!1,t&&(this._subscribe=t)}return t.prototype.lift=function(e){var n=new t;return n.source=this,n.operator=e,n},t.prototype.subscribe=function(t,e,n){var r=this.operator,i=function o(t,e,n){if(t){if(t instanceof iv)return t;if(t[nv])return t[nv]()}return t||e||n?new iv(t,e,n):new iv(zd)}(t,e,n);if(r?r.call(i,this.source):i.add(this.source||qd.useDeprecatedSynchronousErrorHandling&&!i.syncErrorThrowable?this._subscribe(i):this._trySubscribe(i)),qd.useDeprecatedSynchronousErrorHandling&&i.syncErrorThrowable&&(i.syncErrorThrowable=!1,i.syncErrorThrown))throw i.syncErrorValue;return i},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){qd.useDeprecatedSynchronousErrorHandling&&(t.syncErrorThrown=!0,t.syncErrorValue=e),function e(t){for(;t;){var e=t.destination;if(t.closed||t.isStopped)return!1;t=e&&e instanceof iv?e:null}return!0}(t)?t.error(e):console.warn(e)}},t.prototype.forEach=function(t,e){var n=this;return new(e=cv(e))(function(e,r){var i;i=n.subscribe(function(e){try{t(e)}catch(t){r(t),i&&i.unsubscribe()}},r,e)})},t.prototype._subscribe=function(t){var e=this.source;return e&&e.subscribe(t)},t.prototype[sv]=function(){return this},t.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 0===t.length?this:function n(t){return t?1===t.length?t[0]:function e(n){return t.reduce(function(t,e){return e(t)},n)}:av}(t)(this)},t.prototype.toPromise=function(t){var e=this;return new(t=cv(t))(function(t,n){var r;e.subscribe(function(t){return r=t},function(t){return n(t)},function(){return t(r)})})},t.create=function(e){return new t(e)},t}();function cv(t){if(t||(t=Promise),!t)throw new Error("no Promise impl found");return t}function lv(){return Error.call(this),this.message="object unsubscribed",this.name="ObjectUnsubscribedError",this}lv.prototype=Object.create(Error.prototype);var pv=lv,hv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),fv=function(t){function e(e,n){var r=t.call(this)||this;return r.subject=e,r.subscriber=n,r.closed=!1,r}return hv(e,t),e.prototype.unsubscribe=function(){if(!this.closed){this.closed=!0;var t=this.subject,e=t.observers;if(this.subject=null,e&&0!==e.length&&!t.isStopped&&!t.closed){var n=e.indexOf(this.subscriber);-1!==n&&e.splice(n,1)}}},e}(tv),dv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),vv=function(t){function e(e){var n=t.call(this,e)||this;return n.destination=e,n}return dv(e,t),e}(iv),yv=function(t){function e(){var e=t.call(this)||this;return e.observers=[],e.closed=!1,e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return dv(e,t),e.prototype[nv]=function(){return new vv(this)},e.prototype.lift=function(t){var e=new mv(this,this);return e.operator=t,e},e.prototype.next=function(t){if(this.closed)throw new pv;if(!this.isStopped)for(var e=this.observers,n=e.length,r=e.slice(),i=0;i<n;i++)r[i].next(t)},e.prototype.error=function(t){if(this.closed)throw new pv;this.hasError=!0,this.thrownError=t,this.isStopped=!0;for(var e=this.observers,n=e.length,r=e.slice(),i=0;i<n;i++)r[i].error(t);this.observers.length=0},e.prototype.complete=function(){if(this.closed)throw new pv;this.isStopped=!0;for(var t=this.observers,e=t.length,n=t.slice(),r=0;r<e;r++)n[r].complete();this.observers.length=0},e.prototype.unsubscribe=function(){this.isStopped=!0,this.closed=!0,this.observers=null},e.prototype._trySubscribe=function(e){if(this.closed)throw new pv;return t.prototype._trySubscribe.call(this,e)},e.prototype._subscribe=function(t){if(this.closed)throw new pv;return this.hasError?(t.error(this.thrownError),tv.EMPTY):this.isStopped?(t.complete(),tv.EMPTY):(this.observers.push(t),new fv(this,t))},e.prototype.asObservable=function(){var t=new uv;return t.source=this,t},e.create=function(t,e){return new mv(t,e)},e}(uv),mv=function(t){function e(e,n){var r=t.call(this)||this;return r.destination=e,r.source=n,r}return dv(e,t),e.prototype.next=function(t){var e=this.destination;e&&e.next&&e.next(t)},e.prototype.error=function(t){var e=this.destination;e&&e.error&&this.destination.error(t)},e.prototype.complete=function(){var t=this.destination;t&&t.complete&&this.destination.complete()},e.prototype._subscribe=function(t){return this.source?this.source.subscribe(t):tv.EMPTY},e}(yv),gv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();function _v(){return function t(e){return e.lift(new bv(e))}}var bv=function(){function t(t){this.connectable=t}return t.prototype.call=function(t,e){var n=this.connectable;n._refCount++;var r=new wv(t,n),i=e.subscribe(r);return r.closed||(r.connection=n.connect()),i},t}(),wv=function(t){function e(e,n){var r=t.call(this,e)||this;return r.connectable=n,r}return gv(e,t),e.prototype._unsubscribe=function(){var t=this.connectable;if(t){this.connectable=null;var e=t._refCount;if(e<=0)this.connection=null;else if(t._refCount=e-1,e>1)this.connection=null;else{var n=this.connection,r=t._connection;this.connection=null,!r||n&&r!==n||r.unsubscribe()}}else this.connection=null},e}(iv),xv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Ev=function(t){function e(e,n){var r=t.call(this)||this;return r.source=e,r.subjectFactory=n,r._refCount=0,r._isComplete=!1,r}return xv(e,t),e.prototype._subscribe=function(t){return this.getSubject().subscribe(t)},e.prototype.getSubject=function(){var t=this._subject;return t&&!t.isStopped||(this._subject=this.subjectFactory()),this._subject},e.prototype.connect=function(){var t=this._connection;return t||(this._isComplete=!1,(t=this._connection=new tv).add(this.source.subscribe(new Cv(this.getSubject(),this))),t.closed?(this._connection=null,t=tv.EMPTY):this._connection=t),t},e.prototype.refCount=function(){return _v()(this)},e}(uv).prototype,Sv={operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:Ev._subscribe},_isComplete:{value:Ev._isComplete,writable:!0},getSubject:{value:Ev.getSubject},connect:{value:Ev.connect},refCount:{value:Ev.refCount}},Cv=function(t){function e(e,n){var r=t.call(this,e)||this;return r.connectable=n,r}return xv(e,t),e.prototype._error=function(e){this._unsubscribe(),t.prototype._error.call(this,e)},e.prototype._complete=function(){this.connectable._isComplete=!0,this._unsubscribe(),t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){var t=this.connectable;if(t){this.connectable=null;var e=t._connection;t._refCount=0,t._subject=null,t._connection=null,e&&e.unsubscribe()}},e}(vv),Tv=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.connectable=n,r}xv(e,t),e.prototype._unsubscribe=function(){var t=this.connectable;if(t){this.connectable=null;var e=t._refCount;if(e<=0)this.connection=null;else if(t._refCount=e-1,e>1)this.connection=null;else{var n=this.connection,r=t._connection;this.connection=null,!r||n&&r!==n||r.unsubscribe()}}else this.connection=null}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Pv=(function(t){function e(e,n,r,i,o){var s=t.call(this,e)||this;return s.keySelector=n,s.elementSelector=r,s.durationSelector=i,s.subjectSelector=o,s.groups=null,s.attemptedToUnsubscribe=!1,s.count=0,s}Tv(e,t),e.prototype._next=function(t){var e;try{e=this.keySelector(t)}catch(t){return void this.error(t)}this._group(t,e)},e.prototype._group=function(t,e){var n=this.groups;n||(n=this.groups=new Map);var r,i=n.get(e);if(this.elementSelector)try{r=this.elementSelector(t)}catch(t){this.error(t)}else r=t;if(!i){i=this.subjectSelector?this.subjectSelector():new yv,n.set(e,i);var o=new Av(e,i,this);if(this.destination.next(o),this.durationSelector){var s=void 0;try{s=this.durationSelector(new Av(e,i))}catch(t){return void this.error(t)}this.add(s.subscribe(new Pv(e,i,this)))}}i.closed||i.next(r)},e.prototype._error=function(t){var e=this.groups;e&&(e.forEach(function(e,n){e.error(t)}),e.clear()),this.destination.error(t)},e.prototype._complete=function(){var t=this.groups;t&&(t.forEach(function(t,e){t.complete()}),t.clear()),this.destination.complete()},e.prototype.removeGroup=function(t){this.groups.delete(t)},e.prototype.unsubscribe=function(){this.closed||(this.attemptedToUnsubscribe=!0,0===this.count&&t.prototype.unsubscribe.call(this))}}(iv),function(t){function e(e,n,r){var i=t.call(this,n)||this;return i.key=e,i.group=n,i.parent=r,i}return Tv(e,t),e.prototype._next=function(t){this.complete()},e.prototype._unsubscribe=function(){var t=this.parent,e=this.key;this.key=this.parent=null,t&&t.removeGroup(e)},e}(iv)),Av=function(t){function e(e,n,r){var i=t.call(this)||this;return i.key=e,i.groupSubject=n,i.refCountSubscription=r,i}return Tv(e,t),e.prototype._subscribe=function(t){var e=new tv,n=this.refCountSubscription,r=this.groupSubject;return n&&!n.closed&&e.add(new Nv(n)),e.add(r.subscribe(t)),e},e}(uv),Nv=function(t){function e(e){var n=t.call(this)||this;return n.parent=e,e.count++,n}return Tv(e,t),e.prototype.unsubscribe=function(){var e=this.parent;e.closed||this.closed||(t.prototype.unsubscribe.call(this),e.count-=1,0===e.count&&e.attemptedToUnsubscribe&&e.unsubscribe())},e}(tv),kv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Ov=(function(t){function e(e){var n=t.call(this)||this;return n._value=e,n}kv(e,t),Object.defineProperty(e.prototype,"value",{get:function(){return this.getValue()},enumerable:!0,configurable:!0}),e.prototype._subscribe=function(e){var n=t.prototype._subscribe.call(this,e);return n&&!n.closed&&e.next(this._value),n},e.prototype.getValue=function(){if(this.hasError)throw this.thrownError;if(this.closed)throw new pv;return this._value},e.prototype.next=function(e){t.prototype.next.call(this,this._value=e)}}(yv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Mv=function(t){function e(e,n){return t.call(this)||this}return Ov(e,t),e.prototype.schedule=function(t,e){return void 0===e&&(e=0),this},e}(tv),Iv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Dv=function(t){function e(e,n){var r=t.call(this,e,n)||this;return r.scheduler=e,r.work=n,r.pending=!1,r}return Iv(e,t),e.prototype.schedule=function(t,e){if(void 0===e&&(e=0),this.closed)return this;this.state=t;var n=this.id,r=this.scheduler;return null!=n&&(this.id=this.recycleAsyncId(r,n,e)),this.pending=!0,this.delay=e,this.id=this.id||this.requestAsyncId(r,this.id,e),this},e.prototype.requestAsyncId=function(t,e,n){return void 0===n&&(n=0),setInterval(t.flush.bind(t,this),n)},e.prototype.recycleAsyncId=function(t,e,n){if(void 0===n&&(n=0),null!==n&&this.delay===n&&!1===this.pending)return e;clearInterval(e)},e.prototype.execute=function(t,e){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var n=this._execute(t,e);if(n)return n;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},e.prototype._execute=function(t,e){var n=!1,r=void 0;try{this.work(t)}catch(t){n=!0,r=!!t&&t||new Error(t)}if(n)return this.unsubscribe(),r},e.prototype._unsubscribe=function(){var t=this.id,e=this.scheduler,n=e.actions,r=n.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==r&&n.splice(r,1),null!=t&&(this.id=this.recycleAsyncId(e,t,null)),this.delay=null},e}(Mv),Rv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),jv=function(t){function e(e,n){var r=t.call(this,e,n)||this;return r.scheduler=e,r.work=n,r}return Rv(e,t),e.prototype.schedule=function(e,n){return void 0===n&&(n=0),n>0?t.prototype.schedule.call(this,e,n):(this.delay=n,this.state=e,this.scheduler.flush(this),this)},e.prototype.execute=function(e,n){return n>0||this.closed?t.prototype.execute.call(this,e,n):this._execute(e,n)},e.prototype.requestAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0||null===r&&this.delay>0?t.prototype.requestAsyncId.call(this,e,n,r):e.flush(this)},e}(Dv),Lv=function(){function t(e,n){void 0===n&&(n=t.now),this.SchedulerAction=e,this.now=n}return t.prototype.schedule=function(t,e,n){return void 0===e&&(e=0),new this.SchedulerAction(this,t).schedule(n,e)},t.now=function(){return Date.now()},t}(),Fv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Vv=function(t){function e(n,r){void 0===r&&(r=Lv.now);var i=t.call(this,n,function(){return e.delegate&&e.delegate!==i?e.delegate.now():r()})||this;return i.actions=[],i.active=!1,i.scheduled=void 0,i}return Fv(e,t),e.prototype.schedule=function(n,r,i){return void 0===r&&(r=0),e.delegate&&e.delegate!==this?e.delegate.schedule(n,r,i):t.prototype.schedule.call(this,n,r,i)},e.prototype.flush=function(t){var e=this.actions;if(this.active)e.push(t);else{var n;this.active=!0;do{if(n=t.execute(t.state,t.delay))break}while(t=e.shift());if(this.active=!1,n){for(;t=e.shift();)t.unsubscribe();throw n}}},e}(Lv),Bv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Hv=new(function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Bv(e,t),e}(Vv))(jv),Uv=new uv(function(t){return t.complete()});function qv(t){return t?function e(t){return new uv(function(e){return t.schedule(function(){return e.complete()})})}(t):Uv}function Kv(t){return t&&"function"==typeof t.schedule}var zv=function(t){return function(e){for(var n=0,r=t.length;n<r&&!e.closed;n++)e.next(t[n]);e.closed||e.complete()}};function Wv(t,e){return new uv(e?function(n){var r=new tv,i=0;return r.add(e.schedule(function(){i!==t.length?(n.next(t[i++]),n.closed||r.add(this.schedule())):n.complete()})),r}:zv(t))}function Qv(t){t.subscriber.error(t.error)}var Gv=function(){function t(t,e,n){this.kind=t,this.value=e,this.error=n,this.hasValue="N"===t}return t.prototype.observe=function(t){switch(this.kind){case"N":return t.next&&t.next(this.value);case"E":return t.error&&t.error(this.error);case"C":return t.complete&&t.complete()}},t.prototype.do=function(t,e,n){switch(this.kind){case"N":return t&&t(this.value);case"E":return e&&e(this.error);case"C":return n&&n()}},t.prototype.accept=function(t,e,n){return t&&"function"==typeof t.next?this.observe(t):this.do(t,e,n)},t.prototype.toObservable=function(){switch(this.kind){case"N":return function t(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=t[t.length-1];switch(Kv(n)?t.pop():n=void 0,t.length){case 0:return qv(n);case 1:return n?Wv(t,n):function r(t){var e=new uv(function(e){e.next(t),e.complete()});return e._isScalar=!0,e.value=t,e}(t[0]);default:return Wv(t,n)}}(this.value);case"E":return function e(t,n){return new uv(n?function(e){return n.schedule(Qv,0,{error:t,subscriber:e})}:function(e){return e.error(t)})}(this.error);case"C":return qv()}throw new Error("unexpected notification kind value")},t.createNext=function(e){return void 0!==e?new t("N",e):t.undefinedValueNotification},t.createError=function(e){return new t("E",void 0,e)},t.createComplete=function(){return t.completeNotification},t.completeNotification=new t("C"),t.undefinedValueNotification=new t("N",void 0),t}(),Xv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),$v=function(t){function e(e,n,r){void 0===r&&(r=0);var i=t.call(this,e)||this;return i.scheduler=n,i.delay=r,i}return Xv(e,t),e.dispatch=function(t){t.notification.observe(t.destination),this.unsubscribe()},e.prototype.scheduleMessage=function(t){this.destination.add(this.scheduler.schedule(e.dispatch,this.delay,new Yv(t,this.destination)))},e.prototype._next=function(t){this.scheduleMessage(Gv.createNext(t))},e.prototype._error=function(t){this.scheduleMessage(Gv.createError(t)),this.unsubscribe()},e.prototype._complete=function(){this.scheduleMessage(Gv.createComplete()),this.unsubscribe()},e}(iv),Yv=function Yv(t,e){this.notification=t,this.destination=e},Zv=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Jv=(function(t){function e(e,n,r){void 0===e&&(e=Number.POSITIVE_INFINITY),void 0===n&&(n=Number.POSITIVE_INFINITY);var i=t.call(this)||this;return i.scheduler=r,i._events=[],i._infiniteTimeWindow=!1,i._bufferSize=e<1?1:e,i._windowTime=n<1?1:n,n===Number.POSITIVE_INFINITY?(i._infiniteTimeWindow=!0,i.next=i.nextInfiniteTimeWindow):i.next=i.nextTimeWindow,i}Zv(e,t),e.prototype.nextInfiniteTimeWindow=function(e){var n=this._events;n.push(e),n.length>this._bufferSize&&n.shift(),t.prototype.next.call(this,e)},e.prototype.nextTimeWindow=function(e){this._events.push(new Jv(this._getNow(),e)),this._trimBufferThenGetEvents(),t.prototype.next.call(this,e)},e.prototype._subscribe=function(t){var e,n=this._infiniteTimeWindow,r=n?this._events:this._trimBufferThenGetEvents(),i=this.scheduler,o=r.length;if(this.closed)throw new pv;if(this.isStopped||this.hasError?e=tv.EMPTY:(this.observers.push(t),e=new fv(this,t)),i&&t.add(t=new $v(t,i)),n)for(var s=0;s<o&&!t.closed;s++)t.next(r[s]);else for(s=0;s<o&&!t.closed;s++)t.next(r[s].value);return this.hasError?t.error(this.thrownError):this.isStopped&&t.complete(),e},e.prototype._getNow=function(){return(this.scheduler||Hv).now()},e.prototype._trimBufferThenGetEvents=function(){for(var t=this._getNow(),e=this._bufferSize,n=this._windowTime,r=this._events,i=r.length,o=0;o<i&&!(t-r[o].time<n);)o++;return i>e&&(o=Math.max(o,i-e)),o>0&&r.splice(0,o),r}}(yv),function Jv(t,e){this.time=t,this.value=e}),ty=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ey=(function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.value=null,e.hasNext=!1,e.hasCompleted=!1,e}ty(e,t),e.prototype._subscribe=function(e){return this.hasError?(e.error(this.thrownError),tv.EMPTY):this.hasCompleted&&this.hasNext?(e.next(this.value),e.complete(),tv.EMPTY):t.prototype._subscribe.call(this,e)},e.prototype.next=function(t){this.hasCompleted||(this.value=t,this.hasNext=!0)},e.prototype.error=function(e){this.hasCompleted||t.prototype.error.call(this,e)},e.prototype.complete=function(){this.hasCompleted=!0,this.hasNext&&t.prototype.next.call(this,this.value),t.prototype.complete.call(this)}}(yv),1),ny={},ry=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),iy=function(t){function e(e,n){var r=t.call(this,e,n)||this;return r.scheduler=e,r.work=n,r}return ry(e,t),e.prototype.requestAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.requestAsyncId.call(this,e,n,r):(e.actions.push(this),e.scheduled||(e.scheduled=(i=e.flush.bind(e,null),o=ey++,ny[o]=i,Promise.resolve().then(function(){return function t(e){var n=ny[e];n&&n()}(o)}),o)));var i,o},e.prototype.recycleAsyncId=function(e,n,r){if(void 0===r&&(r=0),null!==r&&r>0||null===r&&this.delay>0)return t.prototype.recycleAsyncId.call(this,e,n,r);0===e.actions.length&&(delete ny[n],e.scheduled=void 0)},e}(Dv),oy=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),sy=new(function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return oy(e,t),e.prototype.flush=function(t){this.active=!0,this.scheduled=void 0;var e,n=this.actions,r=-1,i=n.length;t=t||n.shift();do{if(e=t.execute(t.state,t.delay))break}while(++r<i&&(t=n.shift()));if(this.active=!1,e){for(;++r<i&&(t=n.shift());)t.unsubscribe();throw e}},e}(Vv))(iy),ay=(new Vv(Dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),uy=function(t){function e(e,n){var r=t.call(this,e,n)||this;return r.scheduler=e,r.work=n,r}return ay(e,t),e.prototype.requestAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.requestAsyncId.call(this,e,n,r):(e.actions.push(this),e.scheduled||(e.scheduled=requestAnimationFrame(function(){return e.flush(null)})))},e.prototype.recycleAsyncId=function(e,n,r){if(void 0===r&&(r=0),null!==r&&r>0||null===r&&this.delay>0)return t.prototype.recycleAsyncId.call(this,e,n,r);0===e.actions.length&&(cancelAnimationFrame(n),e.scheduled=void 0)},e}(Dv),cy=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ly=(new(function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return cy(e,t),e.prototype.flush=function(t){this.active=!0,this.scheduled=void 0;var e,n=this.actions,r=-1,i=n.length;t=t||n.shift();do{if(e=t.execute(t.state,t.delay))break}while(++r<i&&(t=n.shift()));if(this.active=!1,e){for(;++r<i&&(t=n.shift());)t.unsubscribe();throw e}},e}(Vv))(uy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),py=(function(t){function e(e,n){void 0===e&&(e=py),void 0===n&&(n=Number.POSITIVE_INFINITY);var r=t.call(this,e,function(){return r.frame})||this;return r.maxFrames=n,r.frame=0,r.index=-1,r}ly(e,t),e.prototype.flush=function(){for(var t,e,n=this.actions,r=this.maxFrames;(e=n.shift())&&(this.frame=e.delay)<=r&&!(t=e.execute(e.state,e.delay)););if(t){for(;e=n.shift();)e.unsubscribe();throw t}},e.frameTimeFactor=10}(Vv),function(t){function e(e,n,r){void 0===r&&(r=e.index+=1);var i=t.call(this,e,n)||this;return i.scheduler=e,i.work=n,i.index=r,i.active=!0,i.index=e.index=r,i}return ly(e,t),e.prototype.schedule=function(n,r){if(void 0===r&&(r=0),!this.id)return t.prototype.schedule.call(this,n,r);this.active=!1;var i=new e(this.scheduler,this.work);return this.add(i),i.schedule(n,r)},e.prototype.requestAsyncId=function(t,n,r){void 0===r&&(r=0),this.delay=t.frame+r;var i=t.actions;return i.push(this),i.sort(e.sortActions),!0},e.prototype.recycleAsyncId=function(t,e,n){void 0===n&&(n=0)},e.prototype._execute=function(e,n){if(!0===this.active)return t.prototype._execute.call(this,e,n)},e.sortActions=function(t,e){return t.delay===e.delay?t.index===e.index?0:t.index>e.index?1:-1:t.delay>e.delay?1:-1},e}(Dv));function hy(t){return t}function fy(){return Error.call(this),this.message="no elements in sequence",this.name="EmptyError",this}fy.prototype=Object.create(Error.prototype);var dy=fy,vy=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),yy=function(){function t(t,e){this.project=t,this.thisArg=e}return t.prototype.call=function(t,e){return e.subscribe(new my(t,this.project,this.thisArg))},t}(),my=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.project=n,i.count=0,i.thisArg=r||i,i}return vy(e,t),e.prototype._next=function(t){var e;try{e=this.project.call(this.thisArg,t,this.count++)}catch(t){return void this.destination.error(t)}this.destination.next(e)},e}(iv),gy=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),_y=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return gy(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(e)},e.prototype.notifyError=function(t,e){this.destination.error(t)},e.prototype.notifyComplete=function(t){this.destination.complete()},e}(iv),by=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),wy=function(t){function e(e,n,r){var i=t.call(this)||this;return i.parent=e,i.outerValue=n,i.outerIndex=r,i.index=0,i}return by(e,t),e.prototype._next=function(t){this.parent.notifyNext(this.outerValue,t,this.outerIndex,this.index++,this)},e.prototype._error=function(t){this.parent.notifyError(t,this),this.unsubscribe()},e.prototype._complete=function(){this.parent.notifyComplete(this),this.unsubscribe()},e}(iv),xy=function(t){return function(e){return t.then(function(t){e.closed||(e.next(t),e.complete())},function(t){return e.error(t)}).then(null,Kd),e}},Ey=function Sy(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}(),Cy=function(t){return function(e){for(var n=t[Ey]();;){var r=n.next();if(r.done){e.complete();break}if(e.next(r.value),e.closed)break}return"function"==typeof n.return&&e.add(function(){n.return&&n.return()}),e}},Ty=function(t){return function(e){var n=t[sv]();if("function"!=typeof n.subscribe)throw new TypeError("Provided object does not correctly implement Symbol.observable");return n.subscribe(e)}},Py=function(t){return t&&"number"==typeof t.length&&"function"!=typeof t};function Ay(t){return t&&"function"!=typeof t.subscribe&&"function"==typeof t.then}var Ny=function(t){if(t instanceof uv)return function(e){return t._isScalar?(e.next(t.value),void e.complete()):t.subscribe(e)};if(t&&"function"==typeof t[sv])return Ty(t);if(Py(t))return zv(t);if(Ay(t))return xy(t);if(t&&"function"==typeof t[Ey])return Cy(t);var e=Qd(t)?"an invalid object":"'"+t+"'";throw new TypeError("You provided "+e+" where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.")};function ky(t,e,n,r,i){if(void 0===i&&(i=new wy(t,n,r)),!i.closed)return Ny(e)(i)}var Oy=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),My={};!function(t){function e(e,n){var r=t.call(this,e)||this;return r.resultSelector=n,r.active=0,r.values=[],r.observables=[],r}Oy(e,t),e.prototype._next=function(t){this.values.push(My),this.observables.push(t)},e.prototype._complete=function(){var t=this.observables,e=t.length;if(0===e)this.destination.complete();else{this.active=e,this.toRespond=e;for(var n=0;n<e;n++){var r=t[n];this.add(ky(this,r,r,n))}}},e.prototype.notifyComplete=function(t){0==(this.active-=1)&&this.destination.complete()},e.prototype.notifyNext=function(t,e,n,r,i){var o=this.values,s=this.toRespond?o[n]===My?--this.toRespond:this.toRespond:0;o[n]=e,0===s&&(this.resultSelector?this._tryResultSelector(o):this.destination.next(o.slice()))},e.prototype._tryResultSelector=function(t){var e;try{e=this.resultSelector.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)}}(_y);var Iy=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();var Dy=function(){function t(t,e){void 0===e&&(e=Number.POSITIVE_INFINITY),this.project=t,this.concurrent=e}return t.prototype.call=function(t,e){return e.subscribe(new Ry(t,this.project,this.concurrent))},t}(),Ry=function(t){function e(e,n,r){void 0===r&&(r=Number.POSITIVE_INFINITY);var i=t.call(this,e)||this;return i.project=n,i.concurrent=r,i.hasCompleted=!1,i.buffer=[],i.active=0,i.index=0,i}return Iy(e,t),e.prototype._next=function(t){this.active<this.concurrent?this._tryNext(t):this.buffer.push(t)},e.prototype._tryNext=function(t){var e,n=this.index++;try{e=this.project(t,n)}catch(t){return void this.destination.error(t)}this.active++,this._innerSub(e,t,n)},e.prototype._innerSub=function(t,e,n){var r=new wy(this,void 0,void 0);this.destination.add(r),ky(this,t,e,n,r)},e.prototype._complete=function(){this.hasCompleted=!0,0===this.active&&0===this.buffer.length&&this.destination.complete(),this.unsubscribe()},e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(e)},e.prototype.notifyComplete=function(t){var e=this.buffer;this.remove(t),this.active--,e.length>0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},e}(_y),jy=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(t){function e(e,n){var r=t.call(this,e)||this;r.sources=n,r.completed=0,r.haveValues=0;var i=n.length;r.values=new Array(i);for(var o=0;o<i;o++){var s=ky(r,n[o],null,o);s&&r.add(s)}return r}jy(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.values[n]=e,i._hasValue||(i._hasValue=!0,this.haveValues++)},e.prototype.notifyComplete=function(t){var e=this.destination,n=this.haveValues,r=this.values,i=r.length;t._hasValue?(this.completed++,this.completed===i&&(n===i&&e.next(r),e.complete())):e.complete()}}(_y),new uv(av);var Ly=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Fy=(function(t){function e(e){var n=t.call(this,e)||this;return n.hasFirst=!1,n.observables=[],n.subscriptions=[],n}Ly(e,t),e.prototype._next=function(t){this.observables.push(t)},e.prototype._complete=function(){var t=this.observables,e=t.length;if(0===e)this.destination.complete();else{for(var n=0;n<e&&!this.hasFirst;n++){var r=t[n],i=ky(this,r,r,n);this.subscriptions&&this.subscriptions.push(i),this.add(i)}this.observables=null}},e.prototype.notifyNext=function(t,e,n,r,i){if(!this.hasFirst){this.hasFirst=!0;for(var o=0;o<this.subscriptions.length;o++)if(o!==n){var s=this.subscriptions[o];s.unsubscribe(),this.remove(s)}this.subscriptions=null}this.destination.next(e)}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Vy=(function(t){function e(e,n,r){void 0===r&&(r=Object.create(null));var i=t.call(this,e)||this;return i.iterators=[],i.active=0,i.resultSelector="function"==typeof n?n:null,i.values=r,i}Fy(e,t),e.prototype._next=function(t){var e=this.iterators;Wd(t)?e.push(new By(t)):e.push("function"==typeof t[Ey]?new Vy(t[Ey]()):new Hy(this.destination,this,t))},e.prototype._complete=function(){var t=this.iterators,e=t.length;if(this.unsubscribe(),0!==e){this.active=e;for(var n=0;n<e;n++){var r=t[n];r.stillUnsubscribed?this.destination.add(r.subscribe(r,n)):this.active--}}else this.destination.complete()},e.prototype.notifyInactive=function(){this.active--,0===this.active&&this.destination.complete()},e.prototype.checkIterators=function(){for(var t=this.iterators,e=t.length,n=this.destination,r=0;r<e;r++)if("function"==typeof(s=t[r]).hasValue&&!s.hasValue())return;var i=!1,o=[];for(r=0;r<e;r++){var s,a=(s=t[r]).next();if(s.hasCompleted()&&(i=!0),a.done)return void n.complete();o.push(a.value)}this.resultSelector?this._tryresultSelector(o):n.next(o),i&&n.complete()},e.prototype._tryresultSelector=function(t){var e;try{e=this.resultSelector.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)}}(iv),function(){function t(t){this.iterator=t,this.nextResult=t.next()}return t.prototype.hasValue=function(){return!0},t.prototype.next=function(){var t=this.nextResult;return this.nextResult=this.iterator.next(),t},t.prototype.hasCompleted=function(){var t=this.nextResult;return t&&t.done},t}()),By=function(){function t(t){this.array=t,this.index=0,this.length=0,this.length=t.length}return t.prototype[Ey]=function(){return this},t.prototype.next=function(t){var e=this.index++;return e<this.length?{value:this.array[e],done:!1}:{value:null,done:!0}},t.prototype.hasValue=function(){return this.array.length>this.index},t.prototype.hasCompleted=function(){return this.array.length===this.index},t}(),Hy=function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.parent=n,i.observable=r,i.stillUnsubscribed=!0,i.buffer=[],i.isComplete=!1,i}return Fy(e,t),e.prototype[Ey]=function(){return this},e.prototype.next=function(){var t=this.buffer;return 0===t.length&&this.isComplete?{value:null,done:!0}:{value:t.shift(),done:!1}},e.prototype.hasValue=function(){return this.buffer.length>0},e.prototype.hasCompleted=function(){return 0===this.buffer.length&&this.isComplete},e.prototype.notifyComplete=function(){this.buffer.length>0?(this.isComplete=!0,this.parent.notifyInactive()):this.destination.complete()},e.prototype.notifyNext=function(t,e,n,r,i){this.buffer.push(e),this.parent.checkIterators()},e.prototype.subscribe=function(t,e){return ky(this,this.observable,this,e)},e}(_y),Uy=function(t){function e(e){void 0===e&&(e=!1);var n=t.call(this)||this;return n.__isAsync=e,n}return o(e,t),e.prototype.emit=function(e){t.prototype.next.call(this,e)},e.prototype.subscribe=function(e,n,r){var i,o=function(t){return null},s=function(){return null};e&&"object"==typeof e?(i=this.__isAsync?function(t){setTimeout(function(){return e.next(t)})}:function(t){e.next(t)},e.error&&(o=this.__isAsync?function(t){setTimeout(function(){return e.error(t)})}:function(t){e.error(t)}),e.complete&&(s=this.__isAsync?function(){setTimeout(function(){return e.complete()})}:function(){e.complete()})):(i=this.__isAsync?function(t){setTimeout(function(){return e(t)})}:function(t){e(t)},n&&(o=this.__isAsync?function(t){setTimeout(function(){return n(t)})}:function(t){n(t)}),r&&(s=this.__isAsync?function(){setTimeout(function(){return r()})}:function(){r()}));var a=t.prototype.subscribe.call(this,i,o,s);return e instanceof tv&&e.add(a),a},e}(yv),qy=function(){function t(){}return t.__NG_ELEMENT_ID__=function(){return fd(t,md)},t}();function Ky(t){for(var e=null;t;){var n=[];t.values.push(n),e={next:e,list:t.list,predicate:t.predicate,values:n,containerValues:null},t=t.next}return e}function zy(t){for(var e=null;t;)e={next:e,list:t.list,predicate:t.predicate,values:[],containerValues:t.values},t=t.next;return e}function Wy(t,e){for(;e;)e.containerValues.splice(t,0,e.values),e=e.next}function Qy(t){for(;t;){var e=t.containerValues,n=e.indexOf(t.values);e.splice(n,1)[0].length&&t.list.setDirty(),t=t.next}}function Gy(t,e){var n=t.localNames;if(n)for(var r=0;r<n.length;r+=2)if(n[r]===e)return n[r+1];return null}function Xy(t,e,n){var r=n[Ul];if("function"==typeof r)return r();var i=function o(t,e,n){var r=e[Yp].data;if(r)for(var i=t.flags,o=i>>15,s=o+(4095&i),a=o;a<s;a++){var u=r[a];if(u.type===n&&u.diPublic)return a}return null}(t,e,n);return null!==i?e[i]:null}function $y(t,e){return 3===t.type||4===t.type?cd(md,t,e):0===t.type?function n(t,e,r,i){Zf||(Zf=function(t){function e(e,n,r,i,o,s){var a=t.call(this)||this;return a._declarationParentView=e,a.elementRef=n,a._tView=r,a._renderer=i,a._queries=o,a._injectorIndex=s,a}return o(e,t),e.prototype.createEmbeddedView=function(t,e,n,r,i){var o=function s(t,e,n,r,i,o){var s=ef,a=tf;ef=!0,tf=null;var u=mf(r,t,e,2,function c(){return sf&&sf[ch]}());return u[ph]=n,i&&(u[eh]=i.createView()),_f(-1,u),t.firstTemplatePass&&(t.node.injectorIndex=o),ef=s,tf=a,u}(this._tView,t,this._declarationParentView,this._renderer,this._queries,this._injectorIndex);e&&function a(t,e,n,r,i){var o=e[gh];r>0&&(o[r-1][th]=t),r<o.length?(t[th]=o[r],o.splice(r,0,t)):(o.push(t),t[th]=null),i>-1&&(t[lh]=i,t[Jp]=n),t[eh]&&t[eh].insertView(r),t[Zp]|=8}(o,e,r,i,n.index),bf(o,this._tView,t,1);var u=new ad(o,t,-1);return u._tViewNode=o[rh],u},e}(t));var s=i[r.index];return new Zf(i,cd(e,r,i),r.tViews,function a(){return Zh}(),s[eh],r.injectorIndex)}(qy,md,t,e):null}function Yy(t,e){for(var n=function r(){return sf}();t;){var i=t.predicate,o=i.type;if(o)null!==(c=Xy(e,n,i.read||o))&&Zy(t,c);else for(var s=i.selector,a=0;a<s.length;a++){var u=Gy(e,s[a]);if(null!==u){var c=null;null!==(c=i.read?Xy(e,n,i.read):u>-1?n[u]:$y(e,n))&&Zy(t,c)}}t=t.next}}function Zy(t,e){t.values.push(e),t.list.setDirty()}function Jy(t,e,n,r){return{next:t,list:e,predicate:function i(t,e){var n=Array.isArray(t);return{type:n?null:t,selector:n?t:null,read:e}}(n,r),values:e._valuesTree,containerValues:null}}!function(){function t(t,e,n){this.parent=t,this.shallow=e,this.deep=n}t.prototype.track=function(t,e,n,r){n?this.deep=Jy(this.deep,t,e,null!=r?r:null):this.shallow=Jy(this.shallow,t,e,null!=r?r:null)},t.prototype.clone=function(){return new t(this,null,this.deep)},t.prototype.container=function(){var e=Ky(this.shallow),n=Ky(this.deep);return e||n?new t(this,e,n):null},t.prototype.createView=function(){var e=zy(this.shallow),n=zy(this.deep);return e||n?new t(this,e,n):null},t.prototype.insertView=function(t){Wy(t,this.shallow),Wy(t,this.deep)},t.prototype.addNode=function(t){return Yy(this.deep,t),xh(t)?(Yy(this.shallow,t),t.parent&&xh(t.parent)&&Yy(this.parent.shallow,t),this.parent):(function e(t){return null===t.parent||xh(t.parent)}(t)&&Yy(this.shallow,t),this)},t.prototype.removeView=function(){Qy(this.shallow),Qy(this.deep)}}(),function(){function t(){this.dirty=!0,this.changes=new Uy,this._values=[],this._valuesTree=[]}Object.defineProperty(t.prototype,"length",{get:function(){return this._values.length},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"first",{get:function(){var t=this._values;return t.length?t[0]:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"last",{get:function(){var t=this._values;return t.length?t[t.length-1]:null},enumerable:!0,configurable:!0}),t.prototype.map=function(t){return this._values.map(t)},t.prototype.filter=function(t){return this._values.filter(t)},t.prototype.find=function(t){return this._values.find(t)},t.prototype.reduce=function(t,e){return this._values.reduce(t,e)},t.prototype.forEach=function(t){this._values.forEach(t)},t.prototype.some=function(t){return this._values.some(t)},t.prototype.toArray=function(){return this._values.slice(0)},t.prototype[up()]=function(){return this._values[up()]()},t.prototype.toString=function(){return this._values.toString()},t.prototype.reset=function(t){this._values=function e(t){for(var e=[],n=0;n<t.length;){var r=t[n];Array.isArray(r)?r.length>0?(t=r.concat(t.slice(n+1)),n=0):n++:(e.push(r),n++)}return e}(t),this.dirty=!1},t.prototype.notifyOnChanges=function(){this.changes.emit(this)},t.prototype.setDirty=function(){this.dirty=!0},t.prototype.destroy=function(){this.changes.complete(),this.changes.unsubscribe()}}();var tm=!0;
951
943
  /**
952
944
  * @license
953
945
  * Copyright Google Inc. All Rights Reserved.
@@ -961,7 +953,7 @@ function Yd(t){return"function"==typeof t}!function(t){function e(e){var n=t.cal
961
953
  *
962
954
  * Use of this source code is governed by an MIT-style license that can be
963
955
  * found in the LICENSE file at https://angular.io/license
964
- */function dm(){return fm}
956
+ */
965
957
  /**
966
958
  * @license
967
959
  * Copyright Google Inc. All Rights Reserved.
@@ -975,14 +967,14 @@ function Yd(t){return"function"==typeof t}!function(t){function e(e){var n=t.cal
975
967
  *
976
968
  * Use of this source code is governed by an MIT-style license that can be
977
969
  * found in the LICENSE file at https://angular.io/license
978
- */
970
+ */function em(){return tm}
979
971
  /**
980
972
  * @license
981
973
  * Copyright Google Inc. All Rights Reserved.
982
974
  *
983
975
  * Use of this source code is governed by an MIT-style license that can be
984
976
  * found in the LICENSE file at https://angular.io/license
985
- */function vm(t){var e,n,r={};try{for(var i=p(t.split(",")),o=i.next();!o.done;o=i.next())r[o.value]=!0}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return r}function ym(){for(var t,e,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var i={};try{for(var o=p(n),s=o.next();!s.done;s=o.next()){var a=s.value;for(var u in a)a.hasOwnProperty(u)&&(i[u]=!0)}}catch(e){t={error:e}}finally{try{s&&!s.done&&(e=o.return)&&e.call(o)}finally{if(t)throw t.error}}return i}var mm,gm=vm("area,br,col,hr,img,wbr"),_m=vm("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),bm=vm("rp,rt"),wm=ym(bm,_m);ym(gm,ym(_m,vm("address,article,aside,blockquote,caption,center,del,details,dialog,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,main,map,menu,nav,ol,pre,section,summary,table,ul")),ym(bm,vm("a,abbr,acronym,audio,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,picture,q,ruby,rp,rt,s,samp,small,source,span,strike,strong,sub,sup,time,track,tt,u,var,video")),wm),ym(vm("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),vm("srcset"),vm("abbr,accesskey,align,alt,autoplay,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,controls,coords,datetime,default,dir,download,face,headers,height,hidden,hreflang,hspace,ismap,itemscope,itemprop,kind,label,lang,language,loop,media,muted,nohref,nowrap,open,preload,rel,rev,role,rows,rowspan,rules,scope,scrolling,shape,size,sizes,span,srclang,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width")),function(t){t[t.NONE=0]="NONE",t[t.HTML=1]="HTML",t[t.STYLE=2]="STYLE",t[t.SCRIPT=3]="SCRIPT",t[t.URL=4]="URL",t[t.RESOURCE_URL=5]="RESOURCE_URL"}(mm||(mm={}));var xm=function xm(){},Em=Function;
977
+ */
986
978
  /**
987
979
  * @license
988
980
  * Copyright Google Inc. All Rights Reserved.
@@ -996,7 +988,7 @@ function Yd(t){return"function"==typeof t}!function(t){function e(e){var n=t.cal
996
988
  *
997
989
  * Use of this source code is governed by an MIT-style license that can be
998
990
  * found in the LICENSE file at https://angular.io/license
999
- */
991
+ */function nm(t){var e,n,r={};try{for(var i=p(t.split(",")),o=i.next();!o.done;o=i.next())r[o.value]=!0}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return r}function rm(){for(var t,e,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var i={};try{for(var o=p(n),s=o.next();!s.done;s=o.next()){var a=s.value;for(var u in a)a.hasOwnProperty(u)&&(i[u]=!0)}}catch(e){t={error:e}}finally{try{s&&!s.done&&(e=o.return)&&e.call(o)}finally{if(t)throw t.error}}return i}var im,om=nm("area,br,col,hr,img,wbr"),sm=nm("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),am=nm("rp,rt"),um=rm(am,sm);rm(om,rm(sm,nm("address,article,aside,blockquote,caption,center,del,details,dialog,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,main,map,menu,nav,ol,pre,section,summary,table,ul")),rm(am,nm("a,abbr,acronym,audio,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,picture,q,ruby,rp,rt,s,samp,small,source,span,strike,strong,sub,sup,time,track,tt,u,var,video")),um),rm(nm("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),nm("srcset"),nm("abbr,accesskey,align,alt,autoplay,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,controls,coords,datetime,default,dir,download,face,headers,height,hidden,hreflang,hspace,ismap,itemscope,itemprop,kind,label,lang,language,loop,media,muted,nohref,nowrap,open,preload,rel,rev,role,rows,rowspan,rules,scope,scrolling,shape,size,sizes,span,srclang,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width")),function(t){t[t.NONE=0]="NONE",t[t.HTML=1]="HTML",t[t.STYLE=2]="STYLE",t[t.SCRIPT=3]="SCRIPT",t[t.URL=4]="URL",t[t.RESOURCE_URL=5]="RESOURCE_URL"}(im||(im={}));var cm=function cm(){};
1000
992
  /**
1001
993
  * @license
1002
994
  * Copyright Google Inc. All Rights Reserved.
@@ -1010,14 +1002,14 @@ function Yd(t){return"function"==typeof t}!function(t){function e(e){var n=t.cal
1010
1002
  *
1011
1003
  * Use of this source code is governed by an MIT-style license that can be
1012
1004
  * found in the LICENSE file at https://angular.io/license
1013
- */function Sm(t){return"function"==typeof t}
1005
+ */
1014
1006
  /**
1015
1007
  * @license
1016
1008
  * Copyright Google Inc. All Rights Reserved.
1017
1009
  *
1018
1010
  * Use of this source code is governed by an MIT-style license that can be
1019
1011
  * found in the LICENSE file at https://angular.io/license
1020
- */var Cm=/^function\s+\S+\(\)\s*{[\s\S]+\.apply\(this,\s*arguments\)/,Tm=/^class\s+[A-Za-z\d$_]*\s*extends\s+[A-Za-z\d$_]+\s*{/,Pm=/^class\s+[A-Za-z\d$_]*\s*extends\s+[A-Za-z\d$_]+\s*{[\s\S]*constructor\s*\(/,Am=function(){function t(t){this._reflect=t||rp.Reflect}return t.prototype.isReflectionEnabled=function(){return!0},t.prototype.factory=function(t){return function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return new(t.bind.apply(t,f([void 0],e)))}},t.prototype._zipTypesAndAnnotations=function(t,e){var n;n=void 0===t?new Array(e.length):new Array(t.length);for(var r=0;r<n.length;r++)n[r]=void 0===t?[]:t[r]!=Object?[t[r]]:[],e&&null!=e[r]&&(n[r]=n[r].concat(e[r]));return n},t.prototype._ownParameters=function(t,e){var n=t.toString();if(Cm.exec(n)||Tm.exec(n)&&!Pm.exec(n))return null;if(t.parameters&&t.parameters!==e.parameters)return t.parameters;var r=t.ctorParameters;if(r&&r!==e.ctorParameters){var i="function"==typeof r?r():r,o=i.map(function(t){return t&&t.type}),s=i.map(function(t){return t&&Nm(t.decorators)});return this._zipTypesAndAnnotations(o,s)}var a=t.hasOwnProperty(Xl)&&t[Xl],u=this._reflect&&this._reflect.getOwnMetadata&&this._reflect.getOwnMetadata("design:paramtypes",t);return u||a?this._zipTypesAndAnnotations(u,a):new Array(t.length).fill(void 0)},t.prototype.parameters=function(t){if(!Sm(t))return[];var e=Om(t),n=this._ownParameters(t,e);return n||e===Object||(n=this.parameters(e)),n||[]},t.prototype._ownAnnotations=function(t,e){if(t.annotations&&t.annotations!==e.annotations){var n=t.annotations;return"function"==typeof n&&n.annotations&&(n=n.annotations),n}return t.decorators&&t.decorators!==e.decorators?Nm(t.decorators):t.hasOwnProperty(Gl)?t[Gl]:null},t.prototype.annotations=function(t){if(!Sm(t))return[];var e=Om(t),n=this._ownAnnotations(t,e)||[];return(e!==Object?this.annotations(e):[]).concat(n)},t.prototype._ownPropMetadata=function(t,e){if(t.propMetadata&&t.propMetadata!==e.propMetadata){var n=t.propMetadata;return"function"==typeof n&&n.propMetadata&&(n=n.propMetadata),n}if(t.propDecorators&&t.propDecorators!==e.propDecorators){var r=t.propDecorators,i={};return Object.keys(r).forEach(function(t){i[t]=Nm(r[t])}),i}return t.hasOwnProperty($l)?t[$l]:null},t.prototype.propMetadata=function(t){if(!Sm(t))return{};var e=Om(t),n={};if(e!==Object){var r=this.propMetadata(e);Object.keys(r).forEach(function(t){n[t]=r[t]})}var i=this._ownPropMetadata(t,e);return i&&Object.keys(i).forEach(function(t){var e=[];n.hasOwnProperty(t)&&e.push.apply(e,f(n[t])),e.push.apply(e,f(i[t])),n[t]=e}),n},t.prototype.hasLifecycleHook=function(t,e){return t instanceof Em&&e in t.prototype},t.prototype.guards=function(t){return{}},t.prototype.getter=function(t){return new Function("o","return o."+t+";")},t.prototype.setter=function(t){return new Function("o","v","return o."+t+" = v;")},t.prototype.method=function(t){return new Function("o","args","if (!o."+t+") throw new Error('\""+t+"\" is undefined');\n return o."+t+".apply(o, args);")},t.prototype.importUri=function(t){return"object"==typeof t&&t.filePath?t.filePath:"./"+cp(t)},t.prototype.resourceUri=function(t){return"./"+cp(t)},t.prototype.resolveIdentifier=function(t,e,n,r){return r},t.prototype.resolveEnum=function(t,e){return t[e]},t}();function Nm(t){return t?t.map(function(t){var e=t.type.annotationCls;return new(e.bind.apply(e,f([void 0],t.args?t.args:[])))}):[]}function Om(t){var e=t.prototype?Object.getPrototypeOf(t.prototype):null;return(e?e.constructor:null)||Object}
1012
+ */
1021
1013
  /**
1022
1014
  * @license
1023
1015
  * Copyright Google Inc. All Rights Reserved.
@@ -1067,7 +1059,7 @@ function Yd(t){return"function"==typeof t}!function(t){function e(e){var n=t.cal
1067
1059
  * Use of this source code is governed by an MIT-style license that can be
1068
1060
  * found in the LICENSE file at https://angular.io/license
1069
1061
  */
1070
- function km(){}Rl({provide:String,useValue:Rl});var Mm=km,Im=km,Rm=km,Dm=Rl({provide:String,useValue:Rl}),jm=[];function Lm(t,e){if(!e){var n=(u=new Am).parameters(t);return function(){return new(t.bind.apply(t,f([void 0],Fp(n))))}}if(Dm in e){var r=e;return function(){return r.useValue}}if(e.useExisting){var i=e;return function(){return Lp(i.useExisting)}}if(e.useFactory){var o=e;return function(){return o.useFactory.apply(o,f(Fp(o.deps||jm)))}}if(e.useClass){var s=e,a=e.deps;if(!a){var u=new Am;a=u.parameters(t)}return function(){var t;return new((t=s.useClass).bind.apply(t,f([void 0],Fp(a))))}}var c=e.deps;return c||(u=new Am,c=u.parameters(t)),function(){return new(t.bind.apply(t,f([void 0],Fp(c))))}}Yl("Component",function(t){return void 0===t&&(t={}),a({changeDetection:Kl.Default},t)},Yl("Directive",function(t){return void 0===t&&(t={}),t},void 0,void 0,function(t,e){return Im(t,e)}),void 0,function(t,e){return Mm(t,e)}),Yl("Pipe",function(t){return a({pure:!0},t)},void 0,void 0,function(t,e){return Rm(t,e)});
1062
+ function lm(){}Rl({provide:String,useValue:Rl});var pm=lm,hm=lm,fm=lm,dm=Rl({provide:String,useValue:Rl}),vm=[];function ym(t,e){if(!e){var n=(u=new Wp).parameters(t);return function(){return new(t.bind.apply(t,f([void 0],Vp(n))))}}if(dm in e){var r=e;return function(){return r.useValue}}if(e.useExisting){var i=e;return function(){return Fp(i.useExisting)}}if(e.useFactory){var o=e;return function(){return o.useFactory.apply(o,f(Vp(o.deps||vm)))}}if(e.useClass){var s=e,a=e.deps;if(!a){var u=new Wp;a=u.parameters(t)}return function(){var t;return new((t=s.useClass).bind.apply(t,f([void 0],Vp(a))))}}var c=e.deps;return c||(u=new Wp,c=u.parameters(t)),function(){return new(t.bind.apply(t,f([void 0],Vp(c))))}}Jl("Component",function(t){return void 0===t&&(t={}),a({changeDetection:Wl.Default},t)},Jl("Directive",function(t){return void 0===t&&(t={}),t},void 0,void 0,function(t,e){return hm(t,e)}),void 0,function(t,e){return pm(t,e)}),Jl("Pipe",function(t){return a({pure:!0},t)},void 0,void 0,function(t,e){return fm(t,e)});
1071
1063
  /**
1072
1064
  * @license
1073
1065
  * Copyright Google Inc. All Rights Reserved.
@@ -1075,14 +1067,14 @@ function km(){}Rl({provide:String,useValue:Rl});var Mm=km,Im=km,Rm=km,Dm=Rl({pro
1075
1067
  * Use of this source code is governed by an MIT-style license that can be
1076
1068
  * found in the LICENSE file at https://angular.io/license
1077
1069
  */
1078
- var Fm=function(t){return function(e,n){for(var r=[],i=2;i<arguments.length;i++)r[i-2]=arguments[i];var o=e.constructor;o.hasOwnProperty(Bl)||function(t){var e=t.constructor,n=e.ngBaseDef,r=e.ngBaseDef={inputs:{},outputs:{},declaredInputs:{}};n&&(Dl(r.inputs,n.inputs),Dl(r.outputs,n.outputs),Dl(r.declaredInputs,n.declaredInputs))}(e),t(o.ngBaseDef)[n]=r[0]}},Vm=(tp("Input",function(t){return{bindingPropertyName:t}},void 0,Fm(function(t){return t.inputs||{}})),tp("Output",function(t){return{bindingPropertyName:t}},void 0,Fm(function(t){return t.outputs||{}})),tp("HostBinding",function(t){return{hostPropertyName:t}}),tp("HostListener",function(t,e){return{eventName:t,args:e}}),Yl("NgModule",function(t){return t},void 0,void 0,function(t,e){return function n(t,e){var n=e&&e.imports||[];e&&e.exports&&(n=f(n,[e.exports])),t.ngInjectorDef=function r(t){return{factory:t.factory,providers:t.providers||[],imports:t.imports||[]}}({factory:Lm(t,{useClass:t}),providers:e&&e.providers,imports:n})}(t,e)})),Bm=function bt(t){this.full=t,this.major=t.split(".")[0],this.minor=t.split(".")[1],this.patch=t.split(".").slice(2).join(".")},Hm=new Bm("7.0.0-beta.6"),Um=Yl("Injectable",void 0,void 0,void 0,function(t,e){return function n(t,e){e&&void 0!==e.providedIn&&!Ul(t)&&(t.ngInjectableDef=Hl({providedIn:e.providedIn,factory:Lm(t,e)}))}(t,e)}),qm="ngDebugContext",Km="ngOriginalError",zm="ngErrorLogger";function Wm(t){return t[qm]}function Qm(t){return t[Km]}function Gm(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];t.error.apply(t,f(e))}
1070
+ var mm=function(t){return function(e,n){for(var r=[],i=2;i<arguments.length;i++)r[i-2]=arguments[i];var o=e.constructor;o.hasOwnProperty(Hl)||function(t){var e=t.constructor,n=e.ngBaseDef,r=e.ngBaseDef={inputs:{},outputs:{},declaredInputs:{}};n&&(jl(r.inputs,n.inputs),jl(r.outputs,n.outputs),jl(r.declaredInputs,n.declaredInputs))}(e),t(o.ngBaseDef)[n]=r[0]}},gm=(np("Input",function(t){return{bindingPropertyName:t}},void 0,mm(function(t){return t.inputs||{}})),np("Output",function(t){return{bindingPropertyName:t}},void 0,mm(function(t){return t.outputs||{}})),np("HostBinding",function(t){return{hostPropertyName:t}}),np("HostListener",function(t,e){return{eventName:t,args:e}}),Jl("NgModule",function(t){return t},void 0,void 0,function(t,e){return function n(t,e){var n=e&&e.imports||[];e&&e.exports&&(n=f(n,[e.exports])),t.ngInjectorDef=function r(t){return{factory:t.factory,providers:t.providers||[],imports:t.imports||[]}}({factory:ym(t,{useClass:t}),providers:e&&e.providers,imports:n})}(t,e)})),_m=function bt(t){this.full=t,this.major=t.split(".")[0],this.minor=t.split(".")[1],this.patch=t.split(".").slice(2).join(".")},bm=new _m("7.0.0"),wm=Jl("Injectable",void 0,void 0,void 0,function(t,e){return function n(t,e){e&&void 0!==e.providedIn&&!Kl(t)&&(t.ngInjectableDef=ql({providedIn:e.providedIn,factory:ym(t,e)}))}(t,e)}),xm="ngDebugContext",Em="ngOriginalError",Sm="ngErrorLogger";function Cm(t){return t[xm]}function Tm(t){return t[Em]}function Pm(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];t.error.apply(t,f(e))}
1079
1071
  /**
1080
1072
  * @license
1081
1073
  * Copyright Google Inc. All Rights Reserved.
1082
1074
  *
1083
1075
  * Use of this source code is governed by an MIT-style license that can be
1084
1076
  * found in the LICENSE file at https://angular.io/license
1085
- */var Xm=function(){function t(){this._console=console}return t.prototype.handleError=function(t){var e=this._findOriginalError(t),n=this._findContext(t),r=function i(t){return t[zm]||Gm}(t);r(this._console,"ERROR",t),e&&r(this._console,"ORIGINAL ERROR",e),n&&r(this._console,"ERROR CONTEXT",n)},t.prototype._findContext=function(t){return t?Wm(t)?Wm(t):this._findContext(Qm(t)):null},t.prototype._findOriginalError=function(t){for(var e=Qm(t);e&&Qm(e);)e=Qm(e);return e},t}();function $m(t){return t.length>1?" ("+
1077
+ */var Am=function(){function t(){this._console=console}return t.prototype.handleError=function(t){var e=this._findOriginalError(t),n=this._findContext(t),r=function i(t){return t[Sm]||Pm}(t);r(this._console,"ERROR",t),e&&r(this._console,"ORIGINAL ERROR",e),n&&r(this._console,"ERROR CONTEXT",n)},t.prototype._findContext=function(t){return t?Cm(t)?Cm(t):this._findContext(Tm(t)):null},t.prototype._findOriginalError=function(t){for(var e=Tm(t);e&&Tm(e);)e=Tm(e);return e},t}();function Nm(t){return t.length>1?" ("+
1086
1078
  /**
1087
1079
  * @license
1088
1080
  * Copyright Google Inc. All Rights Reserved.
@@ -1090,7 +1082,7 @@ var Fm=function(t){return function(e,n){for(var r=[],i=2;i<arguments.length;i++)
1090
1082
  * Use of this source code is governed by an MIT-style license that can be
1091
1083
  * found in the LICENSE file at https://angular.io/license
1092
1084
  */
1093
- function e(t){for(var e=[],n=0;n<t.length;++n){if(e.indexOf(t[n])>-1)return e.push(t[n]),e;e.push(t[n])}return e}(t.slice().reverse()).map(function(t){return cp(t.token)}).join(" -> ")+")":""}function Ym(t,e,n,r){var i=[e],o=n(i),s=r?function a(t,e){var n=t+" caused by: "+(e instanceof Error?e.message:e),r=Error(n);return r[Km]=e,r}(o,r):Error(o);return s.addKey=Zm,s.keys=i,s.injectors=[t],s.constructResolvingMessage=n,s[Km]=r,s}function Zm(t,e){this.injectors.push(t),this.keys.push(e),this.message=this.constructResolvingMessage(this.keys)}function Jm(t,e){for(var n=[],r=0,i=e.length;r<i;r++){var o=e[r];n.push(o&&0!=o.length?o.map(cp).join(" "):"?")}return Error("Cannot resolve all parameters for '"+cp(t)+"'("+n.join(", ")+"). Make sure that all the parameters are decorated with Inject or have valid type annotations and that '"+cp(t)+"' is decorated with Injectable.")}
1085
+ function e(t){for(var e=[],n=0;n<t.length;++n){if(e.indexOf(t[n])>-1)return e.push(t[n]),e;e.push(t[n])}return e}(t.slice().reverse()).map(function(t){return pp(t.token)}).join(" -> ")+")":""}function km(t,e,n,r){var i=[e],o=n(i),s=r?function a(t,e){var n=t+" caused by: "+(e instanceof Error?e.message:e),r=Error(n);return r[Em]=e,r}(o,r):Error(o);return s.addKey=Om,s.keys=i,s.injectors=[t],s.constructResolvingMessage=n,s[Em]=r,s}function Om(t,e){this.injectors.push(t),this.keys.push(e),this.message=this.constructResolvingMessage(this.keys)}function Mm(t,e){for(var n=[],r=0,i=e.length;r<i;r++){var o=e[r];n.push(o&&0!=o.length?o.map(pp).join(" "):"?")}return Error("Cannot resolve all parameters for '"+pp(t)+"'("+n.join(", ")+"). Make sure that all the parameters are decorated with Inject or have valid type annotations and that '"+pp(t)+"' is decorated with Injectable.")}
1094
1086
  /**
1095
1087
  * @license
1096
1088
  * Copyright Google Inc. All Rights Reserved.
@@ -1098,21 +1090,21 @@ function e(t){for(var e=[],n=0;n<t.length;++n){if(e.indexOf(t[n])>-1)return e.pu
1098
1090
  * Use of this source code is governed by an MIT-style license that can be
1099
1091
  * found in the LICENSE file at https://angular.io/license
1100
1092
  */
1101
- var tg=function(){function t(t,e){if(this.token=t,this.id=e,!t)throw new Error("Token must be defined!");this.displayName=cp(this.token)}return t.get=function(t){return eg.get(pp(t))},Object.defineProperty(t,"numberOfKeys",{get:function(){return eg.numberOfKeys},enumerable:!0,configurable:!0}),t}(),eg=new(function(){function t(){this._allKeys=new Map}return t.prototype.get=function(t){if(t instanceof tg)return t;if(this._allKeys.has(t))return this._allKeys.get(t);var e=new tg(t,tg.numberOfKeys);return this._allKeys.set(t,e),e},Object.defineProperty(t.prototype,"numberOfKeys",{get:function(){return this._allKeys.size},enumerable:!0,configurable:!0}),t}()),ng=new(function(){function t(t){this.reflectionCapabilities=t}return t.prototype.updateCapabilities=function(t){this.reflectionCapabilities=t},t.prototype.factory=function(t){return this.reflectionCapabilities.factory(t)},t.prototype.parameters=function(t){return this.reflectionCapabilities.parameters(t)},t.prototype.annotations=function(t){return this.reflectionCapabilities.annotations(t)},t.prototype.propMetadata=function(t){return this.reflectionCapabilities.propMetadata(t)},t.prototype.hasLifecycleHook=function(t,e){return this.reflectionCapabilities.hasLifecycleHook(t,e)},t.prototype.getter=function(t){return this.reflectionCapabilities.getter(t)},t.prototype.setter=function(t){return this.reflectionCapabilities.setter(t)},t.prototype.method=function(t){return this.reflectionCapabilities.method(t)},t.prototype.importUri=function(t){return this.reflectionCapabilities.importUri(t)},t.prototype.resourceUri=function(t){return this.reflectionCapabilities.resourceUri(t)},t.prototype.resolveIdentifier=function(t,e,n,r){return this.reflectionCapabilities.resolveIdentifier(t,e,n,r)},t.prototype.resolveEnum=function(t,e){return this.reflectionCapabilities.resolveEnum(t,e)},t}())(new Am),rg=function(){function t(t,e,n){this.key=t,this.optional=e,this.visibility=n}return t.fromKey=function(e){return new t(e,!1,null)},t}(),ig=[],og=function og(t,e,n){this.key=t,this.resolvedFactories=e,this.multiProvider=n,this.resolvedFactory=this.resolvedFactories[0]},sg=function sg(t,e){this.factory=t,this.dependencies=e};function ag(t){return new og(tg.get(t.provide),[function e(t){var e,n;if(t.useClass){var r=pp(t.useClass);e=ng.factory(r),n=ug(r)}else t.useExisting?(e=function(t){return t},n=[rg.fromKey(tg.get(t.useExisting))]):t.useFactory?(e=t.useFactory,n=function i(t,e){if(e){var n=e.map(function(t){return[t]});return e.map(function(e){return cg(t,e,n)})}return ug(t)}(t.useFactory,t.deps)):(e=function(){return t.useValue},n=ig);return new sg(e,n)}(t)],t.multi||!1)}function ug(t){var e=ng.parameters(t);if(!e)return[];if(e.some(function(t){return null==t}))throw Jm(t,e);return e.map(function(n){return cg(t,n,e)})}function cg(t,e,n){var r=null,i=!1;if(!Array.isArray(e))return lg(e instanceof hp?e.token:e,i,null);for(var o=null,s=0;s<e.length;++s){var a=e[s];a instanceof Em?r=a:a instanceof hp?r=a.token:a instanceof fp?i=!0:a instanceof dp||a instanceof vp?o=a:a instanceof Ql&&(r=a)}if(null!=(r=pp(r)))return lg(r,i,o);throw Jm(t,n)}function lg(t,e,n){return new rg(tg.get(t),e,n)}
1093
+ var Im=function(){function t(t,e){if(this.token=t,this.id=e,!t)throw new Error("Token must be defined!");this.displayName=pp(this.token)}return t.get=function(t){return Dm.get(fp(t))},Object.defineProperty(t,"numberOfKeys",{get:function(){return Dm.numberOfKeys},enumerable:!0,configurable:!0}),t}(),Dm=new(function(){function t(){this._allKeys=new Map}return t.prototype.get=function(t){if(t instanceof Im)return t;if(this._allKeys.has(t))return this._allKeys.get(t);var e=new Im(t,Im.numberOfKeys);return this._allKeys.set(t,e),e},Object.defineProperty(t.prototype,"numberOfKeys",{get:function(){return this._allKeys.size},enumerable:!0,configurable:!0}),t}()),Rm=new(function(){function t(t){this.reflectionCapabilities=t}return t.prototype.updateCapabilities=function(t){this.reflectionCapabilities=t},t.prototype.factory=function(t){return this.reflectionCapabilities.factory(t)},t.prototype.parameters=function(t){return this.reflectionCapabilities.parameters(t)},t.prototype.annotations=function(t){return this.reflectionCapabilities.annotations(t)},t.prototype.propMetadata=function(t){return this.reflectionCapabilities.propMetadata(t)},t.prototype.hasLifecycleHook=function(t,e){return this.reflectionCapabilities.hasLifecycleHook(t,e)},t.prototype.getter=function(t){return this.reflectionCapabilities.getter(t)},t.prototype.setter=function(t){return this.reflectionCapabilities.setter(t)},t.prototype.method=function(t){return this.reflectionCapabilities.method(t)},t.prototype.importUri=function(t){return this.reflectionCapabilities.importUri(t)},t.prototype.resourceUri=function(t){return this.reflectionCapabilities.resourceUri(t)},t.prototype.resolveIdentifier=function(t,e,n,r){return this.reflectionCapabilities.resolveIdentifier(t,e,n,r)},t.prototype.resolveEnum=function(t,e){return this.reflectionCapabilities.resolveEnum(t,e)},t}())(new Wp),jm=function(){function t(t,e,n){this.key=t,this.optional=e,this.visibility=n}return t.fromKey=function(e){return new t(e,!1,null)},t}(),Lm=[],Fm=function Fm(t,e,n){this.key=t,this.resolvedFactories=e,this.multiProvider=n,this.resolvedFactory=this.resolvedFactories[0]},Vm=function Vm(t,e){this.factory=t,this.dependencies=e};function Bm(t){return new Fm(Im.get(t.provide),[function e(t){var e,n;if(t.useClass){var r=fp(t.useClass);e=Rm.factory(r),n=Hm(r)}else t.useExisting?(e=function(t){return t},n=[jm.fromKey(Im.get(t.useExisting))]):t.useFactory?(e=t.useFactory,n=function i(t,e){if(e){var n=e.map(function(t){return[t]});return e.map(function(e){return Um(t,e,n)})}return Hm(t)}(t.useFactory,t.deps)):(e=function(){return t.useValue},n=Lm);return new Vm(e,n)}(t)],t.multi||!1)}function Hm(t){var e=Rm.parameters(t);if(!e)return[];if(e.some(function(t){return null==t}))throw Mm(t,e);return e.map(function(n){return Um(t,n,e)})}function Um(t,e,n){var r=null,i=!1;if(!Array.isArray(e))return qm(e instanceof dp?e.token:e,i,null);for(var o=null,s=0;s<e.length;++s){var a=e[s];a instanceof Bp?r=a:a instanceof dp?r=a.token:a instanceof vp?i=!0:a instanceof yp||a instanceof mp?o=a:a instanceof Xl&&(r=a)}if(null!=(r=fp(r)))return qm(r,i,o);throw Mm(t,n)}function qm(t,e,n){return new jm(Im.get(t),e,n)}
1102
1094
  /**
1103
1095
  * @license
1104
1096
  * Copyright Google Inc. All Rights Reserved.
1105
1097
  *
1106
1098
  * Use of this source code is governed by an MIT-style license that can be
1107
1099
  * found in the LICENSE file at https://angular.io/license
1108
- */var pg=new Object,hg=function(){function t(){}return t.resolve=function(t){return function e(t){var e=function n(t,e){for(var n=0;n<t.length;n++){var r=t[n],i=e.get(r.key.id);if(i){if(r.multiProvider!==i.multiProvider)throw Error("Cannot mix multi providers and regular providers, got: "+i+" "+r);if(r.multiProvider)for(var o=0;o<r.resolvedFactories.length;o++)i.resolvedFactories.push(r.resolvedFactories[o]);else e.set(r.key.id,r)}else{var s;s=r.multiProvider?new og(r.key,r.resolvedFactories.slice(),r.multiProvider):r,e.set(r.key.id,s)}}return e}(function t(e,n){return e.forEach(function(e){if(e instanceof Em)n.push({provide:e,useClass:e});else if(e&&"object"==typeof e&&void 0!==e.provide)n.push(e);else{if(!(e instanceof Array))throw function r(t){return Error("Invalid provider - only instances of Provider and Type are allowed, got: "+t)}(e);t(e,n)}}),n}(t,[]).map(ag),new Map);return Array.from(e.values())}(t)},t.resolveAndCreate=function(e,n){var r=t.resolve(e);return t.fromResolvedProviders(r,n)},t.fromResolvedProviders=function(t,e){return new fg(t,e)},t}(),fg=function(){function t(t,e){this._constructionCounter=0,this._providers=t,this.parent=e||null;var n=t.length;this.keyIds=new Array(n),this.objs=new Array(n);for(var r=0;r<n;r++)this.keyIds[r]=t[r].key.id,this.objs[r]=pg}return t.prototype.get=function(t,e){return void 0===e&&(e=gp),this._getByKey(tg.get(t),null,e)},t.prototype.resolveAndCreateChild=function(t){var e=hg.resolve(t);return this.createChildFromResolved(e)},t.prototype.createChildFromResolved=function(e){var n=new t(e);return n.parent=this,n},t.prototype.resolveAndInstantiate=function(t){return this.instantiateResolved(hg.resolve([t])[0])},t.prototype.instantiateResolved=function(t){return this._instantiateProvider(t)},t.prototype.getProviderAtIndex=function(t){if(t<0||t>=this._providers.length)throw function e(t){return Error("Index "+t+" is out-of-bounds.")}(t);return this._providers[t]},t.prototype._new=function(t){if(this._constructionCounter++>this._getMaxNumberOfObjects())throw function e(t,n){return Ym(t,n,function(t){return"Cannot instantiate cyclic dependency!"+$m(t)})}(this,t.key);return this._instantiateProvider(t)},t.prototype._getMaxNumberOfObjects=function(){return this.objs.length},t.prototype._instantiateProvider=function(t){if(t.multiProvider){for(var e=new Array(t.resolvedFactories.length),n=0;n<t.resolvedFactories.length;++n)e[n]=this._instantiate(t,t.resolvedFactories[n]);return e}return this._instantiate(t,t.resolvedFactories[0])},t.prototype._instantiate=function(t,e){var n,r,i=this,o=e.factory;try{n=e.dependencies.map(function(t){return i._getByReflectiveDependency(t)})}catch(e){throw e.addKey&&e.addKey(this,t.key),e}try{r=o.apply(void 0,f(n))}catch(e){throw function s(t,e,n,r){return Ym(t,r,function(t){var n=cp(t[0].token);return e.message+": Error during instantiation of "+n+"!"+$m(t)+"."},e)}(this,e,0,t.key)}return r},t.prototype._getByReflectiveDependency=function(t){return this._getByKey(t.key,t.visibility,t.optional?null:gp)},t.prototype._getByKey=function(e,n,r){return e===t.INJECTOR_KEY?this:n instanceof dp?this._getByKeySelf(e,r):this._getByKeyDefault(e,r,n)},t.prototype._getObjByKeyId=function(t){for(var e=0;e<this.keyIds.length;e++)if(this.keyIds[e]===t)return this.objs[e]===pg&&(this.objs[e]=this._new(this._providers[e])),this.objs[e];return pg},t.prototype._throwOrNull=function(t,e){if(e!==gp)return e;throw function n(t,e){return Ym(t,e,function(t){return"No provider for "+cp(t[0].token)+"!"+$m(t)})}(this,t)},t.prototype._getByKeySelf=function(t,e){var n=this._getObjByKeyId(t.id);return n!==pg?n:this._throwOrNull(t,e)},t.prototype._getByKeyDefault=function(e,n,r){var i;for(i=r instanceof vp?this.parent:this;i instanceof t;){var o=i,s=o._getObjByKeyId(e.id);if(s!==pg)return s;i=o.parent}return null!==i?i.get(e.token,n):this._throwOrNull(e,n)},Object.defineProperty(t.prototype,"displayName",{get:function(){return"ReflectiveInjector(providers: ["+function t(e,n){for(var r=new Array(e._providers.length),i=0;i<e._providers.length;++i)r[i]=n(e.getProviderAtIndex(i));return r}
1100
+ */var Km=new Object,zm=function(){function t(){}return t.resolve=function(t){return function e(t){var e=function n(t,e){for(var n=0;n<t.length;n++){var r=t[n],i=e.get(r.key.id);if(i){if(r.multiProvider!==i.multiProvider)throw Error("Cannot mix multi providers and regular providers, got: "+i+" "+r);if(r.multiProvider)for(var o=0;o<r.resolvedFactories.length;o++)i.resolvedFactories.push(r.resolvedFactories[o]);else e.set(r.key.id,r)}else{var s;s=r.multiProvider?new Fm(r.key,r.resolvedFactories.slice(),r.multiProvider):r,e.set(r.key.id,s)}}return e}(function t(e,n){return e.forEach(function(e){if(e instanceof Bp)n.push({provide:e,useClass:e});else if(e&&"object"==typeof e&&void 0!==e.provide)n.push(e);else{if(!(e instanceof Array))throw function r(t){return Error("Invalid provider - only instances of Provider and Type are allowed, got: "+t)}(e);t(e,n)}}),n}(t,[]).map(Bm),new Map);return Array.from(e.values())}(t)},t.resolveAndCreate=function(e,n){var r=t.resolve(e);return t.fromResolvedProviders(r,n)},t.fromResolvedProviders=function(t,e){return new Wm(t,e)},t}(),Wm=function(){function t(t,e){this._constructionCounter=0,this._providers=t,this.parent=e||null;var n=t.length;this.keyIds=new Array(n),this.objs=new Array(n);for(var r=0;r<n;r++)this.keyIds[r]=t[r].key.id,this.objs[r]=Km}return t.prototype.get=function(t,e){return void 0===e&&(e=bp),this._getByKey(Im.get(t),null,e)},t.prototype.resolveAndCreateChild=function(t){var e=zm.resolve(t);return this.createChildFromResolved(e)},t.prototype.createChildFromResolved=function(e){var n=new t(e);return n.parent=this,n},t.prototype.resolveAndInstantiate=function(t){return this.instantiateResolved(zm.resolve([t])[0])},t.prototype.instantiateResolved=function(t){return this._instantiateProvider(t)},t.prototype.getProviderAtIndex=function(t){if(t<0||t>=this._providers.length)throw function e(t){return Error("Index "+t+" is out-of-bounds.")}(t);return this._providers[t]},t.prototype._new=function(t){if(this._constructionCounter++>this._getMaxNumberOfObjects())throw function e(t,n){return km(t,n,function(t){return"Cannot instantiate cyclic dependency!"+Nm(t)})}(this,t.key);return this._instantiateProvider(t)},t.prototype._getMaxNumberOfObjects=function(){return this.objs.length},t.prototype._instantiateProvider=function(t){if(t.multiProvider){for(var e=new Array(t.resolvedFactories.length),n=0;n<t.resolvedFactories.length;++n)e[n]=this._instantiate(t,t.resolvedFactories[n]);return e}return this._instantiate(t,t.resolvedFactories[0])},t.prototype._instantiate=function(t,e){var n,r,i=this,o=e.factory;try{n=e.dependencies.map(function(t){return i._getByReflectiveDependency(t)})}catch(e){throw e.addKey&&e.addKey(this,t.key),e}try{r=o.apply(void 0,f(n))}catch(e){throw function s(t,e,n,r){return km(t,r,function(t){var n=pp(t[0].token);return e.message+": Error during instantiation of "+n+"!"+Nm(t)+"."},e)}(this,e,0,t.key)}return r},t.prototype._getByReflectiveDependency=function(t){return this._getByKey(t.key,t.visibility,t.optional?null:bp)},t.prototype._getByKey=function(e,n,r){return e===t.INJECTOR_KEY?this:n instanceof yp?this._getByKeySelf(e,r):this._getByKeyDefault(e,r,n)},t.prototype._getObjByKeyId=function(t){for(var e=0;e<this.keyIds.length;e++)if(this.keyIds[e]===t)return this.objs[e]===Km&&(this.objs[e]=this._new(this._providers[e])),this.objs[e];return Km},t.prototype._throwOrNull=function(t,e){if(e!==bp)return e;throw function n(t,e){return km(t,e,function(t){return"No provider for "+pp(t[0].token)+"!"+Nm(t)})}(this,t)},t.prototype._getByKeySelf=function(t,e){var n=this._getObjByKeyId(t.id);return n!==Km?n:this._throwOrNull(t,e)},t.prototype._getByKeyDefault=function(e,n,r){var i;for(i=r instanceof mp?this.parent:this;i instanceof t;){var o=i,s=o._getObjByKeyId(e.id);if(s!==Km)return s;i=o.parent}return null!==i?i.get(e.token,n):this._throwOrNull(e,n)},Object.defineProperty(t.prototype,"displayName",{get:function(){return"ReflectiveInjector(providers: ["+function t(e,n){for(var r=new Array(e._providers.length),i=0;i<e._providers.length;++i)r[i]=n(e.getProviderAtIndex(i));return r}
1109
1101
  /**
1110
1102
  * @license
1111
1103
  * Copyright Google Inc. All Rights Reserved.
1112
1104
  *
1113
1105
  * Use of this source code is governed by an MIT-style license that can be
1114
1106
  * found in the LICENSE file at https://angular.io/license
1115
- */(this,function(t){return' "'+t.key.displayName+'" '}).join(", ")+"])"},enumerable:!0,configurable:!0}),t.prototype.toString=function(){return this.displayName},t.INJECTOR_KEY=tg.get(wp),t}(),dg=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),vg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.durationSelector=n,r.hasValue=!1,r}dg(e,t),e.prototype._next=function(t){if(this.value=t,this.hasValue=!0,!this.throttled){var e=av(this.durationSelector)(t);if(e===ov)this.destination.error(ov.e);else{var n=Ky(this,e);n.closed?this.clearThrottle():this.add(this.throttled=n)}}},e.prototype.clearThrottle=function(){var t=this.value,e=this.hasValue,n=this.throttled;n&&(this.remove(n),this.throttled=null,n.unsubscribe()),e&&(this.value=null,this.hasValue=!1,this.destination.next(t))},e.prototype.notifyNext=function(t,e,n,r){this.clearThrottle()},e.prototype.notifyComplete=function(){this.clearThrottle()}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),yg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.buffer=[],r.add(Ky(r,n)),r}vg(e,t),e.prototype._next=function(t){this.buffer.push(t)},e.prototype.notifyNext=function(t,e,n,r,i){var o=this.buffer;this.buffer=[],this.destination.next(o)}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),mg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.bufferSize=n,r.buffer=[],r}yg(e,t),e.prototype._next=function(t){var e=this.buffer;e.push(t),e.length==this.bufferSize&&(this.destination.next(e),this.buffer=[])},e.prototype._complete=function(){var e=this.buffer;e.length>0&&this.destination.next(e),t.prototype._complete.call(this)}}(dv),function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.bufferSize=n,i.startBufferEvery=r,i.buffers=[],i.count=0,i}yg(e,t),e.prototype._next=function(t){var e=this.bufferSize,n=this.startBufferEvery,r=this.buffers,i=this.count;this.count++,i%n==0&&r.push([]);for(var o=r.length;o--;){var s=r[o];s.push(t),s.length===e&&(r.splice(o,1),this.destination.next(s))}},e.prototype._complete=function(){for(var e=this.buffers,n=this.destination;e.length>0;){var r=e.shift();r.length>0&&n.next(r)}t.prototype._complete.call(this)}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),gg=function gg(){this.buffer=[]};function _g(t){var e=t.subscriber,n=t.context;n&&e.closeContext(n),e.closed||(t.context=e.openContext(),t.context.closeAction=this.schedule(t,t.bufferTimeSpan))}function bg(t){var e=t.bufferCreationInterval,n=t.bufferTimeSpan,r=t.subscriber,i=t.scheduler,o=r.openContext();r.closed||(r.add(o.closeAction=i.schedule(wg,n,{subscriber:r,context:o})),this.schedule(t,e))}function wg(t){t.subscriber.closeContext(t.context)}!function(t){function e(e,n,r,i,o){var s=t.call(this,e)||this;s.bufferTimeSpan=n,s.bufferCreationInterval=r,s.maxBufferSize=i,s.scheduler=o,s.contexts=[];var a=s.openContext();if(s.timespanOnly=null==r||r<0,s.timespanOnly)s.add(a.closeAction=o.schedule(_g,n,{subscriber:s,context:a,bufferTimeSpan:n}));else{var u={bufferTimeSpan:n,bufferCreationInterval:r,subscriber:s,scheduler:o};s.add(a.closeAction=o.schedule(wg,n,{subscriber:s,context:a})),s.add(o.schedule(bg,r,u))}return s}mg(e,t),e.prototype._next=function(t){for(var e,n=this.contexts,r=n.length,i=0;i<r;i++){var o=n[i],s=o.buffer;s.push(t),s.length==this.maxBufferSize&&(e=o)}e&&this.onBufferFull(e)},e.prototype._error=function(e){this.contexts.length=0,t.prototype._error.call(this,e)},e.prototype._complete=function(){for(var e=this.contexts,n=this.destination;e.length>0;){var r=e.shift();n.next(r.buffer)}t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.contexts=null},e.prototype.onBufferFull=function(t){this.closeContext(t);var e=t.closeAction;if(e.unsubscribe(),this.remove(e),!this.closed&&this.timespanOnly){t=this.openContext();var n=this.bufferTimeSpan;this.add(t.closeAction=this.scheduler.schedule(_g,n,{subscriber:this,context:t,bufferTimeSpan:n}))}},e.prototype.openContext=function(){var t=new gg;return this.contexts.push(t),t},e.prototype.closeContext=function(t){this.destination.next(t.buffer);var e=this.contexts;(e?e.indexOf(t):-1)>=0&&e.splice(e.indexOf(t),1)}}(dv);var xg=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Eg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.openings=n,i.closingSelector=r,i.contexts=[],i.add(Ky(i,n)),i}xg(e,t),e.prototype._next=function(t){for(var e=this.contexts,n=e.length,r=0;r<n;r++)e[r].buffer.push(t)},e.prototype._error=function(e){for(var n=this.contexts;n.length>0;){var r=n.shift();r.subscription.unsubscribe(),r.buffer=null,r.subscription=null}this.contexts=null,t.prototype._error.call(this,e)},e.prototype._complete=function(){for(var e=this.contexts;e.length>0;){var n=e.shift();this.destination.next(n.buffer),n.subscription.unsubscribe(),n.buffer=null,n.subscription=null}this.contexts=null,t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,n,r,i){t?this.closeBuffer(t):this.openBuffer(e)},e.prototype.notifyComplete=function(t){this.closeBuffer(t.context)},e.prototype.openBuffer=function(t){try{var e=this.closingSelector.call(this,t);e&&this.trySubscribe(e)}catch(t){this._error(t)}},e.prototype.closeBuffer=function(t){var e=this.contexts;if(e&&t){var n=t.subscription;this.destination.next(t.buffer),e.splice(e.indexOf(t),1),this.remove(n),n.unsubscribe()}},e.prototype.trySubscribe=function(t){var e=this.contexts,n=new lv,r={buffer:[],subscription:n};e.push(r);var i=Ky(this,t,r);!i||i.closed?this.closeBuffer(r):(i.context=r,this.add(i),n.add(i))}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Sg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.closingSelector=n,r.subscribing=!1,r.openBuffer(),r}Eg(e,t),e.prototype._next=function(t){this.buffer.push(t)},e.prototype._complete=function(){var e=this.buffer;e&&this.destination.next(e),t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.buffer=null,this.subscribing=!1},e.prototype.notifyNext=function(t,e,n,r,i){this.openBuffer()},e.prototype.notifyComplete=function(){this.subscribing?this.complete():this.openBuffer()},e.prototype.openBuffer=function(){var t=this.closingSubscription;t&&(this.remove(t),t.unsubscribe()),this.buffer&&this.destination.next(this.buffer),this.buffer=[];var e=av(this.closingSelector)();e===ov?this.error(ov.e):(t=new lv,this.closingSubscription=t,this.add(t),this.subscribing=!0,t.add(Ky(this,e)),this.subscribing=!1)}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Cg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.selector=n,i.caught=r,i}Sg(e,t),e.prototype.error=function(e){if(!this.isStopped){var n=void 0;try{n=this.selector(e,this.caught)}catch(e){return void t.prototype.error.call(this,e)}this._unsubscribeAndRecycle(),this.add(Ky(this,n))}}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Tg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.predicate=n,i.source=r,i.count=0,i.index=0,i}Cg(e,t),e.prototype._next=function(t){this.predicate?this._tryPredicate(t):this.count++},e.prototype._tryPredicate=function(t){var e;try{e=this.predicate(t,this.index++,this.source)}catch(t){return void this.destination.error(t)}e&&this.count++},e.prototype._complete=function(){this.destination.next(this.count),this.destination.complete()}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Pg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.durationSelector=n,r.hasValue=!1,r.durationSubscription=null,r}Tg(e,t),e.prototype._next=function(t){try{var e=this.durationSelector.call(this,t);e&&this._tryNext(t,e)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){this.emitValue(),this.destination.complete()},e.prototype._tryNext=function(t,e){var n=this.durationSubscription;this.value=t,this.hasValue=!0,n&&(n.unsubscribe(),this.remove(n)),(n=Ky(this,e))&&!n.closed&&this.add(this.durationSubscription=n)},e.prototype.notifyNext=function(t,e,n,r,i){this.emitValue()},e.prototype.notifyComplete=function(){this.emitValue()},e.prototype.emitValue=function(){if(this.hasValue){var e=this.value,n=this.durationSubscription;n&&(this.durationSubscription=null,n.unsubscribe(),this.remove(n)),this.value=null,this.hasValue=!1,t.prototype._next.call(this,e)}}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}());function Ag(t){t.debouncedNext()}!function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.dueTime=n,i.scheduler=r,i.debouncedSubscription=null,i.lastValue=null,i.hasValue=!1,i}Pg(e,t),e.prototype._next=function(t){this.clearDebounce(),this.lastValue=t,this.hasValue=!0,this.add(this.debouncedSubscription=this.scheduler.schedule(Ag,this.dueTime,this))},e.prototype._complete=function(){this.debouncedNext(),this.destination.complete()},e.prototype.debouncedNext=function(){if(this.clearDebounce(),this.hasValue){var t=this.lastValue;this.lastValue=null,this.hasValue=!1,this.destination.next(t)}},e.prototype.clearDebounce=function(){var t=this.debouncedSubscription;null!==t&&(this.remove(t),t.unsubscribe(),this.debouncedSubscription=null)}}(dv);var Ng=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Og=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.defaultValue=n,r.isEmpty=!0,r}Ng(e,t),e.prototype._next=function(t){this.isEmpty=!1,this.destination.next(t)},e.prototype._complete=function(){this.isEmpty&&this.destination.next(this.defaultValue),this.destination.complete()}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),kg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.delay=n,i.scheduler=r,i.queue=[],i.active=!1,i.errored=!1,i}Og(e,t),e.dispatch=function(t){for(var e=t.source,n=e.queue,r=t.scheduler,i=t.destination;n.length>0&&n[0].time-r.now()<=0;)n.shift().notification.observe(i);if(n.length>0){var o=Math.max(0,n[0].time-r.now());this.schedule(t,o)}else e.active=!1},e.prototype._schedule=function(t){this.active=!0,this.add(t.schedule(e.dispatch,this.delay,{source:this,destination:this.destination,scheduler:t}))},e.prototype.scheduleNotification=function(t){if(!0!==this.errored){var e=this.scheduler,n=new kg(e.now()+this.delay,t);this.queue.push(n),!1===this.active&&this._schedule(e)}},e.prototype._next=function(t){this.scheduleNotification(oy.createNext(t))},e.prototype._error=function(t){this.errored=!0,this.queue=[],this.destination.error(t)},e.prototype._complete=function(){this.scheduleNotification(oy.createComplete())}}(dv),function kg(t,e){this.time=t,this.notification=e}),Mg=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Ig=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.delayDurationSelector=n,r.completed=!1,r.delayNotifierSubscriptions=[],r.values=[],r}Mg(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(t),this.removeSubscription(i),this.tryComplete()},e.prototype.notifyError=function(t,e){this._error(t)},e.prototype.notifyComplete=function(t){var e=this.removeSubscription(t);e&&this.destination.next(e),this.tryComplete()},e.prototype._next=function(t){try{var e=this.delayDurationSelector(t);e&&this.tryDelay(e,t)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){this.completed=!0,this.tryComplete()},e.prototype.removeSubscription=function(t){t.unsubscribe();var e=this.delayNotifierSubscriptions.indexOf(t),n=null;return-1!==e&&(n=this.values[e],this.delayNotifierSubscriptions.splice(e,1),this.values.splice(e,1)),n},e.prototype.tryDelay=function(t,e){var n=Ky(this,t,e);n&&!n.closed&&(this.add(n),this.delayNotifierSubscriptions.push(n)),this.values.push(e)},e.prototype.tryComplete=function(){this.completed&&0===this.delayNotifierSubscriptions.length&&this.destination.complete()}}(Iy),function(t){function e(e,n){var r=t.call(this)||this;return r.source=e,r.subscriptionDelay=n,r}Mg(e,t),e.prototype._subscribe=function(t){this.subscriptionDelay.subscribe(new Ig(t,this.source))}}(_v),function(t){function e(e,n){var r=t.call(this)||this;return r.parent=e,r.source=n,r.sourceSubscribed=!1,r}return Mg(e,t),e.prototype._next=function(t){this.subscribeToSource()},e.prototype._error=function(t){this.unsubscribe(),this.parent.error(t)},e.prototype._complete=function(){this.subscribeToSource()},e.prototype.subscribeToSource=function(){this.sourceSubscribed||(this.sourceSubscribed=!0,this.unsubscribe(),this.source.subscribe(this.parent))},e}(dv)),Rg=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Dg=(function(t){function e(e){return t.call(this,e)||this}Rg(e,t),e.prototype._next=function(t){t.observe(this.destination)}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),jg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.keySelector=n,i.values=new Set,r&&i.add(Ky(i,r)),i}Dg(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.values.clear()},e.prototype.notifyError=function(t,e){this._error(t)},e.prototype._next=function(t){this.keySelector?this._useKeySelector(t):this._finalizeNext(t,t)},e.prototype._useKeySelector=function(t){var e,n=this.destination;try{e=this.keySelector(t)}catch(t){return void n.error(t)}this._finalizeNext(e,t)},e.prototype._finalizeNext=function(t,e){var n=this.values;n.has(t)||(n.add(t),this.destination.next(e))}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Lg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.keySelector=r,i.hasKey=!1,"function"==typeof n&&(i.compare=n),i}jg(e,t),e.prototype.compare=function(t,e){return t===e},e.prototype._next=function(t){var e=t;if(this.keySelector&&(e=av(this.keySelector)(t))===ov)return this.destination.error(ov.e);var n=!1;if(this.hasKey){if((n=av(this.compare)(this.key,e))===ov)return this.destination.error(ov.e)}else this.hasKey=!0;!1===Boolean(n)&&(this.key=e,this.destination.next(t))}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Fg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.predicate=n,i.thisArg=r,i.count=0,i}Lg(e,t),e.prototype._next=function(t){var e;try{e=this.predicate.call(this.thisArg,t,this.count++)}catch(t){return void this.destination.error(t)}e&&this.destination.next(t)}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Vg=(function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o._tapNext=gv,o._tapError=gv,o._tapComplete=gv,o._tapError=r||gv,o._tapComplete=i||gv,Yd(n)?(o._context=o,o._tapNext=n):n&&(o._context=n,o._tapNext=n.next||gv,o._tapError=n.error||gv,o._tapComplete=n.complete||gv),o}Fg(e,t),e.prototype._next=function(t){try{this._tapNext.call(this._context,t)}catch(t){return void this.destination.error(t)}this.destination.next(t)},e.prototype._error=function(t){try{this._tapError.call(this._context,t)}catch(t){return void this.destination.error(t)}this.destination.error(t)},e.prototype._complete=function(){try{this._tapComplete.call(this._context)}catch(t){return void this.destination.error(t)}return this.destination.complete()}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Bg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.total=n,r.count=0,r}Vg(e,t),e.prototype._next=function(t){var e=this.total,n=++this.count;n<=e&&(this.destination.next(t),n===e&&(this.destination.complete(),this.unsubscribe()))}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Hg=(function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.predicate=n,o.thisArg=r,o.source=i,o.index=0,o.thisArg=r||o,o}Bg(e,t),e.prototype.notifyComplete=function(t){this.destination.next(t),this.destination.complete()},e.prototype._next=function(t){var e=!1;try{e=this.predicate.call(this.thisArg,t,this.index++,this.source)}catch(t){return void this.destination.error(t)}e||this.notifyComplete(!1)},e.prototype._complete=function(){this.notifyComplete(!0)}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Ug=(function(t){function e(e){var n=t.call(this,e)||this;return n.hasCompleted=!1,n.hasSubscription=!1,n}Hg(e,t),e.prototype._next=function(t){this.hasSubscription||(this.hasSubscription=!0,this.add(Ky(this,t)))},e.prototype._complete=function(){this.hasCompleted=!0,this.hasSubscription||this.destination.complete()},e.prototype.notifyComplete=function(t){this.remove(t),this.hasSubscription=!1,this.hasCompleted&&this.destination.complete()}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),qg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.project=n,r.hasSubscription=!1,r.hasCompleted=!1,r.index=0,r}Ug(e,t),e.prototype._next=function(t){this.hasSubscription||this.tryNext(t)},e.prototype.tryNext=function(t){var e=this.index++,n=this.destination;try{var r=this.project(t,e);this.hasSubscription=!0,this.add(Ky(this,r,t,e))}catch(t){n.error(t)}},e.prototype._complete=function(){this.hasCompleted=!0,this.hasSubscription||this.destination.complete()},e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(e)},e.prototype.notifyError=function(t){this.destination.error(t)},e.prototype.notifyComplete=function(t){this.remove(t),this.hasSubscription=!1,this.hasCompleted&&this.destination.complete()}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Kg=(function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.project=n,o.concurrent=r,o.scheduler=i,o.index=0,o.active=0,o.hasCompleted=!1,r<Number.POSITIVE_INFINITY&&(o.buffer=[]),o}qg(e,t),e.dispatch=function(t){t.subscriber.subscribeToProjection(t.result,t.value,t.index)},e.prototype._next=function(t){var n=this.destination;if(n.closed)this._complete();else{var r=this.index++;if(this.active<this.concurrent){n.next(t);var i=av(this.project)(t,r);i===ov?n.error(ov.e):this.scheduler?this.add(this.scheduler.schedule(e.dispatch,0,{subscriber:this,result:i,value:t,index:r})):this.subscribeToProjection(i,t,r)}else this.buffer.push(t)}},e.prototype.subscribeToProjection=function(t,e,n){this.active++,this.add(Ky(this,t,e,n))},e.prototype._complete=function(){this.hasCompleted=!0,this.hasCompleted&&0===this.active&&this.destination.complete()},e.prototype.notifyNext=function(t,e,n,r,i){this._next(e)},e.prototype.notifyComplete=function(t){var e=this.buffer;this.remove(t),this.active--,e&&e.length>0&&this._next(e.shift()),this.hasCompleted&&0===this.active&&this.destination.complete()}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),zg=(function(t){Kg(function e(n,r){var i=t.call(this,n)||this;return i.add(new lv(r)),i},t)}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Wg=(function(t){function e(e,n,r,i,o){var s=t.call(this,e)||this;return s.predicate=n,s.source=r,s.yieldIndex=i,s.thisArg=o,s.index=0,s}zg(e,t),e.prototype.notifyComplete=function(t){var e=this.destination;e.next(t),e.complete()},e.prototype._next=function(t){var e=this.predicate,n=this.thisArg,r=this.index++;try{e.call(n||this,t,r,this.source)&&this.notifyComplete(this.yieldIndex?r:t)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){this.notifyComplete(this.yieldIndex?-1:void 0)}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Qg=(function(t){function e(){return null!==t&&t.apply(this,arguments)||this}Wg(e,t),e.prototype._next=function(t){}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Gg=(function(t){function e(e){return t.call(this,e)||this}Qg(e,t),e.prototype.notifyComplete=function(t){var e=this.destination;e.next(t),e.complete()},e.prototype._next=function(t){this.notifyComplete(!1)},e.prototype._complete=function(){this.notifyComplete(!0)}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Xg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.total=n,r.ring=new Array,r.count=0,r}Gg(e,t),e.prototype._next=function(t){var e=this.ring,n=this.total,r=this.count++;e.length<n?e.push(t):e[r%n]=t},e.prototype._complete=function(){var t=this.destination,e=this.count;if(e>0)for(var n=this.count>=this.total?this.total:this.count,r=this.ring,i=0;i<n;i++){var o=e++%n;t.next(r[o])}t.complete()}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),$g=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.value=n,r}Xg(e,t),e.prototype._next=function(t){this.destination.next(this.value)}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Yg=(function(t){function e(e){return t.call(this,e)||this}$g(e,t),e.prototype._next=function(t){this.destination.next(oy.createNext(t))},e.prototype._error=function(t){var e=this.destination;e.next(oy.createError(t)),e.complete()},e.prototype._complete=function(){var t=this.destination;t.next(oy.createComplete()),t.complete()}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Zg=(function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.accumulator=n,o._seed=r,o.hasSeed=i,o.index=0,o}Yg(e,t),Object.defineProperty(e.prototype,"seed",{get:function(){return this._seed},set:function(t){this.hasSeed=!0,this._seed=t},enumerable:!0,configurable:!0}),e.prototype._next=function(t){if(this.hasSeed)return this._tryNext(t);this.seed=t,this.destination.next(t)},e.prototype._tryNext=function(t){var e,n=this.index++;try{e=this.accumulator(this.seed,t,n)}catch(t){this.destination.error(t)}this.seed=e,this.destination.next(e)}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}());!function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.accumulator=n,o.acc=r,o.concurrent=i,o.hasValue=!1,o.hasCompleted=!1,o.buffer=[],o.active=0,o.index=0,o}Zg(e,t),e.prototype._next=function(t){if(this.active<this.concurrent){var e=this.index++,n=av(this.accumulator)(this.acc,t);n===ov?this.destination.error(ov.e):(this.active++,this._innerSub(n,t,e))}else this.buffer.push(t)},e.prototype._innerSub=function(t,e,n){this.add(Ky(this,t,e,n))},e.prototype._complete=function(){this.hasCompleted=!0,0===this.active&&0===this.buffer.length&&(!1===this.hasValue&&this.destination.next(this.acc),this.destination.complete())},e.prototype.notifyNext=function(t,e,n,r,i){var o=this.destination;this.acc=e,this.hasValue=!0,o.next(e)},e.prototype.notifyComplete=function(t){var e=this.buffer;this.remove(t),this.active--,e.length>0?this._next(e.shift()):0===this.active&&this.hasCompleted&&(!1===this.hasValue&&this.destination.next(this.acc),this.destination.complete())}}(Iy);var Jg=function(){function t(t,e){this.subjectFactory=t,this.selector=e}return t.prototype.call=function(t,e){var n=this.selector,r=this.subjectFactory(),i=n(r).subscribe(t);return i.add(e.subscribe(r)),i},t}(),t_=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),e_=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.destination=e,r.nextSources=n,r}t_(e,t),e.prototype.notifyError=function(t,e){this.subscribeToNextSource()},e.prototype.notifyComplete=function(t){this.subscribeToNextSource()},e.prototype._error=function(t){this.subscribeToNextSource()},e.prototype._complete=function(){this.subscribeToNextSource()},e.prototype.subscribeToNextSource=function(){var t=this.nextSources.shift();t?this.add(Ky(this,t)):this.destination.complete()}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),n_=(function(t){function e(e){var n=t.call(this,e)||this;return n.hasPrev=!1,n}e_(e,t),e.prototype._next=function(t){this.hasPrev?this.destination.next([this.prev,t]):this.hasPrev=!0,this.prev=t}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),r_=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.count=n,i.source=r,i}n_(e,t),e.prototype.complete=function(){if(!this.isStopped){var e=this.source,n=this.count;if(0===n)return t.prototype.complete.call(this);n>-1&&(this.count=n-1),e.subscribe(this._unsubscribeAndRecycle())}}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),i_=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.notifier=n,i.source=r,i.sourceIsBeingSubscribedTo=!0,i}r_(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.sourceIsBeingSubscribedTo=!0,this.source.subscribe(this)},e.prototype.notifyComplete=function(e){if(!1===this.sourceIsBeingSubscribedTo)return t.prototype.complete.call(this)},e.prototype.complete=function(){if(this.sourceIsBeingSubscribedTo=!1,!this.isStopped){if(this.retries||this.subscribeToRetries(),!this.retriesSubscription||this.retriesSubscription.closed)return t.prototype.complete.call(this);this._unsubscribeAndRecycle(),this.notifications.next()}},e.prototype._unsubscribe=function(){var t=this.notifications,e=this.retriesSubscription;t&&(t.unsubscribe(),this.notifications=null),e&&(e.unsubscribe(),this.retriesSubscription=null),this.retries=null},e.prototype._unsubscribeAndRecycle=function(){var e=this._unsubscribe;return this._unsubscribe=null,t.prototype._unsubscribeAndRecycle.call(this),this._unsubscribe=e,this},e.prototype.subscribeToRetries=function(){this.notifications=new Pv;var e=av(this.notifier)(this.notifications);if(e===ov)return t.prototype.complete.call(this);this.retries=e,this.retriesSubscription=Ky(this,e)}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),o_=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.count=n,i.source=r,i}i_(e,t),e.prototype.error=function(e){if(!this.isStopped){var n=this.source,r=this.count;if(0===r)return t.prototype.error.call(this,e);r>-1&&(this.count=r-1),n.subscribe(this._unsubscribeAndRecycle())}}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),s_=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.notifier=n,i.source=r,i}o_(e,t),e.prototype.error=function(e){if(!this.isStopped){var n=this.errors,r=this.retries,i=this.retriesSubscription;if(r)this.errors=null,this.retriesSubscription=null;else{if(n=new Pv,(r=av(this.notifier)(n))===ov)return t.prototype.error.call(this,ov.e);i=Ky(this,r)}this._unsubscribeAndRecycle(),this.errors=n,this.retries=r,this.retriesSubscription=i,n.next(e)}},e.prototype._unsubscribe=function(){var t=this.errors,e=this.retriesSubscription;t&&(t.unsubscribe(),this.errors=null),e&&(e.unsubscribe(),this.retriesSubscription=null),this.retries=null},e.prototype.notifyNext=function(t,e,n,r,i){var o=this._unsubscribe;this._unsubscribe=null,this._unsubscribeAndRecycle(),this._unsubscribe=o,this.source.subscribe(this)}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),a_=(function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.hasValue=!1,e}s_(e,t),e.prototype._next=function(t){this.value=t,this.hasValue=!0},e.prototype.notifyNext=function(t,e,n,r,i){this.emitValue()},e.prototype.notifyComplete=function(){this.emitValue()},e.prototype.emitValue=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.value))}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}());function u_(t){var e=t.period;t.subscriber.notifyNext(),this.schedule(t,e)}!function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.period=n,i.scheduler=r,i.hasValue=!1,i.add(r.schedule(u_,n,{subscriber:i,period:n})),i}a_(e,t),e.prototype._next=function(t){this.lastValue=t,this.hasValue=!0},e.prototype.notifyNext=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.lastValue))}}(dv);var c_=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),l_=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.compareTo=n,i.comparor=r,i._a=[],i._b=[],i._oneComplete=!1,i.add(n.subscribe(new l_(e,i))),i}c_(e,t),e.prototype._next=function(t){this._oneComplete&&0===this._b.length?this.emit(!1):(this._a.push(t),this.checkValues())},e.prototype._complete=function(){this._oneComplete?this.emit(0===this._a.length&&0===this._b.length):this._oneComplete=!0},e.prototype.checkValues=function(){for(var t=this._a,e=this._b,n=this.comparor;t.length>0&&e.length>0;){var r=t.shift(),i=e.shift(),o=!1;n?(o=av(n)(r,i))===ov&&this.destination.error(ov.e):o=r===i,o||this.emit(!1)}},e.prototype.emit=function(t){var e=this.destination;e.next(t),e.complete()},e.prototype.nextB=function(t){this._oneComplete&&0===this._a.length?this.emit(!1):(this._b.push(t),this.checkValues())}}(dv),function(t){function e(e,n){var r=t.call(this,e)||this;return r.parent=n,r}return c_(e,t),e.prototype._next=function(t){this.parent.nextB(t)},e.prototype._error=function(t){this.parent.error(t)},e.prototype._complete=function(){this.parent._complete()},e}(dv));function p_(){return new Pv}var h_=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),f_=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.predicate=n,i.source=r,i.seenValue=!1,i.index=0,i}h_(e,t),e.prototype.applySingleValue=function(t){this.seenValue?this.destination.error("Sequence contains more than one element"):(this.seenValue=!0,this.singleValue=t)},e.prototype._next=function(t){var e=this.index++;this.predicate?this.tryNext(t,e):this.applySingleValue(t)},e.prototype.tryNext=function(t,e){try{this.predicate(t,e,this.source)&&this.applySingleValue(t)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){var t=this.destination;this.index>0?(t.next(this.seenValue?this.singleValue:void 0),t.complete()):t.error(new Py)}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),d_=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.total=n,r.count=0,r}f_(e,t),e.prototype._next=function(t){++this.count>this.total&&this.destination.next(t)}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),v_=(function(t){function e(e,n){var r=t.call(this,e)||this;return r._skipCount=n,r._count=0,r._ring=new Array(n),r}d_(e,t),e.prototype._next=function(t){var e=this._skipCount,n=this._count++;if(n<e)this._ring[n]=t;else{var r=n%e,i=this._ring,o=i[r];i[r]=t,this.destination.next(o)}}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),y_=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.hasValue=!1,r.add(r.innerSubscription=Ky(r,n)),r}v_(e,t),e.prototype._next=function(e){this.hasValue&&t.prototype._next.call(this,e)},e.prototype.notifyNext=function(t,e,n,r,i){this.hasValue=!0,this.innerSubscription.unsubscribe()},e.prototype.notifyComplete=function(){}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),m_=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.predicate=n,r.skipping=!0,r.index=0,r}y_(e,t),e.prototype._next=function(t){var e=this.destination;this.skipping&&this.tryCallPredicate(t),this.skipping||e.next(t)},e.prototype.tryCallPredicate=function(t){try{var e=this.predicate(t,this.index++);this.skipping=Boolean(e)}catch(t){this.destination.error(t)}}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),g_=(function(t){function e(e,n,r){void 0===n&&(n=0),void 0===r&&(r=my);var i=t.call(this)||this;return i.source=e,i.delayTime=n,i.scheduler=r,(!function o(t){return!nv(t)&&t-parseFloat(t)+1>=0}(n)||n<0)&&(i.delayTime=0),r&&"function"==typeof r.schedule||(i.scheduler=my),i}m_(e,t),e.create=function(t,n,r){return void 0===n&&(n=0),void 0===r&&(r=my),new e(t,n,r)},e.dispatch=function(t){return this.add(t.source.subscribe(t.subscriber))},e.prototype._subscribe=function(t){return this.scheduler.schedule(e.dispatch,this.delayTime,{source:this.source,subscriber:t})}}(_v),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),__=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.project=n,r.index=0,r}g_(e,t),e.prototype._next=function(t){var e,n=this.index++;try{e=this.project(t,n)}catch(t){return void this.destination.error(t)}this._innerSub(e,t,n)},e.prototype._innerSub=function(t,e,n){var r=this.innerSubscription;r&&r.unsubscribe(),this.add(this.innerSubscription=Ky(this,t,e,n))},e.prototype._complete=function(){var e=this.innerSubscription;e&&!e.closed||t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.innerSubscription=null},e.prototype.notifyComplete=function(e){this.remove(e),this.innerSubscription=null,this.isStopped&&t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(e)}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),b_=(function(t){function e(e){return t.call(this,e)||this}__(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.complete()},e.prototype.notifyComplete=function(){}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),w_=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.predicate=n,r.index=0,r}b_(e,t),e.prototype._next=function(t){var e,n=this.destination;try{e=this.predicate(t,this.index++)}catch(t){return void n.error(t)}this.nextOrComplete(t,e)},e.prototype.nextOrComplete=function(t,e){var n=this.destination;Boolean(e)?n.next(t):n.complete()}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),x_=(function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.destination=e,o.durationSelector=n,o._leading=r,o._trailing=i,o._hasValue=!1,o}w_(e,t),e.prototype._next=function(t){this._hasValue=!0,this._sendValue=t,this._throttled||(this._leading?this.send():this.throttle(t))},e.prototype.send=function(){var t=this._sendValue;this._hasValue&&(this.destination.next(t),this.throttle(t)),this._hasValue=!1,this._sendValue=null},e.prototype.throttle=function(t){var e=this.tryDurationSelector(t);e&&this.add(this._throttled=Ky(this,e))},e.prototype.tryDurationSelector=function(t){try{return this.durationSelector(t)}catch(t){return this.destination.error(t),null}},e.prototype.throttlingDone=function(){var t=this._throttled,e=this._trailing;t&&t.unsubscribe(),this._throttled=null,e&&this.send()},e.prototype.notifyNext=function(t,e,n,r,i){this.throttlingDone()},e.prototype.notifyComplete=function(){this.throttlingDone()}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}());function E_(t){t.subscriber.clearThrottle()}!function(t){function e(e,n,r,i,o){var s=t.call(this,e)||this;return s.duration=n,s.scheduler=r,s.leading=i,s.trailing=o,s._hasTrailingValue=!1,s._trailingValue=null,s}x_(e,t),e.prototype._next=function(t){this.throttled?this.trailing&&(this._trailingValue=t,this._hasTrailingValue=!0):(this.add(this.throttled=this.scheduler.schedule(E_,this.duration,{subscriber:this})),this.leading&&this.destination.next(t))},e.prototype._complete=function(){this._hasTrailingValue?(this.destination.next(this._trailingValue),this.destination.complete()):this.destination.complete()},e.prototype.clearThrottle=function(){var t=this.throttled;t&&(this.trailing&&this._hasTrailingValue&&(this.destination.next(this._trailingValue),this._trailingValue=null,this._hasTrailingValue=!1),t.unsubscribe(),this.remove(t),this.throttled=null)}}(dv);var S_=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),C_=(function(t){function e(e,n,r,i,o){var s=t.call(this,e)||this;return s.absoluteTimeout=n,s.waitFor=r,s.withObservable=i,s.scheduler=o,s.action=null,s.scheduleTimeout(),s}S_(e,t),e.dispatchTimeout=function(t){var e=t.withObservable;t._unsubscribeAndRecycle(),t.add(Ky(t,e))},e.prototype.scheduleTimeout=function(){var t=this.action;t?this.action=t.schedule(this,this.waitFor):this.add(this.action=this.scheduler.schedule(e.dispatchTimeout,this.waitFor,this))},e.prototype._next=function(e){this.absoluteTimeout||this.scheduleTimeout(),t.prototype._next.call(this,e)},e.prototype._unsubscribe=function(){this.action=null,this.scheduler=null,this.withObservable=null}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),T_=(function(t){function e(e){var n=t.call(this,e)||this;return n.window=new Pv,e.next(n.window),n}C_(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.openWindow()},e.prototype.notifyError=function(t,e){this._error(t)},e.prototype.notifyComplete=function(t){this._complete()},e.prototype._next=function(t){this.window.next(t)},e.prototype._error=function(t){this.window.error(t),this.destination.error(t)},e.prototype._complete=function(){this.window.complete(),this.destination.complete()},e.prototype._unsubscribe=function(){this.window=null},e.prototype.openWindow=function(){var t=this.window;t&&t.complete();var e=this.destination,n=this.window=new Pv;e.next(n)}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),P_=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.destination=e,i.windowSize=n,i.startWindowEvery=r,i.windows=[new Pv],i.count=0,e.next(i.windows[0]),i}T_(e,t),e.prototype._next=function(t){for(var e=this.startWindowEvery>0?this.startWindowEvery:this.windowSize,n=this.destination,r=this.windowSize,i=this.windows,o=i.length,s=0;s<o&&!this.closed;s++)i[s].next(t);var a=this.count-r+1;if(a>=0&&a%e==0&&!this.closed&&i.shift().complete(),++this.count%e==0&&!this.closed){var u=new Pv;i.push(u),n.next(u)}},e.prototype._error=function(t){var e=this.windows;if(e)for(;e.length>0&&!this.closed;)e.shift().error(t);this.destination.error(t)},e.prototype._complete=function(){var t=this.windows;if(t)for(;t.length>0&&!this.closed;)t.shift().complete();this.destination.complete()},e.prototype._unsubscribe=function(){this.count=0,this.windows=null}}(dv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),A_=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._numberOfNextedValues=0,e}return P_(e,t),e.prototype.next=function(e){this._numberOfNextedValues++,t.prototype.next.call(this,e)},Object.defineProperty(e.prototype,"numberOfNextedValues",{get:function(){return this._numberOfNextedValues},enumerable:!0,configurable:!0}),e}(Pv);function N_(t){var e=t.subscriber,n=t.windowTimeSpan,r=t.window;r&&e.closeWindow(r),t.window=e.openWindow(),this.schedule(t,n)}function O_(t){var e=t.windowTimeSpan,n=t.subscriber,r=t.scheduler,i=t.windowCreationInterval,o=n.openWindow(),s={action:this,subscription:null};s.subscription=r.schedule(k_,e,{subscriber:n,window:o,context:s}),this.add(s.subscription),this.schedule(t,i)}function k_(t){var e=t.subscriber,n=t.window,r=t.context;r&&r.action&&r.subscription&&r.action.remove(r.subscription),e.closeWindow(n)}!function(t){function e(e,n,r,i,o){var s=t.call(this,e)||this;s.destination=e,s.windowTimeSpan=n,s.windowCreationInterval=r,s.maxWindowSize=i,s.scheduler=o,s.windows=[];var a=s.openWindow();if(null!==r&&r>=0){var u={windowTimeSpan:n,windowCreationInterval:r,subscriber:s,scheduler:o};s.add(o.schedule(k_,n,{subscriber:s,window:a,context:null})),s.add(o.schedule(O_,r,u))}else s.add(o.schedule(N_,n,{subscriber:s,window:a,windowTimeSpan:n}));return s}P_(e,t),e.prototype._next=function(t){for(var e=this.windows,n=e.length,r=0;r<n;r++){var i=e[r];i.closed||(i.next(t),i.numberOfNextedValues>=this.maxWindowSize&&this.closeWindow(i))}},e.prototype._error=function(t){for(var e=this.windows;e.length>0;)e.shift().error(t);this.destination.error(t)},e.prototype._complete=function(){for(var t=this.windows;t.length>0;){var e=t.shift();e.closed||e.complete()}this.destination.complete()},e.prototype.openWindow=function(){var t=new A_;return this.windows.push(t),this.destination.next(t),t},e.prototype.closeWindow=function(t){t.complete();var e=this.windows;e.splice(e.indexOf(t),1)}}(dv);var M_=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),I_=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.openings=n,i.closingSelector=r,i.contexts=[],i.add(i.openSubscription=Ky(i,n,n)),i}M_(e,t),e.prototype._next=function(t){var e=this.contexts;if(e)for(var n=e.length,r=0;r<n;r++)e[r].window.next(t)},e.prototype._error=function(e){var n=this.contexts;if(this.contexts=null,n)for(var r=n.length,i=-1;++i<r;){var o=n[i];o.window.error(e),o.subscription.unsubscribe()}t.prototype._error.call(this,e)},e.prototype._complete=function(){var e=this.contexts;if(this.contexts=null,e)for(var n=e.length,r=-1;++r<n;){var i=e[r];i.window.complete(),i.subscription.unsubscribe()}t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){var t=this.contexts;if(this.contexts=null,t)for(var e=t.length,n=-1;++n<e;){var r=t[n];r.window.unsubscribe(),r.subscription.unsubscribe()}},e.prototype.notifyNext=function(t,e,n,r,i){if(t===this.openings){var o=av(this.closingSelector)(e);if(o===ov)return this.error(ov.e);var s=new Pv,a=new lv,u={window:s,subscription:a};this.contexts.push(u);var c=Ky(this,o,u);c.closed?this.closeWindow(this.contexts.length-1):(c.context=u,a.add(c)),this.destination.next(s)}else this.closeWindow(this.contexts.indexOf(t))},e.prototype.notifyError=function(t){this.error(t)},e.prototype.notifyComplete=function(t){t!==this.openSubscription&&this.closeWindow(this.contexts.indexOf(t.context))},e.prototype.closeWindow=function(t){if(-1!==t){var e=this.contexts,n=e[t],r=n.window,i=n.subscription;e.splice(t,1),r.complete(),i.unsubscribe()}}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),R_=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.destination=e,r.closingSelector=n,r.openWindow(),r}I_(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.openWindow(i)},e.prototype.notifyError=function(t,e){this._error(t)},e.prototype.notifyComplete=function(t){this.openWindow(t)},e.prototype._next=function(t){this.window.next(t)},e.prototype._error=function(t){this.window.error(t),this.destination.error(t),this.unsubscribeClosingNotification()},e.prototype._complete=function(){this.window.complete(),this.destination.complete(),this.unsubscribeClosingNotification()},e.prototype.unsubscribeClosingNotification=function(){this.closingNotification&&this.closingNotification.unsubscribe()},e.prototype.openWindow=function(t){void 0===t&&(t=null),t&&(this.remove(t),t.unsubscribe());var e=this.window;e&&e.complete();var n=this.window=new Pv;this.destination.next(n);var r=av(this.closingSelector)();if(r===ov){var i=ov.e;this.destination.error(i),this.window.error(i)}else this.add(this.closingNotification=Ky(this,r))}}(Iy),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),D_=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,i,o=n.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(r=o.next()).done;)s.push(r.value)}catch(t){i={error:t}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return s};
1107
+ */(this,function(t){return' "'+t.key.displayName+'" '}).join(", ")+"])"},enumerable:!0,configurable:!0}),t.prototype.toString=function(){return this.displayName},t.INJECTOR_KEY=Im.get(Ep),t}(),Qm=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Gm=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.durationSelector=n,r.hasValue=!1,r}Qm(e,t),e.prototype._next=function(t){if(this.value=t,this.hasValue=!0,!this.throttled){var e=Yd(this.durationSelector)(t);if(e===Xd)this.destination.error(Xd.e);else{var n=ky(this,e);!n||n.closed?this.clearThrottle():this.add(this.throttled=n)}}},e.prototype.clearThrottle=function(){var t=this.value,e=this.hasValue,n=this.throttled;n&&(this.remove(n),this.throttled=null,n.unsubscribe()),e&&(this.value=null,this.hasValue=!1,this.destination.next(t))},e.prototype.notifyNext=function(t,e,n,r){this.clearThrottle()},e.prototype.notifyComplete=function(){this.clearThrottle()}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Xm=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.buffer=[],r.add(ky(r,n)),r}Gm(e,t),e.prototype._next=function(t){this.buffer.push(t)},e.prototype.notifyNext=function(t,e,n,r,i){var o=this.buffer;this.buffer=[],this.destination.next(o)}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),$m=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.bufferSize=n,r.buffer=[],r}Xm(e,t),e.prototype._next=function(t){var e=this.buffer;e.push(t),e.length==this.bufferSize&&(this.destination.next(e),this.buffer=[])},e.prototype._complete=function(){var e=this.buffer;e.length>0&&this.destination.next(e),t.prototype._complete.call(this)}}(iv),function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.bufferSize=n,i.startBufferEvery=r,i.buffers=[],i.count=0,i}Xm(e,t),e.prototype._next=function(t){var e=this.bufferSize,n=this.startBufferEvery,r=this.buffers,i=this.count;this.count++,i%n==0&&r.push([]);for(var o=r.length;o--;){var s=r[o];s.push(t),s.length===e&&(r.splice(o,1),this.destination.next(s))}},e.prototype._complete=function(){for(var e=this.buffers,n=this.destination;e.length>0;){var r=e.shift();r.length>0&&n.next(r)}t.prototype._complete.call(this)}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Ym=function Ym(){this.buffer=[]};function Zm(t){var e=t.subscriber,n=t.context;n&&e.closeContext(n),e.closed||(t.context=e.openContext(),t.context.closeAction=this.schedule(t,t.bufferTimeSpan))}function Jm(t){var e=t.bufferCreationInterval,n=t.bufferTimeSpan,r=t.subscriber,i=t.scheduler,o=r.openContext();r.closed||(r.add(o.closeAction=i.schedule(tg,n,{subscriber:r,context:o})),this.schedule(t,e))}function tg(t){t.subscriber.closeContext(t.context)}!function(t){function e(e,n,r,i,o){var s=t.call(this,e)||this;s.bufferTimeSpan=n,s.bufferCreationInterval=r,s.maxBufferSize=i,s.scheduler=o,s.contexts=[];var a=s.openContext();if(s.timespanOnly=null==r||r<0,s.timespanOnly)s.add(a.closeAction=o.schedule(Zm,n,{subscriber:s,context:a,bufferTimeSpan:n}));else{var u={bufferTimeSpan:n,bufferCreationInterval:r,subscriber:s,scheduler:o};s.add(a.closeAction=o.schedule(tg,n,{subscriber:s,context:a})),s.add(o.schedule(Jm,r,u))}return s}$m(e,t),e.prototype._next=function(t){for(var e,n=this.contexts,r=n.length,i=0;i<r;i++){var o=n[i],s=o.buffer;s.push(t),s.length==this.maxBufferSize&&(e=o)}e&&this.onBufferFull(e)},e.prototype._error=function(e){this.contexts.length=0,t.prototype._error.call(this,e)},e.prototype._complete=function(){for(var e=this.contexts,n=this.destination;e.length>0;){var r=e.shift();n.next(r.buffer)}t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.contexts=null},e.prototype.onBufferFull=function(t){this.closeContext(t);var e=t.closeAction;if(e.unsubscribe(),this.remove(e),!this.closed&&this.timespanOnly){t=this.openContext();var n=this.bufferTimeSpan;this.add(t.closeAction=this.scheduler.schedule(Zm,n,{subscriber:this,context:t,bufferTimeSpan:n}))}},e.prototype.openContext=function(){var t=new Ym;return this.contexts.push(t),t},e.prototype.closeContext=function(t){this.destination.next(t.buffer);var e=this.contexts;(e?e.indexOf(t):-1)>=0&&e.splice(e.indexOf(t),1)}}(iv);var eg=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ng=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.openings=n,i.closingSelector=r,i.contexts=[],i.add(ky(i,n)),i}eg(e,t),e.prototype._next=function(t){for(var e=this.contexts,n=e.length,r=0;r<n;r++)e[r].buffer.push(t)},e.prototype._error=function(e){for(var n=this.contexts;n.length>0;){var r=n.shift();r.subscription.unsubscribe(),r.buffer=null,r.subscription=null}this.contexts=null,t.prototype._error.call(this,e)},e.prototype._complete=function(){for(var e=this.contexts;e.length>0;){var n=e.shift();this.destination.next(n.buffer),n.subscription.unsubscribe(),n.buffer=null,n.subscription=null}this.contexts=null,t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,n,r,i){t?this.closeBuffer(t):this.openBuffer(e)},e.prototype.notifyComplete=function(t){this.closeBuffer(t.context)},e.prototype.openBuffer=function(t){try{var e=this.closingSelector.call(this,t);e&&this.trySubscribe(e)}catch(t){this._error(t)}},e.prototype.closeBuffer=function(t){var e=this.contexts;if(e&&t){var n=t.subscription;this.destination.next(t.buffer),e.splice(e.indexOf(t),1),this.remove(n),n.unsubscribe()}},e.prototype.trySubscribe=function(t){var e=this.contexts,n=new tv,r={buffer:[],subscription:n};e.push(r);var i=ky(this,t,r);!i||i.closed?this.closeBuffer(r):(i.context=r,this.add(i),n.add(i))}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),rg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.closingSelector=n,r.subscribing=!1,r.openBuffer(),r}ng(e,t),e.prototype._next=function(t){this.buffer.push(t)},e.prototype._complete=function(){var e=this.buffer;e&&this.destination.next(e),t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.buffer=null,this.subscribing=!1},e.prototype.notifyNext=function(t,e,n,r,i){this.openBuffer()},e.prototype.notifyComplete=function(){this.subscribing?this.complete():this.openBuffer()},e.prototype.openBuffer=function(){var t=this.closingSubscription;t&&(this.remove(t),t.unsubscribe()),this.buffer&&this.destination.next(this.buffer),this.buffer=[];var e=Yd(this.closingSelector)();e===Xd?this.error(Xd.e):(t=new tv,this.closingSubscription=t,this.add(t),this.subscribing=!0,t.add(ky(this,e)),this.subscribing=!1)}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),ig=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.selector=n,i.caught=r,i}rg(e,t),e.prototype.error=function(e){if(!this.isStopped){var n=void 0;try{n=this.selector(e,this.caught)}catch(e){return void t.prototype.error.call(this,e)}this._unsubscribeAndRecycle();var r=new wy(this,void 0,void 0);this.add(r),ky(this,n,void 0,void 0,r)}}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),og=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.predicate=n,i.source=r,i.count=0,i.index=0,i}ig(e,t),e.prototype._next=function(t){this.predicate?this._tryPredicate(t):this.count++},e.prototype._tryPredicate=function(t){var e;try{e=this.predicate(t,this.index++,this.source)}catch(t){return void this.destination.error(t)}e&&this.count++},e.prototype._complete=function(){this.destination.next(this.count),this.destination.complete()}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),sg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.durationSelector=n,r.hasValue=!1,r.durationSubscription=null,r}og(e,t),e.prototype._next=function(t){try{var e=this.durationSelector.call(this,t);e&&this._tryNext(t,e)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){this.emitValue(),this.destination.complete()},e.prototype._tryNext=function(t,e){var n=this.durationSubscription;this.value=t,this.hasValue=!0,n&&(n.unsubscribe(),this.remove(n)),(n=ky(this,e))&&!n.closed&&this.add(this.durationSubscription=n)},e.prototype.notifyNext=function(t,e,n,r,i){this.emitValue()},e.prototype.notifyComplete=function(){this.emitValue()},e.prototype.emitValue=function(){if(this.hasValue){var e=this.value,n=this.durationSubscription;n&&(this.durationSubscription=null,n.unsubscribe(),this.remove(n)),this.value=null,this.hasValue=!1,t.prototype._next.call(this,e)}}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}());function ag(t){t.debouncedNext()}!function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.dueTime=n,i.scheduler=r,i.debouncedSubscription=null,i.lastValue=null,i.hasValue=!1,i}sg(e,t),e.prototype._next=function(t){this.clearDebounce(),this.lastValue=t,this.hasValue=!0,this.add(this.debouncedSubscription=this.scheduler.schedule(ag,this.dueTime,this))},e.prototype._complete=function(){this.debouncedNext(),this.destination.complete()},e.prototype.debouncedNext=function(){if(this.clearDebounce(),this.hasValue){var t=this.lastValue;this.lastValue=null,this.hasValue=!1,this.destination.next(t)}},e.prototype.clearDebounce=function(){var t=this.debouncedSubscription;null!==t&&(this.remove(t),t.unsubscribe(),this.debouncedSubscription=null)}}(iv);var ug,cg=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),lg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.defaultValue=n,r.isEmpty=!0,r}cg(e,t),e.prototype._next=function(t){this.isEmpty=!1,this.destination.next(t)},e.prototype._complete=function(){this.isEmpty&&this.destination.next(this.defaultValue),this.destination.complete()}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),pg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.delay=n,i.scheduler=r,i.queue=[],i.active=!1,i.errored=!1,i}lg(e,t),e.dispatch=function(t){for(var e=t.source,n=e.queue,r=t.scheduler,i=t.destination;n.length>0&&n[0].time-r.now()<=0;)n.shift().notification.observe(i);if(n.length>0){var o=Math.max(0,n[0].time-r.now());this.schedule(t,o)}else this.unsubscribe(),e.active=!1},e.prototype._schedule=function(t){this.active=!0,this.destination.add(t.schedule(e.dispatch,this.delay,{source:this,destination:this.destination,scheduler:t}))},e.prototype.scheduleNotification=function(t){if(!0!==this.errored){var e=this.scheduler,n=new pg(e.now()+this.delay,t);this.queue.push(n),!1===this.active&&this._schedule(e)}},e.prototype._next=function(t){this.scheduleNotification(Gv.createNext(t))},e.prototype._error=function(t){this.errored=!0,this.queue=[],this.destination.error(t),this.unsubscribe()},e.prototype._complete=function(){this.scheduleNotification(Gv.createComplete()),this.unsubscribe()}}(iv),function pg(t,e){this.time=t,this.notification=e}),hg=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),fg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.delayDurationSelector=n,r.completed=!1,r.delayNotifierSubscriptions=[],r.index=0,r}hg(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(t),this.removeSubscription(i),this.tryComplete()},e.prototype.notifyError=function(t,e){this._error(t)},e.prototype.notifyComplete=function(t){var e=this.removeSubscription(t);e&&this.destination.next(e),this.tryComplete()},e.prototype._next=function(t){var e=this.index++;try{var n=this.delayDurationSelector(t,e);n&&this.tryDelay(n,t)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){this.completed=!0,this.tryComplete(),this.unsubscribe()},e.prototype.removeSubscription=function(t){t.unsubscribe();var e=this.delayNotifierSubscriptions.indexOf(t);return-1!==e&&this.delayNotifierSubscriptions.splice(e,1),t.outerValue},e.prototype.tryDelay=function(t,e){var n=ky(this,t,e);n&&!n.closed&&(this.destination.add(n),this.delayNotifierSubscriptions.push(n))},e.prototype.tryComplete=function(){this.completed&&0===this.delayNotifierSubscriptions.length&&this.destination.complete()}}(_y),function(t){function e(e,n){var r=t.call(this)||this;return r.source=e,r.subscriptionDelay=n,r}hg(e,t),e.prototype._subscribe=function(t){this.subscriptionDelay.subscribe(new fg(t,this.source))}}(uv),function(t){function e(e,n){var r=t.call(this)||this;return r.parent=e,r.source=n,r.sourceSubscribed=!1,r}return hg(e,t),e.prototype._next=function(t){this.subscribeToSource()},e.prototype._error=function(t){this.unsubscribe(),this.parent.error(t)},e.prototype._complete=function(){this.unsubscribe(),this.subscribeToSource()},e.prototype.subscribeToSource=function(){this.sourceSubscribed||(this.sourceSubscribed=!0,this.unsubscribe(),this.source.subscribe(this.parent))},e}(iv)),dg=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),vg=(function(t){function e(e){return t.call(this,e)||this}dg(e,t),e.prototype._next=function(t){t.observe(this.destination)}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),yg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.keySelector=n,i.values=new Set,r&&i.add(ky(i,r)),i}vg(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.values.clear()},e.prototype.notifyError=function(t,e){this._error(t)},e.prototype._next=function(t){this.keySelector?this._useKeySelector(t):this._finalizeNext(t,t)},e.prototype._useKeySelector=function(t){var e,n=this.destination;try{e=this.keySelector(t)}catch(t){return void n.error(t)}this._finalizeNext(e,t)},e.prototype._finalizeNext=function(t,e){var n=this.values;n.has(t)||(n.add(t),this.destination.next(e))}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),mg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.keySelector=r,i.hasKey=!1,"function"==typeof n&&(i.compare=n),i}yg(e,t),e.prototype.compare=function(t,e){return t===e},e.prototype._next=function(t){var e=t;if(this.keySelector&&(e=Yd(this.keySelector)(t))===Xd)return this.destination.error(Xd.e);var n=!1;if(this.hasKey){if((n=Yd(this.compare)(this.key,e))===Xd)return this.destination.error(Xd.e)}else this.hasKey=!0;!1===Boolean(n)&&(this.key=e,this.destination.next(t))}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),gg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.predicate=n,i.thisArg=r,i.count=0,i}mg(e,t),e.prototype._next=function(t){var e;try{e=this.predicate.call(this.thisArg,t,this.count++)}catch(t){return void this.destination.error(t)}e&&this.destination.next(t)}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),_g=(function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o._tapNext=av,o._tapError=av,o._tapComplete=av,o._tapError=r||av,o._tapComplete=i||av,Hd(n)?(o._context=o,o._tapNext=n):n&&(o._context=n,o._tapNext=n.next||av,o._tapError=n.error||av,o._tapComplete=n.complete||av),o}gg(e,t),e.prototype._next=function(t){try{this._tapNext.call(this._context,t)}catch(t){return void this.destination.error(t)}this.destination.next(t)},e.prototype._error=function(t){try{this._tapError.call(this._context,t)}catch(t){return void this.destination.error(t)}this.destination.error(t)},e.prototype._complete=function(){try{this._tapComplete.call(this._context)}catch(t){return void this.destination.error(t)}return this.destination.complete()}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),bg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.total=n,r.count=0,r}_g(e,t),e.prototype._next=function(t){var e=this.total,n=++this.count;n<=e&&(this.destination.next(t),n===e&&(this.destination.complete(),this.unsubscribe()))}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),wg=(function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.predicate=n,o.thisArg=r,o.source=i,o.index=0,o.thisArg=r||o,o}bg(e,t),e.prototype.notifyComplete=function(t){this.destination.next(t),this.destination.complete()},e.prototype._next=function(t){var e=!1;try{e=this.predicate.call(this.thisArg,t,this.index++,this.source)}catch(t){return void this.destination.error(t)}e||this.notifyComplete(!1)},e.prototype._complete=function(){this.notifyComplete(!0)}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),xg=(function(t){function e(e){var n=t.call(this,e)||this;return n.hasCompleted=!1,n.hasSubscription=!1,n}wg(e,t),e.prototype._next=function(t){this.hasSubscription||(this.hasSubscription=!0,this.add(ky(this,t)))},e.prototype._complete=function(){this.hasCompleted=!0,this.hasSubscription||this.destination.complete()},e.prototype.notifyComplete=function(t){this.remove(t),this.hasSubscription=!1,this.hasCompleted&&this.destination.complete()}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Eg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.project=n,r.hasSubscription=!1,r.hasCompleted=!1,r.index=0,r}xg(e,t),e.prototype._next=function(t){this.hasSubscription||this.tryNext(t)},e.prototype.tryNext=function(t){var e,n=this.index++;try{e=this.project(t,n)}catch(t){return void this.destination.error(t)}this.hasSubscription=!0,this._innerSub(e,t,n)},e.prototype._innerSub=function(t,e,n){var r=new wy(this,void 0,void 0);this.destination.add(r),ky(this,t,e,n,r)},e.prototype._complete=function(){this.hasCompleted=!0,this.hasSubscription||this.destination.complete(),this.unsubscribe()},e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(e)},e.prototype.notifyError=function(t){this.destination.error(t)},e.prototype.notifyComplete=function(t){this.destination.remove(t),this.hasSubscription=!1,this.hasCompleted&&this.destination.complete()}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Sg=((function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.project=n,o.concurrent=r,o.scheduler=i,o.index=0,o.active=0,o.hasCompleted=!1,r<Number.POSITIVE_INFINITY&&(o.buffer=[]),o}Eg(e,t),e.dispatch=function(t){t.subscriber.subscribeToProjection(t.result,t.value,t.index)},e.prototype._next=function(t){var n=this.destination;if(n.closed)this._complete();else{var r=this.index++;if(this.active<this.concurrent){n.next(t);var i=Yd(this.project)(t,r);i===Xd?n.error(Xd.e):this.scheduler?this.destination.add(this.scheduler.schedule(e.dispatch,0,{subscriber:this,result:i,value:t,index:r})):this.subscribeToProjection(i,t,r)}else this.buffer.push(t)}},e.prototype.subscribeToProjection=function(t,e,n){this.active++,this.destination.add(ky(this,t,e,n))},e.prototype._complete=function(){this.hasCompleted=!0,this.hasCompleted&&0===this.active&&this.destination.complete(),this.unsubscribe()},e.prototype.notifyNext=function(t,e,n,r,i){this._next(e)},e.prototype.notifyComplete=function(t){var e=this.buffer;this.destination.remove(t),this.active--,e&&e.length>0&&this._next(e.shift()),this.hasCompleted&&0===this.active&&this.destination.complete()}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}())(function Cg(t,e){var n=ug.call(this,t)||this;return n.add(new tv(e)),n},ug=iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Tg=(function(t){function e(e,n,r,i,o){var s=t.call(this,e)||this;return s.predicate=n,s.source=r,s.yieldIndex=i,s.thisArg=o,s.index=0,s}Sg(e,t),e.prototype.notifyComplete=function(t){var e=this.destination;e.next(t),e.complete(),this.unsubscribe()},e.prototype._next=function(t){var e=this.predicate,n=this.thisArg,r=this.index++;try{e.call(n||this,t,r,this.source)&&this.notifyComplete(this.yieldIndex?r:t)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){this.notifyComplete(this.yieldIndex?-1:void 0)}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Pg=(function(t){function e(){return null!==t&&t.apply(this,arguments)||this}Tg(e,t),e.prototype._next=function(t){}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Ag=(function(t){function e(e){return t.call(this,e)||this}Pg(e,t),e.prototype.notifyComplete=function(t){var e=this.destination;e.next(t),e.complete()},e.prototype._next=function(t){this.notifyComplete(!1)},e.prototype._complete=function(){this.notifyComplete(!0)}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Ng=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.total=n,r.ring=new Array,r.count=0,r}Ag(e,t),e.prototype._next=function(t){var e=this.ring,n=this.total,r=this.count++;e.length<n?e.push(t):e[r%n]=t},e.prototype._complete=function(){var t=this.destination,e=this.count;if(e>0)for(var n=this.count>=this.total?this.total:this.count,r=this.ring,i=0;i<n;i++){var o=e++%n;t.next(r[o])}t.complete()}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),kg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.value=n,r}Ng(e,t),e.prototype._next=function(t){this.destination.next(this.value)}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Og=(function(t){function e(e){return t.call(this,e)||this}kg(e,t),e.prototype._next=function(t){this.destination.next(Gv.createNext(t))},e.prototype._error=function(t){var e=this.destination;e.next(Gv.createError(t)),e.complete()},e.prototype._complete=function(){var t=this.destination;t.next(Gv.createComplete()),t.complete()}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Mg=(function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.accumulator=n,o._seed=r,o.hasSeed=i,o.index=0,o}Og(e,t),Object.defineProperty(e.prototype,"seed",{get:function(){return this._seed},set:function(t){this.hasSeed=!0,this._seed=t},enumerable:!0,configurable:!0}),e.prototype._next=function(t){if(this.hasSeed)return this._tryNext(t);this.seed=t,this.destination.next(t)},e.prototype._tryNext=function(t){var e,n=this.index++;try{e=this.accumulator(this.seed,t,n)}catch(t){this.destination.error(t)}this.seed=e,this.destination.next(e)}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}());!function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.accumulator=n,o.acc=r,o.concurrent=i,o.hasValue=!1,o.hasCompleted=!1,o.buffer=[],o.active=0,o.index=0,o}Mg(e,t),e.prototype._next=function(t){if(this.active<this.concurrent){var e=this.index++,n=Yd(this.accumulator)(this.acc,t);n===Xd?this.destination.error(Xd.e):(this.active++,this._innerSub(n,t,e))}else this.buffer.push(t)},e.prototype._innerSub=function(t,e,n){var r=new wy(this,void 0,void 0);this.destination.add(r),ky(this,t,e,n,r)},e.prototype._complete=function(){this.hasCompleted=!0,0===this.active&&0===this.buffer.length&&(!1===this.hasValue&&this.destination.next(this.acc),this.destination.complete()),this.unsubscribe()},e.prototype.notifyNext=function(t,e,n,r,i){var o=this.destination;this.acc=e,this.hasValue=!0,o.next(e)},e.prototype.notifyComplete=function(t){var e=this.buffer;this.destination.remove(t),this.active--,e.length>0?this._next(e.shift()):0===this.active&&this.hasCompleted&&(!1===this.hasValue&&this.destination.next(this.acc),this.destination.complete())}}(_y);var Ig=function(){function t(t,e){this.subjectFactory=t,this.selector=e}return t.prototype.call=function(t,e){var n=this.selector,r=this.subjectFactory(),i=n(r).subscribe(t);return i.add(e.subscribe(r)),i},t}(),Dg=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Rg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.destination=e,r.nextSources=n,r}Dg(e,t),e.prototype.notifyError=function(t,e){this.subscribeToNextSource()},e.prototype.notifyComplete=function(t){this.subscribeToNextSource()},e.prototype._error=function(t){this.subscribeToNextSource(),this.unsubscribe()},e.prototype._complete=function(){this.subscribeToNextSource(),this.unsubscribe()},e.prototype.subscribeToNextSource=function(){var t=this.nextSources.shift();if(t){var e=new wy(this,void 0,void 0);this.destination.add(e),ky(this,t,void 0,void 0,e)}else this.destination.complete()}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),jg=(function(t){function e(e){var n=t.call(this,e)||this;return n.hasPrev=!1,n}Rg(e,t),e.prototype._next=function(t){this.hasPrev?this.destination.next([this.prev,t]):this.hasPrev=!0,this.prev=t}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Lg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.count=n,i.source=r,i}jg(e,t),e.prototype.complete=function(){if(!this.isStopped){var e=this.source,n=this.count;if(0===n)return t.prototype.complete.call(this);n>-1&&(this.count=n-1),e.subscribe(this._unsubscribeAndRecycle())}}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Fg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.notifier=n,i.source=r,i.sourceIsBeingSubscribedTo=!0,i}Lg(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.sourceIsBeingSubscribedTo=!0,this.source.subscribe(this)},e.prototype.notifyComplete=function(e){if(!1===this.sourceIsBeingSubscribedTo)return t.prototype.complete.call(this)},e.prototype.complete=function(){if(this.sourceIsBeingSubscribedTo=!1,!this.isStopped){if(this.retries||this.subscribeToRetries(),!this.retriesSubscription||this.retriesSubscription.closed)return t.prototype.complete.call(this);this._unsubscribeAndRecycle(),this.notifications.next()}},e.prototype._unsubscribe=function(){var t=this.notifications,e=this.retriesSubscription;t&&(t.unsubscribe(),this.notifications=null),e&&(e.unsubscribe(),this.retriesSubscription=null),this.retries=null},e.prototype._unsubscribeAndRecycle=function(){var e=this._unsubscribe;return this._unsubscribe=null,t.prototype._unsubscribeAndRecycle.call(this),this._unsubscribe=e,this},e.prototype.subscribeToRetries=function(){this.notifications=new yv;var e=Yd(this.notifier)(this.notifications);if(e===Xd)return t.prototype.complete.call(this);this.retries=e,this.retriesSubscription=ky(this,e)}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Vg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.count=n,i.source=r,i}Fg(e,t),e.prototype.error=function(e){if(!this.isStopped){var n=this.source,r=this.count;if(0===r)return t.prototype.error.call(this,e);r>-1&&(this.count=r-1),n.subscribe(this._unsubscribeAndRecycle())}}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Bg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.notifier=n,i.source=r,i}Vg(e,t),e.prototype.error=function(e){if(!this.isStopped){var n=this.errors,r=this.retries,i=this.retriesSubscription;if(r)this.errors=null,this.retriesSubscription=null;else{if(n=new yv,(r=Yd(this.notifier)(n))===Xd)return t.prototype.error.call(this,Xd.e);i=ky(this,r)}this._unsubscribeAndRecycle(),this.errors=n,this.retries=r,this.retriesSubscription=i,n.next(e)}},e.prototype._unsubscribe=function(){var t=this.errors,e=this.retriesSubscription;t&&(t.unsubscribe(),this.errors=null),e&&(e.unsubscribe(),this.retriesSubscription=null),this.retries=null},e.prototype.notifyNext=function(t,e,n,r,i){var o=this._unsubscribe;this._unsubscribe=null,this._unsubscribeAndRecycle(),this._unsubscribe=o,this.source.subscribe(this)}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Hg=(function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.hasValue=!1,e}Bg(e,t),e.prototype._next=function(t){this.value=t,this.hasValue=!0},e.prototype.notifyNext=function(t,e,n,r,i){this.emitValue()},e.prototype.notifyComplete=function(){this.emitValue()},e.prototype.emitValue=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.value))}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}());function Ug(t){var e=t.period;t.subscriber.notifyNext(),this.schedule(t,e)}!function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.period=n,i.scheduler=r,i.hasValue=!1,i.add(r.schedule(Ug,n,{subscriber:i,period:n})),i}Hg(e,t),e.prototype._next=function(t){this.lastValue=t,this.hasValue=!0},e.prototype.notifyNext=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.lastValue))}}(iv);var qg=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Kg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.compareTo=n,i.comparor=r,i._a=[],i._b=[],i._oneComplete=!1,i.destination.add(n.subscribe(new Kg(e,i))),i}qg(e,t),e.prototype._next=function(t){this._oneComplete&&0===this._b.length?this.emit(!1):(this._a.push(t),this.checkValues())},e.prototype._complete=function(){this._oneComplete?this.emit(0===this._a.length&&0===this._b.length):this._oneComplete=!0,this.unsubscribe()},e.prototype.checkValues=function(){for(var t=this._a,e=this._b,n=this.comparor;t.length>0&&e.length>0;){var r=t.shift(),i=e.shift(),o=!1;n?(o=Yd(n)(r,i))===Xd&&this.destination.error(Xd.e):o=r===i,o||this.emit(!1)}},e.prototype.emit=function(t){var e=this.destination;e.next(t),e.complete()},e.prototype.nextB=function(t){this._oneComplete&&0===this._a.length?this.emit(!1):(this._b.push(t),this.checkValues())},e.prototype.completeB=function(){this._oneComplete?this.emit(0===this._a.length&&0===this._b.length):this._oneComplete=!0}}(iv),function(t){function e(e,n){var r=t.call(this,e)||this;return r.parent=n,r}return qg(e,t),e.prototype._next=function(t){this.parent.nextB(t)},e.prototype._error=function(t){this.parent.error(t),this.unsubscribe()},e.prototype._complete=function(){this.parent.completeB(),this.unsubscribe()},e}(iv));function zg(){return new yv}var Wg=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Qg=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.predicate=n,i.source=r,i.seenValue=!1,i.index=0,i}Wg(e,t),e.prototype.applySingleValue=function(t){this.seenValue?this.destination.error("Sequence contains more than one element"):(this.seenValue=!0,this.singleValue=t)},e.prototype._next=function(t){var e=this.index++;this.predicate?this.tryNext(t,e):this.applySingleValue(t)},e.prototype.tryNext=function(t,e){try{this.predicate(t,e,this.source)&&this.applySingleValue(t)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){var t=this.destination;this.index>0?(t.next(this.seenValue?this.singleValue:void 0),t.complete()):t.error(new dy)}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Gg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.total=n,r.count=0,r}Qg(e,t),e.prototype._next=function(t){++this.count>this.total&&this.destination.next(t)}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Xg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r._skipCount=n,r._count=0,r._ring=new Array(n),r}Gg(e,t),e.prototype._next=function(t){var e=this._skipCount,n=this._count++;if(n<e)this._ring[n]=t;else{var r=n%e,i=this._ring,o=i[r];i[r]=t,this.destination.next(o)}}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),$g=(function(t){function e(e,n){var r=t.call(this,e)||this;r.hasValue=!1;var i=new wy(r,void 0,void 0);return r.add(i),r.innerSubscription=i,ky(r,n,void 0,void 0,i),r}Xg(e,t),e.prototype._next=function(e){this.hasValue&&t.prototype._next.call(this,e)},e.prototype.notifyNext=function(t,e,n,r,i){this.hasValue=!0,this.innerSubscription&&this.innerSubscription.unsubscribe()},e.prototype.notifyComplete=function(){}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Yg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.predicate=n,r.skipping=!0,r.index=0,r}$g(e,t),e.prototype._next=function(t){var e=this.destination;this.skipping&&this.tryCallPredicate(t),this.skipping||e.next(t)},e.prototype.tryCallPredicate=function(t){try{var e=this.predicate(t,this.index++);this.skipping=Boolean(e)}catch(t){this.destination.error(t)}}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Zg=(function(t){function e(e,n,r){void 0===n&&(n=0),void 0===r&&(r=sy);var i=t.call(this)||this;return i.source=e,i.delayTime=n,i.scheduler=r,(!function o(t){return!Wd(t)&&t-parseFloat(t)+1>=0}(n)||n<0)&&(i.delayTime=0),r&&"function"==typeof r.schedule||(i.scheduler=sy),i}Yg(e,t),e.create=function(t,n,r){return void 0===n&&(n=0),void 0===r&&(r=sy),new e(t,n,r)},e.dispatch=function(t){return this.add(t.source.subscribe(t.subscriber))},e.prototype._subscribe=function(t){return this.scheduler.schedule(e.dispatch,this.delayTime,{source:this.source,subscriber:t})}}(uv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),Jg=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.project=n,r.index=0,r}Zg(e,t),e.prototype._next=function(t){var e,n=this.index++;try{e=this.project(t,n)}catch(t){return void this.destination.error(t)}this._innerSub(e,t,n)},e.prototype._innerSub=function(t,e,n){var r=this.innerSubscription;r&&r.unsubscribe();var i=new wy(this,void 0,void 0);this.destination.add(i),this.innerSubscription=ky(this,t,e,n,i)},e.prototype._complete=function(){var e=this.innerSubscription;e&&!e.closed||t.prototype._complete.call(this),this.unsubscribe()},e.prototype._unsubscribe=function(){this.innerSubscription=null},e.prototype.notifyComplete=function(e){this.destination.remove(e),this.innerSubscription=null,this.isStopped&&t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(e)}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),t_=(function(t){function e(e){var n=t.call(this,e)||this;return n.seenValue=!1,n}Jg(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.seenValue=!0,this.complete()},e.prototype.notifyComplete=function(){}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),e_=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.predicate=n,r.index=0,r}t_(e,t),e.prototype._next=function(t){var e,n=this.destination;try{e=this.predicate(t,this.index++)}catch(t){return void n.error(t)}this.nextOrComplete(t,e)},e.prototype.nextOrComplete=function(t,e){var n=this.destination;Boolean(e)?n.next(t):n.complete()}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),n_=(function(t){function e(e,n,r,i){var o=t.call(this,e)||this;return o.destination=e,o.durationSelector=n,o._leading=r,o._trailing=i,o._hasValue=!1,o}e_(e,t),e.prototype._next=function(t){this._hasValue=!0,this._sendValue=t,this._throttled||(this._leading?this.send():this.throttle(t))},e.prototype.send=function(){var t=this._sendValue;this._hasValue&&(this.destination.next(t),this.throttle(t)),this._hasValue=!1,this._sendValue=null},e.prototype.throttle=function(t){var e=this.tryDurationSelector(t);e&&this.add(this._throttled=ky(this,e))},e.prototype.tryDurationSelector=function(t){try{return this.durationSelector(t)}catch(t){return this.destination.error(t),null}},e.prototype.throttlingDone=function(){var t=this._throttled,e=this._trailing;t&&t.unsubscribe(),this._throttled=null,e&&this.send()},e.prototype.notifyNext=function(t,e,n,r,i){this.throttlingDone()},e.prototype.notifyComplete=function(){this.throttlingDone()}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}());function r_(t){t.subscriber.clearThrottle()}!function(t){function e(e,n,r,i,o){var s=t.call(this,e)||this;return s.duration=n,s.scheduler=r,s.leading=i,s.trailing=o,s._hasTrailingValue=!1,s._trailingValue=null,s}n_(e,t),e.prototype._next=function(t){this.throttled?this.trailing&&(this._trailingValue=t,this._hasTrailingValue=!0):(this.add(this.throttled=this.scheduler.schedule(r_,this.duration,{subscriber:this})),this.leading&&this.destination.next(t))},e.prototype._complete=function(){this._hasTrailingValue?(this.destination.next(this._trailingValue),this.destination.complete()):this.destination.complete()},e.prototype.clearThrottle=function(){var t=this.throttled;t&&(this.trailing&&this._hasTrailingValue&&(this.destination.next(this._trailingValue),this._trailingValue=null,this._hasTrailingValue=!1),t.unsubscribe(),this.remove(t),this.throttled=null)}}(iv);var i_=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),o_=(function(t){function e(e,n,r,i,o){var s=t.call(this,e)||this;return s.absoluteTimeout=n,s.waitFor=r,s.withObservable=i,s.scheduler=o,s.action=null,s.scheduleTimeout(),s}i_(e,t),e.dispatchTimeout=function(t){var e=t.withObservable;t._unsubscribeAndRecycle(),t.add(ky(t,e))},e.prototype.scheduleTimeout=function(){var t=this.action;t?this.action=t.schedule(this,this.waitFor):this.add(this.action=this.scheduler.schedule(e.dispatchTimeout,this.waitFor,this))},e.prototype._next=function(e){this.absoluteTimeout||this.scheduleTimeout(),t.prototype._next.call(this,e)},e.prototype._unsubscribe=function(){this.action=null,this.scheduler=null,this.withObservable=null}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),s_=(function(t){function e(e){var n=t.call(this,e)||this;return n.window=new yv,e.next(n.window),n}o_(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.openWindow()},e.prototype.notifyError=function(t,e){this._error(t)},e.prototype.notifyComplete=function(t){this._complete()},e.prototype._next=function(t){this.window.next(t)},e.prototype._error=function(t){this.window.error(t),this.destination.error(t)},e.prototype._complete=function(){this.window.complete(),this.destination.complete()},e.prototype._unsubscribe=function(){this.window=null},e.prototype.openWindow=function(){var t=this.window;t&&t.complete();var e=this.destination,n=this.window=new yv;e.next(n)}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),a_=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.destination=e,i.windowSize=n,i.startWindowEvery=r,i.windows=[new yv],i.count=0,e.next(i.windows[0]),i}s_(e,t),e.prototype._next=function(t){for(var e=this.startWindowEvery>0?this.startWindowEvery:this.windowSize,n=this.destination,r=this.windowSize,i=this.windows,o=i.length,s=0;s<o&&!this.closed;s++)i[s].next(t);var a=this.count-r+1;if(a>=0&&a%e==0&&!this.closed&&i.shift().complete(),++this.count%e==0&&!this.closed){var u=new yv;i.push(u),n.next(u)}},e.prototype._error=function(t){var e=this.windows;if(e)for(;e.length>0&&!this.closed;)e.shift().error(t);this.destination.error(t)},e.prototype._complete=function(){var t=this.windows;if(t)for(;t.length>0&&!this.closed;)t.shift().complete();this.destination.complete()},e.prototype._unsubscribe=function(){this.count=0,this.windows=null}}(iv),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),u_=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._numberOfNextedValues=0,e}return a_(e,t),e.prototype.next=function(e){this._numberOfNextedValues++,t.prototype.next.call(this,e)},Object.defineProperty(e.prototype,"numberOfNextedValues",{get:function(){return this._numberOfNextedValues},enumerable:!0,configurable:!0}),e}(yv);function c_(t){var e=t.subscriber,n=t.windowTimeSpan,r=t.window;r&&e.closeWindow(r),t.window=e.openWindow(),this.schedule(t,n)}function l_(t){var e=t.windowTimeSpan,n=t.subscriber,r=t.scheduler,i=t.windowCreationInterval,o=n.openWindow(),s={action:this,subscription:null};s.subscription=r.schedule(p_,e,{subscriber:n,window:o,context:s}),this.add(s.subscription),this.schedule(t,i)}function p_(t){var e=t.subscriber,n=t.window,r=t.context;r&&r.action&&r.subscription&&r.action.remove(r.subscription),e.closeWindow(n)}!function(t){function e(e,n,r,i,o){var s=t.call(this,e)||this;s.destination=e,s.windowTimeSpan=n,s.windowCreationInterval=r,s.maxWindowSize=i,s.scheduler=o,s.windows=[];var a=s.openWindow();if(null!==r&&r>=0){var u={windowTimeSpan:n,windowCreationInterval:r,subscriber:s,scheduler:o};s.add(o.schedule(p_,n,{subscriber:s,window:a,context:null})),s.add(o.schedule(l_,r,u))}else s.add(o.schedule(c_,n,{subscriber:s,window:a,windowTimeSpan:n}));return s}a_(e,t),e.prototype._next=function(t){for(var e=this.windows,n=e.length,r=0;r<n;r++){var i=e[r];i.closed||(i.next(t),i.numberOfNextedValues>=this.maxWindowSize&&this.closeWindow(i))}},e.prototype._error=function(t){for(var e=this.windows;e.length>0;)e.shift().error(t);this.destination.error(t)},e.prototype._complete=function(){for(var t=this.windows;t.length>0;){var e=t.shift();e.closed||e.complete()}this.destination.complete()},e.prototype.openWindow=function(){var t=new u_;return this.windows.push(t),this.destination.next(t),t},e.prototype.closeWindow=function(t){t.complete();var e=this.windows;e.splice(e.indexOf(t),1)}}(iv);var h_=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),f_=(function(t){function e(e,n,r){var i=t.call(this,e)||this;return i.openings=n,i.closingSelector=r,i.contexts=[],i.add(i.openSubscription=ky(i,n,n)),i}h_(e,t),e.prototype._next=function(t){var e=this.contexts;if(e)for(var n=e.length,r=0;r<n;r++)e[r].window.next(t)},e.prototype._error=function(e){var n=this.contexts;if(this.contexts=null,n)for(var r=n.length,i=-1;++i<r;){var o=n[i];o.window.error(e),o.subscription.unsubscribe()}t.prototype._error.call(this,e)},e.prototype._complete=function(){var e=this.contexts;if(this.contexts=null,e)for(var n=e.length,r=-1;++r<n;){var i=e[r];i.window.complete(),i.subscription.unsubscribe()}t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){var t=this.contexts;if(this.contexts=null,t)for(var e=t.length,n=-1;++n<e;){var r=t[n];r.window.unsubscribe(),r.subscription.unsubscribe()}},e.prototype.notifyNext=function(t,e,n,r,i){if(t===this.openings){var o=Yd(this.closingSelector)(e);if(o===Xd)return this.error(Xd.e);var s=new yv,a=new tv,u={window:s,subscription:a};this.contexts.push(u);var c=ky(this,o,u);c.closed?this.closeWindow(this.contexts.length-1):(c.context=u,a.add(c)),this.destination.next(s)}else this.closeWindow(this.contexts.indexOf(t))},e.prototype.notifyError=function(t){this.error(t)},e.prototype.notifyComplete=function(t){t!==this.openSubscription&&this.closeWindow(this.contexts.indexOf(t.context))},e.prototype.closeWindow=function(t){if(-1!==t){var e=this.contexts,n=e[t],r=n.window,i=n.subscription;e.splice(t,1),r.complete(),i.unsubscribe()}}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),d_=(function(t){function e(e,n){var r=t.call(this,e)||this;return r.destination=e,r.closingSelector=n,r.openWindow(),r}f_(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.openWindow(i)},e.prototype.notifyError=function(t,e){this._error(t)},e.prototype.notifyComplete=function(t){this.openWindow(t)},e.prototype._next=function(t){this.window.next(t)},e.prototype._error=function(t){this.window.error(t),this.destination.error(t),this.unsubscribeClosingNotification()},e.prototype._complete=function(){this.window.complete(),this.destination.complete(),this.unsubscribeClosingNotification()},e.prototype.unsubscribeClosingNotification=function(){this.closingNotification&&this.closingNotification.unsubscribe()},e.prototype.openWindow=function(t){void 0===t&&(t=null),t&&(this.remove(t),t.unsubscribe());var e=this.window;e&&e.complete();var n=this.window=new yv;this.destination.next(n);var r=Yd(this.closingSelector)();if(r===Xd){var i=Xd.e;this.destination.error(i),this.window.error(i)}else this.add(this.closingNotification=ky(this,r))}}(_y),function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),v_=function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,i,o=n.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(r=o.next()).done;)s.push(r.value)}catch(t){i={error:t}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return s};
1116
1108
  /**
1117
1109
  * @license
1118
1110
  * Copyright Google Inc. All Rights Reserved.
@@ -1120,7 +1112,7 @@ var tg=function(){function t(t,e){if(this.token=t,this.id=e,!t)throw new Error("
1120
1112
  * Use of this source code is governed by an MIT-style license that can be
1121
1113
  * found in the LICENSE file at https://angular.io/license
1122
1114
  */
1123
- function j_(t){return!!t&&"function"==typeof t.then}!function(t){function e(e,n,r){var i=t.call(this,e)||this;i.observables=n,i.project=r,i.toRespond=[];var o=n.length;i.values=new Array(o);for(var s=0;s<o;s++)i.toRespond.push(s);for(s=0;s<o;s++){var a=n[s];i.add(Ky(i,a,a,s))}return i}R_(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.values[n]=e;var o=this.toRespond;if(o.length>0){var s=o.indexOf(n);-1!==s&&o.splice(s,1)}},e.prototype.notifyComplete=function(){},e.prototype._next=function(t){if(0===this.toRespond.length){var e=function(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(D_(arguments[e]));return t}([t],this.values);this.project?this._tryProject(e):this.destination.next(e)}},e.prototype._tryProject=function(t){var e;try{e=this.project.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)}}(Iy);
1115
+ function y_(t){return!!t&&"function"==typeof t.then}!function(t){function e(e,n,r){var i=t.call(this,e)||this;i.observables=n,i.project=r,i.toRespond=[];var o=n.length;i.values=new Array(o);for(var s=0;s<o;s++)i.toRespond.push(s);for(s=0;s<o;s++){var a=n[s];i.add(ky(i,a,a,s))}return i}d_(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.values[n]=e;var o=this.toRespond;if(o.length>0){var s=o.indexOf(n);-1!==s&&o.splice(s,1)}},e.prototype.notifyComplete=function(){},e.prototype._next=function(t){if(0===this.toRespond.length){var e=function(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(v_(arguments[e]));return t}([t],this.values);this.project?this._tryProject(e):this.destination.next(e)}},e.prototype._tryProject=function(t){var e;try{e=this.project.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)}}(_y);
1124
1116
  /**
1125
1117
  * @license
1126
1118
  * Copyright Google Inc. All Rights Reserved.
@@ -1128,7 +1120,7 @@ function j_(t){return!!t&&"function"==typeof t.then}!function(t){function e(e,n,
1128
1120
  * Use of this source code is governed by an MIT-style license that can be
1129
1121
  * found in the LICENSE file at https://angular.io/license
1130
1122
  */
1131
- var L_=new Ql("Application Initializer"),F_=function(){function t(t){var e=this;this.appInits=t,this.initialized=!1,this.done=!1,this.donePromise=new Promise(function(t,n){e.resolve=t,e.reject=n})}return t.prototype.runInitializers=function(){var t=this;if(!this.initialized){var e=[],n=function(){t.done=!0,t.resolve()};if(this.appInits)for(var r=0;r<this.appInits.length;r++){var i=this.appInits[r]();j_(i)&&e.push(i)}Promise.all(e).then(function(){n()}).catch(function(e){t.reject(e)}),0===e.length&&n(),this.initialized=!0}},u([Um(),c(0,hp(L_)),c(0,fp()),l("design:paramtypes",[Array])],t)}(),V_={provide:new Ql("AppId"),useFactory:function B_(){return""+H_()+H_()+H_()},deps:[]};function H_(){return String.fromCharCode(97+Math.floor(25*Math.random()))}new Ql("Platform Initializer");var U_=new Ql("Platform ID"),q_=new Ql("appBootstrapListener"),K_=(new Ql("Application Packages Root URL"),function(){function t(){}return t.prototype.log=function(t){console.log(t)},t.prototype.warn=function(t){console.warn(t)},u([Um()],t)}());
1123
+ var m_=new Xl("Application Initializer"),g_=function(){function t(t){var e=this;this.appInits=t,this.initialized=!1,this.done=!1,this.donePromise=new Promise(function(t,n){e.resolve=t,e.reject=n})}return t.prototype.runInitializers=function(){var t=this;if(!this.initialized){var e=[],n=function(){t.done=!0,t.resolve()};if(this.appInits)for(var r=0;r<this.appInits.length;r++){var i=this.appInits[r]();y_(i)&&e.push(i)}Promise.all(e).then(function(){n()}).catch(function(e){t.reject(e)}),0===e.length&&n(),this.initialized=!0}},u([wm(),c(0,dp(m_)),c(0,vp()),l("design:paramtypes",[Array])],t)}(),__={provide:new Xl("AppId"),useFactory:function b_(){return""+w_()+w_()+w_()},deps:[]};function w_(){return String.fromCharCode(97+Math.floor(25*Math.random()))}new Xl("Platform Initializer");var x_=new Xl("Platform ID"),E_=new Xl("appBootstrapListener"),S_=(new Xl("Application Packages Root URL"),function(){function t(){}return t.prototype.log=function(t){console.log(t)},t.prototype.warn=function(t){console.warn(t)},u([wm()],t)}());
1132
1124
  /**
1133
1125
  * @license
1134
1126
  * Copyright Google Inc. All Rights Reserved.
@@ -1136,21 +1128,28 @@ var L_=new Ql("Application Initializer"),F_=function(){function t(t){var e=this;
1136
1128
  * Use of this source code is governed by an MIT-style license that can be
1137
1129
  * found in the LICENSE file at https://angular.io/license
1138
1130
  */
1139
- function z_(){throw new Error("Runtime compiler is not loaded")}var W_,Q_,G_=function(){function t(){}return t.prototype.compileModuleSync=function(t){throw z_()},t.prototype.compileModuleAsync=function(t){throw z_()},t.prototype.compileModuleAndAllComponentsSync=function(t){throw z_()},t.prototype.compileModuleAndAllComponentsAsync=function(t){throw z_()},t.prototype.clearCache=function(){},t.prototype.clearCacheFor=function(t){},t.prototype.getModuleId=function(t){},u([Um()],t)}(),X_=(new Ql("compilerOptions"),function X_(){}),$_=function Y_(){var t=rp.wtf;return!(!t||!(W_=t.trace)||(Q_=W_.events,0))}();function Z_(t,e){return null}var J_=$_?function tb(t,e){return void 0===e&&(e=null),Q_.createScope(t,e)}:function(t,e){return Z_},eb=$_?function nb(t,e){return W_.leaveScope(t,e),e}
1131
+ function C_(){throw new Error("Runtime compiler is not loaded")}var T_,P_,A_=function(){function t(){}return t.prototype.compileModuleSync=function(t){throw C_()},t.prototype.compileModuleAsync=function(t){throw C_()},t.prototype.compileModuleAndAllComponentsSync=function(t){throw C_()},t.prototype.compileModuleAndAllComponentsAsync=function(t){throw C_()},t.prototype.clearCache=function(){},t.prototype.clearCacheFor=function(t){},t.prototype.getModuleId=function(t){},u([wm()],t)}(),N_=(new Xl("compilerOptions"),function N_(){}),k_=function O_(){var t=op.wtf;return!(!t||!(T_=t.trace)||(P_=T_.events,0))}();function M_(t,e){return null}var I_=k_?function D_(t,e){return void 0===e&&(e=null),P_.createScope(t,e)}:function(t,e){return M_},R_=k_?function j_(t,e){return T_.leaveScope(t,e),e}
1132
+ /**
1133
+ * @license
1134
+ * Copyright Google Inc. All Rights Reserved.
1135
+ *
1136
+ * Use of this source code is governed by an MIT-style license that can be
1137
+ * found in the LICENSE file at https://angular.io/license
1138
+ */:function(t,e){return e},L_=function(){function t(t){var e=t.enableLongStackTrace,n=void 0!==e&&e;if(this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new Uy(!1),this.onMicrotaskEmpty=new Uy(!1),this.onStable=new Uy(!1),this.onError=new Uy(!1),"undefined"==typeof Zone)throw new Error("In this configuration Angular requires Zone.js");Zone.assertZonePatched(),this._nesting=0,this._outer=this._inner=Zone.current,Zone.wtfZoneSpec&&(this._inner=this._inner.fork(Zone.wtfZoneSpec)),Zone.TaskTrackingZoneSpec&&(this._inner=this._inner.fork(new Zone.TaskTrackingZoneSpec)),n&&Zone.longStackTraceZoneSpec&&(this._inner=this._inner.fork(Zone.longStackTraceZoneSpec)),function r(t){t._inner=t._inner.fork({name:"angular",properties:{isAngularZone:!0},onInvokeTask:function(e,n,r,i,o,s){try{return H_(t),e.invokeTask(r,i,o,s)}finally{U_(t)}},onInvoke:function(e,n,r,i,o,s,a){try{return H_(t),e.invoke(r,i,o,s,a)}finally{U_(t)}},onHasTask:function(e,n,r,i){e.hasTask(r,i),n===r&&("microTask"==i.change?(t.hasPendingMicrotasks=i.microTask,B_(t)):"macroTask"==i.change&&(t.hasPendingMacrotasks=i.macroTask))},onHandleError:function(e,n,r,i){return e.handleError(r,i),t.runOutsideAngular(function(){return t.onError.emit(i)}),!1}})}(this)}return t.isInAngularZone=function(){return!0===Zone.current.get("isAngularZone")},t.assertInAngularZone=function(){if(!t.isInAngularZone())throw new Error("Expected to be in Angular Zone, but it is not!")},t.assertNotInAngularZone=function(){if(t.isInAngularZone())throw new Error("Expected to not be in Angular Zone, but it is!")},t.prototype.run=function(t,e,n){return this._inner.run(t,e,n)},t.prototype.runTask=function(t,e,n,r){var i=this._inner,o=i.scheduleEventTask("NgZoneEvent: "+r,t,V_,F_,F_);try{return i.runTask(o,e,n)}finally{i.cancelTask(o)}},t.prototype.runGuarded=function(t,e,n){return this._inner.runGuarded(t,e,n)},t.prototype.runOutsideAngular=function(t){return this._outer.run(t)},t}();function F_(){}var V_={};function B_(t){if(0==t._nesting&&!t.hasPendingMicrotasks&&!t.isStable)try{t._nesting++,t.onMicrotaskEmpty.emit(null)}finally{if(t._nesting--,!t.hasPendingMicrotasks)try{t.runOutsideAngular(function(){return t.onStable.emit(null)})}finally{t.isStable=!0}}}function H_(t){t._nesting++,t.isStable&&(t.isStable=!1,t.onUnstable.emit(null))}function U_(t){t._nesting--,B_(t)}var q_=function(){function t(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new Uy,this.onMicrotaskEmpty=new Uy,this.onStable=new Uy,this.onError=new Uy}return t.prototype.run=function(t){return t()},t.prototype.runGuarded=function(t){return t()},t.prototype.runOutsideAngular=function(t){return t()},t.prototype.runTask=function(t){return t()},t}(),K_=function(){function t(t){var e=this;this._ngZone=t,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this._watchAngularEvents(),t.run(function(){e.taskTrackingZone=Zone.current.get("TaskTrackingZone")})}return t.prototype._watchAngularEvents=function(){var t=this;this._ngZone.onUnstable.subscribe({next:function(){t._didWork=!0,t._isZoneStable=!1}}),this._ngZone.runOutsideAngular(function(){t._ngZone.onStable.subscribe({next:function(){L_.assertNotInAngularZone(),cp(function(){t._isZoneStable=!0,t._runCallbacksIfReady()})}})})},t.prototype.increasePendingRequestCount=function(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount},t.prototype.decreasePendingRequestCount=function(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount},t.prototype.isStable=function(){return this._isZoneStable&&0===this._pendingCount&&!this._ngZone.hasPendingMacrotasks},t.prototype._runCallbacksIfReady=function(){var t=this;if(this.isStable())cp(function(){for(;0!==t._callbacks.length;){var e=t._callbacks.pop();clearTimeout(e.timeoutId),e.doneCb(t._didWork)}t._didWork=!1});else{var e=this.getPendingTasks();this._callbacks=this._callbacks.filter(function(t){return!t.updateCb||!t.updateCb(e)||(clearTimeout(t.timeoutId),!1)}),this._didWork=!0}},t.prototype.getPendingTasks=function(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(function(t){return{source:t.source,creationLocation:t.creationLocation,data:t.data}}):[]},t.prototype.addCallback=function(t,e,n){var r=this,i=-1;e&&e>0&&(i=setTimeout(function(){r._callbacks=r._callbacks.filter(function(t){return t.timeoutId!==i}),t(r._didWork,r.getPendingTasks())},e)),this._callbacks.push({doneCb:t,timeoutId:i,updateCb:n})},t.prototype.whenStable=function(t,e,n){if(n&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/dist/task-tracking.js" loaded?');this.addCallback(t,e,n),this._runCallbacksIfReady()},t.prototype.getPendingRequestCount=function(){return this._pendingCount},t.prototype.findProviders=function(t,e,n){return[]},u([wm(),l("design:paramtypes",[L_])],t)}(),z_=function(){function t(){this._applications=new Map,W_.addToWindow(this)}return t.prototype.registerApplication=function(t,e){this._applications.set(t,e)},t.prototype.unregisterApplication=function(t){this._applications.delete(t)},t.prototype.unregisterAllApplications=function(){this._applications.clear()},t.prototype.getTestability=function(t){return this._applications.get(t)||null},t.prototype.getAllTestabilities=function(){return Array.from(this._applications.values())},t.prototype.getAllRootElements=function(){return Array.from(this._applications.keys())},t.prototype.findTestabilityInTree=function(t,e){return void 0===e&&(e=!0),W_.findTestabilityInTree(this,t,e)},u([wm(),l("design:paramtypes",[])],t)}(),W_=new(function(){function t(){}return t.prototype.addToWindow=function(t){},t.prototype.findTestabilityInTree=function(t,e,n){return null},t}());
1140
1139
  /**
1141
1140
  * @license
1142
1141
  * Copyright Google Inc. All Rights Reserved.
1143
1142
  *
1144
1143
  * Use of this source code is governed by an MIT-style license that can be
1145
1144
  * found in the LICENSE file at https://angular.io/license
1146
- */:function(t,e){return e},rb=function(){function t(t){var e=t.enableLongStackTrace,n=void 0!==e&&e;if(this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new nm(!1),this.onMicrotaskEmpty=new nm(!1),this.onStable=new nm(!1),this.onError=new nm(!1),"undefined"==typeof Zone)throw new Error("In this configuration Angular requires Zone.js");Zone.assertZonePatched(),this._nesting=0,this._outer=this._inner=Zone.current,Zone.wtfZoneSpec&&(this._inner=this._inner.fork(Zone.wtfZoneSpec)),Zone.TaskTrackingZoneSpec&&(this._inner=this._inner.fork(new Zone.TaskTrackingZoneSpec)),n&&Zone.longStackTraceZoneSpec&&(this._inner=this._inner.fork(Zone.longStackTraceZoneSpec)),function r(t){t._inner=t._inner.fork({name:"angular",properties:{isAngularZone:!0},onInvokeTask:function(e,n,r,i,o,s){try{return ab(t),e.invokeTask(r,i,o,s)}finally{ub(t)}},onInvoke:function(e,n,r,i,o,s,a){try{return ab(t),e.invoke(r,i,o,s,a)}finally{ub(t)}},onHasTask:function(e,n,r,i){e.hasTask(r,i),n===r&&("microTask"==i.change?(t.hasPendingMicrotasks=i.microTask,sb(t)):"macroTask"==i.change&&(t.hasPendingMacrotasks=i.macroTask))},onHandleError:function(e,n,r,i){return e.handleError(r,i),t.runOutsideAngular(function(){return t.onError.emit(i)}),!1}})}(this)}return t.isInAngularZone=function(){return!0===Zone.current.get("isAngularZone")},t.assertInAngularZone=function(){if(!t.isInAngularZone())throw new Error("Expected to be in Angular Zone, but it is not!")},t.assertNotInAngularZone=function(){if(t.isInAngularZone())throw new Error("Expected to not be in Angular Zone, but it is!")},t.prototype.run=function(t,e,n){return this._inner.run(t,e,n)},t.prototype.runTask=function(t,e,n,r){var i=this._inner,o=i.scheduleEventTask("NgZoneEvent: "+r,t,ob,ib,ib);try{return i.runTask(o,e,n)}finally{i.cancelTask(o)}},t.prototype.runGuarded=function(t,e,n){return this._inner.runGuarded(t,e,n)},t.prototype.runOutsideAngular=function(t){return this._outer.run(t)},t}();function ib(){}var ob={};function sb(t){if(0==t._nesting&&!t.hasPendingMicrotasks&&!t.isStable)try{t._nesting++,t.onMicrotaskEmpty.emit(null)}finally{if(t._nesting--,!t.hasPendingMicrotasks)try{t.runOutsideAngular(function(){return t.onStable.emit(null)})}finally{t.isStable=!0}}}function ab(t){t._nesting++,t.isStable&&(t.isStable=!1,t.onUnstable.emit(null))}function ub(t){t._nesting--,sb(t)}var cb=function(){function t(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new nm,this.onMicrotaskEmpty=new nm,this.onStable=new nm,this.onError=new nm}return t.prototype.run=function(t){return t()},t.prototype.runGuarded=function(t){return t()},t.prototype.runOutsideAngular=function(t){return t()},t.prototype.runTask=function(t){return t()},t}(),lb=function(){function t(t){var e=this;this._ngZone=t,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this._watchAngularEvents(),t.run(function(){e.taskTrackingZone=Zone.current.get("TaskTrackingZone")})}return t.prototype._watchAngularEvents=function(){var t=this;this._ngZone.onUnstable.subscribe({next:function(){t._didWork=!0,t._isZoneStable=!1}}),this._ngZone.runOutsideAngular(function(){t._ngZone.onStable.subscribe({next:function(){rb.assertNotInAngularZone(),ap(function(){t._isZoneStable=!0,t._runCallbacksIfReady()})}})})},t.prototype.increasePendingRequestCount=function(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount},t.prototype.decreasePendingRequestCount=function(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount},t.prototype.isStable=function(){return this._isZoneStable&&0===this._pendingCount&&!this._ngZone.hasPendingMacrotasks},t.prototype._runCallbacksIfReady=function(){var t=this;if(this.isStable())ap(function(){for(;0!==t._callbacks.length;){var e=t._callbacks.pop();clearTimeout(e.timeoutId),e.doneCb(t._didWork)}t._didWork=!1});else{var e=this.getPendingTasks();this._callbacks=this._callbacks.filter(function(t){return!t.updateCb||!t.updateCb(e)||(clearTimeout(t.timeoutId),!1)}),this._didWork=!0}},t.prototype.getPendingTasks=function(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(function(t){return{source:t.source,creationLocation:t.creationLocation,data:t.data}}):[]},t.prototype.addCallback=function(t,e,n){var r=this,i=-1;e&&e>0&&(i=setTimeout(function(){r._callbacks=r._callbacks.filter(function(t){return t.timeoutId!==i}),t(r._didWork,r.getPendingTasks())},e)),this._callbacks.push({doneCb:t,timeoutId:i,updateCb:n})},t.prototype.whenStable=function(t,e,n){if(n&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/dist/task-tracking.js" loaded?');this.addCallback(t,e,n),this._runCallbacksIfReady()},t.prototype.getPendingRequestCount=function(){return this._pendingCount},t.prototype.findProviders=function(t,e,n){return[]},u([Um(),l("design:paramtypes",[rb])],t)}(),pb=function(){function t(){this._applications=new Map,hb.addToWindow(this)}return t.prototype.registerApplication=function(t,e){this._applications.set(t,e)},t.prototype.unregisterApplication=function(t){this._applications.delete(t)},t.prototype.unregisterAllApplications=function(){this._applications.clear()},t.prototype.getTestability=function(t){return this._applications.get(t)||null},t.prototype.getAllTestabilities=function(){return Array.from(this._applications.values())},t.prototype.getAllRootElements=function(){return Array.from(this._applications.keys())},t.prototype.findTestabilityInTree=function(t,e){return void 0===e&&(e=!0),hb.findTestabilityInTree(this,t,e)},u([Um(),l("design:paramtypes",[])],t)}(),hb=new(function(){function t(){}return t.prototype.addToWindow=function(t){},t.prototype.findTestabilityInTree=function(t,e,n){return null},t}());
1145
+ */new Xl("AllowMultipleToken");var Q_=function(){function t(t){this._injector=t,this._modules=[],this._destroyListeners=[],this._destroyed=!1}return t.prototype.bootstrapModuleFactory=function(t,e){var n=this,r=function i(t){return"noop"===t?new q_:("zone.js"===t?void 0:t)||new L_({enableLongStackTrace:em()})}(e?e.ngZone:void 0),o=[{provide:L_,useValue:r}];return r.run(function(){var e=Ep.create({providers:o,parent:n.injector,name:t.moduleType.name}),i=t.create(e),s=i.injector.get(Am,null);if(!s)throw new Error("No ErrorHandler. Is platform module (BrowserModule) included?");return i.onDestroy(function(){return $_(n._modules,i)}),r.runOutsideAngular(function(){return r.onError.subscribe({next:function(t){s.handleError(t)}})}),function a(t,e,n){try{var r=n();return y_(r)?r.catch(function(n){throw e.runOutsideAngular(function(){return t.handleError(n)}),n}):r}catch(n){throw e.runOutsideAngular(function(){return t.handleError(n)}),n}}(s,r,function(){var t=i.injector.get(g_);return t.runInitializers(),t.donePromise.then(function(){return n._moduleDoBootstrap(i),i})})})},t.prototype.bootstrapModule=function(t,e){var n=this;void 0===e&&(e=[]);var r=G_({},e);return function i(t,e,n){return t.get(N_).createCompiler([e]).compileModuleAsync(n)}(this.injector,r,t).then(function(t){return n.bootstrapModuleFactory(t,r)})},t.prototype._moduleDoBootstrap=function(t){var e=t.injector.get(X_);if(t._bootstrapComponents.length>0)t._bootstrapComponents.forEach(function(t){return e.bootstrap(t)});else{if(!t.instance.ngDoBootstrap)throw new Error("The module "+pp(t.instance.constructor)+' was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.');t.instance.ngDoBootstrap(e)}this._modules.push(t)},t.prototype.onDestroy=function(t){this._destroyListeners.push(t)},Object.defineProperty(t.prototype,"injector",{get:function(){return this._injector},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){if(this._destroyed)throw new Error("The platform has already been destroyed!");this._modules.slice().forEach(function(t){return t.destroy()}),this._destroyListeners.forEach(function(t){return t()}),this._destroyed=!0},Object.defineProperty(t.prototype,"destroyed",{get:function(){return this._destroyed},enumerable:!0,configurable:!0}),u([wm(),l("design:paramtypes",[Ep])],t)}();function G_(t,e){return Array.isArray(e)?e.reduce(G_,t):a({},t,e)}var X_=function(){function t(t,e,n,r,i,o){var s=this;this._zone=t,this._console=e,this._injector=n,this._exceptionHandler=r,this._componentFactoryResolver=i,this._initStatus=o,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._enforceNoNewChanges=!1,this._stable=!0,this.componentTypes=[],this.components=[],this._enforceNoNewChanges=em(),this._zone.onMicrotaskEmpty.subscribe({next:function(){s._zone.run(function(){s.tick()})}});var a=new uv(function(t){s._stable=s._zone.isStable&&!s._zone.hasPendingMacrotasks&&!s._zone.hasPendingMicrotasks,s._zone.runOutsideAngular(function(){t.next(s._stable),t.complete()})}),u=new uv(function(t){var e;s._zone.runOutsideAngular(function(){e=s._zone.onStable.subscribe(function(){L_.assertNotInAngularZone(),cp(function(){s._stable||s._zone.hasPendingMacrotasks||s._zone.hasPendingMicrotasks||(s._stable=!0,t.next(!0))})})});var n=s._zone.onUnstable.subscribe(function(){L_.assertInAngularZone(),s._stable&&(s._stable=!1,s._zone.runOutsideAngular(function(){t.next(!1)}))});return function(){e.unsubscribe(),n.unsubscribe()}});this.isStable=function l(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=Number.POSITIVE_INFINITY,r=null,i=t[t.length-1];return Kv(i)?(r=t.pop(),t.length>1&&"number"==typeof t[t.length-1]&&(n=t.pop())):"number"==typeof i&&(n=t.pop()),null===r&&1===t.length&&t[0]instanceof uv?t[0]:function o(t){return void 0===t&&(t=Number.POSITIVE_INFINITY),function t(e,n,r){return void 0===r&&(r=Number.POSITIVE_INFINITY),"function"==typeof n?function(i){return i.pipe(t(function(t,r){return function o(t,e){if(!e)return t instanceof uv?t:new uv(Ny(t));if(null!=t){if(function n(t){return t&&"function"==typeof t[sv]}(t))return function r(t,e){return new uv(e?function(n){var r=new tv;return r.add(e.schedule(function(){var i=t[sv]();r.add(i.subscribe({next:function(t){r.add(e.schedule(function(){return n.next(t)}))},error:function(t){r.add(e.schedule(function(){return n.error(t)}))},complete:function(){r.add(e.schedule(function(){return n.complete()}))}}))})),r}:Ty(t))}(t,e);if(Ay(t))return function i(t,e){return new uv(e?function(n){var r=new tv;return r.add(e.schedule(function(){return t.then(function(t){r.add(e.schedule(function(){n.next(t),r.add(e.schedule(function(){return n.complete()}))}))},function(t){r.add(e.schedule(function(){return n.error(t)}))})})),r}:xy(t))}(t,e);if(Py(t))return Wv(t,e);if(function o(t){return t&&"function"==typeof t[Ey]}(t)||"string"==typeof t)return function s(t,e){if(!t)throw new Error("Iterable cannot be null");return new uv(e?function(n){var r,i=new tv;return i.add(function(){r&&"function"==typeof r.return&&r.return()}),i.add(e.schedule(function(){r=t[Ey](),i.add(e.schedule(function(){if(!n.closed){var t,e;try{var i=r.next();t=i.value,e=i.done}catch(t){return void n.error(t)}e?n.complete():(n.next(t),this.schedule())}}))})),i}:Cy(t))}(t,e)}throw new TypeError((null!==t&&typeof t||t)+" is not observable")}(e(t,r)).pipe(function i(t,e){return function n(r){if("function"!=typeof t)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return r.lift(new yy(t,e))}}(function(e,i){return n(t,e,r,i)}))},r))}:("number"==typeof n&&(r=n),function(t){return t.lift(new Dy(e,r))})}(hy,t)}(n)(Wv(t,r))}(a,u.pipe(function c(){return function(t){return _v()(function e(t,n){return function e(r){var i;if(i="function"==typeof t?t:function e(){return t},"function"==typeof n)return r.lift(new Ig(i,n));var o=Object.create(r,Sv);return o.source=r,o.subjectFactory=i,o}}(zg)(t))}}()))}var e;return e=t,t.prototype.bootstrap=function(t,e){var n,r=this;if(!this._initStatus.done)throw new Error("Cannot bootstrap as there are still asynchronous initializers running. Bootstrap components in the `ngDoBootstrap` method of the root module.");n=t instanceof ed?t:this._componentFactoryResolver.resolveComponentFactory(t),this.componentTypes.push(n.componentType);var i=n instanceof id?null:this._injector.get(od),o=n.create(Ep.NULL,[],e||n.selector,i);o.onDestroy(function(){r._unloadComponent(o)});var s=o.injector.get(K_,null);return s&&o.injector.get(z_).registerApplication(o.location.nativeElement,s),this._loadComponent(o),em()&&this._console.log("Angular is running in the development mode. Call enableProdMode() to enable the production mode."),o},t.prototype.tick=function(){var t=this;if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");var n=e._tickScope();try{this._runningTick=!0,this._views.forEach(function(t){return t.detectChanges()}),this._enforceNoNewChanges&&this._views.forEach(function(t){return t.checkNoChanges()})}catch(e){this._zone.runOutsideAngular(function(){return t._exceptionHandler.handleError(e)})}finally{this._runningTick=!1,R_(n)}},t.prototype.attachView=function(t){var e=t;this._views.push(e),e.attachToAppRef(this)},t.prototype.detachView=function(t){var e=t;$_(this._views,e),e.detachFromAppRef()},t.prototype._loadComponent=function(t){this.attachView(t.hostView),this.tick(),this.components.push(t),this._injector.get(E_,[]).concat(this._bootstrapListeners).forEach(function(e){return e(t)})},t.prototype._unloadComponent=function(t){this.detachView(t.hostView),$_(this.components,t)},t.prototype.ngOnDestroy=function(){this._views.slice().forEach(function(t){return t.destroy()})},Object.defineProperty(t.prototype,"viewCount",{get:function(){return this._views.length},enumerable:!0,configurable:!0}),t._tickScope=I_("ApplicationRef#tick()"),e=u([wm(),l("design:paramtypes",[L_,S_,Ep,Am,rd,g_])],t)}();function $_(t,e){var n=t.indexOf(e);n>-1&&t.splice(n,1)}
1147
1146
  /**
1148
1147
  * @license
1149
1148
  * Copyright Google Inc. All Rights Reserved.
1150
1149
  *
1151
1150
  * Use of this source code is governed by an MIT-style license that can be
1152
1151
  * found in the LICENSE file at https://angular.io/license
1153
- */new Ql("AllowMultipleToken");var fb=function(){function t(t){this._injector=t,this._modules=[],this._destroyListeners=[],this._destroyed=!1}return t.prototype.bootstrapModuleFactory=function(t,e){var n=this,r=function i(t){return"noop"===t?new cb:("zone.js"===t?void 0:t)||new rb({enableLongStackTrace:dm()})}(e?e.ngZone:void 0),o=[{provide:rb,useValue:r}];return r.run(function(){var e=wp.create({providers:o,parent:n.injector,name:t.moduleType.name}),i=t.create(e),s=i.injector.get(Xm,null);if(!s)throw new Error("No ErrorHandler. Is platform module (BrowserModule) included?");return i.onDestroy(function(){return yb(n._modules,i)}),r.runOutsideAngular(function(){return r.onError.subscribe({next:function(t){s.handleError(t)}})}),function a(t,e,n){try{var r=n();return j_(r)?r.catch(function(n){throw e.runOutsideAngular(function(){return t.handleError(n)}),n}):r}catch(n){throw e.runOutsideAngular(function(){return t.handleError(n)}),n}}(s,r,function(){var t=i.injector.get(F_);return t.runInitializers(),t.donePromise.then(function(){return n._moduleDoBootstrap(i),i})})})},t.prototype.bootstrapModule=function(t,e){var n=this;void 0===e&&(e=[]);var r=db({},e);return function i(t,e,n){return t.get(X_).createCompiler([e]).compileModuleAsync(n)}(this.injector,r,t).then(function(t){return n.bootstrapModuleFactory(t,r)})},t.prototype._moduleDoBootstrap=function(t){var e=t.injector.get(vb);if(t._bootstrapComponents.length>0)t._bootstrapComponents.forEach(function(t){return e.bootstrap(t)});else{if(!t.instance.ngDoBootstrap)throw new Error("The module "+cp(t.instance.constructor)+' was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.');t.instance.ngDoBootstrap(e)}this._modules.push(t)},t.prototype.onDestroy=function(t){this._destroyListeners.push(t)},Object.defineProperty(t.prototype,"injector",{get:function(){return this._injector},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){if(this._destroyed)throw new Error("The platform has already been destroyed!");this._modules.slice().forEach(function(t){return t.destroy()}),this._destroyListeners.forEach(function(t){return t()}),this._destroyed=!0},Object.defineProperty(t.prototype,"destroyed",{get:function(){return this._destroyed},enumerable:!0,configurable:!0}),u([Um(),l("design:paramtypes",[wp])],t)}();function db(t,e){return Array.isArray(e)?e.reduce(db,t):a({},t,e)}var vb=function(){function t(t,e,n,r,i,o){var s=this;this._zone=t,this._console=e,this._injector=n,this._exceptionHandler=r,this._componentFactoryResolver=i,this._initStatus=o,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._enforceNoNewChanges=!1,this._stable=!0,this.componentTypes=[],this.components=[],this._enforceNoNewChanges=dm(),this._zone.onMicrotaskEmpty.subscribe({next:function(){s._zone.run(function(){s.tick()})}});var a=new _v(function(t){s._stable=s._zone.isStable&&!s._zone.hasPendingMacrotasks&&!s._zone.hasPendingMicrotasks,s._zone.runOutsideAngular(function(){t.next(s._stable),t.complete()})}),u=new _v(function(t){var e;s._zone.runOutsideAngular(function(){e=s._zone.onStable.subscribe(function(){rb.assertNotInAngularZone(),ap(function(){s._stable||s._zone.hasPendingMacrotasks||s._zone.hasPendingMicrotasks||(s._stable=!0,t.next(!0))})})});var n=s._zone.onUnstable.subscribe(function(){rb.assertInAngularZone(),s._stable&&(s._stable=!1,s._zone.runOutsideAngular(function(){t.next(!1)}))});return function(){e.unsubscribe(),n.unsubscribe()}});this.isStable=function l(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=Number.POSITIVE_INFINITY,r=null,i=t[t.length-1];return ey(i)?(r=t.pop(),t.length>1&&"number"==typeof t[t.length-1]&&(n=t.pop())):"number"==typeof i&&(n=t.pop()),null===r&&1===t.length&&t[0]instanceof _v?t[0]:function o(t){return void 0===t&&(t=Number.POSITIVE_INFINITY),function t(e,n,r){return void 0===r&&(r=Number.POSITIVE_INFINITY),"function"==typeof n?function(i){return i.pipe(t(function(t,r){return function o(t,e){if(!e)return t instanceof _v?t:new _v(qy(t));if(null!=t){if(function n(t){return t&&"function"==typeof t[mv]}(t))return function r(t,e){return new _v(e?function(n){var r=new lv;return r.add(e.schedule(function(){var i=t[mv]();r.add(i.subscribe({next:function(t){r.add(e.schedule(function(){return n.next(t)}))},error:function(t){r.add(e.schedule(function(){return n.error(t)}))},complete:function(){r.add(e.schedule(function(){return n.complete()}))}}))})),r}:By(t))}(t,e);if(Uy(t))return function i(t,e){return new _v(e?function(n){var r=new lv;return r.add(e.schedule(function(){return t.then(function(t){r.add(e.schedule(function(){n.next(t),r.add(e.schedule(function(){return n.complete()}))}))},function(t){r.add(e.schedule(function(){return n.error(t)}))})})),r}:jy(t))}(t,e);if(Hy(t))return ry(t,e);if(function o(t){return t&&"function"==typeof t[Ly]}(t)||"string"==typeof t)return function s(t,e){if(!t)throw new Error("Iterable cannot be null");return new _v(e?function(n){var r,i=new lv;return i.add(function(){r&&"function"==typeof r.return&&r.return()}),i.add(e.schedule(function(){r=t[Ly](),i.add(e.schedule(function(){if(!n.closed){var t,e;try{var i=r.next();t=i.value,e=i.done}catch(t){return void n.error(t)}e?n.complete():(n.next(t),this.schedule())}}))})),i}:Vy(t))}(t,e)}throw new TypeError((null!==t&&typeof t||t)+" is not observable")}(e(t,r)).pipe(function i(t,e){return function n(r){if("function"!=typeof t)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return r.lift(new Oy(t,e))}}(function(e,i){return n(t,e,r,i)}))},r))}:("number"==typeof n&&(r=n),function(t){return t.lift(new Gy(e,r))})}(Ey,t)}(n)(ry(t,r))}(a,u.pipe(function c(){return function(t){return Ov()(function e(t,n){return function e(r){var i;if(i="function"==typeof t?t:function e(){return t},"function"==typeof n)return r.lift(new Jg(i,n));var o=Object.create(r,Dv);return o.source=r,o.subjectFactory=i,o}}(p_)(t))}}()))}var e;return e=t,t.prototype.bootstrap=function(t,e){var n,r=this;if(!this._initStatus.done)throw new Error("Cannot bootstrap as there are still asynchronous initializers running. Bootstrap components in the `ngDoBootstrap` method of the root module.");n=t instanceof vd?t:this._componentFactoryResolver.resolveComponentFactory(t),this.componentTypes.push(n.componentType);var i=n instanceof gd?null:this._injector.get(ad),o=n.create(wp.NULL,[],e||n.selector,i);o.onDestroy(function(){r._unloadComponent(o)});var s=o.injector.get(lb,null);return s&&o.injector.get(pb).registerApplication(o.location.nativeElement,s),this._loadComponent(o),dm()&&this._console.log("Angular is running in the development mode. Call enableProdMode() to enable the production mode."),o},t.prototype.tick=function(){var t=this;if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");var n=e._tickScope();try{this._runningTick=!0,this._views.forEach(function(t){return t.detectChanges()}),this._enforceNoNewChanges&&this._views.forEach(function(t){return t.checkNoChanges()})}catch(e){this._zone.runOutsideAngular(function(){return t._exceptionHandler.handleError(e)})}finally{this._runningTick=!1,eb(n)}},t.prototype.attachView=function(t){var e=t;this._views.push(e),e.attachToAppRef(this)},t.prototype.detachView=function(t){var e=t;yb(this._views,e),e.detachFromAppRef()},t.prototype._loadComponent=function(t){this.attachView(t.hostView),this.tick(),this.components.push(t),this._injector.get(q_,[]).concat(this._bootstrapListeners).forEach(function(e){return e(t)})},t.prototype._unloadComponent=function(t){this.detachView(t.hostView),yb(this.components,t)},t.prototype.ngOnDestroy=function(){this._views.slice().forEach(function(t){return t.destroy()})},Object.defineProperty(t.prototype,"viewCount",{get:function(){return this._views.length},enumerable:!0,configurable:!0}),t._tickScope=J_("ApplicationRef#tick()"),e=u([Um(),l("design:paramtypes",[rb,K_,wp,Xm,md,F_])],t)}();function yb(t,e){var n=t.indexOf(e);n>-1&&t.splice(n,1)}
1152
+ */
1154
1153
  /**
1155
1154
  * @license
1156
1155
  * Copyright Google Inc. All Rights Reserved.
@@ -1171,21 +1170,28 @@ function z_(){throw new Error("Runtime compiler is not loaded")}var W_,Q_,G_=fun
1171
1170
  *
1172
1171
  * Use of this source code is governed by an MIT-style license that can be
1173
1172
  * found in the LICENSE file at https://angular.io/license
1174
- */var mb=function(){function t(){this.dirty=!0,this._results=[],this.changes=new nm,this.length=0}return t.prototype.map=function(t){return this._results.map(t)},t.prototype.filter=function(t){return this._results.filter(t)},t.prototype.find=function(t){return this._results.find(t)},t.prototype.reduce=function(t,e){return this._results.reduce(t,e)},t.prototype.forEach=function(t){this._results.forEach(t)},t.prototype.some=function(t){return this._results.some(t)},t.prototype.toArray=function(){return this._results.slice()},t.prototype[sp()]=function(){return this._results[sp()]()},t.prototype.toString=function(){return this._results.toString()},t.prototype.reset=function(t){this._results=function t(e){return e.reduce(function(e,n){var r=Array.isArray(n)?t(n):n;return e.concat(r)},[])}
1173
+ */var Y_=function(){function t(){this.dirty=!0,this._results=[],this.changes=new Uy,this.length=0}return t.prototype.map=function(t){return this._results.map(t)},t.prototype.filter=function(t){return this._results.filter(t)},t.prototype.find=function(t){return this._results.find(t)},t.prototype.reduce=function(t,e){return this._results.reduce(t,e)},t.prototype.forEach=function(t){this._results.forEach(t)},t.prototype.some=function(t){return this._results.some(t)},t.prototype.toArray=function(){return this._results.slice()},t.prototype[up()]=function(){return this._results[up()]()},t.prototype.toString=function(){return this._results.toString()},t.prototype.reset=function(t){this._results=function t(e){return e.reduce(function(e,n){var r=Array.isArray(n)?t(n):n;return e.concat(r)},[])}
1174
+ /**
1175
+ * @license
1176
+ * Copyright Google Inc. All Rights Reserved.
1177
+ *
1178
+ * Use of this source code is governed by an MIT-style license that can be
1179
+ * found in the LICENSE file at https://angular.io/license
1180
+ */(t),this.dirty=!1,this.length=this._results.length,this.last=this._results[this.length-1],this.first=this._results[0]},t.prototype.notifyOnChanges=function(){this.changes.emit(this)},t.prototype.setDirty=function(){this.dirty=!0},t.prototype.destroy=function(){this.changes.complete(),this.changes.unsubscribe()},t}(),Z_=function Z_(){},J_={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"};function tb(t,e,n){if(!t)throw new Error("Cannot find '"+n+"' in '"+e+"'");return t}
1175
1181
  /**
1176
1182
  * @license
1177
1183
  * Copyright Google Inc. All Rights Reserved.
1178
1184
  *
1179
1185
  * Use of this source code is governed by an MIT-style license that can be
1180
1186
  * found in the LICENSE file at https://angular.io/license
1181
- */(t),this.dirty=!1,this.length=this._results.length,this.last=this._results[this.length-1],this.first=this._results[0]},t.prototype.notifyOnChanges=function(){this.changes.emit(this)},t.prototype.setDirty=function(){this.dirty=!0},t.prototype.destroy=function(){this.changes.complete(),this.changes.unsubscribe()},t}(),gb=function gb(){},_b={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"};function bb(t,e,n){if(!t)throw new Error("Cannot find '"+n+"' in '"+e+"'");return t}
1187
+ */!function(){function t(t,e){this._compiler=t,this._config=e||J_}t.prototype.load=function(t){return this._compiler instanceof A_?this.loadFactory(t):this.loadAndCompile(t)},t.prototype.loadAndCompile=function(t){var e=this,n=h(t.split("#"),2),r=n[0],i=n[1];return void 0===i&&(i="default"),System.import(r).then(function(t){return t[i]}).then(function(t){return tb(t,r,i)}).then(function(t){return e._compiler.compileModuleAsync(t)})},t.prototype.loadFactory=function(t){var e=h(t.split("#"),2),n=e[0],r=e[1],i="NgFactory";return void 0===r&&(r="default",i=""),System.import(this._config.factoryPathPrefix+n+this._config.factoryPathSuffix).then(function(t){return t[r+i]}).then(function(t){return tb(t,n,r)})},t=u([wm(),c(1,vp()),l("design:paramtypes",[A_,Z_])],t)}();var eb=function(){function t(){}return t.__NG_ELEMENT_ID__=function(){return vd(t,md)},t}(),nb=function(){function t(){}return t.__NG_ELEMENT_ID__=function(){return dd()},t}(),rb=(function(t){o(function e(){return null!==t&&t.apply(this,arguments)||this},t)}(function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e}(nb)),function rb(t,e){this.name=t,this.callback=e}),ib=function(){function t(t,e,n){this.nativeNode=t,this._debugContext=n,this.listeners=[],this.parent=null,e&&e instanceof ob&&e.addChild(this)}return Object.defineProperty(t.prototype,"injector",{get:function(){return this._debugContext.injector},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentInstance",{get:function(){return this._debugContext.component},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return this._debugContext.context},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"references",{get:function(){return this._debugContext.references},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"providerTokens",{get:function(){return this._debugContext.providerTokens},enumerable:!0,configurable:!0}),t}(),ob=function(t){function e(e,n,r){var i=t.call(this,e,n,r)||this;return i.properties={},i.attributes={},i.classes={},i.styles={},i.childNodes=[],i.nativeElement=e,i}return o(e,t),e.prototype.addChild=function(t){t&&(this.childNodes.push(t),t.parent=this)},e.prototype.removeChild=function(t){var e=this.childNodes.indexOf(t);-1!==e&&(t.parent=null,this.childNodes.splice(e,1))},e.prototype.insertChildrenAfter=function(t,e){var n,r=this,i=this.childNodes.indexOf(t);-1!==i&&((n=this.childNodes).splice.apply(n,f([i+1,0],e)),e.forEach(function(t){t.parent&&t.parent.removeChild(t),t.parent=r}))},e.prototype.insertBefore=function(t,e){var n=this.childNodes.indexOf(t);-1===n?this.addChild(e):(e.parent&&e.parent.removeChild(e),e.parent=this,this.childNodes.splice(n,0,e))},e.prototype.query=function(t){return this.queryAll(t)[0]||null},e.prototype.queryAll=function(t){var e=[];return sb(this,t,e),e},e.prototype.queryAllNodes=function(t){var e=[];return ab(this,t,e),e},Object.defineProperty(e.prototype,"children",{get:function(){return this.childNodes.filter(function(t){return t instanceof e})},enumerable:!0,configurable:!0}),e.prototype.triggerEventHandler=function(t,e){this.listeners.forEach(function(n){n.name==t&&n.callback(e)})},e}(ib);
1182
1188
  /**
1183
1189
  * @license
1184
1190
  * Copyright Google Inc. All Rights Reserved.
1185
1191
  *
1186
1192
  * Use of this source code is governed by an MIT-style license that can be
1187
1193
  * found in the LICENSE file at https://angular.io/license
1188
- */!function(){function t(t,e){this._compiler=t,this._config=e||_b}t.prototype.load=function(t){return this._compiler instanceof G_?this.loadFactory(t):this.loadAndCompile(t)},t.prototype.loadAndCompile=function(t){var e=this,n=h(t.split("#"),2),r=n[0],i=n[1];return void 0===i&&(i="default"),System.import(r).then(function(t){return t[i]}).then(function(t){return bb(t,r,i)}).then(function(t){return e._compiler.compileModuleAsync(t)})},t.prototype.loadFactory=function(t){var e=h(t.split("#"),2),n=e[0],r=e[1],i="NgFactory";return void 0===r&&(r="default",i=""),System.import(this._config.factoryPathPrefix+n+this._config.factoryPathSuffix).then(function(t){return t[r+i]}).then(function(t){return bb(t,n,r)})},t=u([Um(),c(1,fp()),l("design:paramtypes",[G_,gb])],t)}(),function(t){o(function e(){return null!==t&&t.apply(this,arguments)||this},t)}(function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e}(od));var wb=function wb(t,e){this.name=t,this.callback=e},xb=function(){function t(t,e,n){this.nativeNode=t,this._debugContext=n,this.listeners=[],this.parent=null,e&&e instanceof Eb&&e.addChild(this)}return Object.defineProperty(t.prototype,"injector",{get:function(){return this._debugContext.injector},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentInstance",{get:function(){return this._debugContext.component},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return this._debugContext.context},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"references",{get:function(){return this._debugContext.references},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"providerTokens",{get:function(){return this._debugContext.providerTokens},enumerable:!0,configurable:!0}),t}(),Eb=function(t){function e(e,n,r){var i=t.call(this,e,n,r)||this;return i.properties={},i.attributes={},i.classes={},i.styles={},i.childNodes=[],i.nativeElement=e,i}return o(e,t),e.prototype.addChild=function(t){t&&(this.childNodes.push(t),t.parent=this)},e.prototype.removeChild=function(t){var e=this.childNodes.indexOf(t);-1!==e&&(t.parent=null,this.childNodes.splice(e,1))},e.prototype.insertChildrenAfter=function(t,e){var n,r=this,i=this.childNodes.indexOf(t);-1!==i&&((n=this.childNodes).splice.apply(n,f([i+1,0],e)),e.forEach(function(t){t.parent&&t.parent.removeChild(t),t.parent=r}))},e.prototype.insertBefore=function(t,e){var n=this.childNodes.indexOf(t);-1===n?this.addChild(e):(e.parent&&e.parent.removeChild(e),e.parent=this,this.childNodes.splice(n,0,e))},e.prototype.query=function(t){return this.queryAll(t)[0]||null},e.prototype.queryAll=function(t){var e=[];return Sb(this,t,e),e},e.prototype.queryAllNodes=function(t){var e=[];return Cb(this,t,e),e},Object.defineProperty(e.prototype,"children",{get:function(){return this.childNodes.filter(function(t){return t instanceof e})},enumerable:!0,configurable:!0}),e.prototype.triggerEventHandler=function(t,e){this.listeners.forEach(function(n){n.name==t&&n.callback(e)})},e}(xb);function Sb(t,e,n){t.childNodes.forEach(function(t){t instanceof Eb&&(e(t)&&n.push(t),Sb(t,e,n))})}function Cb(t,e,n){t instanceof Eb&&t.childNodes.forEach(function(t){e(t)&&n.push(t),t instanceof Eb&&Cb(t,e,n)})}var Tb=new Map;function Pb(t){return Tb.get(t)||null}function Ab(t){Tb.set(t.nativeNode,t)}
1194
+ */function sb(t,e,n){t.childNodes.forEach(function(t){t instanceof ob&&(e(t)&&n.push(t),sb(t,e,n))})}function ab(t,e,n){t instanceof ob&&t.childNodes.forEach(function(t){e(t)&&n.push(t),t instanceof ob&&ab(t,e,n)})}var ub=new Map;function cb(t){return ub.get(t)||null}function lb(t){ub.set(t.nativeNode,t)}
1189
1195
  /**
1190
1196
  * @license
1191
1197
  * Copyright Google Inc. All Rights Reserved.
@@ -1193,21 +1199,21 @@ function z_(){throw new Error("Runtime compiler is not loaded")}var W_,Q_,G_=fun
1193
1199
  * Use of this source code is governed by an MIT-style license that can be
1194
1200
  * found in the LICENSE file at https://angular.io/license
1195
1201
  */
1196
- var Nb=function(){function t(){}return t.prototype.supports=function(t){return ph(t)},t.prototype.create=function(t){return new kb(t)},t}(),Ob=function(t,e){return e},kb=function(){function t(t){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=t||Ob}return t.prototype.forEachItem=function(t){var e;for(e=this._itHead;null!==e;e=e._next)t(e)},t.prototype.forEachOperation=function(t){for(var e=this._itHead,n=this._removalsHead,r=0,i=null;e||n;){var o=!n||e&&e.currentIndex<Db(n,r,i)?e:n,s=Db(o,r,i),a=o.currentIndex;if(o===n)r--,n=n._nextRemoved;else if(e=e._next,null==o.previousIndex)r++;else{i||(i=[]);var u=s-r,c=a-r;if(u!=c){for(var l=0;l<u;l++){var p=l<i.length?i[l]:i[l]=0,h=p+l;c<=h&&h<u&&(i[l]=p+1)}i[o.previousIndex]=c-u}}s!==a&&t(o,s,a)}},t.prototype.forEachPreviousItem=function(t){var e;for(e=this._previousItHead;null!==e;e=e._nextPrevious)t(e)},t.prototype.forEachAddedItem=function(t){var e;for(e=this._additionsHead;null!==e;e=e._nextAdded)t(e)},t.prototype.forEachMovedItem=function(t){var e;for(e=this._movesHead;null!==e;e=e._nextMoved)t(e)},t.prototype.forEachRemovedItem=function(t){var e;for(e=this._removalsHead;null!==e;e=e._nextRemoved)t(e)},t.prototype.forEachIdentityChange=function(t){var e;for(e=this._identityChangesHead;null!==e;e=e._nextIdentityChange)t(e)},t.prototype.diff=function(t){if(null==t&&(t=[]),!ph(t))throw new Error("Error trying to diff '"+cp(t)+"'. Only arrays and iterables are allowed");return this.check(t)?this:null},t.prototype.onDestroy=function(){},t.prototype.check=function(t){var e=this;this._reset();var n,r,i,o=this._itHead,s=!1;if(Array.isArray(t)){this.length=t.length;for(var a=0;a<this.length;a++)i=this._trackByFn(a,r=t[a]),null!==o&&up(o.trackById,i)?(s&&(o=this._verifyReinsertion(o,r,i,a)),up(o.item,r)||this._addIdentityChange(o,r)):(o=this._mismatch(o,r,i,a),s=!0),o=o._next}else n=0,function u(t,e){if(Array.isArray(t))for(var n=0;n<t.length;n++)e(t[n]);else for(var r=t[sp()](),i=void 0;!(i=r.next()).done;)e(i.value)}(t,function(t){i=e._trackByFn(n,t),null!==o&&up(o.trackById,i)?(s&&(o=e._verifyReinsertion(o,t,i,n)),up(o.item,t)||e._addIdentityChange(o,t)):(o=e._mismatch(o,t,i,n),s=!0),o=o._next,n++}),this.length=n;return this._truncate(o),this.collection=t,this.isDirty},Object.defineProperty(t.prototype,"isDirty",{get:function(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead},enumerable:!0,configurable:!0}),t.prototype._reset=function(){if(this.isDirty){var t=void 0,e=void 0;for(t=this._previousItHead=this._itHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._additionsHead;null!==t;t=t._nextAdded)t.previousIndex=t.currentIndex;for(this._additionsHead=this._additionsTail=null,t=this._movesHead;null!==t;t=e)t.previousIndex=t.currentIndex,e=t._nextMoved;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}},t.prototype._mismatch=function(t,e,n,r){var i;return null===t?i=this._itTail:(i=t._prev,this._remove(t)),null!==(t=null===this._linkedRecords?null:this._linkedRecords.get(n,r))?(up(t.item,e)||this._addIdentityChange(t,e),this._moveAfter(t,i,r)):null!==(t=null===this._unlinkedRecords?null:this._unlinkedRecords.get(n,null))?(up(t.item,e)||this._addIdentityChange(t,e),this._reinsertAfter(t,i,r)):t=this._addAfter(new Mb(e,n),i,r),t},t.prototype._verifyReinsertion=function(t,e,n,r){var i=null===this._unlinkedRecords?null:this._unlinkedRecords.get(n,null);return null!==i?t=this._reinsertAfter(i,t._prev,r):t.currentIndex!=r&&(t.currentIndex=r,this._addToMoves(t,r)),t},t.prototype._truncate=function(t){for(;null!==t;){var e=t._next;this._addToRemovals(this._unlink(t)),t=e}null!==this._unlinkedRecords&&this._unlinkedRecords.clear(),null!==this._additionsTail&&(this._additionsTail._nextAdded=null),null!==this._movesTail&&(this._movesTail._nextMoved=null),null!==this._itTail&&(this._itTail._next=null),null!==this._removalsTail&&(this._removalsTail._nextRemoved=null),null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)},t.prototype._reinsertAfter=function(t,e,n){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(t);var r=t._prevRemoved,i=t._nextRemoved;return null===r?this._removalsHead=i:r._nextRemoved=i,null===i?this._removalsTail=r:i._prevRemoved=r,this._insertAfter(t,e,n),this._addToMoves(t,n),t},t.prototype._moveAfter=function(t,e,n){return this._unlink(t),this._insertAfter(t,e,n),this._addToMoves(t,n),t},t.prototype._addAfter=function(t,e,n){return this._insertAfter(t,e,n),this._additionsTail=null===this._additionsTail?this._additionsHead=t:this._additionsTail._nextAdded=t,t},t.prototype._insertAfter=function(t,e,n){var r=null===e?this._itHead:e._next;return t._next=r,t._prev=e,null===r?this._itTail=t:r._prev=t,null===e?this._itHead=t:e._next=t,null===this._linkedRecords&&(this._linkedRecords=new Rb),this._linkedRecords.put(t),t.currentIndex=n,t},t.prototype._remove=function(t){return this._addToRemovals(this._unlink(t))},t.prototype._unlink=function(t){null!==this._linkedRecords&&this._linkedRecords.remove(t);var e=t._prev,n=t._next;return null===e?this._itHead=n:e._next=n,null===n?this._itTail=e:n._prev=e,t},t.prototype._addToMoves=function(t,e){return t.previousIndex===e?t:(this._movesTail=null===this._movesTail?this._movesHead=t:this._movesTail._nextMoved=t,t)},t.prototype._addToRemovals=function(t){return null===this._unlinkedRecords&&(this._unlinkedRecords=new Rb),this._unlinkedRecords.put(t),t.currentIndex=null,t._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=t,t._prevRemoved=null):(t._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=t),t},t.prototype._addIdentityChange=function(t,e){return t.item=e,this._identityChangesTail=null===this._identityChangesTail?this._identityChangesHead=t:this._identityChangesTail._nextIdentityChange=t,t},t}(),Mb=function Mb(t,e){this.item=t,this.trackById=e,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null},Ib=function(){function t(){this._head=null,this._tail=null}return t.prototype.add=function(t){null===this._head?(this._head=this._tail=t,t._nextDup=null,t._prevDup=null):(this._tail._nextDup=t,t._prevDup=this._tail,t._nextDup=null,this._tail=t)},t.prototype.get=function(t,e){var n;for(n=this._head;null!==n;n=n._nextDup)if((null===e||e<=n.currentIndex)&&up(n.trackById,t))return n;return null},t.prototype.remove=function(t){var e=t._prevDup,n=t._nextDup;return null===e?this._head=n:e._nextDup=n,null===n?this._tail=e:n._prevDup=e,null===this._head},t}(),Rb=function(){function t(){this.map=new Map}return t.prototype.put=function(t){var e=t.trackById,n=this.map.get(e);n||(n=new Ib,this.map.set(e,n)),n.add(t)},t.prototype.get=function(t,e){var n=this.map.get(t);return n?n.get(t,e):null},t.prototype.remove=function(t){var e=t.trackById;return this.map.get(e).remove(t)&&this.map.delete(e),t},Object.defineProperty(t.prototype,"isEmpty",{get:function(){return 0===this.map.size},enumerable:!0,configurable:!0}),t.prototype.clear=function(){this.map.clear()},t}();function Db(t,e,n){var r=t.previousIndex;if(null===r)return r;var i=0;return n&&r<n.length&&(i=n[r]),r+e+i}
1202
+ var pb=function(){function t(){}return t.prototype.supports=function(t){return vh(t)},t.prototype.create=function(t){return new fb(t)},t}(),hb=function(t,e){return e},fb=function(){function t(t){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=t||hb}return t.prototype.forEachItem=function(t){var e;for(e=this._itHead;null!==e;e=e._next)t(e)},t.prototype.forEachOperation=function(t){for(var e=this._itHead,n=this._removalsHead,r=0,i=null;e||n;){var o=!n||e&&e.currentIndex<mb(n,r,i)?e:n,s=mb(o,r,i),a=o.currentIndex;if(o===n)r--,n=n._nextRemoved;else if(e=e._next,null==o.previousIndex)r++;else{i||(i=[]);var u=s-r,c=a-r;if(u!=c){for(var l=0;l<u;l++){var p=l<i.length?i[l]:i[l]=0,h=p+l;c<=h&&h<u&&(i[l]=p+1)}i[o.previousIndex]=c-u}}s!==a&&t(o,s,a)}},t.prototype.forEachPreviousItem=function(t){var e;for(e=this._previousItHead;null!==e;e=e._nextPrevious)t(e)},t.prototype.forEachAddedItem=function(t){var e;for(e=this._additionsHead;null!==e;e=e._nextAdded)t(e)},t.prototype.forEachMovedItem=function(t){var e;for(e=this._movesHead;null!==e;e=e._nextMoved)t(e)},t.prototype.forEachRemovedItem=function(t){var e;for(e=this._removalsHead;null!==e;e=e._nextRemoved)t(e)},t.prototype.forEachIdentityChange=function(t){var e;for(e=this._identityChangesHead;null!==e;e=e._nextIdentityChange)t(e)},t.prototype.diff=function(t){if(null==t&&(t=[]),!vh(t))throw new Error("Error trying to diff '"+pp(t)+"'. Only arrays and iterables are allowed");return this.check(t)?this:null},t.prototype.onDestroy=function(){},t.prototype.check=function(t){var e=this;this._reset();var n,r,i,o=this._itHead,s=!1;if(Array.isArray(t)){this.length=t.length;for(var a=0;a<this.length;a++)i=this._trackByFn(a,r=t[a]),null!==o&&lp(o.trackById,i)?(s&&(o=this._verifyReinsertion(o,r,i,a)),lp(o.item,r)||this._addIdentityChange(o,r)):(o=this._mismatch(o,r,i,a),s=!0),o=o._next}else n=0,function u(t,e){if(Array.isArray(t))for(var n=0;n<t.length;n++)e(t[n]);else for(var r=t[up()](),i=void 0;!(i=r.next()).done;)e(i.value)}(t,function(t){i=e._trackByFn(n,t),null!==o&&lp(o.trackById,i)?(s&&(o=e._verifyReinsertion(o,t,i,n)),lp(o.item,t)||e._addIdentityChange(o,t)):(o=e._mismatch(o,t,i,n),s=!0),o=o._next,n++}),this.length=n;return this._truncate(o),this.collection=t,this.isDirty},Object.defineProperty(t.prototype,"isDirty",{get:function(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead},enumerable:!0,configurable:!0}),t.prototype._reset=function(){if(this.isDirty){var t=void 0,e=void 0;for(t=this._previousItHead=this._itHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._additionsHead;null!==t;t=t._nextAdded)t.previousIndex=t.currentIndex;for(this._additionsHead=this._additionsTail=null,t=this._movesHead;null!==t;t=e)t.previousIndex=t.currentIndex,e=t._nextMoved;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}},t.prototype._mismatch=function(t,e,n,r){var i;return null===t?i=this._itTail:(i=t._prev,this._remove(t)),null!==(t=null===this._linkedRecords?null:this._linkedRecords.get(n,r))?(lp(t.item,e)||this._addIdentityChange(t,e),this._moveAfter(t,i,r)):null!==(t=null===this._unlinkedRecords?null:this._unlinkedRecords.get(n,null))?(lp(t.item,e)||this._addIdentityChange(t,e),this._reinsertAfter(t,i,r)):t=this._addAfter(new db(e,n),i,r),t},t.prototype._verifyReinsertion=function(t,e,n,r){var i=null===this._unlinkedRecords?null:this._unlinkedRecords.get(n,null);return null!==i?t=this._reinsertAfter(i,t._prev,r):t.currentIndex!=r&&(t.currentIndex=r,this._addToMoves(t,r)),t},t.prototype._truncate=function(t){for(;null!==t;){var e=t._next;this._addToRemovals(this._unlink(t)),t=e}null!==this._unlinkedRecords&&this._unlinkedRecords.clear(),null!==this._additionsTail&&(this._additionsTail._nextAdded=null),null!==this._movesTail&&(this._movesTail._nextMoved=null),null!==this._itTail&&(this._itTail._next=null),null!==this._removalsTail&&(this._removalsTail._nextRemoved=null),null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)},t.prototype._reinsertAfter=function(t,e,n){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(t);var r=t._prevRemoved,i=t._nextRemoved;return null===r?this._removalsHead=i:r._nextRemoved=i,null===i?this._removalsTail=r:i._prevRemoved=r,this._insertAfter(t,e,n),this._addToMoves(t,n),t},t.prototype._moveAfter=function(t,e,n){return this._unlink(t),this._insertAfter(t,e,n),this._addToMoves(t,n),t},t.prototype._addAfter=function(t,e,n){return this._insertAfter(t,e,n),this._additionsTail=null===this._additionsTail?this._additionsHead=t:this._additionsTail._nextAdded=t,t},t.prototype._insertAfter=function(t,e,n){var r=null===e?this._itHead:e._next;return t._next=r,t._prev=e,null===r?this._itTail=t:r._prev=t,null===e?this._itHead=t:e._next=t,null===this._linkedRecords&&(this._linkedRecords=new yb),this._linkedRecords.put(t),t.currentIndex=n,t},t.prototype._remove=function(t){return this._addToRemovals(this._unlink(t))},t.prototype._unlink=function(t){null!==this._linkedRecords&&this._linkedRecords.remove(t);var e=t._prev,n=t._next;return null===e?this._itHead=n:e._next=n,null===n?this._itTail=e:n._prev=e,t},t.prototype._addToMoves=function(t,e){return t.previousIndex===e?t:(this._movesTail=null===this._movesTail?this._movesHead=t:this._movesTail._nextMoved=t,t)},t.prototype._addToRemovals=function(t){return null===this._unlinkedRecords&&(this._unlinkedRecords=new yb),this._unlinkedRecords.put(t),t.currentIndex=null,t._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=t,t._prevRemoved=null):(t._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=t),t},t.prototype._addIdentityChange=function(t,e){return t.item=e,this._identityChangesTail=null===this._identityChangesTail?this._identityChangesHead=t:this._identityChangesTail._nextIdentityChange=t,t},t}(),db=function db(t,e){this.item=t,this.trackById=e,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null},vb=function(){function t(){this._head=null,this._tail=null}return t.prototype.add=function(t){null===this._head?(this._head=this._tail=t,t._nextDup=null,t._prevDup=null):(this._tail._nextDup=t,t._prevDup=this._tail,t._nextDup=null,this._tail=t)},t.prototype.get=function(t,e){var n;for(n=this._head;null!==n;n=n._nextDup)if((null===e||e<=n.currentIndex)&&lp(n.trackById,t))return n;return null},t.prototype.remove=function(t){var e=t._prevDup,n=t._nextDup;return null===e?this._head=n:e._nextDup=n,null===n?this._tail=e:n._prevDup=e,null===this._head},t}(),yb=function(){function t(){this.map=new Map}return t.prototype.put=function(t){var e=t.trackById,n=this.map.get(e);n||(n=new vb,this.map.set(e,n)),n.add(t)},t.prototype.get=function(t,e){var n=this.map.get(t);return n?n.get(t,e):null},t.prototype.remove=function(t){var e=t.trackById;return this.map.get(e).remove(t)&&this.map.delete(e),t},Object.defineProperty(t.prototype,"isEmpty",{get:function(){return 0===this.map.size},enumerable:!0,configurable:!0}),t.prototype.clear=function(){this.map.clear()},t}();function mb(t,e,n){var r=t.previousIndex;if(null===r)return r;var i=0;return n&&r<n.length&&(i=n[r]),r+e+i}
1197
1203
  /**
1198
1204
  * @license
1199
1205
  * Copyright Google Inc. All Rights Reserved.
1200
1206
  *
1201
1207
  * Use of this source code is governed by an MIT-style license that can be
1202
1208
  * found in the LICENSE file at https://angular.io/license
1203
- */var jb,Lb=function(){function t(){}return t.prototype.supports=function(t){return t instanceof Map||hh(t)},t.prototype.create=function(){return new Fb},t}(),Fb=function(){function t(){this._records=new Map,this._mapHead=null,this._appendAfter=null,this._previousMapHead=null,this._changesHead=null,this._changesTail=null,this._additionsHead=null,this._additionsTail=null,this._removalsHead=null,this._removalsTail=null}return Object.defineProperty(t.prototype,"isDirty",{get:function(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead},enumerable:!0,configurable:!0}),t.prototype.forEachItem=function(t){var e;for(e=this._mapHead;null!==e;e=e._next)t(e)},t.prototype.forEachPreviousItem=function(t){var e;for(e=this._previousMapHead;null!==e;e=e._nextPrevious)t(e)},t.prototype.forEachChangedItem=function(t){var e;for(e=this._changesHead;null!==e;e=e._nextChanged)t(e)},t.prototype.forEachAddedItem=function(t){var e;for(e=this._additionsHead;null!==e;e=e._nextAdded)t(e)},t.prototype.forEachRemovedItem=function(t){var e;for(e=this._removalsHead;null!==e;e=e._nextRemoved)t(e)},t.prototype.diff=function(t){if(t){if(!(t instanceof Map||hh(t)))throw new Error("Error trying to diff '"+cp(t)+"'. Only maps and objects are allowed")}else t=new Map;return this.check(t)?this:null},t.prototype.onDestroy=function(){},t.prototype.check=function(t){var e=this;this._reset();var n=this._mapHead;if(this._appendAfter=null,this._forEach(t,function(t,r){if(n&&n.key===r)e._maybeAddToChanges(n,t),e._appendAfter=n,n=n._next;else{var i=e._getOrCreateRecordForKey(r,t);n=e._insertBeforeOrAppend(n,i)}}),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(var r=n;null!==r;r=r._nextRemoved)r===this._mapHead&&(this._mapHead=null),this._records.delete(r.key),r._nextRemoved=r._next,r.previousValue=r.currentValue,r.currentValue=null,r._prev=null,r._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty},t.prototype._insertBeforeOrAppend=function(t,e){if(t){var n=t._prev;return e._next=t,e._prev=n,t._prev=e,n&&(n._next=e),t===this._mapHead&&(this._mapHead=e),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=e,e._prev=this._appendAfter):this._mapHead=e,this._appendAfter=e,null},t.prototype._getOrCreateRecordForKey=function(t,e){if(this._records.has(t)){var n=this._records.get(t);this._maybeAddToChanges(n,e);var r=n._prev,i=n._next;return r&&(r._next=i),i&&(i._prev=r),n._next=null,n._prev=null,n}var o=new Vb(t);return this._records.set(t,o),o.currentValue=e,this._addToAdditions(o),o},t.prototype._reset=function(){if(this.isDirty){var t=void 0;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;null!==t;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;null!=t;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}},t.prototype._maybeAddToChanges=function(t,e){up(e,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=e,this._addToChanges(t))},t.prototype._addToAdditions=function(t){null===this._additionsHead?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)},t.prototype._addToChanges=function(t){null===this._changesHead?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)},t.prototype._forEach=function(t,e){t instanceof Map?t.forEach(e):Object.keys(t).forEach(function(n){return e(t[n],n)})},t}(),Vb=function Vb(t){this.key=t,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null},Bb=function(){function t(t){this.factories=t}return t.create=function(e,n){if(null!=n){var r=n.factories.slice();e=e.concat(r)}return new t(e)},t.extend=function(e){return{provide:t,useFactory:function(n){if(!n)throw new Error("Cannot extend IterableDiffers without a parent injector");return t.create(e,n)},deps:[[t,new vp,new fp]]}},t.prototype.find=function(t){var e=this.factories.find(function(e){return e.supports(t)});if(null!=e)return e;throw new Error("Cannot find a differ supporting object '"+t+"' of type '"+function n(t){return t.name||typeof t}
1209
+ */var gb,_b=function(){function t(){}return t.prototype.supports=function(t){return t instanceof Map||yh(t)},t.prototype.create=function(){return new bb},t}(),bb=function(){function t(){this._records=new Map,this._mapHead=null,this._appendAfter=null,this._previousMapHead=null,this._changesHead=null,this._changesTail=null,this._additionsHead=null,this._additionsTail=null,this._removalsHead=null,this._removalsTail=null}return Object.defineProperty(t.prototype,"isDirty",{get:function(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead},enumerable:!0,configurable:!0}),t.prototype.forEachItem=function(t){var e;for(e=this._mapHead;null!==e;e=e._next)t(e)},t.prototype.forEachPreviousItem=function(t){var e;for(e=this._previousMapHead;null!==e;e=e._nextPrevious)t(e)},t.prototype.forEachChangedItem=function(t){var e;for(e=this._changesHead;null!==e;e=e._nextChanged)t(e)},t.prototype.forEachAddedItem=function(t){var e;for(e=this._additionsHead;null!==e;e=e._nextAdded)t(e)},t.prototype.forEachRemovedItem=function(t){var e;for(e=this._removalsHead;null!==e;e=e._nextRemoved)t(e)},t.prototype.diff=function(t){if(t){if(!(t instanceof Map||yh(t)))throw new Error("Error trying to diff '"+pp(t)+"'. Only maps and objects are allowed")}else t=new Map;return this.check(t)?this:null},t.prototype.onDestroy=function(){},t.prototype.check=function(t){var e=this;this._reset();var n=this._mapHead;if(this._appendAfter=null,this._forEach(t,function(t,r){if(n&&n.key===r)e._maybeAddToChanges(n,t),e._appendAfter=n,n=n._next;else{var i=e._getOrCreateRecordForKey(r,t);n=e._insertBeforeOrAppend(n,i)}}),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(var r=n;null!==r;r=r._nextRemoved)r===this._mapHead&&(this._mapHead=null),this._records.delete(r.key),r._nextRemoved=r._next,r.previousValue=r.currentValue,r.currentValue=null,r._prev=null,r._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty},t.prototype._insertBeforeOrAppend=function(t,e){if(t){var n=t._prev;return e._next=t,e._prev=n,t._prev=e,n&&(n._next=e),t===this._mapHead&&(this._mapHead=e),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=e,e._prev=this._appendAfter):this._mapHead=e,this._appendAfter=e,null},t.prototype._getOrCreateRecordForKey=function(t,e){if(this._records.has(t)){var n=this._records.get(t);this._maybeAddToChanges(n,e);var r=n._prev,i=n._next;return r&&(r._next=i),i&&(i._prev=r),n._next=null,n._prev=null,n}var o=new wb(t);return this._records.set(t,o),o.currentValue=e,this._addToAdditions(o),o},t.prototype._reset=function(){if(this.isDirty){var t=void 0;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;null!==t;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;null!=t;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}},t.prototype._maybeAddToChanges=function(t,e){lp(e,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=e,this._addToChanges(t))},t.prototype._addToAdditions=function(t){null===this._additionsHead?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)},t.prototype._addToChanges=function(t){null===this._changesHead?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)},t.prototype._forEach=function(t,e){t instanceof Map?t.forEach(e):Object.keys(t).forEach(function(n){return e(t[n],n)})},t}(),wb=function wb(t){this.key=t,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null},xb=function(){function t(t){this.factories=t}return t.create=function(e,n){if(null!=n){var r=n.factories.slice();e=e.concat(r)}return new t(e)},t.extend=function(e){return{provide:t,useFactory:function(n){if(!n)throw new Error("Cannot extend IterableDiffers without a parent injector");return t.create(e,n)},deps:[[t,new mp,new vp]]}},t.prototype.find=function(t){var e=this.factories.find(function(e){return e.supports(t)});if(null!=e)return e;throw new Error("Cannot find a differ supporting object '"+t+"' of type '"+function n(t){return t.name||typeof t}
1204
1210
  /**
1205
1211
  * @license
1206
1212
  * Copyright Google Inc. All Rights Reserved.
1207
1213
  *
1208
1214
  * Use of this source code is governed by an MIT-style license that can be
1209
1215
  * found in the LICENSE file at https://angular.io/license
1210
- */(t)+"'")},t.ngInjectableDef=Hl({providedIn:"root",factory:function(){return new t([new Nb])}}),t}(),Hb=function(){function t(t){this.factories=t}return t.create=function(e,n){if(n){var r=n.factories.slice();e=e.concat(r)}return new t(e)},t.extend=function(e){return{provide:t,useFactory:function(n){if(!n)throw new Error("Cannot extend KeyValueDiffers without a parent injector");return t.create(e,n)},deps:[[t,new vp,new fp]]}},t.prototype.find=function(t){var e=this.factories.find(function(e){return e.supports(t)});if(e)return e;throw new Error("Cannot find a differ supporting object '"+t+"'")},t}(),Ub=[new Lb],qb=new Bb([new Nb]),Kb=new Hb(Ub),zb=(function Wb(t,e,n){void 0===n&&(n=[]);new Ql("Platform: "+e)}(0,"core",[{provide:U_,useValue:"unknown"},{provide:fb,deps:[wp]},{provide:pb,deps:[]},{provide:K_,deps:[]}]),new Ql("LocaleId"));new Ql("Translations"),new Ql("TranslationsFormat"),function(t){t[t.Error=0]="Error",t[t.Warning=1]="Warning",t[t.Ignore=2]="Ignore"}(jb||(jb={}));var Qb=[{provide:vb,useClass:vb,deps:[rb,K_,wp,Xm,md,F_]},{provide:F_,useClass:F_,deps:[[new fp,L_]]},{provide:G_,useClass:G_,deps:[]},V_,{provide:Bb,useFactory:
1216
+ */(t)+"'")},t.ngInjectableDef=ql({providedIn:"root",factory:function(){return new t([new pb])}}),t}(),Eb=function(){function t(t){this.factories=t}return t.create=function(e,n){if(n){var r=n.factories.slice();e=e.concat(r)}return new t(e)},t.extend=function(e){return{provide:t,useFactory:function(n){if(!n)throw new Error("Cannot extend KeyValueDiffers without a parent injector");return t.create(e,n)},deps:[[t,new mp,new vp]]}},t.prototype.find=function(t){var e=this.factories.find(function(e){return e.supports(t)});if(e)return e;throw new Error("Cannot find a differ supporting object '"+t+"'")},t}(),Sb=[new _b],Cb=new xb([new pb]),Tb=new Eb(Sb),Pb=(function Ab(t,e,n){void 0===n&&(n=[]);new Xl("Platform: "+e)}(0,"core",[{provide:x_,useValue:"unknown"},{provide:Q_,deps:[Ep]},{provide:z_,deps:[]},{provide:S_,deps:[]}]),new Xl("LocaleId"));new Xl("Translations"),new Xl("TranslationsFormat"),function(t){t[t.Error=0]="Error",t[t.Warning=1]="Warning",t[t.Ignore=2]="Ignore"}(gb||(gb={}));var Nb=[{provide:X_,useClass:X_,deps:[L_,S_,Ep,Am,rd,g_]},{provide:g_,useClass:g_,deps:[[new vp,m_]]},{provide:A_,useClass:A_,deps:[]},__,{provide:xb,useFactory:
1211
1217
  /**
1212
1218
  * @license
1213
1219
  * Copyright Google Inc. All Rights Reserved.
@@ -1215,7 +1221,7 @@ var Nb=function(){function t(){}return t.prototype.supports=function(t){return p
1215
1221
  * Use of this source code is governed by an MIT-style license that can be
1216
1222
  * found in the LICENSE file at https://angular.io/license
1217
1223
  */
1218
- function Gb(){return qb},deps:[]},{provide:Hb,useFactory:function Xb(){return Kb},deps:[]},{provide:zb,useFactory:function $b(t){return t||"en-US"},deps:[[new hp(zb),new fp,new vp]]}];
1224
+ function kb(){return Cb},deps:[]},{provide:Eb,useFactory:function Ob(){return Tb},deps:[]},{provide:Pb,useFactory:function Mb(t){return t||"en-US"},deps:[[new dp(Pb),new vp,new mp]]}];
1219
1225
  /**
1220
1226
  * @license
1221
1227
  * Copyright Google Inc. All Rights Reserved.
@@ -1223,42 +1229,42 @@ function Gb(){return qb},deps:[]},{provide:Hb,useFactory:function Xb(){return Kb
1223
1229
  * Use of this source code is governed by an MIT-style license that can be
1224
1230
  * found in the LICENSE file at https://angular.io/license
1225
1231
  */
1226
- function Yb(t,e,n){var r=t.state,i=1792&r;return i===e?(t.state=-1793&r|n,t.initIndex=-1,!0):i===n}function Zb(t,e,n){return(1792&t.state)===e&&t.initIndex<=n&&(t.initIndex=n+1,!0)}function Jb(t,e){return t.nodes[e]}function tw(t,e){return t.nodes[e]}function ew(t,e){return t.nodes[e]}function nw(t,e){return t.nodes[e]}function rw(t,e){return t.nodes[e]}!function(){function t(t){}t=u([Vm({providers:Qb}),l("design:paramtypes",[vb])],t)}();var iw={setCurrentNode:void 0,createRootView:void 0,createEmbeddedView:void 0,createComponentView:void 0,createNgModuleRef:void 0,overrideProvider:void 0,overrideComponentView:void 0,clearOverrides:void 0,checkAndUpdateView:void 0,checkNoChangesView:void 0,destroyView:void 0,resolveDep:void 0,createDebugContext:void 0,handleEvent:void 0,updateDirectives:void 0,updateRenderer:void 0,dirtyParentQueries:void 0};
1232
+ function Ib(t,e,n){var r=t.state,i=1792&r;return i===e?(t.state=-1793&r|n,t.initIndex=-1,!0):i===n}function Db(t,e,n){return(1792&t.state)===e&&t.initIndex<=n&&(t.initIndex=n+1,!0)}function Rb(t,e){return t.nodes[e]}function jb(t,e){return t.nodes[e]}function Lb(t,e){return t.nodes[e]}function Fb(t,e){return t.nodes[e]}function Vb(t,e){return t.nodes[e]}!function(){function t(t){}t=u([gm({providers:Nb}),l("design:paramtypes",[X_])],t)}();var Bb={setCurrentNode:void 0,createRootView:void 0,createEmbeddedView:void 0,createComponentView:void 0,createNgModuleRef:void 0,overrideProvider:void 0,overrideComponentView:void 0,clearOverrides:void 0,checkAndUpdateView:void 0,checkNoChangesView:void 0,destroyView:void 0,resolveDep:void 0,createDebugContext:void 0,handleEvent:void 0,updateDirectives:void 0,updateRenderer:void 0,dirtyParentQueries:void 0};
1227
1233
  /**
1228
1234
  * @license
1229
1235
  * Copyright Google Inc. All Rights Reserved.
1230
1236
  *
1231
1237
  * Use of this source code is governed by an MIT-style license that can be
1232
1238
  * found in the LICENSE file at https://angular.io/license
1233
- */function ow(t,e,n,r){var i="ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: '"+e+"'. Current value: '"+n+"'.";return r&&(i+=" It seems like the view has been created after its parent and its children have been dirty checked. Has it been created in a change detection hook ?"),function o(t,e){var n=new Error(t);return sw(n,e),n}(i,t)}function sw(t,e){t[qm]=e,t[zm]=e.logError.bind(e)}function aw(t){return new Error("ViewDestroyedError: Attempt to use a destroyed view: "+t)}
1239
+ */function Hb(t,e,n,r){var i="ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: '"+e+"'. Current value: '"+n+"'.";return r&&(i+=" It seems like the view has been created after its parent and its children have been dirty checked. Has it been created in a change detection hook ?"),function o(t,e){var n=new Error(t);return Ub(n,e),n}(i,t)}function Ub(t,e){t[xm]=e,t[Sm]=e.logError.bind(e)}function qb(t){return new Error("ViewDestroyedError: Attempt to use a destroyed view: "+t)}
1234
1240
  /**
1235
1241
  * @license
1236
1242
  * Copyright Google Inc. All Rights Reserved.
1237
1243
  *
1238
1244
  * Use of this source code is governed by an MIT-style license that can be
1239
1245
  * found in the LICENSE file at https://angular.io/license
1240
- */var uw=function(){},cw=new Map;function lw(t){var e=cw.get(t);return e||(e=cp(t)+"_"+cw.size,cw.set(t,e)),e}function pw(t,e,n,r){return!(!(2&t.state)&&up(t.oldValues[e.bindingIndex+n],r))}function hw(t,e,n,r){return!!pw(t,e,n,r)&&(t.oldValues[e.bindingIndex+n]=r,!0)}function fw(t,e,n,r){var i=t.oldValues[e.bindingIndex+n];if(1&t.state||!uh(i,r)){var o=e.bindings[n].name;throw ow(iw.createDebugContext(t,e.nodeIndex),o+": "+i,o+": "+r,0!=(1&t.state))}}function dw(t){for(var e=t;e;)2&e.def.flags&&(e.state|=8),e=e.viewContainerParent||e.parent}function vw(t,e){for(var n=t;n&&n!==e;)n.state|=64,n=n.viewContainerParent||n.parent}function yw(t,e,n,r){try{return dw(33554432&t.def.nodes[e].flags?tw(t,e).componentView:t),iw.handleEvent(t,e,n,r)}catch(e){t.root.errorHandler.handleError(e)}}function mw(t){return t.parent?tw(t.parent,t.parentNodeDef.nodeIndex):null}function gw(t){return t.parent?t.parentNodeDef.parent:null}function _w(t,e){switch(201347067&e.flags){case 1:return tw(t,e.nodeIndex).renderElement;case 2:return Jb(t,e.nodeIndex).renderText}}function bw(t){return!!t.parent&&!!(32768&t.parentNodeDef.flags)}function ww(t){return!(!t.parent||32768&t.parentNodeDef.flags)}function xw(t,e){return t.map(function(t){var n,r,i;return Array.isArray(t)?(i=(n=h(t,2))[0],r=n[1]):(i=0,r=t),r&&("function"==typeof r||"object"==typeof r)&&e&&Object.defineProperty(r,yp,{value:e,configurable:!0}),{flags:i,token:r,tokenKey:lw(r)}})}function Ew(t,e,n){var r=n.renderParent;return r?0==(1&r.flags)||0==(33554432&r.flags)||r.element.componentRendererType&&r.element.componentRendererType.encapsulation===Rp.Native?tw(t,n.renderParent.nodeIndex).renderElement:void 0:e}var Sw=new WeakMap;function Cw(t){var e=Sw.get(t);return e||((e=t(function(){return uw})).factory=t,Sw.set(t,e)),e}function Tw(t,e,n,r,i){3===e&&(n=t.renderer.parentNode(_w(t,t.def.lastRenderRootNode))),Pw(t,e,0,t.def.nodes.length-1,n,r,i)}function Pw(t,e,n,r,i,o,s){for(var a=n;a<=r;a++){var u=t.def.nodes[a];11&u.flags&&Nw(t,u,e,i,o,s),a+=u.childCount}}function Aw(t,e,n,r,i,o){for(var s=t;s&&!bw(s);)s=s.parent;for(var a=s.parent,u=gw(s),c=u.nodeIndex+u.childCount,l=u.nodeIndex+1;l<=c;l++){var p=a.def.nodes[l];p.ngContentIndex===e&&Nw(a,p,n,r,i,o),l+=p.childCount}if(!a.parent){var h=t.root.projectableNodes[e];if(h)for(l=0;l<h.length;l++)Ow(t,h[l],n,r,i,o)}}function Nw(t,e,n,r,i,o){if(8&e.flags)Aw(t,e.ngContent.index,n,r,i,o);else{var s=_w(t,e);if(3===n&&33554432&e.flags&&48&e.bindingFlags?(16&e.bindingFlags&&Ow(t,s,n,r,i,o),32&e.bindingFlags&&Ow(tw(t,e.nodeIndex).componentView,s,n,r,i,o)):Ow(t,s,n,r,i,o),16777216&e.flags)for(var a=tw(t,e.nodeIndex).viewContainer._embeddedViews,u=0;u<a.length;u++)Tw(a[u],n,r,i,o);1&e.flags&&!e.element.name&&Pw(t,n,e.nodeIndex+1,e.nodeIndex+e.childCount,r,i,o)}}function Ow(t,e,n,r,i,o){var s=t.renderer;switch(n){case 1:s.appendChild(r,e);break;case 2:s.insertBefore(r,e,i);break;case 3:s.removeChild(r,e);break;case 0:o.push(e)}}var kw=/^:([^:]+):(.+)$/;function Mw(t){if(":"===t[0]){var e=t.match(kw);return[e[1],e[2]]}return["",t]}
1246
+ */var Kb=function(){},zb=new Map;function Wb(t){var e=zb.get(t);return e||(e=pp(t)+"_"+zb.size,zb.set(t,e)),e}function Qb(t,e,n,r){return!(!(2&t.state)&&lp(t.oldValues[e.bindingIndex+n],r))}function Gb(t,e,n,r){return!!Qb(t,e,n,r)&&(t.oldValues[e.bindingIndex+n]=r,!0)}function Xb(t,e,n,r){var i=t.oldValues[e.bindingIndex+n];if(1&t.state||!hh(i,r)){var o=e.bindings[n].name;throw Hb(Bb.createDebugContext(t,e.nodeIndex),o+": "+i,o+": "+r,0!=(1&t.state))}}function $b(t){for(var e=t;e;)2&e.def.flags&&(e.state|=8),e=e.viewContainerParent||e.parent}function Yb(t,e){for(var n=t;n&&n!==e;)n.state|=64,n=n.viewContainerParent||n.parent}function Zb(t,e,n,r){try{return $b(33554432&t.def.nodes[e].flags?jb(t,e).componentView:t),Bb.handleEvent(t,e,n,r)}catch(e){t.root.errorHandler.handleError(e)}}function Jb(t){return t.parent?jb(t.parent,t.parentNodeDef.nodeIndex):null}function tw(t){return t.parent?t.parentNodeDef.parent:null}function ew(t,e){switch(201347067&e.flags){case 1:return jb(t,e.nodeIndex).renderElement;case 2:return Rb(t,e.nodeIndex).renderText}}function nw(t){return!!t.parent&&!!(32768&t.parentNodeDef.flags)}function rw(t){return!(!t.parent||32768&t.parentNodeDef.flags)}function iw(t,e){return t.map(function(t){var n,r,i;return Array.isArray(t)?(i=(n=h(t,2))[0],r=n[1]):(i=0,r=t),r&&("function"==typeof r||"object"==typeof r)&&e&&Object.defineProperty(r,gp,{value:e,configurable:!0}),{flags:i,token:r,tokenKey:Wb(r)}})}function ow(t,e,n){var r=n.renderParent;return r?0==(1&r.flags)||0==(33554432&r.flags)||r.element.componentRendererType&&r.element.componentRendererType.encapsulation===Up.Native?jb(t,n.renderParent.nodeIndex).renderElement:void 0:e}var sw=new WeakMap;function aw(t){var e=sw.get(t);return e||((e=t(function(){return Kb})).factory=t,sw.set(t,e)),e}function uw(t,e,n,r,i){3===e&&(n=t.renderer.parentNode(ew(t,t.def.lastRenderRootNode))),cw(t,e,0,t.def.nodes.length-1,n,r,i)}function cw(t,e,n,r,i,o,s){for(var a=n;a<=r;a++){var u=t.def.nodes[a];11&u.flags&&pw(t,u,e,i,o,s),a+=u.childCount}}function lw(t,e,n,r,i,o){for(var s=t;s&&!nw(s);)s=s.parent;for(var a=s.parent,u=tw(s),c=u.nodeIndex+u.childCount,l=u.nodeIndex+1;l<=c;l++){var p=a.def.nodes[l];p.ngContentIndex===e&&pw(a,p,n,r,i,o),l+=p.childCount}if(!a.parent){var h=t.root.projectableNodes[e];if(h)for(l=0;l<h.length;l++)hw(t,h[l],n,r,i,o)}}function pw(t,e,n,r,i,o){if(8&e.flags)lw(t,e.ngContent.index,n,r,i,o);else{var s=ew(t,e);if(3===n&&33554432&e.flags&&48&e.bindingFlags?(16&e.bindingFlags&&hw(t,s,n,r,i,o),32&e.bindingFlags&&hw(jb(t,e.nodeIndex).componentView,s,n,r,i,o)):hw(t,s,n,r,i,o),16777216&e.flags)for(var a=jb(t,e.nodeIndex).viewContainer._embeddedViews,u=0;u<a.length;u++)uw(a[u],n,r,i,o);1&e.flags&&!e.element.name&&cw(t,n,e.nodeIndex+1,e.nodeIndex+e.childCount,r,i,o)}}function hw(t,e,n,r,i,o){var s=t.renderer;switch(n){case 1:s.appendChild(r,e);break;case 2:s.insertBefore(r,e,i);break;case 3:s.removeChild(r,e);break;case 0:o.push(e)}}var fw=/^:([^:]+):(.+)$/;function dw(t){if(":"===t[0]){var e=t.match(fw);return[e[1],e[2]]}return["",t]}
1241
1247
  /**
1242
1248
  * @license
1243
1249
  * Copyright Google Inc. All Rights Reserved.
1244
1250
  *
1245
1251
  * Use of this source code is governed by an MIT-style license that can be
1246
1252
  * found in the LICENSE file at https://angular.io/license
1247
- */function Iw(t,e,n){var r,i=n.element,o=t.root.selectorOrNode,s=t.renderer;if(t.parent||!o){r=i.name?s.createElement(i.name,i.ns):s.createComment("");var a=Ew(t,e,n);a&&s.appendChild(a,r)}else r=s.selectRootElement(o,!!i.componentRendererType&&i.componentRendererType.encapsulation===Rp.ShadowDom);if(i.attrs)for(var u=0;u<i.attrs.length;u++){var c=h(i.attrs[u],3);s.setAttribute(r,c[1],c[2],c[0])}return r}function Rw(t,e,n,r){for(var i=0;i<n.outputs.length;i++){var o=n.outputs[i],s=Dw(t,n.nodeIndex,(p=o.eventName,(l=o.target)?l+":"+p:p)),a=o.target,u=t;"component"===o.target&&(a=null,u=e);var c=u.renderer.listen(a||r,o.eventName,s);t.disposables[n.outputIndex+i]=c}var l,p}function Dw(t,e,n){return function(r){return yw(t,e,n,r)}}function jw(t,e,n,r){if(!hw(t,e,n,r))return!1;var i=e.bindings[n],o=tw(t,e.nodeIndex),s=o.renderElement,a=i.name;switch(15&i.flags){case 1:!function u(t,e,n,r,i,o){var s=e.securityContext,a=s?t.root.sanitizer.sanitize(s,o):o;a=null!=a?a.toString():null;var u=t.renderer;null!=o?u.setAttribute(n,i,a,r):u.removeAttribute(n,i,r)}(t,i,s,i.ns,a,r);break;case 2:!function c(t,e,n,r){var i=t.renderer;r?i.addClass(e,n):i.removeClass(e,n)}(t,s,a,r);break;case 4:!function l(t,e,n,r,i){var o=t.root.sanitizer.sanitize(mm.STYLE,i);if(null!=o){o=o.toString();var s=e.suffix;null!=s&&(o+=s)}else o=null;var a=t.renderer;null!=o?a.setStyle(n,r,o):a.removeStyle(n,r)}(t,i,s,a,r);break;case 8:!function p(t,e,n,r,i){var o=e.securityContext,s=o?t.root.sanitizer.sanitize(o,i):i;t.renderer.setProperty(n,r,s)}
1253
+ */function vw(t,e,n){var r,i=n.element,o=t.root.selectorOrNode,s=t.renderer;if(t.parent||!o){r=i.name?s.createElement(i.name,i.ns):s.createComment("");var a=ow(t,e,n);a&&s.appendChild(a,r)}else r=s.selectRootElement(o,!!i.componentRendererType&&i.componentRendererType.encapsulation===Up.ShadowDom);if(i.attrs)for(var u=0;u<i.attrs.length;u++){var c=h(i.attrs[u],3);s.setAttribute(r,c[1],c[2],c[0])}return r}function yw(t,e,n,r){for(var i=0;i<n.outputs.length;i++){var o=n.outputs[i],s=mw(t,n.nodeIndex,(p=o.eventName,(l=o.target)?l+":"+p:p)),a=o.target,u=t;"component"===o.target&&(a=null,u=e);var c=u.renderer.listen(a||r,o.eventName,s);t.disposables[n.outputIndex+i]=c}var l,p}function mw(t,e,n){return function(r){return Zb(t,e,n,r)}}function gw(t,e,n,r){if(!Gb(t,e,n,r))return!1;var i=e.bindings[n],o=jb(t,e.nodeIndex),s=o.renderElement,a=i.name;switch(15&i.flags){case 1:!function u(t,e,n,r,i,o){var s=e.securityContext,a=s?t.root.sanitizer.sanitize(s,o):o;a=null!=a?a.toString():null;var u=t.renderer;null!=o?u.setAttribute(n,i,a,r):u.removeAttribute(n,i,r)}(t,i,s,i.ns,a,r);break;case 2:!function c(t,e,n,r){var i=t.renderer;r?i.addClass(e,n):i.removeClass(e,n)}(t,s,a,r);break;case 4:!function l(t,e,n,r,i){var o=t.root.sanitizer.sanitize(im.STYLE,i);if(null!=o){o=o.toString();var s=e.suffix;null!=s&&(o+=s)}else o=null;var a=t.renderer;null!=o?a.setStyle(n,r,o):a.removeStyle(n,r)}(t,i,s,a,r);break;case 8:!function p(t,e,n,r,i){var o=e.securityContext,s=o?t.root.sanitizer.sanitize(o,i):i;t.renderer.setProperty(n,r,s)}
1248
1254
  /**
1249
1255
  * @license
1250
1256
  * Copyright Google Inc. All Rights Reserved.
1251
1257
  *
1252
1258
  * Use of this source code is governed by an MIT-style license that can be
1253
1259
  * found in the LICENSE file at https://angular.io/license
1254
- */(33554432&e.flags&&32&i.flags?o.componentView:t,i,s,a,r)}return!0}var Lw=new Object,Fw=lw(wp),Vw=lw(_p),Bw=lw(ad);function Hw(t,e,n){void 0===n&&(n=wp.THROW_IF_NOT_FOUND);var r=jp(t);try{if(8&e.flags)return e.token;if(2&e.flags&&(n=null),1&e.flags)return t._parent.get(e.token,n);var i=e.tokenKey;switch(i){case Fw:case Vw:case Bw:return t}var o,s=t._def.providersByKey[i];if(s){var a=t._providers[s.index];return void 0===a&&(a=t._providers[s.index]=Uw(t,s)),a===Lw?void 0:a}if((o=Ul(e.token))&&function u(t,e){return null!=e.providedIn&&(function n(t,e){return t._def.modules.indexOf(e)>-1}(t,e.providedIn)||"root"===e.providedIn&&t._def.isRoot)}(t,o)){var c=t._providers.length;return t._def.providersByKey[e.tokenKey]={flags:5120,value:o.factory,deps:[],index:c,token:e.token},t._providers[c]=Lw,t._providers[c]=Uw(t,t._def.providersByKey[e.tokenKey])}return 4&e.flags?n:t._parent.get(e.token,n)}finally{jp(r)}}function Uw(t,e){var n;switch(201347067&e.flags){case 512:n=function r(t,e,n){var r=n.length;switch(r){case 0:return new e;case 1:return new e(Hw(t,n[0]));case 2:return new e(Hw(t,n[0]),Hw(t,n[1]));case 3:return new e(Hw(t,n[0]),Hw(t,n[1]),Hw(t,n[2]));default:for(var i=new Array(r),o=0;o<r;o++)i[o]=Hw(t,n[o]);return new(e.bind.apply(e,f([void 0],i)))}}(t,e.value,e.deps);break;case 1024:n=function i(t,e,n){var r=n.length;switch(r){case 0:return e();case 1:return e(Hw(t,n[0]));case 2:return e(Hw(t,n[0]),Hw(t,n[1]));case 3:return e(Hw(t,n[0]),Hw(t,n[1]),Hw(t,n[2]));default:for(var i=Array(r),o=0;o<r;o++)i[o]=Hw(t,n[o]);return e.apply(void 0,f(i))}}(t,e.value,e.deps);break;case 2048:n=Hw(t,e.deps[0]);break;case 256:n=e.value}return n===Lw||null==n||"object"!=typeof n||131072&e.flags||"function"!=typeof n.ngOnDestroy||(e.flags|=131072),void 0===n?Lw:n}function qw(t,e){var n=t.viewContainer._embeddedViews;if((null==e||e>=n.length)&&(e=n.length-1),e<0)return null;var r=n[e];return r.viewContainerParent=null,Qw(n,e),iw.dirtyParentQueries(r),zw(r),r}function Kw(t,e,n){var r=e?_w(e,e.def.lastRenderRootNode):t.renderElement;Tw(n,2,n.renderer.parentNode(r),n.renderer.nextSibling(r),void 0)}function zw(t){Tw(t,3,null,null,void 0)}function Ww(t,e,n){e>=t.length?t.push(n):t.splice(e,0,n)}function Qw(t,e){e>=t.length-1?t.pop():t.splice(e,1)}
1260
+ */(33554432&e.flags&&32&i.flags?o.componentView:t,i,s,a,r)}return!0}var _w=new Object,bw=Wb(Ep),ww=Wb(wp),xw=Wb(od);function Ew(t,e,n){void 0===n&&(n=Ep.THROW_IF_NOT_FOUND);var r=Lp(t);try{if(8&e.flags)return e.token;if(2&e.flags&&(n=null),1&e.flags)return t._parent.get(e.token,n);var i=e.tokenKey;switch(i){case bw:case ww:case xw:return t}var o,s=t._def.providersByKey[i];if(s){var a=t._providers[s.index];return void 0===a&&(a=t._providers[s.index]=Sw(t,s)),a===_w?void 0:a}if((o=Kl(e.token))&&function u(t,e){return null!=e.providedIn&&(function n(t,e){return t._def.modules.indexOf(e)>-1}(t,e.providedIn)||"root"===e.providedIn&&t._def.isRoot)}(t,o)){var c=t._providers.length;return t._def.providersByKey[e.tokenKey]={flags:5120,value:o.factory,deps:[],index:c,token:e.token},t._providers[c]=_w,t._providers[c]=Sw(t,t._def.providersByKey[e.tokenKey])}return 4&e.flags?n:t._parent.get(e.token,n)}finally{Lp(r)}}function Sw(t,e){var n;switch(201347067&e.flags){case 512:n=function r(t,e,n){var r=n.length;switch(r){case 0:return new e;case 1:return new e(Ew(t,n[0]));case 2:return new e(Ew(t,n[0]),Ew(t,n[1]));case 3:return new e(Ew(t,n[0]),Ew(t,n[1]),Ew(t,n[2]));default:for(var i=new Array(r),o=0;o<r;o++)i[o]=Ew(t,n[o]);return new(e.bind.apply(e,f([void 0],i)))}}(t,e.value,e.deps);break;case 1024:n=function i(t,e,n){var r=n.length;switch(r){case 0:return e();case 1:return e(Ew(t,n[0]));case 2:return e(Ew(t,n[0]),Ew(t,n[1]));case 3:return e(Ew(t,n[0]),Ew(t,n[1]),Ew(t,n[2]));default:for(var i=Array(r),o=0;o<r;o++)i[o]=Ew(t,n[o]);return e.apply(void 0,f(i))}}(t,e.value,e.deps);break;case 2048:n=Ew(t,e.deps[0]);break;case 256:n=e.value}return n===_w||null==n||"object"!=typeof n||131072&e.flags||"function"!=typeof n.ngOnDestroy||(e.flags|=131072),void 0===n?_w:n}function Cw(t,e){var n=t.viewContainer._embeddedViews;if((null==e||e>=n.length)&&(e=n.length-1),e<0)return null;var r=n[e];return r.viewContainerParent=null,Nw(n,e),Bb.dirtyParentQueries(r),Pw(r),r}function Tw(t,e,n){var r=e?ew(e,e.def.lastRenderRootNode):t.renderElement;uw(n,2,n.renderer.parentNode(r),n.renderer.nextSibling(r),void 0)}function Pw(t){uw(t,3,null,null,void 0)}function Aw(t,e,n){e>=t.length?t.push(n):t.splice(e,0,n)}function Nw(t,e){e>=t.length-1?t.pop():t.splice(e,1)}
1255
1261
  /**
1256
1262
  * @license
1257
1263
  * Copyright Google Inc. All Rights Reserved.
1258
1264
  *
1259
1265
  * Use of this source code is governed by an MIT-style license that can be
1260
1266
  * found in the LICENSE file at https://angular.io/license
1261
- */var Gw=new Object;!function(t){function e(e,n,r,i,o,s){var a=t.call(this)||this;return a.selector=e,a.componentType=n,a._inputs=i,a._outputs=o,a.ngContentSelectors=s,a.viewDefFactory=r,a}o(e,t),Object.defineProperty(e.prototype,"inputs",{get:function(){var t=[],e=this._inputs;for(var n in e)t.push({propName:n,templateName:e[n]});return t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"outputs",{get:function(){var t=[];for(var e in this._outputs)t.push({propName:e,templateName:this._outputs[e]});return t},enumerable:!0,configurable:!0}),e.prototype.create=function(t,e,n,r){if(!r)throw new Error("ngModule should be provided");var i=Cw(this.viewDefFactory),o=i.nodes[0].element.componentProvider.nodeIndex,s=iw.createRootView(t,e||[],n,i,r,Gw),a=ew(s,o).instance;return n&&s.renderer.setAttribute(tw(s,0).renderElement,"ng-version",Hm.full),new Xw(s,new Jw(s),a)}}(vd);var Xw=function(t){function e(e,n,r){var i=t.call(this)||this;return i._view=e,i._viewRef=n,i._component=r,i._elDef=i._view.def.nodes[0],i.hostView=n,i.changeDetectorRef=n,i.instance=r,i}return o(e,t),Object.defineProperty(e.prototype,"location",{get:function(){return new sd(tw(this._view,this._elDef.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return new rx(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentType",{get:function(){return this._component.constructor},enumerable:!0,configurable:!0}),e.prototype.destroy=function(){this._viewRef.destroy()},e.prototype.onDestroy=function(t){this._viewRef.onDestroy(t)},e}(dd);function $w(t,e,n){return new Yw(t,e,n)}var Yw=function(){function t(t,e,n){this._view=t,this._elDef=e,this._data=n,this._embeddedViews=[]}return Object.defineProperty(t.prototype,"element",{get:function(){return new sd(this._data.renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return new rx(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"parentInjector",{get:function(){for(var t=this._view,e=this._elDef.parent;!e&&t;)e=gw(t),t=t.parent;return t?new rx(t,e):new rx(this._view,null)},enumerable:!0,configurable:!0}),t.prototype.clear=function(){for(var t=this._embeddedViews.length-1;t>=0;t--){var e=qw(this._data,t);iw.destroyView(e)}},t.prototype.get=function(t){var e=this._embeddedViews[t];if(e){var n=new Jw(e);return n.attachToViewContainerRef(this),n}return null},Object.defineProperty(t.prototype,"length",{get:function(){return this._embeddedViews.length},enumerable:!0,configurable:!0}),t.prototype.createEmbeddedView=function(t,e,n){var r=t.createEmbeddedView(e||{});return this.insert(r,n),r},t.prototype.createComponent=function(t,e,n,r,i){var o=n||this.parentInjector;i||t instanceof gd||(i=o.get(ad));var s=t.create(o,r,void 0,i);return this.insert(s.hostView,e),s},t.prototype.insert=function(t,e){if(t.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");var n=t;
1267
+ */var kw=new Object;!function(t){function e(e,n,r,i,o,s){var a=t.call(this)||this;return a.selector=e,a.componentType=n,a._inputs=i,a._outputs=o,a.ngContentSelectors=s,a.viewDefFactory=r,a}o(e,t),Object.defineProperty(e.prototype,"inputs",{get:function(){var t=[],e=this._inputs;for(var n in e)t.push({propName:n,templateName:e[n]});return t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"outputs",{get:function(){var t=[];for(var e in this._outputs)t.push({propName:e,templateName:this._outputs[e]});return t},enumerable:!0,configurable:!0}),e.prototype.create=function(t,e,n,r){if(!r)throw new Error("ngModule should be provided");var i=aw(this.viewDefFactory),o=i.nodes[0].element.componentProvider.nodeIndex,s=Bb.createRootView(t,e||[],n,i,r,kw),a=Lb(s,o).instance;return n&&s.renderer.setAttribute(jb(s,0).renderElement,"ng-version",bm.full),new Ow(s,new Rw(s),a)}}(ed);var Ow=function(t){function e(e,n,r){var i=t.call(this)||this;return i._view=e,i._viewRef=n,i._component=r,i._elDef=i._view.def.nodes[0],i.hostView=n,i.changeDetectorRef=n,i.instance=r,i}return o(e,t),Object.defineProperty(e.prototype,"location",{get:function(){return new md(jb(this._view,this._elDef.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return new Vw(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentType",{get:function(){return this._component.constructor},enumerable:!0,configurable:!0}),e.prototype.destroy=function(){this._viewRef.destroy()},e.prototype.onDestroy=function(t){this._viewRef.onDestroy(t)},e}(td);function Mw(t,e,n){return new Iw(t,e,n)}var Iw=function(){function t(t,e,n){this._view=t,this._elDef=e,this._data=n,this._embeddedViews=[]}return Object.defineProperty(t.prototype,"element",{get:function(){return new md(this._data.renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return new Vw(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"parentInjector",{get:function(){for(var t=this._view,e=this._elDef.parent;!e&&t;)e=tw(t),t=t.parent;return t?new Vw(t,e):new Vw(this._view,null)},enumerable:!0,configurable:!0}),t.prototype.clear=function(){for(var t=this._embeddedViews.length-1;t>=0;t--){var e=Cw(this._data,t);Bb.destroyView(e)}},t.prototype.get=function(t){var e=this._embeddedViews[t];if(e){var n=new Rw(e);return n.attachToViewContainerRef(this),n}return null},Object.defineProperty(t.prototype,"length",{get:function(){return this._embeddedViews.length},enumerable:!0,configurable:!0}),t.prototype.createEmbeddedView=function(t,e,n){var r=t.createEmbeddedView(e||{});return this.insert(r,n),r},t.prototype.createComponent=function(t,e,n,r,i){var o=n||this.parentInjector;i||t instanceof id||(i=o.get(od));var s=t.create(o,r,void 0,i);return this.insert(s.hostView,e),s},t.prototype.insert=function(t,e){if(t.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");var n=t;
1262
1268
  /**
1263
1269
  * @license
1264
1270
  * Copyright Google Inc. All Rights Reserved.
@@ -1266,28 +1272,28 @@ function Yb(t,e,n){var r=t.state,i=1792&r;return i===e?(t.state=-1793&r|n,t.init
1266
1272
  * Use of this source code is governed by an MIT-style license that can be
1267
1273
  * found in the LICENSE file at https://angular.io/license
1268
1274
  */
1269
- return function r(t,e,n,i){var o=e.viewContainer._embeddedViews;null!==n&&void 0!==n||(n=o.length),i.viewContainerParent=t,Ww(o,n,i),function s(t,e){var n=mw(e);if(n&&n!==t&&!(16&e.state)){e.state|=16;var r=n.template._projectedViews;r||(r=n.template._projectedViews=[]),r.push(e),function i(t,e){if(!(4&e.flags)){t.nodeFlags|=4,e.flags|=4;for(var n=e.parent;n;)n.childFlags|=4,n=n.parent}}(e.parent.def,e.parentNodeDef)}}(e,i),iw.dirtyParentQueries(i),Kw(e,n>0?o[n-1]:null,i)}(this._view,this._data,e,n._view),n.attachToViewContainerRef(this),t},t.prototype.move=function(t,e){if(t.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");var n=this._embeddedViews.indexOf(t._view);return function r(t,e,n){var r=t.viewContainer._embeddedViews,i=r[e];Qw(r,e),null==n&&(n=r.length),Ww(r,n,i),iw.dirtyParentQueries(i),zw(i),Kw(t,n>0?r[n-1]:null,i)}(this._data,n,e),t},t.prototype.indexOf=function(t){return this._embeddedViews.indexOf(t._view)},t.prototype.remove=function(t){var e=qw(this._data,t);e&&iw.destroyView(e)},t.prototype.detach=function(t){var e=qw(this._data,t);return e?new Jw(e):null},t}();function Zw(t){return new Jw(t)}var Jw=function(){function t(t){this._view=t,this._viewContainerRef=null,this._appRef=null}return Object.defineProperty(t.prototype,"rootNodes",{get:function(){return function t(e){var n=[];return Tw(e,0,void 0,void 0,n),n}(this._view)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return this._view.context},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"destroyed",{get:function(){return 0!=(128&this._view.state)},enumerable:!0,configurable:!0}),t.prototype.markForCheck=function(){dw(this._view)},t.prototype.detach=function(){this._view.state&=-5},t.prototype.detectChanges=function(){var t=this._view.root.rendererFactory;t.begin&&t.begin();try{iw.checkAndUpdateView(this._view)}finally{t.end&&t.end()}},t.prototype.checkNoChanges=function(){iw.checkNoChangesView(this._view)},t.prototype.reattach=function(){this._view.state|=4},t.prototype.onDestroy=function(t){this._view.disposables||(this._view.disposables=[]),this._view.disposables.push(t)},t.prototype.destroy=function(){this._appRef?this._appRef.detachView(this):this._viewContainerRef&&this._viewContainerRef.detach(this._viewContainerRef.indexOf(this)),iw.destroyView(this._view)},t.prototype.detachFromAppRef=function(){this._appRef=null,zw(this._view),iw.dirtyParentQueries(this._view)},t.prototype.attachToAppRef=function(t){if(this._viewContainerRef)throw new Error("This view is already attached to a ViewContainer!");this._appRef=t},t.prototype.attachToViewContainerRef=function(t){if(this._appRef)throw new Error("This view is already attached directly to the ApplicationRef!");this._viewContainerRef=t},t}();function tx(t,e){return new ex(t,e)}var ex=function(t){function e(e,n){var r=t.call(this)||this;return r._parentView=e,r._def=n,r}return o(e,t),e.prototype.createEmbeddedView=function(t){return new Jw(iw.createEmbeddedView(this._parentView,this._def,this._def.element.template,t))},Object.defineProperty(e.prototype,"elementRef",{get:function(){return new sd(tw(this._parentView,this._def.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),e}(cd);function nx(t,e){return new rx(t,e)}var rx=function(){function t(t,e){this.view=t,this.elDef=e}return t.prototype.get=function(t,e){return void 0===e&&(e=wp.THROW_IF_NOT_FOUND),iw.resolveDep(this.view,this.elDef,!!this.elDef&&0!=(33554432&this.elDef.flags),{flags:0,token:t,tokenKey:lw(t)},e)},t}();function ix(t){return new ox(t.renderer)}var ox=function(){function t(t){this.delegate=t}return t.prototype.selectRootElement=function(t){return this.delegate.selectRootElement(t)},t.prototype.createElement=function(t,e){var n=h(Mw(e),2),r=this.delegate.createElement(n[1],n[0]);return t&&this.delegate.appendChild(t,r),r},t.prototype.createViewRoot=function(t){return t},t.prototype.createTemplateAnchor=function(t){var e=this.delegate.createComment("");return t&&this.delegate.appendChild(t,e),e},t.prototype.createText=function(t,e){var n=this.delegate.createText(e);return t&&this.delegate.appendChild(t,n),n},t.prototype.projectNodes=function(t,e){for(var n=0;n<e.length;n++)this.delegate.appendChild(t,e[n])},t.prototype.attachViewAfter=function(t,e){for(var n=this.delegate.parentNode(t),r=this.delegate.nextSibling(t),i=0;i<e.length;i++)this.delegate.insertBefore(n,e[i],r)},t.prototype.detachView=function(t){for(var e=0;e<t.length;e++){var n=t[e],r=this.delegate.parentNode(n);this.delegate.removeChild(r,n)}},t.prototype.destroyView=function(t,e){for(var n=0;n<e.length;n++)this.delegate.destroyNode(e[n])},t.prototype.listen=function(t,e,n){return this.delegate.listen(t,e,n)},t.prototype.listenGlobal=function(t,e,n){return this.delegate.listen(t,e,n)},t.prototype.setElementProperty=function(t,e,n){this.delegate.setProperty(t,e,n)},t.prototype.setElementAttribute=function(t,e,n){var r=h(Mw(e),2),i=r[0],o=r[1];null!=n?this.delegate.setAttribute(t,o,n,i):this.delegate.removeAttribute(t,o,i)},t.prototype.setBindingDebugInfo=function(t,e,n){},t.prototype.setElementClass=function(t,e,n){n?this.delegate.addClass(t,e):this.delegate.removeClass(t,e)},t.prototype.setElementStyle=function(t,e,n){null!=n?this.delegate.setStyle(t,e,n):this.delegate.removeStyle(t,e)},t.prototype.invokeElementMethod=function(t,e,n){t[e].apply(t,n)},t.prototype.setText=function(t,e){this.delegate.setValue(t,e)},t.prototype.animate=function(){throw new Error("Renderer.animate is no longer supported!")},t}();function sx(t,e,n,r){return new ax(t,e,n,r)}var ax=function(){function t(t,e,n,r){this._moduleType=t,this._parent=e,this._bootstrapComponents=n,this._def=r,this._destroyListeners=[],this._destroyed=!1,this.injector=this,function i(t){for(var e=t._def,n=t._providers=new Array(e.providers.length),r=0;r<e.providers.length;r++){var i=e.providers[r];4096&i.flags||void 0===n[r]&&(n[r]=Uw(t,i))}}(this)}return t.prototype.get=function(t,e,n){void 0===e&&(e=wp.THROW_IF_NOT_FOUND),void 0===n&&(n=0);var r=0;return 4&n?r|=1:2&n&&(r|=4),Hw(this,{token:t,tokenKey:lw(t),flags:r},e)},Object.defineProperty(t.prototype,"instance",{get:function(){return this.get(this._moduleType)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentFactoryResolver",{get:function(){return this.get(md)},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){if(this._destroyed)throw new Error("The ng module "+cp(this.instance.constructor)+" has already been destroyed.");this._destroyed=!0,function t(e,n){for(var r=e._def,i=new Set,o=0;o<r.providers.length;o++)if(131072&r.providers[o].flags){var s=e._providers[o];if(s&&s!==Lw){var a=s.ngOnDestroy;"function"!=typeof a||i.has(s)||(a.apply(s),i.add(s))}}}(this),this._destroyListeners.forEach(function(t){return t()})},t.prototype.onDestroy=function(t){this._destroyListeners.push(t)},t}(),ux=lw(pd),cx=lw(fd),lx=lw(sd),px=lw(ld),hx=lw(cd),fx=lw(od),dx=lw(wp),vx=lw(_p);
1275
+ return function r(t,e,n,i){var o=e.viewContainer._embeddedViews;null!==n&&void 0!==n||(n=o.length),i.viewContainerParent=t,Aw(o,n,i),function s(t,e){var n=Jb(e);if(n&&n!==t&&!(16&e.state)){e.state|=16;var r=n.template._projectedViews;r||(r=n.template._projectedViews=[]),r.push(e),function i(t,e){if(!(4&e.flags)){t.nodeFlags|=4,e.flags|=4;for(var n=e.parent;n;)n.childFlags|=4,n=n.parent}}(e.parent.def,e.parentNodeDef)}}(e,i),Bb.dirtyParentQueries(i),Tw(e,n>0?o[n-1]:null,i)}(this._view,this._data,e,n._view),n.attachToViewContainerRef(this),t},t.prototype.move=function(t,e){if(t.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");var n=this._embeddedViews.indexOf(t._view);return function r(t,e,n){var r=t.viewContainer._embeddedViews,i=r[e];Nw(r,e),null==n&&(n=r.length),Aw(r,n,i),Bb.dirtyParentQueries(i),Pw(i),Tw(t,n>0?r[n-1]:null,i)}(this._data,n,e),t},t.prototype.indexOf=function(t){return this._embeddedViews.indexOf(t._view)},t.prototype.remove=function(t){var e=Cw(this._data,t);e&&Bb.destroyView(e)},t.prototype.detach=function(t){var e=Cw(this._data,t);return e?new Rw(e):null},t}();function Dw(t){return new Rw(t)}var Rw=function(){function t(t){this._view=t,this._viewContainerRef=null,this._appRef=null}return Object.defineProperty(t.prototype,"rootNodes",{get:function(){return function t(e){var n=[];return uw(e,0,void 0,void 0,n),n}(this._view)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return this._view.context},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"destroyed",{get:function(){return 0!=(128&this._view.state)},enumerable:!0,configurable:!0}),t.prototype.markForCheck=function(){$b(this._view)},t.prototype.detach=function(){this._view.state&=-5},t.prototype.detectChanges=function(){var t=this._view.root.rendererFactory;t.begin&&t.begin();try{Bb.checkAndUpdateView(this._view)}finally{t.end&&t.end()}},t.prototype.checkNoChanges=function(){Bb.checkNoChangesView(this._view)},t.prototype.reattach=function(){this._view.state|=4},t.prototype.onDestroy=function(t){this._view.disposables||(this._view.disposables=[]),this._view.disposables.push(t)},t.prototype.destroy=function(){this._appRef?this._appRef.detachView(this):this._viewContainerRef&&this._viewContainerRef.detach(this._viewContainerRef.indexOf(this)),Bb.destroyView(this._view)},t.prototype.detachFromAppRef=function(){this._appRef=null,Pw(this._view),Bb.dirtyParentQueries(this._view)},t.prototype.attachToAppRef=function(t){if(this._viewContainerRef)throw new Error("This view is already attached to a ViewContainer!");this._appRef=t},t.prototype.attachToViewContainerRef=function(t){if(this._appRef)throw new Error("This view is already attached directly to the ApplicationRef!");this._viewContainerRef=t},t}();function jw(t,e){return new Lw(t,e)}var Lw=function(t){function e(e,n){var r=t.call(this)||this;return r._parentView=e,r._def=n,r}return o(e,t),e.prototype.createEmbeddedView=function(t){return new Rw(Bb.createEmbeddedView(this._parentView,this._def,this._def.element.template,t))},Object.defineProperty(e.prototype,"elementRef",{get:function(){return new md(jb(this._parentView,this._def.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),e}(qy);function Fw(t,e){return new Vw(t,e)}var Vw=function(){function t(t,e){this.view=t,this.elDef=e}return t.prototype.get=function(t,e){return void 0===e&&(e=Ep.THROW_IF_NOT_FOUND),Bb.resolveDep(this.view,this.elDef,!!this.elDef&&0!=(33554432&this.elDef.flags),{flags:0,token:t,tokenKey:Wb(t)},e)},t}();function Bw(t){return new Hw(t.renderer)}var Hw=function(){function t(t){this.delegate=t}return t.prototype.selectRootElement=function(t){return this.delegate.selectRootElement(t)},t.prototype.createElement=function(t,e){var n=h(dw(e),2),r=this.delegate.createElement(n[1],n[0]);return t&&this.delegate.appendChild(t,r),r},t.prototype.createViewRoot=function(t){return t},t.prototype.createTemplateAnchor=function(t){var e=this.delegate.createComment("");return t&&this.delegate.appendChild(t,e),e},t.prototype.createText=function(t,e){var n=this.delegate.createText(e);return t&&this.delegate.appendChild(t,n),n},t.prototype.projectNodes=function(t,e){for(var n=0;n<e.length;n++)this.delegate.appendChild(t,e[n])},t.prototype.attachViewAfter=function(t,e){for(var n=this.delegate.parentNode(t),r=this.delegate.nextSibling(t),i=0;i<e.length;i++)this.delegate.insertBefore(n,e[i],r)},t.prototype.detachView=function(t){for(var e=0;e<t.length;e++){var n=t[e],r=this.delegate.parentNode(n);this.delegate.removeChild(r,n)}},t.prototype.destroyView=function(t,e){for(var n=0;n<e.length;n++)this.delegate.destroyNode(e[n])},t.prototype.listen=function(t,e,n){return this.delegate.listen(t,e,n)},t.prototype.listenGlobal=function(t,e,n){return this.delegate.listen(t,e,n)},t.prototype.setElementProperty=function(t,e,n){this.delegate.setProperty(t,e,n)},t.prototype.setElementAttribute=function(t,e,n){var r=h(dw(e),2),i=r[0],o=r[1];null!=n?this.delegate.setAttribute(t,o,n,i):this.delegate.removeAttribute(t,o,i)},t.prototype.setBindingDebugInfo=function(t,e,n){},t.prototype.setElementClass=function(t,e,n){n?this.delegate.addClass(t,e):this.delegate.removeClass(t,e)},t.prototype.setElementStyle=function(t,e,n){null!=n?this.delegate.setStyle(t,e,n):this.delegate.removeStyle(t,e)},t.prototype.invokeElementMethod=function(t,e,n){t[e].apply(t,n)},t.prototype.setText=function(t,e){this.delegate.setValue(t,e)},t.prototype.animate=function(){throw new Error("Renderer.animate is no longer supported!")},t}();function Uw(t,e,n,r){return new qw(t,e,n,r)}var qw=function(){function t(t,e,n,r){this._moduleType=t,this._parent=e,this._bootstrapComponents=n,this._def=r,this._destroyListeners=[],this._destroyed=!1,this.injector=this,function i(t){for(var e=t._def,n=t._providers=new Array(e.providers.length),r=0;r<e.providers.length;r++){var i=e.providers[r];4096&i.flags||void 0===n[r]&&(n[r]=Sw(t,i))}}(this)}return t.prototype.get=function(t,e,n){void 0===e&&(e=Ep.THROW_IF_NOT_FOUND),void 0===n&&(n=0);var r=0;return 4&n?r|=1:2&n&&(r|=4),Ew(this,{token:t,tokenKey:Wb(t),flags:r},e)},Object.defineProperty(t.prototype,"instance",{get:function(){return this.get(this._moduleType)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentFactoryResolver",{get:function(){return this.get(rd)},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){if(this._destroyed)throw new Error("The ng module "+pp(this.instance.constructor)+" has already been destroyed.");this._destroyed=!0,function t(e,n){for(var r=e._def,i=new Set,o=0;o<r.providers.length;o++)if(131072&r.providers[o].flags){var s=e._providers[o];if(s&&s!==_w){var a=s.ngOnDestroy;"function"!=typeof a||i.has(s)||(a.apply(s),i.add(s))}}}(this),this._destroyListeners.forEach(function(t){return t()})},t.prototype.onDestroy=function(t){this._destroyListeners.push(t)},t}(),Kw=Wb(gd),zw=Wb(bd),Ww=Wb(md),Qw=Wb(eb),Gw=Wb(qy),Xw=Wb(nb),$w=Wb(Ep),Yw=Wb(wp);
1270
1276
  /**
1271
1277
  * @license
1272
1278
  * Copyright Google Inc. All Rights Reserved.
1273
1279
  *
1274
1280
  * Use of this source code is governed by an MIT-style license that can be
1275
1281
  * found in the LICENSE file at https://angular.io/license
1276
- */function yx(t,e){return bx(t,e)}function mx(t,e){for(var n=t;n.parent&&!bw(n);)n=n.parent;return wx(n.parent,gw(n),!0,e.provider.value,e.provider.deps)}function gx(t,e){var n,r=wx(t,e.parent,(32768&e.flags)>0,e.provider.value,e.provider.deps);if(e.outputs.length)for(var i=0;i<e.outputs.length;i++){var o=e.outputs[i],s=r[o.propName];if(!(n=s)||"function"!=typeof n.subscribe)throw new Error("@Output "+o.propName+" not initialized in '"+r.constructor.name+"'.");var a=s.subscribe(_x(t,e.parent.nodeIndex,o.eventName));t.disposables[e.outputIndex+i]=a.unsubscribe.bind(a)}return r}function _x(t,e,n){return function(r){return yw(t,e,n,r)}}function bx(t,e){var n=(8192&e.flags)>0,r=e.provider;switch(201347067&e.flags){case 512:return wx(t,e.parent,n,r.value,r.deps);case 1024:return function i(t,e,n,r,o){var s=o.length;switch(s){case 0:return r();case 1:return r(Sx(t,e,n,o[0]));case 2:return r(Sx(t,e,n,o[0]),Sx(t,e,n,o[1]));case 3:return r(Sx(t,e,n,o[0]),Sx(t,e,n,o[1]),Sx(t,e,n,o[2]));default:for(var a=Array(s),u=0;u<s;u++)a[u]=Sx(t,e,n,o[u]);return r.apply(void 0,f(a))}}(t,e.parent,n,r.value,r.deps);case 2048:return Sx(t,e.parent,n,r.deps[0]);case 256:return r.value}}function wx(t,e,n,r,i){var o=i.length;switch(o){case 0:return new r;case 1:return new r(Sx(t,e,n,i[0]));case 2:return new r(Sx(t,e,n,i[0]),Sx(t,e,n,i[1]));case 3:return new r(Sx(t,e,n,i[0]),Sx(t,e,n,i[1]),Sx(t,e,n,i[2]));default:for(var s=new Array(o),a=0;a<o;a++)s[a]=Sx(t,e,n,i[a]);return new(r.bind.apply(r,f([void 0],s)))}}var xx,Ex={};function Sx(t,e,n,r,i){if(void 0===i&&(i=wp.THROW_IF_NOT_FOUND),8&r.flags)return r.token;var o=t;2&r.flags&&(i=null);var s=r.tokenKey;s===fx&&(n=!(!e||!e.element.componentView)),e&&1&r.flags&&(n=!1,e=e.parent);for(var a=t;a;){if(e)switch(s){case ux:return ix(Cx(a,e,n));case cx:return Cx(a,e,n).renderer;case lx:return new sd(tw(a,e.nodeIndex).renderElement);case px:return tw(a,e.nodeIndex).viewContainer;case hx:if(e.element.template)return tw(a,e.nodeIndex).template;break;case fx:return Zw(Cx(a,e,n));case dx:case vx:return nx(a,e);default:var u=(n?e.element.allProviders:e.element.publicProviders)[s];if(u){var c=ew(a,u.nodeIndex);return c||(c={instance:bx(a,u)},a.nodes[u.nodeIndex]=c),c.instance}}n=bw(a),e=gw(a),a=a.parent,4&r.flags&&(a=null)}var l=o.root.injector.get(r.token,Ex);return l!==Ex||i===Ex?l:o.root.ngModule.injector.get(r.token,i)}function Cx(t,e,n){var r;if(n)r=tw(t,e.nodeIndex).componentView;else for(r=t;r.parent&&!bw(r);)r=r.parent;return r}function Tx(t,e,n,r,i,o){if(32768&n.flags){var s=tw(t,n.parent.nodeIndex).componentView;2&s.def.flags&&(s.state|=8)}if(e.instance[n.bindings[r].name]=i,524288&n.flags){o=o||{};var a=ch.unwrap(t.oldValues[n.bindingIndex+r]);o[n.bindings[r].nonMinifiedName]=new lh(a,i,0!=(2&t.state))}return t.oldValues[n.bindingIndex+r]=i,o}function Px(t,e){if(t.def.nodeFlags&e)for(var n=t.def.nodes,r=0,i=0;i<n.length;i++){var o=n[i],s=o.parent;for(!s&&o.flags&e&&Nx(t,i,o.flags&e,r++),0==(o.childFlags&e)&&(i+=o.childCount);s&&1&s.flags&&i===s.nodeIndex+s.childCount;)s.directChildFlags&e&&(r=Ax(t,s,e,r)),s=s.parent}}function Ax(t,e,n,r){for(var i=e.nodeIndex+1;i<=e.nodeIndex+e.childCount;i++){var o=t.def.nodes[i];o.flags&n&&Nx(t,i,o.flags&n,r++),i+=o.childCount}return r}function Nx(t,e,n,r){var i=ew(t,e);if(i){var o=i.instance;o&&(iw.setCurrentNode(t,e),1048576&n&&Zb(t,512,r)&&o.ngAfterContentInit(),2097152&n&&o.ngAfterContentChecked(),4194304&n&&Zb(t,768,r)&&o.ngAfterViewInit(),8388608&n&&o.ngAfterViewChecked(),131072&n&&o.ngOnDestroy())}}
1282
+ */function Zw(t,e){return nx(t,e)}function Jw(t,e){for(var n=t;n.parent&&!nw(n);)n=n.parent;return rx(n.parent,tw(n),!0,e.provider.value,e.provider.deps)}function tx(t,e){var n,r=rx(t,e.parent,(32768&e.flags)>0,e.provider.value,e.provider.deps);if(e.outputs.length)for(var i=0;i<e.outputs.length;i++){var o=e.outputs[i],s=r[o.propName];if(!(n=s)||"function"!=typeof n.subscribe)throw new Error("@Output "+o.propName+" not initialized in '"+r.constructor.name+"'.");var a=s.subscribe(ex(t,e.parent.nodeIndex,o.eventName));t.disposables[e.outputIndex+i]=a.unsubscribe.bind(a)}return r}function ex(t,e,n){return function(r){return Zb(t,e,n,r)}}function nx(t,e){var n=(8192&e.flags)>0,r=e.provider;switch(201347067&e.flags){case 512:return rx(t,e.parent,n,r.value,r.deps);case 1024:return function i(t,e,n,r,o){var s=o.length;switch(s){case 0:return r();case 1:return r(sx(t,e,n,o[0]));case 2:return r(sx(t,e,n,o[0]),sx(t,e,n,o[1]));case 3:return r(sx(t,e,n,o[0]),sx(t,e,n,o[1]),sx(t,e,n,o[2]));default:for(var a=Array(s),u=0;u<s;u++)a[u]=sx(t,e,n,o[u]);return r.apply(void 0,f(a))}}(t,e.parent,n,r.value,r.deps);case 2048:return sx(t,e.parent,n,r.deps[0]);case 256:return r.value}}function rx(t,e,n,r,i){var o=i.length;switch(o){case 0:return new r;case 1:return new r(sx(t,e,n,i[0]));case 2:return new r(sx(t,e,n,i[0]),sx(t,e,n,i[1]));case 3:return new r(sx(t,e,n,i[0]),sx(t,e,n,i[1]),sx(t,e,n,i[2]));default:for(var s=new Array(o),a=0;a<o;a++)s[a]=sx(t,e,n,i[a]);return new(r.bind.apply(r,f([void 0],s)))}}var ix,ox={};function sx(t,e,n,r,i){if(void 0===i&&(i=Ep.THROW_IF_NOT_FOUND),8&r.flags)return r.token;var o=t;2&r.flags&&(i=null);var s=r.tokenKey;s===Xw&&(n=!(!e||!e.element.componentView)),e&&1&r.flags&&(n=!1,e=e.parent);for(var a=t;a;){if(e)switch(s){case Kw:return Bw(ax(a,e,n));case zw:return ax(a,e,n).renderer;case Ww:return new md(jb(a,e.nodeIndex).renderElement);case Qw:return jb(a,e.nodeIndex).viewContainer;case Gw:if(e.element.template)return jb(a,e.nodeIndex).template;break;case Xw:return Dw(ax(a,e,n));case $w:case Yw:return Fw(a,e);default:var u=(n?e.element.allProviders:e.element.publicProviders)[s];if(u){var c=Lb(a,u.nodeIndex);return c||(c={instance:nx(a,u)},a.nodes[u.nodeIndex]=c),c.instance}}n=nw(a),e=tw(a),a=a.parent,4&r.flags&&(a=null)}var l=o.root.injector.get(r.token,ox);return l!==ox||i===ox?l:o.root.ngModule.injector.get(r.token,i)}function ax(t,e,n){var r;if(n)r=jb(t,e.nodeIndex).componentView;else for(r=t;r.parent&&!nw(r);)r=r.parent;return r}function ux(t,e,n,r,i,o){if(32768&n.flags){var s=jb(t,n.parent.nodeIndex).componentView;2&s.def.flags&&(s.state|=8)}if(e.instance[n.bindings[r].name]=i,524288&n.flags){o=o||{};var a=fh.unwrap(t.oldValues[n.bindingIndex+r]);o[n.bindings[r].nonMinifiedName]=new dh(a,i,0!=(2&t.state))}return t.oldValues[n.bindingIndex+r]=i,o}function cx(t,e){if(t.def.nodeFlags&e)for(var n=t.def.nodes,r=0,i=0;i<n.length;i++){var o=n[i],s=o.parent;for(!s&&o.flags&e&&px(t,i,o.flags&e,r++),0==(o.childFlags&e)&&(i+=o.childCount);s&&1&s.flags&&i===s.nodeIndex+s.childCount;)s.directChildFlags&e&&(r=lx(t,s,e,r)),s=s.parent}}function lx(t,e,n,r){for(var i=e.nodeIndex+1;i<=e.nodeIndex+e.childCount;i++){var o=t.def.nodes[i];o.flags&n&&px(t,i,o.flags&n,r++),i+=o.childCount}return r}function px(t,e,n,r){var i=Lb(t,e);if(i){var o=i.instance;o&&(Bb.setCurrentNode(t,e),1048576&n&&Db(t,512,r)&&o.ngAfterContentInit(),2097152&n&&o.ngAfterContentChecked(),4194304&n&&Db(t,768,r)&&o.ngAfterViewInit(),8388608&n&&o.ngAfterViewChecked(),131072&n&&o.ngOnDestroy())}}
1277
1283
  /**
1278
1284
  * @license
1279
1285
  * Copyright Google Inc. All Rights Reserved.
1280
1286
  *
1281
1287
  * Use of this source code is governed by an MIT-style license that can be
1282
1288
  * found in the LICENSE file at https://angular.io/license
1283
- */function Ox(t){for(var e=t.def.nodeMatchedQueries;t.parent&&ww(t);){var n=t.parentNodeDef;t=t.parent;for(var r=n.nodeIndex+n.childCount,i=0;i<=r;i++)67108864&(o=t.def.nodes[i]).flags&&536870912&o.flags&&(o.query.filterId&e)===o.query.filterId&&rw(t,i).setDirty(),!(1&o.flags&&i+o.childCount<n.nodeIndex)&&67108864&o.childFlags&&536870912&o.childFlags||(i+=o.childCount)}if(134217728&t.def.nodeFlags)for(i=0;i<t.def.nodes.length;i++){var o;134217728&(o=t.def.nodes[i]).flags&&536870912&o.flags&&rw(t,i).setDirty(),i+=o.childCount}}function kx(t,e){var n=rw(t,e.nodeIndex);if(n.dirty){var r,i=void 0;if(67108864&e.flags){var o=e.parent.parent;i=Mx(t,o.nodeIndex,o.nodeIndex+o.childCount,e.query,[]),r=ew(t,e.parent.nodeIndex).instance}else 134217728&e.flags&&(i=Mx(t,0,t.def.nodes.length-1,e.query,[]),r=t.component);n.reset(i);for(var s=e.query.bindings,a=!1,u=0;u<s.length;u++){var c=s[u],l=void 0;switch(c.bindingType){case 0:l=n.first;break;case 1:l=n,a=!0}r[c.propName]=l}a&&n.notifyOnChanges()}}function Mx(t,e,n,r,i){for(var o=e;o<=n;o++){var s=t.def.nodes[o],a=s.matchedQueries[r.id];if(null!=a&&i.push(Ix(t,s,a)),1&s.flags&&s.element.template&&(s.element.template.nodeMatchedQueries&r.filterId)===r.filterId){var u=tw(t,o);if((s.childMatchedQueries&r.filterId)===r.filterId&&(Mx(t,o+1,o+s.childCount,r,i),o+=s.childCount),16777216&s.flags)for(var c=u.viewContainer._embeddedViews,l=0;l<c.length;l++){var p=c[l],h=mw(p);h&&h===u&&Mx(p,0,p.def.nodes.length-1,r,i)}var f=u.template._projectedViews;if(f)for(l=0;l<f.length;l++){var d=f[l];Mx(d,0,d.def.nodes.length-1,r,i)}}(s.childMatchedQueries&r.filterId)!==r.filterId&&(o+=s.childCount)}return i}function Ix(t,e,n){if(null!=n)switch(n){case 1:return tw(t,e.nodeIndex).renderElement;case 0:return new sd(tw(t,e.nodeIndex).renderElement);case 2:return tw(t,e.nodeIndex).template;case 3:return tw(t,e.nodeIndex).viewContainer;case 4:return ew(t,e.nodeIndex).instance}}
1289
+ */function hx(t){for(var e=t.def.nodeMatchedQueries;t.parent&&rw(t);){var n=t.parentNodeDef;t=t.parent;for(var r=n.nodeIndex+n.childCount,i=0;i<=r;i++)67108864&(o=t.def.nodes[i]).flags&&536870912&o.flags&&(o.query.filterId&e)===o.query.filterId&&Vb(t,i).setDirty(),!(1&o.flags&&i+o.childCount<n.nodeIndex)&&67108864&o.childFlags&&536870912&o.childFlags||(i+=o.childCount)}if(134217728&t.def.nodeFlags)for(i=0;i<t.def.nodes.length;i++){var o;134217728&(o=t.def.nodes[i]).flags&&536870912&o.flags&&Vb(t,i).setDirty(),i+=o.childCount}}function fx(t,e){var n=Vb(t,e.nodeIndex);if(n.dirty){var r,i=void 0;if(67108864&e.flags){var o=e.parent.parent;i=dx(t,o.nodeIndex,o.nodeIndex+o.childCount,e.query,[]),r=Lb(t,e.parent.nodeIndex).instance}else 134217728&e.flags&&(i=dx(t,0,t.def.nodes.length-1,e.query,[]),r=t.component);n.reset(i);for(var s=e.query.bindings,a=!1,u=0;u<s.length;u++){var c=s[u],l=void 0;switch(c.bindingType){case 0:l=n.first;break;case 1:l=n,a=!0}r[c.propName]=l}a&&n.notifyOnChanges()}}function dx(t,e,n,r,i){for(var o=e;o<=n;o++){var s=t.def.nodes[o],a=s.matchedQueries[r.id];if(null!=a&&i.push(vx(t,s,a)),1&s.flags&&s.element.template&&(s.element.template.nodeMatchedQueries&r.filterId)===r.filterId){var u=jb(t,o);if((s.childMatchedQueries&r.filterId)===r.filterId&&(dx(t,o+1,o+s.childCount,r,i),o+=s.childCount),16777216&s.flags)for(var c=u.viewContainer._embeddedViews,l=0;l<c.length;l++){var p=c[l],h=Jb(p);h&&h===u&&dx(p,0,p.def.nodes.length-1,r,i)}var f=u.template._projectedViews;if(f)for(l=0;l<f.length;l++){var d=f[l];dx(d,0,d.def.nodes.length-1,r,i)}}(s.childMatchedQueries&r.filterId)!==r.filterId&&(o+=s.childCount)}return i}function vx(t,e,n){if(null!=n)switch(n){case 1:return jb(t,e.nodeIndex).renderElement;case 0:return new md(jb(t,e.nodeIndex).renderElement);case 2:return jb(t,e.nodeIndex).template;case 3:return jb(t,e.nodeIndex).viewContainer;case 4:return Lb(t,e.nodeIndex).instance}}
1284
1290
  /**
1285
1291
  * @license
1286
1292
  * Copyright Google Inc. All Rights Reserved.
1287
1293
  *
1288
1294
  * Use of this source code is governed by an MIT-style license that can be
1289
1295
  * found in the LICENSE file at https://angular.io/license
1290
- */function Rx(t,e,n){var r=Ew(t,e,n);r&&Aw(t,n.ngContent.index,1,r,null,void 0)}
1296
+ */function yx(t,e,n){var r=ow(t,e,n);r&&lw(t,n.ngContent.index,1,r,null,void 0)}
1291
1297
  /**
1292
1298
  * @license
1293
1299
  * Copyright Google Inc. All Rights Reserved.
@@ -1302,21 +1308,21 @@ return function r(t,e,n,i){var o=e.viewContainer._embeddedViews;null!==n&&void 0
1302
1308
  * Use of this source code is governed by an MIT-style license that can be
1303
1309
  * found in the LICENSE file at https://angular.io/license
1304
1310
  */
1305
- function Dx(t,e,n){var r,i=t.renderer;r=i.createText(n.text.prefix);var o=Ew(t,e,n);return o&&i.appendChild(o,r),{renderText:r}}function jx(t,e){return(null!=t?t.toString():"")+e.suffix}
1311
+ function mx(t,e,n){var r,i=t.renderer;r=i.createText(n.text.prefix);var o=ow(t,e,n);return o&&i.appendChild(o,r),{renderText:r}}function gx(t,e){return(null!=t?t.toString():"")+e.suffix}
1306
1312
  /**
1307
1313
  * @license
1308
1314
  * Copyright Google Inc. All Rights Reserved.
1309
1315
  *
1310
1316
  * Use of this source code is governed by an MIT-style license that can be
1311
1317
  * found in the LICENSE file at https://angular.io/license
1312
- */function Lx(t,e,n,r){var i=Bx(t.root,t.renderer,t,e,n);return Hx(i,t.component,r),Ux(i),i}function Fx(t,e,n){var r=Bx(t,t.renderer,null,null,e);return Hx(r,n,n),Ux(r),r}function Vx(t,e,n,r){var i,o=e.element.componentRendererType;return i=o?t.root.rendererFactory.createRenderer(r,o):t.root.renderer,Bx(t.root,i,t,e.element.componentProvider,n)}function Bx(t,e,n,r,i){var o=new Array(i.nodes.length),s=i.outputCount?new Array(i.outputCount):null;return{def:i,parent:n,viewContainerParent:null,parentNodeDef:r,context:null,component:null,nodes:o,state:13,root:t,renderer:e,oldValues:new Array(i.bindingCount),disposables:s,initIndex:-1}}function Hx(t,e,n){t.component=e,t.context=n}function Ux(t){var e;bw(t)&&(e=tw(t.parent,t.parentNodeDef.parent.nodeIndex).renderElement);for(var n=t.def,r=t.nodes,i=0;i<n.nodes.length;i++){var o=n.nodes[i];iw.setCurrentNode(t,i);var s=void 0;switch(201347067&o.flags){case 1:var a=Iw(t,e,o),u=void 0;if(33554432&o.flags){var c=Cw(o.element.componentView);u=iw.createComponentView(t,o,c,a)}Rw(t,u,o,a),s={renderElement:a,componentView:u,viewContainer:null,template:o.element.template?tx(t,o):void 0},16777216&o.flags&&(s.viewContainer=$w(t,o,s));break;case 2:s=Dx(t,e,o);break;case 512:case 1024:case 2048:case 256:(s=r[i])||4096&o.flags||(s={instance:yx(t,o)});break;case 16:s={instance:mx(t,o)};break;case 16384:(s=r[i])||(s={instance:gx(t,o)}),32768&o.flags&&Hx(tw(t,o.parent.nodeIndex).componentView,s.instance,s.instance);break;case 32:case 64:case 128:s={value:void 0};break;case 67108864:case 134217728:s=new mb;break;case 8:Rx(t,e,o),s=void 0}r[i]=s}$x(t,xx.CreateViewNodes),tE(t,201326592,268435456,0)}function qx(t){Wx(t),iw.updateDirectives(t,1),Yx(t,xx.CheckNoChanges),iw.updateRenderer(t,1),$x(t,xx.CheckNoChanges),t.state&=-97}function Kx(t){1&t.state?(t.state&=-2,t.state|=2):t.state&=-3,Yb(t,0,256),Wx(t),iw.updateDirectives(t,0),Yx(t,xx.CheckAndUpdate),tE(t,67108864,536870912,0);var e=Yb(t,256,512);Px(t,2097152|(e?1048576:0)),iw.updateRenderer(t,0),$x(t,xx.CheckAndUpdate),tE(t,134217728,536870912,0),Px(t,8388608|((e=Yb(t,512,768))?4194304:0)),2&t.def.flags&&(t.state&=-9),t.state&=-97,Yb(t,768,1024)}function zx(t,e,n,r,i,o,s,a,u,c,l,p,h){return 0===n?function d(t,e,n,r,i,o,s,a,u,c,l,p){switch(201347067&e.flags){case 1:return function h(t,e,n,r,i,o,s,a,u,c,l,p){var h=e.bindings.length,f=!1;return h>0&&jw(t,e,0,n)&&(f=!0),h>1&&jw(t,e,1,r)&&(f=!0),h>2&&jw(t,e,2,i)&&(f=!0),h>3&&jw(t,e,3,o)&&(f=!0),h>4&&jw(t,e,4,s)&&(f=!0),h>5&&jw(t,e,5,a)&&(f=!0),h>6&&jw(t,e,6,u)&&(f=!0),h>7&&jw(t,e,7,c)&&(f=!0),h>8&&jw(t,e,8,l)&&(f=!0),h>9&&jw(t,e,9,p)&&(f=!0),f}(t,e,n,r,i,o,s,a,u,c,l,p);case 2:return function f(t,e,n,r,i,o,s,a,u,c,l,p){var h=!1,f=e.bindings,d=f.length;if(d>0&&hw(t,e,0,n)&&(h=!0),d>1&&hw(t,e,1,r)&&(h=!0),d>2&&hw(t,e,2,i)&&(h=!0),d>3&&hw(t,e,3,o)&&(h=!0),d>4&&hw(t,e,4,s)&&(h=!0),d>5&&hw(t,e,5,a)&&(h=!0),d>6&&hw(t,e,6,u)&&(h=!0),d>7&&hw(t,e,7,c)&&(h=!0),d>8&&hw(t,e,8,l)&&(h=!0),d>9&&hw(t,e,9,p)&&(h=!0),h){var v=e.text.prefix;d>0&&(v+=jx(n,f[0])),d>1&&(v+=jx(r,f[1])),d>2&&(v+=jx(i,f[2])),d>3&&(v+=jx(o,f[3])),d>4&&(v+=jx(s,f[4])),d>5&&(v+=jx(a,f[5])),d>6&&(v+=jx(u,f[6])),d>7&&(v+=jx(c,f[7])),d>8&&(v+=jx(l,f[8])),d>9&&(v+=jx(p,f[9]));var y=Jb(t,e.nodeIndex).renderText;t.renderer.setValue(y,v)}return h}(t,e,n,r,i,o,s,a,u,c,l,p);case 16384:return function d(t,e,n,r,i,o,s,a,u,c,l,p){var h=ew(t,e.nodeIndex),f=h.instance,d=!1,v=void 0,y=e.bindings.length;return y>0&&pw(t,e,0,n)&&(d=!0,v=Tx(t,h,e,0,n,v)),y>1&&pw(t,e,1,r)&&(d=!0,v=Tx(t,h,e,1,r,v)),y>2&&pw(t,e,2,i)&&(d=!0,v=Tx(t,h,e,2,i,v)),y>3&&pw(t,e,3,o)&&(d=!0,v=Tx(t,h,e,3,o,v)),y>4&&pw(t,e,4,s)&&(d=!0,v=Tx(t,h,e,4,s,v)),y>5&&pw(t,e,5,a)&&(d=!0,v=Tx(t,h,e,5,a,v)),y>6&&pw(t,e,6,u)&&(d=!0,v=Tx(t,h,e,6,u,v)),y>7&&pw(t,e,7,c)&&(d=!0,v=Tx(t,h,e,7,c,v)),y>8&&pw(t,e,8,l)&&(d=!0,v=Tx(t,h,e,8,l,v)),y>9&&pw(t,e,9,p)&&(d=!0,v=Tx(t,h,e,9,p,v)),v&&f.ngOnChanges(v),65536&e.flags&&Zb(t,256,e.nodeIndex)&&f.ngOnInit(),262144&e.flags&&f.ngDoCheck(),d}(t,e,n,r,i,o,s,a,u,c,l,p);case 32:case 64:case 128:return function v(t,e,n,r,i,o,s,a,u,c,l,p){var h=e.bindings,f=!1,d=h.length;if(d>0&&hw(t,e,0,n)&&(f=!0),d>1&&hw(t,e,1,r)&&(f=!0),d>2&&hw(t,e,2,i)&&(f=!0),d>3&&hw(t,e,3,o)&&(f=!0),d>4&&hw(t,e,4,s)&&(f=!0),d>5&&hw(t,e,5,a)&&(f=!0),d>6&&hw(t,e,6,u)&&(f=!0),d>7&&hw(t,e,7,c)&&(f=!0),d>8&&hw(t,e,8,l)&&(f=!0),d>9&&hw(t,e,9,p)&&(f=!0),f){var v=nw(t,e.nodeIndex),y=void 0;switch(201347067&e.flags){case 32:y=new Array(h.length),d>0&&(y[0]=n),d>1&&(y[1]=r),d>2&&(y[2]=i),d>3&&(y[3]=o),d>4&&(y[4]=s),d>5&&(y[5]=a),d>6&&(y[6]=u),d>7&&(y[7]=c),d>8&&(y[8]=l),d>9&&(y[9]=p);break;case 64:y={},d>0&&(y[h[0].name]=n),d>1&&(y[h[1].name]=r),d>2&&(y[h[2].name]=i),d>3&&(y[h[3].name]=o),d>4&&(y[h[4].name]=s),d>5&&(y[h[5].name]=a),d>6&&(y[h[6].name]=u),d>7&&(y[h[7].name]=c),d>8&&(y[h[8].name]=l),d>9&&(y[h[9].name]=p);break;case 128:var m=n;switch(d){case 1:y=m.transform(n);break;case 2:y=m.transform(r);break;case 3:y=m.transform(r,i);break;case 4:y=m.transform(r,i,o);break;case 5:y=m.transform(r,i,o,s);break;case 6:y=m.transform(r,i,o,s,a);break;case 7:y=m.transform(r,i,o,s,a,u);break;case 8:y=m.transform(r,i,o,s,a,u,c);break;case 9:y=m.transform(r,i,o,s,a,u,c,l);break;case 10:y=m.transform(r,i,o,s,a,u,c,l,p)}}v.value=y}return f}(t,e,n,r,i,o,s,a,u,c,l,p);default:throw"unreachable"}}(t,e,r,i,o,s,a,u,c,l,p,h):function v(t,e,n){switch(201347067&e.flags){case 1:return function r(t,e,n){for(var r=!1,i=0;i<n.length;i++)jw(t,e,i,n[i])&&(r=!0);return r}(t,e,n);case 2:return function i(t,e,n){for(var r=e.bindings,i=!1,o=0;o<n.length;o++)hw(t,e,o,n[o])&&(i=!0);if(i){var s="";for(o=0;o<n.length;o++)s+=jx(n[o],r[o]);s=e.text.prefix+s;var a=Jb(t,e.nodeIndex).renderText;t.renderer.setValue(a,s)}return i}(t,e,n);case 16384:return function o(t,e,n){for(var r=ew(t,e.nodeIndex),i=r.instance,o=!1,s=void 0,a=0;a<n.length;a++)pw(t,e,a,n[a])&&(o=!0,s=Tx(t,r,e,a,n[a],s));return s&&i.ngOnChanges(s),65536&e.flags&&Zb(t,256,e.nodeIndex)&&i.ngOnInit(),262144&e.flags&&i.ngDoCheck(),o}(t,e,n);case 32:case 64:case 128:return function s(t,e,n){for(var r=e.bindings,i=!1,o=0;o<n.length;o++)hw(t,e,o,n[o])&&(i=!0);if(i){var s=nw(t,e.nodeIndex),a=void 0;switch(201347067&e.flags){case 32:a=n;break;case 64:for(a={},o=0;o<n.length;o++)a[r[o].name]=n[o];break;case 128:var u=n[0],c=n.slice(1);a=u.transform.apply(u,f(c))}s.value=a}return i}(t,e,n);default:throw"unreachable"}}(t,e,r)}function Wx(t){var e=t.def;if(4&e.nodeFlags)for(var n=0;n<e.nodes.length;n++){var r=e.nodes[n];if(4&r.flags){var i=tw(t,n).template._projectedViews;if(i)for(var o=0;o<i.length;o++){var s=i[o];s.state|=32,vw(s,t)}}else 0==(4&r.childFlags)&&(n+=r.childCount)}}function Qx(t,e,n,r,i,o,s,a,u,c,l,p,h){return 0===n?function f(t,e,n,r,i,o,s,a,u,c,l,p){var h=e.bindings.length;h>0&&fw(t,e,0,n),h>1&&fw(t,e,1,r),h>2&&fw(t,e,2,i),h>3&&fw(t,e,3,o),h>4&&fw(t,e,4,s),h>5&&fw(t,e,5,a),h>6&&fw(t,e,6,u),h>7&&fw(t,e,7,c),h>8&&fw(t,e,8,l),h>9&&fw(t,e,9,p)}(t,e,r,i,o,s,a,u,c,l,p,h):function d(t,e,n){for(var r=0;r<n.length;r++)fw(t,e,r,n[r])}(t,e,r),!1}function Gx(t,e){if(rw(t,e.nodeIndex).dirty)throw ow(iw.createDebugContext(t,e.nodeIndex),"Query "+e.query.id+" not dirty","Query "+e.query.id+" dirty",0!=(1&t.state))}function Xx(t){if(!(128&t.state)){if(Yx(t,xx.Destroy),$x(t,xx.Destroy),Px(t,131072),t.disposables)for(var e=0;e<t.disposables.length;e++)t.disposables[e]();!function n(t){if(16&t.state){var e=mw(t);if(e){var n=e.template._projectedViews;n&&(Qw(n,n.indexOf(t)),iw.dirtyParentQueries(t))}}}(t),t.renderer.destroyNode&&function r(t){for(var e=t.def.nodes.length,n=0;n<e;n++){var r=t.def.nodes[n];1&r.flags?t.renderer.destroyNode(tw(t,n).renderElement):2&r.flags?t.renderer.destroyNode(Jb(t,n).renderText):(67108864&r.flags||134217728&r.flags)&&rw(t,n).destroy()}}(t),bw(t)&&t.renderer.destroy(),t.state|=128}}function $x(t,e){var n=t.def;if(33554432&n.nodeFlags)for(var r=0;r<n.nodes.length;r++){var i=n.nodes[r];33554432&i.flags?Zx(tw(t,r).componentView,e):0==(33554432&i.childFlags)&&(r+=i.childCount)}}function Yx(t,e){var n=t.def;if(16777216&n.nodeFlags)for(var r=0;r<n.nodes.length;r++){var i=n.nodes[r];if(16777216&i.flags)for(var o=tw(t,r).viewContainer._embeddedViews,s=0;s<o.length;s++)Zx(o[s],e);else 0==(16777216&i.childFlags)&&(r+=i.childCount)}}function Zx(t,e){var n=t.state;switch(e){case xx.CheckNoChanges:0==(128&n)&&(12==(12&n)?qx(t):64&n&&Jx(t,xx.CheckNoChangesProjectedViews));break;case xx.CheckNoChangesProjectedViews:0==(128&n)&&(32&n?qx(t):64&n&&Jx(t,e));break;case xx.CheckAndUpdate:0==(128&n)&&(12==(12&n)?Kx(t):64&n&&Jx(t,xx.CheckAndUpdateProjectedViews));break;case xx.CheckAndUpdateProjectedViews:0==(128&n)&&(32&n?Kx(t):64&n&&Jx(t,e));break;case xx.Destroy:Xx(t);break;case xx.CreateViewNodes:Ux(t)}}function Jx(t,e){Yx(t,e),$x(t,e)}function tE(t,e,n,r){if(t.def.nodeFlags&e&&t.def.nodeFlags&n)for(var i=t.def.nodes.length,o=0;o<i;o++){var s=t.def.nodes[o];if(s.flags&e&&s.flags&n)switch(iw.setCurrentNode(t,s.nodeIndex),r){case 0:kx(t,s);break;case 1:Gx(t,s)}s.childFlags&e&&s.childFlags&n||(o+=s.childCount)}}
1318
+ */function _x(t,e,n,r){var i=xx(t.root,t.renderer,t,e,n);return Ex(i,t.component,r),Sx(i),i}function bx(t,e,n){var r=xx(t,t.renderer,null,null,e);return Ex(r,n,n),Sx(r),r}function wx(t,e,n,r){var i,o=e.element.componentRendererType;return i=o?t.root.rendererFactory.createRenderer(r,o):t.root.renderer,xx(t.root,i,t,e.element.componentProvider,n)}function xx(t,e,n,r,i){var o=new Array(i.nodes.length),s=i.outputCount?new Array(i.outputCount):null;return{def:i,parent:n,viewContainerParent:null,parentNodeDef:r,context:null,component:null,nodes:o,state:13,root:t,renderer:e,oldValues:new Array(i.bindingCount),disposables:s,initIndex:-1}}function Ex(t,e,n){t.component=e,t.context=n}function Sx(t){var e;nw(t)&&(e=jb(t.parent,t.parentNodeDef.parent.nodeIndex).renderElement);for(var n=t.def,r=t.nodes,i=0;i<n.nodes.length;i++){var o=n.nodes[i];Bb.setCurrentNode(t,i);var s=void 0;switch(201347067&o.flags){case 1:var a=vw(t,e,o),u=void 0;if(33554432&o.flags){var c=aw(o.element.componentView);u=Bb.createComponentView(t,o,c,a)}yw(t,u,o,a),s={renderElement:a,componentView:u,viewContainer:null,template:o.element.template?jw(t,o):void 0},16777216&o.flags&&(s.viewContainer=Mw(t,o,s));break;case 2:s=mx(t,e,o);break;case 512:case 1024:case 2048:case 256:(s=r[i])||4096&o.flags||(s={instance:Zw(t,o)});break;case 16:s={instance:Jw(t,o)};break;case 16384:(s=r[i])||(s={instance:tx(t,o)}),32768&o.flags&&Ex(jb(t,o.parent.nodeIndex).componentView,s.instance,s.instance);break;case 32:case 64:case 128:s={value:void 0};break;case 67108864:case 134217728:s=new Y_;break;case 8:yx(t,e,o),s=void 0}r[i]=s}Mx(t,ix.CreateViewNodes),jx(t,201326592,268435456,0)}function Cx(t){Ax(t),Bb.updateDirectives(t,1),Ix(t,ix.CheckNoChanges),Bb.updateRenderer(t,1),Mx(t,ix.CheckNoChanges),t.state&=-97}function Tx(t){1&t.state?(t.state&=-2,t.state|=2):t.state&=-3,Ib(t,0,256),Ax(t),Bb.updateDirectives(t,0),Ix(t,ix.CheckAndUpdate),jx(t,67108864,536870912,0);var e=Ib(t,256,512);cx(t,2097152|(e?1048576:0)),Bb.updateRenderer(t,0),Mx(t,ix.CheckAndUpdate),jx(t,134217728,536870912,0),cx(t,8388608|((e=Ib(t,512,768))?4194304:0)),2&t.def.flags&&(t.state&=-9),t.state&=-97,Ib(t,768,1024)}function Px(t,e,n,r,i,o,s,a,u,c,l,p,h){return 0===n?function d(t,e,n,r,i,o,s,a,u,c,l,p){switch(201347067&e.flags){case 1:return function h(t,e,n,r,i,o,s,a,u,c,l,p){var h=e.bindings.length,f=!1;return h>0&&gw(t,e,0,n)&&(f=!0),h>1&&gw(t,e,1,r)&&(f=!0),h>2&&gw(t,e,2,i)&&(f=!0),h>3&&gw(t,e,3,o)&&(f=!0),h>4&&gw(t,e,4,s)&&(f=!0),h>5&&gw(t,e,5,a)&&(f=!0),h>6&&gw(t,e,6,u)&&(f=!0),h>7&&gw(t,e,7,c)&&(f=!0),h>8&&gw(t,e,8,l)&&(f=!0),h>9&&gw(t,e,9,p)&&(f=!0),f}(t,e,n,r,i,o,s,a,u,c,l,p);case 2:return function f(t,e,n,r,i,o,s,a,u,c,l,p){var h=!1,f=e.bindings,d=f.length;if(d>0&&Gb(t,e,0,n)&&(h=!0),d>1&&Gb(t,e,1,r)&&(h=!0),d>2&&Gb(t,e,2,i)&&(h=!0),d>3&&Gb(t,e,3,o)&&(h=!0),d>4&&Gb(t,e,4,s)&&(h=!0),d>5&&Gb(t,e,5,a)&&(h=!0),d>6&&Gb(t,e,6,u)&&(h=!0),d>7&&Gb(t,e,7,c)&&(h=!0),d>8&&Gb(t,e,8,l)&&(h=!0),d>9&&Gb(t,e,9,p)&&(h=!0),h){var v=e.text.prefix;d>0&&(v+=gx(n,f[0])),d>1&&(v+=gx(r,f[1])),d>2&&(v+=gx(i,f[2])),d>3&&(v+=gx(o,f[3])),d>4&&(v+=gx(s,f[4])),d>5&&(v+=gx(a,f[5])),d>6&&(v+=gx(u,f[6])),d>7&&(v+=gx(c,f[7])),d>8&&(v+=gx(l,f[8])),d>9&&(v+=gx(p,f[9]));var y=Rb(t,e.nodeIndex).renderText;t.renderer.setValue(y,v)}return h}(t,e,n,r,i,o,s,a,u,c,l,p);case 16384:return function d(t,e,n,r,i,o,s,a,u,c,l,p){var h=Lb(t,e.nodeIndex),f=h.instance,d=!1,v=void 0,y=e.bindings.length;return y>0&&Qb(t,e,0,n)&&(d=!0,v=ux(t,h,e,0,n,v)),y>1&&Qb(t,e,1,r)&&(d=!0,v=ux(t,h,e,1,r,v)),y>2&&Qb(t,e,2,i)&&(d=!0,v=ux(t,h,e,2,i,v)),y>3&&Qb(t,e,3,o)&&(d=!0,v=ux(t,h,e,3,o,v)),y>4&&Qb(t,e,4,s)&&(d=!0,v=ux(t,h,e,4,s,v)),y>5&&Qb(t,e,5,a)&&(d=!0,v=ux(t,h,e,5,a,v)),y>6&&Qb(t,e,6,u)&&(d=!0,v=ux(t,h,e,6,u,v)),y>7&&Qb(t,e,7,c)&&(d=!0,v=ux(t,h,e,7,c,v)),y>8&&Qb(t,e,8,l)&&(d=!0,v=ux(t,h,e,8,l,v)),y>9&&Qb(t,e,9,p)&&(d=!0,v=ux(t,h,e,9,p,v)),v&&f.ngOnChanges(v),65536&e.flags&&Db(t,256,e.nodeIndex)&&f.ngOnInit(),262144&e.flags&&f.ngDoCheck(),d}(t,e,n,r,i,o,s,a,u,c,l,p);case 32:case 64:case 128:return function v(t,e,n,r,i,o,s,a,u,c,l,p){var h=e.bindings,f=!1,d=h.length;if(d>0&&Gb(t,e,0,n)&&(f=!0),d>1&&Gb(t,e,1,r)&&(f=!0),d>2&&Gb(t,e,2,i)&&(f=!0),d>3&&Gb(t,e,3,o)&&(f=!0),d>4&&Gb(t,e,4,s)&&(f=!0),d>5&&Gb(t,e,5,a)&&(f=!0),d>6&&Gb(t,e,6,u)&&(f=!0),d>7&&Gb(t,e,7,c)&&(f=!0),d>8&&Gb(t,e,8,l)&&(f=!0),d>9&&Gb(t,e,9,p)&&(f=!0),f){var v=Fb(t,e.nodeIndex),y=void 0;switch(201347067&e.flags){case 32:y=new Array(h.length),d>0&&(y[0]=n),d>1&&(y[1]=r),d>2&&(y[2]=i),d>3&&(y[3]=o),d>4&&(y[4]=s),d>5&&(y[5]=a),d>6&&(y[6]=u),d>7&&(y[7]=c),d>8&&(y[8]=l),d>9&&(y[9]=p);break;case 64:y={},d>0&&(y[h[0].name]=n),d>1&&(y[h[1].name]=r),d>2&&(y[h[2].name]=i),d>3&&(y[h[3].name]=o),d>4&&(y[h[4].name]=s),d>5&&(y[h[5].name]=a),d>6&&(y[h[6].name]=u),d>7&&(y[h[7].name]=c),d>8&&(y[h[8].name]=l),d>9&&(y[h[9].name]=p);break;case 128:var m=n;switch(d){case 1:y=m.transform(n);break;case 2:y=m.transform(r);break;case 3:y=m.transform(r,i);break;case 4:y=m.transform(r,i,o);break;case 5:y=m.transform(r,i,o,s);break;case 6:y=m.transform(r,i,o,s,a);break;case 7:y=m.transform(r,i,o,s,a,u);break;case 8:y=m.transform(r,i,o,s,a,u,c);break;case 9:y=m.transform(r,i,o,s,a,u,c,l);break;case 10:y=m.transform(r,i,o,s,a,u,c,l,p)}}v.value=y}return f}(t,e,n,r,i,o,s,a,u,c,l,p);default:throw"unreachable"}}(t,e,r,i,o,s,a,u,c,l,p,h):function v(t,e,n){switch(201347067&e.flags){case 1:return function r(t,e,n){for(var r=!1,i=0;i<n.length;i++)gw(t,e,i,n[i])&&(r=!0);return r}(t,e,n);case 2:return function i(t,e,n){for(var r=e.bindings,i=!1,o=0;o<n.length;o++)Gb(t,e,o,n[o])&&(i=!0);if(i){var s="";for(o=0;o<n.length;o++)s+=gx(n[o],r[o]);s=e.text.prefix+s;var a=Rb(t,e.nodeIndex).renderText;t.renderer.setValue(a,s)}return i}(t,e,n);case 16384:return function o(t,e,n){for(var r=Lb(t,e.nodeIndex),i=r.instance,o=!1,s=void 0,a=0;a<n.length;a++)Qb(t,e,a,n[a])&&(o=!0,s=ux(t,r,e,a,n[a],s));return s&&i.ngOnChanges(s),65536&e.flags&&Db(t,256,e.nodeIndex)&&i.ngOnInit(),262144&e.flags&&i.ngDoCheck(),o}(t,e,n);case 32:case 64:case 128:return function s(t,e,n){for(var r=e.bindings,i=!1,o=0;o<n.length;o++)Gb(t,e,o,n[o])&&(i=!0);if(i){var s=Fb(t,e.nodeIndex),a=void 0;switch(201347067&e.flags){case 32:a=n;break;case 64:for(a={},o=0;o<n.length;o++)a[r[o].name]=n[o];break;case 128:var u=n[0],c=n.slice(1);a=u.transform.apply(u,f(c))}s.value=a}return i}(t,e,n);default:throw"unreachable"}}(t,e,r)}function Ax(t){var e=t.def;if(4&e.nodeFlags)for(var n=0;n<e.nodes.length;n++){var r=e.nodes[n];if(4&r.flags){var i=jb(t,n).template._projectedViews;if(i)for(var o=0;o<i.length;o++){var s=i[o];s.state|=32,Yb(s,t)}}else 0==(4&r.childFlags)&&(n+=r.childCount)}}function Nx(t,e,n,r,i,o,s,a,u,c,l,p,h){return 0===n?function f(t,e,n,r,i,o,s,a,u,c,l,p){var h=e.bindings.length;h>0&&Xb(t,e,0,n),h>1&&Xb(t,e,1,r),h>2&&Xb(t,e,2,i),h>3&&Xb(t,e,3,o),h>4&&Xb(t,e,4,s),h>5&&Xb(t,e,5,a),h>6&&Xb(t,e,6,u),h>7&&Xb(t,e,7,c),h>8&&Xb(t,e,8,l),h>9&&Xb(t,e,9,p)}(t,e,r,i,o,s,a,u,c,l,p,h):function d(t,e,n){for(var r=0;r<n.length;r++)Xb(t,e,r,n[r])}(t,e,r),!1}function kx(t,e){if(Vb(t,e.nodeIndex).dirty)throw Hb(Bb.createDebugContext(t,e.nodeIndex),"Query "+e.query.id+" not dirty","Query "+e.query.id+" dirty",0!=(1&t.state))}function Ox(t){if(!(128&t.state)){if(Ix(t,ix.Destroy),Mx(t,ix.Destroy),cx(t,131072),t.disposables)for(var e=0;e<t.disposables.length;e++)t.disposables[e]();!function n(t){if(16&t.state){var e=Jb(t);if(e){var n=e.template._projectedViews;n&&(Nw(n,n.indexOf(t)),Bb.dirtyParentQueries(t))}}}(t),t.renderer.destroyNode&&function r(t){for(var e=t.def.nodes.length,n=0;n<e;n++){var r=t.def.nodes[n];1&r.flags?t.renderer.destroyNode(jb(t,n).renderElement):2&r.flags?t.renderer.destroyNode(Rb(t,n).renderText):(67108864&r.flags||134217728&r.flags)&&Vb(t,n).destroy()}}(t),nw(t)&&t.renderer.destroy(),t.state|=128}}function Mx(t,e){var n=t.def;if(33554432&n.nodeFlags)for(var r=0;r<n.nodes.length;r++){var i=n.nodes[r];33554432&i.flags?Dx(jb(t,r).componentView,e):0==(33554432&i.childFlags)&&(r+=i.childCount)}}function Ix(t,e){var n=t.def;if(16777216&n.nodeFlags)for(var r=0;r<n.nodes.length;r++){var i=n.nodes[r];if(16777216&i.flags)for(var o=jb(t,r).viewContainer._embeddedViews,s=0;s<o.length;s++)Dx(o[s],e);else 0==(16777216&i.childFlags)&&(r+=i.childCount)}}function Dx(t,e){var n=t.state;switch(e){case ix.CheckNoChanges:0==(128&n)&&(12==(12&n)?Cx(t):64&n&&Rx(t,ix.CheckNoChangesProjectedViews));break;case ix.CheckNoChangesProjectedViews:0==(128&n)&&(32&n?Cx(t):64&n&&Rx(t,e));break;case ix.CheckAndUpdate:0==(128&n)&&(12==(12&n)?Tx(t):64&n&&Rx(t,ix.CheckAndUpdateProjectedViews));break;case ix.CheckAndUpdateProjectedViews:0==(128&n)&&(32&n?Tx(t):64&n&&Rx(t,e));break;case ix.Destroy:Ox(t);break;case ix.CreateViewNodes:Sx(t)}}function Rx(t,e){Ix(t,e),Mx(t,e)}function jx(t,e,n,r){if(t.def.nodeFlags&e&&t.def.nodeFlags&n)for(var i=t.def.nodes.length,o=0;o<i;o++){var s=t.def.nodes[o];if(s.flags&e&&s.flags&n)switch(Bb.setCurrentNode(t,s.nodeIndex),r){case 0:fx(t,s);break;case 1:kx(t,s)}s.childFlags&e&&s.childFlags&n||(o+=s.childCount)}}
1313
1319
  /**
1314
1320
  * @license
1315
1321
  * Copyright Google Inc. All Rights Reserved.
1316
1322
  *
1317
1323
  * Use of this source code is governed by an MIT-style license that can be
1318
1324
  * found in the LICENSE file at https://angular.io/license
1319
- */!function(t){t[t.CreateViewNodes=0]="CreateViewNodes",t[t.CheckNoChanges=1]="CheckNoChanges",t[t.CheckNoChangesProjectedViews=2]="CheckNoChangesProjectedViews",t[t.CheckAndUpdate=3]="CheckAndUpdate",t[t.CheckAndUpdateProjectedViews=4]="CheckAndUpdateProjectedViews",t[t.Destroy=5]="Destroy"}(xx||(xx={}));var eE=!1;function nE(t,e,n,r,i,o){return Fx(iE(t,i,i.injector.get(hd),e,n),r,o)}function rE(t,e,n,r,i,o){var s=i.injector.get(hd),a=iE(t,i,new FE(s),e,n),u=gE(r);return jE(uE.create,Fx,null,[a,u,o])}function iE(t,e,n,r,i){var o=e.injector.get(xm),s=e.injector.get(Xm);return{ngModule:e,injector:t,projectableNodes:r,selectorOrNode:i,sanitizer:o,rendererFactory:n,renderer:n.createRenderer(null,null),errorHandler:s}}function oE(t,e,n,r){var i=gE(n);return jE(uE.create,Lx,null,[t,e,i,r])}function sE(t,e,n,r){return n=dE.get(e.element.componentProvider.provider.token)||gE(n),jE(uE.create,Vx,null,[t,e,n,r])}function aE(t,e,n,r){return sx(t,e,n,function i(t){var e=function n(t){var e=!1,n=!1;return 0===hE.size?{hasOverrides:e,hasDeprecatedOverrides:n}:(t.providers.forEach(function(t){var r=hE.get(t.token);3840&t.flags&&r&&(e=!0,n=n||r.deprecatedBehavior)}),t.modules.forEach(function(t){fE.forEach(function(r,i){Ul(i).providedIn===t&&(e=!0,n=n||r.deprecatedBehavior)})}),{hasOverrides:e,hasDeprecatedOverrides:n})}(t),r=e.hasDeprecatedOverrides;return e.hasOverrides?(function i(t){for(var e=0;e<t.providers.length;e++){var n=t.providers[e];r&&(n.flags|=4096);var i=hE.get(n.token);i&&(n.flags=-3841&n.flags|i.flags,n.deps=xw(i.deps),n.value=i.value)}if(fE.size>0){var o=new Set(t.modules);fE.forEach(function(e,n){if(o.has(Ul(n).providedIn)){var i={token:n,flags:e.flags|(r?4096:0),deps:xw(e.deps),value:e.value,index:t.providers.length};t.providers.push(i),t.providersByKey[lw(n)]=i}})}}(t=t.factory(function(){return uw})),t):t}(r))}var uE,cE,lE,pE,hE=new Map,fE=new Map,dE=new Map;function vE(t){var e;hE.set(t.token,t),"function"==typeof t.token&&(e=Ul(t.token))&&"function"==typeof e.providedIn&&fE.set(t.token,t)}function yE(t,e){var n=Cw(Cw(function r(t){return t.viewDefFactory}(e)).nodes[0].element.componentView);dE.set(t,n)}function mE(){hE.clear(),fE.clear(),dE.clear()}function gE(t){if(0===hE.size)return t;var e=function n(t){for(var e=[],n=null,r=0;r<t.nodes.length;r++){var i=t.nodes[r];1&i.flags&&(n=i),n&&3840&i.flags&&hE.has(i.provider.token)&&(e.push(n.nodeIndex),n=null)}return e}(t);if(0===e.length)return t;t=t.factory(function(){return uw});for(var r=0;r<e.length;r++)i(t,e[r]);return t;function i(t,e){for(var n=e+1;n<t.nodes.length;n++){var r=t.nodes[n];if(1&r.flags)return;if(3840&r.flags){var i=r.provider,o=hE.get(i.token);o&&(r.flags=-3841&r.flags|o.flags,i.deps=xw(o.deps),i.value=o.value)}}}}function _E(t,e,n,r,i,o,s,a,u,c,l,p,h){var f=t.def.nodes[e];return zx(t,f,n,r,i,o,s,a,u,c,l,p,h),224&f.flags?nw(t,e).value:void 0}function bE(t,e,n,r,i,o,s,a,u,c,l,p,h){var f=t.def.nodes[e];return Qx(t,f,n,r,i,o,s,a,u,c,l,p,h),224&f.flags?nw(t,e).value:void 0}function wE(t){return jE(uE.detectChanges,Kx,null,[t])}function xE(t){return jE(uE.checkNoChanges,qx,null,[t])}function EE(t){return jE(uE.destroy,Xx,null,[t])}function SE(t,e){lE=t,pE=e}function CE(t,e,n,r){return SE(t,e),jE(uE.handleEvent,t.def.handleEvent,null,[t,e,n,r])}function TE(t,e){if(128&t.state)throw aw(uE[cE]);return SE(t,ME(t,0)),t.def.updateDirectives(function n(t,r,i){for(var o=[],s=3;s<arguments.length;s++)o[s-3]=arguments[s];var a=t.def.nodes[r];return 0===e?AE(t,a,i,o):NE(t,a,i,o),16384&a.flags&&SE(t,ME(t,r)),224&a.flags?nw(t,a.nodeIndex).value:void 0},t)}function PE(t,e){if(128&t.state)throw aw(uE[cE]);return SE(t,IE(t,0)),t.def.updateRenderer(function n(t,r,i){for(var o=[],s=3;s<arguments.length;s++)o[s-3]=arguments[s];var a=t.def.nodes[r];return 0===e?AE(t,a,i,o):NE(t,a,i,o),3&a.flags&&SE(t,IE(t,r)),224&a.flags?nw(t,a.nodeIndex).value:void 0},t)}function AE(t,e,n,r){if(zx.apply(void 0,f([t,e,n],r))){var i=1===n?r[0]:r;if(16384&e.flags){for(var o={},s=0;s<e.bindings.length;s++){var a=e.bindings[s],u=i[s];8&a.flags&&(o[(d=a.nonMinifiedName,"ng-reflect-"+(d=function c(t){return t.replace(OE,function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return"-"+t[1].toLowerCase()})}(d.replace(/[$@]/g,"_"))))]=kE(u))}var l=e.parent,p=tw(t,l.nodeIndex).renderElement;if(l.element.name)for(var h in o)null!=(u=o[h])?t.renderer.setAttribute(p,h,u):t.renderer.removeAttribute(p,h);else t.renderer.setValue(p,"bindings="+JSON.stringify(o,null,2))}}var d}function NE(t,e,n,r){Qx.apply(void 0,f([t,e,n],r))}!function(t){t[t.create=0]="create",t[t.detectChanges=1]="detectChanges",t[t.checkNoChanges=2]="checkNoChanges",t[t.destroy=3]="destroy",t[t.handleEvent=4]="handleEvent"}(uE||(uE={}));var OE=/([A-Z])/g;function kE(t){try{return null!=t?t.toString().slice(0,30):t}catch(t){return"[ERROR] Exception while trying to serialize the value"}}function ME(t,e){for(var n=e;n<t.def.nodes.length;n++){var r=t.def.nodes[n];if(16384&r.flags&&r.bindings&&r.bindings.length)return n}return null}function IE(t,e){for(var n=e;n<t.def.nodes.length;n++){var r=t.def.nodes[n];if(3&r.flags&&r.bindings&&r.bindings.length)return n}return null}var RE=function(){function t(t,e){this.view=t,this.nodeIndex=e,null==e&&(this.nodeIndex=e=0),this.nodeDef=t.def.nodes[e];for(var n=this.nodeDef,r=t;n&&0==(1&n.flags);)n=n.parent;if(!n)for(;!n&&r;)n=gw(r),r=r.parent;this.elDef=n,this.elView=r}return Object.defineProperty(t.prototype,"elOrCompView",{get:function(){return tw(this.elView,this.elDef.nodeIndex).componentView||this.view},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return nx(this.elView,this.elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"component",{get:function(){return this.elOrCompView.component},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return this.elOrCompView.context},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"providerTokens",{get:function(){var t=[];if(this.elDef)for(var e=this.elDef.nodeIndex+1;e<=this.elDef.nodeIndex+this.elDef.childCount;e++){var n=this.elView.def.nodes[e];20224&n.flags&&t.push(n.provider.token),e+=n.childCount}return t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"references",{get:function(){var t={};if(this.elDef){DE(this.elView,this.elDef,t);for(var e=this.elDef.nodeIndex+1;e<=this.elDef.nodeIndex+this.elDef.childCount;e++){var n=this.elView.def.nodes[e];20224&n.flags&&DE(this.elView,n,t),e+=n.childCount}}return t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentRenderElement",{get:function(){var t=function e(t){for(;t&&!bw(t);)t=t.parent;return t.parent?tw(t.parent,gw(t).nodeIndex):null}(this.elOrCompView);return t?t.renderElement:void 0},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"renderNode",{get:function(){return 2&this.nodeDef.flags?_w(this.view,this.nodeDef):_w(this.elView,this.elDef)},enumerable:!0,configurable:!0}),t.prototype.logError=function(t){for(var e,n,r=[],i=1;i<arguments.length;i++)r[i-1]=arguments[i];2&this.nodeDef.flags?(e=this.view.def,n=this.nodeDef.nodeIndex):(e=this.elView.def,n=this.elDef.nodeIndex);var o=function s(t,e){for(var n=-1,r=0;r<=e;r++)3&t.nodes[r].flags&&n++;return n}(e,n),a=-1;e.factory(function(){var e;return++a===o?(e=t.error).bind.apply(e,f([t],r)):uw}),a<o&&(t.error("Illegal state: the ViewDefinitionFactory did not call the logger!"),t.error.apply(t,f(r)))},t}();function DE(t,e,n){for(var r in e.references)n[r]=Ix(t,e,e.references[r])}function jE(t,e,n,r){var i=cE,o=lE,s=pE;try{cE=t;var a=e.apply(n,r);return lE=o,pE=s,cE=i,a}catch(t){if(function u(t){return!!Wm(t)}(t)||!lE)throw t;throw function c(t,e){return t instanceof Error||(t=new Error(t.toString())),sw(t,e),t}(t,LE())}}function LE(){return lE?new RE(lE,pE):null}var FE=function(){function t(t){this.delegate=t}return t.prototype.createRenderer=function(t,e){return new VE(this.delegate.createRenderer(t,e))},t.prototype.begin=function(){this.delegate.begin&&this.delegate.begin()},t.prototype.end=function(){this.delegate.end&&this.delegate.end()},t.prototype.whenRenderingDone=function(){return this.delegate.whenRenderingDone?this.delegate.whenRenderingDone():Promise.resolve(null)},t}(),VE=function(){function t(t){this.delegate=t,this.debugContextFactory=LE,this.data=this.delegate.data}return Object.defineProperty(t.prototype,"debugContext",{get:function(){return this.debugContextFactory()},enumerable:!0,configurable:!0}),t.prototype.destroyNode=function(t){!function e(t){Tb.delete(t.nativeNode)}(Pb(t)),this.delegate.destroyNode&&this.delegate.destroyNode(t)},t.prototype.destroy=function(){this.delegate.destroy()},t.prototype.createElement=function(t,e){var n=this.delegate.createElement(t,e),r=this.debugContext;if(r){var i=new Eb(n,null,r);i.name=t,Ab(i)}return n},t.prototype.createComment=function(t){var e=this.delegate.createComment(t),n=this.debugContext;return n&&Ab(new xb(e,null,n)),e},t.prototype.createText=function(t){var e=this.delegate.createText(t),n=this.debugContext;return n&&Ab(new xb(e,null,n)),e},t.prototype.appendChild=function(t,e){var n=Pb(t),r=Pb(e);n&&r&&n instanceof Eb&&n.addChild(r),this.delegate.appendChild(t,e)},t.prototype.insertBefore=function(t,e,n){var r=Pb(t),i=Pb(e),o=Pb(n);r&&i&&r instanceof Eb&&r.insertBefore(o,i),this.delegate.insertBefore(t,e,n)},t.prototype.removeChild=function(t,e){var n=Pb(t),r=Pb(e);n&&r&&n instanceof Eb&&n.removeChild(r),this.delegate.removeChild(t,e)},t.prototype.selectRootElement=function(t,e){var n=this.delegate.selectRootElement(t,e),r=LE();return r&&Ab(new Eb(n,null,r)),n},t.prototype.setAttribute=function(t,e,n,r){var i=Pb(t);i&&i instanceof Eb&&(i.attributes[r?r+":"+e:e]=n),this.delegate.setAttribute(t,e,n,r)},t.prototype.removeAttribute=function(t,e,n){var r=Pb(t);r&&r instanceof Eb&&(r.attributes[n?n+":"+e:e]=null),this.delegate.removeAttribute(t,e,n)},t.prototype.addClass=function(t,e){var n=Pb(t);n&&n instanceof Eb&&(n.classes[e]=!0),this.delegate.addClass(t,e)},t.prototype.removeClass=function(t,e){var n=Pb(t);n&&n instanceof Eb&&(n.classes[e]=!1),this.delegate.removeClass(t,e)},t.prototype.setStyle=function(t,e,n,r){var i=Pb(t);i&&i instanceof Eb&&(i.styles[e]=n),this.delegate.setStyle(t,e,n,r)},t.prototype.removeStyle=function(t,e,n){var r=Pb(t);r&&r instanceof Eb&&(r.styles[e]=null),this.delegate.removeStyle(t,e,n)},t.prototype.setProperty=function(t,e,n){var r=Pb(t);r&&r instanceof Eb&&(r.properties[e]=n),this.delegate.setProperty(t,e,n)},t.prototype.listen=function(t,e,n){if("string"!=typeof t){var r=Pb(t);r&&r.listeners.push(new wb(e,n))}return this.delegate.listen(t,e,n)},t.prototype.parentNode=function(t){return this.delegate.parentNode(t)},t.prototype.nextSibling=function(t){return this.delegate.nextSibling(t)},t.prototype.setValue=function(t,e){return this.delegate.setValue(t,e)},t}();(function(t){function e(e,n,r){var i=t.call(this)||this;return i.moduleType=e,i._bootstrapComponents=n,i._ngModuleDefFactory=r,i}o(e,t),e.prototype.create=function(t){!function e(){if(!eE){eE=!0;var t=dm()?function e(){return{setCurrentNode:SE,createRootView:rE,createEmbeddedView:oE,createComponentView:sE,createNgModuleRef:aE,overrideProvider:vE,overrideComponentView:yE,clearOverrides:mE,checkAndUpdateView:wE,checkNoChangesView:xE,destroyView:EE,createDebugContext:function(t,e){return new RE(t,e)},handleEvent:CE,updateDirectives:TE,updateRenderer:PE}}():function n(){return{setCurrentNode:function(){},createRootView:nE,createEmbeddedView:Lx,createComponentView:Vx,createNgModuleRef:sx,overrideProvider:uw,overrideComponentView:uw,clearOverrides:uw,checkAndUpdateView:Kx,checkNoChangesView:qx,destroyView:Xx,createDebugContext:function(t,e){return new RE(t,e)},handleEvent:function(t,e,n,r){return t.def.handleEvent(t,e,n,r)},updateDirectives:function(t,e){return t.def.updateDirectives(0===e?_E:bE,t)},updateRenderer:function(t,e){return t.def.updateRenderer(0===e?_E:bE,t)}}}();iw.setCurrentNode=t.setCurrentNode,iw.createRootView=t.createRootView,iw.createEmbeddedView=t.createEmbeddedView,iw.createComponentView=t.createComponentView,iw.createNgModuleRef=t.createNgModuleRef,iw.overrideProvider=t.overrideProvider,iw.overrideComponentView=t.overrideComponentView,iw.clearOverrides=t.clearOverrides,iw.checkAndUpdateView=t.checkAndUpdateView,iw.checkNoChangesView=t.checkNoChangesView,iw.destroyView=t.destroyView,iw.resolveDep=Sx,iw.createDebugContext=t.createDebugContext,iw.handleEvent=t.handleEvent,iw.updateDirectives=t.updateDirectives,iw.updateRenderer=t.updateRenderer,iw.dirtyParentQueries=Ox}}();var n=
1325
+ */!function(t){t[t.CreateViewNodes=0]="CreateViewNodes",t[t.CheckNoChanges=1]="CheckNoChanges",t[t.CheckNoChangesProjectedViews=2]="CheckNoChangesProjectedViews",t[t.CheckAndUpdate=3]="CheckAndUpdate",t[t.CheckAndUpdateProjectedViews=4]="CheckAndUpdateProjectedViews",t[t.Destroy=5]="Destroy"}(ix||(ix={}));var Lx=!1;function Fx(t,e,n,r,i,o){return bx(Bx(t,i,i.injector.get(_d),e,n),r,o)}function Vx(t,e,n,r,i,o){var s=i.injector.get(_d),a=Bx(t,i,new bE(s),e,n),u=tE(r);return gE(Kx.create,bx,null,[a,u,o])}function Bx(t,e,n,r,i){var o=e.injector.get(cm),s=e.injector.get(Am);return{ngModule:e,injector:t,projectableNodes:r,selectorOrNode:i,sanitizer:o,rendererFactory:n,renderer:n.createRenderer(null,null),errorHandler:s}}function Hx(t,e,n,r){var i=tE(n);return gE(Kx.create,_x,null,[t,e,i,r])}function Ux(t,e,n,r){return n=$x.get(e.element.componentProvider.provider.token)||tE(n),gE(Kx.create,wx,null,[t,e,n,r])}function qx(t,e,n,r){return Uw(t,e,n,function i(t){var e=function n(t){var e=!1,n=!1;return 0===Gx.size?{hasOverrides:e,hasDeprecatedOverrides:n}:(t.providers.forEach(function(t){var r=Gx.get(t.token);3840&t.flags&&r&&(e=!0,n=n||r.deprecatedBehavior)}),t.modules.forEach(function(t){Xx.forEach(function(r,i){Kl(i).providedIn===t&&(e=!0,n=n||r.deprecatedBehavior)})}),{hasOverrides:e,hasDeprecatedOverrides:n})}(t),r=e.hasDeprecatedOverrides;return e.hasOverrides?(function i(t){for(var e=0;e<t.providers.length;e++){var n=t.providers[e];r&&(n.flags|=4096);var i=Gx.get(n.token);i&&(n.flags=-3841&n.flags|i.flags,n.deps=iw(i.deps),n.value=i.value)}if(Xx.size>0){var o=new Set(t.modules);Xx.forEach(function(e,n){if(o.has(Kl(n).providedIn)){var i={token:n,flags:e.flags|(r?4096:0),deps:iw(e.deps),value:e.value,index:t.providers.length};t.providers.push(i),t.providersByKey[Wb(n)]=i}})}}(t=t.factory(function(){return Kb})),t):t}(r))}var Kx,zx,Wx,Qx,Gx=new Map,Xx=new Map,$x=new Map;function Yx(t){var e;Gx.set(t.token,t),"function"==typeof t.token&&(e=Kl(t.token))&&"function"==typeof e.providedIn&&Xx.set(t.token,t)}function Zx(t,e){var n=aw(aw(function r(t){return t.viewDefFactory}(e)).nodes[0].element.componentView);$x.set(t,n)}function Jx(){Gx.clear(),Xx.clear(),$x.clear()}function tE(t){if(0===Gx.size)return t;var e=function n(t){for(var e=[],n=null,r=0;r<t.nodes.length;r++){var i=t.nodes[r];1&i.flags&&(n=i),n&&3840&i.flags&&Gx.has(i.provider.token)&&(e.push(n.nodeIndex),n=null)}return e}(t);if(0===e.length)return t;t=t.factory(function(){return Kb});for(var r=0;r<e.length;r++)i(t,e[r]);return t;function i(t,e){for(var n=e+1;n<t.nodes.length;n++){var r=t.nodes[n];if(1&r.flags)return;if(3840&r.flags){var i=r.provider,o=Gx.get(i.token);o&&(r.flags=-3841&r.flags|o.flags,i.deps=iw(o.deps),i.value=o.value)}}}}function eE(t,e,n,r,i,o,s,a,u,c,l,p,h){var f=t.def.nodes[e];return Px(t,f,n,r,i,o,s,a,u,c,l,p,h),224&f.flags?Fb(t,e).value:void 0}function nE(t,e,n,r,i,o,s,a,u,c,l,p,h){var f=t.def.nodes[e];return Nx(t,f,n,r,i,o,s,a,u,c,l,p,h),224&f.flags?Fb(t,e).value:void 0}function rE(t){return gE(Kx.detectChanges,Tx,null,[t])}function iE(t){return gE(Kx.checkNoChanges,Cx,null,[t])}function oE(t){return gE(Kx.destroy,Ox,null,[t])}function sE(t,e){Wx=t,Qx=e}function aE(t,e,n,r){return sE(t,e),gE(Kx.handleEvent,t.def.handleEvent,null,[t,e,n,r])}function uE(t,e){if(128&t.state)throw qb(Kx[zx]);return sE(t,dE(t,0)),t.def.updateDirectives(function n(t,r,i){for(var o=[],s=3;s<arguments.length;s++)o[s-3]=arguments[s];var a=t.def.nodes[r];return 0===e?lE(t,a,i,o):pE(t,a,i,o),16384&a.flags&&sE(t,dE(t,r)),224&a.flags?Fb(t,a.nodeIndex).value:void 0},t)}function cE(t,e){if(128&t.state)throw qb(Kx[zx]);return sE(t,vE(t,0)),t.def.updateRenderer(function n(t,r,i){for(var o=[],s=3;s<arguments.length;s++)o[s-3]=arguments[s];var a=t.def.nodes[r];return 0===e?lE(t,a,i,o):pE(t,a,i,o),3&a.flags&&sE(t,vE(t,r)),224&a.flags?Fb(t,a.nodeIndex).value:void 0},t)}function lE(t,e,n,r){if(Px.apply(void 0,f([t,e,n],r))){var i=1===n?r[0]:r;if(16384&e.flags){for(var o={},s=0;s<e.bindings.length;s++){var a=e.bindings[s],u=i[s];8&a.flags&&(o[(d=a.nonMinifiedName,"ng-reflect-"+(d=function c(t){return t.replace(hE,function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return"-"+t[1].toLowerCase()})}(d.replace(/[$@]/g,"_"))))]=fE(u))}var l=e.parent,p=jb(t,l.nodeIndex).renderElement;if(l.element.name)for(var h in o)null!=(u=o[h])?t.renderer.setAttribute(p,h,u):t.renderer.removeAttribute(p,h);else t.renderer.setValue(p,"bindings="+JSON.stringify(o,null,2))}}var d}function pE(t,e,n,r){Nx.apply(void 0,f([t,e,n],r))}!function(t){t[t.create=0]="create",t[t.detectChanges=1]="detectChanges",t[t.checkNoChanges=2]="checkNoChanges",t[t.destroy=3]="destroy",t[t.handleEvent=4]="handleEvent"}(Kx||(Kx={}));var hE=/([A-Z])/g;function fE(t){try{return null!=t?t.toString().slice(0,30):t}catch(t){return"[ERROR] Exception while trying to serialize the value"}}function dE(t,e){for(var n=e;n<t.def.nodes.length;n++){var r=t.def.nodes[n];if(16384&r.flags&&r.bindings&&r.bindings.length)return n}return null}function vE(t,e){for(var n=e;n<t.def.nodes.length;n++){var r=t.def.nodes[n];if(3&r.flags&&r.bindings&&r.bindings.length)return n}return null}var yE=function(){function t(t,e){this.view=t,this.nodeIndex=e,null==e&&(this.nodeIndex=e=0),this.nodeDef=t.def.nodes[e];for(var n=this.nodeDef,r=t;n&&0==(1&n.flags);)n=n.parent;if(!n)for(;!n&&r;)n=tw(r),r=r.parent;this.elDef=n,this.elView=r}return Object.defineProperty(t.prototype,"elOrCompView",{get:function(){return jb(this.elView,this.elDef.nodeIndex).componentView||this.view},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return Fw(this.elView,this.elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"component",{get:function(){return this.elOrCompView.component},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return this.elOrCompView.context},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"providerTokens",{get:function(){var t=[];if(this.elDef)for(var e=this.elDef.nodeIndex+1;e<=this.elDef.nodeIndex+this.elDef.childCount;e++){var n=this.elView.def.nodes[e];20224&n.flags&&t.push(n.provider.token),e+=n.childCount}return t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"references",{get:function(){var t={};if(this.elDef){mE(this.elView,this.elDef,t);for(var e=this.elDef.nodeIndex+1;e<=this.elDef.nodeIndex+this.elDef.childCount;e++){var n=this.elView.def.nodes[e];20224&n.flags&&mE(this.elView,n,t),e+=n.childCount}}return t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentRenderElement",{get:function(){var t=function e(t){for(;t&&!nw(t);)t=t.parent;return t.parent?jb(t.parent,tw(t).nodeIndex):null}(this.elOrCompView);return t?t.renderElement:void 0},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"renderNode",{get:function(){return 2&this.nodeDef.flags?ew(this.view,this.nodeDef):ew(this.elView,this.elDef)},enumerable:!0,configurable:!0}),t.prototype.logError=function(t){for(var e,n,r=[],i=1;i<arguments.length;i++)r[i-1]=arguments[i];2&this.nodeDef.flags?(e=this.view.def,n=this.nodeDef.nodeIndex):(e=this.elView.def,n=this.elDef.nodeIndex);var o=function s(t,e){for(var n=-1,r=0;r<=e;r++)3&t.nodes[r].flags&&n++;return n}(e,n),a=-1;e.factory(function(){var e;return++a===o?(e=t.error).bind.apply(e,f([t],r)):Kb}),a<o&&(t.error("Illegal state: the ViewDefinitionFactory did not call the logger!"),t.error.apply(t,f(r)))},t}();function mE(t,e,n){for(var r in e.references)n[r]=vx(t,e,e.references[r])}function gE(t,e,n,r){var i=zx,o=Wx,s=Qx;try{zx=t;var a=e.apply(n,r);return Wx=o,Qx=s,zx=i,a}catch(t){if(function u(t){return!!Cm(t)}(t)||!Wx)throw t;throw function c(t,e){return t instanceof Error||(t=new Error(t.toString())),Ub(t,e),t}(t,_E())}}function _E(){return Wx?new yE(Wx,Qx):null}var bE=function(){function t(t){this.delegate=t}return t.prototype.createRenderer=function(t,e){return new wE(this.delegate.createRenderer(t,e))},t.prototype.begin=function(){this.delegate.begin&&this.delegate.begin()},t.prototype.end=function(){this.delegate.end&&this.delegate.end()},t.prototype.whenRenderingDone=function(){return this.delegate.whenRenderingDone?this.delegate.whenRenderingDone():Promise.resolve(null)},t}(),wE=function(){function t(t){this.delegate=t,this.debugContextFactory=_E,this.data=this.delegate.data}return t.prototype.createDebugContext=function(t){return this.debugContextFactory(t)},t.prototype.destroyNode=function(t){!function e(t){ub.delete(t.nativeNode)}(cb(t)),this.delegate.destroyNode&&this.delegate.destroyNode(t)},t.prototype.destroy=function(){this.delegate.destroy()},t.prototype.createElement=function(t,e){var n=this.delegate.createElement(t,e),r=this.createDebugContext(n);if(r){var i=new ob(n,null,r);i.name=t,lb(i)}return n},t.prototype.createComment=function(t){var e=this.delegate.createComment(t),n=this.createDebugContext(e);return n&&lb(new ib(e,null,n)),e},t.prototype.createText=function(t){var e=this.delegate.createText(t),n=this.createDebugContext(e);return n&&lb(new ib(e,null,n)),e},t.prototype.appendChild=function(t,e){var n=cb(t),r=cb(e);n&&r&&n instanceof ob&&n.addChild(r),this.delegate.appendChild(t,e)},t.prototype.insertBefore=function(t,e,n){var r=cb(t),i=cb(e),o=cb(n);r&&i&&r instanceof ob&&r.insertBefore(o,i),this.delegate.insertBefore(t,e,n)},t.prototype.removeChild=function(t,e){var n=cb(t),r=cb(e);n&&r&&n instanceof ob&&n.removeChild(r),this.delegate.removeChild(t,e)},t.prototype.selectRootElement=function(t,e){var n=this.delegate.selectRootElement(t,e),r=_E()||null;return r&&lb(new ob(n,null,r)),n},t.prototype.setAttribute=function(t,e,n,r){var i=cb(t);i&&i instanceof ob&&(i.attributes[r?r+":"+e:e]=n),this.delegate.setAttribute(t,e,n,r)},t.prototype.removeAttribute=function(t,e,n){var r=cb(t);r&&r instanceof ob&&(r.attributes[n?n+":"+e:e]=null),this.delegate.removeAttribute(t,e,n)},t.prototype.addClass=function(t,e){var n=cb(t);n&&n instanceof ob&&(n.classes[e]=!0),this.delegate.addClass(t,e)},t.prototype.removeClass=function(t,e){var n=cb(t);n&&n instanceof ob&&(n.classes[e]=!1),this.delegate.removeClass(t,e)},t.prototype.setStyle=function(t,e,n,r){var i=cb(t);i&&i instanceof ob&&(i.styles[e]=n),this.delegate.setStyle(t,e,n,r)},t.prototype.removeStyle=function(t,e,n){var r=cb(t);r&&r instanceof ob&&(r.styles[e]=null),this.delegate.removeStyle(t,e,n)},t.prototype.setProperty=function(t,e,n){var r=cb(t);r&&r instanceof ob&&(r.properties[e]=n),this.delegate.setProperty(t,e,n)},t.prototype.listen=function(t,e,n){if("string"!=typeof t){var r=cb(t);r&&r.listeners.push(new rb(e,n))}return this.delegate.listen(t,e,n)},t.prototype.parentNode=function(t){return this.delegate.parentNode(t)},t.prototype.nextSibling=function(t){return this.delegate.nextSibling(t)},t.prototype.setValue=function(t,e){return this.delegate.setValue(t,e)},t}();function xE(t){var e=function n(t){var e=Eh(t);if(e){if(Array.isArray(e)){var n=e,r=void 0,i=void 0,o=void 0;if(function s(t){return t&&t.constructor&&t.constructor.ngComponentDef}(t)){if(-1==(r=Nh(n,t)))throw new Error("The provided component was not found in the application");i=t}else if(function a(t){return t&&t.constructor&&t.constructor.ngDirectiveDef}(t)){if(-1==(r=function u(t,e){for(var n=t[Yp].firstChild;n;){for(var r=kh(n),i=Oh(n,r),o=r;o<i;o++)if(t[o]===e)return n.index;n=Ah(n)}return-1}(n,t)))throw new Error("The provided directive was not found in the application");o=function c(t,e,n){var r=e[Yp].data[t],i=kh(r),o=Oh(r,i);return!n&&4096&r.flags&&i++,e.slice(i,o)}(r,n,!1)}else if(-1==(r=Ph(n,t)))return null;var l=Eh(m=_h(n[r])),p=l&&!Array.isArray(l)?l:Ch(n,r,m);if(i&&void 0===p.component&&(p.component=i,Th(p.component,p)),o&&void 0===p.directives){p.directives=o;for(var h=0;h<o.length;h++)Th(o[h],p)}Th(p.native,p),e=p}}else for(var f=t,d=f;d=d.parentNode;){var v=Eh(d);if(v){if(n=void 0,!(n=Array.isArray(v)?v:v.lViewData))return null;var y=Ph(n,f);if(y>=0){var m;Th(m=_h(n[y]),p=Ch(n,y,m)),e=p;break}}}return e||null}(t);if(!e)throw new Error("Invalid ng target");return e}!function(t){function e(e,n,r){var i=t.call(this)||this;return i.moduleType=e,i._bootstrapComponents=n,i._ngModuleDefFactory=r,i}o(e,t),e.prototype.create=function(t){!function e(){if(!Lx){Lx=!0;var t=em()?function e(){return{setCurrentNode:sE,createRootView:Vx,createEmbeddedView:Hx,createComponentView:Ux,createNgModuleRef:qx,overrideProvider:Yx,overrideComponentView:Zx,clearOverrides:Jx,checkAndUpdateView:rE,checkNoChangesView:iE,destroyView:oE,createDebugContext:function(t,e){return new yE(t,e)},handleEvent:aE,updateDirectives:uE,updateRenderer:cE}}():function n(){return{setCurrentNode:function(){},createRootView:Fx,createEmbeddedView:_x,createComponentView:wx,createNgModuleRef:Uw,overrideProvider:Kb,overrideComponentView:Kb,clearOverrides:Kb,checkAndUpdateView:Tx,checkNoChangesView:Cx,destroyView:Ox,createDebugContext:function(t,e){return new yE(t,e)},handleEvent:function(t,e,n,r){return t.def.handleEvent(t,e,n,r)},updateDirectives:function(t,e){return t.def.updateDirectives(0===e?eE:nE,t)},updateRenderer:function(t,e){return t.def.updateRenderer(0===e?eE:nE,t)}}}();Bb.setCurrentNode=t.setCurrentNode,Bb.createRootView=t.createRootView,Bb.createEmbeddedView=t.createEmbeddedView,Bb.createComponentView=t.createComponentView,Bb.createNgModuleRef=t.createNgModuleRef,Bb.overrideProvider=t.overrideProvider,Bb.overrideComponentView=t.overrideComponentView,Bb.clearOverrides=t.clearOverrides,Bb.checkAndUpdateView=t.checkAndUpdateView,Bb.checkNoChangesView=t.checkNoChangesView,Bb.destroyView=t.destroyView,Bb.resolveDep=sx,Bb.createDebugContext=t.createDebugContext,Bb.handleEvent=t.handleEvent,Bb.updateDirectives=t.updateDirectives,Bb.updateRenderer=t.updateRenderer,Bb.dirtyParentQueries=hx}}();var n=
1320
1326
  /**
1321
1327
  * @license
1322
1328
  * Copyright Google Inc. All Rights Reserved.
@@ -1324,42 +1330,43 @@ function Dx(t,e,n){var r,i=t.renderer;r=i.createText(n.text.prefix);var o=Ew(t,e
1324
1330
  * Use of this source code is governed by an MIT-style license that can be
1325
1331
  * found in the LICENSE file at https://angular.io/license
1326
1332
  */
1327
- function r(t){var e=Array.from(t.providers),n=Array.from(t.modules),r={};for(var i in t.providersByKey)r[i]=t.providersByKey[i];return{factory:t.factory,isRoot:t.isRoot,providers:e,modules:n,providersByKey:r}}(Cw(this._ngModuleDefFactory));return iw.createNgModuleRef(this.moduleType,t||wp.NULL,this._bootstrapComponents,n)}})(ud),function(t){function e(){return null!==t&&t.apply(this,arguments)||this}o(e,t),e.prototype.createRenderer=function(e,n){var r=t.prototype.createRenderer.call(this,e,n);return r.debugContextFactory=function(){return new BE(bf())},r}}(FE);var BE=function(){function t(t){this.viewData=t,this.nodeIndex=t?t.length:null}return Object.defineProperty(t.prototype,"view",{get:function(){return this.viewData},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){if(null!==this.nodeIndex){var t=this.view[this.nodeIndex].nodeInjector;if(t)return new Dd(t)}return wp.NULL},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"component",{get:function(){if(null===this.nodeIndex)return null;var t=this.view[Bp].components;return t&&-1==t.indexOf(this.nodeIndex)?null:this.view[this.nodeIndex].data[Xp]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"providerTokens",{get:function(){var t=[];if(null===this.nodeIndex)return t;var e,n=this.view[Qp];if(n)for(var r=this.view[this.nodeIndex],i=0;i<n.length;i++){var o=n[i];((e=mh(o))?Th(e.lViewData,e.lNodeIndex):null)===r&&t.push(o.constructor)}return t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"references",{get:function(){throw new Error("Not implemented yet in ivy")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return null===this.nodeIndex?null:this.view[this.nodeIndex].view[Xp]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentRenderElement",{get:function(){throw new Error("Not implemented in ivy")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"renderNode",{get:function(){throw new Error("Not implemented in ivy")},enumerable:!0,configurable:!0}),t.prototype.logError=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];t.error.apply(t,f(e))},t}(),HE=function(){function t(t,e){var n=this;this.host=t,this.getProgram=e,this.metadataCollector=new Qc({verboseInvalidExpression:!0}),t.directoryExists&&(this.directoryExists=function(t){return n.host.directoryExists(t)})}return t.prototype.fileExists=function(t){return!!this.host.getScriptSnapshot(t)},t.prototype.readFile=function(t){var e=this.host.getScriptSnapshot(t);if(e)return e.getText(0,e.getLength())},t.prototype.getSourceFileMetadata=function(t){var e=this.getProgram().getSourceFile(t);return e?this.metadataCollector.getMetadata(e):void 0},t.prototype.cacheMetadata=function(t){return t.endsWith(".d.ts")},t}(),UE=function(){function t(t,e,n){this.options=n,this.metadataReaderCache=function i(){return{data:new Map}}(),this.hostAdapter=new HE(e,t),this.moduleResolutionCache=r.createModuleResolutionCache(e.getCurrentDirectory(),function(t){return t})}return t.prototype.getMetadataFor=function(t){return function e(t,n,r){var i=r&&r.data.get(t);if(i)return i;if(n.fileExists(t))if($c.test(t))(i=function o(t,e){var n=e.replace($c,".metadata.json");if(t.fileExists(n))try{var r=JSON.parse(t.readFile(n)),i=r?Array.isArray(r)?r:[r]:[];if(i.length){var o=i.reduce(function(t,e){return t.version>e.version?t:e});o.version<Cc&&i.push(Yc(t,o,e))}return i}catch(t){throw console.error("Failed to read JSON file "+n),t}}(n,t))||(i=[Yc(n,{__symbolic:"module",version:1,metadata:{}},t)]);else{var s=n.getSourceFileMetadata(t);i=s?[s]:[]}return!r||n.cacheMetadata&&!n.cacheMetadata(t)||r.data.set(t,i),i}(t,this.hostAdapter,this.metadataReaderCache)},t.prototype.moduleNameToFileName=function(t,e){if(!e){if(0===t.indexOf("."))throw new Error("Resolution of relative paths requires a containing file.");e=n.join(this.options.basePath,"index.ts").replace(/\\/g,"/")}var i=r.resolveModuleName(t,e,this.options,this.hostAdapter).resolvedModule;return i?i.resolvedFileName:null},t.prototype.getOutputName=function(t){return t},t}(),qE=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.parse=function(t,e,n,r){return void 0===n&&(n=!1),void 0===r&&(r=_e),new zr([],[])},e}(vo),KE=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.get=function(t){return Promise.resolve("")},e}(Ku),zE=function(){function t(t,e){this.host=t,this.tsService=e,this._staticSymbolCache=new qt,this._typeCache=[],this.modulesOutOfDate=!0,this.fileVersions=new Map}return t.prototype.setSite=function(t){this.service=t},Object.defineProperty(t.prototype,"resolver",{get:function(){var t=this;this.validate();var e=this._resolver;if(!e){var n=new Ks(this.reflector),r=new Be(this.reflector),i=new oa(this.reflector),o=new da,s=new KE,a=ju(),u=new qE,c=new Bt({defaultEncapsulation:Rp.Emulated,useJit:!1}),l=new Le(s,a,u,c);e=this._resolver=new Rs(c,u,n,r,i,new Du,o,l,new K_,this._staticSymbolCache,this.reflector,function(e,n){return t.collectError(e,n&&n.filePath)})}return e},enumerable:!0,configurable:!0}),t.prototype.getTemplateReferences=function(){return this.ensureTemplateMap(),this.templateReferences||[]},t.prototype.getTemplateAt=function(t,e){var n=this.getSourceFile(t);if(n){this.context=n.fileName;var r=this.findNode(n,e);if(r)return this.getSourceFromNode(t,this.host.getScriptVersion(n.fileName),r)}else{this.ensureTemplateMap();var i=this.fileToComponent.get(t);if(i)return this.getSourceFromType(t,this.host.getScriptVersion(t),i)}},t.prototype.getAnalyzedModules=function(){return this.updateAnalyzedModules(),this.ensureAnalyzedModules()},t.prototype.ensureAnalyzedModules=function(){var t=this.analyzedModules;return t||(t=0===this.host.getScriptFileNames().length?{files:[],ngModuleByPipeOrDirective:new Map,ngModules:[]}:function e(t,n,r,i){return function s(t){var e=[],n=new Map,r=new Set;t.forEach(function(t){t.ngModules.forEach(function(t){e.push(t),t.declaredDirectives.forEach(function(e){return n.set(e.reference,t)}),t.declaredPipes.forEach(function(e){return n.set(e.reference,t)})}),t.directives.forEach(function(t){return r.add(t)}),t.pipes.forEach(function(t){return r.add(t)})});var i=[];return r.forEach(function(t){n.has(t)||i.push(t)}),{ngModules:e,ngModuleByPipeOrDirective:n,symbolsMissingModule:i,files:t}}(function o(t,e,n,r){var i=new Set,o=[],s=function(t){if(i.has(t)||!e.isSourceFile(t))return!1;i.add(t);var a=function u(t,e,n,r){var i=[],o=[],s=[],a=[],u=e.hasDecorators(r),c=!1;return r.endsWith(".d.ts")&&!u||e.getSymbolsOf(r).forEach(function(r){var u=e.resolveSymbol(r).metadata;if(u&&"error"!==u.__symbolic){var l=!1;if("class"===u.__symbolic)if(n.isDirective(r))l=!0,i.push(r);else if(n.isPipe(r))l=!0,o.push(r);else if(n.isNgModule(r)){var p=n.getNgModuleMetadata(r,!1);p&&(l=!0,a.push(p))}else if(n.isInjectable(r)){l=!0;var h=n.getInjectableMetadata(r,null,!1);h&&s.push(h)}l||(c=c||function f(t,e){var n=!1;return ot(e,new(function(){function e(){}return e.prototype.visitArray=function(t,e){var n=this;t.forEach(function(t){return ot(t,n,e)})},e.prototype.visitStringMap=function(t,e){var n=this;Object.keys(t).forEach(function(r){return ot(t[r],n,e)})},e.prototype.visitPrimitive=function(t,e){},e.prototype.visitOther=function(e,r){e instanceof Ut&&!t.isSourceFile(e.filePath)&&(n=!0)},e}()),null),n}(t,u))}}),{fileName:r,directives:i,pipes:o,ngModules:a,injectables:s,exportsNonSourceFiles:c}}(e,n,r,t);o.push(a),a.ngModules.forEach(function(t){t.transitiveModule.modules.forEach(function(t){return s(t.reference.filePath)})})};return t.forEach(function(t){return s(t)}),o}(t,n,r,i))}(this.program.getSourceFiles().map(function(t){return t.fileName}),{isSourceFile:function(t){return!0}},this.staticSymbolResolver,this.resolver),this.analyzedModules=t),t},t.prototype.getTemplates=function(t){var e=this;if(this.ensureTemplateMap(),!this.fileToComponent.get(t)){var n=this.host.getScriptVersion(t),i=[],o=function(s){var a=e.getSourceFromNode(t,n,s);a?i.push(a):r.forEachChild(s,o)},s=this.getSourceFile(t);return s&&(this.context=s.path||s.fileName,r.forEachChild(s,o)),i.length?i:void 0}var a=this.getTemplateAt(t,0);if(a)return[a]},t.prototype.getDeclarations=function(t){var e=this,n=[],i=this.getSourceFile(t);if(i){var o=function(t){var s=e.getDeclarationFromNode(i,t);s?n.push(s):r.forEachChild(t,o)};r.forEachChild(i,o)}return n},t.prototype.getSourceFile=function(t){return this.tsService.getProgram().getSourceFile(t)},t.prototype.updateAnalyzedModules=function(){this.validate(),this.modulesOutOfDate&&(this.analyzedModules=null,this._reflector=null,this.templateReferences=null,this.fileToComponent=null,this.ensureAnalyzedModules(),this.modulesOutOfDate=!1)},Object.defineProperty(t.prototype,"program",{get:function(){return this.tsService.getProgram()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"checker",{get:function(){var t=this._checker;return t||(t=this._checker=this.program.getTypeChecker()),t},enumerable:!0,configurable:!0}),t.prototype.validate=function(){var t,e,n=this,r=this.program;if(this.lastProgram!==r){var i=function(t){return n._staticSymbolResolver.invalidateFile(t)};this.clearCaches();var o=new Set;try{for(var s=p(this.program.getSourceFiles()),a=s.next();!a.done;a=s.next()){var u=a.value.fileName;o.add(u);var c=this.host.getScriptVersion(u);c!=this.fileVersions.get(u)&&(this.fileVersions.set(u,c),this._staticSymbolResolver&&i(u))}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=s.return)&&e.call(s)}finally{if(t)throw t.error}}var l=Array.from(this.fileVersions.keys()).filter(function(t){return!o.has(t)});l.forEach(function(t){return n.fileVersions.delete(t)}),this._staticSymbolResolver&&l.forEach(i),this.lastProgram=r}},t.prototype.clearCaches=function(){this._checker=null,this._typeCache=[],this._resolver=null,this.collectedErrors=null,this.modulesOutOfDate=!0},t.prototype.ensureTemplateMap=function(){var t,e,n,r;if(!this.fileToComponent||!this.templateReferences){var i=new Map,o=[],s=this.getAnalyzedModules(),a=ju();try{for(var u=p(s.ngModules),c=u.next();!c.done;c=u.next()){var l=c.value;try{for(var h=p(l.declaredDirectives),f=h.next();!f.done;f=h.next()){var d=f.value,v=this.resolver.getNonNormalizedDirectiveMetadata(d.reference).metadata;if(v.isComponent&&v.template&&v.template.templateUrl){var y=a.resolve(this.reflector.componentModuleUrl(d.reference),v.template.templateUrl);i.set(y,d.reference),o.push(y)}}}catch(t){n={error:t}}finally{try{f&&!f.done&&(r=h.return)&&r.call(h)}finally{if(n)throw n.error}}}}catch(e){t={error:e}}finally{try{c&&!c.done&&(e=u.return)&&e.call(u)}finally{if(t)throw t.error}}this.fileToComponent=i,this.templateReferences=o}},t.prototype.getSourceFromDeclaration=function(t,e,n,r,i,o,s,a){var u=void 0,c=this;if(o)return{version:e,source:n,span:r,type:i,get members(){return function t(e,n,r,i){var o=n.getTypeAtLocation(i);return new sc(o,{node:r,program:e,checker:n}).members()}(c.program,c.checker,a,o)},get query(){if(!u){var e=c.service.getPipesAt(t,s.getStart());u=function n(t,e,r,i){return new nc(t,e,r,i)}(c.program,c.checker,a,function(){return function t(e,n,r,i){return new dc(i,{program:n,checker:r,node:e})}(a,c.program,c.checker,e)})}return u}}},t.prototype.getSourceFromNode=function(t,e,n){switch(n.kind){case r.SyntaxKind.NoSubstitutionTemplateLiteral:case r.SyntaxKind.StringLiteral:var i=h(this.getTemplateClassDeclFromNode(n),2)[0];if(i&&i.name){var o=this.getSourceFile(t);if(o)return this.getSourceFromDeclaration(t,e,this.stringOf(n)||"",function s(t,e){return null==e&&(e=1),{start:t.start+e,end:t.end-e}}(WE(n)),this.reflector.getStaticSymbol(o.fileName,i.name.text),i,n,o)}}},t.prototype.getSourceFromType=function(t,e,n){var r=void 0,i=this.getTemplateClassFromStaticSymbol(n);if(i){var o=this.host.getScriptSnapshot(t);if(o){var s=o.getText(0,o.getLength());r=this.getSourceFromDeclaration(t,e,s,{start:0,end:s.length},n,i,i,i.getSourceFile())}}return r},Object.defineProperty(t.prototype,"reflectorHost",{get:function(){var t=this,r=this._reflectorHost;if(!r){if(!this.context){var i=this.host.getScriptFileNames();if(0===i.length)throw new Error("Internal error: no script file names found");this.context=i[0]}var o=this.tsService.getProgram().getSourceFile(this.context);if(!o)throw new Error("Internal error: no context could be determined");var s=function a(t){for(var r=n.dirname(t);e.existsSync(r);){var i=n.join(r,"tsconfig.json");if(e.existsSync(i))return i;var o=n.dirname(r);if(o===r)break;r=o}}(o.fileName),u=n.dirname(s||this.context),c={basePath:u,genDir:u},l=this.host.getCompilationSettings();l&&l.baseUrl&&(c.baseUrl=l.baseUrl),l&&l.paths&&(c.paths=l.paths),r=this._reflectorHost=new UE(function(){return t.tsService.getProgram()},this.host,c)}return r},enumerable:!0,configurable:!0}),t.prototype.collectError=function(t,e){if(e){var n=this.collectedErrors;n&&this.collectedErrors||(n=this.collectedErrors=new Map);var r=n.get(e);r||this.collectedErrors.set(e,r=[]),r.push(t)}},Object.defineProperty(t.prototype,"staticSymbolResolver",{get:function(){var t=this,e=this._staticSymbolResolver;return e||(this._summaryResolver=new Ru({loadSummary:function(t){return null},isSourceFile:function(t){return!0},toSummaryFileName:function(t){return t},fromSummaryFileName:function(t){return t}},this._staticSymbolCache),e=this._staticSymbolResolver=new uu(this.reflectorHost,this._staticSymbolCache,this._summaryResolver,function(e,n){return t.collectError(e,n)})),e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"reflector",{get:function(){var t=this,e=this._reflector;return e||(e=this._reflector=new _u(this._summaryResolver,this.staticSymbolResolver,[],[],function(e,n){return t.collectError(e,n)})),e},enumerable:!0,configurable:!0}),t.prototype.getTemplateClassFromStaticSymbol=function(t){var e=this.getSourceFile(t.filePath);if(e)return r.forEachChild(e,function(e){if(e.kind===r.SyntaxKind.ClassDeclaration&&null!=e.name&&e.name.text===t.name)return e})},t.prototype.getTemplateClassDeclFromNode=function(e){var n=e.parent;if(!n)return t.missingTemplate;if(n.kind!==r.SyntaxKind.PropertyAssignment)return t.missingTemplate;if("template"!==n.name.text)return t.missingTemplate;if(!(n=n.parent)||n.kind!==r.SyntaxKind.ObjectLiteralExpression)return t.missingTemplate;if(!(n=n.parent)||n.kind!==r.SyntaxKind.CallExpression)return t.missingTemplate;var i=n.expression,o=n.parent;if(!o||o.kind!==r.SyntaxKind.Decorator)return t.missingTemplate;var s=o.parent;return s&&s.kind===r.SyntaxKind.ClassDeclaration?[s,i]:t.missingTemplate},t.prototype.getCollectedErrors=function(t,e){var n=this.collectedErrors&&this.collectedErrors.get(e.fileName);return n&&n.map(function(n){var i=function o(t,e,n){if(null!=e&&null!=n){var i=r.getPositionOfLineAndCharacter(t,e,n),o=r.forEachChild(t,function t(e){if(e.kind>r.SyntaxKind.LastToken&&e.pos<=i&&e.end>i)return r.forEachChild(e,t)||e});if(o)return{start:o.getStart(),end:o.getEnd()}}}(e,n.line||n.position&&n.position.line,n.column||n.position&&n.position.column)||t;return function s(t){return!!t[fu]}
1333
+ function r(t){var e=Array.from(t.providers),n=Array.from(t.modules),r={};for(var i in t.providersByKey)r[i]=t.providersByKey[i];return{factory:t.factory,isRoot:t.isRoot,providers:e,modules:n,providersByKey:r}}(aw(this._ngModuleDefFactory));return Bb.createNgModuleRef(this.moduleType,t||Ep.NULL,this._bootstrapComponents,n)}}(sd),function(t){function e(){return null!==t&&t.apply(this,arguments)||this}o(e,t),e.prototype.createRenderer=function(e,n){var r=t.prototype.createRenderer.call(this,e,n);return r.debugContextFactory=function(t){return new EE(t)},r}}(bE);
1328
1334
  /**
1329
1335
  * @license
1330
1336
  * Copyright Google Inc. All Rights Reserved.
1331
1337
  *
1332
1338
  * Use of this source code is governed by an MIT-style license that can be
1333
1339
  * found in the LICENSE file at https://angular.io/license
1334
- */(n)?function a(t,e){return{message:t.chain?function t(e){return{message:e.message,next:e.next?t(e.next):void 0}}(t.chain):t.message,span:e}}
1340
+ */
1341
+ var EE=function(){function t(t){this._nativeNode=t}return Object.defineProperty(t.prototype,"nodeIndex",{get:function(){return xE(this._nativeNode).nodeIndex},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"view",{get:function(){return xE(this._nativeNode).lViewData},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return function t(e){var n=xE(e);return new Jf(n.lViewData[Yp].data[n.nodeIndex],n.lViewData)}(this._nativeNode)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"component",{get:function(){
1335
1342
  /**
1336
1343
  * @license
1337
1344
  * Copyright Google Inc. All Rights Reserved.
1338
1345
  *
1339
1346
  * Use of this source code is governed by an MIT-style license that can be
1340
1347
  * found in the LICENSE file at https://angular.io/license
1341
- */(n,i):{message:n.message,span:i}})||[]},t.prototype.getDeclarationFromNode=function(t,e){var n,i;if(e.kind==r.SyntaxKind.ClassDeclaration&&e.decorators&&e.name)try{for(var o=p(e.decorators),s=o.next();!s.done;s=o.next()){var a=s.value;if(a.expression&&a.expression.kind==r.SyntaxKind.CallExpression){var u=e;if(u.name){var c=a.expression.expression;if(this.checker.getTypeAtLocation(c)){var l=this.reflector.getStaticSymbol(t.fileName,u.name.text);try{if(this.resolver.isDirective(l)){var h=this.resolver.getNonNormalizedDirectiveMetadata(l).metadata;return{type:l,declarationSpan:f=WE(c),metadata:h,errors:this.getCollectedErrors(f,t)}}}catch(e){var f;if(e.message)return this.collectError(e,t.fileName),{type:l,declarationSpan:f=WE(c),errors:this.getCollectedErrors(f,t)}}}}}}}catch(t){n={error:t}}finally{try{s&&!s.done&&(i=o.return)&&i.call(o)}finally{if(n)throw n.error}}},t.prototype.stringOf=function(t){switch(t.kind){case r.SyntaxKind.NoSubstitutionTemplateLiteral:case r.SyntaxKind.StringLiteral:return t.text}},t.prototype.findNode=function(t,e){return function t(n){if(e>=n.getStart()&&e<n.getEnd())return r.forEachChild(n,t)||n}(t)},t.missingTemplate=[void 0,void 0],t}();
1348
+ */
1342
1349
  /**
1343
1350
  * @license
1344
1351
  * Copyright Google Inc. All Rights Reserved.
1345
1352
  *
1346
1353
  * Use of this source code is governed by an MIT-style license that can be
1347
1354
  * found in the LICENSE file at https://angular.io/license
1348
- */
1355
+ */return function t(e){var n=xE(e);return 4096&n.lViewData[Yp].data[n.nodeIndex].flags?wh(n.nodeIndex,n.lViewData)[sh]:null}(this._nativeNode)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"providerTokens",{get:function(){var t=xE(this._nativeNode),e=t.lViewData[Yp].data[t.nodeIndex],n=4095&e.flags;if(n>0){var r=e.flags>>15;return this.view[Yp].data.slice(r,r+n).map(function(t){return t.type})}return[]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"references",{get:function(){return function t(e){var n=xE(e);return void 0===n.localRefs&&(n.localRefs=function r(t,e){var n=t[Yp].data[e];if(n&&n.localNames){for(var r={},i=0;i<n.localNames.length;i+=2){var o=n.localNames[i+1];r[n.localNames[i]]=-1===o?bh(n,t):t[o]}return r}return null}(n.lViewData,n.nodeIndex)),n.localRefs||{}}(this._nativeNode)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){throw new Error("Not implemented in ivy")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentRenderElement",{get:function(){throw new Error("Not implemented in ivy")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"renderNode",{get:function(){throw new Error("Not implemented in ivy")},enumerable:!0,configurable:!0}),t.prototype.logError=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];t.error.apply(t,f(e))},t}(),SE=function(){function t(t,e){var n=this;this.host=t,this.getProgram=e,this.metadataCollector=new Gc({verboseInvalidExpression:!0}),t.directoryExists&&(this.directoryExists=function(t){return n.host.directoryExists(t)})}return t.prototype.fileExists=function(t){return!!this.host.getScriptSnapshot(t)},t.prototype.readFile=function(t){var e=this.host.getScriptSnapshot(t);if(e)return e.getText(0,e.getLength())},t.prototype.getSourceFileMetadata=function(t){var e=this.getProgram().getSourceFile(t);return e?this.metadataCollector.getMetadata(e):void 0},t.prototype.cacheMetadata=function(t){return t.endsWith(".d.ts")},t}(),CE=function(){function t(t,e,n){this.options=n,this.metadataReaderCache=function i(){return{data:new Map}}(),this.hostAdapter=new SE(e,t),this.moduleResolutionCache=r.createModuleResolutionCache(e.getCurrentDirectory(),function(t){return t})}return t.prototype.getMetadataFor=function(t){return function e(t,n,r){var i=r&&r.data.get(t);if(i)return i;if(n.fileExists(t))if(Yc.test(t))(i=function o(t,e){var n=e.replace(Yc,".metadata.json");if(t.fileExists(n))try{var r=JSON.parse(t.readFile(n)),i=r?Array.isArray(r)?r:[r]:[];if(i.length){var o=i.reduce(function(t,e){return t.version>e.version?t:e});o.version<Tc&&i.push(Zc(t,o,e))}return i}catch(t){throw console.error("Failed to read JSON file "+n),t}}(n,t))||(i=[Zc(n,{__symbolic:"module",version:1,metadata:{}},t)]);else{var s=n.getSourceFileMetadata(t);i=s?[s]:[]}return!r||n.cacheMetadata&&!n.cacheMetadata(t)||r.data.set(t,i),i}(t,this.hostAdapter,this.metadataReaderCache)},t.prototype.moduleNameToFileName=function(t,e){if(!e){if(0===t.indexOf("."))throw new Error("Resolution of relative paths requires a containing file.");e=n.join(this.options.basePath,"index.ts").replace(/\\/g,"/")}var i=r.resolveModuleName(t,e,this.options,this.hostAdapter).resolvedModule;return i?i.resolvedFileName:null},t.prototype.getOutputName=function(t){return t},t}(),TE=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.parse=function(t,e,n,r){return void 0===n&&(n=!1),void 0===r&&(r=_e),new zr([],[])},e}(vo),PE=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.get=function(t){return Promise.resolve("")},e}(zu),AE=function(){function t(t,e){this.host=t,this.tsService=e,this._staticSymbolCache=new qt,this._typeCache=[],this.modulesOutOfDate=!0,this.fileVersions=new Map}return t.prototype.setSite=function(t){this.service=t},Object.defineProperty(t.prototype,"resolver",{get:function(){var t=this;this.validate();var e=this._resolver;if(!e){var n=new Ks(this.reflector),r=new Be(this.reflector),i=new oa(this.reflector),o=new da,s=new PE,a=Lu(),u=new TE,c=new Bt({defaultEncapsulation:Up.Emulated,useJit:!1}),l=new Le(s,a,u,c);e=this._resolver=new Ds(c,u,n,r,i,new ju,o,l,new S_,this._staticSymbolCache,this.reflector,function(e,n){return t.collectError(e,n&&n.filePath)})}return e},enumerable:!0,configurable:!0}),t.prototype.getTemplateReferences=function(){return this.ensureTemplateMap(),this.templateReferences||[]},t.prototype.getTemplateAt=function(t,e){var n=this.getSourceFile(t);if(n){this.context=n.fileName;var r=this.findNode(n,e);if(r)return this.getSourceFromNode(t,this.host.getScriptVersion(n.fileName),r)}else{this.ensureTemplateMap();var i=this.fileToComponent.get(t);if(i)return this.getSourceFromType(t,this.host.getScriptVersion(t),i)}},t.prototype.getAnalyzedModules=function(){return this.updateAnalyzedModules(),this.ensureAnalyzedModules()},t.prototype.ensureAnalyzedModules=function(){var t=this.analyzedModules;return t||(t=0===this.host.getScriptFileNames().length?{files:[],ngModuleByPipeOrDirective:new Map,ngModules:[]}:function e(t,n,r,i){return function s(t){var e=[],n=new Map,r=new Set;t.forEach(function(t){t.ngModules.forEach(function(t){e.push(t),t.declaredDirectives.forEach(function(e){return n.set(e.reference,t)}),t.declaredPipes.forEach(function(e){return n.set(e.reference,t)})}),t.directives.forEach(function(t){return r.add(t)}),t.pipes.forEach(function(t){return r.add(t)})});var i=[];return r.forEach(function(t){n.has(t)||i.push(t)}),{ngModules:e,ngModuleByPipeOrDirective:n,symbolsMissingModule:i,files:t}}(function o(t,e,n,r){var i=new Set,o=[],s=function(t){if(i.has(t)||!e.isSourceFile(t))return!1;i.add(t);var a=function u(t,e,n,r){var i=[],o=[],s=[],a=[],u=e.hasDecorators(r),c=!1;return r.endsWith(".d.ts")&&!u||e.getSymbolsOf(r).forEach(function(r){var u=e.resolveSymbol(r).metadata;if(u&&"error"!==u.__symbolic){var l=!1;if("class"===u.__symbolic)if(n.isDirective(r))l=!0,i.push(r);else if(n.isPipe(r))l=!0,o.push(r);else if(n.isNgModule(r)){var p=n.getNgModuleMetadata(r,!1);p&&(l=!0,a.push(p))}else if(n.isInjectable(r)){l=!0;var h=n.getInjectableMetadata(r,null,!1);h&&s.push(h)}l||(c=c||function f(t,e){var n=!1;return ot(e,new(function(){function e(){}return e.prototype.visitArray=function(t,e){var n=this;t.forEach(function(t){return ot(t,n,e)})},e.prototype.visitStringMap=function(t,e){var n=this;Object.keys(t).forEach(function(r){return ot(t[r],n,e)})},e.prototype.visitPrimitive=function(t,e){},e.prototype.visitOther=function(e,r){e instanceof Ut&&!t.isSourceFile(e.filePath)&&(n=!0)},e}()),null),n}(t,u))}}),{fileName:r,directives:i,pipes:o,ngModules:a,injectables:s,exportsNonSourceFiles:c}}(e,n,r,t);o.push(a),a.ngModules.forEach(function(t){t.transitiveModule.modules.forEach(function(t){return s(t.reference.filePath)})})};return t.forEach(function(t){return s(t)}),o}(t,n,r,i))}(this.program.getSourceFiles().map(function(t){return t.fileName}),{isSourceFile:function(t){return!0}},this.staticSymbolResolver,this.resolver),this.analyzedModules=t),t},t.prototype.getTemplates=function(t){var e=this;if(this.ensureTemplateMap(),!this.fileToComponent.get(t)){var n=this.host.getScriptVersion(t),i=[],o=function(s){var a=e.getSourceFromNode(t,n,s);a?i.push(a):r.forEachChild(s,o)},s=this.getSourceFile(t);return s&&(this.context=s.path||s.fileName,r.forEachChild(s,o)),i.length?i:void 0}var a=this.getTemplateAt(t,0);if(a)return[a]},t.prototype.getDeclarations=function(t){var e=this,n=[],i=this.getSourceFile(t);if(i){var o=function(t){var s=e.getDeclarationFromNode(i,t);s?n.push(s):r.forEachChild(t,o)};r.forEachChild(i,o)}return n},t.prototype.getSourceFile=function(t){return this.tsService.getProgram().getSourceFile(t)},t.prototype.updateAnalyzedModules=function(){this.validate(),this.modulesOutOfDate&&(this.analyzedModules=null,this._reflector=null,this.templateReferences=null,this.fileToComponent=null,this.ensureAnalyzedModules(),this.modulesOutOfDate=!1)},Object.defineProperty(t.prototype,"program",{get:function(){return this.tsService.getProgram()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"checker",{get:function(){var t=this._checker;return t||(t=this._checker=this.program.getTypeChecker()),t},enumerable:!0,configurable:!0}),t.prototype.validate=function(){var t,e,n=this,r=this.program;if(this.lastProgram!==r){var i=function(t){return n._staticSymbolResolver.invalidateFile(t)};this.clearCaches();var o=new Set;try{for(var s=p(this.program.getSourceFiles()),a=s.next();!a.done;a=s.next()){var u=a.value.fileName;o.add(u);var c=this.host.getScriptVersion(u);c!=this.fileVersions.get(u)&&(this.fileVersions.set(u,c),this._staticSymbolResolver&&i(u))}}catch(e){t={error:e}}finally{try{a&&!a.done&&(e=s.return)&&e.call(s)}finally{if(t)throw t.error}}var l=Array.from(this.fileVersions.keys()).filter(function(t){return!o.has(t)});l.forEach(function(t){return n.fileVersions.delete(t)}),this._staticSymbolResolver&&l.forEach(i),this.lastProgram=r}},t.prototype.clearCaches=function(){this._checker=null,this._typeCache=[],this._resolver=null,this.collectedErrors=null,this.modulesOutOfDate=!0},t.prototype.ensureTemplateMap=function(){var t,e,n,r;if(!this.fileToComponent||!this.templateReferences){var i=new Map,o=[],s=this.getAnalyzedModules(),a=Lu();try{for(var u=p(s.ngModules),c=u.next();!c.done;c=u.next()){var l=c.value;try{for(var h=p(l.declaredDirectives),f=h.next();!f.done;f=h.next()){var d=f.value,v=this.resolver.getNonNormalizedDirectiveMetadata(d.reference).metadata;if(v.isComponent&&v.template&&v.template.templateUrl){var y=a.resolve(this.reflector.componentModuleUrl(d.reference),v.template.templateUrl);i.set(y,d.reference),o.push(y)}}}catch(t){n={error:t}}finally{try{f&&!f.done&&(r=h.return)&&r.call(h)}finally{if(n)throw n.error}}}}catch(e){t={error:e}}finally{try{c&&!c.done&&(e=u.return)&&e.call(u)}finally{if(t)throw t.error}}this.fileToComponent=i,this.templateReferences=o}},t.prototype.getSourceFromDeclaration=function(t,e,n,r,i,o,s,a){var u=void 0,c=this;if(o)return{version:e,source:n,span:r,type:i,get members(){return function t(e,n,r,i){var o=n.getTypeAtLocation(i);return new ac(o,{node:r,program:e,checker:n}).members()}(c.program,c.checker,a,o)},get query(){if(!u){var e=c.service.getPipesAt(t,s.getStart());u=function n(t,e,r,i){return new rc(t,e,r,i)}(c.program,c.checker,a,function(){return function t(e,n,r,i){return new vc(i,{program:n,checker:r,node:e})}(a,c.program,c.checker,e)})}return u}}},t.prototype.getSourceFromNode=function(t,e,n){switch(n.kind){case r.SyntaxKind.NoSubstitutionTemplateLiteral:case r.SyntaxKind.StringLiteral:var i=h(this.getTemplateClassDeclFromNode(n),2)[0];if(i&&i.name){var o=this.getSourceFile(t);if(o)return this.getSourceFromDeclaration(t,e,this.stringOf(n)||"",function s(t,e){return null==e&&(e=1),{start:t.start+e,end:t.end-e}}(NE(n)),this.reflector.getStaticSymbol(o.fileName,i.name.text),i,n,o)}}},t.prototype.getSourceFromType=function(t,e,n){var r=void 0,i=this.getTemplateClassFromStaticSymbol(n);if(i){var o=this.host.getScriptSnapshot(t);if(o){var s=o.getText(0,o.getLength());r=this.getSourceFromDeclaration(t,e,s,{start:0,end:s.length},n,i,i,i.getSourceFile())}}return r},Object.defineProperty(t.prototype,"reflectorHost",{get:function(){var t=this,r=this._reflectorHost;if(!r){if(!this.context){var i=this.host.getScriptFileNames();if(0===i.length)throw new Error("Internal error: no script file names found");this.context=i[0]}var o=this.tsService.getProgram().getSourceFile(this.context);if(!o)throw new Error("Internal error: no context could be determined");var s=function a(t){for(var r=n.dirname(t);e.existsSync(r);){var i=n.join(r,"tsconfig.json");if(e.existsSync(i))return i;var o=n.dirname(r);if(o===r)break;r=o}}(o.fileName),u=n.dirname(s||this.context),c={basePath:u,genDir:u},l=this.host.getCompilationSettings();l&&l.baseUrl&&(c.baseUrl=l.baseUrl),l&&l.paths&&(c.paths=l.paths),r=this._reflectorHost=new CE(function(){return t.tsService.getProgram()},this.host,c)}return r},enumerable:!0,configurable:!0}),t.prototype.collectError=function(t,e){if(e){var n=this.collectedErrors;n&&this.collectedErrors||(n=this.collectedErrors=new Map);var r=n.get(e);r||this.collectedErrors.set(e,r=[]),r.push(t)}},Object.defineProperty(t.prototype,"staticSymbolResolver",{get:function(){var t=this,e=this._staticSymbolResolver;return e||(this._summaryResolver=new Ru({loadSummary:function(t){return null},isSourceFile:function(t){return!0},toSummaryFileName:function(t){return t},fromSummaryFileName:function(t){return t}},this._staticSymbolCache),e=this._staticSymbolResolver=new cu(this.reflectorHost,this._staticSymbolCache,this._summaryResolver,function(e,n){return t.collectError(e,n)})),e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"reflector",{get:function(){var t=this,e=this._reflector;return e||(e=this._reflector=new bu(this._summaryResolver,this.staticSymbolResolver,[],[],function(e,n){return t.collectError(e,n)})),e},enumerable:!0,configurable:!0}),t.prototype.getTemplateClassFromStaticSymbol=function(t){var e=this.getSourceFile(t.filePath);if(e)return r.forEachChild(e,function(e){if(e.kind===r.SyntaxKind.ClassDeclaration&&null!=e.name&&e.name.text===t.name)return e})},t.prototype.getTemplateClassDeclFromNode=function(e){var n=e.parent;if(!n)return t.missingTemplate;if(n.kind!==r.SyntaxKind.PropertyAssignment)return t.missingTemplate;if("template"!==n.name.text)return t.missingTemplate;if(!(n=n.parent)||n.kind!==r.SyntaxKind.ObjectLiteralExpression)return t.missingTemplate;if(!(n=n.parent)||n.kind!==r.SyntaxKind.CallExpression)return t.missingTemplate;var i=n.expression,o=n.parent;if(!o||o.kind!==r.SyntaxKind.Decorator)return t.missingTemplate;var s=o.parent;return s&&s.kind===r.SyntaxKind.ClassDeclaration?[s,i]:t.missingTemplate},t.prototype.getCollectedErrors=function(t,e){var n=this.collectedErrors&&this.collectedErrors.get(e.fileName);return n&&n.map(function(n){var i=function o(t,e,n){if(null!=e&&null!=n){var i=r.getPositionOfLineAndCharacter(t,e,n),o=r.forEachChild(t,function t(e){if(e.kind>r.SyntaxKind.LastToken&&e.pos<=i&&e.end>i)return r.forEachChild(e,t)||e});if(o)return{start:o.getStart(),end:o.getEnd()}}}(e,n.line||n.position&&n.position.line,n.column||n.position&&n.position.column)||t;return function s(t){return!!t[du]}
1349
1356
  /**
1350
1357
  * @license
1351
1358
  * Copyright Google Inc. All Rights Reserved.
1352
1359
  *
1353
1360
  * Use of this source code is governed by an MIT-style license that can be
1354
1361
  * found in the LICENSE file at https://angular.io/license
1355
- */
1362
+ */(n)?function a(t,e){return{message:t.chain?function t(e){return{message:e.message,next:e.next?t(e.next):void 0}}(t.chain):t.message,span:e}}
1356
1363
  /**
1357
1364
  * @license
1358
1365
  * Copyright Google Inc. All Rights Reserved.
1359
1366
  *
1360
1367
  * Use of this source code is governed by an MIT-style license that can be
1361
1368
  * found in the LICENSE file at https://angular.io/license
1362
- */function WE(t){return{start:t.getStart(),end:t.getEnd()}}var QE=new WeakMap,GE=new Bm("7.0.0-beta.6");
1369
+ */(n,i):{message:n.message,span:i}})||[]},t.prototype.getDeclarationFromNode=function(t,e){var n,i;if(e.kind==r.SyntaxKind.ClassDeclaration&&e.decorators&&e.name)try{for(var o=p(e.decorators),s=o.next();!s.done;s=o.next()){var a=s.value;if(a.expression&&a.expression.kind==r.SyntaxKind.CallExpression){var u=e;if(u.name){var c=a.expression.expression;if(this.checker.getTypeAtLocation(c)){var l=this.reflector.getStaticSymbol(t.fileName,u.name.text);try{if(this.resolver.isDirective(l)){var h=this.resolver.getNonNormalizedDirectiveMetadata(l).metadata;return{type:l,declarationSpan:f=NE(c),metadata:h,errors:this.getCollectedErrors(f,t)}}}catch(e){var f;if(e.message)return this.collectError(e,t.fileName),{type:l,declarationSpan:f=NE(c),errors:this.getCollectedErrors(f,t)}}}}}}}catch(t){n={error:t}}finally{try{s&&!s.done&&(i=o.return)&&i.call(o)}finally{if(n)throw n.error}}},t.prototype.stringOf=function(t){switch(t.kind){case r.SyntaxKind.NoSubstitutionTemplateLiteral:case r.SyntaxKind.StringLiteral:return t.text}},t.prototype.findNode=function(t,e){return function t(n){if(e>=n.getStart()&&e<n.getEnd())return r.forEachChild(n,t)||n}(t)},t.missingTemplate=[void 0,void 0],t}();function NE(t){return{start:t.getStart(),end:t.getEnd()}}var kE=new WeakMap,OE=new _m("7.0.0");
1363
1370
  /**
1364
1371
  * @license
1365
1372
  * Copyright Google Inc. All Rights Reserved.
@@ -1374,7 +1381,7 @@ function r(t){var e=Array.from(t.providers),n=Array.from(t.modules),r={};for(var
1374
1381
  * Use of this source code is governed by an MIT-style license that can be
1375
1382
  * found in the LICENSE file at https://angular.io/license
1376
1383
  */
1377
- t.createLanguageService=Ml,t.TypeScriptServiceHost=zE,t.createLanguageServiceFromTypescript=
1384
+ t.createLanguageService=Il,t.TypeScriptServiceHost=AE,t.createLanguageServiceFromTypescript=
1378
1385
  /**
1379
1386
  * @license
1380
1387
  * Copyright Google Inc. All Rights Reserved.
@@ -1382,7 +1389,7 @@ t.createLanguageService=Ml,t.TypeScriptServiceHost=zE,t.createLanguageServiceFro
1382
1389
  * Use of this source code is governed by an MIT-style license that can be
1383
1390
  * found in the LICENSE file at https://angular.io/license
1384
1391
  */
1385
- function XE(t,e){var n=new zE(t,e),r=Ml(n);return n.setSite(r),r},t.VERSION=GE,t.getExternalFiles=function $E(t){var e=QE.get(t);if(e)return e.getTemplateReferences()},t.create=function YE(t){var e=Object.create(null),n=t.languageService;function i(t,e){if(!t||n.getProgram().getSourceFile(t))try{return e()}catch(t){return}}function o(t){return function(e){return i(e,function(){return t.call(y,e)})}}function s(t){return function(e,n){return i(e,function(){return t.call(y,e,n)})}}function a(t){return function(e,n,r){return i(e,function(){return t.call(y,e,n,r)})}}function u(t){return function(e,n,r,o){return i(e,function(){return t.call(y,e,n,r,o)})}}function c(t){return function(e,n,r,o,s,a){return i(e,function(){return t.call(y,e,n,r,o,s,a)})}}n=function l(t){return{cleanupSemanticCache:function(){return t.cleanupSemanticCache()},getSyntacticDiagnostics:o(t.getSyntacticDiagnostics),getSemanticDiagnostics:o(t.getSemanticDiagnostics),getCompilerOptionsDiagnostics:function(){return t.getCompilerOptionsDiagnostics()},getSyntacticClassifications:s(t.getSemanticClassifications),getSemanticClassifications:s(t.getSemanticClassifications),getEncodedSyntacticClassifications:s(t.getEncodedSyntacticClassifications),getEncodedSemanticClassifications:s(t.getEncodedSemanticClassifications),getCompletionsAtPosition:a(t.getCompletionsAtPosition),getCompletionEntryDetails:c(t.getCompletionEntryDetails),getCompletionEntrySymbol:u(t.getCompletionEntrySymbol),getJsxClosingTagAtPosition:s(t.getJsxClosingTagAtPosition),getQuickInfoAtPosition:s(t.getQuickInfoAtPosition),getNameOrDottedNameSpan:a(t.getNameOrDottedNameSpan),getBreakpointStatementAtPosition:s(t.getBreakpointStatementAtPosition),getSignatureHelpItems:a(t.getSignatureHelpItems),getRenameInfo:s(t.getRenameInfo),findRenameLocations:u(t.findRenameLocations),getDefinitionAtPosition:s(t.getDefinitionAtPosition),getTypeDefinitionAtPosition:s(t.getTypeDefinitionAtPosition),getImplementationAtPosition:s(t.getImplementationAtPosition),getReferencesAtPosition:s(t.getReferencesAtPosition),findReferences:s(t.findReferences),getDocumentHighlights:a(t.getDocumentHighlights),getOccurrencesAtPosition:s(t.getOccurrencesAtPosition),getNavigateToItems:function(e,n,r,o){return i(r,function(){return t.getNavigateToItems(e,n,r,o)})},getNavigationBarItems:o(t.getNavigationBarItems),getNavigationTree:o(t.getNavigationTree),getOutliningSpans:o(t.getOutliningSpans),getTodoComments:s(t.getTodoComments),getBraceMatchingAtPosition:s(t.getBraceMatchingAtPosition),getIndentationAtPosition:a(t.getIndentationAtPosition),getFormattingEditsForRange:u(t.getFormattingEditsForRange),getFormattingEditsForDocument:s(t.getFormattingEditsForDocument),getFormattingEditsAfterKeystroke:u(t.getFormattingEditsAfterKeystroke),getDocCommentTemplateAtPosition:s(t.getDocCommentTemplateAtPosition),isValidBraceCompletionAtPosition:a(t.isValidBraceCompletionAtPosition),getSpanOfEnclosingComment:a(t.getSpanOfEnclosingComment),getCodeFixesAtPosition:c(t.getCodeFixesAtPosition),applyCodeActionCommand:function(e){return i(void 0,function(){return t.applyCodeActionCommand(e)})},getEmitOutput:o(t.getEmitOutput),getProgram:function(){return t.getProgram()},dispose:function(){return t.dispose()},getApplicableRefactors:a(t.getApplicableRefactors),getEditsForRefactor:c(t.getEditsForRefactor),getDefinitionAndBoundSpan:s(t.getDefinitionAndBoundSpan),getCombinedCodeFix:function(e,n,r,o){return i(void 0,function(){return t.getCombinedCodeFix(e,n,r,o)})},getSuggestionDiagnostics:function(t){return[]},organizeImports:function(t,e){return[]},getEditsForFileRename:function(t,e,n,r){return[]}}}(n);var h=function(t){e[t]=function(){return n[t].apply(n,arguments)}};for(var f in n)h(f);function d(e,n){try{return n()}catch(n){return t.project.projectService.logger.info("Failed to "+e+": "+n.toString()),t.project.projectService.logger.info("Stack trace: "+n.stack),null}}var v=new zE(t.languageServiceHost,t.languageService),y=Ml(v);return v.setSite(y),QE.set(t.project,v),e.getCompletionsAtPosition=function(t,e,r){var i=n.getCompletionsAtPosition(t,e,r)||{isGlobalCompletion:!1,isMemberCompletion:!1,isNewIdentifierLocation:!1,entries:[]};return d("get completions",function(){var n,r,o,s=y.getCompletionsAt(t,e);if(s&&s.length){void 0===i&&(i={isGlobalCompletion:!1,isMemberCompletion:!1,isNewIdentifierLocation:!1,entries:[]});try{for(var a=p(s),u=a.next();!u.done;u=a.next())i.entries.push({kind:(o=u.value).kind,name:o.name,sortText:o.sort,kindModifiers:""})}catch(t){n={error:t}}finally{try{u&&!u.done&&(r=a.return)&&r.call(a)}finally{if(n)throw n.error}}}}),i},e.getQuickInfoAtPosition=function(t,e){var r=n.getQuickInfoAtPosition(t,e);return d("get quick info",function(){var n,i,o=y.getHoverAt(t,e);if(o){var s=[];try{for(var a=p(o.text),u=a.next();!u.done;u=a.next()){var c=u.value;s.push({kind:c.language||"angular",text:c.text})}}catch(t){n={error:t}}finally{try{u&&!u.done&&(i=a.return)&&i.call(a)}finally{if(n)throw n.error}}var l=r&&r.tags;r={displayParts:s,documentation:[],kind:"angular",kindModifiers:"what does this do?",textSpan:{start:o.span.start,length:o.span.end-o.span.start}},l&&(r.tags=l)}}),r},e.getSemanticDiagnostics=function(e){var i=n.getSemanticDiagnostics(e)||[];return d("get diagnostics",function(){t.project.projectService.logger.info("Computing Angular semantic diagnostics...");var o=y.getDiagnostics(e);if(o&&o.length){var s=n.getProgram().getSourceFile(e);s&&i.push.apply(i,o.map(function(t){return function e(t,n){return{file:n,start:t.span.start,length:t.span.end-t.span.start,messageText:function i(t){return"string"==typeof t?t:function t(e){return{messageText:e.message,category:r.DiagnosticCategory.Error,code:0,next:e.next?t(e.next):void 0}}(t)}(t.message),category:r.DiagnosticCategory.Error,code:0,source:"ng"}}(t,s)}))}}),i},e.getDefinitionAtPosition=function(t,e){var r=n.getDefinitionAtPosition(t,e);return r&&r.length?r:d("get definition",function(){var n,i,o=y.getDefinitionAt(t,e);if(o&&o.length){r=r||[];try{for(var s=p(o),a=s.next();!a.done;a=s.next()){var u=a.value;r.push({fileName:u.fileName,textSpan:{start:u.span.start,length:u.span.end-u.span.start},name:"",kind:"definition",containerName:u.fileName,containerKind:"file"})}}catch(t){n={error:t}}finally{try{a&&!a.done&&(i=s.return)&&i.call(s)}finally{if(n)throw n.error}}}return r})||[]},e}
1392
+ function ME(t,e){var n=new AE(t,e),r=Il(n);return n.setSite(r),r},t.VERSION=OE,t.getExternalFiles=function IE(t){var e=kE.get(t);if(e)return e.getTemplateReferences()},t.create=function DE(t){var e=Object.create(null),n=t.languageService;function i(t,e){if(!t||n.getProgram().getSourceFile(t))try{return e()}catch(t){return}}function o(t){return function(e){return i(e,function(){return t.call(y,e)})}}function s(t){return function(e,n){return i(e,function(){return t.call(y,e,n)})}}function a(t){return function(e,n,r){return i(e,function(){return t.call(y,e,n,r)})}}function u(t){return function(e,n,r,o){return i(e,function(){return t.call(y,e,n,r,o)})}}function c(t){return function(e,n,r,o,s,a){return i(e,function(){return t.call(y,e,n,r,o,s,a)})}}n=function l(t){return{cleanupSemanticCache:function(){return t.cleanupSemanticCache()},getSyntacticDiagnostics:o(t.getSyntacticDiagnostics),getSemanticDiagnostics:o(t.getSemanticDiagnostics),getCompilerOptionsDiagnostics:function(){return t.getCompilerOptionsDiagnostics()},getSyntacticClassifications:s(t.getSemanticClassifications),getSemanticClassifications:s(t.getSemanticClassifications),getEncodedSyntacticClassifications:s(t.getEncodedSyntacticClassifications),getEncodedSemanticClassifications:s(t.getEncodedSemanticClassifications),getCompletionsAtPosition:a(t.getCompletionsAtPosition),getCompletionEntryDetails:c(t.getCompletionEntryDetails),getCompletionEntrySymbol:u(t.getCompletionEntrySymbol),getJsxClosingTagAtPosition:s(t.getJsxClosingTagAtPosition),getQuickInfoAtPosition:s(t.getQuickInfoAtPosition),getNameOrDottedNameSpan:a(t.getNameOrDottedNameSpan),getBreakpointStatementAtPosition:s(t.getBreakpointStatementAtPosition),getSignatureHelpItems:a(t.getSignatureHelpItems),getRenameInfo:s(t.getRenameInfo),findRenameLocations:u(t.findRenameLocations),getDefinitionAtPosition:s(t.getDefinitionAtPosition),getTypeDefinitionAtPosition:s(t.getTypeDefinitionAtPosition),getImplementationAtPosition:s(t.getImplementationAtPosition),getReferencesAtPosition:s(t.getReferencesAtPosition),findReferences:s(t.findReferences),getDocumentHighlights:a(t.getDocumentHighlights),getOccurrencesAtPosition:s(t.getOccurrencesAtPosition),getNavigateToItems:function(e,n,r,o){return i(r,function(){return t.getNavigateToItems(e,n,r,o)})},getNavigationBarItems:o(t.getNavigationBarItems),getNavigationTree:o(t.getNavigationTree),getOutliningSpans:o(t.getOutliningSpans),getTodoComments:s(t.getTodoComments),getBraceMatchingAtPosition:s(t.getBraceMatchingAtPosition),getIndentationAtPosition:a(t.getIndentationAtPosition),getFormattingEditsForRange:u(t.getFormattingEditsForRange),getFormattingEditsForDocument:s(t.getFormattingEditsForDocument),getFormattingEditsAfterKeystroke:u(t.getFormattingEditsAfterKeystroke),getDocCommentTemplateAtPosition:s(t.getDocCommentTemplateAtPosition),isValidBraceCompletionAtPosition:a(t.isValidBraceCompletionAtPosition),getSpanOfEnclosingComment:a(t.getSpanOfEnclosingComment),getCodeFixesAtPosition:c(t.getCodeFixesAtPosition),applyCodeActionCommand:function(e){return i(void 0,function(){return t.applyCodeActionCommand(e)})},getEmitOutput:o(t.getEmitOutput),getProgram:function(){return t.getProgram()},dispose:function(){return t.dispose()},getApplicableRefactors:a(t.getApplicableRefactors),getEditsForRefactor:c(t.getEditsForRefactor),getDefinitionAndBoundSpan:s(t.getDefinitionAndBoundSpan),getCombinedCodeFix:function(e,n,r,o){return i(void 0,function(){return t.getCombinedCodeFix(e,n,r,o)})},getSuggestionDiagnostics:function(t){return[]},organizeImports:function(t,e){return[]},getEditsForFileRename:function(t,e,n,r){return[]}}}(n);var h=function(t){e[t]=function(){return n[t].apply(n,arguments)}};for(var f in n)h(f);function d(e,n){try{return n()}catch(n){return t.project.projectService.logger.info("Failed to "+e+": "+n.toString()),t.project.projectService.logger.info("Stack trace: "+n.stack),null}}var v=new AE(t.languageServiceHost,t.languageService),y=Il(v);return v.setSite(y),kE.set(t.project,v),e.getCompletionsAtPosition=function(t,e,r){var i=n.getCompletionsAtPosition(t,e,r)||{isGlobalCompletion:!1,isMemberCompletion:!1,isNewIdentifierLocation:!1,entries:[]};return d("get completions",function(){var n,r,o,s=y.getCompletionsAt(t,e);if(s&&s.length){void 0===i&&(i={isGlobalCompletion:!1,isMemberCompletion:!1,isNewIdentifierLocation:!1,entries:[]});try{for(var a=p(s),u=a.next();!u.done;u=a.next())i.entries.push({kind:(o=u.value).kind,name:o.name,sortText:o.sort,kindModifiers:""})}catch(t){n={error:t}}finally{try{u&&!u.done&&(r=a.return)&&r.call(a)}finally{if(n)throw n.error}}}}),i},e.getQuickInfoAtPosition=function(t,e){var r=n.getQuickInfoAtPosition(t,e);return d("get quick info",function(){var n,i,o=y.getHoverAt(t,e);if(o){var s=[];try{for(var a=p(o.text),u=a.next();!u.done;u=a.next()){var c=u.value;s.push({kind:c.language||"angular",text:c.text})}}catch(t){n={error:t}}finally{try{u&&!u.done&&(i=a.return)&&i.call(a)}finally{if(n)throw n.error}}var l=r&&r.tags;r={displayParts:s,documentation:[],kind:"angular",kindModifiers:"what does this do?",textSpan:{start:o.span.start,length:o.span.end-o.span.start}},l&&(r.tags=l)}}),r},e.getSemanticDiagnostics=function(e){var i=n.getSemanticDiagnostics(e)||[];return d("get diagnostics",function(){t.project.projectService.logger.info("Computing Angular semantic diagnostics...");var o=y.getDiagnostics(e);if(o&&o.length){var s=n.getProgram().getSourceFile(e);s&&i.push.apply(i,o.map(function(t){return function e(t,n){return{file:n,start:t.span.start,length:t.span.end-t.span.start,messageText:function i(t){return"string"==typeof t?t:function t(e){return{messageText:e.message,category:r.DiagnosticCategory.Error,code:0,next:e.next?t(e.next):void 0}}(t)}(t.message),category:r.DiagnosticCategory.Error,code:0,source:"ng"}}(t,s)}))}}),i},e.getDefinitionAtPosition=function(t,e){var r=n.getDefinitionAtPosition(t,e);return r&&r.length?r:d("get definition",function(){var n,i,o=y.getDefinitionAt(t,e);if(o&&o.length){r=r||[];try{for(var s=p(o),a=s.next();!a.done;a=s.next()){var u=a.value;r.push({fileName:u.fileName,textSpan:{start:u.span.start,length:u.span.end-u.span.start},name:"",kind:"definition",containerName:u.fileName,containerKind:"file"})}}catch(t){n={error:t}}finally{try{a&&!a.done&&(i=s.return)&&i.call(s)}finally{if(n)throw n.error}}}return r})||[]},e}
1386
1393
  /**
1387
1394
  * @license
1388
1395
  * Copyright Google Inc. All Rights Reserved.