@angular/core 8.0.0 → 8.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/core-testing.umd.js +1 -1
- package/bundles/core-testing.umd.min.js +1 -1
- package/bundles/core-testing.umd.min.js.map +1 -1
- package/bundles/core.umd.js +51 -39
- package/bundles/core.umd.js.map +1 -1
- package/bundles/core.umd.min.js +74 -82
- package/bundles/core.umd.min.js.map +1 -1
- package/core.d.ts +17 -5
- package/core.metadata.json +1 -1
- package/esm2015/src/di/injectable.js +1 -1
- package/esm2015/src/render3/component_ref.js +2 -4
- package/esm2015/src/render3/index.js +1 -1
- package/esm2015/src/render3/instructions/all.js +2 -2
- package/esm2015/src/render3/instructions/projection.js +52 -13
- package/esm2015/src/render3/interfaces/projection.js +1 -1
- package/esm2015/src/render3/node_selector_matcher.js +2 -27
- package/esm2015/src/render3/styling/class_and_style_bindings.js +2 -2
- package/esm2015/src/version.js +1 -1
- package/esm5/src/di/injectable.js +1 -1
- package/esm5/src/render3/component_ref.js +2 -4
- package/esm5/src/render3/index.js +1 -1
- package/esm5/src/render3/instructions/projection.js +49 -14
- package/esm5/src/render3/interfaces/projection.js +1 -1
- package/esm5/src/render3/node_selector_matcher.js +2 -23
- package/esm5/src/render3/styling/class_and_style_bindings.js +2 -2
- package/esm5/src/version.js +1 -1
- package/fesm2015/core.js +54 -42
- package/fesm2015/core.js.map +1 -1
- package/fesm2015/testing.js +1 -1
- package/fesm5/core.js +51 -39
- package/fesm5/core.js.map +1 -1
- package/fesm5/testing.js +1 -1
- package/package.json +1 -1
- package/schematics/migrations/injectable-pipe/index.js +5 -2
- package/schematics/migrations/move-document/index.js +5 -2
- package/schematics/migrations/static-queries/index.js +5 -2
- package/schematics/migrations/template-var-assignment/index.js +6 -3
- package/src/r3_symbols.d.ts +1 -1
- package/testing/testing.d.ts +1 -1
- package/testing.d.ts +1 -1
package/bundles/core.umd.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v8.0.
|
|
2
|
+
* @license Angular v8.0.1
|
|
3
3
|
* (c) 2010-2019 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
*
|
|
11
11
|
* Use of this source code is governed by an MIT-style license that can be
|
|
12
12
|
* found in the LICENSE file at https://angular.io/license
|
|
13
|
-
*/var d="__annotations__",p="__parameters__",h="__prop__metadata__";function v(e,t,n,r,o){var i=
|
|
13
|
+
*/var d="__annotations__",p="__parameters__",h="__prop__metadata__";function v(e,t,n,r,o){var i=y(t);function a(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];if(this instanceof a)return i.call.apply(i,f([this],t)),this;var u=new((e=a).bind.apply(e,f([void 0],t)));return function e(n){return o&&o.apply(void 0,f([n],t)),(n.hasOwnProperty(d)?n[d]:Object.defineProperty(n,d,{value:[]})[d]).push(u),r&&r(n),n}}return n&&(a.prototype=Object.create(n.prototype)),a.prototype.ngMetadataName=e,a.annotationCls=a,a}function y(e){return function t(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];if(e){var o=e.apply(void 0,f(n));for(var i in o)this[i]=o[i]}}}function g(e,t,n){var r=y(t);function o(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];if(this instanceof o)return r.apply(this,t),this;var i=new((e=o).bind.apply(e,f([void 0],t)));return a.annotation=i,a;function a(e,t,n){for(var r=e.hasOwnProperty(p)?e[p]:Object.defineProperty(e,p,{value:[]})[p];r.length<=n;)r.push(null);return(r[n]=r[n]||[]).push(i),e}}return n&&(o.prototype=Object.create(n.prototype)),o.prototype.ngMetadataName=e,o.annotationCls=o,o}function m(e,t,n,r){var o=y(t);function i(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];if(this instanceof i)return o.apply(this,t),this;var a=new((e=i).bind.apply(e,f([void 0],t)));return function u(e,n){var o=e.constructor,i=o.hasOwnProperty(h)?o[h]:Object.defineProperty(o,h,{value:{}})[h];i[n]=i.hasOwnProperty(n)&&i[n]||[],i[n].unshift(a),r&&r.apply(void 0,f([e,n],t))}}return n&&(i.prototype=Object.create(n.prototype)),i.prototype.ngMetadataName=e,i.annotationCls=i,i}
|
|
14
14
|
/**
|
|
15
15
|
* @license
|
|
16
16
|
* Copyright Google Inc. All Rights Reserved.
|
|
17
17
|
*
|
|
18
18
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19
19
|
* found in the LICENSE file at https://angular.io/license
|
|
20
|
-
*/var _,w=function(e){return{token:e}},b=
|
|
20
|
+
*/var _,w=function(e){return{token:e}},b=g("Inject",w),C=g("Optional"),x=g("Self"),I=g("SkipSelf"),k=g("Host"),E=function(e){return{attributeName:e}},O=g("Attribute",E);
|
|
21
21
|
/**
|
|
22
22
|
* @license
|
|
23
23
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -119,7 +119,7 @@ function z(){var e=Q.ng;if(!e||!e.ɵcompilerFacade)throw new Error("Angular JIT
|
|
|
119
119
|
*
|
|
120
120
|
* Use of this source code is governed by an MIT-style license that can be
|
|
121
121
|
* found in the LICENSE file at https://angular.io/license
|
|
122
|
-
*/(t,e)})}function ve(e,t){var n=null;e.hasOwnProperty(S)||Object.defineProperty(e,S,{get:function(){if(null===n){var r=t||{providedIn:null},o=
|
|
122
|
+
*/(t,e)})}function ve(e,t){var n=null;e.hasOwnProperty(S)||Object.defineProperty(e,S,{get:function(){if(null===n){var r=t||{providedIn:null},o=ge(r)||_e(r)||me(r)||we(r),i={name:e.name,type:e,typeArgumentCount:0,providedIn:r.providedIn,ctorDeps:pe(e),userDeps:void 0};if((ge(r)||_e(r))&&void 0!==r.deps&&(i.userDeps=he(r.deps)),o)if(ge(r))i.useClass=r.useClass;else if(me(r))i.useValue=r.useValue;else if(_e(r))i.useFactory=r.useFactory;else{if(!we(r))throw new Error("Unreachable state.");i.useExisting=r.useExisting}else i.useClass=e;n=z().compileInjectable(ee,"ng:///"+e.name+"/ngInjectableDef.js",i)}return n}})}var ye=T({provide:String,useValue:T});function ge(e){return void 0!==e.useClass}function me(e){return ye in e}function _e(e){return void 0!==e.useFactory}function we(e){return void 0!==e.useExisting}
|
|
123
123
|
/**
|
|
124
124
|
* @license
|
|
125
125
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -133,7 +133,7 @@ function z(){var e=Q.ng;if(!e||!e.ɵcompilerFacade)throw new Error("Angular JIT
|
|
|
133
133
|
*
|
|
134
134
|
* Use of this source code is governed by an MIT-style license that can be
|
|
135
135
|
* found in the LICENSE file at https://angular.io/license
|
|
136
|
-
*/var Ie=v("Injectable",void 0,void 0,void 0,function(e,t){return Ee(e,t)}),ke=ve,Ee=function Oe(e,t){t&&void 0!==t.providedIn&&!D(e)&&(e.ngInjectableDef=N({providedIn:t.providedIn,factory:xe(e,t)}))},Te=function(){function e(e,t){this._desc=e,this.ngMetadataName="InjectionToken",this.ngInjectableDef=void 0,"number"==typeof t?this.__NG_ELEMENT_ID__=t:void 0!==t&&(this.ngInjectableDef=N({providedIn:t.providedIn||"root",factory:t.factory}))}return e.prototype.toString=function(){return"InjectionToken "+this._desc},e}(),Pe="__source",Ne=new Object,je=Ne,Ae=new Te("INJECTOR",-1),De=function(){function e(){}return e.prototype.get=function(e,t){if(void 0===t&&(t=Ne),t===Ne){var n=new Error("NullInjectorError: No provider for "+M(e)+"!");throw n.name="NullInjectorError",n}return t},e}(),Re=function(){function e(){}return e.create=function(e,t){return Array.isArray(e)?new ze(e,t):new ze(e.providers,e.parent,e.name||null)},e.THROW_IF_NOT_FOUND=Ne,e.NULL=new De,e.ngInjectableDef=N({providedIn:"any",factory:function(){return Y(Ae)}}),e.__NG_ELEMENT_ID__=-1,e}(),Se=function(e){return e},Ve=[],Me=Se,Fe=function(){return Array.prototype.slice.call(arguments)},He=T({provide:String,useValue:T}),Le="ngTokenPath",Be="ngTempTokenPath",Qe=/\n/gm,Ue="ɵ",ze=function(){function t(e,t,n){void 0===t&&(t=Re.NULL),void 0===n&&(n=null),this.parent=t,this.source=n;var r=this._records=new Map;r.set(Re,{token:Re,fn:Se,deps:Ve,value:this,useNew:!1}),r.set(Ae,{token:Ae,fn:Se,deps:Ve,value:this,useNew:!1}),function e(t,n){if(n)if((n=L(n))instanceof Array)for(var r=0;r<n.length;r++)e(t,n[r]);else{if("function"==typeof n)throw We("Function/Class not supported",n);if(!n||"object"!=typeof n||!n.provide)throw We("Unexpected provider",n);var o=L(n.provide),i=function a(e){var t=function n(e){var t=Ve,n=e.deps;if(n&&n.length){t=[];for(var r=0;r<n.length;r++){var o=6;if((s=L(n[r]))instanceof Array)for(var i=0,a=s;i<a.length;i++){var u=a[i];u instanceof C||u==C?o|=1:u instanceof I||u==I?o&=-3:u instanceof x||u==x?o&=-5:s=u instanceof b?u.token:L(u)}t.push({token:s,options:o})}}else if(e.useExisting){var s;t=[{token:s=L(e.useExisting),options:6}]}else if(!(n||He in e))throw We("'deps' required",e);return t}(e),r=Se,o=Ve,i=!1,a=L(e.provide);if(He in e)o=e.useValue;else if(e.useFactory)r=e.useFactory;else if(e.useExisting);else if(e.useClass)i=!0,r=L(e.useClass);else{if("function"!=typeof a)throw We("StaticProvider does not have [useValue|useFactory|useExisting|useClass] or [provide] is not newable",e);i=!0,r=a}return{deps:t,fn:r,useNew:i,value:o}}(n);if(!0===n.multi){var u=t.get(o);if(u){if(u.fn!==Fe)throw Ze(o)}else t.set(o,u={token:n.provide,deps:[],useNew:!1,fn:Fe,value:Ve});u.deps.push({token:o=n,options:6})}var s=t.get(o);if(s&&s.fn==Fe)throw Ze(o);t.set(o,i)}}(r,e)}return t.prototype.get=function(t,n,r){void 0===r&&(r=e.InjectFlags.Default);var o=this._records.get(t);try{return function t(n,r,o,i,a,u){try{return function s(n,r,o,i,a,u){var s,l;if(!r||u&e.InjectFlags.SkipSelf)u&e.InjectFlags.Self||(l=i.get(n,a,e.InjectFlags.Default));else{if((l=r.value)==Me)throw Error(Ue+"Circular dependency");if(l===Ve){r.value=Me;var c=r.useNew,d=r.fn,p=r.deps,h=Ve;if(p.length){h=[];for(var v=0;v<p.length;v++){var
|
|
136
|
+
*/var Ie=v("Injectable",void 0,void 0,void 0,function(e,t){return Ee(e,t)}),ke=ve,Ee=function Oe(e,t){t&&void 0!==t.providedIn&&!D(e)&&(e.ngInjectableDef=N({providedIn:t.providedIn,factory:xe(e,t)}))},Te=function(){function e(e,t){this._desc=e,this.ngMetadataName="InjectionToken",this.ngInjectableDef=void 0,"number"==typeof t?this.__NG_ELEMENT_ID__=t:void 0!==t&&(this.ngInjectableDef=N({providedIn:t.providedIn||"root",factory:t.factory}))}return e.prototype.toString=function(){return"InjectionToken "+this._desc},e}(),Pe="__source",Ne=new Object,je=Ne,Ae=new Te("INJECTOR",-1),De=function(){function e(){}return e.prototype.get=function(e,t){if(void 0===t&&(t=Ne),t===Ne){var n=new Error("NullInjectorError: No provider for "+M(e)+"!");throw n.name="NullInjectorError",n}return t},e}(),Re=function(){function e(){}return e.create=function(e,t){return Array.isArray(e)?new ze(e,t):new ze(e.providers,e.parent,e.name||null)},e.THROW_IF_NOT_FOUND=Ne,e.NULL=new De,e.ngInjectableDef=N({providedIn:"any",factory:function(){return Y(Ae)}}),e.__NG_ELEMENT_ID__=-1,e}(),Se=function(e){return e},Ve=[],Me=Se,Fe=function(){return Array.prototype.slice.call(arguments)},He=T({provide:String,useValue:T}),Le="ngTokenPath",Be="ngTempTokenPath",Qe=/\n/gm,Ue="ɵ",ze=function(){function t(e,t,n){void 0===t&&(t=Re.NULL),void 0===n&&(n=null),this.parent=t,this.source=n;var r=this._records=new Map;r.set(Re,{token:Re,fn:Se,deps:Ve,value:this,useNew:!1}),r.set(Ae,{token:Ae,fn:Se,deps:Ve,value:this,useNew:!1}),function e(t,n){if(n)if((n=L(n))instanceof Array)for(var r=0;r<n.length;r++)e(t,n[r]);else{if("function"==typeof n)throw We("Function/Class not supported",n);if(!n||"object"!=typeof n||!n.provide)throw We("Unexpected provider",n);var o=L(n.provide),i=function a(e){var t=function n(e){var t=Ve,n=e.deps;if(n&&n.length){t=[];for(var r=0;r<n.length;r++){var o=6;if((s=L(n[r]))instanceof Array)for(var i=0,a=s;i<a.length;i++){var u=a[i];u instanceof C||u==C?o|=1:u instanceof I||u==I?o&=-3:u instanceof x||u==x?o&=-5:s=u instanceof b?u.token:L(u)}t.push({token:s,options:o})}}else if(e.useExisting){var s;t=[{token:s=L(e.useExisting),options:6}]}else if(!(n||He in e))throw We("'deps' required",e);return t}(e),r=Se,o=Ve,i=!1,a=L(e.provide);if(He in e)o=e.useValue;else if(e.useFactory)r=e.useFactory;else if(e.useExisting);else if(e.useClass)i=!0,r=L(e.useClass);else{if("function"!=typeof a)throw We("StaticProvider does not have [useValue|useFactory|useExisting|useClass] or [provide] is not newable",e);i=!0,r=a}return{deps:t,fn:r,useNew:i,value:o}}(n);if(!0===n.multi){var u=t.get(o);if(u){if(u.fn!==Fe)throw Ze(o)}else t.set(o,u={token:n.provide,deps:[],useNew:!1,fn:Fe,value:Ve});u.deps.push({token:o=n,options:6})}var s=t.get(o);if(s&&s.fn==Fe)throw Ze(o);t.set(o,i)}}(r,e)}return t.prototype.get=function(t,n,r){void 0===r&&(r=e.InjectFlags.Default);var o=this._records.get(t);try{return function t(n,r,o,i,a,u){try{return function s(n,r,o,i,a,u){var s,l;if(!r||u&e.InjectFlags.SkipSelf)u&e.InjectFlags.Self||(l=i.get(n,a,e.InjectFlags.Default));else{if((l=r.value)==Me)throw Error(Ue+"Circular dependency");if(l===Ve){r.value=Me;var c=r.useNew,d=r.fn,p=r.deps,h=Ve;if(p.length){h=[];for(var v=0;v<p.length;v++){var y=p[v],g=y.options,m=2&g?o.get(y.token):void 0;h.push(t(y.token,m,o,m||4&g?i:Re.NULL,1&g?null:Re.THROW_IF_NOT_FOUND,e.InjectFlags.Default))}}r.value=l=c?new((s=d).bind.apply(s,f([void 0],h))):d.apply(void 0,h)}}return l}(n,r,o,i,a,u)}catch(e){throw e instanceof Error||(e=new Error(e)),(e[Be]=e[Be]||[]).unshift(n),r&&r.value==Me&&(r.value=Ve),e}}(t,o,this._records,this.parent,n,r)}catch(e){return qe(e,t,"StaticInjectorError",this.source)}},t.prototype.toString=function(){var e=[];return this._records.forEach(function(t,n){return e.push(M(n))}),"StaticInjector["+e.join(", ")+"]"},t}();function Ze(e){return We("Cannot mix multi providers and regular providers",e)}function qe(e,t,n,r){var o=e[Be];throw t[Pe]&&o.unshift(t[Pe]),e.message=Ke("\n"+e.message,o,n,r),e[Le]=o,e[Be]=null,e}function Ke(e,t,n,r){void 0===r&&(r=null),e=e&&"\n"===e.charAt(0)&&e.charAt(1)==Ue?e.substr(2):e;var o=M(t);if(t instanceof Array)o=t.map(M).join(" -> ");else if("object"==typeof t){var i=[];for(var a in t)if(t.hasOwnProperty(a)){var u=t[a];i.push(a+":"+("string"==typeof u?JSON.stringify(u):M(u)))}o="{"+i.join(", ")+"}"}return n+(r?"("+r+")":"")+"["+o+"]: "+e.replace(Qe,"\n ")}function We(e,t){return new Error(Ke(e,t,"StaticInjectorError"))}
|
|
137
137
|
/**
|
|
138
138
|
* @license
|
|
139
139
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -163,7 +163,7 @@ var nt=function(){function e(e,t){if(this.token=e,this.id=t,!e)throw new Error("
|
|
|
163
163
|
*
|
|
164
164
|
* Use of this source code is governed by an MIT-style license that can be
|
|
165
165
|
* found in the LICENSE file at https://angular.io/license
|
|
166
|
-
*/var vt,gt,
|
|
166
|
+
*/var vt,yt,gt,mt=new Object,_t=function(){function e(){}return e.resolve=function(e){return ft(e)},e.resolveAndCreate=function(t,n){var r=e.resolve(t);return e.fromResolvedProviders(r,n)},e.fromResolvedProviders=function(e,t){return new wt(e,t)},e}(),wt=function(){function e(e,t){this._constructionCounter=0,this._providers=e,this.parent=t||null;var n=e.length;this.keyIds=new Array(n),this.objs=new Array(n);for(var r=0;r<n;r++)this.keyIds[r]=e[r].key.id,this.objs[r]=mt}return e.prototype.get=function(e,t){return void 0===t&&(t=je),this._getByKey(nt.get(e),null,t)},e.prototype.resolveAndCreateChild=function(e){var t=_t.resolve(e);return this.createChildFromResolved(t)},e.prototype.createChildFromResolved=function(t){var n=new e(t);return n.parent=this,n},e.prototype.resolveAndInstantiate=function(e){return this.instantiateResolved(_t.resolve([e])[0])},e.prototype.instantiateResolved=function(e){return this._instantiateProvider(e)},e.prototype.getProviderAtIndex=function(e){if(e<0||e>=this._providers.length)throw function t(e){return Error("Index "+e+" is out-of-bounds.")}(e);return this._providers[e]},e.prototype._new=function(e){if(this._constructionCounter++>this._getMaxNumberOfObjects())throw function t(e,n){return Xe(e,n,function(e){return"Cannot instantiate cyclic dependency!"+Je(e)})}(this,e.key);return this._instantiateProvider(e)},e.prototype._getMaxNumberOfObjects=function(){return this.objs.length},e.prototype._instantiateProvider=function(e){if(e.multiProvider){for(var t=new Array(e.resolvedFactories.length),n=0;n<e.resolvedFactories.length;++n)t[n]=this._instantiate(e,e.resolvedFactories[n]);return t}return this._instantiate(e,e.resolvedFactories[0])},e.prototype._instantiate=function(e,t){var n,r,o=this,i=t.factory;try{n=t.dependencies.map(function(e){return o._getByReflectiveDependency(e)})}catch(t){throw t.addKey&&t.addKey(this,e.key),t}try{r=i.apply(void 0,f(n))}catch(t){throw function a(e,t,n,r){return Xe(e,r,function(e){var n=M(e[0].token);return t.message+": Error during instantiation of "+n+"!"+Je(e)+"."},t)}(this,t,0,e.key)}return r},e.prototype._getByReflectiveDependency=function(e){return this._getByKey(e.key,e.visibility,e.optional?null:je)},e.prototype._getByKey=function(t,n,r){return t===e.INJECTOR_KEY?this:n instanceof x?this._getByKeySelf(t,r):this._getByKeyDefault(t,r,n)},e.prototype._getObjByKeyId=function(e){for(var t=0;t<this.keyIds.length;t++)if(this.keyIds[t]===e)return this.objs[t]===mt&&(this.objs[t]=this._new(this._providers[t])),this.objs[t];return mt},e.prototype._throwOrNull=function(e,t){if(t!==je)return t;throw function n(e,t){return Xe(e,t,function(e){return"No provider for "+M(e[0].token)+"!"+Je(e)})}(this,e)},e.prototype._getByKeySelf=function(e,t){var n=this._getObjByKeyId(e.id);return n!==mt?n:this._throwOrNull(e,t)},e.prototype._getByKeyDefault=function(t,n,r){var o;for(o=r instanceof I?this.parent:this;o instanceof e;){var i=o,a=i._getObjByKeyId(t.id);if(a!==mt)return a;o=i.parent}return null!==o?o.get(t.token,n):this._throwOrNull(t,n)},Object.defineProperty(e.prototype,"displayName",{get:function(){return"ReflectiveInjector(providers: ["+function e(t,n){for(var r=new Array(t._providers.length),o=0;o<t._providers.length;++o)r[o]=n(t.getProviderAtIndex(o));return r}
|
|
167
167
|
/**
|
|
168
168
|
* @license
|
|
169
169
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -184,7 +184,7 @@ var nt=function(){function e(e,t){if(this.token=e,this.id=t,!e)throw new Error("
|
|
|
184
184
|
*
|
|
185
185
|
* Use of this source code is governed by an MIT-style license that can be
|
|
186
186
|
* found in the LICENSE file at https://angular.io/license
|
|
187
|
-
*/(this,function(e){return' "'+e.key.displayName+'" '}).join(", ")+"])"},enumerable:!0,configurable:!0}),e.prototype.toString=function(){return this.displayName},e.INJECTOR_KEY=nt.get(Re),e}(),bt=new Te("AnalyzeForEntryComponents"),Ct=m("ContentChildren",function(e,t){return void 0===t&&(t={}),i({selector:e,first:!1,isViewQuery:!1,descendants:!1},t)},
|
|
187
|
+
*/(this,function(e){return' "'+e.key.displayName+'" '}).join(", ")+"])"},enumerable:!0,configurable:!0}),e.prototype.toString=function(){return this.displayName},e.INJECTOR_KEY=nt.get(Re),e}(),bt=new Te("AnalyzeForEntryComponents"),Ct=m("ContentChildren",function(e,t){return void 0===t&&(t={}),i({selector:e,first:!1,isViewQuery:!1,descendants:!1},t)},gt=function gt(){}),xt=m("ContentChild",function(e,t){return void 0===t&&(t={}),i({selector:e,first:!0,isViewQuery:!1,descendants:!0},t)},gt),It=m("ViewChildren",function(e,t){return void 0===t&&(t={}),i({selector:e,first:!1,isViewQuery:!0,descendants:!0},t)},gt),kt=m("ViewChild",function(e,t){return i({selector:e,first:!0,isViewQuery:!0,descendants:!0},t)},gt);
|
|
188
188
|
/**
|
|
189
189
|
* @license
|
|
190
190
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -207,7 +207,7 @@ function Et(e){var t=[],n=new Map;function r(t){var r=n.get(t);if(!r){var o=e(t)
|
|
|
207
207
|
* Use of this source code is governed by an MIT-style license that can be
|
|
208
208
|
* found in the LICENSE file at https://angular.io/license
|
|
209
209
|
*/
|
|
210
|
-
vt=e.ChangeDetectionStrategy||(e.ChangeDetectionStrategy={}))[vt.OnPush=0]="OnPush",vt[vt.Default=1]="Default",(
|
|
210
|
+
vt=e.ChangeDetectionStrategy||(e.ChangeDetectionStrategy={}))[vt.OnPush=0]="OnPush",vt[vt.Default=1]="Default",(yt=e.ɵChangeDetectorStatus||(e.ɵChangeDetectorStatus={}))[yt.CheckOnce=0]="CheckOnce",yt[yt.Checked=1]="Checked",yt[yt.CheckAlways=2]="CheckAlways",yt[yt.Detached=3]="Detached",yt[yt.Errored=4]="Errored",yt[yt.Destroyed=5]="Destroyed";var Ot,Tt=new Map,Pt=new Set;function Nt(e){return!!(e.templateUrl&&!e.template||e.styleUrls&&e.styleUrls.length)}function jt(){var e=Tt;return Tt=new Map,e}function At(e){return"string"==typeof e?e:e.text()}
|
|
211
211
|
/**
|
|
212
212
|
* @license
|
|
213
213
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -252,7 +252,7 @@ Ot=e.ViewEncapsulation||(e.ViewEncapsulation={}))[Ot.Emulated=0]="Emulated",Ot[O
|
|
|
252
252
|
* Use of this source code is governed by an MIT-style license that can be
|
|
253
253
|
* found in the LICENSE file at https://angular.io/license
|
|
254
254
|
*/
|
|
255
|
-
var vn=0,
|
|
255
|
+
var vn=0,yn=1,gn=2,mn=3,_n=4,wn=5,bn=6,Cn=7,xn=8,In=9,kn=10,En=11,On=12,Tn=13,Pn=14,Nn=15,jn=16,An=17,Dn=18,Rn=20,Sn=1,Vn=2,Mn=7,Fn=8,Hn="__ngContext__";
|
|
256
256
|
/**
|
|
257
257
|
* @license
|
|
258
258
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -260,7 +260,7 @@ var vn=0,gn=1,yn=2,mn=3,_n=4,wn=5,bn=6,Cn=7,xn=8,In=9,kn=10,En=11,On=12,Tn=13,Pn
|
|
|
260
260
|
* Use of this source code is governed by an MIT-style license that can be
|
|
261
261
|
* found in the LICENSE file at https://angular.io/license
|
|
262
262
|
*/
|
|
263
|
-
function Ln(e){for(;Array.isArray(e);)e=e[vn];return e}function Bn(e){return Array.isArray(e)&&"object"==typeof e[Sn]}function Qn(e){return Array.isArray(e)&&!0===e[Sn]}function Un(e,t){return Ln(t[e+Rn])}function zn(e,t){return Ln(t[e.index])}function Zn(e,t){return t[
|
|
263
|
+
function Ln(e){for(;Array.isArray(e);)e=e[vn];return e}function Bn(e){return Array.isArray(e)&&"object"==typeof e[Sn]}function Qn(e){return Array.isArray(e)&&!0===e[Sn]}function Un(e,t){return Ln(t[e+Rn])}function zn(e,t){return Ln(t[e.index])}function Zn(e,t){return t[yn].data[e+Rn]}function qn(e,t){return e[t+Rn]}function Kn(e,t){var n=t[e];return Bn(n)?n:n[vn]}function Wn(e){return 1==(1&e.flags)}function Gn(e){return null!==e.template}function Yn(e){return 0!=(512&e[gn])}function $n(e){return e[Hn]}function Jn(e){var t=$n(e);return t?Array.isArray(t)?t:t.lView:null}function Xn(e){return Qn(e[mn])}function er(e){e[Dn]=0}
|
|
264
264
|
/**
|
|
265
265
|
* @license
|
|
266
266
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -283,14 +283,14 @@ var tr=8,nr=8,rr=9,or=-1,ir=function ir(e,t,n){this.factory=e,this.resolving=!1,
|
|
|
283
283
|
* Use of this source code is governed by an MIT-style license that can be
|
|
284
284
|
* found in the LICENSE file at https://angular.io/license
|
|
285
285
|
*/
|
|
286
|
-
function ar(e,t,n,r,o,i){var a=t.onChanges,u=t.onInit,s=t.doCheck;o>=0&&(!n.preOrderHooks||o===n.preOrderHooks.length)&&(a||u||s)&&(n.preOrderHooks||(n.preOrderHooks=[])).push(r),i>=0&&(!n.preOrderCheckHooks||i===n.preOrderCheckHooks.length)&&(a||s)&&(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(r),a&&((n.preOrderHooks||(n.preOrderHooks=[])).push(e,a),(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(e,a)),u&&(n.preOrderHooks||(n.preOrderHooks=[])).push(-e,u),s&&((n.preOrderHooks||(n.preOrderHooks=[])).push(e,s),(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(e,s))}function ur(e,t){if(e.firstTemplatePass)for(var n=t.directiveStart,r=t.directiveEnd;n<r;n++){var o=e.data[n];o.afterContentInit&&(e.contentHooks||(e.contentHooks=[])).push(-n,o.afterContentInit),o.afterContentChecked&&((e.contentHooks||(e.contentHooks=[])).push(n,o.afterContentChecked),(e.contentCheckHooks||(e.contentCheckHooks=[])).push(n,o.afterContentChecked)),o.afterViewInit&&(e.viewHooks||(e.viewHooks=[])).push(-n,o.afterViewInit),o.afterViewChecked&&((e.viewHooks||(e.viewHooks=[])).push(n,o.afterViewChecked),(e.viewCheckHooks||(e.viewCheckHooks=[])).push(n,o.afterViewChecked)),null!=o.onDestroy&&(e.destroyHooks||(e.destroyHooks=[])).push(n,o.onDestroy)}}function sr(e,t,n,r){n||lr(e,t.preOrderHooks,t.preOrderCheckHooks,n,0,void 0!==r?r:null)}function lr(e,t,n,r,o,i){if(!r){var a=(3&e[
|
|
286
|
+
function ar(e,t,n,r,o,i){var a=t.onChanges,u=t.onInit,s=t.doCheck;o>=0&&(!n.preOrderHooks||o===n.preOrderHooks.length)&&(a||u||s)&&(n.preOrderHooks||(n.preOrderHooks=[])).push(r),i>=0&&(!n.preOrderCheckHooks||i===n.preOrderCheckHooks.length)&&(a||s)&&(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(r),a&&((n.preOrderHooks||(n.preOrderHooks=[])).push(e,a),(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(e,a)),u&&(n.preOrderHooks||(n.preOrderHooks=[])).push(-e,u),s&&((n.preOrderHooks||(n.preOrderHooks=[])).push(e,s),(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(e,s))}function ur(e,t){if(e.firstTemplatePass)for(var n=t.directiveStart,r=t.directiveEnd;n<r;n++){var o=e.data[n];o.afterContentInit&&(e.contentHooks||(e.contentHooks=[])).push(-n,o.afterContentInit),o.afterContentChecked&&((e.contentHooks||(e.contentHooks=[])).push(n,o.afterContentChecked),(e.contentCheckHooks||(e.contentCheckHooks=[])).push(n,o.afterContentChecked)),o.afterViewInit&&(e.viewHooks||(e.viewHooks=[])).push(-n,o.afterViewInit),o.afterViewChecked&&((e.viewHooks||(e.viewHooks=[])).push(n,o.afterViewChecked),(e.viewCheckHooks||(e.viewCheckHooks=[])).push(n,o.afterViewChecked)),null!=o.onDestroy&&(e.destroyHooks||(e.destroyHooks=[])).push(n,o.onDestroy)}}function sr(e,t,n,r){n||lr(e,t.preOrderHooks,t.preOrderCheckHooks,n,0,void 0!==r?r:null)}function lr(e,t,n,r,o,i){if(!r){var a=(3&e[gn])===o?t:n;a&&function u(e,t,n,r){for(var o=null!=r?r:-1,i=0,a=void 0!==r?65535&e[Dn]:0;a<t.length;a++)if("number"==typeof t[a+1]){if(i=t[a],null!=r&&i>=r)break}else t[a]<0&&(e[Dn]+=65536),(i<o||-1==o)&&(cr(e,n,t,a),e[Dn]=(4294901760&e[Dn])+a+2),a++}(e,a,o,i),null==i&&(3&e[gn])===o&&3!==o&&(e[gn]&=1023,e[gn]+=1)}}function cr(e,t,n,r){var o=n[r]<0,i=n[r+1],a=e[o?-n[r]:n[r]];o?e[gn]>>10<e[Dn]>>16&&(3&e[gn])===t&&(e[gn]+=1024,i.call(a)):i.call(a)}var fr,dr=null;function pr(e){dr=e}
|
|
287
287
|
/**
|
|
288
288
|
* @license
|
|
289
289
|
* Copyright Google Inc. All Rights Reserved.
|
|
290
290
|
*
|
|
291
291
|
* Use of this source code is governed by an MIT-style license that can be
|
|
292
292
|
* found in the LICENSE file at https://angular.io/license
|
|
293
|
-
*/var hr,vr=null;function
|
|
293
|
+
*/var hr,vr=null;function yr(e){vr=e}function gr(){hr=!0}function mr(){hr=!1}function _r(){return Cr}var wr,br,Cr,xr=1,Ir=xr,kr=0,Er=0;function Or(e){void 0===e&&(e=null),Yr!==e&&(Jr(null==e?-1:e),Ir=xr,kr=0,Er=0)}function Tr(){Ir+=1+Er,kr=0,Er=0}function Pr(e){kr+=e,Er=Math.max(Er,kr)}function Nr(e){Mr=e}function jr(){return wr}function Ar(e){wr=e}function Dr(e,t){wr=e,Cr=t}function Rr(){return br}function Sr(e){br=e}function Vr(e){return void 0===e&&(e=Cr),4==(4&e[gn])}var Mr=null,Fr=!1;function Hr(){return Fr}function Lr(e){Fr=e}var Br=-1;function Qr(){return Br}function Ur(e){Br=e}var zr=0;function Zr(){return zr}function qr(e){zr=e}function Kr(e,t){var n=Cr;return e&&(Br=e[yn].bindingStartIndex),wr=t,br=!0,Cr=Mr=e,n}function Wr(e){return void 0===e&&(e=1),(Mr=function t(e,n){for(;e>0;)n=n[An],e--;return n}(e,Mr))[In]}function Gr(e){var t=Cr[yn];if(Vr(Cr))Cr[gn]&=-5;else try{er(Cr),lr(Cr,t.viewHooks,t.viewCheckHooks,Fr,2,void 0)}finally{Cr[gn]&=-73,Cr[Cn]=t.bindingStartIndex}pr(null),Kr(e,null)}var Yr=-1;function $r(){return Yr}function Jr(e){Yr=e,pr(null)}var Xr,eo=null;function to(){eo="http://www.w3.org/2000/svg"}function no(){eo="http://www.w3.org/1998/MathML/"}function ro(){eo=null}function oo(e){return!!e.listen}!function(e){e[e.Important=1]="Important",e[e.DashCase=2]="DashCase"}(Xr||(Xr={}));var io={createRenderer:function(e,t){return document}};
|
|
294
294
|
/**
|
|
295
295
|
* @license
|
|
296
296
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -298,14 +298,14 @@ function ar(e,t,n,r,o,i){var a=t.onChanges,u=t.onInit,s=t.doCheck;o>=0&&(!n.preO
|
|
|
298
298
|
* Use of this source code is governed by an MIT-style license that can be
|
|
299
299
|
* found in the LICENSE file at https://angular.io/license
|
|
300
300
|
*/
|
|
301
|
-
function ao(e){var t=$n(e);if(t){if(Array.isArray(t)){var n=t,r=void 0,o=void 0,i=void 0;if(function a(e){return e&&e.constructor&&e.constructor.ngComponentDef}(e)){if(-1==(r=po(n,e)))throw new Error("The provided component was not found in the application");o=e}else if(function u(e){return e&&e.constructor&&e.constructor.ngDirectiveDef}(e)){if(-1==(r=function s(e,t){for(var n=e[
|
|
301
|
+
function ao(e){var t=$n(e);if(t){if(Array.isArray(t)){var n=t,r=void 0,o=void 0,i=void 0;if(function a(e){return e&&e.constructor&&e.constructor.ngComponentDef}(e)){if(-1==(r=po(n,e)))throw new Error("The provided component was not found in the application");o=e}else if(function u(e){return e&&e.constructor&&e.constructor.ngDirectiveDef}(e)){if(-1==(r=function s(e,t){for(var n=e[yn].firstChild;n;){for(var r=n.directiveEnd,o=n.directiveStart;o<r;o++)if(e[o]===t)return n.index;n=fo(n)}return-1}(n,e)))throw new Error("The provided directive was not found in the application");i=ho(r,n,!1)}else if(-1==(r=co(n,e)))return null;var l=$n(y=Ln(n[r])),c=l&&!Array.isArray(l)?l:uo(n,r,y);if(o&&void 0===c.component&&(c.component=o,lo(c.component,c)),i&&void 0===c.directives){c.directives=i;for(var f=0;f<i.length;f++)lo(i[f],c)}lo(c.native,c),t=c}}else for(var d=e,p=d;p=p.parentNode;){var h=$n(p);if(h){if(n=void 0,!(n=Array.isArray(h)?h:h.lView))return null;var v=co(n,d);if(v>=0){var y;lo(y=Ln(n[v]),c=uo(n,v,y)),t=c;break}}}return t||null}function uo(e,t,n){return{lView:e,nodeIndex:t,native:n,component:void 0,directives:void 0,localRefs:void 0}}function so(e){var t,n=$n(e);if(Array.isArray(n)){var r=po(n,e);(o=uo(n,r,(t=Kn(r,n))[vn])).component=e,lo(e,o),lo(o.native,o)}else{var o;t=Kn((o=n).nodeIndex,o.lView)}return t}function lo(e,t){e[Hn]=t}function co(e,t){for(var n=e[yn].firstChild;n;){if(zn(n,e)===t)return n.index;n=fo(n)}return-1}function fo(e){if(e.child)return e.child;if(e.next)return e.next;for(;e.parent&&!e.parent.next;)e=e.parent;return e.parent&&e.parent.next}function po(e,t){var n=e[yn].components;if(n)for(var r=0;r<n.length;r++){var o=n[r];if(Kn(o,e)[In]===t)return o}else if(Kn(Rn,e)[In]===t)return Rn;return-1}function ho(e,t,n){var r=t[yn].data[e],o=r.directiveStart;return 0==o?St:(!n&&1&r.flags&&o++,t.slice(o,r.directiveEnd))}var vo=function(){function e(){this._players=[]}return e.prototype.flushPlayers=function(){for(var e=0;e<this._players.length;e++){var t=this._players[e];t.parent||0!==t.state||t.play()}this._players.length=0},e.prototype.queuePlayer=function(e){this._players.push(e)},e}(),yo=0,go="@";
|
|
302
302
|
/**
|
|
303
303
|
* @license
|
|
304
304
|
* Copyright Google Inc. All Rights Reserved.
|
|
305
305
|
*
|
|
306
306
|
* Use of this source code is governed by an MIT-style license that can be
|
|
307
307
|
* found in the LICENSE file at https://angular.io/license
|
|
308
|
-
*/function mo(e,t,n,r){var o=[e||null,0,[],n||[null,null],r||[null,null],[0,0],[0],[0],null,null];return _o(o,
|
|
308
|
+
*/function mo(e,t,n,r){var o=[e||null,0,[],n||[null,null],r||[null,null],[0,0],[0],[0],null,null];return _o(o,yo),o}function _o(e,t,n,r){void 0===n&&(n=-1);for(var o=e[2],i=2*t,a=i+2,u=o.length;u<a;u+=2)o.push(-1,null);var s=i+0;n>=0&&-1===o[s]&&(o[s]=n,o[i+1]=r||null)}function wo(e,t){for(var n=e,r=t[n],o=t;Array.isArray(r);)o=r,r=r[vn];if(function i(e){return Array.isArray(e)&&"number"==typeof e[Sn]}(o))return o;var a=Zn(e-Rn,t).stylingTemplate;return o!==t&&(n=vn),o[n]=a?function u(e,t){for(var n=t.slice(),r=0;r<10;r++){var o=t[r];Array.isArray(o)&&(n[r]=o.slice())}return n[0]=e,n[1]|=16,n}(r,a):mo(r)}function bo(e){return e[0]===go}function Co(e){return 0!=(8&e.flags)}function xo(e){return 0!=(16&e.flags)}function Io(e,t,n,r,o,i){return i=i||n,o?e[o]=r:e.push(r),!!r&&(r.addEventListener(200,function(){var t=e.indexOf(r);t&&(t<e[0]?e[t]=null:e.splice(t,1)),r.destroy()}),(t.playerHandler||(t.playerHandler=new vo)).queuePlayer(r,i),!0)}function ko(e){return e[9]}function Eo(e){return e[9]=[5,null,null,null,null]}function Oo(e,t){for(var n=_r()[On],r=oo(n),o=0;o<t.length;){var i=t[o];if("number"==typeof i){if(0!==i)break;o++;var a=t[o++],u=t[o++],s=t[o++];r?n.setAttribute(e,u,s,a):e.setAttributeNS(a,u,s)}else s=t[++o],bo(u=i)?r&&n.setProperty(e,u,s):r?n.setAttribute(e,u,s):e.setAttribute(u,s),o++}return o}function To(e,t){for(var n=t;n<e.length;n++){var r=e[n];if(1===r||2===r)return n}return-1}function Po(e){return 3===e||4===e}
|
|
309
309
|
/**
|
|
310
310
|
* @license
|
|
311
311
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -319,14 +319,14 @@ function ao(e){var t=$n(e);if(t){if(Array.isArray(t)){var n=t,r=void 0,o=void 0,
|
|
|
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
|
-
*/function Ro(e){var t=e[mn];return Qn(t)?t[mn]:t}function So(e){for(var t=e[bn];t&&2===t.type;)t=(e=e[An])[bn];return e}function Vo(e){return function t(e){for(var t=Bn(e)?e:Jn(e);t&&!(512&t[
|
|
322
|
+
*/function Ro(e){var t=e[mn];return Qn(t)?t[mn]:t}function So(e){for(var t=e[bn];t&&2===t.type;)t=(e=e[An])[bn];return e}function Vo(e){return function t(e){for(var t=Bn(e)?e:Jn(e);t&&!(512&t[gn]);)t=Ro(t);return t}(e)[In]}
|
|
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
|
-
*/var Mo=!0;function Fo(e){var t=Mo;return Mo=e,t}var Ho=255,Lo=0;function Bo(e,t){var n=Uo(e,t);if(-1!==n)return n;var r=t[
|
|
329
|
+
*/var Mo=!0;function Fo(e){var t=Mo;return Mo=e,t}var Ho=255,Lo=0;function Bo(e,t){var n=Uo(e,t);if(-1!==n)return n;var r=t[yn];r.firstTemplatePass&&(e.injectorIndex=t.length,Qo(r.data,e),Qo(t,null),Qo(r.blueprint,null));var o=zo(e,t),i=jo(o),a=Do(o,t),u=e.injectorIndex;if(No(o))for(var s=a[yn].data,l=0;l<8;l++)t[u+l]=a[i+l]|s[i+l];return t[u+nr]=o,u}function Qo(e,t){e.push(0,0,0,0,0,0,0,0,t)}function Uo(e,t){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null==t[e.injectorIndex+nr]?-1:e.injectorIndex}function zo(e,t){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;for(var n=t[bn],r=1;n&&-1===n.injectorIndex;)n=(t=t[An])?t[bn]:null,r++;return n?n.injectorIndex|r<<16:-1}function Zo(e,t,n){!function r(e,t,n){var r="string"!=typeof n?n[Bt]:n.charCodeAt(0)||0;null==r&&(r=n[Bt]=Lo++);var o=r&Ho,i=1<<o,a=64&o,u=32&o,s=t.data;128&o?a?u?s[e+7]|=i:s[e+6]|=i:u?s[e+5]|=i:s[e+4]|=i:a?u?s[e+3]|=i:s[e+2]|=i:u?s[e+1]|=i:s[e]|=i}(e,t[yn],n)}function qo(e,t){var n=e.attrs;if(n)for(var r=n.length,o=0;o<r;){var i=n[o];if(Po(i))break;if(0===i)o+=2;else if("number"==typeof i){if(o++,1===i&&"class"===t){for(var a="";o<r&&"string"==typeof n[o];)a+=" "+n[o++];return a.trim()}if(2===i&&"style"===t){for(var u="";o<r&&"string"==typeof n[o];)u+=n[o++]+": "+n[o++]+"; ";return u.trim()}for(;o<r&&"string"==typeof n[o];)o++}else{if(i===t)return n[o+1];o+=2}}return null}function Ko(t,n,r,o,i){if(void 0===o&&(o=e.InjectFlags.Default),t){var a=function u(e){if("string"==typeof e)return e.charCodeAt(0)||0;var t=e[Bt];return"number"==typeof t&&t>0?t&Ho:t}(r);if("function"==typeof a){var s=jr(),l=_r();Dr(t,n);try{var c=a();if(null!=c||o&e.InjectFlags.Optional)return c;throw new Error("No provider for "+an(r)+"!")}finally{Dr(s,l)}}else if("number"==typeof a){if(-1===a)return new ei(t,n);var f=null,d=Uo(t,n),p=or,h=o&e.InjectFlags.Host?So(n)[bn]:null;for((-1===d||o&e.InjectFlags.SkipSelf)&&(p=-1===d?zo(t,n):n[d+nr],Xo(o,!1)?(f=n[yn],d=jo(p),n=Do(p,n)):d=-1);-1!==d;){p=n[d+nr];var v=n[yn];if(Jo(a,d,v.data)){var y=Go(d,n,r,f,o,h);if(y!==Wo)return y}Xo(o,n[yn].data[d+tr]===h)&&Jo(a,d,n)?(f=v,d=jo(p),n=Do(p,n)):d=-1}}}if(o&e.InjectFlags.Optional&&void 0===i&&(i=null),0==(o&(e.InjectFlags.Self|e.InjectFlags.Host))){var g=n[kn],m=W(void 0);try{return g?g.get(r,i,o&e.InjectFlags.Optional):J(r,i,o&e.InjectFlags.Optional)}finally{W(m)}}if(o&e.InjectFlags.Optional)return i;throw new Error("NodeInjector: NOT_FOUND ["+an(r)+"]")}var Wo={};function Go(t,n,r,o,i,a){var u=n[yn],s=u.data[t+tr],l=Yo(s,n,r,null==o?Wn(s)&&Mo:o!=u&&3===s.type,i&e.InjectFlags.Host&&a===s);return null!==l?$o(u.data,n,l,s):Wo}function Yo(e,t,n,r,o){for(var i=e.providerIndexes,a=t[yn].data,u=65535&i,s=e.directiveStart,l=i>>16,c=o?u+l:e.directiveEnd,f=r?u:u+l;f<c;f++){var d=a[f];if(f<s&&n===d||f>=s&&d.type===n)return f}if(o){var p=a[s];if(p&&Gn(p)&&p.type===n)return s}return null}function $o(e,t,n,r){var o=t[n];if(function i(e){return null!==e&&"object"==typeof e&&Object.getPrototypeOf(e)==ir.prototype}
|
|
330
330
|
/**
|
|
331
331
|
* @license
|
|
332
332
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -376,14 +376,14 @@ var pi=function(){function e(e){if(this.defaultDoc=e,this.inertDocument=this.def
|
|
|
376
376
|
*
|
|
377
377
|
* Use of this source code is governed by an MIT-style license that can be
|
|
378
378
|
* found in the LICENSE file at https://angular.io/license
|
|
379
|
-
*/()?this.getInertBodyElement_DOMParser:this.getInertBodyElement_InertDocument):this.getInertBodyElement=this.getInertBodyElement_XHR}return e.prototype.getInertBodyElement_XHR=function(e){e="<body><remove></remove>"+e+"</body>";try{e=encodeURI(e)}catch(e){return null}var t=new XMLHttpRequest;t.responseType="document",t.open("GET","data:text/html;charset=utf-8,"+e,!1),t.send(void 0);var n=t.response.body;return n.removeChild(n.firstChild),n},e.prototype.getInertBodyElement_DOMParser=function(e){e="<body><remove></remove>"+e+"</body>";try{var t=(new window.DOMParser).parseFromString(e,"text/html").body;return t.removeChild(t.firstChild),t}catch(e){return null}},e.prototype.getInertBodyElement_InertDocument=function(e){var t=this.inertDocument.createElement("template");return"content"in t?(t.innerHTML=e,t):(this.inertBodyElement.innerHTML=e,this.defaultDoc.documentMode&&this.stripCustomNsAttrs(this.inertBodyElement),this.inertBodyElement)},e.prototype.stripCustomNsAttrs=function(e){for(var t=e.attributes,n=t.length-1;0<n;n--){var r=t.item(n).name;"xmlns:ns1"!==r&&0!==r.indexOf("ns1:")||e.removeAttribute(r)}for(var o=e.firstChild;o;)o.nodeType===Node.ELEMENT_NODE&&this.stripCustomNsAttrs(o),o=o.nextSibling},e}(),hi=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:\/?#]*(?:[\/?#]|$))/gi,vi=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+\/]+=*$/i;function
|
|
379
|
+
*/()?this.getInertBodyElement_DOMParser:this.getInertBodyElement_InertDocument):this.getInertBodyElement=this.getInertBodyElement_XHR}return e.prototype.getInertBodyElement_XHR=function(e){e="<body><remove></remove>"+e+"</body>";try{e=encodeURI(e)}catch(e){return null}var t=new XMLHttpRequest;t.responseType="document",t.open("GET","data:text/html;charset=utf-8,"+e,!1),t.send(void 0);var n=t.response.body;return n.removeChild(n.firstChild),n},e.prototype.getInertBodyElement_DOMParser=function(e){e="<body><remove></remove>"+e+"</body>";try{var t=(new window.DOMParser).parseFromString(e,"text/html").body;return t.removeChild(t.firstChild),t}catch(e){return null}},e.prototype.getInertBodyElement_InertDocument=function(e){var t=this.inertDocument.createElement("template");return"content"in t?(t.innerHTML=e,t):(this.inertBodyElement.innerHTML=e,this.defaultDoc.documentMode&&this.stripCustomNsAttrs(this.inertBodyElement),this.inertBodyElement)},e.prototype.stripCustomNsAttrs=function(e){for(var t=e.attributes,n=t.length-1;0<n;n--){var r=t.item(n).name;"xmlns:ns1"!==r&&0!==r.indexOf("ns1:")||e.removeAttribute(r)}for(var o=e.firstChild;o;)o.nodeType===Node.ELEMENT_NODE&&this.stripCustomNsAttrs(o),o=o.nextSibling},e}(),hi=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:\/?#]*(?:[\/?#]|$))/gi,vi=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+\/]+=*$/i;function yi(e){return(e=String(e)).match(hi)||e.match(vi)?e:(di()&&console.warn("WARNING: sanitizing unsafe URL value "+e+" (see http://g.co/ng/security#xss)"),"unsafe:"+e)}function gi(e){return(e=String(e)).split(",").map(function(e){return yi(e.trim())}).join(", ")}
|
|
380
380
|
/**
|
|
381
381
|
* @license
|
|
382
382
|
* Copyright Google Inc. All Rights Reserved.
|
|
383
383
|
*
|
|
384
384
|
* Use of this source code is governed by an MIT-style license that can be
|
|
385
385
|
* found in the LICENSE file at https://angular.io/license
|
|
386
|
-
*/function mi(e){var t,n,r={};try{for(var o=l(e.split(",")),i=o.next();!i.done;i=o.next())r[i.value]=!0}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}return r}function _i(){for(var e,t,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var o={};try{for(var i=l(n),a=i.next();!a.done;a=i.next()){var u=a.value;for(var s in u)u.hasOwnProperty(s)&&(o[s]=!0)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}return o}var wi,bi,Ci=mi("area,br,col,hr,img,wbr"),xi=mi("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),Ii=mi("rp,rt"),ki=_i(Ii,xi),Ei=_i(xi,mi("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")),Oi=_i(Ii,mi("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")),Ti=_i(Ci,Ei,Oi,ki),Pi=mi("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),Ni=mi("srcset"),ji=mi("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"),Ai=mi("aria-activedescendant,aria-atomic,aria-autocomplete,aria-busy,aria-checked,aria-colcount,aria-colindex,aria-colspan,aria-controls,aria-current,aria-describedby,aria-details,aria-disabled,aria-dropeffect,aria-errormessage,aria-expanded,aria-flowto,aria-grabbed,aria-haspopup,aria-hidden,aria-invalid,aria-keyshortcuts,aria-label,aria-labelledby,aria-level,aria-live,aria-modal,aria-multiline,aria-multiselectable,aria-orientation,aria-owns,aria-placeholder,aria-posinset,aria-pressed,aria-readonly,aria-relevant,aria-required,aria-roledescription,aria-rowcount,aria-rowindex,aria-rowspan,aria-selected,aria-setsize,aria-sort,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext"),Di=_i(Pi,Ni,ji,Ai),Ri=mi("script,style,template"),Si=function(){function e(){this.sanitizedSomething=!1,this.buf=[]}return e.prototype.sanitizeChildren=function(e){for(var t=e.firstChild,n=!0;t;)if(t.nodeType===Node.ELEMENT_NODE?n=this.startElement(t):t.nodeType===Node.TEXT_NODE?this.chars(t.nodeValue):this.sanitizedSomething=!0,n&&t.firstChild)t=t.firstChild;else for(;t;){t.nodeType===Node.ELEMENT_NODE&&this.endElement(t);var r=this.checkClobberedElement(t,t.nextSibling);if(r){t=r;break}t=this.checkClobberedElement(t,t.parentNode)}return this.buf.join("")},e.prototype.startElement=function(e){var t=e.nodeName.toLowerCase();if(!Ti.hasOwnProperty(t))return this.sanitizedSomething=!0,!Ri.hasOwnProperty(t);this.buf.push("<"),this.buf.push(t);for(var n=e.attributes,r=0;r<n.length;r++){var o=n.item(r),i=o.name,a=i.toLowerCase();if(Di.hasOwnProperty(a)){var u=o.value;Pi[a]&&(u=
|
|
386
|
+
*/function mi(e){var t,n,r={};try{for(var o=l(e.split(",")),i=o.next();!i.done;i=o.next())r[i.value]=!0}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}return r}function _i(){for(var e,t,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var o={};try{for(var i=l(n),a=i.next();!a.done;a=i.next()){var u=a.value;for(var s in u)u.hasOwnProperty(s)&&(o[s]=!0)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}return o}var wi,bi,Ci=mi("area,br,col,hr,img,wbr"),xi=mi("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),Ii=mi("rp,rt"),ki=_i(Ii,xi),Ei=_i(xi,mi("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")),Oi=_i(Ii,mi("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")),Ti=_i(Ci,Ei,Oi,ki),Pi=mi("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),Ni=mi("srcset"),ji=mi("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"),Ai=mi("aria-activedescendant,aria-atomic,aria-autocomplete,aria-busy,aria-checked,aria-colcount,aria-colindex,aria-colspan,aria-controls,aria-current,aria-describedby,aria-details,aria-disabled,aria-dropeffect,aria-errormessage,aria-expanded,aria-flowto,aria-grabbed,aria-haspopup,aria-hidden,aria-invalid,aria-keyshortcuts,aria-label,aria-labelledby,aria-level,aria-live,aria-modal,aria-multiline,aria-multiselectable,aria-orientation,aria-owns,aria-placeholder,aria-posinset,aria-pressed,aria-readonly,aria-relevant,aria-required,aria-roledescription,aria-rowcount,aria-rowindex,aria-rowspan,aria-selected,aria-setsize,aria-sort,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext"),Di=_i(Pi,Ni,ji,Ai),Ri=mi("script,style,template"),Si=function(){function e(){this.sanitizedSomething=!1,this.buf=[]}return e.prototype.sanitizeChildren=function(e){for(var t=e.firstChild,n=!0;t;)if(t.nodeType===Node.ELEMENT_NODE?n=this.startElement(t):t.nodeType===Node.TEXT_NODE?this.chars(t.nodeValue):this.sanitizedSomething=!0,n&&t.firstChild)t=t.firstChild;else for(;t;){t.nodeType===Node.ELEMENT_NODE&&this.endElement(t);var r=this.checkClobberedElement(t,t.nextSibling);if(r){t=r;break}t=this.checkClobberedElement(t,t.parentNode)}return this.buf.join("")},e.prototype.startElement=function(e){var t=e.nodeName.toLowerCase();if(!Ti.hasOwnProperty(t))return this.sanitizedSomething=!0,!Ri.hasOwnProperty(t);this.buf.push("<"),this.buf.push(t);for(var n=e.attributes,r=0;r<n.length;r++){var o=n.item(r),i=o.name,a=i.toLowerCase();if(Di.hasOwnProperty(a)){var u=o.value;Pi[a]&&(u=yi(u)),Ni[a]&&(u=gi(u)),this.buf.push(" ",i,'="',Fi(u),'"')}else this.sanitizedSomething=!0}return this.buf.push(">"),!0},e.prototype.endElement=function(e){var t=e.nodeName.toLowerCase();Ti.hasOwnProperty(t)&&!Ci.hasOwnProperty(t)&&(this.buf.push("</"),this.buf.push(t),this.buf.push(">"))},e.prototype.chars=function(e){this.buf.push(Fi(e))},e.prototype.checkClobberedElement=function(e,t){if(t&&(e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY)===Node.DOCUMENT_POSITION_CONTAINED_BY)throw new Error("Failed to sanitize html because the element is clobbered: "+e.outerHTML);return t},e}(),Vi=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,Mi=/([^\#-~ |!])/g;function Fi(e){return e.replace(/&/g,"&").replace(Vi,function(e){return"&#"+(1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536)+";"}).replace(Mi,function(e){return"&#"+e.charCodeAt(0)+";"}).replace(/</g,"<").replace(/>/g,">")}function Hi(e,t){var n=null;try{wi=wi||new pi(e);var r=t?String(t):"";n=wi.getInertBodyElement(r);var o=5,i=r;do{if(0===o)throw new Error("Failed to sanitize html because the input is unstable");o--,r=i,i=n.innerHTML,n=wi.getInertBodyElement(r)}while(r!==i);var a=new Si,u=a.sanitizeChildren(Li(n)||n);return di()&&a.sanitizedSomething&&console.warn("WARNING: sanitizing HTML stripped some content, see http://g.co/ng/security#xss"),u}finally{if(n)for(var s=Li(n)||n;s.firstChild;)s.removeChild(s.firstChild)}}function Li(e){return"content"in e&&function t(e){return e.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===e.nodeName}
|
|
387
387
|
/**
|
|
388
388
|
* @license
|
|
389
389
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -405,14 +405,14 @@ bi=e.SecurityContext||(e.SecurityContext={}))[bi.NONE=0]="NONE",bi[bi.HTML=1]="H
|
|
|
405
405
|
*
|
|
406
406
|
* Use of this source code is governed by an MIT-style license that can be
|
|
407
407
|
* found in the LICENSE file at https://angular.io/license
|
|
408
|
-
*/function zi(e){if(!(e=String(e).trim()))return"";var t=e.match(Ui);return t&&
|
|
408
|
+
*/function zi(e){if(!(e=String(e).trim()))return"";var t=e.match(Ui);return t&&yi(t[1])===t[1]||e.match(Qi)&&function n(e){for(var t=!0,n=!0,r=0;r<e.length;r++){var o=e.charAt(r);"'"===o&&n?t=!t:'"'===o&&t&&(n=!n)}return t&&n}(e)?e:(di()&&console.warn("WARNING: sanitizing unsafe style value "+e+" (see http://g.co/ng/security#xss)."),"unsafe")}
|
|
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
|
-
*/function Zi(t){var n=Xi();return n?n.sanitize(e.SecurityContext.HTML,t)||"":si(t,"Html")?t.toString():Hi(document,on(t))}function qi(t){var n=Xi();return n?n.sanitize(e.SecurityContext.STYLE,t)||"":si(t,"Style")?t.toString():zi(on(t))}function Ki(t){var n=Xi();return n?n.sanitize(e.SecurityContext.URL,t)||"":si(t,"Url")?t.toString():
|
|
415
|
+
*/function Zi(t){var n=Xi();return n?n.sanitize(e.SecurityContext.HTML,t)||"":si(t,"Html")?t.toString():Hi(document,on(t))}function qi(t){var n=Xi();return n?n.sanitize(e.SecurityContext.STYLE,t)||"":si(t,"Style")?t.toString():zi(on(t))}function Ki(t){var n=Xi();return n?n.sanitize(e.SecurityContext.URL,t)||"":si(t,"Url")?t.toString():yi(on(t))}function Wi(t){var n=Xi();if(n)return n.sanitize(e.SecurityContext.RESOURCE_URL,t)||"";if(si(t,"ResourceUrl"))return t.toString();throw new Error("unsafe value used in a resource URL context (see http://g.co/ng/security#xss)")}function Gi(t){var n=Xi();if(n)return n.sanitize(e.SecurityContext.SCRIPT,t)||"";if(si(t,"Script"))return t.toString();throw new Error("unsafe value used in a script context")}function Yi(e,t){return"src"===t&&("embed"===e||"frame"===e||"iframe"===e||"media"===e||"script"===e)||"href"===t&&("base"===e||"link"===e)?Wi:Ki}function $i(e,t,n){return Yi(t,n)(e)}var Ji=function(e,t){return void 0===t?"background-image"===e||"background"===e||"border-image"===e||"filter"===e||"list-style"===e||"list-style-image"===e:qi(t)};function Xi(){var e=_r();return e&&e[Tn]}
|
|
416
416
|
/**
|
|
417
417
|
* @license
|
|
418
418
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -426,7 +426,7 @@ bi=e.SecurityContext||(e.SecurityContext={}))[bi.NONE=0]="NONE",bi[bi.HTML=1]="H
|
|
|
426
426
|
*
|
|
427
427
|
* Use of this source code is governed by an MIT-style license that can be
|
|
428
428
|
* found in the LICENSE file at https://angular.io/license
|
|
429
|
-
*/var na={marker:"element"},ra={marker:"comment"};function oa(e){if(e){var t=e.debug;return function n(e,t){null==e&&hn(t)}(t,"Object does not have a debug representation."),t}return e}function ia(e,t){void 0===t&&(t=!1);var n=Ln(e);if(n){var r=n.nodeType===Node.TEXT_NODE,o=(r?n.textContent:n.outerHTML)||"";return t||r?o:o.split(n.innerHTML)[0]||null}return null}function aa(e){for(;Array.isArray(e);){if(e.length>=Rn-1)return e;e=e[vn]}return null}!function(){function e(e){this._raw_lView=e}Object.defineProperty(e.prototype,"flags",{get:function(){var e=this._raw_lView[
|
|
429
|
+
*/var na={marker:"element"},ra={marker:"comment"};function oa(e){if(e){var t=e.debug;return function n(e,t){null==e&&hn(t)}(t,"Object does not have a debug representation."),t}return e}function ia(e,t){void 0===t&&(t=!1);var n=Ln(e);if(n){var r=n.nodeType===Node.TEXT_NODE,o=(r?n.textContent:n.outerHTML)||"";return t||r?o:o.split(n.innerHTML)[0]||null}return null}function aa(e){for(;Array.isArray(e);){if(e.length>=Rn-1)return e;e=e[vn]}return null}!function(){function e(e){this._raw_lView=e}Object.defineProperty(e.prototype,"flags",{get:function(){var e=this._raw_lView[gn];return{__raw__flags__:e,initPhaseState:3&e,creationMode:!!(4&e),firstViewPass:!!(8&e),checkAlways:!!(16&e),dirty:!!(64&e),attached:!!(128&e),destroyed:!!(256&e),isRoot:!!(512&e),indexWithinInitPhase:e>>10}},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"parent",{get:function(){return oa(this._raw_lView[mn])},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"host",{get:function(){return ia(this._raw_lView[vn],!0)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._raw_lView[In]},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"nodes",{get:function(){var e=this._raw_lView;return function e(t,n){if(t){for(var r=[],o=t;o;){var i=n[t.index],a=Ln(i),u=oa(aa(i));r.push({html:ia(a),native:a,nodes:e(t.child,n),component:u}),o=o.next}return r}return null}(e[yn].firstChild,e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"__other__",{get:function(){return{tView:this._raw_lView[yn],cleanup:this._raw_lView[xn],injector:this._raw_lView[kn],rendererFactory:this._raw_lView[En],renderer:this._raw_lView[On],sanitizer:this._raw_lView[Tn],childHead:oa(this._raw_lView[Pn]),next:oa(this._raw_lView[_n]),childTail:oa(this._raw_lView[Nn]),declarationView:oa(this._raw_lView[An]),contentQueries:this._raw_lView[jn],queries:this._raw_lView[wn],tHost:this._raw_lView[bn],bindingIndex:this._raw_lView[Cn]}},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"childViews",{get:function(){for(var e=[],t=this.__other__.childHead;t;)e.push(t),t=t.__other__.next;return e},enumerable:!0,configurable:!0})}(),function(){function e(e){this._raw_lContainer=e}Object.defineProperty(e.prototype,"activeIndex",{get:function(){return this._raw_lContainer[Vn]},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"views",{get:function(){return this._raw_lContainer[Fn].map(oa)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"parent",{get:function(){return oa(this._raw_lContainer[mn])},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"queries",{get:function(){return this._raw_lContainer[wn]},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"host",{get:function(){return this._raw_lContainer[vn]},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"native",{get:function(){return this._raw_lContainer[Mn]},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"__other__",{get:function(){return{next:oa(this._raw_lContainer[_n])}},enumerable:!0,configurable:!0})}();var ua=function(){function e(e,t,n,r){this.__raw_opCode=e,this._lView=t,this.nodeIndex=n,this.type=r}return Object.defineProperty(e.prototype,"tNode",{get:function(){return Zn(this.nodeIndex,this._lView)},enumerable:!0,configurable:!0}),e}();function sa(e){throw new Error("Multiple components match node with tagname "+e.tagName)}Object.defineProperty(function la(e,t){this.__raw_opCodes=e,this.__lView=t}.prototype,"operations",{get:function(){for(var e=this.__lView,t=this.__raw_opCodes,n=[],r=0;r<t.length;r++){var o=t[r],i=void 0;if("string"==typeof o&&(i={__raw_opCode:o,type:"Create Text Node",nodeIndex:t[++r],text:o}),"number"==typeof o)switch(7&o){case 1:i=new ua(o,e,o>>>17,"AppendChild");break;case 0:i=new ua(o,e,o>>>3,"Select");break;case 5:var a=o>>>3;i=new ua(o,e,a,"ElementEnd");break;case 4:(i=new ua(o,e,a=o>>>3,"Attr")).attrName=t[++r],i.attrValue=t[++r]}if(!i)switch(o){case ra:i={__raw_opCode:o,type:"COMMENT_MARKER",commentValue:t[++r],nodeIndex:t[++r]};break;case na:i={__raw_opCode:o,type:"ELEMENT_MARKER"}}i||(i={__raw_opCode:o,type:"Unknown Op Code",code:o}),n.push(i)}return n},enumerable:!0,configurable:!0}),Object.defineProperty(function ca(e,t,n){this.__raw_opCodes=e,this.icus=t,this.__lView=n}.prototype,"operations",{get:function(){for(var e=this.__lView,t=this.__raw_opCodes,n=this.icus,r=[],o=0;o<t.length;o++){for(var i=t[o],a=t[++o],u="",s=o+1;s<=o+a;s++){var l=t[s];if("string"==typeof l)u+=l;else if("number"==typeof l)if(l<0)u+="�"+(-l-1)+"�";else{var c=l>>>2,f=void 0,d=void 0;switch(3&l){case 1:var p=t[++s],h=t[++s];r.push({__raw_opCode:l,checkBit:i,type:"Attr",attrValue:u,attrName:p,sanitizeFn:h});break;case 0:r.push({__raw_opCode:l,checkBit:i,type:"Text",nodeIndex:c,text:u});break;case 2:d=n[f=t[++s]];var v=new ua(l,e,c,"IcuSwitch");v.tIcuIndex=f,v.checkBit=i,v.mainBinding=u,v.tIcu=d,r.push(v);break;case 3:d=n[f=t[++s]],(v=new ua(l,e,c,"IcuUpdate")).tIcuIndex=f,v.checkBit=i,v.tIcu=d,r.push(v)}}}o+=a}return r},enumerable:!0,configurable:!0});
|
|
430
430
|
/**
|
|
431
431
|
* @license
|
|
432
432
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -448,7 +448,7 @@ bi=e.SecurityContext||(e.SecurityContext={}))[bi.NONE=0]="NONE",bi[bi.HTML=1]="H
|
|
|
448
448
|
* Use of this source code is governed by an MIT-style license that can be
|
|
449
449
|
* found in the LICENSE file at https://angular.io/license
|
|
450
450
|
*/
|
|
451
|
-
var fa={};function da(e,t,n,r){var o=e[8],i=function a(e,t){for(var n=1;n<e.length;n+=3)if(e[n+0]>t)return n;return e.length}(o,t);o.splice(i,0,t,n,r)}var pa=function pa(e,t){this.fn=e,this.value=t};function ha(e,t,n){void 0===n&&(n=0);var r=mo();return va(r,e,t,n),r}function va(e,t,n,r){if(!(16&e[1])){_o(e,r);for(var o=null,i=null,a=-1,u=n;u<t.length;u++){var s=t[u];"number"==typeof s?a=s:1==a?
|
|
451
|
+
var fa={};function da(e,t,n,r){var o=e[8],i=function a(e,t){for(var n=1;n<e.length;n+=3)if(e[n+0]>t)return n;return e.length}(o,t);o.splice(i,0,t,n,r)}var pa=function pa(e,t){this.fn=e,this.value=t};function ha(e,t,n){void 0===n&&(n=0);var r=mo();return va(r,e,t,n),r}function va(e,t,n,r){if(!(16&e[1])){_o(e,r);for(var o=null,i=null,a=-1,u=n;u<t.length;u++){var s=t[u];"number"==typeof s?a=s:1==a?ya(o=o||e[4],s,!0,r):2==a&&ya(i=i||e[3],s,t[++u],r)}}}function ya(e,t,n,r){for(var o=2;o<e.length;o+=3)if(e[o+0]===t)return void(iu(e[o+1],n,e[o+2],r)&&fu(o,e,t,n,r));fu(null,e,t,n,r)}function ga(e,t,n,r){for(var o=t[4],i=r||2;i<o.length;)o[i+1]&&Ea(e,o[i+0],!0,n,null),i+=3;return i}function ma(e,t,n,r){for(var o=t[3],i=r||2;i<o.length;){var a=o[i+1];a&&ka(e,o[i+0],a,n,null),i+=3}return i}function _a(e,t,n,r){for(var o=n;o<r;o+=4)if(qa(e,o)===t)return o;return-1}function wa(e,t,n,r){void 0===r&&(r=0),n=n||null;var o=su(e,!0,r,t=t||null),i=su(e,!1,r,n);if(!o||!i){t=t===fa?uu(e,!0,r):t,n=n===fa?uu(e,!1,r):n;var a=e[0],u=t instanceof pa?new tu(t,a,1):null,s=n instanceof pa?new tu(n,a,2):null,l=u?t.value:t,c=s?n.value:n,f=St,d=!1,p=!1,h=u?1:0;Fa(e,u,1)&&(Ha(e,u,1),p=!0);var v=s?3:0;Fa(e,s,3)&&(Ha(e,s,3),p=!0),o||("string"==typeof l?(f=l.split(/\s+/),d=!0):f=l?Object.keys(l):St);var y=Sa(e),g=function m(e){return e[6][2]}(e),_=e.length;if(!i){var w=ba(e,r,v,y,g,c?Object.keys(c):St,c||Rt,n,!1);w&&(g+=4*w,_+=4*w)}o||ba(e,r,h,g,_,f,d||l||Rt,t,!0),p&&Wa(e,!0)}}function ba(e,t,n,r,o,i,a,u,s){for(var l=!1,c=1+4*t,f=e[s?6:7],d=f[c+1],p=f[c+3],h=1===f[c+0]||!(f[c+2]||!u),v=0,y=0,g=!0===a,m=r,_=i.length;m<d;){var w=qa(e,m);if(_)for(var b=0;b<i.length;b++)if((T=(O=i[b])?s?O:lu(O):null)&&w===T){var C=Za(e,m),x=nu(e,m),I=!!g||a[T],k=za(e,m);eu(k,C,I)&&iu(C,I,x,t)&&(Ma(e,m,I),La(e,m,n,t),Xa(e,k,I)&&(Oa(e,m,!0),l=!0)),i[b]=null,_--;break}m+=4}if(_){var E=s?null:ou(e,t);e:for(b=0;b<i.length;b++){var O;if(O=i[b]){I=!!g||a[O];for(var T=s?O:lu(O),P=m>=d,N=m;N<o;N+=4)if(qa(e,N)===T){var j=nu(e,N),A=Ba(e,N),D=Za(e,N),R=za(e,N);iu(D,I,j,t)&&(P&&(Ga(e,m,N),v++),eu(R,D,I)&&((null===I||void 0===I&&I!==D)&&(h=!0),Ma(e,m,I),(null!==D||Xa(e,R,I))&&(Oa(e,m,!0),l=!0)),j===t&&n===A||La(e,m,n,t)),m+=4;continue e}null!=I&&(h=!0,v++,Ya(e,P?m:d+4*y,s,T,1|Ja(e,T,s,E),I,t,n),y++,o+=4,m+=4,l=!0)}}}for(;m<o;){h=!0;var S=Za(e,m),V=za(e,m);nu(e,m),null!=S&&(h=!0),eu(V,S,null)&&(Ma(e,m,null),Xa(e,V,S)&&(Oa(e,m,!0),l=!0),La(e,m,n,t)),m+=4}return function M(e,t,n,r,o,i,a,u){var s=e[n?6:7],l=1+4*t;if(u)for(var c=o+4*a,f=l+4;f<s.length;f+=4)s[f+1]=c,s[f+0]=1;s[l+0]=0,s[l+1]=o,s[l+2]=r,s[l+3]=a;var d=a;for(f=1;f<l;f+=4)d+=s[f+3];if(!n){var p=e[6],h=i-p[2];for(f=1;f<p.length;f+=4)p[f+1]+=h}s[0]=d}(e,t,s,u,d,o,v,h=h||p!==v),l&&Ka(e,!0),y}function Ca(e,t,n,r,o){void 0===r&&(r=0),Ia(e,t,n,!0,r,o)}function xa(e,t,n,r,o){void 0===r&&(r=0),Ia(e,t,n,!1,r,o)}function Ia(e,t,n,r,o,i){var a=function u(e,t,n,r){var o=e[2][2*t+0],i=e[5];return i[o+2+(r?i[o+0]:0)+n]}(e,o,t,r),s=Za(e,a),l=za(e,a),c=nu(e,a),f=n instanceof pa?n.value:n;if(eu(l,s,f)&&(i||iu(s,f,c,o))){var d=n instanceof pa?new tu(n,e[0],2==(2&l)?1:2):null,p=d?n.value:n,h=Ba(e,a),v=!1,y=d?h:0;if(Fa(e,d,h)){var g=Ha(e,d,h);y=d?g:0,v=!0}if((v||c!==o)&&La(e,a,y,o),c!==o){var m=qa(e,a),_=ou(e,o);!function w(e,t,n){n?e[t]|=4:e[t]&=-5}(e,a,!(!_||!_(m)))}Ma(e,a,p);var b=Ra(l),C=Za(e,b);if(!C||eu(l,C,p)){var x=!1,I=!0;!$a(p)&&$a(C)&&(x=!0,I=!1),Oa(e,b,x),Oa(e,a,I),Ka(e,!0)}v&&Wa(e,!0)}}function ka(e,t,n,r,o,i,a){n=o&&n?o(t,n):n,i||a?(i&&i.setValue(t,n),a&&a.setValue(t,n)):n?(n=n.toString(),oo(r)?r.setStyle(e,t,n,Xr.DashCase):e.style.setProperty(t,n)):oo(r)?r.removeStyle(e,t,Xr.DashCase):e.style.removeProperty(t)}function Ea(e,t,n,r,o,i){o||i?(o&&o.setValue(t,n),i&&i.setValue(t,n)):""!==t&&(n?oo(r)?r.addClass(e,t):e.classList.add(t):oo(r)?r.removeClass(e,t):e.classList.remove(t))}function Oa(e,t,n){var r=t>=10?t+0:t;n?e[r]|=1:e[r]&=-2}function Ta(e,t){return 1==(1&e[t>=10?t+0:t])}function Pa(e,t){return 2==(2&e[t>=10?t+0:t])}function Na(e,t){return 4==(4&e[t>=10?t+0:t])}function ja(e,t,n){return 31&e|t<<5|n<<19}function Aa(e,t){var n=Da(t);return(2&t?e[4]:e[3])[n]}function Da(e){return e>>5&16383}function Ra(e){var t=e>>19&16383;return t>=10?t:-1}function Sa(e){return e[7][2]}function Va(e,t,n){e[t+1]=n}function Ma(e,t,n){e[t+2]=n}function Fa(e,t,n){var r=e[9];if(t){if(!r||0===n)return!0}else if(!r)return!1;return r[n]!==t}function Ha(e,t,n){var r=e[9]||Eo(e);return n>0?r[n]=t:(r.splice(n=r[0],0,t,null),r[0]+=2),n}function La(e,t,n,r){var o=function i(e,t){return t<<16|e}(r,n);e[t+3]=o}function Ba(e,t){return e[t+3]>>16&65535}function Qa(e,t){var n=Ba(e,t);if(n){var r=e[9];if(r)return r[n]}return null}function Ua(e,t,n){e[1===t?t:t+0]=n}function za(e,t){return e[1===t?t:t+0]}function Za(e,t){return e[t+2]}function qa(e,t){return e[t+1]}function Ka(e,t){Oa(e,1,t)}function Wa(e,t){t?e[1]|=8:e[1]&=-9}function Ga(e,t,n){if(t!==n){var r=Za(e,t),o=qa(e,t),i=za(e,t),a=Ba(e,t),u=nu(e,t),s=i,l=za(e,n),c=Ra(s);c>=0&&Ua(e,c,ja(f=za(e,c),Da(f),n));var f,d=Ra(l);d>=0&&Ua(e,d,ja(f=za(e,d),Da(f),t)),Ma(e,t,Za(e,n)),Va(e,t,qa(e,n)),Ua(e,t,za(e,n)),La(e,t,Ba(e,n),nu(e,n)),Ma(e,n,r),Va(e,n,o),Ua(e,n,i),La(e,n,a,u)}}function Ya(e,t,n,r,o,i,a,u){var s=t<e.length;e.splice(t,0,1|o|(n?2:0),r,i,0),La(e,t,u,a),s&&function l(e,t){for(var n=t;n<e.length;n+=4){var r=Ra(za(e,n));if(r>0){var o=Da(za(e,r));Ua(e,r,ja((Ta(e,r)?1:0)|(Pa(e,r)?2:0)|(Na(e,r)?4:0),o,n))}}}(e,t+4)}function $a(e,t){return null!==e}function Ja(e,t,n,r){var o,i=r&&r(t)?4:0;return n?(i|=2,o=ru(e[4],t)):o=ru(e[3],t),ja(i,o=o>0?o+1:0,0)}function Xa(e,t,n){var r=Aa(e,t);return!r||eu(t,r,n)}function eu(e,t,n){return!(2&e)&&t&&n&&4&e?t.toString()!==n.toString():t!==n}var tu=function(){function e(e,t,n){this._element=t,this._type=n,this._values={},this._dirty=!1,this._factory=e}return e.prototype.setValue=function(e,t){this._values[e]!==t&&(this._values[e]=t,this._dirty=!0)},e.prototype.buildPlayer=function(e,t){if(this._dirty){var n=this._factory.fn(this._element,this._type,this._values,t,e||null);return this._values={},this._dirty=!1,n}},e}();function nu(e,t){return 65535&e[t+3]}function ru(e,t){for(var n=2;n<e.length;n+=3)if(e[n]===t)return n;return-1}function ou(e,t){var n=e[2];return n[2*t+1]||n[1]||null}function iu(e,t,n,r){return null==e||(null!=t?r<=n:n===r)}function au(e){var t=e[4],n=t[1];if(null===n){n="";for(var r=2;r<t.length;r+=3)t[r+1]&&(n+=(n.length?" ":"")+t[r]);t[1]=n}return n}function uu(e,t,n){return e[t?6:7][1+4*n+2]||null}function su(e,t,n,r){return!e[t?6:7][1+4*n+0]&&(r===fa||uu(e,t,n)===r)}function lu(e){return e.replace(/[a-z][A-Z]/g,function(e){return e.charAt(0)+"-"+e.charAt(1).toLowerCase()})}function cu(e,t,n,r,o){void 0===o&&(o=0);var i=e[n?6:7];if(t>0)for(var a=1+4*t;i.length<a;)i.push(0,r,null,0);i.push(0,r,null,o)}function fu(e,t,n,r,o){return null===e&&(e=t.length,t.push(null,null,null),t[e+0]=n),t[e+1]=r,t[e+2]=o,e}
|
|
452
452
|
/**
|
|
453
453
|
* @license
|
|
454
454
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -456,21 +456,21 @@ var fa={};function da(e,t,n,r){var o=e[8],i=function a(e,t){for(var n=1;n<e.leng
|
|
|
456
456
|
* Use of this source code is governed by an MIT-style license that can be
|
|
457
457
|
* found in the LICENSE file at https://angular.io/license
|
|
458
458
|
*/
|
|
459
|
-
var du="ng-template";function pu(e,t){var n=e.length,r=e.indexOf(t),o=r+t.length;return!(-1===r||r>0&&" "!==e[r-1]||o<n&&" "!==e[o])}function hu(e,t,n){return t===(0!==e.type||n?e.tagName:du)}function vu(e,t,n){for(var r=4,o=e.attrs||[],i=function a(e){for(var t=0;t<e.length;t++)if(Po(e[t]))return t;return e.length}(o),u=!1,s=0;s<t.length;s++){var l=t[s];if("number"!=typeof l){if(!u)if(4&r){if(r=2|1&r,""!==l&&!hu(e,l,n)||""===l&&1===t.length){if(
|
|
459
|
+
var du="ng-template";function pu(e,t){var n=e.length,r=e.indexOf(t),o=r+t.length;return!(-1===r||r>0&&" "!==e[r-1]||o<n&&" "!==e[o])}function hu(e,t,n){return t===(0!==e.type||n?e.tagName:du)}function vu(e,t,n){for(var r=4,o=e.attrs||[],i=function a(e){for(var t=0;t<e.length;t++)if(Po(e[t]))return t;return e.length}(o),u=!1,s=0;s<t.length;s++){var l=t[s];if("number"!=typeof l){if(!u)if(4&r){if(r=2|1&r,""!==l&&!hu(e,l,n)||""===l&&1===t.length){if(yu(r))return!1;u=!0}}else{var c=8&r?l:t[++s];if(8&r&&e.stylingTemplate){if(!pu(gu(e),c)){if(yu(r))return!1;u=!0}continue}var f=mu(8&r?"class":l,o,0==e.type&&e.tagName!==du,n);if(-1===f){if(yu(r))return!1;u=!0;continue}if(""!==c){var d;d=f>i?"":o[f+1];var p=8&r?d:null;if(p&&!pu(p,c)||2&r&&c!==d){if(yu(r))return!1;u=!0}}}}else{if(!u&&!yu(r)&&!yu(l))return!1;if(u&&yu(l))continue;u=!1,r=l|1&r}}return yu(r)||u}function yu(e){return 0==(1&e)}function gu(e){return e.stylingTemplate?au(e.stylingTemplate):""}function mu(e,t,n,r){if(null===t)return-1;var o=0;if(r||!n){for(var i=!1;o<t.length;){var a=t[o];if(a===e)return o;if(3===a)i=!0;else{if(1===a){for(var u=t[++o];"string"==typeof u;)u=t[++o];continue}if(4===a)break;if(0===a){o+=4;continue}}o+=i?1:2}return-1}return function s(e,t){var n=e.indexOf(4);if(n>-1)for(n++;n<e.length;){if(e[n]===t)return n;n++}return-1}(t,e)}function _u(e,t,n){void 0===n&&(n=!1);for(var r=0;r<t.length;r++)if(vu(e,t[r],n))return!0;return!1}function wu(e,t){e:for(var n=0;n<t.length;n++){var r=t[n];if(e.length===r.length){for(var o=0;o<e.length;o++)if(e[o]!==r[o])continue e;return!0}}return!1}var bu=Promise.resolve(null);function Cu(e){var t=e[yn],n=Vr(e);if(t.firstTemplatePass=!1,e[Cn]=t.bindingStartIndex,!n){var r=Hr();sr(e,t,r,void 0),function o(e){for(var t=e[Pn];null!==t;t=t[_n])if(t.length<Rn&&-1===t[Vn])for(var n=t,r=0;r<n[Fn].length;r++){var o=n[Fn][r];Tu(o,o[yn],o[In])}}(e),xu(t,e),er(e),lr(e,t.contentHooks,t.contentCheckHooks,r,1,void 0),function i(e,t){var n=$r();try{if(e.expandoInstructions){var r=t[Cn]=e.expandoStartIndex;Ur(r);for(var o=-1,i=-1,a=0;a<e.expandoInstructions.length;a++){var u=e.expandoInstructions[a];if("number"==typeof u){if(u<=0){Or(i=-u);var s=e.expandoInstructions[++a];o=r+=rr+s}else r+=u;Ur(r)}else null!==u&&(t[Cn]=r,u(2,Ln(t[o]),i),Tr()),o++}}}finally{Or(n)}}(t,e)}n&&t.staticContentQueries&&xu(t,e),function a(e){if(null!=e)for(var t=0;t<e.length;t++)void 0,void 0,(function n(e){return 128==(128&e[gn])}(i=Kn(e[t],o=_r()))||Vr(o))&&80&i[gn]&&(function r(e){for(var t=e[yn],n=e.length;n<t.blueprint.length;n++)e[n]=t.blueprint[n]}(i),os(i,i[In]));var o,i}(t.components)}function xu(e,t){if(null!=e.contentQueries){qr(0);for(var n=0;n<e.contentQueries.length;n++){var r=e.contentQueries[n];e.data[r].contentQueries(2,t[r],r)}}}function Iu(e,t){var n=t||_r()[On],r=function o(){return eo}
|
|
460
460
|
/**
|
|
461
461
|
* @license
|
|
462
462
|
* Copyright Google Inc. All Rights Reserved.
|
|
463
463
|
*
|
|
464
464
|
* Use of this source code is governed by an MIT-style license that can be
|
|
465
465
|
* found in the LICENSE file at https://angular.io/license
|
|
466
|
-
*/();return oo(n)?n.createElement(e,r):null===r?n.createElement(e):n.createElementNS(r,e)}function
|
|
466
|
+
*/();return oo(n)?n.createElement(e,r):null===r?n.createElement(e):n.createElementNS(r,e)}function ku(e,t,n,r,o,i,a,u,s,l){var c=t.blueprint.slice();return c[vn]=o,c[gn]=140|r,er(c),c[mn]=c[An]=e,c[In]=n,c[En]=a||e&&e[En],c[On]=u||e&&e[On],c[Tn]=s||e&&e[Tn]||null,c[kn]=l||e&&e[kn]||null,c[bn]=i,c}function Eu(e,t,n,r,o){var i=_r(),a=i[yn],u=e+Rn;i[u]=n;var s=jr(),l=Rr(),c=a.data[u];if(null==c){var f=l?s:s&&s.parent;c=a.data[u]=Fu(f&&f!==i[bn]?f:null,t,u,r,o)}return s&&(!l||null!=s.child||null===c.parent&&2!==s.type?l||(s.next=c):s.child=c),null==a.firstChild&&(a.firstChild=c),Ar(c),Sr(!0),c}function Ou(e,t,n,r){var o=e.node;return null==o&&(e.node=o=Fu(t,2,n,null,null)),r[bn]=o}function Tu(e,t,n){var r,o=Rr(),i=jr();if(512&e[gn])ts(Vo(e));else try{Sr(!0),Ar(null),r=Kr(e,e[bn]),er(e),Nu(t.template,ju(e),n),e[yn].firstTemplatePass=!1,Cu(e)}finally{Gr(r),Sr(o),Ar(i)}}function Pu(e,t,n){var r=e[En],o=Kr(e,e[bn]),i=!Hr(),a=Vr(e);try{i&&!a&&r.begin&&r.begin(),a&&(n&&Nu(n,1,t),Cu(e),e[gn]&=-5),er(e),n&&Nu(n,2,t),Cu(e)}finally{i&&!a&&r.end&&r.end(),Gr(o)}}function Nu(e,t,n){ro();var r=$r();try{Or(null),e(t,n)}finally{Jr(r)}}function ju(e){return Vr(e)?1:2}function Au(e,t,n,r){if(e.firstTemplatePass&&!t.stylingTemplate){var o=To(n,r);o>=0&&(t.stylingTemplate=ha(n,o))}}function Du(e,t,n){if(function r(e){return 0!=(4&e.flags)}(t))for(var o=t.directiveEnd,i=t.directiveStart;i<o;i++){var a=e.data[i];a.contentQueries&&a.contentQueries(1,n[i],i)}}function Ru(e,t,n,r){if(void 0===r&&(r=zn),function o(){return hr}()){var i=jr();e.firstTemplatePass&&function u(e,t,n,r,o){var i=o?{"":-1}:null;if(n){Wu(r,e.data.length,n.length);for(var a=0;a<n.length;a++)(c=n[a]).providersResolver&&c.providersResolver(c);Uu(e,r,n.length);var u=e.preOrderHooks&&e.preOrderHooks.length||0,s=e.preOrderCheckHooks&&e.preOrderCheckHooks.length||0,l=r.index-Rn;for(a=0;a<n.length;a++){var c,f=e.data.length;Gu(e,t,c=n[a],c.factory),Ku(e.data.length-1,c,i),ar(f,c,e,l,u,s)}}i&&function d(e,t,n){if(t)for(var r=e.localNames=[],o=0;o<t.length;o+=2){var i=n[t[o+1]];if(null==i)throw new Error("Export of name '"+t[o+1]+"' not found!");r.push(t[o],i)}}(r,o,i)}(e,t,function a(e,t,n){var r=e.directiveRegistry,o=null;if(r)for(var i=0;i<r.length;i++){var a=r[i];_u(n,a.selectors,!1)&&(o||(o=[]),Zo(Bo(jr(),t),t,a.type),Gn(a)?(1&n.flags&&sa(n),n.flags=1,o.unshift(a)):o.push(a))}return o}(e,t,i),i,n||null),function s(e,t,n){var r=n.directiveStart,o=n.directiveEnd;!e.firstTemplatePass&&r<o&&Bo(n,t);for(var i=r;i<o;i++){var a=e.data[i];Gn(a)&&Yu(t,n,a),zu(t,$o(e.data,t,i,n),a,i)}}(e,t,i),function l(e,t,n){var r=n.directiveStart,o=n.directiveEnd,i=e.expandoInstructions,a=e.firstTemplatePass,u=n.index-Rn,s=$r();try{Or(u);for(var l=r;l<o;l++){var c=e.data[l];c.hostBindings?(Qu(c,i,t[l],n,a),Tr()):a&&i.push(null)}}finally{Or(s)}}(e,t,i),function c(e,t,n){var r=t.localNames;if(r)for(var o=t.index+1,i=0;i<r.length;i+=2){var a=r[i+1],u=-1===a?n(t,e):e[a];e[o++]=u}}(t,i,r)}}function Su(e,t,n,r,o,i,a){return e.ngPrivateData||(e.ngPrivateData=Vu(-1,e,t,n,r,o,i,a))}function Vu(e,t,n,r,o,i,a,u){var s=Rn+n,l=s+r,c=function f(e,t){var n=new Array(t).fill(null,0,e).fill(fa,e);return n[Cn]=e,n}(s,l);return c[yn]={id:e,blueprint:c,template:t,viewQuery:a,node:null,data:c.slice().fill(null,s),bindingStartIndex:s,viewQueryStartIndex:l,expandoStartIndex:l,expandoInstructions:null,firstTemplatePass:!0,staticViewQueries:!1,staticContentQueries:!1,preOrderHooks:null,preOrderCheckHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:"function"==typeof o?o():o,pipeRegistry:"function"==typeof i?i():i,firstChild:null,schemas:u}}function Mu(e,t){var n=e.createRenderer(null,null);return"string"==typeof t?oo(n)?n.selectRootElement(t):n.querySelector(t):t}function Fu(e,t,n,r,o){return{type:t,index:n,injectorIndex:e?e.injectorIndex:-1,directiveStart:-1,directiveEnd:-1,propertyMetadataStartIndex:-1,propertyMetadataEndIndex:-1,flags:0,providerIndexes:0,tagName:r,attrs:o,localNames:null,initialInputs:void 0,inputs:void 0,outputs:void 0,tViews:null,next:null,projectionNext:null,child:null,parent:e,stylingTemplate:null,projection:null,onElementCreationFns:null}}function Hu(e,t){var n=_r()[yn],r=null,o=e.directiveStart,i=e.directiveEnd;if(i>o)for(var a=0===t,u=n.data,s=o;s<i;s++){var l=u[s],c=a?l.inputs:l.outputs;for(var f in c)if(c.hasOwnProperty(f)){var d=c[f];(r=r||{}).hasOwnProperty(f)?r[f].push(s,f,d):r[f]=[s,f,d]}}return r}var Lu={class:"className",for:"htmlFor",formaction:"formAction",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex"};function Bu(e,t,n,r,o,i){if(n!==fa){var a,u,s=_r(),l=Un(e,s),c=Zn(e,s);if(!o&&(a=ss(c))&&(u=a[t]))ps(s,u,n),Wn(c)&&function f(e,t){var n=Kn(t,e);16&n[gn]||(n[gn]|=64)}(s,e+Rn);else if(3===c.type){!function d(e,t,n,r,o){var i=t[Cn]-1,a=r[i];a[0]==fn&&(r[i]=n+a,o||(-1==e.propertyMetadataStartIndex&&(e.propertyMetadataStartIndex=i),e.propertyMetadataEndIndex=i+1))}(c,s,t=Lu[t]||t,s[yn].data,o);var p=i?i(c,s):s[On];n=null!=r?r(n,c.tagName||"",t):n,oo(p)?p.setProperty(l,t,n):bo(t)||(l.setProperty?l.setProperty(t,n):l[t]=n)}}}function Qu(e,t,n,r,o){var i=t.length;yr(e),e.hostBindings(1,n,r.index-Rn),yr(null),i===t.length&&o&&t.push(e.hostBindings)}function Uu(e,t,n){var r=-(t.index-Rn),o=e.data.length-(65535&t.providerIndexes);(e.expandoInstructions||(e.expandoInstructions=[])).push(r,o,n)}function zu(e,t,n,r){var o=jr();Zu(e,o,t),o&&o.attrs&&function i(e,t,n,r){var o=r.initialInputs;(void 0===o||e>=o.length)&&(o=function i(e,t,n){var r=n.initialInputs||(n.initialInputs=[]);r[e]=null;for(var o=n.attrs,i=0;i<o.length;){var a=o[i];if(0!==a)if(5!==a){if("number"==typeof a)break;var u=t[a],s=o[i+1];void 0!==u&&(r[e]||(r[e]=[])).push(a,u,s),i+=2}else i+=2;else i+=4}return r}(e,n.inputs,r));var a=o[e];if(a)for(var u=n.setInput,s=0;s<a.length;){var l=a[s++],c=a[s++],f=a[s++];u?n.setInput(t,f,l,c):t[c]=f}}(r,t,n,o),e[yn].firstTemplatePass&&n.contentQueries&&(o.flags|=4),Gn(n)&&(Kn(o.index,e)[In]=t)}function Zu(e,t,n){var r=zn(t,e);lo(n,e),r&&lo(r,e)}function qu(e){var t=_r()[yn];(t.components||(t.components=[])).push(e.index)}function Ku(e,t,n){if(n){if(t.exportAs)for(var r=0;r<t.exportAs.length;r++)n[t.exportAs[r]]=e;t.template&&(n[""]=e)}}function Wu(e,t,n){e.flags=1&e.flags,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t}function Gu(e,t,n,r){e.data.push(n);var o=new ir(r,Gn(n),null);e.blueprint.push(o),t.push(o)}function Yu(e,t,n){var r=zn(t,e),o=Ju(e,ku(e,Su(n.template,n.consts,n.vars,n.directiveDefs,n.pipeDefs,n.viewQuery,n.schemas),null,n.onPush?64:16,e[t.index],t,e[En],e[En].createRenderer(r,n)));o[bn]=t,e[t.index]=o,e[yn].firstTemplatePass&&qu(t)}function $u(e,t,n,r,o){return[e,!0,o?-1:0,t,null,null,r,n,[]]}function Ju(e,t){return e[Pn]?e[Nn][_n]=t:e[Pn]=t,e[Nn]=t,t}function Xu(e){for(;e;){e[gn]|=64;var t=Ro(e);if(Yn(e)&&!t)return e;e=t}return null}function es(e,t){var n,r=0===e.flags;e.flags|=t,r&&e.clean==bu&&(e.clean=new Promise(function(e){return n=e}),e.scheduler(function(){if(1&e.flags&&(e.flags&=-2,ts(e)),2&e.flags){e.flags&=-3;var t=e.playerHandler;t&&t.flushPlayers()}e.clean=bu,n(null)}))}function ts(e){for(var t=0;t<e.components.length;t++){var n=e.components[t];Pu(Jn(n),n)}}function ns(e,t){var n=e[En];n.begin&&n.begin();try{Vr(e)&&os(e,t),os(e,t)}catch(t){throw ds(e,t),t}finally{n.end&&n.end()}}function rs(e){ts(e[In])}function os(e,t){var n=e[yn],r=Kr(e,e[bn]),o=n.template,i=Vr(e);try{er(e),i&&is(1,n,t),Nu(o,ju(e),t),Cu(e),i&&!n.staticViewQueries||is(2,n,t)}finally{Gr(r)}}function is(e,t,n){var r=t.viewQuery;r&&(qr(t.viewQueryStartIndex),r(e,n))}function as(e,t,n){void 0===t&&(t=""),void 0===n&&(n="");var r=e[yn].data,o=e[Cn]-1;return null==r[o]?r[o]=fn+t+fn+n:null}var us=bu;function ss(e){return e?(void 0===e.inputs&&(e.inputs=Hu(e,0)),e.inputs):null}function ls(e){return e[xn]||(e[xn]=[])}function cs(e){return e[yn].cleanup||(e[yn].cleanup=[])}function fs(e,t){return t[e.index][On]}function ds(e,t){var n=e[kn],r=n?n.get(ai,null):null;r&&r.handleError(t)}function ps(e,t,n){for(var r=e[yn],o=0;o<t.length;){var i=t[o++],a=t[o++],u=t[o++],s=e[i],l=r.data[i];l.setInput?l.setInput(s,n,a,u):s[u]=n}}
|
|
467
467
|
/**
|
|
468
468
|
* @license
|
|
469
469
|
* Copyright Google Inc. All Rights Reserved.
|
|
470
470
|
*
|
|
471
471
|
* Use of this source code is governed by an MIT-style license that can be
|
|
472
472
|
* found in the LICENSE file at https://angular.io/license
|
|
473
|
-
*/function
|
|
473
|
+
*/function hs(e){var t;if(t=e.onElementCreationFns){for(var n=0;n<t.length;n++)t[n]();e.onElementCreationFns=null}}
|
|
474
474
|
/**
|
|
475
475
|
* @license
|
|
476
476
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -478,77 +478,77 @@ var du="ng-template";function pu(e,t){var n=e.length,r=e.indexOf(t),o=r+t.length
|
|
|
478
478
|
* Use of this source code is governed by an MIT-style license that can be
|
|
479
479
|
* found in the LICENSE file at https://angular.io/license
|
|
480
480
|
*/
|
|
481
|
-
function
|
|
481
|
+
function vs(e){var t=_r(),n=t[yn];n.firstTemplatePass&&(function o(e,t,n){var r=e.expandoInstructions,o=r.length;o>=2&&r[o-2]===t.hostBindings?r[o-1]=r[o-1]+n:r.push(t.hostBindings,n)}(n,function r(){return vr}(),e),function i(e,t,n){for(var r=0;r<n;r++)t.push(fa),e.blueprint.push(fa),e.data.push(null)}
|
|
482
482
|
/**
|
|
483
483
|
* @license
|
|
484
484
|
* Copyright Google Inc. All Rights Reserved.
|
|
485
485
|
*
|
|
486
486
|
* Use of this source code is governed by an MIT-style license that can be
|
|
487
487
|
* found in the LICENSE file at https://angular.io/license
|
|
488
|
-
*/(n,t,e))}function ys(e){
|
|
488
|
+
*/(n,t,e))}function ys(e){es(Xu(so(e))[In],1)}
|
|
489
489
|
/**
|
|
490
490
|
* @license
|
|
491
491
|
* Copyright Google Inc. All Rights Reserved.
|
|
492
492
|
*
|
|
493
493
|
* Use of this source code is governed by an MIT-style license that can be
|
|
494
494
|
* found in the LICENSE file at https://angular.io/license
|
|
495
|
-
*/function
|
|
495
|
+
*/function gs(e,t){var n=t[mn];return-1===e.index?Qn(n)?n:null:n}function ms(e,t){var n=gs(e,t);return n?As(t[On],n[Mn]):null}var _s=[];function ws(e,t,n,r,o){for(var i,a,u=e[yn].node,s=-1,c=e,f=u.child;f;){var d=null;if(3===f.type||4===f.type){bs(t,n,r,zn(f,c),f,o);var p=c[f.index];Qn(p)&&(bs(t,n,r,p[Mn],f,o),p[Fn].length&&(d=(c=p[Fn][0])[yn].node,o=p[Mn]))}else if(0===f.type){var h=c[f.index];bs(t,n,r,h[Mn],f,o),h[Fn].length&&(d=(c=h[Fn][0])[yn].node,o=h[Mn])}else if(1===f.type){var v=So(c),y=v[bn].projection[f.projection];if(Array.isArray(y))try{for(var g=l(y),m=g.next();!m.done;m=g.next())bs(t,n,r,m.value,f,o)}catch(e){i={error:e}}finally{try{m&&!m.done&&(a=g.return)&&a.call(g)}finally{if(i)throw i.error}}else _s[++s]=f,_s[++s]=c,y&&(d=(c=v[mn])[yn].data[y.index])}else d=f.child;if(null===d)for(null===f.projectionNext&&2&f.flags&&(c=_s[s--],f=_s[s--]),d=2&f.flags?f.projectionNext:4===f.type&&f.child||f.next;!d;){if(null===(f=f.parent||c[bn])||f===u)return;if(0===f.type&&(o=(c=Ro(c))[f.index][Mn]),2===f.type){for(;!c[_n]&&c[mn]&&(!f.parent||!f.parent.next);){if(f===u)return;if(Qn(c=c[mn])){f=c[bn],o=(c=c[mn])[f.index][Mn];break}f=c[bn]}d=c[_n]?(c=c[_n])[bn]:4===f.type&&f.child||f.next}else d=f.next}f=d}}function bs(e,t,n,r,o,i){0===e?Ns(t,n,r,i||null):1===e?Ss(t,r,Wn(o)):2===e&&t.destroyNode(r)}function Cs(e,t){return oo(t)?t.createText(on(e)):t.createTextNode(on(e))}function xs(e,t,n){var r=ms(e[yn].node,e);r&&ws(e,t?0:1,e[On],r,n)}function Is(e,t,n){var r=t[Fn];n>0&&(r[n-1][_n]=e),n<r.length?(e[_n]=r[n],r.splice(n,0,e)):(r.push(e),e[_n]=null),e[mn]=t,e[wn]&&e[wn].insertView(n),e[gn]|=128}function ks(e,t){var n=e[Fn],r=n[t];return r&&(t>0&&(n[t-1][_n]=r[_n]),n.splice(t,1),xs(r,!1),128&r[gn]&&!(256&r[gn])&&r[wn]&&r[wn].removeView(),r[mn]=null,r[_n]=null,r[gn]&=-129),r}function Es(e,t){var n=e[Fn][t];n&&(ks(e,t),Os(n))}function Os(e){if(!(256&e[gn])){var t=e[On];oo(t)&&t.destroyNode&&ws(e,2,t,null),function n(e){var t=e[Pn];if(!t)return Ps(e);for(;t;){var n=null;if(Bn(t))n=t[Pn];else{var r=t[Fn];r.length>0&&(n=r[0])}if(!n){for(;t&&!t[_n]&&t!==e;)Ps(t),t=Ts(t,e);Ps(t||e),n=t&&t[_n]}t=n}}(e)}}function Ts(e,t){var n;return Bn(e)&&(n=e[bn])&&2===n.type?gs(n,e):e[mn]===t?null:e[mn]}function Ps(e){if(Bn(e)&&!(256&e[gn])){e[gn]&=-129,e[gn]|=256,function t(e){var t,n=e[yn];if(null!=n&&null!=(t=n.destroyHooks))for(var r=0;r<t.length;r+=2){var o=e[t[r]];o instanceof ir||t[r+1].call(o)}}(e),function n(e){var t=e[yn].cleanup;if(null!=t){for(var n=e[xn],r=0;r<t.length-1;r+=2)if("string"==typeof t[r]){var o=t[r+1],i="function"==typeof o?o(e):Ln(e[o]),a=t[r+3];"boolean"==typeof a?i.removeEventListener(t[r],n[t[r+2]],a):a>=0?n[a]():n[-a].unsubscribe(),r+=2}else t[r].call(n[t[r+1]]);e[xn]=null}}(e);var r=e[bn];r&&3===r.type&&oo(e[On])&&e[On].destroy(),Xn(e)&&e[wn]&&e[wn].removeView()}}function Ns(e,t,n,r){oo(e)?e.insertBefore(t,n,r):t.insertBefore(n,r,!0)}function js(e,t,n,r){r?Ns(e,t,n,r):function o(e,t,n){oo(e)?e.appendChild(t,n):t.appendChild(n)}(e,t,n)}function As(e,t){return oo(e)?e.parentNode(t):t.parentNode}function Ds(t,n,r){var o,i,a=function u(t,n){if(Yn(n))return As(n[On],zn(t,n));var r=function o(e){for(;null!=e.parent&&(4===e.parent.type||5===e.parent.type);)e=e.parent;return e}(t).parent;if(null==r){var i=n[bn];return 2===i.type?ms(i,n):function a(e){var t=e[bn];return t&&3===t.type?zn(t,Ro(e)):null}(n)}if(1&r.flags){var u=n[yn].data,s=u[u[r.index].directiveStart].encapsulation;if(s!==e.ViewEncapsulation.ShadowDom&&s!==e.ViewEncapsulation.Native)return null}return zn(r,n)}(n,r);if(null!=a){var s=r[On],c=function f(e,t){if(2===e.type){var n=gs(e,t),r=n[Fn];return Rs(r.indexOf(t),r,n[Mn])}return 4===e.type||5===e.type?zn(e,t):null}(n.parent||r[bn],r);if(Array.isArray(t))try{for(var d=l(t),p=d.next();!p.done;p=d.next())js(s,a,p.value,c)}catch(e){o={error:e}}finally{try{p&&!p.done&&(i=d.return)&&i.call(d)}finally{if(o)throw o.error}}else js(s,a,t,c)}}function Rs(e,t,n){if(e+1<t.length){var r=t[e+1],o=r[bn];return o.child?zn(o.child,r):n}return n}function Ss(e,t,n){var r=As(e,t);r&&function o(e,t,n,r){oo(e)?e.removeChild(t,n,r):t.removeChild(n)}(e,r,t,n)}function Vs(e,t,n,r){var o=zn(e,r);Ds(o,t,n),lo(o,r);var i=r[e.index];if(0===e.type)for(var a=i[Fn],u=0;u<a.length;u++)xs(a[u],!0,i[Mn]);else{if(4===e.type)for(var s=e.child;s;)Vs(s,t,n,r),s=s.next;Qn(i)&&Ds(i[Mn],t,n)}}
|
|
496
496
|
/**
|
|
497
497
|
* @license
|
|
498
498
|
* Copyright Google Inc. All Rights Reserved.
|
|
499
499
|
*
|
|
500
500
|
* Use of this source code is governed by an MIT-style license that can be
|
|
501
501
|
* found in the LICENSE file at https://angular.io/license
|
|
502
|
-
*/function
|
|
502
|
+
*/function Ms(e){var t=Qs(e,null,null),n=_r();n[yn].firstTemplatePass&&(t.tViews=[]),Bs(n,t),Sr(!1)}function Fs(e,t,n,r,o,i,a,u){var s=_r(),l=s[yn],c=Qs(e,o||null,i||null);l.firstTemplatePass&&(c.tViews=Vu(-1,t,n,r,l.directiveRegistry,l.pipeRegistry,null,null)),Ru(l,s,a,u),Bs(s,c),lo(zn(c,s),s),ur(l,c),Sr(!1)}function Hs(e){var t=_r(),n=t[yn];Ar(qn(n.data,e)),Sr(!0),t[e+Rn][Vn]=0,sr(t,n,Hr(),void 0)}function Ls(){var e=jr();Rr()?Sr(!1):Ar(e=e.parent);for(var t=_r()[e.index],n=t[Vn];n<t[Fn].length;)Es(t,n)}function Bs(e,t){var n=e[wn];if(n){var r=e[t.index];r[wn]?n.insertNodeBeforeViews(t):(n.addNode(t),r[wn]=n.container())}}function Qs(e,t,n){var r=_r(),o=e+Rn,i=r[On].createComment(""),a=Eu(e,0,i,t,n),u=r[o]=$u(r[o],r,i,a);return Ds(i,a,r),Ju(r,u),a}
|
|
503
503
|
/**
|
|
504
504
|
* @license
|
|
505
505
|
* Copyright Google Inc. All Rights Reserved.
|
|
506
506
|
*
|
|
507
507
|
* Use of this source code is governed by an MIT-style license that can be
|
|
508
508
|
* found in the LICENSE file at https://angular.io/license
|
|
509
|
-
*/function
|
|
509
|
+
*/function Us(e,t){var n=_r(),r=n[yn],o=e+Rn;o>=r.data.length&&(r.data[o]=null,r.blueprint[o]=null),n[o]=t}function zs(e){return qn(function t(){return Mr}(),e)}function Zs(e){return qn(_r(),e)}
|
|
510
510
|
/**
|
|
511
511
|
* @license
|
|
512
512
|
* Copyright Google Inc. All Rights Reserved.
|
|
513
513
|
*
|
|
514
514
|
* Use of this source code is governed by an MIT-style license that can be
|
|
515
515
|
* found in the LICENSE file at https://angular.io/license
|
|
516
|
-
*/function
|
|
516
|
+
*/function qs(t,n){void 0===n&&(n=e.InjectFlags.Default),t=L(t);var r=_r();return null==r?Y(t,n):Ko(jr(),r,t,n)}function Ks(e){return qo(jr(),e)}function Ws(e,t,n){var r=jr();r.stylingTemplate||(r.stylingTemplate=mo()),Ys(r,e,t,n,yo)}function Gs(e,t,n){var r=jr();r.stylingTemplate||(r.stylingTemplate=mo());var o=sl();_o(r.stylingTemplate,o),(r.onElementCreationFns=r.onElementCreationFns||[]).push(function(){Ys(r,e,t,n,o),function i(e,t){var n=e[8];n||(n=e[8]=[yo]),n[0]=t}(r.stylingTemplate,o)})}function Ys(e,t,n,r,o){!function i(e,t,n,r,o){if(!(16&e[1])&&function i(e,t,n,r){var o=e[2],i=2*t;return!(i<o.length&&o[i+0]>=0||(_o(e,t,n?-1:e[5].length,r),0))}(e,t,!1,o)){r&&(r=function a(e){for(var t=[],n=0;n<e.length;n++)t.push(lu(e[n]));return t}(r));var u=e[5],s=u[1],l=u[0],c=e[6],f=e[7],d=4*l,p=10+d,h=p+4*s,v=h+d,y=u.length;u.push(r?r.length:0,n?n.length:0);var g=0,m=[];if(r&&r.length)for(var _=0;_<r.length;_++){var w=r[_];-1==(x=_a(e,w,10,p))&&(x=p+g,g+=4,m.push(w)),u.push(x)}var b=[];if(n&&n.length)for(var C=0;C<n.length;C++){var x,I=n[C];-1==(x=_a(e,I,p,h))?(x=h+g,g+=4,b.push(I)):x+=4*m.length,u.push(x)}var k=2;if(m.length)for(;k<y;){var E=u[k+0],O=u[k+1];if(O)for(var T=k+2+E,P=T;P<T+O;P++)u[P]+=4*m.length;k+=2+(E+O)}for(var N=b.length+m.length,j=10;j<e.length;j+=4){var A=j>=h,D=j>=(A?v:p),R=za(e,j),S=Da(R),V=Ra(R);Ua(e,j,ja(R,S,V+=A?D?4*m.length:0:4*N+4*(D?m.length:0)))}for(var M=0;M<4*m.length;M++)e.splice(v,0,null),e.splice(p,0,null),p++,h++,v+=2;for(var F=0;F<4*b.length;F++)e.splice(h,0,null),e.push(null),h++,v++;for(var H=e[4],L=e[3],B=0;B<N;B++){var Q=B>=m.length,U=Q?B-m.length:B,z=Q?b[U]:m[U],Z=void 0,q=void 0;Q?(Z=v+4*(s+U),q=p+4*(s+U)):(Z=h+4*(l+U),q=10+4*(l+U));var K=Q?H:L,W=ru(K,z);-1===W?W=fu(null,K,z,!Q&&null,t)+1:W+=1;var G=Ja(e,z,Q,o||null);Ua(e,q,ja(G,W,Z)),Va(e,q,z),Ma(e,q,null),La(e,q,0,t),Ua(e,Z,ja(G,W,q)),Va(e,Z,z),Ma(e,Z,null),La(e,Z,0,t)}u[1]=s+b.length,u[0]=l+m.length,c[0]+=b.length,f[0]+=m.length;var Y=4*m.length,$=4*b.length,J=f.length;cu(e,t,!1,h+4*l,m.length);for(var X=1;X<J;X+=4)f[X+1]+=$+Y;var ee=c.length;cu(e,t,!0,v+4*s,b.length);for(var te=1;te<ee;te+=4)c[te+1]+=2*Y+$;Ua(e,1,ja(0,0,h))}}(e.stylingTemplate,o,t,n,r)}function $s(e,t,n,r,o){var i=Xs(n,r);xa(ll(e,_r()),t,i,yo,o)}function Js(e,t,n,r){var o=sl(),i=ll($r(),_r());da(i,o,xa,[i,e,Xs(t,n),o,r])}function Xs(e,t){var n=null;return null!==e&&(n=t?on(e)+t:e),n}function el(e,t,n,r){var o=n instanceof pa?n:nl(n);Ca(ll(e,_r()),t,o,yo,r)}function tl(e,t,n){var r=sl(),o=ll($r(),_r());da(o,r,Ca,[o,e,t instanceof pa?t:nl(t),r,n])}function nl(e){return"boolean"==typeof e?e:!!e||null}function rl(e,t,n){var r=_r(),o=ll(e,r),i=Zn(e,r);if(Co(i)&&t!==fa){var a=au(o),u=(a.length?a+" ":"")+function s(e){return e&&"string"!=typeof e&&(e=Object.keys(e).join(" ")),e||""}(t);ps(r,i.inputs.class,u),t=fa}if(xo(i)&&n!==fa){var l=au(o),c=(l.length?l+" ":"")+function f(e){var t="";if(e)for(var n=Object.keys(e),r=0;r<n.length;r++){var o=n[r];t+=(r?";":"")+o+":"+e[o]}return t}(n);ps(r,i.inputs.style,c),n=fa}wa(o,t,n)}function ol(e,t){var n=sl(),r=ll($r(),_r());da(r,n,wa,[r,e,t,n])}function il(e){ul(yo,e)}function al(){ul(sl(),$r())}function ul(e,t){var n=_r(),r=3===Zn(t,n).type?n[On]:null,o=0!=(8&n[gn]);(function i(e,t,n,r,o,a,u){void 0===u&&(u=0);var s=0;if(function l(e,t){var n=e[8];return!n||n[0]===t}(e,u)&&(function c(e){var t=e[8];if(t){for(var n=1;n<t.length;n+=3)t[n+1].apply(this,t[n+2]);t.length=1}}(e),function f(e){return Ta(e,1)}(e))){for(var d=e[0],p=8&e[1],h=Sa(e),v=10;v<e.length;v+=4)if(Ta(e,v)){var y=za(e,v),g=nu(e,v),m=qa(e,v),_=Za(e,v),w=4&y?ou(e,g):null,b=Qa(e,v),C=!!(2&y),x=_;v<h&&!$a(x)&&(x=Za(e,Ra(y))),$a(x)||(x=Aa(e,y)),t&&(!r||x)&&(C?Ea(d,m,!!x,t,o,b):ka(d,m,x,t,w,a,b)),Oa(e,v,!1)}if(p){var I=Array.isArray(n)?Vo(n):n,k=ko(e),E=k[0];for(v=1;v<E;v+=2){var O=k[v],T=v+1,P=k[T];if(O){var N=O.buildPlayer(P,r);void 0!==N&&(null!=N&&Io(k,I,d,N,T)&&s++,P&&P.destroy())}else P&&P.destroy()}Wa(e,!1)}Ka(e,!1)}return s})(ll(t,n),r,n,o,null,null,e)>0&&es(Vo(n),2),pr(null)}function sl(){return function e(){return Ir}()+function t(){return kr}()}function ll(e,t){var n=function r(){return dr}();return n||pr(n=wo(e+Rn,t)),n}
|
|
517
517
|
/**
|
|
518
518
|
* @license
|
|
519
519
|
* Copyright Google Inc. All Rights Reserved.
|
|
520
520
|
*
|
|
521
521
|
* Use of this source code is governed by an MIT-style license that can be
|
|
522
522
|
* found in the LICENSE file at https://angular.io/license
|
|
523
|
-
*/function
|
|
523
|
+
*/function cl(e,t,n,r){var o=_r(),i=o[yn],a=Iu(t),u=o[On],s=Eu(e,3,a,t,n||null),l=0,c=0;if(n&&(Au(i,s,n,Oo(a,n)),s.stylingTemplate&&(l=ma(a,s.stylingTemplate,u),c=ga(a,s.stylingTemplate,u))),Ds(a,s,o),Ru(i,o,r),0===function f(){return fr}()&&lo(a,o),function d(){fr++}(),i.firstTemplatePass){var p=ss(s);p&&p.hasOwnProperty("class")&&(s.flags|=8),p&&p.hasOwnProperty("style")&&(s.flags|=16)}s.stylingTemplate&&(ga(a,s.stylingTemplate,u,c),ma(a,s.stylingTemplate,u,l));var h=o[wn];h&&(h.addNode(s),o[wn]=h.clone()),Du(i,s,o)}function fl(){var e=jr();Rr()?Sr(!1):Ar(e=e.parent),e.onElementCreationFns&&hs(e);var t=_r(),n=t[wn];n&&(t[wn]=n.parent),ur(_r()[yn],e),function r(){fr--}();var o=null;Co(e)&&(o=wo(e.index,t),ps(t,e.inputs.class,au(o))),xo(e)&&(o=o||wo(e.index,t),ps(t,e.inputs.style,function i(e){var t=e[3],n=t[1];if(null===n){n="";for(var r=2;r<t.length;r+=3){var o=t[r+1];null!==o&&(n+=(n.length?";":"")+t[r]+":"+o)}t[1]=n}return n}(o)))}function dl(e,t,n,r){cl(e,t,n,r),fl()}function pl(e,t,n,r,o){if(n!==fa){var i=_r(),a=i[On],u=Un(e,i);if(null==n)oo(a)?a.removeAttribute(u,t,o):u.removeAttribute(t);else{var s=Zn(e,i),l=null==r?on(n):r(n,s.tagName||"",t);oo(a)?a.setAttribute(u,t,l,o):o?u.setAttributeNS(o,t,l):u.setAttribute(t,l)}}}function hl(e){var t=$r(),n=_r(),r=Zn(t,n);if(3===r.type){var o=To(e,Oo(zn(r,n),e));if(o>=0){var i=sl();r.stylingTemplate?va(r.stylingTemplate,e,o,i):r.stylingTemplate=ha(e,o,i)}}}
|
|
524
524
|
/**
|
|
525
525
|
* @license
|
|
526
526
|
* Copyright Google Inc. All Rights Reserved.
|
|
527
527
|
*
|
|
528
528
|
* Use of this source code is governed by an MIT-style license that can be
|
|
529
529
|
* found in the LICENSE file at https://angular.io/license
|
|
530
|
-
*/function
|
|
530
|
+
*/function vl(e,t,n){var r=_r(),o=r[yn],i=r[On].createComment(""),a=Eu(e,4,i,"ng-container",t||null);t&&Au(o,a,t,0),Ds(i,a,r),Ru(o,r,n),lo(i,r);var u=r[wn];u&&(u.addNode(a),r[wn]=u.clone()),Du(o,a,r)}function yl(){var e=jr(),t=_r(),n=t[yn];Rr()?Sr(!1):Ar(e=e.parent);var r=t[wn];r&&(t[wn]=r.parent),e.onElementCreationFns&&hs(e),ur(n,e)}
|
|
531
531
|
/**
|
|
532
532
|
* @license
|
|
533
533
|
* Copyright Google Inc. All Rights Reserved.
|
|
534
534
|
*
|
|
535
535
|
* Use of this source code is governed by an MIT-style license that can be
|
|
536
536
|
* found in the LICENSE file at https://angular.io/license
|
|
537
|
-
*/function
|
|
537
|
+
*/function gl(e,t,n){var r=_r(),o=jr(),i=2===o.type?o.parent:o,a=r[i.index],u=function s(e,t,n){for(var r=e[Fn],o=t;o<r.length;o++){var i=r[o][yn].id;if(i===n)return r[o];if(!(i<n))break;Es(e,o)}return null}(a,a[Vn],e);if(u)Sr(!0),Kr(u,u[yn].node);else{u=ku(r,function l(e,t,n,r){var o=_r()[yn],i=r.tViews;return(e>=i.length||null==i[e])&&(i[e]=Vu(e,null,t,n,o.directiveRegistry,o.pipeRegistry,null,null)),i[e]}(e,t,n,i),null,16,null,null),a[wn]&&(u[wn]=a[wn].createView());var c=Rr()?o:o&&o.parent;Ou(u[yn],c,e,u),Kr(u,u[yn].node)}return a&&(Vr(u)&&Is(u,a,a[Vn]),a[Vn]++),Vr(u)?3:2}function ml(){var e=_r(),t=e[bn];Vr(e)&&(Cu(e),e[gn]&=-5),er(e),Cu(e),Gr(e[mn][mn]),Ar(t),Sr(!1)}function _l(){return _r()}
|
|
538
538
|
/**
|
|
539
539
|
* @license
|
|
540
540
|
* Copyright Google Inc. All Rights Reserved.
|
|
541
541
|
*
|
|
542
542
|
* Use of this source code is governed by an MIT-style license that can be
|
|
543
543
|
* found in the LICENSE file at https://angular.io/license
|
|
544
|
-
*/function
|
|
544
|
+
*/function wl(e){return!!e&&"function"==typeof e.then}function bl(e){return!!e&&"function"==typeof e.subscribe}
|
|
545
545
|
/**
|
|
546
546
|
* @license
|
|
547
547
|
* Copyright Google Inc. All Rights Reserved.
|
|
548
548
|
*
|
|
549
549
|
* Use of this source code is governed by an MIT-style license that can be
|
|
550
550
|
* found in the LICENSE file at https://angular.io/license
|
|
551
|
-
*/function
|
|
551
|
+
*/function Cl(e,t,n,r){void 0===n&&(n=!1),Il(e,t,n,r)}function xl(e,t,n,r){void 0===n&&(n=!1),Il(e,t,n,r,fs)}function Il(e,t,n,r,o){void 0===n&&(n=!1);var i=_r(),a=jr(),u=i[yn],s=u.firstTemplatePass&&(u.cleanup||(u.cleanup=[])),l=!0;if(3===a.type){var c=zn(a,i),f=r?r(c):{},d=f.target||c,p=o?o(a,i):i[On],h=(x=ls(i)).length,v=r?function(e){return r(Ln(e[a.index])).target}:a.index;if(oo(p)){var y=null;if(!r&&function g(e){return e.directiveEnd>e.directiveStart}(a)&&(y=function m(e,t,n){var r=e[yn].cleanup;if(null!=r)for(var o=0;o<r.length-1;o+=2){var i=r[o];if(i===t&&r[o+1]===n){var a=e[xn],u=r[o+2];return a.length>u?a[u]:null}"string"==typeof i&&(o+=2)}return null}(i,e,a.index)),null!==y)t.__ngNextListenerFn__=y.__ngNextListenerFn__,y.__ngNextListenerFn__=t,l=!1;else{t=El(a,i,t,!1);var _=p.listen(f.name||d,e,t);x.push(t,_),s&&s.push(e,v,h,h+1)}}else t=El(a,i,t,!0),d.addEventListener(e,t,n),x.push(t),s&&s.push(e,v,h,n)}void 0===a.outputs&&(a.outputs=Hu(a,1));var w,b=a.outputs;if(l&&b&&(w=b[e])){var C=w.length;if(C)for(var x=ls(i),I=0;I<C;I+=3){var k=i[w[I]][w[I+2]].subscribe(t),E=x.length;x.push(t,k),s&&s.push(e,a.index,E,-(E+1))}}}function kl(e,t,n){try{return!1!==t(n)}catch(t){return ds(e,t),!1}}function El(e,t,n,r){return function o(i){var a=1&e.flags?Kn(e.index,t):t;0==(32&t[gn])&&Xu(a);for(var u=kl(t,n,i),s=o.__ngNextListenerFn__;s;)u=kl(t,s,i)&&u,s=s.__ngNextListenerFn__;return r&&!1===u&&(i.preventDefault(),i.returnValue=!1),u}}
|
|
552
552
|
/**
|
|
553
553
|
* @license
|
|
554
554
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -562,7 +562,7 @@ function gs(e){var t=_r(),n=t[gn];n.firstTemplatePass&&(function o(e,t,n){var r=
|
|
|
562
562
|
*
|
|
563
563
|
* Use of this source code is governed by an MIT-style license that can be
|
|
564
564
|
* found in the LICENSE file at https://angular.io/license
|
|
565
|
-
*/function
|
|
565
|
+
*/function Ol(e){return void 0===e&&(e=1),Wr(e)}function Tl(e,t){for(var n=null,r=function o(e){var t=e.attrs;if(null!=t){var n=t.indexOf(5);if(0==(1&n))return t[n+1]}return null}(e),i=0;i<t.length;i++){var a=t[i];if("*"!==a){if(null===r?_u(e,a,!0):wu(r,a))return i}else n=i}return n}function Pl(e){var t=So(_r())[bn];if(!t.projection)for(var n=t.projection=new Array(e?e.length:1).fill(null),r=n.slice(),o=t.child;null!==o;){var i=e?Tl(o,e):0;null!==i&&(r[i]?r[i].projectionNext=o:n[i]=o,r[i]=o),o=o.next}}function Nl(e,t,n){void 0===t&&(t=0);var r=_r(),o=Eu(e,1,null,null,n||null);null===o.projection&&(o.projection=t),Sr(!1),function e(t,n,r,o){var i=o[mn],a=o[bn].projection[r];if(Array.isArray(a))Ds(a,n,t);else for(;a;)1===a.type?e(t,n,a.projection,So(i)):(a.flags|=2,Vs(a,n,t,i)),a=a.projectionNext}(r,o,t,So(r))}
|
|
566
566
|
/**
|
|
567
567
|
* @license
|
|
568
568
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -604,28 +604,28 @@ function gs(e){var t=_r(),n=t[gn];n.firstTemplatePass&&(function o(e,t,n){var r=
|
|
|
604
604
|
*
|
|
605
605
|
* Use of this source code is governed by an MIT-style license that can be
|
|
606
606
|
* found in the LICENSE file at https://angular.io/license
|
|
607
|
-
*/function zl(e,t,n,r){return
|
|
607
|
+
*/function zl(e,t,n,r){return Bu($r(),e,Zl(t),n,r),zl}function Zl(e){var t=_r(),n=t[Cn]++;return as(t),Ll(t,n,e)?e:fa}function ql(e,t,n,r,o){Bu(e,t,n,r,o)}function Kl(e,t,n,r,o){Bu(e,t,n,r,o,fs)}
|
|
608
608
|
/**
|
|
609
609
|
* @license
|
|
610
610
|
* Copyright Google Inc. All Rights Reserved.
|
|
611
611
|
*
|
|
612
612
|
* Use of this source code is governed by an MIT-style license that can be
|
|
613
613
|
* found in the LICENSE file at https://angular.io/license
|
|
614
|
-
*/function Wl(e){var t=!1,n=_r(),r=n[
|
|
614
|
+
*/function Wl(e){var t=!1,n=_r(),r=n[yn].data,o=n[Cn];if(null==r[o]){for(var i=2;i<e.length;i+=2)r[o++]=e[i];o=n[Cn]}for(i=1;i<e.length;i+=2)Ll(n,o++,e[i])&&(t=!0);if(n[Cn]=o,as(n,e[0],e[e.length-1]),!t)return fa;var a=e[0];for(i=1;i<e.length;i+=2)a+=on(e[i])+e[i+1];return a}function Gl(e,t,n){var r=_r(),o=Ll(r,r[Cn]++,t);return as(r,e,n),o?e+on(t)+n:fa}function Yl(e,t,n,r,o){var i=_r(),a=i[Cn],u=Bl(i,a,t,r);return i[Cn]+=2,as(i,e,o)&&(i[yn].data[a]=n),u?e+on(t)+n+on(r)+o:fa}function $l(e,t,n,r,o,i,a){var u=_r(),s=u[Cn],l=Ql(u,s,t,r,i);if(u[Cn]+=3,as(u,e,a)){var c=u[yn].data;c[s]=n,c[s+1]=o}return l?e+on(t)+n+on(r)+o+on(i)+a:fa}function Jl(e,t,n,r,o,i,a,u,s){var l=_r(),c=l[Cn],f=Ul(l,c,t,r,i,u);if(l[Cn]+=4,as(l,e,s)){var d=l[yn].data;d[c]=n,d[c+1]=o,d[c+2]=a}return f?e+on(t)+n+on(r)+o+on(i)+a+on(u)+s:fa}function Xl(e,t,n,r,o,i,a,u,s,l,c){var f=_r(),d=f[Cn],p=Ul(f,d,t,r,i,u);if(p=Ll(f,d+4,l)||p,f[Cn]+=5,as(f,e,c)){var h=f[yn].data;h[d]=n,h[d+1]=o,h[d+2]=a,h[d+3]=s}return p?e+on(t)+n+on(r)+o+on(i)+a+on(u)+s+on(l)+c:fa}function ec(e,t,n,r,o,i,a,u,s,l,c,f,d){var p=_r(),h=p[Cn],v=Ul(p,h,t,r,i,u);if(v=Bl(p,h+4,l,f)||v,p[Cn]+=6,as(p,e,d)){var y=p[yn].data;y[h]=n,y[h+1]=o,y[h+2]=a,y[h+3]=s,y[h+4]=c}return v?e+on(t)+n+on(r)+o+on(i)+a+on(u)+s+on(l)+c+on(f)+d:fa}function tc(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h){var v=_r(),y=v[Cn],g=Ul(v,y,t,r,i,u);if(g=Ql(v,y+4,l,f,p)||g,v[Cn]+=7,as(v,e,h)){var m=v[yn].data;m[y]=n,m[y+1]=o,m[y+2]=a,m[y+3]=s,m[y+4]=c,m[y+5]=d}return g?e+on(t)+n+on(r)+o+on(i)+a+on(u)+s+on(l)+c+on(f)+d+on(p)+h:fa}function nc(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,y){var g=_r(),m=g[Cn],_=Ul(g,m,t,r,i,u);if(_=Ul(g,m+4,l,f,p,v)||_,g[Cn]+=8,as(g,e,y)){var w=g[yn].data;w[m]=n,w[m+1]=o,w[m+2]=a,w[m+3]=s,w[m+4]=c,w[m+5]=d,w[m+6]=h}return _?e+on(t)+n+on(r)+o+on(i)+a+on(u)+s+on(l)+c+on(f)+d+on(p)+h+on(v)+y:fa}function rc(e,t,n){return oc(e,"",t,"",n),rc}function oc(e,t,n,r,o){return Bu($r(),e,Gl(t,n,r),o),oc}function ic(e,t,n,r,o,i,a){return Bu($r(),e,Yl(t,n,r,o,i),a),ic}function ac(e,t,n,r,o,i,a,u,s){return Bu($r(),e,$l(t,n,r,o,i,a,u),s),ac}function uc(e,t,n,r,o,i,a,u,s,l,c){return Bu($r(),e,Jl(t,n,r,o,i,a,u,s,l),c),uc}function sc(e,t,n,r,o,i,a,u,s,l,c,f,d){return Bu($r(),e,Xl(t,n,r,o,i,a,u,s,l,c,f),d),sc}function lc(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h){return Bu($r(),e,ec(t,n,r,o,i,a,u,s,l,c,f,d,p),h),lc}function cc(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,y){return Bu($r(),e,tc(t,n,r,o,i,a,u,s,l,c,f,d,p,h,v),y),cc}function fc(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,y,g,m){return Bu($r(),e,nc(t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,y,g),m),fc}function dc(e,t,n){return Bu($r(),e,Wl(t),n),dc}
|
|
615
615
|
/**
|
|
616
616
|
* @license
|
|
617
617
|
* Copyright Google Inc. All Rights Reserved.
|
|
618
618
|
*
|
|
619
619
|
* Use of this source code is governed by an MIT-style license that can be
|
|
620
620
|
* found in the LICENSE file at https://angular.io/license
|
|
621
|
-
*/function pc(e){var t=_r();sr(t,t[
|
|
621
|
+
*/function pc(e){var t=_r();sr(t,t[yn],Hr(),e),Jr(e)}
|
|
622
622
|
/**
|
|
623
623
|
* @license
|
|
624
624
|
* Copyright Google Inc. All Rights Reserved.
|
|
625
625
|
*
|
|
626
626
|
* Use of this source code is governed by an MIT-style license that can be
|
|
627
627
|
* found in the LICENSE file at https://angular.io/license
|
|
628
|
-
*/function hc(e,t){var n=_r(),r=
|
|
628
|
+
*/function hc(e,t){var n=_r(),r=Cs(t,n[On]),o=Eu(e,3,r,null,null);Sr(!1),Ds(r,o,n)}function vc(e,t){if(t!==fa){var n=_r(),r=Un(e,n),o=n[On];oo(o)?o.setValue(r,on(t)):r.textContent=on(t)}}
|
|
629
629
|
/**
|
|
630
630
|
* @license
|
|
631
631
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -639,14 +639,14 @@ function gs(e){var t=_r(),n=t[gn];n.firstTemplatePass&&(function o(e,t,n){var r=
|
|
|
639
639
|
*
|
|
640
640
|
* Use of this source code is governed by an MIT-style license that can be
|
|
641
641
|
* found in the LICENSE file at https://angular.io/license
|
|
642
|
-
*/function
|
|
642
|
+
*/function yc(e){var t=ao(e);if(!t)return[];var n=wo(t.nodeIndex,t.lView),r=n?ko(n):null;return r?function o(e){for(var t=[],n=e[0],r=2;r<n;r+=2){var o=e[r];o&&t.push(o)}for(r=n;r<e.length;r++)t.push(e[r]);return t}(r):[]}
|
|
643
643
|
/**
|
|
644
644
|
* @license
|
|
645
645
|
* Copyright Google Inc. All Rights Reserved.
|
|
646
646
|
*
|
|
647
647
|
* Use of this source code is governed by an MIT-style license that can be
|
|
648
648
|
* found in the LICENSE file at https://angular.io/license
|
|
649
|
-
*/function
|
|
649
|
+
*/function gc(e){var t=kc(e);return void 0===t.component&&(t.component=function n(e,t){var n=t[yn].data[e];return 1&n.flags?t[n.directiveStart]:null}(t.nodeIndex,t.lView)),t.component}function mc(e){return kc(e).lView[In]}function _c(e){for(var t,n=xc(e).lView;null===n[vn]&&(t=Ro(n));)n=t;return 512&n[gn]?null:n[In]}function wc(e){return f(Vo(e).components)}function bc(e){var t=xc(e);return new ei(t.lView[yn].data[t.nodeIndex],t.lView)}function Cc(e){var t=xc(e);return void 0===t.directives&&(t.directives=ho(t.nodeIndex,t.lView,!1)),t.directives||[]}function xc(e,t){void 0===t&&(t=!0);var n=ao(e);if(!n&&t)throw new Error("Invalid ng target");return n}function Ic(e){return ao(e).native}function kc(e){if(!(e instanceof Node))throw new Error("Expecting instance of DOM Node");return xc(e)}function Ec(e){return"boolean"==typeof e.useCapture}function Oc(e){var t=kc(e).lView,n=t[xn],r=t[yn].cleanup,o=[];if(r&&n)for(var i=0;i<r.length;){var a=r[i++],u=r[i++];if("string"==typeof a){var s=a,l=Ln(t[u]),c=n[r[i++]],f=r[i++];e==l&&o.push({element:e,name:s,callback:c,useCapture:"boolean"==typeof f?f:!(f>=0)&&null})}}return o.sort(Tc),o}function Tc(e,t){return e.name==t.name?0:e.name<t.name?-1:1}
|
|
650
650
|
/**
|
|
651
651
|
* @license
|
|
652
652
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -668,7 +668,7 @@ var Pc="ng",Nc=!1;function jc(e,t){if(Q){var n=Q[Pc];n||(n=Q[Pc]={}),n[e]=t}}
|
|
|
668
668
|
*
|
|
669
669
|
* Use of this source code is governed by an MIT-style license that can be
|
|
670
670
|
* found in the LICENSE file at https://angular.io/license
|
|
671
|
-
*/function Ac(e,t,n,r,o,i){!function a(){br=!1,wr=null,fr=0,hr=!0}();var u=n[
|
|
671
|
+
*/function Ac(e,t,n,r,o,i){!function a(){br=!1,wr=null,fr=0,hr=!0}();var u=n[yn],s=Eu(0,3,e,null,null),l=ku(n,Su(t.template,t.consts,t.vars,t.directiveDefs,t.pipeDefs,t.viewQuery,t.schemas),null,t.onPush?64:16,n[Rn],s,r,o,i);return u.firstTemplatePass&&(Zo(Bo(s,n),n,t.type),s.flags=1,Wu(s,n.length,1),qu(s)),n[Rn]=l}function Dc(e,t,n,r,o){var i=n[yn],a=function u(e,t,n){var r=jr();e.firstTemplatePass&&(n.providersResolver&&n.providersResolver(n),Uu(e,r,1),Gu(e,t,n,n.factory));var o=$o(e.data,t,t.length-1,r);return Zu(t,r,o),o}(i,n,t);r.components.push(a),e[In]=a,o&&o.forEach(function(e){return e(a,t)}),t.contentQueries&&t.contentQueries(1,a,n.length-1);var s=jr();if(i.firstTemplatePass&&t.hostBindings&&(Or(s.index-Rn),Qu(t,i.expandoInstructions,a,s,i.firstTemplatePass),s.onElementCreationFns&&hs(s),Or(null)),s.stylingTemplate){var l=e[vn];ga(l,s.stylingTemplate,e[On]),ma(l,s.stylingTemplate,e[On])}return a}function Rc(e,t){return{components:[],scheduler:e||un,clean:us,playerHandler:t||null,flags:0}}function Sc(e,t){var n=Jn(e)[yn],r=n.data.length-1;ar(r,t,n,-1,-1,-1),ur(n,{directiveStart:r,directiveEnd:r+1})}
|
|
672
672
|
/**
|
|
673
673
|
* @license
|
|
674
674
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -690,7 +690,7 @@ var Vc=function(){function e(e,t,n){this.previousValue=e,this.currentValue=t,thi
|
|
|
690
690
|
*
|
|
691
691
|
* Use of this source code is governed by an MIT-style license that can be
|
|
692
692
|
* found in the LICENSE file at https://angular.io/license
|
|
693
|
-
*/(e,{previous:Rt,current:null}),a=o.current||(o.current={}),u=o.previous,s=this.declaredInputs[n],l=u[s];a[s]=new Vc(l&&l.currentValue,t,u===Rt),e[r]=t}var Lc="__ngSimpleChanges__";function Bc(e){return e[Lc]||null}function Qc(e){for(var t=function n(e){return Object.getPrototypeOf(e.prototype).constructor}(e.type),r=function(){var n,r,o=void 0;if(Gn(e))o=t.ngComponentDef||t.ngDirectiveDef;else{if(t.ngComponentDef)throw new Error("Directives cannot inherit Components");o=t.ngDirectiveDef}var i=t.ngBaseDef;if(i||o){var a=e;a.inputs=Uc(e.inputs),a.declaredInputs=Uc(e.declaredInputs),a.outputs=Uc(e.outputs)}if(i){var u=i.viewQuery,s=i.contentQueries;u&&zc(e,u),s&&Zc(e,s),P(e.inputs,i.inputs),P(e.declaredInputs,i.declaredInputs),P(e.outputs,i.outputs)}if(o){var c=e.hostBindings,f=o.hostBindings;f&&(e.hostBindings=c?function(e,t,n){Pr(1);try{f(e,t,n)}finally{Pr(-1)}c(e,t,n)}:f);var d=o.viewQuery,p=o.contentQueries;d&&zc(e,d),p&&Zc(e,p),P(e.inputs,o.inputs),P(e.declaredInputs,o.declaredInputs),P(e.outputs,o.outputs),e.afterContentChecked=e.afterContentChecked||o.afterContentChecked,e.afterContentInit=e.afterContentInit||o.afterContentInit,e.afterViewChecked=e.afterViewChecked||o.afterViewChecked,e.afterViewInit=e.afterViewInit||o.afterViewInit,e.doCheck=e.doCheck||o.doCheck,e.onDestroy=e.onDestroy||o.onDestroy,e.onInit=e.onInit||o.onInit;var h=o.features;if(h)try{for(var v=l(h),
|
|
693
|
+
*/(e,{previous:Rt,current:null}),a=o.current||(o.current={}),u=o.previous,s=this.declaredInputs[n],l=u[s];a[s]=new Vc(l&&l.currentValue,t,u===Rt),e[r]=t}var Lc="__ngSimpleChanges__";function Bc(e){return e[Lc]||null}function Qc(e){for(var t=function n(e){return Object.getPrototypeOf(e.prototype).constructor}(e.type),r=function(){var n,r,o=void 0;if(Gn(e))o=t.ngComponentDef||t.ngDirectiveDef;else{if(t.ngComponentDef)throw new Error("Directives cannot inherit Components");o=t.ngDirectiveDef}var i=t.ngBaseDef;if(i||o){var a=e;a.inputs=Uc(e.inputs),a.declaredInputs=Uc(e.declaredInputs),a.outputs=Uc(e.outputs)}if(i){var u=i.viewQuery,s=i.contentQueries;u&&zc(e,u),s&&Zc(e,s),P(e.inputs,i.inputs),P(e.declaredInputs,i.declaredInputs),P(e.outputs,i.outputs)}if(o){var c=e.hostBindings,f=o.hostBindings;f&&(e.hostBindings=c?function(e,t,n){Pr(1);try{f(e,t,n)}finally{Pr(-1)}c(e,t,n)}:f);var d=o.viewQuery,p=o.contentQueries;d&&zc(e,d),p&&Zc(e,p),P(e.inputs,o.inputs),P(e.declaredInputs,o.declaredInputs),P(e.outputs,o.outputs),e.afterContentChecked=e.afterContentChecked||o.afterContentChecked,e.afterContentInit=e.afterContentInit||o.afterContentInit,e.afterViewChecked=e.afterViewChecked||o.afterViewChecked,e.afterViewInit=e.afterViewInit||o.afterViewInit,e.doCheck=e.doCheck||o.doCheck,e.onDestroy=e.onDestroy||o.onDestroy,e.onInit=e.onInit||o.onInit;var h=o.features;if(h)try{for(var v=l(h),y=v.next();!y.done;y=v.next()){var g=y.value;g&&g.ngInherit&&g(e)}}catch(e){n={error:e}}finally{try{y&&!y.done&&(r=v.return)&&r.call(v)}finally{if(n)throw n.error}}}else{var m=t.prototype;m&&(e.afterContentChecked=e.afterContentChecked||m.ngAfterContentChecked,e.afterContentInit=e.afterContentInit||m.ngAfterContentInit,e.afterViewChecked=e.afterViewChecked||m.ngAfterViewChecked,e.afterViewInit=e.afterViewInit||m.ngAfterViewInit,e.doCheck=e.doCheck||m.ngDoCheck,e.onDestroy=e.onDestroy||m.ngOnDestroy,e.onInit=e.onInit||m.ngOnInit,m.ngOnChanges&&Mc()(e))}t=Object.getPrototypeOf(t)};t;)r()}function Uc(e){return e===Rt?{}:e===St?[]:e}function zc(e,t){var n=e.viewQuery;e.viewQuery=n?function(e,r){t(e,r),n(e,r)}:t}function Zc(e,t){var n=e.contentQueries;e.contentQueries=n?function(e,r,o){t(e,r,o),n(e,r,o)}:t}
|
|
694
694
|
/**
|
|
695
695
|
* @license
|
|
696
696
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -711,7 +711,7 @@ var Vc=function(){function e(e,t,n){this.previousValue=e,this.currentValue=t,thi
|
|
|
711
711
|
*
|
|
712
712
|
* Use of this source code is governed by an MIT-style license that can be
|
|
713
713
|
* found in the LICENSE file at https://angular.io/license
|
|
714
|
-
*/(t)&&D(t);a&&this.injectableDefInScope(a)&&(i=nf(ef(t),Kc),this.records.set(t,i))}if(void 0!==i)return this.hydrate(t,i)}return(r&e.InjectFlags.Self?$c():this.parent).get(t,r&e.InjectFlags.Optional?null:n)}catch(e){if("NullInjectorError"===e.name){if((e[Be]=e[Be]||[]).unshift(M(t)),o)throw e;return qe(e,t,"R3InjectorError",this.source)}throw e}finally{K(o)}},t.prototype.assertNotDestroyed=function(){if(this._destroyed)throw new Error("Injector has already been destroyed.")},t.prototype.processInjectorType=function(e,t,n){var r=this;if(e=L(e)){var o=R(e),i=null==o&&e.ngModule||void 0,a=void 0===i?e:i,u=-1!==n.indexOf(a),s=void 0!==i&&e.providers||Gc;if(void 0!==i&&(o=R(i)),null!=o){if(this.injectorDefTypes.add(a),this.records.set(a,nf(o.factory,Kc)),null!=o.imports&&!u){n.push(a);try{rf(o.imports,function(e){return r.processInjectorType(e,t,n)})}finally{}}var l=o.providers;if(null!=l&&!u){var c=e;rf(l,function(e){return r.processProvider(e,c,l)})}var f=e.ngModule;rf(s,function(e){return r.processProvider(e,f,s)})}}},t.prototype.processProvider=function(e,t,n){var r=af(e=L(e))?e:L(e&&e.provide),o=function i(e,t,n){var r=tf(e,t,n);return of(e)?nf(void 0,e.useValue):nf(r,Kc)}(e,t,n);if(af(e)||!0!==e.multi){var a=this.records.get(r);if(a&&void 0!==a.multi)throw new Error("Mixed multi-provider for "+M(r))}else{var u=this.records.get(r);if(u){if(void 0===u.multi)throw new Error("Mixed multi-provider for "+r+".")}else(u=nf(void 0,Kc,!0)).factory=function(){return X(u.multi)},this.records.set(r,u);r=e,u.multi.push(e)}this.records.set(r,o)},t.prototype.hydrate=function(e,t){if(t.value===Wc)throw new Error("Cannot instantiate cyclic dependency! "+M(e));return t.value===Kc&&(t.value=Wc,t.value=t.factory()),"object"==typeof t.value&&t.value&&function n(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(t.value)&&this.onDestroy.add(t.value),t.value},t.prototype.injectableDefInScope=function(e){return!!e.providedIn&&("string"==typeof e.providedIn?"any"===e.providedIn||"root"===e.providedIn&&this.isRootInjector:this.injectorDefTypes.has(e.providedIn))},t}();function ef(e){var t=D(e);if(null===t){var n=R(e);if(null!==n)return n.factory;if(e instanceof Te)throw new Error("Token "+M(e)+" is missing an ngInjectableDef definition.");if(e instanceof Function){var r=e.length;if(r>0){var o=new Array(r).fill("?");throw new Error("Can't resolve all parameters for "+M(e)+": ("+o.join(", ")+").")}return function(){return new e}}throw new Error("unreachable")}return t.factory}function tf(e,t,n){var r=void 0;if(af(e))return ef(L(e));if(of(e))r=function(){return L(e.useValue)};else if(function o(e){return!(!e||!e.useExisting)}(e))r=function(){return Y(L(e.useExisting))};else if(function i(e){return!(!e||!e.useFactory)}(e))r=function(){return e.useFactory.apply(e,f(X(e.deps||[])))};else{var a=L(e&&(e.useClass||e.provide));if(!a){var u="";throw t&&n&&(u=" - only instances of Provider and Type are allowed, got: ["+n.map(function(t){return t==e?"?"+e+"?":"..."}).join(", ")+"]"),new Error("Invalid provider for the NgModule '"+M(t)+"'"+u)}if(!function s(e){return!!e.deps}(e))return ef(a);r=function(){return new(a.bind.apply(a,f([void 0],X(e.deps))))}}return r}function nf(e,t,n){return void 0===n&&(n=!1),{factory:e,value:t,multi:n?[]:void 0}}function rf(e,t){e.forEach(function(e){return Array.isArray(e)?rf(e,t):t(e)})}function of(e){return null!==e&&"object"==typeof e&&He in e}function af(e){return"function"==typeof e}function uf(e,t,n,r,o){if(e=L(e),Array.isArray(e))for(var i=0;i<e.length;i++)uf(e[i],t,n,r,o);else{var a=_r(),u=af(e)?e:L(e.provide),s=tf(e),l=jr(),c=65535&l.providerIndexes,f=l.directiveStart,d=l.providerIndexes>>16;if(function p(e){return!!e.useClass}(e)||af(e)){var h=(e.useClass||e).prototype.ngOnDestroy;if(h){var v=a[
|
|
714
|
+
*/(t)&&D(t);a&&this.injectableDefInScope(a)&&(i=nf(ef(t),Kc),this.records.set(t,i))}if(void 0!==i)return this.hydrate(t,i)}return(r&e.InjectFlags.Self?$c():this.parent).get(t,r&e.InjectFlags.Optional?null:n)}catch(e){if("NullInjectorError"===e.name){if((e[Be]=e[Be]||[]).unshift(M(t)),o)throw e;return qe(e,t,"R3InjectorError",this.source)}throw e}finally{K(o)}},t.prototype.assertNotDestroyed=function(){if(this._destroyed)throw new Error("Injector has already been destroyed.")},t.prototype.processInjectorType=function(e,t,n){var r=this;if(e=L(e)){var o=R(e),i=null==o&&e.ngModule||void 0,a=void 0===i?e:i,u=-1!==n.indexOf(a),s=void 0!==i&&e.providers||Gc;if(void 0!==i&&(o=R(i)),null!=o){if(this.injectorDefTypes.add(a),this.records.set(a,nf(o.factory,Kc)),null!=o.imports&&!u){n.push(a);try{rf(o.imports,function(e){return r.processInjectorType(e,t,n)})}finally{}}var l=o.providers;if(null!=l&&!u){var c=e;rf(l,function(e){return r.processProvider(e,c,l)})}var f=e.ngModule;rf(s,function(e){return r.processProvider(e,f,s)})}}},t.prototype.processProvider=function(e,t,n){var r=af(e=L(e))?e:L(e&&e.provide),o=function i(e,t,n){var r=tf(e,t,n);return of(e)?nf(void 0,e.useValue):nf(r,Kc)}(e,t,n);if(af(e)||!0!==e.multi){var a=this.records.get(r);if(a&&void 0!==a.multi)throw new Error("Mixed multi-provider for "+M(r))}else{var u=this.records.get(r);if(u){if(void 0===u.multi)throw new Error("Mixed multi-provider for "+r+".")}else(u=nf(void 0,Kc,!0)).factory=function(){return X(u.multi)},this.records.set(r,u);r=e,u.multi.push(e)}this.records.set(r,o)},t.prototype.hydrate=function(e,t){if(t.value===Wc)throw new Error("Cannot instantiate cyclic dependency! "+M(e));return t.value===Kc&&(t.value=Wc,t.value=t.factory()),"object"==typeof t.value&&t.value&&function n(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(t.value)&&this.onDestroy.add(t.value),t.value},t.prototype.injectableDefInScope=function(e){return!!e.providedIn&&("string"==typeof e.providedIn?"any"===e.providedIn||"root"===e.providedIn&&this.isRootInjector:this.injectorDefTypes.has(e.providedIn))},t}();function ef(e){var t=D(e);if(null===t){var n=R(e);if(null!==n)return n.factory;if(e instanceof Te)throw new Error("Token "+M(e)+" is missing an ngInjectableDef definition.");if(e instanceof Function){var r=e.length;if(r>0){var o=new Array(r).fill("?");throw new Error("Can't resolve all parameters for "+M(e)+": ("+o.join(", ")+").")}return function(){return new e}}throw new Error("unreachable")}return t.factory}function tf(e,t,n){var r=void 0;if(af(e))return ef(L(e));if(of(e))r=function(){return L(e.useValue)};else if(function o(e){return!(!e||!e.useExisting)}(e))r=function(){return Y(L(e.useExisting))};else if(function i(e){return!(!e||!e.useFactory)}(e))r=function(){return e.useFactory.apply(e,f(X(e.deps||[])))};else{var a=L(e&&(e.useClass||e.provide));if(!a){var u="";throw t&&n&&(u=" - only instances of Provider and Type are allowed, got: ["+n.map(function(t){return t==e?"?"+e+"?":"..."}).join(", ")+"]"),new Error("Invalid provider for the NgModule '"+M(t)+"'"+u)}if(!function s(e){return!!e.deps}(e))return ef(a);r=function(){return new(a.bind.apply(a,f([void 0],X(e.deps))))}}return r}function nf(e,t,n){return void 0===n&&(n=!1),{factory:e,value:t,multi:n?[]:void 0}}function rf(e,t){e.forEach(function(e){return Array.isArray(e)?rf(e,t):t(e)})}function of(e){return null!==e&&"object"==typeof e&&He in e}function af(e){return"function"==typeof e}function uf(e,t,n,r,o){if(e=L(e),Array.isArray(e))for(var i=0;i<e.length;i++)uf(e[i],t,n,r,o);else{var a=_r(),u=af(e)?e:L(e.provide),s=tf(e),l=jr(),c=65535&l.providerIndexes,f=l.directiveStart,d=l.providerIndexes>>16;if(function p(e){return!!e.useClass}(e)||af(e)){var h=(e.useClass||e).prototype.ngOnDestroy;if(h){var v=a[yn];(v.destroyHooks||(v.destroyHooks=[])).push(t.length,h)}}if(af(e)||!e.multi){var y=new ir(s,o,qs),g=lf(u,t,o?c:c+d,f);-1==g?(Zo(Bo(l,a),a,u),t.push(u),l.directiveStart++,l.directiveEnd++,o&&(l.providerIndexes+=65536),n.push(y),a.push(y)):(n[g]=y,a[g]=y)}else{var m=lf(u,t,c+d,f),_=lf(u,t,c,c+d),w=_>=0&&n[_];o&&!w||!o&&!(m>=0&&n[m])?(Zo(Bo(l,a),a,u),y=function b(e,t,n,r,o){var i=new ir(e,n,qs);return i.multi=[],i.index=t,i.componentProviders=0,sf(i,o,r&&!n),i}(o?ff:cf,n.length,o,r,s),!o&&w&&(n[_].providerFactory=y),t.push(u),l.directiveStart++,l.directiveEnd++,o&&(l.providerIndexes+=65536),n.push(y),a.push(y)):sf(n[o?_:m],s,!o&&r),!o&&r&&w&&n[_].componentProviders++}}}function sf(e,t,n){e.multi.push(t),n&&e.componentProviders++}function lf(e,t,n,r){for(var o=n;o<r;o++)if(t[o]===e)return o;return-1}function cf(e,t,n,r){return df(this.multi,[])}function ff(e,t,n,r){var o,i=this.multi;if(this.providerFactory){var a=this.providerFactory.componentProviders,u=$o(t,n,this.providerFactory.index,r);df(i,o=u.slice(0,a));for(var s=a;s<u.length;s++)o.push(u[s])}else df(i,o=[]);return o}function df(e,t){for(var n=0;n<e.length;n++)t.push((0,e[n])());return t}function pf(e,t){return void 0===t&&(t=[]),function(n){n.providersResolver=function(n,r){return function o(e,t,n){var r=_r()[yn];if(r.firstTemplatePass){var o=Gn(e);uf(n,r.data,r.blueprint,o,!0),uf(t,r.data,r.blueprint,o,!1)}}(n,r?r(e):e,t)}}}
|
|
715
715
|
/**
|
|
716
716
|
* @license
|
|
717
717
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -726,14 +726,14 @@ var Vc=function(){function e(e,t,n){this.previousValue=e,this.currentValue=t,thi
|
|
|
726
726
|
* Use of this source code is governed by an MIT-style license that can be
|
|
727
727
|
* found in the LICENSE file at https://angular.io/license
|
|
728
728
|
*/
|
|
729
|
-
function
|
|
729
|
+
function yf(e){var t=Error("No component factory found for "+M(e)+". Did you add it to @NgModule.entryComponents?");return t[wf]=e,t}var gf,mf,_f,wf="ngComponent",bf=function(){function e(){}return e.prototype.resolveComponentFactory=function(e){throw yf(e)},e}(),Cf=function(){function e(){}return e.NULL=new bf,e}(),xf=function(){function e(e,t,n){this._parent=t,this._ngModule=n,this._factories=new Map;for(var r=0;r<e.length;r++){var o=e[r];this._factories.set(o.componentType,o)}}return e.prototype.resolveComponentFactory=function(e){var t=this._factories.get(e);if(!t&&this._parent&&(t=this._parent.resolveComponentFactory(e)),!t)throw yf(e);return new If(t,this._ngModule)},e}(),If=function(e){function t(t,n){var r=e.call(this)||this;return r.factory=t,r.ngModule=n,r.selector=t.selector,r.componentType=t.componentType,r.ngContentSelectors=t.ngContentSelectors,r.inputs=t.inputs,r.outputs=t.outputs,r}return o(t,e),t.prototype.create=function(e,t,n,r){return this.factory.create(e,t,n,r||this.ngModule)},t}(vf),kf=function kf(){},Ef=function Ef(){},Of=function(){function e(e,t,n){this._context=t,this._componentIndex=n,this._appRef=null,this._viewContainerRef=null,this._tViewNode=null,this._lView=e}return Object.defineProperty(e.prototype,"rootNodes",{get:function(){return null==this._lView[vn]?function e(t,n,r){for(var o=n.child;o;){var i=zn(o,t);if(i&&r.push(i),4===o.type)e(t,o,r);else if(1===o.type)for(var a=So(t),u=a[bn],s=Ro(a),l=u.projection[o.projection];l&&s;)r.push(zn(l,s)),l=l.next;o=o.next}return r}
|
|
730
730
|
/**
|
|
731
731
|
* @license
|
|
732
732
|
* Copyright Google Inc. All Rights Reserved.
|
|
733
733
|
*
|
|
734
734
|
* Use of this source code is governed by an MIT-style license that can be
|
|
735
735
|
* found in the LICENSE file at https://angular.io/license
|
|
736
|
-
*/(this._lView,this._lView[bn],[]):[]},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._context?this._context:this._lookUpContext()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"destroyed",{get:function(){return 256==(256&this._lView[
|
|
736
|
+
*/(this._lView,this._lView[bn],[]):[]},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._context?this._context:this._lookUpContext()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"destroyed",{get:function(){return 256==(256&this._lView[gn])},enumerable:!0,configurable:!0}),e.prototype.destroy=function(){if(this._appRef)this._appRef.detachView(this);else if(this._viewContainerRef){var e=this._viewContainerRef.indexOf(this);e>-1&&this._viewContainerRef.detach(e),this._viewContainerRef=null}Os(this._lView)},e.prototype.onDestroy=function(e){!function t(e,n){ls(e).push(n),e[yn].firstTemplatePass&&cs(e).push(e[xn].length-1,null)}(this._lView,e)},e.prototype.markForCheck=function(){Xu(this._lView)},e.prototype.detach=function(){this._lView[gn]&=-129},e.prototype.reattach=function(){this._lView[gn]|=128},e.prototype.detectChanges=function(){ns(this._lView,this.context)},e.prototype.checkNoChanges=function(){!function e(t,n){Lr(!0);try{ns(t,n)}finally{Lr(!1)}}(this._lView,this.context)},e.prototype.attachToViewContainerRef=function(e){if(this._appRef)throw new Error("This view is already attached directly to the ApplicationRef!");this._viewContainerRef=e},e.prototype.detachFromAppRef=function(){this._appRef=null,function e(t){ws(t,1,t[On],null)}(this._lView)},e.prototype.attachToAppRef=function(e){if(this._viewContainerRef)throw new Error("This view is already attached to a ViewContainer!");this._appRef=e},e.prototype._lookUpContext=function(){return this._context=Ro(this._lView)[this._componentIndex]},e}(),Tf=function(e){function t(t){var n=e.call(this,t,null,-1)||this;return n._view=t,n}return o(t,e),t.prototype.detectChanges=function(){rs(this._view)},t.prototype.checkNoChanges=function(){!function e(t){Lr(!0);try{rs(t)}finally{Lr(!1)}}(this._view)},Object.defineProperty(t.prototype,"context",{get:function(){return null},enumerable:!0,configurable:!0}),t}(Of);function Pf(e,t,n){return gf||(gf=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t}(e)),new gf(zn(t,n))}function Nf(e,t,n,r){if(mf||(mf=function(e){function t(t,n,r,o,i){var a=e.call(this)||this;return a._declarationParentView=t,a.elementRef=n,a._tView=r,a._hostLContainer=o,a._injectorIndex=i,a}return o(t,e),t.prototype.createEmbeddedView=function(e,t,n){var r=this._declarationParentView[wn];r&&null==this._hostLContainer[wn]&&(this._hostLContainer[wn]=r.container());var o=function i(e,t,n,r,o){var i=Rr(),a=jr();Sr(!0),Ar(null);var u=ku(n,e,t,16,null,null);return u[An]=n,r&&(u[wn]=r.createView()),Ou(e,null,-1,u),e.firstTemplatePass&&(e.node.injectorIndex=o),Sr(i),Ar(a),u}(this._tView,e,this._declarationParentView,this._hostLContainer[wn],this._injectorIndex);t&&Is(o,t,n),Tu(o,this._tView,e);var a=new Of(o,e,-1);return a._tViewNode=o[bn],a},t}(e)),0===n.type){var i=r[n.index];return new mf(r,Pf(t,n,r),n.tViews,i,n.injectorIndex)}return null}function jf(e,t,n){if(Wn(e)){var r=e.directiveStart,o=Kn(e.index,t);return new Of(o,n,r)}if(3===e.type||0===e.type||4===e.type){var i=So(t);return new Of(i,i[In],-1)}return null}
|
|
737
737
|
/**
|
|
738
738
|
* @license
|
|
739
739
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -748,7 +748,7 @@ function Af(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]}
|
|
|
748
748
|
*
|
|
749
749
|
* Use of this source code is governed by an MIT-style license that can be
|
|
750
750
|
* found in the LICENSE file at https://angular.io/license
|
|
751
|
-
*/var Df,Rf=function(){function e(e){this.nativeElement=e}return e.__NG_ELEMENT_ID__=function(){return Sf(e)},e}(),Sf=Af,Vf=function Vf(e,t,n,r,o,i){this.id=e,this.templateUrl=t,this.slotCount=n,this.encapsulation=r,this.styles=o,this.animations=i},Mf=function Mf(){},Ff=function Ff(){},Hf=(new Te("Renderer2Interceptor"),function Hf(){}),Lf=function Lf(){};(Df=e.RendererStyleFlags2||(e.RendererStyleFlags2={}))[Df.Important=1]="Important",Df[Df.DashCase=2]="DashCase";var Bf,Qf=function(){function e(){}return e.__NG_ELEMENT_ID__=function(){return Uf()},e}(),Uf=Af,zf=new(Bf=function Bf(e){this.full=e,this.major=e.split(".")[0],this.minor=e.split(".")[1],this.patch=e.split(".").slice(2).join(".")})("8.0.
|
|
751
|
+
*/var Df,Rf=function(){function e(e){this.nativeElement=e}return e.__NG_ELEMENT_ID__=function(){return Sf(e)},e}(),Sf=Af,Vf=function Vf(e,t,n,r,o,i){this.id=e,this.templateUrl=t,this.slotCount=n,this.encapsulation=r,this.styles=o,this.animations=i},Mf=function Mf(){},Ff=function Ff(){},Hf=(new Te("Renderer2Interceptor"),function Hf(){}),Lf=function Lf(){};(Df=e.RendererStyleFlags2||(e.RendererStyleFlags2={}))[Df.Important=1]="Important",Df[Df.DashCase=2]="DashCase";var Bf,Qf=function(){function e(){}return e.__NG_ELEMENT_ID__=function(){return Uf()},e}(),Uf=Af,zf=new(Bf=function Bf(e){this.full=e,this.major=e.split(".")[0],this.minor=e.split(".")[1],this.patch=e.split(".").slice(2).join(".")})("8.0.1"),Zf=function(){function e(){}return e.prototype.supports=function(e){return Vl(e)},e.prototype.create=function(e){return new Kf(e)},e}(),qf=function(e,t){return t},Kf=function(){function e(e){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=e||qf}return e.prototype.forEachItem=function(e){var t;for(t=this._itHead;null!==t;t=t._next)e(t)},e.prototype.forEachOperation=function(e){for(var t=this._itHead,n=this._removalsHead,r=0,o=null;t||n;){var i=!n||t&&t.currentIndex<$f(n,r,o)?t:n,a=$f(i,r,o),u=i.currentIndex;if(i===n)r--,n=n._nextRemoved;else if(t=t._next,null==i.previousIndex)r++;else{o||(o=[]);var s=a-r,l=u-r;if(s!=l){for(var c=0;c<s;c++){var f=c<o.length?o[c]:o[c]=0,d=f+c;l<=d&&d<s&&(o[c]=f+1)}o[i.previousIndex]=l-s}}a!==u&&e(i,a,u)}},e.prototype.forEachPreviousItem=function(e){var t;for(t=this._previousItHead;null!==t;t=t._nextPrevious)e(t)},e.prototype.forEachAddedItem=function(e){var t;for(t=this._additionsHead;null!==t;t=t._nextAdded)e(t)},e.prototype.forEachMovedItem=function(e){var t;for(t=this._movesHead;null!==t;t=t._nextMoved)e(t)},e.prototype.forEachRemovedItem=function(e){var t;for(t=this._removalsHead;null!==t;t=t._nextRemoved)e(t)},e.prototype.forEachIdentityChange=function(e){var t;for(t=this._identityChangesHead;null!==t;t=t._nextIdentityChange)e(t)},e.prototype.diff=function(e){if(null==e&&(e=[]),!Vl(e))throw new Error("Error trying to diff '"+M(e)+"'. Only arrays and iterables are allowed");return this.check(e)?this:null},e.prototype.onDestroy=function(){},e.prototype.check=function(e){var t=this;this._reset();var n,r,o,i=this._itHead,a=!1;if(Array.isArray(e)){this.length=e.length;for(var u=0;u<this.length;u++)o=this._trackByFn(u,r=e[u]),null!==i&&Dl(i.trackById,o)?(a&&(i=this._verifyReinsertion(i,r,o,u)),Dl(i.item,r)||this._addIdentityChange(i,r)):(i=this._mismatch(i,r,o,u),a=!0),i=i._next}else n=0,function s(e,t){if(Array.isArray(e))for(var n=0;n<e.length;n++)t(e[n]);else for(var r=e[Al()](),o=void 0;!(o=r.next()).done;)t(o.value)}(e,function(e){o=t._trackByFn(n,e),null!==i&&Dl(i.trackById,o)?(a&&(i=t._verifyReinsertion(i,e,o,n)),Dl(i.item,e)||t._addIdentityChange(i,e)):(i=t._mismatch(i,e,o,n),a=!0),i=i._next,n++}),this.length=n;return this._truncate(i),this.collection=e,this.isDirty},Object.defineProperty(e.prototype,"isDirty",{get:function(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead},enumerable:!0,configurable:!0}),e.prototype._reset=function(){if(this.isDirty){var e=void 0,t=void 0;for(e=this._previousItHead=this._itHead;null!==e;e=e._next)e._nextPrevious=e._next;for(e=this._additionsHead;null!==e;e=e._nextAdded)e.previousIndex=e.currentIndex;for(this._additionsHead=this._additionsTail=null,e=this._movesHead;null!==e;e=t)e.previousIndex=e.currentIndex,t=e._nextMoved;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}},e.prototype._mismatch=function(e,t,n,r){var o;return null===e?o=this._itTail:(o=e._prev,this._remove(e)),null!==(e=null===this._linkedRecords?null:this._linkedRecords.get(n,r))?(Dl(e.item,t)||this._addIdentityChange(e,t),this._moveAfter(e,o,r)):null!==(e=null===this._unlinkedRecords?null:this._unlinkedRecords.get(n,null))?(Dl(e.item,t)||this._addIdentityChange(e,t),this._reinsertAfter(e,o,r)):e=this._addAfter(new Wf(t,n),o,r),e},e.prototype._verifyReinsertion=function(e,t,n,r){var o=null===this._unlinkedRecords?null:this._unlinkedRecords.get(n,null);return null!==o?e=this._reinsertAfter(o,e._prev,r):e.currentIndex!=r&&(e.currentIndex=r,this._addToMoves(e,r)),e},e.prototype._truncate=function(e){for(;null!==e;){var t=e._next;this._addToRemovals(this._unlink(e)),e=t}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)},e.prototype._reinsertAfter=function(e,t,n){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(e);var r=e._prevRemoved,o=e._nextRemoved;return null===r?this._removalsHead=o:r._nextRemoved=o,null===o?this._removalsTail=r:o._prevRemoved=r,this._insertAfter(e,t,n),this._addToMoves(e,n),e},e.prototype._moveAfter=function(e,t,n){return this._unlink(e),this._insertAfter(e,t,n),this._addToMoves(e,n),e},e.prototype._addAfter=function(e,t,n){return this._insertAfter(e,t,n),this._additionsTail=null===this._additionsTail?this._additionsHead=e:this._additionsTail._nextAdded=e,e},e.prototype._insertAfter=function(e,t,n){var r=null===t?this._itHead:t._next;return e._next=r,e._prev=t,null===r?this._itTail=e:r._prev=e,null===t?this._itHead=e:t._next=e,null===this._linkedRecords&&(this._linkedRecords=new Yf),this._linkedRecords.put(e),e.currentIndex=n,e},e.prototype._remove=function(e){return this._addToRemovals(this._unlink(e))},e.prototype._unlink=function(e){null!==this._linkedRecords&&this._linkedRecords.remove(e);var t=e._prev,n=e._next;return null===t?this._itHead=n:t._next=n,null===n?this._itTail=t:n._prev=t,e},e.prototype._addToMoves=function(e,t){return e.previousIndex===t?e:(this._movesTail=null===this._movesTail?this._movesHead=e:this._movesTail._nextMoved=e,e)},e.prototype._addToRemovals=function(e){return null===this._unlinkedRecords&&(this._unlinkedRecords=new Yf),this._unlinkedRecords.put(e),e.currentIndex=null,e._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=e,e._prevRemoved=null):(e._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=e),e},e.prototype._addIdentityChange=function(e,t){return e.item=t,this._identityChangesTail=null===this._identityChangesTail?this._identityChangesHead=e:this._identityChangesTail._nextIdentityChange=e,e},e}(),Wf=function Wf(e,t){this.item=e,this.trackById=t,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},Gf=function(){function e(){this._head=null,this._tail=null}return e.prototype.add=function(e){null===this._head?(this._head=this._tail=e,e._nextDup=null,e._prevDup=null):(this._tail._nextDup=e,e._prevDup=this._tail,e._nextDup=null,this._tail=e)},e.prototype.get=function(e,t){var n;for(n=this._head;null!==n;n=n._nextDup)if((null===t||t<=n.currentIndex)&&Dl(n.trackById,e))return n;return null},e.prototype.remove=function(e){var t=e._prevDup,n=e._nextDup;return null===t?this._head=n:t._nextDup=n,null===n?this._tail=t:n._prevDup=t,null===this._head},e}(),Yf=function(){function e(){this.map=new Map}return e.prototype.put=function(e){var t=e.trackById,n=this.map.get(t);n||(n=new Gf,this.map.set(t,n)),n.add(e)},e.prototype.get=function(e,t){var n=this.map.get(e);return n?n.get(e,t):null},e.prototype.remove=function(e){var t=e.trackById;return this.map.get(t).remove(e)&&this.map.delete(t),e},Object.defineProperty(e.prototype,"isEmpty",{get:function(){return 0===this.map.size},enumerable:!0,configurable:!0}),e.prototype.clear=function(){this.map.clear()},e}();function $f(e,t,n){var r=e.previousIndex;if(null===r)return r;var o=0;return n&&r<n.length&&(o=n[r]),r+t+o}
|
|
752
752
|
/**
|
|
753
753
|
* @license
|
|
754
754
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -777,14 +777,14 @@ function dd(e,t,n,r){var o="ExpressionChangedAfterItHasBeenCheckedError: Express
|
|
|
777
777
|
*
|
|
778
778
|
* Use of this source code is governed by an MIT-style license that can be
|
|
779
779
|
* found in the LICENSE file at https://angular.io/license
|
|
780
|
-
*/function vd(e,t,n){var r=e.state,o=1792&r;return o===t?(e.state=-1793&r|n,e.initIndex=-1,!0):o===n}function
|
|
780
|
+
*/function vd(e,t,n){var r=e.state,o=1792&r;return o===t?(e.state=-1793&r|n,e.initIndex=-1,!0):o===n}function yd(e,t,n){return(1792&e.state)===t&&e.initIndex<=n&&(e.initIndex=n+1,!0)}function gd(e,t){return e.nodes[t]}function md(e,t){return e.nodes[t]}function _d(e,t){return e.nodes[t]}function wd(e,t){return e.nodes[t]}function bd(e,t){return e.nodes[t]}var Cd=function Cd(){},xd={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},Id=function(){},kd=new Map;function Ed(e){var t=kd.get(e);return t||(t=M(e)+"_"+kd.size,kd.set(e,t)),t}var Od=0;function Td(e,t,n,r){return!(!(2&e.state)&&Dl(e.oldValues[t.bindingIndex+n],r))}function Pd(e,t,n,r){return!!Td(e,t,n,r)&&(e.oldValues[t.bindingIndex+n]=r,!0)}function Nd(e,t,n,r){var o=e.oldValues[t.bindingIndex+n];if(1&e.state||!Rl(o,r)){var i=t.bindings[n].name;throw dd(xd.createDebugContext(e,t.nodeIndex),i+": "+o,i+": "+r,0!=(1&e.state))}}function jd(e){for(var t=e;t;)2&t.def.flags&&(t.state|=8),t=t.viewContainerParent||t.parent}function Ad(e,t){for(var n=e;n&&n!==t;)n.state|=64,n=n.viewContainerParent||n.parent}function Dd(e,t,n,r){try{return jd(33554432&e.def.nodes[t].flags?md(e,t).componentView:e),xd.handleEvent(e,t,n,r)}catch(t){e.root.errorHandler.handleError(t)}}function Rd(e){return e.parent?md(e.parent,e.parentNodeDef.nodeIndex):null}function Sd(e){return e.parent?e.parentNodeDef.parent:null}function Vd(e,t){switch(201347067&t.flags){case 1:return md(e,t.nodeIndex).renderElement;case 2:return gd(e,t.nodeIndex).renderText}}function Md(e){return!!e.parent&&!!(32768&e.parentNodeDef.flags)}function Fd(e){return!(!e.parent||32768&e.parentNodeDef.flags)}function Hd(e){return 1<<e%32}function Ld(e){var t={},n=0,r={};return e&&e.forEach(function(e){var o=c(e,2),i=o[0],a=o[1];"number"==typeof i?(t[i]=a,n|=Hd(i)):r[i]=a}),{matchedQueries:t,references:r,matchedQueryIds:n}}function Bd(e,t){return e.map(function(e){var n,r,o;return Array.isArray(e)?(o=(n=c(e,2))[0],r=n[1]):(o=0,r=e),r&&("function"==typeof r||"object"==typeof r)&&t&&Object.defineProperty(r,Pe,{value:t,configurable:!0}),{flags:o,token:r,tokenKey:Ed(r)}})}function Qd(t,n,r){var o=r.renderParent;return o?0==(1&o.flags)||0==(33554432&o.flags)||o.element.componentRendererType&&o.element.componentRendererType.encapsulation===e.ViewEncapsulation.Native?md(t,r.renderParent.nodeIndex).renderElement:void 0:n}var Ud=new WeakMap;function zd(e){var t=Ud.get(e);return t||((t=e(function(){return Id})).factory=e,Ud.set(e,t)),t}function Zd(e,t,n,r,o){3===t&&(n=e.renderer.parentNode(Vd(e,e.def.lastRenderRootNode))),qd(e,t,0,e.def.nodes.length-1,n,r,o)}function qd(e,t,n,r,o,i,a){for(var u=n;u<=r;u++){var s=e.def.nodes[u];11&s.flags&&Wd(e,s,t,o,i,a),u+=s.childCount}}function Kd(e,t,n,r,o,i){for(var a=e;a&&!Md(a);)a=a.parent;for(var u=a.parent,s=Sd(a),l=s.nodeIndex+s.childCount,c=s.nodeIndex+1;c<=l;c++){var f=u.def.nodes[c];f.ngContentIndex===t&&Wd(u,f,n,r,o,i),c+=f.childCount}if(!u.parent){var d=e.root.projectableNodes[t];if(d)for(c=0;c<d.length;c++)Gd(e,d[c],n,r,o,i)}}function Wd(e,t,n,r,o,i){if(8&t.flags)Kd(e,t.ngContent.index,n,r,o,i);else{var a=Vd(e,t);if(3===n&&33554432&t.flags&&48&t.bindingFlags?(16&t.bindingFlags&&Gd(e,a,n,r,o,i),32&t.bindingFlags&&Gd(md(e,t.nodeIndex).componentView,a,n,r,o,i)):Gd(e,a,n,r,o,i),16777216&t.flags)for(var u=md(e,t.nodeIndex).viewContainer._embeddedViews,s=0;s<u.length;s++)Zd(u[s],n,r,o,i);1&t.flags&&!t.element.name&&qd(e,n,t.nodeIndex+1,t.nodeIndex+t.childCount,r,o,i)}}function Gd(e,t,n,r,o,i){var a=e.renderer;switch(n){case 1:a.appendChild(r,t);break;case 2:a.insertBefore(r,t,o);break;case 3:a.removeChild(r,t);break;case 0:i.push(t)}}var Yd=/^:([^:]+):(.+)$/;function $d(e){if(":"===e[0]){var t=e.match(Yd);return[t[1],t[2]]}return["",e]}function Jd(e){for(var t=0,n=0;n<e.length;n++)t|=e[n].flags;return t}function Xd(e){return null!=e?e.toString():""}var ep=new Object,tp=Ed(Re),np=Ed(Ae),rp=Ed(kf);function op(e,t,n){void 0===n&&(n=Re.THROW_IF_NOT_FOUND);var r=K(e);try{if(8&t.flags)return t.token;if(2&t.flags&&(n=null),1&t.flags)return e._parent.get(t.token,n);var o=t.tokenKey;switch(o){case tp:case np:case rp:return e}var i,a=e._def.providersByKey[o];if(a){var u=e._providers[a.index];return void 0===u&&(u=e._providers[a.index]=ip(e,a)),u===ep?void 0:u}if((i=D(t.token))&&function s(e,t){return null!=t.providedIn&&(function n(e,t){return e._def.modules.indexOf(t)>-1}(e,t.providedIn)||"root"===t.providedIn&&e._def.isRoot)}(e,i)){var l=e._providers.length;return e._def.providers[l]=e._def.providersByKey[t.tokenKey]={flags:5120,value:i.factory,deps:[],index:l,token:t.token},e._providers[l]=ep,e._providers[l]=ip(e,e._def.providersByKey[t.tokenKey])}return 4&t.flags?n:e._parent.get(t.token,n)}finally{K(r)}}function ip(e,t){var n;switch(201347067&t.flags){case 512:n=function r(e,t,n){var r=n.length;switch(r){case 0:return new t;case 1:return new t(op(e,n[0]));case 2:return new t(op(e,n[0]),op(e,n[1]));case 3:return new t(op(e,n[0]),op(e,n[1]),op(e,n[2]));default:for(var o=new Array(r),i=0;i<r;i++)o[i]=op(e,n[i]);return new(t.bind.apply(t,f([void 0],o)))}}(e,t.value,t.deps);break;case 1024:n=function o(e,t,n){var r=n.length;switch(r){case 0:return t();case 1:return t(op(e,n[0]));case 2:return t(op(e,n[0]),op(e,n[1]));case 3:return t(op(e,n[0]),op(e,n[1]),op(e,n[2]));default:for(var o=Array(r),i=0;i<r;i++)o[i]=op(e,n[i]);return t.apply(void 0,f(o))}}(e,t.value,t.deps);break;case 2048:n=op(e,t.deps[0]);break;case 256:n=t.value}return n===ep||null===n||"object"!=typeof n||131072&t.flags||"function"!=typeof n.ngOnDestroy||(t.flags|=131072),void 0===n?ep:n}function ap(e,t){var n=e.viewContainer._embeddedViews;if((null==t||t>=n.length)&&(t=n.length-1),t<0)return null;var r=n[t];return r.viewContainerParent=null,cp(n,t),xd.dirtyParentQueries(r),sp(r),r}function up(e,t,n){var r=t?Vd(t,t.def.lastRenderRootNode):e.renderElement,o=n.renderer.parentNode(r),i=n.renderer.nextSibling(r);Zd(n,2,o,i,void 0)}function sp(e){Zd(e,3,null,null,void 0)}function lp(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function cp(e,t){t>=e.length-1?e.pop():e.splice(t,1)}
|
|
781
781
|
/**
|
|
782
782
|
* @license
|
|
783
783
|
* Copyright Google Inc. All Rights Reserved.
|
|
784
784
|
*
|
|
785
785
|
* Use of this source code is governed by an MIT-style license that can be
|
|
786
786
|
* found in the LICENSE file at https://angular.io/license
|
|
787
|
-
*/var fp=new Object;function dp(e){return e.viewDefFactory}var pp=function(e){function t(t,n,r,o,i,a){var u=e.call(this)||this;return u.selector=t,u.componentType=n,u._inputs=o,u._outputs=i,u.ngContentSelectors=a,u.viewDefFactory=r,u}return o(t,e),Object.defineProperty(t.prototype,"inputs",{get:function(){var e=[],t=this._inputs;for(var n in t)e.push({propName:n,templateName:t[n]});return e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"outputs",{get:function(){var e=[];for(var t in this._outputs)e.push({propName:t,templateName:this._outputs[t]});return e},enumerable:!0,configurable:!0}),t.prototype.create=function(e,t,n,r){if(!r)throw new Error("ngModule should be provided");var o=zd(this.viewDefFactory),i=o.nodes[0].element.componentProvider.nodeIndex,a=xd.createRootView(e,t||[],n,o,r,fp),u=_d(a,i).instance;return n&&a.renderer.setAttribute(md(a,0).renderElement,"ng-version",zf.full),new hp(a,new mp(a),u)},t}(vf),hp=function(e){function t(t,n,r){var o=e.call(this)||this;return o._view=t,o._viewRef=n,o._component=r,o._elDef=o._view.def.nodes[0],o.hostView=n,o.changeDetectorRef=n,o.instance=r,o}return o(t,e),Object.defineProperty(t.prototype,"location",{get:function(){return new Rf(md(this._view,this._elDef.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return new Cp(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentType",{get:function(){return this._component.constructor},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){this._viewRef.destroy()},t.prototype.onDestroy=function(e){this._viewRef.onDestroy(e)},t}(hf);function vp(e,t,n){return new
|
|
787
|
+
*/var fp=new Object;function dp(e){return e.viewDefFactory}var pp=function(e){function t(t,n,r,o,i,a){var u=e.call(this)||this;return u.selector=t,u.componentType=n,u._inputs=o,u._outputs=i,u.ngContentSelectors=a,u.viewDefFactory=r,u}return o(t,e),Object.defineProperty(t.prototype,"inputs",{get:function(){var e=[],t=this._inputs;for(var n in t)e.push({propName:n,templateName:t[n]});return e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"outputs",{get:function(){var e=[];for(var t in this._outputs)e.push({propName:t,templateName:this._outputs[t]});return e},enumerable:!0,configurable:!0}),t.prototype.create=function(e,t,n,r){if(!r)throw new Error("ngModule should be provided");var o=zd(this.viewDefFactory),i=o.nodes[0].element.componentProvider.nodeIndex,a=xd.createRootView(e,t||[],n,o,r,fp),u=_d(a,i).instance;return n&&a.renderer.setAttribute(md(a,0).renderElement,"ng-version",zf.full),new hp(a,new mp(a),u)},t}(vf),hp=function(e){function t(t,n,r){var o=e.call(this)||this;return o._view=t,o._viewRef=n,o._component=r,o._elDef=o._view.def.nodes[0],o.hostView=n,o.changeDetectorRef=n,o.instance=r,o}return o(t,e),Object.defineProperty(t.prototype,"location",{get:function(){return new Rf(md(this._view,this._elDef.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return new Cp(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentType",{get:function(){return this._component.constructor},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){this._viewRef.destroy()},t.prototype.onDestroy=function(e){this._viewRef.onDestroy(e)},t}(hf);function vp(e,t,n){return new yp(e,t,n)}var yp=function(){function e(e,t,n){this._view=e,this._elDef=t,this._data=n,this._embeddedViews=[]}return Object.defineProperty(e.prototype,"element",{get:function(){return new Rf(this._data.renderElement)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return new Cp(this._view,this._elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"parentInjector",{get:function(){for(var e=this._view,t=this._elDef.parent;!t&&e;)t=Sd(e),e=e.parent;return e?new Cp(e,t):new Cp(this._view,null)},enumerable:!0,configurable:!0}),e.prototype.clear=function(){for(var e=this._embeddedViews.length-1;e>=0;e--){var t=ap(this._data,e);xd.destroyView(t)}},e.prototype.get=function(e){var t=this._embeddedViews[e];if(t){var n=new mp(t);return n.attachToViewContainerRef(this),n}return null},Object.defineProperty(e.prototype,"length",{get:function(){return this._embeddedViews.length},enumerable:!0,configurable:!0}),e.prototype.createEmbeddedView=function(e,t,n){var r=e.createEmbeddedView(t||{});return this.insert(r,n),r},e.prototype.createComponent=function(e,t,n,r,o){var i=n||this.parentInjector;o||e instanceof If||(o=i.get(kf));var a=e.create(i,r,void 0,o);return this.insert(a.hostView,t),a},e.prototype.insert=function(e,t){if(e.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");var n=e;
|
|
788
788
|
/**
|
|
789
789
|
* @license
|
|
790
790
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -792,21 +792,21 @@ function dd(e,t,n,r){var o="ExpressionChangedAfterItHasBeenCheckedError: Express
|
|
|
792
792
|
* Use of this source code is governed by an MIT-style license that can be
|
|
793
793
|
* found in the LICENSE file at https://angular.io/license
|
|
794
794
|
*/
|
|
795
|
-
return function r(e,t,n,o){var i=t.viewContainer._embeddedViews;null==n&&(n=i.length),o.viewContainerParent=e,lp(i,n,o),function a(e,t){var n=Rd(t);if(n&&n!==e&&!(16&t.state)){t.state|=16;var r=n.template._projectedViews;r||(r=n.template._projectedViews=[]),r.push(t),function o(e,t){if(!(4&t.flags)){e.nodeFlags|=4,t.flags|=4;for(var n=t.parent;n;)n.childFlags|=4,n=n.parent}}(t.parent.def,t.parentNodeDef)}}(t,o),xd.dirtyParentQueries(o),up(t,n>0?i[n-1]:null,o)}(this._view,this._data,t,n._view),n.attachToViewContainerRef(this),e},e.prototype.move=function(e,t){if(e.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");var n=this._embeddedViews.indexOf(e._view);return function r(e,t,n){var r=e.viewContainer._embeddedViews,o=r[t];cp(r,t),null==n&&(n=r.length),lp(r,n,o),xd.dirtyParentQueries(o),sp(o),up(e,n>0?r[n-1]:null,o)}(this._data,n,t),e},e.prototype.indexOf=function(e){return this._embeddedViews.indexOf(e._view)},e.prototype.remove=function(e){var t=ap(this._data,e);t&&xd.destroyView(t)},e.prototype.detach=function(e){var t=ap(this._data,e);return t?new mp(t):null},e}();function
|
|
795
|
+
return function r(e,t,n,o){var i=t.viewContainer._embeddedViews;null==n&&(n=i.length),o.viewContainerParent=e,lp(i,n,o),function a(e,t){var n=Rd(t);if(n&&n!==e&&!(16&t.state)){t.state|=16;var r=n.template._projectedViews;r||(r=n.template._projectedViews=[]),r.push(t),function o(e,t){if(!(4&t.flags)){e.nodeFlags|=4,t.flags|=4;for(var n=t.parent;n;)n.childFlags|=4,n=n.parent}}(t.parent.def,t.parentNodeDef)}}(t,o),xd.dirtyParentQueries(o),up(t,n>0?i[n-1]:null,o)}(this._view,this._data,t,n._view),n.attachToViewContainerRef(this),e},e.prototype.move=function(e,t){if(e.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");var n=this._embeddedViews.indexOf(e._view);return function r(e,t,n){var r=e.viewContainer._embeddedViews,o=r[t];cp(r,t),null==n&&(n=r.length),lp(r,n,o),xd.dirtyParentQueries(o),sp(o),up(e,n>0?r[n-1]:null,o)}(this._data,n,t),e},e.prototype.indexOf=function(e){return this._embeddedViews.indexOf(e._view)},e.prototype.remove=function(e){var t=ap(this._data,e);t&&xd.destroyView(t)},e.prototype.detach=function(e){var t=ap(this._data,e);return t?new mp(t):null},e}();function gp(e){return new mp(e)}var mp=function(){function e(e){this._view=e,this._viewContainerRef=null,this._appRef=null}return Object.defineProperty(e.prototype,"rootNodes",{get:function(){return function e(t){var n=[];return Zd(t,0,void 0,void 0,n),n}(this._view)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._view.context},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"destroyed",{get:function(){return 0!=(128&this._view.state)},enumerable:!0,configurable:!0}),e.prototype.markForCheck=function(){jd(this._view)},e.prototype.detach=function(){this._view.state&=-5},e.prototype.detectChanges=function(){var e=this._view.root.rendererFactory;e.begin&&e.begin();try{xd.checkAndUpdateView(this._view)}finally{e.end&&e.end()}},e.prototype.checkNoChanges=function(){xd.checkNoChangesView(this._view)},e.prototype.reattach=function(){this._view.state|=4},e.prototype.onDestroy=function(e){this._view.disposables||(this._view.disposables=[]),this._view.disposables.push(e)},e.prototype.destroy=function(){this._appRef?this._appRef.detachView(this):this._viewContainerRef&&this._viewContainerRef.detach(this._viewContainerRef.indexOf(this)),xd.destroyView(this._view)},e.prototype.detachFromAppRef=function(){this._appRef=null,sp(this._view),xd.dirtyParentQueries(this._view)},e.prototype.attachToAppRef=function(e){if(this._viewContainerRef)throw new Error("This view is already attached to a ViewContainer!");this._appRef=e},e.prototype.attachToViewContainerRef=function(e){if(this._appRef)throw new Error("This view is already attached directly to the ApplicationRef!");this._viewContainerRef=e},e}();function _p(e,t){return new wp(e,t)}var wp=function(e){function t(t,n){var r=e.call(this)||this;return r._parentView=t,r._def=n,r}return o(t,e),t.prototype.createEmbeddedView=function(e){return new mp(xd.createEmbeddedView(this._parentView,this._def,this._def.element.template,e))},Object.defineProperty(t.prototype,"elementRef",{get:function(){return new Rf(md(this._parentView,this._def.nodeIndex).renderElement)},enumerable:!0,configurable:!0}),t}(sd);function bp(e,t){return new Cp(e,t)}var Cp=function(){function e(e,t){this.view=e,this.elDef=t}return e.prototype.get=function(e,t){return void 0===t&&(t=Re.THROW_IF_NOT_FOUND),xd.resolveDep(this.view,this.elDef,!!this.elDef&&0!=(33554432&this.elDef.flags),{flags:0,token:e,tokenKey:Ed(e)},t)},e}();function xp(e){return new Ip(e.renderer)}var Ip=function(){function e(e){this.delegate=e}return e.prototype.selectRootElement=function(e){return this.delegate.selectRootElement(e)},e.prototype.createElement=function(e,t){var n=c($d(t),2),r=this.delegate.createElement(n[1],n[0]);return e&&this.delegate.appendChild(e,r),r},e.prototype.createViewRoot=function(e){return e},e.prototype.createTemplateAnchor=function(e){var t=this.delegate.createComment("");return e&&this.delegate.appendChild(e,t),t},e.prototype.createText=function(e,t){var n=this.delegate.createText(t);return e&&this.delegate.appendChild(e,n),n},e.prototype.projectNodes=function(e,t){for(var n=0;n<t.length;n++)this.delegate.appendChild(e,t[n])},e.prototype.attachViewAfter=function(e,t){for(var n=this.delegate.parentNode(e),r=this.delegate.nextSibling(e),o=0;o<t.length;o++)this.delegate.insertBefore(n,t[o],r)},e.prototype.detachView=function(e){for(var t=0;t<e.length;t++){var n=e[t],r=this.delegate.parentNode(n);this.delegate.removeChild(r,n)}},e.prototype.destroyView=function(e,t){for(var n=0;n<t.length;n++)this.delegate.destroyNode(t[n])},e.prototype.listen=function(e,t,n){return this.delegate.listen(e,t,n)},e.prototype.listenGlobal=function(e,t,n){return this.delegate.listen(e,t,n)},e.prototype.setElementProperty=function(e,t,n){this.delegate.setProperty(e,t,n)},e.prototype.setElementAttribute=function(e,t,n){var r=c($d(t),2),o=r[0],i=r[1];null!=n?this.delegate.setAttribute(e,i,n,o):this.delegate.removeAttribute(e,i,o)},e.prototype.setBindingDebugInfo=function(e,t,n){},e.prototype.setElementClass=function(e,t,n){n?this.delegate.addClass(e,t):this.delegate.removeClass(e,t)},e.prototype.setElementStyle=function(e,t,n){null!=n?this.delegate.setStyle(e,t,n):this.delegate.removeStyle(e,t)},e.prototype.invokeElementMethod=function(e,t,n){e[t].apply(e,n)},e.prototype.setText=function(e,t){this.delegate.setValue(e,t)},e.prototype.animate=function(){throw new Error("Renderer.animate is no longer supported!")},e}();function kp(e,t,n,r){return new Ep(e,t,n,r)}var Ep=function(){function t(e,t,n,r){this._moduleType=e,this._parent=t,this._bootstrapComponents=n,this._def=r,this._destroyListeners=[],this._destroyed=!1,this.injector=this,function o(e){for(var t=e._def,n=e._providers=new Array(t.providers.length),r=0;r<t.providers.length;r++){var o=t.providers[r];4096&o.flags||void 0===n[r]&&(n[r]=ip(e,o))}}(this)}return t.prototype.get=function(t,n,r){void 0===n&&(n=Re.THROW_IF_NOT_FOUND),void 0===r&&(r=e.InjectFlags.Default);var o=0;return r&e.InjectFlags.SkipSelf?o|=1:r&e.InjectFlags.Self&&(o|=4),op(this,{token:t,tokenKey:Ed(t),flags:o},n)},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(Cf)},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){if(this._destroyed)throw new Error("The ng module "+M(this.instance.constructor)+" has already been destroyed.");this._destroyed=!0,function e(t,n){for(var r=t._def,o=new Set,i=0;i<r.providers.length;i++)if(131072&r.providers[i].flags){var a=t._providers[i];if(a&&a!==ep){var u=a.ngOnDestroy;"function"!=typeof u||o.has(a)||(u.apply(a),o.add(a))}}}(this),this._destroyListeners.forEach(function(e){return e()})},t.prototype.onDestroy=function(e){this._destroyListeners.push(e)},t}(),Op=Ed(Ff),Tp=Ed(Qf),Pp=Ed(Rf),Np=Ed(cd),jp=Ed(sd),Ap=Ed(rd),Dp=Ed(Re),Rp=Ed(Ae);
|
|
796
796
|
/**
|
|
797
797
|
* @license
|
|
798
798
|
* Copyright Google Inc. All Rights Reserved.
|
|
799
799
|
*
|
|
800
800
|
* Use of this source code is governed by an MIT-style license that can be
|
|
801
801
|
* found in the LICENSE file at https://angular.io/license
|
|
802
|
-
*/function Sp(e,t,n,r,o,i,a,u,s){var l=Ld(n),c=l.matchedQueries,f=l.references,d=l.matchedQueryIds;s||(s=[]),u||(u=[]),i=L(i);var p=Bd(a,M(o));return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:e,flags:t,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:c,matchedQueryIds:d,references:f,ngContentIndex:-1,childCount:r,bindings:u,bindingFlags:Jd(u),outputs:s,element:null,provider:{token:o,value:i,deps:p},text:null,query:null,ngContent:null}}function Vp(e,t){return Lp(e,t)}function Mp(e,t){for(var n=e;n.parent&&!Md(n);)n=n.parent;return Bp(n.parent,Sd(n),!0,t.provider.value,t.provider.deps)}function Fp(e,t){var n=Bp(e,t.parent,(32768&t.flags)>0,t.provider.value,t.provider.deps);if(t.outputs.length)for(var r=0;r<t.outputs.length;r++){var o=t.outputs[r],i=n[o.propName];if(!
|
|
802
|
+
*/function Sp(e,t,n,r,o,i,a,u,s){var l=Ld(n),c=l.matchedQueries,f=l.references,d=l.matchedQueryIds;s||(s=[]),u||(u=[]),i=L(i);var p=Bd(a,M(o));return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:e,flags:t,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:c,matchedQueryIds:d,references:f,ngContentIndex:-1,childCount:r,bindings:u,bindingFlags:Jd(u),outputs:s,element:null,provider:{token:o,value:i,deps:p},text:null,query:null,ngContent:null}}function Vp(e,t){return Lp(e,t)}function Mp(e,t){for(var n=e;n.parent&&!Md(n);)n=n.parent;return Bp(n.parent,Sd(n),!0,t.provider.value,t.provider.deps)}function Fp(e,t){var n=Bp(e,t.parent,(32768&t.flags)>0,t.provider.value,t.provider.deps);if(t.outputs.length)for(var r=0;r<t.outputs.length;r++){var o=t.outputs[r],i=n[o.propName];if(!bl(i))throw new Error("@Output "+o.propName+" not initialized in '"+n.constructor.name+"'.");var a=i.subscribe(Hp(e,t.parent.nodeIndex,o.eventName));e.disposables[t.outputIndex+r]=a.unsubscribe.bind(a)}return n}function Hp(e,t,n){return function(r){return Dd(e,t,n,r)}}function Lp(e,t){var n=(8192&t.flags)>0,r=t.provider;switch(201347067&t.flags){case 512:return Bp(e,t.parent,n,r.value,r.deps);case 1024:return function o(e,t,n,r,i){var a=i.length;switch(a){case 0:return r();case 1:return r(Up(e,t,n,i[0]));case 2:return r(Up(e,t,n,i[0]),Up(e,t,n,i[1]));case 3:return r(Up(e,t,n,i[0]),Up(e,t,n,i[1]),Up(e,t,n,i[2]));default:for(var u=Array(a),s=0;s<a;s++)u[s]=Up(e,t,n,i[s]);return r.apply(void 0,f(u))}}(e,t.parent,n,r.value,r.deps);case 2048:return Up(e,t.parent,n,r.deps[0]);case 256:return r.value}}function Bp(e,t,n,r,o){var i=o.length;switch(i){case 0:return new r;case 1:return new r(Up(e,t,n,o[0]));case 2:return new r(Up(e,t,n,o[0]),Up(e,t,n,o[1]));case 3:return new r(Up(e,t,n,o[0]),Up(e,t,n,o[1]),Up(e,t,n,o[2]));default:for(var a=new Array(i),u=0;u<i;u++)a[u]=Up(e,t,n,o[u]);return new(r.bind.apply(r,f([void 0],a)))}}var Qp={};function Up(e,t,n,r,o){if(void 0===o&&(o=Re.THROW_IF_NOT_FOUND),8&r.flags)return r.token;var i=e;2&r.flags&&(o=null);var a=r.tokenKey;a===Ap&&(n=!(!t||!t.element.componentView)),t&&1&r.flags&&(n=!1,t=t.parent);for(var u=e;u;){if(t)switch(a){case Op:return xp(zp(u,t,n));case Tp:return zp(u,t,n).renderer;case Pp:return new Rf(md(u,t.nodeIndex).renderElement);case Np:return md(u,t.nodeIndex).viewContainer;case jp:if(t.element.template)return md(u,t.nodeIndex).template;break;case Ap:return gp(zp(u,t,n));case Dp:case Rp:return bp(u,t);default:var s=(n?t.element.allProviders:t.element.publicProviders)[a];if(s){var l=_d(u,s.nodeIndex);return l||(l={instance:Lp(u,s)},u.nodes[s.nodeIndex]=l),l.instance}}n=Md(u),t=Sd(u),u=u.parent,4&r.flags&&(u=null)}var c=i.root.injector.get(r.token,Qp);return c!==Qp||o===Qp?c:i.root.ngModule.injector.get(r.token,o)}function zp(e,t,n){var r;if(n)r=md(e,t.nodeIndex).componentView;else for(r=e;r.parent&&!Md(r);)r=r.parent;return r}function Zp(e,t,n,r,o,i){if(32768&n.flags){var a=md(e,n.parent.nodeIndex).componentView;2&a.def.flags&&(a.state|=8)}if(t.instance[n.bindings[r].name]=o,524288&n.flags){i=i||{};var u=Sl.unwrap(e.oldValues[n.bindingIndex+r]);i[n.bindings[r].nonMinifiedName]=new Vc(u,o,0!=(2&e.state))}return e.oldValues[n.bindingIndex+r]=o,i}function qp(e,t){if(e.def.nodeFlags&t)for(var n=e.def.nodes,r=0,o=0;o<n.length;o++){var i=n[o],a=i.parent;for(!a&&i.flags&t&&Wp(e,o,i.flags&t,r++),0==(i.childFlags&t)&&(o+=i.childCount);a&&1&a.flags&&o===a.nodeIndex+a.childCount;)a.directChildFlags&t&&(r=Kp(e,a,t,r)),a=a.parent}}function Kp(e,t,n,r){for(var o=t.nodeIndex+1;o<=t.nodeIndex+t.childCount;o++){var i=e.def.nodes[o];i.flags&n&&Wp(e,o,i.flags&n,r++),o+=i.childCount}return r}function Wp(e,t,n,r){var o=_d(e,t);if(o){var i=o.instance;i&&(xd.setCurrentNode(e,t),1048576&n&&yd(e,512,r)&&i.ngAfterContentInit(),2097152&n&&i.ngAfterContentChecked(),4194304&n&&yd(e,768,r)&&i.ngAfterViewInit(),8388608&n&&i.ngAfterViewChecked(),131072&n&&i.ngOnDestroy())}}
|
|
803
803
|
/**
|
|
804
804
|
* @license
|
|
805
805
|
* Copyright Google Inc. All Rights Reserved.
|
|
806
806
|
*
|
|
807
807
|
* Use of this source code is governed by an MIT-style license that can be
|
|
808
808
|
* found in the LICENSE file at https://angular.io/license
|
|
809
|
-
*/var Gp=function(e){function t(t){var n=e.call(this)||this;return n.ngModule=t,n}return o(t,e),t.prototype.resolveComponentFactory=function(e){var t=Xt(e);return new Xp(t,this.ngModule)},t}(Cf);function Yp(e){var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push({propName:e[n],templateName:n});return t}var $p=new Te("ROOT_CONTEXT_TOKEN",{providedIn:"root",factory:function(){return Rc(Y(Jp))}}),Jp=new Te("SCHEDULER_TOKEN",{providedIn:"root",factory:function(){return un}}),Xp=function(e){function t(t,n){var r=e.call(this)||this;return r.componentDef=t,r.ngModule=n,r.componentType=t.type,r.selector=t.selectors[0][0],r.ngContentSelectors=t.ngContentSelectors?
|
|
809
|
+
*/var Gp=function(e){function t(t){var n=e.call(this)||this;return n.ngModule=t,n}return o(t,e),t.prototype.resolveComponentFactory=function(e){var t=Xt(e);return new Xp(t,this.ngModule)},t}(Cf);function Yp(e){var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push({propName:e[n],templateName:n});return t}var $p=new Te("ROOT_CONTEXT_TOKEN",{providedIn:"root",factory:function(){return Rc(Y(Jp))}}),Jp=new Te("SCHEDULER_TOKEN",{providedIn:"root",factory:function(){return un}}),Xp=function(e){function t(t,n){var r=e.call(this)||this;return r.componentDef=t,r.ngModule=n,r.componentType=t.type,r.selector=t.selectors[0][0],r.ngContentSelectors=t.ngContentSelectors?t.ngContentSelectors:[],r.isBoundToModule=!!n,r}return o(t,e),Object.defineProperty(t.prototype,"inputs",{get:function(){return Yp(this.componentDef.inputs)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"outputs",{get:function(){return Yp(this.componentDef.outputs)},enumerable:!0,configurable:!0}),t.prototype.create=function(e,t,n,r){var o=void 0===n,i=(r=r||this.ngModule)?function a(e,t){return{get:function(n,r,o){var i=e.get(n,Qp,o);return i!==Qp||r===Qp?i:t.get(n,r,o)}}}(e,r.injector):e,u=i.get(Lf,io),s=i.get(Bi,null),l=o?Iu(this.selector,u.createRenderer(null,this.componentDef)):Mu(u,n),c=this.componentDef.onPush?576:528,f="string"==typeof n&&/^#root-ng-internal-isolated-\d+/.test(n),d=o||f?Rc():i.get($p),p=u.createRenderer(l,this.componentDef);n&&l&&(oo(p)?p.setAttribute(l,"ng-version",zf.full):l.setAttribute("ng-version",zf.full));var h,v,y=ku(null,Vu(-1,null,1,0,null,null,null,null),d,c,null,null,u,p,s,i),g=Kr(y,null);try{var m=Ac(l,this.componentDef,y,u,p);v=Zn(0,y),t&&(v.projection=t.map(function(e){return Array.from(e)})),h=Dc(m,this.componentDef,y,d,[Sc]),Ju(y,m),Cu(y)}finally{Gr(g)}var _=new eh(this.componentType,h,Pf(Rf,v,y),y,v);return o&&(_.hostView._tViewNode.child=v),_},t}(vf),eh=(new Gp,function(e){function t(t,n,r,o,i){var a=e.call(this)||this;return a.location=r,a._rootLView=o,a._tNode=i,a.destroyCbs=[],a.instance=n,a.hostView=a.changeDetectorRef=new Tf(o),a.hostView._tViewNode=Ou(o[yn],null,-1,o),a.componentType=t,a}return o(t,e),Object.defineProperty(t.prototype,"injector",{get:function(){return new ei(this._tNode,this._rootLView)},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){this.destroyCbs.forEach(function(e){return e()}),this.destroyCbs=null,!this.hostView.destroyed&&this.hostView.destroy()},t.prototype.onDestroy=function(e){this.destroyCbs.push(e)},t}(hf));
|
|
810
810
|
/**
|
|
811
811
|
* @license
|
|
812
812
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -821,15 +821,7 @@ function th(e,t){for(var n=0;n<e.length;n++)t.push(e[n])}function nh(e,t){void 0
|
|
|
821
821
|
*
|
|
822
822
|
* Use of this source code is governed by an MIT-style license that can be
|
|
823
823
|
* found in the LICENSE file at https://angular.io/license
|
|
824
|
-
*/
|
|
825
|
-
/**
|
|
826
|
-
* @license
|
|
827
|
-
* Copyright Google Inc. All Rights Reserved.
|
|
828
|
-
*
|
|
829
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
830
|
-
* found in the LICENSE file at https://angular.io/license
|
|
831
|
-
*/
|
|
832
|
-
"undefined"==typeof ngI18nClosureMode&&(Q.ngI18nClosureMode="undefined"!=typeof goog&&"function"==typeof goog.getMsg);var rh="�",oh=/^\s*(�\d+:?\d*�)\s*,\s*(select|plural)\s*,/,ih=/�\/?\*(\d+:\d+)�/gi,ah=/�(\/?[#*]\d+):?\d*�/gi,uh=/�(\d+):?\d*�/gi,sh=/({\s*�\d+:?\d*�\s*,\s*\S{6}\s*,[\s\S]*})/gi,lh=0,ch=/\[(�.+?�?)\]/,fh=/\[(�.+?�?)\]|(�\/?\*\d+:\d+�)/g,dh=/({\s*)(VAR_(PLURAL|SELECT)(_\d+)?)(\s*,)/g,ph=/�I18N_EXP_(ICU(_\d+)?)�/g,hh=/\/\*/,vh=/\d+\:(\d+)/;function gh(e){if(!e)return[];var t,n=0,r=[],o=[],i=/[{}]/g;for(i.lastIndex=0;t=i.exec(e);){var a=t.index;if("}"==t[0]){if(r.pop(),0==r.length){var u=e.substring(n,a);oh.test(u)?o.push(yh(u)):u&&o.push(u),n=a+1}}else{if(0==r.length){var s=e.substring(n,a);o.push(s),n=a+1}r.push("{")}}var l=e.substring(n);return""!=l&&o.push(l),o}function yh(e){for(var t=[],n=[],r=1,o=0,i=gh(e=e.replace(oh,function(e,t,n){return r="select"===n?0:1,o=parseInt(t.substr(1),10),""})),a=0;a<i.length;){var u=i[a++].trim();1===r&&(u=u.replace(/\s*(?:=)?(\w+)\s*/,"$1")),u.length&&t.push(u);var s=gh(i[a++]);s.length&&n.push(s)}return function l(e,t,n){e<=t&&hn(n)}(t.indexOf("other"),-1,'Missing key "other" in ICU statement.'),{type:r,mainBinding:o,cases:t,values:n}}function mh(e){for(var t,n,r="",o=0,i=!1;null!==(t=ih.exec(e));)i?t[0]===rh+"/*"+n+rh&&(o=t.index,i=!1):(r+=e.substring(o,t.index+t[0].length),n=t[1],i=!0);return r+e.substr(o)}function _h(e,t,n,r){void 0===r&&(r=null);for(var o=[null,null],i=e.split(uh),a=0,u=0;u<i.length;u++){var s=i[u];if(1&u){var l=parseInt(s,10);o.push(-1-l),a|=xh(l)}else""!==s&&o.push(s)}return o.push(t<<2|(n?1:0)),n&&o.push(n,r),o[0]=a,o[1]=o.length-2,o}function wh(e,t){var n;void 0===t&&(t=0),t|=xh(e.mainBinding);for(var r=0;r<e.values.length;r++)for(var o=e.values[r],i=0;i<o.length;i++){var a=o[i];if("string"==typeof a)for(;n=uh.exec(a);)t|=xh(parseInt(n[1],10));else t=wh(a,t)}return t}var bh=[],Ch=-1;function xh(e){return 1<<Math.min(e,31)}var Ih,kh=[];function Eh(e,t,n){var r=_r()[gn];bh[++Ch]=e,r.firstTemplatePass&&null===r.data[e+Rn]&&function o(e,t,n,r){var o=_r(),i=e.blueprint.length-Rn;Ih=0;var a=jr(),u=Rr()?jr():a&&a.parent,s=u&&u!==o[bn]?u.index-Rn:t,l=0;kh[l]=s;var c=[];t>0&&a!==u&&c.push(a.index<<3|0);for(var f=[],d=[],p=function h(e,t){if("number"!=typeof t)return mh(e);var n=e.indexOf(":"+t+rh)+2+t.toString().length,r=e.search(new RegExp(rh+"\\/\\*\\d+:"+t+rh));return mh(e.substring(n,r))}(n,r).split(ah),v=0;v<p.length;v++){var g=p[v];if(1&v)if("/"===g.charAt(0)){if("#"===g.charAt(1)){var y=parseInt(g.substr(2),10);s=kh[--l],c.push(y<<3|5)}}else y=parseInt(g.substr(1),10),c.push(y<<3|0,s<<17|1),"#"===g.charAt(0)&&(kh[++l]=s=y);else for(var m=gh(g),_=0;_<m.length;_++)if(1&_){var w=i+Ih++;c.push(ra,"",w,s<<17|1);var b=m[_],C=wh(b);Bh(d,b,w,w);var x=d.length-1;f.push(xh(b.mainBinding),3,-1-b.mainBinding,w<<2|2,x,C,2,w<<2|3,x)}else if(""!==m[_]){var I=m[_],k=I.match(uh),E=i+Ih++;c.push(k?"":I,E,s<<17|1),k&&th(_h(I,E),f)}}(function O(e,t){var n=e[gn];if(n.firstTemplatePass){for(var r=0;r<t;r++)n.blueprint.push(null),n.data.push(null),e.push(null);n.expandoInstructions?n.expandoInstructions.push(t):n.expandoStartIndex+=t}})(o,Ih),e.data[t+Rn]={vars:Ih,create:c,update:f,icus:d.length?d:null}}(r,e,t,n)}function Oh(e,t,n){var r=e.next,o=_r();n||(n=t),n===t&&e!==t.child?(e.next=t.child,t.child=e):n!==t&&e!==n.next?(e.next=n.next,n.next=e):e.next=null,t!==o[bn]&&(e.parent=t);for(var i=e.next;i;)i.next===e&&(i.next=r),i=i.next;Rs(zn(e,o),e,o);var a=o[e.index];return 0!==e.type&&Qn(a)&&Rs(a[Mn],e,o),e}function Th(e,t){void 0===t&&(t={});var n=e;if(ch.test(e)){var r={},o=[lh];if(n=n.replace(fh,function(e,t,n){var i=t||n;if(!r[i]){var a=[];i.split("|").forEach(function(e){var t=e.match(vh),n=t?parseInt(t[1],10):lh,r=hh.test(e);a.push([n,r,e])}),r[i]=a}if(!r[i].length)throw new Error("i18n postprocess: unmatched placeholder - "+i);for(var u=o[o.length-1],s=r[i],l=0,f=0;f<s.length;f++)if(s[f][0]===u){l=f;break}var d=c(s[l],3),p=d[0],h=d[2];return d[1]?o.pop():u!==p&&o.push(p),s.splice(l,1),h}),Object.keys(r).some(function(e){return!!r[e].length}))throw new Error("i18n postprocess: unmatched values - "+JSON.stringify(r))}return Object.keys(t).length?n=(n=n.replace(dh,function(e,n,r,o,i,a){return t.hasOwnProperty(r)?""+n+t[r]+a:e})).replace(ph,function(e,n){if(t.hasOwnProperty(n)){var r=t[n];if(!r.length)throw new Error("i18n postprocess: unmatched ICU - "+e+" with key: "+n);return r.shift()}return e}):n}function Ph(){!function e(t){for(var n=_r(),r=bh[Ch--],o=t.data[r+Rn],i=jr(),a=jh(r,o.create,0,n),u=r+1;u<=i.index-Rn;u++)-1===a.indexOf(u)&&Ah(u,n)}(_r()[gn])}function Nh(e,t,n,r){var o=jr(),i=Ou(e,t,n,r,null);return o.next===i&&(o.next=null),i}function jh(e,t,n,r){for(var o=_r()[On],i=null,a=null,u=[],s=0;s<t.length;s++){var l=t[s];if("string"==typeof l){var c=xs(l,o),f=t[++s];a=i,i=Nh(f,3,c,null),u.push(f),Sr(!1)}else if("number"==typeof l)switch(7&l){case 1:var d=l>>>17;a=Oh(i,d===e?r[bn]:Zn(d,r),a);break;case 0:var p=l>>>3;u.push(p),a=i,(i=Zn(p,r))&&(Ar(i),3===i.type&&Sr(!0));break;case 5:a=i=Zn(l>>>3,r),Ar(i),Sr(!1);break;case 4:hl(y=l>>>3,t[++s],t[++s]);break;default:throw new Error('Unable to determine the type of mutate operation for "'+l+'"')}else switch(l){case ra:var h=t[++s],v=t[++s],g=o.createComment(h);a=i,i=Nh(v,5,g,null),u.push(v),lo(g,r),i.activeCaseIndex=null,Sr(!1);break;case na:var y,m=t[++s];a=i,i=Nh(y=t[++s],3,o.createElement(m),m),u.push(y);break;default:throw new Error('Unable to determine the type of mutate operation for "'+l+'"')}}return Sr(!1),u}function Ah(e,t){var n=Zn(e,t),r=Un(e,t);r&&Vs(t[On],r);var o=qs(e);Qn(o)&&0!==n.type&&Vs(t[On],o[Mn])}function Dh(e,t,n){Eh(e,t,n),Ph()}function Rh(e,t){var n=_r()[gn];n.firstTemplatePass&&null===n.data[e+Rn]&&function r(e,t,n){for(var r=jr().index-Rn,o=[],i=0;i<n.length;i+=2)for(var a=n[i],u=n[i+1].split(sh),s=0;s<u.length;s++){var l=u[s];1&s||""!==l&&(l.match(uh)?th(_h(l,r,a),o):hl(r,a,l))}e.data[t+Rn]=o}(n,e,t)}var Sh,Vh=0,Mh=0;function Fh(e){e!==fa&&(Vh|=1<<Mh),Mh++}function Hh(e){if(Mh){var t=_r(),n=t[gn].data[e+Rn],r=void 0,o=null;Array.isArray(n)?r=n:(r=n.update,o=n.icus),function e(t,n,r,o,i,a){void 0===a&&(a=!1);for(var u=!1,s=0;s<t.length;s++){var l=t[s],c=t[++s];if(a||l&o)for(var f="",d=s+1;d<=s+c;d++){var p=t[d];if("string"==typeof p)f+=p;else if("number"==typeof p)if(p<0)f+=on(i[r-p]);else{var h=p>>>2,v=void 0,g=void 0;switch(3&p){case 1:hl(h,t[++d],f,t[++d]);break;case 0:vc(h,f);break;case 2:if(v=n[t[++d]],null!==(g=Zn(h,i)).activeCaseIndex)for(var y=v.remove[g.activeCaseIndex],m=0;m<y.length;m++){var _=y[m];switch(7&_){case 3:Ah(_>>>3,i);break;case 6:var w=Zn(y[m+1]>>>3,i).activeCaseIndex;null!==w&&th(n[_>>>3].remove[w],y)}}var b=Lh(v,f);g.activeCaseIndex=-1!==b?b:null,jh(-1,v.create[b],0,i),u=!0;break;case 3:v=n[t[++d]],g=Zn(h,i),e(v.update[g.activeCaseIndex],n,r,o,i,u)}}}s+=c}}(r,o,t[Cn]-Mh-1,Vh,t),Vh=0,Mh=0}}function Lh(e,t){var n=e.cases.indexOf(t);if(-1===n)switch(e.type){case 1:var r=function o(e,t){switch(function n(e,t){"string"==typeof t&&(t=parseInt(t,10));var n=t,r=n.toString().replace(/^[^.]*\.?/,""),o=Math.floor(Math.abs(n)),i=r.length,a=parseInt(r,10),u=parseInt(n.toString().replace(/^[^.]*\.?|0+$/g,""),10)||0;switch(e.split("-")[0].toLowerCase()){case"af":case"asa":case"az":case"bem":case"bez":case"bg":case"brx":case"ce":case"cgg":case"chr":case"ckb":case"ee":case"el":case"eo":case"es":case"eu":case"fo":case"fur":case"gsw":case"ha":case"haw":case"hu":case"jgo":case"jmc":case"ka":case"kk":case"kkj":case"kl":case"ks":case"ksb":case"ky":case"lb":case"lg":case"mas":case"mgo":case"ml":case"mn":case"nb":case"nd":case"ne":case"nn":case"nnh":case"nyn":case"om":case"or":case"os":case"ps":case"rm":case"rof":case"rwk":case"saq":case"seh":case"sn":case"so":case"sq":case"ta":case"te":case"teo":case"tk":case"tr":case"ug":case"uz":case"vo":case"vun":case"wae":case"xog":return 1===n?Sh.One:Sh.Other;case"ak":case"ln":case"mg":case"pa":case"ti":return n===Math.floor(n)&&n>=0&&n<=1?Sh.One:Sh.Other;case"am":case"as":case"bn":case"fa":case"gu":case"hi":case"kn":case"mr":case"zu":return 0===o||1===n?Sh.One:Sh.Other;case"ar":return 0===n?Sh.Zero:1===n?Sh.One:2===n?Sh.Two:n%100===Math.floor(n%100)&&n%100>=3&&n%100<=10?Sh.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=99?Sh.Many:Sh.Other;case"ast":case"ca":case"de":case"en":case"et":case"fi":case"fy":case"gl":case"it":case"nl":case"sv":case"sw":case"ur":case"yi":return 1===o&&0===i?Sh.One:Sh.Other;case"be":return n%10==1&&n%100!=11?Sh.One:n%10===Math.floor(n%10)&&n%10>=2&&n%10<=4&&!(n%100>=12&&n%100<=14)?Sh.Few:n%10==0||n%10===Math.floor(n%10)&&n%10>=5&&n%10<=9||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=14?Sh.Many:Sh.Other;case"br":return n%10==1&&n%100!=11&&n%100!=71&&n%100!=91?Sh.One:n%10==2&&n%100!=12&&n%100!=72&&n%100!=92?Sh.Two:n%10===Math.floor(n%10)&&(n%10>=3&&n%10<=4||n%10==9)&&!(n%100>=10&&n%100<=19||n%100>=70&&n%100<=79||n%100>=90&&n%100<=99)?Sh.Few:0!==n&&n%1e6==0?Sh.Many:Sh.Other;case"bs":case"hr":case"sr":return 0===i&&o%10==1&&o%100!=11||a%10==1&&a%100!=11?Sh.One:0===i&&o%10===Math.floor(o%10)&&o%10>=2&&o%10<=4&&!(o%100>=12&&o%100<=14)||a%10===Math.floor(a%10)&&a%10>=2&&a%10<=4&&!(a%100>=12&&a%100<=14)?Sh.Few:Sh.Other;case"cs":case"sk":return 1===o&&0===i?Sh.One:o===Math.floor(o)&&o>=2&&o<=4&&0===i?Sh.Few:0!==i?Sh.Many:Sh.Other;case"cy":return 0===n?Sh.Zero:1===n?Sh.One:2===n?Sh.Two:3===n?Sh.Few:6===n?Sh.Many:Sh.Other;case"da":return 1===n||0!==u&&(0===o||1===o)?Sh.One:Sh.Other;case"dsb":case"hsb":return 0===i&&o%100==1||a%100==1?Sh.One:0===i&&o%100==2||a%100==2?Sh.Two:0===i&&o%100===Math.floor(o%100)&&o%100>=3&&o%100<=4||a%100===Math.floor(a%100)&&a%100>=3&&a%100<=4?Sh.Few:Sh.Other;case"ff":case"fr":case"hy":case"kab":return 0===o||1===o?Sh.One:Sh.Other;case"fil":return 0===i&&(1===o||2===o||3===o)||0===i&&o%10!=4&&o%10!=6&&o%10!=9||0!==i&&a%10!=4&&a%10!=6&&a%10!=9?Sh.One:Sh.Other;case"ga":return 1===n?Sh.One:2===n?Sh.Two:n===Math.floor(n)&&n>=3&&n<=6?Sh.Few:n===Math.floor(n)&&n>=7&&n<=10?Sh.Many:Sh.Other;case"gd":return 1===n||11===n?Sh.One:2===n||12===n?Sh.Two:n===Math.floor(n)&&(n>=3&&n<=10||n>=13&&n<=19)?Sh.Few:Sh.Other;case"gv":return 0===i&&o%10==1?Sh.One:0===i&&o%10==2?Sh.Two:0!==i||o%100!=0&&o%100!=20&&o%100!=40&&o%100!=60&&o%100!=80?0!==i?Sh.Many:Sh.Other:Sh.Few;case"he":return 1===o&&0===i?Sh.One:2===o&&0===i?Sh.Two:0!==i||n>=0&&n<=10||n%10!=0?Sh.Other:Sh.Many;case"is":return 0===u&&o%10==1&&o%100!=11||0!==u?Sh.One:Sh.Other;case"ksh":return 0===n?Sh.Zero:1===n?Sh.One:Sh.Other;case"kw":case"naq":case"se":case"smn":return 1===n?Sh.One:2===n?Sh.Two:Sh.Other;case"lag":return 0===n?Sh.Zero:0!==o&&1!==o||0===n?Sh.Other:Sh.One;case"lt":return n%10!=1||n%100>=11&&n%100<=19?n%10===Math.floor(n%10)&&n%10>=2&&n%10<=9&&!(n%100>=11&&n%100<=19)?Sh.Few:0!==a?Sh.Many:Sh.Other:Sh.One;case"lv":case"prg":return n%10==0||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19||2===i&&a%100===Math.floor(a%100)&&a%100>=11&&a%100<=19?Sh.Zero:n%10==1&&n%100!=11||2===i&&a%10==1&&a%100!=11||2!==i&&a%10==1?Sh.One:Sh.Other;case"mk":return 0===i&&o%10==1||a%10==1?Sh.One:Sh.Other;case"mt":return 1===n?Sh.One:0===n||n%100===Math.floor(n%100)&&n%100>=2&&n%100<=10?Sh.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19?Sh.Many:Sh.Other;case"pl":return 1===o&&0===i?Sh.One:0===i&&o%10===Math.floor(o%10)&&o%10>=2&&o%10<=4&&!(o%100>=12&&o%100<=14)?Sh.Few:0===i&&1!==o&&o%10===Math.floor(o%10)&&o%10>=0&&o%10<=1||0===i&&o%10===Math.floor(o%10)&&o%10>=5&&o%10<=9||0===i&&o%100===Math.floor(o%100)&&o%100>=12&&o%100<=14?Sh.Many:Sh.Other;case"pt":return n===Math.floor(n)&&n>=0&&n<=2&&2!==n?Sh.One:Sh.Other;case"ro":return 1===o&&0===i?Sh.One:0!==i||0===n||1!==n&&n%100===Math.floor(n%100)&&n%100>=1&&n%100<=19?Sh.Few:Sh.Other;case"ru":case"uk":return 0===i&&o%10==1&&o%100!=11?Sh.One:0===i&&o%10===Math.floor(o%10)&&o%10>=2&&o%10<=4&&!(o%100>=12&&o%100<=14)?Sh.Few:0===i&&o%10==0||0===i&&o%10===Math.floor(o%10)&&o%10>=5&&o%10<=9||0===i&&o%100===Math.floor(o%100)&&o%100>=11&&o%100<=14?Sh.Many:Sh.Other;case"shi":return 0===o||1===n?Sh.One:n===Math.floor(n)&&n>=2&&n<=10?Sh.Few:Sh.Other;case"si":return 0===n||1===n||0===o&&1===a?Sh.One:Sh.Other;case"sl":return 0===i&&o%100==1?Sh.One:0===i&&o%100==2?Sh.Two:0===i&&o%100===Math.floor(o%100)&&o%100>=3&&o%100<=4||0!==i?Sh.Few:Sh.Other;case"tzm":return n===Math.floor(n)&&n>=0&&n<=1||n===Math.floor(n)&&n>=11&&n<=99?Sh.One:Sh.Other;default:return Sh.Other}}(t,e)){case Sh.Zero:return"zero";case Sh.One:return"one";case Sh.Two:return"two";case Sh.Few:return"few";case Sh.Many:return"many";default:return"other"}}(t,"en-US");-1===(n=e.cases.indexOf(r))&&"other"!==r&&(n=e.cases.indexOf("other"));break;case 0:n=e.cases.indexOf("other")}return n}function Bh(e,t,n,r){for(var o=[],i=[],a=[],u=[],s=[],l=0;l<t.values.length;l++){for(var c=t.values[l],d=[],p=0;p<c.length;p++){var h=c[p];if("string"!=typeof h){var v=d.push(h)-1;c[p]="\x3c!--�"+v+"�--\x3e"}}var g=Qh(c.join(""),n,d,e,r);o.push(g.create),i.push(g.remove),a.push(g.update),u.push(g.vars),s.push(g.childIcus)}e.push({type:t.type,vars:u,childIcus:s,cases:t.cases,create:o,remove:i,update:a}),Ih+=Math.max.apply(Math,f(u))}function Qh(e,t,n,r,o){var i=new pi(document).getInertBodyElement(e);if(!i)throw new Error("Unable to generate inert body element");var a={vars:0,childIcus:[],create:[],remove:[],update:[]};return function e(t,n,r,o,i,a){if(t){for(var u=[];t;){var s=t.nextSibling,l=a+ ++n.vars;switch(t.nodeType){case Node.ELEMENT_NODE:var c=t,d=c.tagName.toLowerCase();if(Ti.hasOwnProperty(d)){n.create.push(na,d,l,r<<17|1);for(var p=c.attributes,h=0;h<p.length;h++){var v=p.item(h),g=v.name.toLowerCase();v.value.match(uh)?Di.hasOwnProperty(g)&&th(Pi[g]?_h(v.value,l,v.name,gi):Ni[g]?_h(v.value,l,v.name,yi):_h(v.value,l,v.name),n.update):n.create.push(l<<3|4,v.name,v.value)}e(t.firstChild,n,l,o,i,a),n.remove.push(l<<3|3)}else n.vars--;break;case Node.TEXT_NODE:var y=t.textContent||"",m=y.match(uh);n.create.push(m?"":y,l,r<<17|1),n.remove.push(l<<3|3),m&&th(_h(y,l),n.update);break;case Node.COMMENT_NODE:var _=Uh.exec(t.textContent||"");if(_){var w=parseInt(_[1],10);n.create.push(ra,"",l,r<<17|1),u.push([b=o[w],l])}else n.vars--;break;default:n.vars--}t=s}for(h=0;h<u.length;h++){var b,C=u[h][1];Bh(i,b=u[h][0],C,a+n.vars);var x=i.length-1;n.vars+=Math.max.apply(Math,f(i[x].vars)),n.childIcus.push(x);var I=wh(b);n.update.push(xh(b.mainBinding),3,-1-b.mainBinding,C<<2|2,x,I,2,C<<2|3,x),n.remove.push(x<<3|6,C<<3|3)}}}((Li(i)||i).firstChild,a,t,n,r,o),a}!function(e){e[e.Zero=0]="Zero",e[e.One=1]="One",e[e.Two=2]="Two",e[e.Few=3]="Few",e[e.Many=4]="Many",e[e.Other=5]="Other"}(Sh||(Sh={}));var Uh=/�(\d+)�/,zh={},Zh=/\{\$(.*?)\}/g;function qh(e,t){return void 0===t&&(t={}),void 0!==zh[e]&&(e=zh[e]),Object.keys(t).length?e.replace(Zh,function(e,n){return t[n]||""}):e}
|
|
824
|
+
*/var rh="�",oh=/^\s*(�\d+:?\d*�)\s*,\s*(select|plural)\s*,/,ih=/�\/?\*(\d+:\d+)�/gi,ah=/�(\/?[#*]\d+):?\d*�/gi,uh=/�(\d+):?\d*�/gi,sh=/({\s*�\d+:?\d*�\s*,\s*\S{6}\s*,[\s\S]*})/gi,lh=0,ch=/\[(�.+?�?)\]/,fh=/\[(�.+?�?)\]|(�\/?\*\d+:\d+�)/g,dh=/({\s*)(VAR_(PLURAL|SELECT)(_\d+)?)(\s*,)/g,ph=/�I18N_EXP_(ICU(_\d+)?)�/g,hh=/\/\*/,vh=/\d+\:(\d+)/;function yh(e){if(!e)return[];var t,n=0,r=[],o=[],i=/[{}]/g;for(i.lastIndex=0;t=i.exec(e);){var a=t.index;if("}"==t[0]){if(r.pop(),0==r.length){var u=e.substring(n,a);oh.test(u)?o.push(gh(u)):u&&o.push(u),n=a+1}}else{if(0==r.length){var s=e.substring(n,a);o.push(s),n=a+1}r.push("{")}}var l=e.substring(n);return""!=l&&o.push(l),o}function gh(e){for(var t=[],n=[],r=1,o=0,i=yh(e=e.replace(oh,function(e,t,n){return r="select"===n?0:1,o=parseInt(t.substr(1),10),""})),a=0;a<i.length;){var u=i[a++].trim();1===r&&(u=u.replace(/\s*(?:=)?(\w+)\s*/,"$1")),u.length&&t.push(u);var s=yh(i[a++]);s.length&&n.push(s)}return function l(e,t,n){e<=t&&hn(n)}(t.indexOf("other"),-1,'Missing key "other" in ICU statement.'),{type:r,mainBinding:o,cases:t,values:n}}function mh(e){for(var t,n,r="",o=0,i=!1;null!==(t=ih.exec(e));)i?t[0]===rh+"/*"+n+rh&&(o=t.index,i=!1):(r+=e.substring(o,t.index+t[0].length),n=t[1],i=!0);return r+e.substr(o)}function _h(e,t,n,r){void 0===r&&(r=null);for(var o=[null,null],i=e.split(uh),a=0,u=0;u<i.length;u++){var s=i[u];if(1&u){var l=parseInt(s,10);o.push(-1-l),a|=xh(l)}else""!==s&&o.push(s)}return o.push(t<<2|(n?1:0)),n&&o.push(n,r),o[0]=a,o[1]=o.length-2,o}function wh(e,t){var n;void 0===t&&(t=0),t|=xh(e.mainBinding);for(var r=0;r<e.values.length;r++)for(var o=e.values[r],i=0;i<o.length;i++){var a=o[i];if("string"==typeof a)for(;n=uh.exec(a);)t|=xh(parseInt(n[1],10));else t=wh(a,t)}return t}var bh=[],Ch=-1;function xh(e){return 1<<Math.min(e,31)}var Ih,kh=[];function Eh(e,t,n){var r=_r()[yn];bh[++Ch]=e,r.firstTemplatePass&&null===r.data[e+Rn]&&function o(e,t,n,r){var o=_r(),i=e.blueprint.length-Rn;Ih=0;var a=jr(),u=Rr()?jr():a&&a.parent,s=u&&u!==o[bn]?u.index-Rn:t,l=0;kh[l]=s;var c=[];t>0&&a!==u&&c.push(a.index<<3|0);for(var f=[],d=[],p=function h(e,t){if("number"!=typeof t)return mh(e);var n=e.indexOf(":"+t+rh)+2+t.toString().length,r=e.search(new RegExp(rh+"\\/\\*\\d+:"+t+rh));return mh(e.substring(n,r))}(n,r).split(ah),v=0;v<p.length;v++){var y=p[v];if(1&v)if("/"===y.charAt(0)){if("#"===y.charAt(1)){var g=parseInt(y.substr(2),10);s=kh[--l],c.push(g<<3|5)}}else g=parseInt(y.substr(1),10),c.push(g<<3|0,s<<17|1),"#"===y.charAt(0)&&(kh[++l]=s=g);else for(var m=yh(y),_=0;_<m.length;_++)if(1&_){var w=i+Ih++;c.push(ra,"",w,s<<17|1);var b=m[_],C=wh(b);Bh(d,b,w,w);var x=d.length-1;f.push(xh(b.mainBinding),3,-1-b.mainBinding,w<<2|2,x,C,2,w<<2|3,x)}else if(""!==m[_]){var I=m[_],k=I.match(uh),E=i+Ih++;c.push(k?"":I,E,s<<17|1),k&&th(_h(I,E),f)}}(function O(e,t){var n=e[yn];if(n.firstTemplatePass){for(var r=0;r<t;r++)n.blueprint.push(null),n.data.push(null),e.push(null);n.expandoInstructions?n.expandoInstructions.push(t):n.expandoStartIndex+=t}})(o,Ih),e.data[t+Rn]={vars:Ih,create:c,update:f,icus:d.length?d:null}}(r,e,t,n)}function Oh(e,t,n){var r=e.next,o=_r();n||(n=t),n===t&&e!==t.child?(e.next=t.child,t.child=e):n!==t&&e!==n.next?(e.next=n.next,n.next=e):e.next=null,t!==o[bn]&&(e.parent=t);for(var i=e.next;i;)i.next===e&&(i.next=r),i=i.next;Ds(zn(e,o),e,o);var a=o[e.index];return 0!==e.type&&Qn(a)&&Ds(a[Mn],e,o),e}function Th(e,t){void 0===t&&(t={});var n=e;if(ch.test(e)){var r={},o=[lh];if(n=n.replace(fh,function(e,t,n){var i=t||n;if(!r[i]){var a=[];i.split("|").forEach(function(e){var t=e.match(vh),n=t?parseInt(t[1],10):lh,r=hh.test(e);a.push([n,r,e])}),r[i]=a}if(!r[i].length)throw new Error("i18n postprocess: unmatched placeholder - "+i);for(var u=o[o.length-1],s=r[i],l=0,f=0;f<s.length;f++)if(s[f][0]===u){l=f;break}var d=c(s[l],3),p=d[0],h=d[2];return d[1]?o.pop():u!==p&&o.push(p),s.splice(l,1),h}),Object.keys(r).some(function(e){return!!r[e].length}))throw new Error("i18n postprocess: unmatched values - "+JSON.stringify(r))}return Object.keys(t).length?n=(n=n.replace(dh,function(e,n,r,o,i,a){return t.hasOwnProperty(r)?""+n+t[r]+a:e})).replace(ph,function(e,n){if(t.hasOwnProperty(n)){var r=t[n];if(!r.length)throw new Error("i18n postprocess: unmatched ICU - "+e+" with key: "+n);return r.shift()}return e}):n}function Ph(){!function e(t){for(var n=_r(),r=bh[Ch--],o=t.data[r+Rn],i=jr(),a=jh(r,o.create,0,n),u=r+1;u<=i.index-Rn;u++)-1===a.indexOf(u)&&Ah(u,n)}(_r()[yn])}function Nh(e,t,n,r){var o=jr(),i=Eu(e,t,n,r,null);return o.next===i&&(o.next=null),i}function jh(e,t,n,r){for(var o=_r()[On],i=null,a=null,u=[],s=0;s<t.length;s++){var l=t[s];if("string"==typeof l){var c=Cs(l,o),f=t[++s];a=i,i=Nh(f,3,c,null),u.push(f),Sr(!1)}else if("number"==typeof l)switch(7&l){case 1:var d=l>>>17;a=Oh(i,d===e?r[bn]:Zn(d,r),a);break;case 0:var p=l>>>3;u.push(p),a=i,(i=Zn(p,r))&&(Ar(i),3===i.type&&Sr(!0));break;case 5:a=i=Zn(l>>>3,r),Ar(i),Sr(!1);break;case 4:pl(g=l>>>3,t[++s],t[++s]);break;default:throw new Error('Unable to determine the type of mutate operation for "'+l+'"')}else switch(l){case ra:var h=t[++s],v=t[++s],y=o.createComment(h);a=i,i=Nh(v,5,y,null),u.push(v),lo(y,r),i.activeCaseIndex=null,Sr(!1);break;case na:var g,m=t[++s];a=i,i=Nh(g=t[++s],3,o.createElement(m),m),u.push(g);break;default:throw new Error('Unable to determine the type of mutate operation for "'+l+'"')}}return Sr(!1),u}function Ah(e,t){var n=Zn(e,t),r=Un(e,t);r&&Ss(t[On],r);var o=Zs(e);Qn(o)&&0!==n.type&&Ss(t[On],o[Mn])}function Dh(e,t,n){Eh(e,t,n),Ph()}function Rh(e,t){var n=_r()[yn];n.firstTemplatePass&&null===n.data[e+Rn]&&function r(e,t,n){for(var r=jr().index-Rn,o=[],i=0;i<n.length;i+=2)for(var a=n[i],u=n[i+1].split(sh),s=0;s<u.length;s++){var l=u[s];1&s||""!==l&&(l.match(uh)?th(_h(l,r,a),o):pl(r,a,l))}e.data[t+Rn]=o}(n,e,t)}var Sh,Vh=0,Mh=0;function Fh(e){e!==fa&&(Vh|=1<<Mh),Mh++}function Hh(e){if(Mh){var t=_r(),n=t[yn].data[e+Rn],r=void 0,o=null;Array.isArray(n)?r=n:(r=n.update,o=n.icus),function e(t,n,r,o,i,a){void 0===a&&(a=!1);for(var u=!1,s=0;s<t.length;s++){var l=t[s],c=t[++s];if(a||l&o)for(var f="",d=s+1;d<=s+c;d++){var p=t[d];if("string"==typeof p)f+=p;else if("number"==typeof p)if(p<0)f+=on(i[r-p]);else{var h=p>>>2,v=void 0,y=void 0;switch(3&p){case 1:pl(h,t[++d],f,t[++d]);break;case 0:vc(h,f);break;case 2:if(v=n[t[++d]],null!==(y=Zn(h,i)).activeCaseIndex)for(var g=v.remove[y.activeCaseIndex],m=0;m<g.length;m++){var _=g[m];switch(7&_){case 3:Ah(_>>>3,i);break;case 6:var w=Zn(g[m+1]>>>3,i).activeCaseIndex;null!==w&&th(n[_>>>3].remove[w],g)}}var b=Lh(v,f);y.activeCaseIndex=-1!==b?b:null,jh(-1,v.create[b],0,i),u=!0;break;case 3:v=n[t[++d]],y=Zn(h,i),e(v.update[y.activeCaseIndex],n,r,o,i,u)}}}s+=c}}(r,o,t[Cn]-Mh-1,Vh,t),Vh=0,Mh=0}}function Lh(e,t){var n=e.cases.indexOf(t);if(-1===n)switch(e.type){case 1:var r=function o(e,t){switch(function n(e,t){"string"==typeof t&&(t=parseInt(t,10));var n=t,r=n.toString().replace(/^[^.]*\.?/,""),o=Math.floor(Math.abs(n)),i=r.length,a=parseInt(r,10),u=parseInt(n.toString().replace(/^[^.]*\.?|0+$/g,""),10)||0;switch(e.split("-")[0].toLowerCase()){case"af":case"asa":case"az":case"bem":case"bez":case"bg":case"brx":case"ce":case"cgg":case"chr":case"ckb":case"ee":case"el":case"eo":case"es":case"eu":case"fo":case"fur":case"gsw":case"ha":case"haw":case"hu":case"jgo":case"jmc":case"ka":case"kk":case"kkj":case"kl":case"ks":case"ksb":case"ky":case"lb":case"lg":case"mas":case"mgo":case"ml":case"mn":case"nb":case"nd":case"ne":case"nn":case"nnh":case"nyn":case"om":case"or":case"os":case"ps":case"rm":case"rof":case"rwk":case"saq":case"seh":case"sn":case"so":case"sq":case"ta":case"te":case"teo":case"tk":case"tr":case"ug":case"uz":case"vo":case"vun":case"wae":case"xog":return 1===n?Sh.One:Sh.Other;case"ak":case"ln":case"mg":case"pa":case"ti":return n===Math.floor(n)&&n>=0&&n<=1?Sh.One:Sh.Other;case"am":case"as":case"bn":case"fa":case"gu":case"hi":case"kn":case"mr":case"zu":return 0===o||1===n?Sh.One:Sh.Other;case"ar":return 0===n?Sh.Zero:1===n?Sh.One:2===n?Sh.Two:n%100===Math.floor(n%100)&&n%100>=3&&n%100<=10?Sh.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=99?Sh.Many:Sh.Other;case"ast":case"ca":case"de":case"en":case"et":case"fi":case"fy":case"gl":case"it":case"nl":case"sv":case"sw":case"ur":case"yi":return 1===o&&0===i?Sh.One:Sh.Other;case"be":return n%10==1&&n%100!=11?Sh.One:n%10===Math.floor(n%10)&&n%10>=2&&n%10<=4&&!(n%100>=12&&n%100<=14)?Sh.Few:n%10==0||n%10===Math.floor(n%10)&&n%10>=5&&n%10<=9||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=14?Sh.Many:Sh.Other;case"br":return n%10==1&&n%100!=11&&n%100!=71&&n%100!=91?Sh.One:n%10==2&&n%100!=12&&n%100!=72&&n%100!=92?Sh.Two:n%10===Math.floor(n%10)&&(n%10>=3&&n%10<=4||n%10==9)&&!(n%100>=10&&n%100<=19||n%100>=70&&n%100<=79||n%100>=90&&n%100<=99)?Sh.Few:0!==n&&n%1e6==0?Sh.Many:Sh.Other;case"bs":case"hr":case"sr":return 0===i&&o%10==1&&o%100!=11||a%10==1&&a%100!=11?Sh.One:0===i&&o%10===Math.floor(o%10)&&o%10>=2&&o%10<=4&&!(o%100>=12&&o%100<=14)||a%10===Math.floor(a%10)&&a%10>=2&&a%10<=4&&!(a%100>=12&&a%100<=14)?Sh.Few:Sh.Other;case"cs":case"sk":return 1===o&&0===i?Sh.One:o===Math.floor(o)&&o>=2&&o<=4&&0===i?Sh.Few:0!==i?Sh.Many:Sh.Other;case"cy":return 0===n?Sh.Zero:1===n?Sh.One:2===n?Sh.Two:3===n?Sh.Few:6===n?Sh.Many:Sh.Other;case"da":return 1===n||0!==u&&(0===o||1===o)?Sh.One:Sh.Other;case"dsb":case"hsb":return 0===i&&o%100==1||a%100==1?Sh.One:0===i&&o%100==2||a%100==2?Sh.Two:0===i&&o%100===Math.floor(o%100)&&o%100>=3&&o%100<=4||a%100===Math.floor(a%100)&&a%100>=3&&a%100<=4?Sh.Few:Sh.Other;case"ff":case"fr":case"hy":case"kab":return 0===o||1===o?Sh.One:Sh.Other;case"fil":return 0===i&&(1===o||2===o||3===o)||0===i&&o%10!=4&&o%10!=6&&o%10!=9||0!==i&&a%10!=4&&a%10!=6&&a%10!=9?Sh.One:Sh.Other;case"ga":return 1===n?Sh.One:2===n?Sh.Two:n===Math.floor(n)&&n>=3&&n<=6?Sh.Few:n===Math.floor(n)&&n>=7&&n<=10?Sh.Many:Sh.Other;case"gd":return 1===n||11===n?Sh.One:2===n||12===n?Sh.Two:n===Math.floor(n)&&(n>=3&&n<=10||n>=13&&n<=19)?Sh.Few:Sh.Other;case"gv":return 0===i&&o%10==1?Sh.One:0===i&&o%10==2?Sh.Two:0!==i||o%100!=0&&o%100!=20&&o%100!=40&&o%100!=60&&o%100!=80?0!==i?Sh.Many:Sh.Other:Sh.Few;case"he":return 1===o&&0===i?Sh.One:2===o&&0===i?Sh.Two:0!==i||n>=0&&n<=10||n%10!=0?Sh.Other:Sh.Many;case"is":return 0===u&&o%10==1&&o%100!=11||0!==u?Sh.One:Sh.Other;case"ksh":return 0===n?Sh.Zero:1===n?Sh.One:Sh.Other;case"kw":case"naq":case"se":case"smn":return 1===n?Sh.One:2===n?Sh.Two:Sh.Other;case"lag":return 0===n?Sh.Zero:0!==o&&1!==o||0===n?Sh.Other:Sh.One;case"lt":return n%10!=1||n%100>=11&&n%100<=19?n%10===Math.floor(n%10)&&n%10>=2&&n%10<=9&&!(n%100>=11&&n%100<=19)?Sh.Few:0!==a?Sh.Many:Sh.Other:Sh.One;case"lv":case"prg":return n%10==0||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19||2===i&&a%100===Math.floor(a%100)&&a%100>=11&&a%100<=19?Sh.Zero:n%10==1&&n%100!=11||2===i&&a%10==1&&a%100!=11||2!==i&&a%10==1?Sh.One:Sh.Other;case"mk":return 0===i&&o%10==1||a%10==1?Sh.One:Sh.Other;case"mt":return 1===n?Sh.One:0===n||n%100===Math.floor(n%100)&&n%100>=2&&n%100<=10?Sh.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19?Sh.Many:Sh.Other;case"pl":return 1===o&&0===i?Sh.One:0===i&&o%10===Math.floor(o%10)&&o%10>=2&&o%10<=4&&!(o%100>=12&&o%100<=14)?Sh.Few:0===i&&1!==o&&o%10===Math.floor(o%10)&&o%10>=0&&o%10<=1||0===i&&o%10===Math.floor(o%10)&&o%10>=5&&o%10<=9||0===i&&o%100===Math.floor(o%100)&&o%100>=12&&o%100<=14?Sh.Many:Sh.Other;case"pt":return n===Math.floor(n)&&n>=0&&n<=2&&2!==n?Sh.One:Sh.Other;case"ro":return 1===o&&0===i?Sh.One:0!==i||0===n||1!==n&&n%100===Math.floor(n%100)&&n%100>=1&&n%100<=19?Sh.Few:Sh.Other;case"ru":case"uk":return 0===i&&o%10==1&&o%100!=11?Sh.One:0===i&&o%10===Math.floor(o%10)&&o%10>=2&&o%10<=4&&!(o%100>=12&&o%100<=14)?Sh.Few:0===i&&o%10==0||0===i&&o%10===Math.floor(o%10)&&o%10>=5&&o%10<=9||0===i&&o%100===Math.floor(o%100)&&o%100>=11&&o%100<=14?Sh.Many:Sh.Other;case"shi":return 0===o||1===n?Sh.One:n===Math.floor(n)&&n>=2&&n<=10?Sh.Few:Sh.Other;case"si":return 0===n||1===n||0===o&&1===a?Sh.One:Sh.Other;case"sl":return 0===i&&o%100==1?Sh.One:0===i&&o%100==2?Sh.Two:0===i&&o%100===Math.floor(o%100)&&o%100>=3&&o%100<=4||0!==i?Sh.Few:Sh.Other;case"tzm":return n===Math.floor(n)&&n>=0&&n<=1||n===Math.floor(n)&&n>=11&&n<=99?Sh.One:Sh.Other;default:return Sh.Other}}(t,e)){case Sh.Zero:return"zero";case Sh.One:return"one";case Sh.Two:return"two";case Sh.Few:return"few";case Sh.Many:return"many";default:return"other"}}(t,"en-US");-1===(n=e.cases.indexOf(r))&&"other"!==r&&(n=e.cases.indexOf("other"));break;case 0:n=e.cases.indexOf("other")}return n}function Bh(e,t,n,r){for(var o=[],i=[],a=[],u=[],s=[],l=0;l<t.values.length;l++){for(var c=t.values[l],d=[],p=0;p<c.length;p++){var h=c[p];if("string"!=typeof h){var v=d.push(h)-1;c[p]="\x3c!--�"+v+"�--\x3e"}}var y=Qh(c.join(""),n,d,e,r);o.push(y.create),i.push(y.remove),a.push(y.update),u.push(y.vars),s.push(y.childIcus)}e.push({type:t.type,vars:u,childIcus:s,cases:t.cases,create:o,remove:i,update:a}),Ih+=Math.max.apply(Math,f(u))}function Qh(e,t,n,r,o){var i=new pi(document).getInertBodyElement(e);if(!i)throw new Error("Unable to generate inert body element");var a={vars:0,childIcus:[],create:[],remove:[],update:[]};return function e(t,n,r,o,i,a){if(t){for(var u=[];t;){var s=t.nextSibling,l=a+ ++n.vars;switch(t.nodeType){case Node.ELEMENT_NODE:var c=t,d=c.tagName.toLowerCase();if(Ti.hasOwnProperty(d)){n.create.push(na,d,l,r<<17|1);for(var p=c.attributes,h=0;h<p.length;h++){var v=p.item(h),y=v.name.toLowerCase();v.value.match(uh)?Di.hasOwnProperty(y)&&th(Pi[y]?_h(v.value,l,v.name,yi):Ni[y]?_h(v.value,l,v.name,gi):_h(v.value,l,v.name),n.update):n.create.push(l<<3|4,v.name,v.value)}e(t.firstChild,n,l,o,i,a),n.remove.push(l<<3|3)}else n.vars--;break;case Node.TEXT_NODE:var g=t.textContent||"",m=g.match(uh);n.create.push(m?"":g,l,r<<17|1),n.remove.push(l<<3|3),m&&th(_h(g,l),n.update);break;case Node.COMMENT_NODE:var _=Uh.exec(t.textContent||"");if(_){var w=parseInt(_[1],10);n.create.push(ra,"",l,r<<17|1),u.push([b=o[w],l])}else n.vars--;break;default:n.vars--}t=s}for(h=0;h<u.length;h++){var b,C=u[h][1];Bh(i,b=u[h][0],C,a+n.vars);var x=i.length-1;n.vars+=Math.max.apply(Math,f(i[x].vars)),n.childIcus.push(x);var I=wh(b);n.update.push(xh(b.mainBinding),3,-1-b.mainBinding,C<<2|2,x,I,2,C<<2|3,x),n.remove.push(x<<3|6,C<<3|3)}}}((Li(i)||i).firstChild,a,t,n,r,o),a}!function(e){e[e.Zero=0]="Zero",e[e.One=1]="One",e[e.Two=2]="Two",e[e.Few=3]="Few",e[e.Many=4]="Many",e[e.Other=5]="Other"}(Sh||(Sh={}));var Uh=/�(\d+)�/,zh={},Zh=/\{\$(.*?)\}/g;function qh(e,t){return void 0===t&&(t={}),void 0!==zh[e]&&(e=zh[e]),Object.keys(t).length?e.replace(Zh,function(e,n){return t[n]||""}):e}
|
|
833
825
|
/**
|
|
834
826
|
* @license
|
|
835
827
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -851,21 +843,21 @@ function Yh(e,t,n){var r=Qr()+e,o=_r();return Vr()?Fl(o,r,n?t.call(n):t()):Hl(o,
|
|
|
851
843
|
*
|
|
852
844
|
* Use of this source code is governed by an MIT-style license that can be
|
|
853
845
|
* found in the LICENSE file at https://angular.io/license
|
|
854
|
-
*/function av(e,t){var n,r=_r()[
|
|
846
|
+
*/function av(e,t){var n,r=_r()[yn],o=e+Rn;r.firstTemplatePass?(n=function i(e,t){if(t)for(var n=t.length-1;n>=0;n--){var r=t[n];if(e===r.name)return r}throw new Error("The pipe '"+e+"' could not be found!")}(t,r.pipeRegistry),r.data[o]=n,n.onDestroy&&(r.destroyHooks||(r.destroyHooks=[])).push(o,n.onDestroy)):n=r.data[o];var a=n.factory(null);return Us(e,a),a}function uv(e,t,n){var r=Zs(e);return pv(dv(e)?$h(t,r.transform,n,r):r.transform(n))}function sv(e,t,n,r){var o=Zs(e);return pv(dv(e)?Jh(t,o.transform,n,r,o):o.transform(n,r))}function lv(e,t,n,r,o){var i=Zs(e);return pv(dv(e)?Xh(t,i.transform,n,r,o,i):i.transform(n,r,o))}function cv(e,t,n,r,o,i){var a=Zs(e);return pv(dv(e)?ev(t,a.transform,n,r,o,i,a):a.transform(n,r,o,i))}function fv(e,t,n){var r=Zs(e);return pv(dv(e)?iv(t,r.transform,n,r):r.transform.apply(r,n))}function dv(e){return _r()[yn].data[e+Rn].pure}function pv(e){if(Sl.isWrapped(e)){e=Sl.unwrap(e);var t=_r();t[t[Cn]]=fa}return e}
|
|
855
847
|
/**
|
|
856
848
|
* @license
|
|
857
849
|
* Copyright Google Inc. All Rights Reserved.
|
|
858
850
|
*
|
|
859
851
|
* Use of this source code is governed by an MIT-style license that can be
|
|
860
852
|
* found in the LICENSE file at https://angular.io/license
|
|
861
|
-
*/var hv=function(e){function n(t){void 0===t&&(t=!1);var n=e.call(this)||this;return n.__isAsync=t,n}return o(n,e),n.prototype.emit=function(t){e.prototype.next.call(this,t)},n.prototype.subscribe=function(n,r,o){var i,a=function(e){return null},u=function(){return null};n&&"object"==typeof n?(i=this.__isAsync?function(e){setTimeout(function(){return n.next(e)})}:function(e){n.next(e)},n.error&&(a=this.__isAsync?function(e){setTimeout(function(){return n.error(e)})}:function(e){n.error(e)}),n.complete&&(u=this.__isAsync?function(){setTimeout(function(){return n.complete()})}:function(){n.complete()})):(i=this.__isAsync?function(e){setTimeout(function(){return n(e)})}:function(e){n(e)},r&&(a=this.__isAsync?function(e){setTimeout(function(){return r(e)})}:function(e){r(e)}),o&&(u=this.__isAsync?function(){setTimeout(function(){return o()})}:function(){o()}));var s=e.prototype.subscribe.call(this,i,a,u);return n instanceof t.Subscription&&n.add(s),s},n}(t.Subject),vv=function(){function e(){this.dirty=!0,this._results=[],this.changes=new hv,this.length=0}return e.prototype.map=function(e){return this._results.map(e)},e.prototype.filter=function(e){return this._results.filter(e)},e.prototype.find=function(e){return this._results.find(e)},e.prototype.reduce=function(e,t){return this._results.reduce(e,t)},e.prototype.forEach=function(e){this._results.forEach(e)},e.prototype.some=function(e){return this._results.some(e)},e.prototype.toArray=function(){return this._results.slice()},e.prototype[Al()]=function(){return this._results[Al()]()},e.prototype.toString=function(){return this._results.toString()},e.prototype.reset=function(e){this._results=nh(e),this.dirty=!1,this.length=this._results.length,this.last=this._results[this.length-1],this.first=this._results[0]},e.prototype.notifyOnChanges=function(){this.changes.emit(this)},e.prototype.setDirty=function(){this.dirty=!0},e.prototype.destroy=function(){this.changes.complete(),this.changes.unsubscribe()},e}(),
|
|
853
|
+
*/var hv=function(e){function n(t){void 0===t&&(t=!1);var n=e.call(this)||this;return n.__isAsync=t,n}return o(n,e),n.prototype.emit=function(t){e.prototype.next.call(this,t)},n.prototype.subscribe=function(n,r,o){var i,a=function(e){return null},u=function(){return null};n&&"object"==typeof n?(i=this.__isAsync?function(e){setTimeout(function(){return n.next(e)})}:function(e){n.next(e)},n.error&&(a=this.__isAsync?function(e){setTimeout(function(){return n.error(e)})}:function(e){n.error(e)}),n.complete&&(u=this.__isAsync?function(){setTimeout(function(){return n.complete()})}:function(){n.complete()})):(i=this.__isAsync?function(e){setTimeout(function(){return n(e)})}:function(e){n(e)},r&&(a=this.__isAsync?function(e){setTimeout(function(){return r(e)})}:function(e){r(e)}),o&&(u=this.__isAsync?function(){setTimeout(function(){return o()})}:function(){o()}));var s=e.prototype.subscribe.call(this,i,a,u);return n instanceof t.Subscription&&n.add(s),s},n}(t.Subject),vv=function(){function e(){this.dirty=!0,this._results=[],this.changes=new hv,this.length=0}return e.prototype.map=function(e){return this._results.map(e)},e.prototype.filter=function(e){return this._results.filter(e)},e.prototype.find=function(e){return this._results.find(e)},e.prototype.reduce=function(e,t){return this._results.reduce(e,t)},e.prototype.forEach=function(e){this._results.forEach(e)},e.prototype.some=function(e){return this._results.some(e)},e.prototype.toArray=function(){return this._results.slice()},e.prototype[Al()]=function(){return this._results[Al()]()},e.prototype.toString=function(){return this._results.toString()},e.prototype.reset=function(e){this._results=nh(e),this.dirty=!1,this.length=this._results.length,this.last=this._results[this.length-1],this.first=this._results[0]},e.prototype.notifyOnChanges=function(){this.changes.emit(this)},e.prototype.setDirty=function(){this.dirty=!0},e.prototype.destroy=function(){this.changes.complete(),this.changes.unsubscribe()},e}(),yv=function(){function e(e,t,n){this.parent=e,this.shallow=t,this.deep=n}return e.prototype.track=function(e,t,n,r){n?this.deep=Tv(this.deep,e,t,null!=r?r:null):this.shallow=Tv(this.shallow,e,t,null!=r?r:null)},e.prototype.clone=function(){return new e(this,null,this.deep)},e.prototype.container=function(){var t=gv(this.shallow),n=gv(this.deep);return t||n?new e(this,t,n):null},e.prototype.createView=function(){var t=mv(this.shallow),n=mv(this.deep);return t||n?new e(this,t,n):null},e.prototype.insertView=function(e){_v(e,this.shallow),_v(e,this.deep)},e.prototype.addNode=function(e){kv(this.deep,e,!1),kv(this.shallow,e,!1)},e.prototype.insertNodeBeforeViews=function(e){kv(this.deep,e,!0),kv(this.shallow,e,!0)},e.prototype.removeView=function(){wv(this.shallow),wv(this.deep)},e}();
|
|
862
854
|
/**
|
|
863
855
|
* @license
|
|
864
856
|
* Copyright Google Inc. All Rights Reserved.
|
|
865
857
|
*
|
|
866
858
|
* Use of this source code is governed by an MIT-style license that can be
|
|
867
859
|
* found in the LICENSE file at https://angular.io/license
|
|
868
|
-
*/function
|
|
860
|
+
*/function gv(e){for(var t=null;e;){var n=[];e.values.push(n),t={next:t,list:e.list,predicate:e.predicate,values:n,containerValues:null},e=e.next}return t}function mv(e){for(var t=null;e;)t={next:t,list:e.list,predicate:e.predicate,values:[],containerValues:e.values},e=e.next;return t}function _v(e,t){for(;t;)t.containerValues.splice(e,0,t.values),t.values.length&&t.list.setDirty(),t=t.next}function wv(e){for(;e;){var t=e.containerValues,n=t.indexOf(e.values);t.splice(n,1)[0].length&&e.list.setDirty(),e=e.next}}function bv(e,t){var n=e.localNames;if(n)for(var r=0;r<n.length;r+=2)if(n[r]===t)return n[r+1];return null}function Cv(e,t,n){var r=e[Bt];if("function"==typeof r)return r();var o=Yo(t,n,e,!1,!1);return null!==o?$o(n[yn].data,n,o,t):null}function xv(e,t,n,r){var o=e[Bt]();return r?o?Cv(r,t,n):null:o}function Iv(e,t,n,r){return n?Cv(n,e,t):r>-1?$o(t[yn].data,t,r,e):function o(e,t){return 3===e.type||4===e.type?Pf(Rf,e,t):0===e.type?Nf(sd,Rf,e,t):null}(e,t)}function kv(e,t,n){for(var r=_r();e;){var o=e.predicate,i=o.type;if(i){var a=null;i===sd?a=xv(i,t,r,o.read):null!==(l=Yo(t,r,i,!1,!1))&&(a=Iv(t,r,o.read,l)),null!==a&&Ev(e,a,n)}else for(var u=o.selector,s=0;s<u.length;s++){var l;null!==(l=bv(t,u[s]))&&null!==(a=Iv(t,r,o.read,l))&&Ev(e,a,n)}e=e.next}}function Ev(e,t,n){n?e.values.splice(-1,0,t):e.values.push(t),e.list.setDirty()}function Ov(e,t){var n=Array.isArray(e);return{type:n?null:e,selector:n?e:null,read:t}}function Tv(e,t,n,r){return{next:e,list:t,predicate:Ov(n,r),values:t._valuesTree,containerValues:null}}function Pv(e,t,n){var r=_r(),o=new vv,i=r[wn]||(r[wn]=new yv(null,null,null));return o._valuesTree=[],o._static=!1,i.track(o,e,t,n),function a(e,t,n){var r=ls(e);r.push(t),e[yn].firstTemplatePass&&cs(e).push(n,r.length-1)}(r,o,o.destroy),o}function Nv(e){var t=e,n=Vr();return!(!e.dirty||n!==t._static||(e.reset(t._valuesTree||[]),e.notifyOnChanges(),0))}function jv(e,t,n){var r=Av(e,t,n),o=_r()[yn];r._static=!0,o.staticViewQueries||(o.staticViewQueries=!0)}function Av(e,t,n){var r=_r()[yn];r.firstTemplatePass&&r.expandoStartIndex++;var o=Zr(),i=Pv(e,t,n);return Us(o-Rn,i),qr(o+1),i}function Dv(){var e=Zr();return qr(e+1),Zs(e-Rn)}function Rv(e,t,n,r){var o=_r(),i=o[yn],a=Pv(t,n,r);if((o[jn]||(o[jn]=[])).push(a),i.firstTemplatePass){var u=i.contentQueries||(i.contentQueries=[]);e!==(i.contentQueries.length?i.contentQueries[i.contentQueries.length-1]:-1)&&u.push(e)}return a}function Sv(e,t,n,r){var o=Rv(e,t,n,r),i=_r()[yn];o._static=!0,i.staticContentQueries||(i.staticContentQueries=!0)}function Vv(){var e=_r(),t=Zr();return qr(t+1),e[jn][t]}
|
|
869
861
|
/**
|
|
870
862
|
* @license
|
|
871
863
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -893,49 +885,49 @@ function Yh(e,t,n){var r=Qr()+e,o=_r();return Vr()?Fl(o,r,n?t.call(n):t()):Hl(o,
|
|
|
893
885
|
*
|
|
894
886
|
* Use of this source code is governed by an MIT-style license that can be
|
|
895
887
|
* found in the LICENSE file at https://angular.io/license
|
|
896
|
-
*/var Zv={"ɵɵdefineBase":Yt,"ɵɵdefineComponent":Ut,"ɵɵdefineDirective":$t,"ɵɵdefineInjectable":N,"ɵɵdefineInjector":A,"ɵɵdefineNgModule":Kt,"ɵɵdefinePipe":Jt,"ɵɵdirectiveInject":
|
|
888
|
+
*/var Zv={"ɵɵdefineBase":Yt,"ɵɵdefineComponent":Ut,"ɵɵdefineDirective":$t,"ɵɵdefineInjectable":N,"ɵɵdefineInjector":A,"ɵɵdefineNgModule":Kt,"ɵɵdefinePipe":Jt,"ɵɵdirectiveInject":qs,"ɵɵgetFactoryOf":ti,"ɵɵgetInheritedFactory":ni,"ɵɵinject":Y,"ɵɵinjectAttribute":Ks,"ɵɵtemplateRefExtractor":Mv,"ɵɵNgOnChangesFeature":Mc,"ɵɵProvidersFeature":pf,"ɵɵInheritDefinitionFeature":Qc,"ɵɵelementAttribute":pl,"ɵɵbind":Zl,"ɵɵcontainer":Ms,"ɵɵnextContext":Ol,"ɵɵcontainerRefreshStart":Hs,"ɵɵcontainerRefreshEnd":Ls,"ɵɵnamespaceHTML":ro,"ɵɵnamespaceMathML":no,"ɵɵnamespaceSVG":to,"ɵɵenableBindings":gr,"ɵɵdisableBindings":mr,"ɵɵallocHostVars":vs,"ɵɵelementStart":cl,"ɵɵelementEnd":fl,"ɵɵelement":dl,"ɵɵelementContainerStart":vl,"ɵɵelementContainerEnd":yl,"ɵɵpureFunction0":Yh,"ɵɵpureFunction1":$h,"ɵɵpureFunction2":Jh,"ɵɵpureFunction3":Xh,"ɵɵpureFunction4":ev,"ɵɵpureFunction5":tv,"ɵɵpureFunction6":nv,"ɵɵpureFunction7":rv,"ɵɵpureFunction8":ov,"ɵɵpureFunctionV":iv,"ɵɵgetCurrentView":_l,"ɵɵrestoreView":Nr,"ɵɵinterpolation1":Gl,"ɵɵinterpolation2":Yl,"ɵɵinterpolation3":$l,"ɵɵinterpolation4":Jl,"ɵɵinterpolation5":Xl,"ɵɵinterpolation6":ec,"ɵɵinterpolation7":tc,"ɵɵinterpolation8":nc,"ɵɵinterpolationV":Wl,"ɵɵlistener":Cl,"ɵɵload":Zs,"ɵɵprojection":Nl,"ɵɵelementProperty":ql,"ɵɵcomponentHostSyntheticProperty":Kl,"ɵɵcomponentHostSyntheticListener":xl,"ɵɵpipeBind1":uv,"ɵɵpipeBind2":sv,"ɵɵpipeBind3":lv,"ɵɵpipeBind4":cv,"ɵɵpipeBindV":fv,"ɵɵprojectionDef":Pl,"ɵɵproperty":zl,"ɵɵpropertyInterpolate":rc,"ɵɵpropertyInterpolate1":oc,"ɵɵpropertyInterpolate2":ic,"ɵɵpropertyInterpolate3":ac,"ɵɵpropertyInterpolate4":uc,"ɵɵpropertyInterpolate5":sc,"ɵɵpropertyInterpolate6":lc,"ɵɵpropertyInterpolate7":cc,"ɵɵpropertyInterpolate8":fc,"ɵɵpropertyInterpolateV":dc,"ɵɵpipe":av,"ɵɵqueryRefresh":Nv,"ɵɵviewQuery":Av,"ɵɵstaticViewQuery":jv,"ɵɵstaticContentQuery":Sv,"ɵɵloadViewQuery":Dv,"ɵɵcontentQuery":Rv,"ɵɵloadContentQuery":Vv,"ɵɵreference":zs,"ɵɵelementHostAttrs":hl,"ɵɵelementStyling":Ws,"ɵɵelementStylingMap":rl,"ɵɵelementStyleProp":$s,"ɵɵelementStylingApply":il,"ɵɵelementClassProp":el,"ɵɵelementHostStyling":Gs,"ɵɵelementHostStylingMap":ol,"ɵɵelementHostStyleProp":Js,"ɵɵelementHostStylingApply":al,"ɵɵelementHostClassProp":tl,"ɵɵselect":pc,"ɵɵtemplate":Fs,"ɵɵtext":hc,"ɵɵtextBinding":vc,"ɵɵembeddedViewStart":gl,"ɵɵembeddedViewEnd":ml,"ɵɵi18n":Dh,"ɵɵi18nAttributes":Rh,"ɵɵi18nExp":Fh,"ɵɵi18nStart":Eh,"ɵɵi18nEnd":Ph,"ɵɵi18nApply":Hh,"ɵɵi18nPostprocess":Th,"ɵɵi18nLocalize":qh,"ɵɵresolveWindow":sn,"ɵɵresolveDocument":ln,"ɵɵresolveBody":cn,"ɵɵsetComponentScope":zt,"ɵɵsetNgModuleScope":Wt,"ɵɵsanitizeHtml":Zi,"ɵɵsanitizeStyle":qi,"ɵɵdefaultStyleSanitizer":Ji,"ɵɵsanitizeResourceUrl":Wi,"ɵɵsanitizeScript":Gi,"ɵɵsanitizeUrl":Ki,"ɵɵsanitizeUrlOrResourceUrl":$i,"ɵregisterNgModuleType":Bv},qv=[],Kv=[],Wv=!1;function Gv(){if(!Wv){Wv=!0;try{for(var e=Kv.length-1;e>=0;e--){var t=Kv[e],n=t.moduleType,r=t.ngModule;r.declarations&&r.declarations.every(Yv)&&(Kv.splice(e,1),Xv(n,r))}}finally{Wv=!1}}}function Yv(e){return Array.isArray(e)?e.every(Yv):!!L(e)}function $v(e,t){void 0===t&&(t={}),Jv(e,t),function n(e,t){Kv.push({moduleType:e,ngModule:t})}(e,t)}function Jv(e,t){var n=nh(t.declarations||qv),r=null;Object.defineProperty(e,Ht,{configurable:!0,get:function(){return null===r&&(r=z().compileNgModule(Zv,"ng:///"+e.name+"/ngModuleDef.js",{type:e,bootstrap:nh(t.bootstrap||qv).map(L),declarations:n.map(L),imports:nh(t.imports||qv).map(L).map(ny),exports:nh(t.exports||qv).map(L).map(ny),emitInline:!0,schemas:t.schemas?nh(t.schemas):null})),r}}),t.id&&Bv(t.id,e);var o=null;Object.defineProperty(e,V,{get:function(){if(null===o){var n={name:e.name,type:e,deps:pe(e),providers:t.providers||qv,imports:[(t.imports||qv).map(L),(t.exports||qv).map(L)]};o=z().compileInjector(Zv,"ng:///"+e.name+"/ngInjectorDef.js",n)}return o},configurable:!1})}function Xv(e,t){var n=nh(t.declarations||qv),r=ty(e);n.forEach(function(t){t.hasOwnProperty(Vt)?ey(Xt(t),r):t.hasOwnProperty(Mt)||t.hasOwnProperty(Ft)||(t.ngSelectorScope=e)})}function ey(e,t){e.directiveDefs=function(){return Array.from(t.compilation.directives).map(function(e){return e.hasOwnProperty(Vt)?Xt(e):en(e)}).filter(function(e){return!!e})},e.pipeDefs=function(){return Array.from(t.compilation.pipes).map(function(e){return tn(e)})},e.schemas=t.schemas,e.template.ngPrivateData=void 0}function ty(e,t){if(!ry(e))throw new Error(e.name+" does not have an ngModuleDef");var n=rn(e);if(null!==n.transitiveCompileScopes)return n.transitiveCompileScopes;var r={schemas:n.schemas||null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set,pipes:new Set}};return pn(n.declarations).forEach(function(e){tn(e)?r.compilation.pipes.add(e):r.compilation.directives.add(e)}),pn(n.imports).forEach(function(e){var n=e;if(!ry(n))throw new Error("Importing "+n.name+" which does not have an ngModuleDef");t&&t(n);var o=ty(n,t);o.exported.directives.forEach(function(e){return r.compilation.directives.add(e)}),o.exported.pipes.forEach(function(e){return r.compilation.pipes.add(e)})}),pn(n.exports).forEach(function(e){var n=e;if(ry(n)){var o=ty(n,t);o.exported.directives.forEach(function(e){r.compilation.directives.add(e),r.exported.directives.add(e)}),o.exported.pipes.forEach(function(e){r.compilation.pipes.add(e),r.exported.pipes.add(e)})}else tn(n)?r.exported.pipes.add(n):r.exported.directives.add(n)}),n.transitiveCompileScopes=r,r}function ny(e){return function t(e){return void 0!==e.ngModule}(e)?e.ngModule:e}function ry(e){return!!rn(e)}
|
|
897
889
|
/**
|
|
898
890
|
* @license
|
|
899
891
|
* Copyright Google Inc. All Rights Reserved.
|
|
900
892
|
*
|
|
901
893
|
* Use of this source code is governed by an MIT-style license that can be
|
|
902
894
|
* found in the LICENSE file at https://angular.io/license
|
|
903
|
-
*/function
|
|
895
|
+
*/function oy(t,n){var r=null;!function o(e,t){Nt(t)&&(Tt.set(e,t),Pt.add(e))}(t,n),Object.defineProperty(t,Vt,{get:function(){var o=z();if(null===r){if(Nt(n)){var a=["Component '"+t.name+"' is not resolved:"];throw n.templateUrl&&a.push(" - templateUrl: "+n.templateUrl),n.styleUrls&&n.styleUrls.length&&a.push(" - styleUrls: "+JSON.stringify(n.styleUrls)),a.push("Did you run and wait for 'resolveComponentResources()'?"),new Error(a.join("\n"))}var u=n.templateUrl||"ng:///"+t.name+"/template.html",s=i({},uy(t,n),{typeSourceSpan:o.createParseSourceSpan("Component",t.name,u),template:n.template||"",preserveWhitespaces:n.preserveWhitespaces||!1,styles:n.styles||St,animations:n.animations,directives:[],changeDetection:n.changeDetection,pipes:new Map,encapsulation:n.encapsulation||e.ViewEncapsulation.Emulated,interpolation:n.interpolation,viewProviders:n.viewProviders||null});if(s.usesInheritance&&sy(t),r=o.compileComponent(Zv,u,s),Gv(),function l(e){return void 0!==e.ngSelectorScope}(t)){var c=ty(t.ngSelectorScope);ey(r,c)}}return r},configurable:!1}),ve(t)}function iy(e,t){var n=null;Object.defineProperty(e,Mt,{get:function(){if(null===n){var r=e&&e.name,o="ng:///"+r+"/ngDirectiveDef.js",i=z(),a=uy(e,t);a.typeSourceSpan=i.createParseSourceSpan("Directive",r,o),a.usesInheritance&&sy(e),n=i.compileDirective(Zv,o,a)}return n},configurable:!1}),ve(e)}function ay(e){return Object.getPrototypeOf(e.prototype)===Object.prototype}function uy(e,t){var n,r=de().ownPropMetadata(e);return{name:e.name,type:e,typeArgumentCount:0,selector:t.selector,deps:pe(e),host:t.host||Rt,propMetadata:r,inputs:t.inputs||St,outputs:t.outputs||St,queries:fy(e,r,dy),lifecycle:{usesOnChanges:e.prototype.hasOwnProperty("ngOnChanges")},typeSourceSpan:null,usesInheritance:!ay(e),exportAs:(n=t.exportAs,void 0===n?null:n.split(",").map(function(e){return e.trim()})),providers:t.providers||null,viewQueries:fy(e,r,py)}}function sy(e){for(var t=Object.prototype,n=Object.getPrototypeOf(e);n&&n!==t;){if(!en(n)&&!Xt(n)&&!nn(n)){var r=cy(n);r&&ly(n,r)}n=Object.getPrototypeOf(n)}}function ly(e,t){var n=null;Object.defineProperty(e,Lt,{get:function(){if(null===n){var r="ng://"+(e&&e.name)+"/ngBaseDef.js",o=z();n=o.compileBase(Zv,r,t)}return n},configurable:!1})}function cy(e){var t,n,r=de().ownPropMetadata(e),o=fy(e,r,py),i=fy(e,r,dy),a=function(e){r[e].forEach(function(r){"Input"===r.ngMetadataName?(t=t||{})[e]=r.bindingPropertyName?[r.bindingPropertyName,e]:e:"Output"===r.ngMetadataName&&((n=n||{})[e]=r.bindingPropertyName||e)})};for(var u in r)a(u);return t||n||o.length||i.length?{inputs:t,outputs:n,viewQueries:o,queries:i}:null}function fy(e,t,n){var r=[],o=function(o){if(t.hasOwnProperty(o)){var i=t[o];i.forEach(function(t){if(n(t)){if(!t.selector)throw new Error("Can't construct a query for the property \""+o+'" of "'+an(e)+"\" since the query selector wasn't defined.");if(i.some(hy))throw new Error("Cannot combine @Input decorators with query decorators");r.push(function a(e,t){return{propertyName:e,predicate:(r=t.selector,"string"==typeof r?function n(e){return e.split(",").map(function(e){return e.trim()})}
|
|
904
896
|
/**
|
|
905
897
|
* @license
|
|
906
898
|
* Copyright Google Inc. All Rights Reserved.
|
|
907
899
|
*
|
|
908
900
|
* Use of this source code is governed by an MIT-style license that can be
|
|
909
901
|
* found in the LICENSE file at https://angular.io/license
|
|
910
|
-
*/(r):L(r)),descendants:t.descendants,first:t.first,read:t.read?t.read:null,static:!!t.static};var r}(o,t))}})}};for(var i in t)o(i);return r}function
|
|
902
|
+
*/(r):L(r)),descendants:t.descendants,first:t.first,read:t.read?t.read:null,static:!!t.static};var r}(o,t))}})}};for(var i in t)o(i);return r}function dy(e){var t=e.ngMetadataName;return"ContentChild"===t||"ContentChildren"===t}function py(e){var t=e.ngMetadataName;return"ViewChild"===t||"ViewChildren"===t}function hy(e){return"Input"===e.ngMetadataName}function vy(e,t){var n=null;Object.defineProperty(e,Ft,{get:function(){if(null===n){var r=e.name;n=z().compilePipe(Zv,"ng:///"+r+"/ngPipeDef.js",{type:e,typeArgumentCount:0,name:r,deps:pe(e),pipeName:t.name,pure:void 0===t.pure||t.pure})}return n},configurable:!1})}
|
|
911
903
|
/**
|
|
912
904
|
* @license
|
|
913
905
|
* Copyright Google Inc. All Rights Reserved.
|
|
914
906
|
*
|
|
915
907
|
* Use of this source code is governed by an MIT-style license that can be
|
|
916
908
|
* found in the LICENSE file at https://angular.io/license
|
|
917
|
-
*/new Map,new Map;var
|
|
909
|
+
*/new Map,new Map;var yy=v("Directive",function(e){return void 0===e&&(e={}),e},void 0,void 0,function(e,t){return Oy(e,t)}),gy=v("Component",function(t){return void 0===t&&(t={}),i({changeDetection:e.ChangeDetectionStrategy.Default},t)},yy,void 0,function(e,t){return Ey(e,t)}),my=v("Pipe",function(e){return i({pure:!0},e)},void 0,void 0,function(e,t){return Ty(e,t)}),_y=m("Input",function(e){return{bindingPropertyName:e}}),wy=m("Output",function(e){return{bindingPropertyName:e}}),by=m("HostBinding",function(e){return{hostPropertyName:e}}),Cy=m("HostListener",function(e,t){return{eventName:e,args:t}}),xy=oy,Iy=iy,ky=vy,Ey=Af,Oy=Af,Ty=Af,Py=v("NgModule",function(e){return e},void 0,void 0,function(e,t){return jy(e,t)}),Ny=$v,jy=function Ay(e,t){var n=t&&t.imports||[];t&&t.exports&&(n=f(n,[t.exports])),e.ngInjectorDef=A({factory:xe(e,{useClass:e}),providers:t&&t.providers,imports:n})},Dy=new Te("Application Initializer"),Ry=function(){function e(e){var t=this;this.appInits=e,this.initialized=!1,this.done=!1,this.donePromise=new Promise(function(e,n){t.resolve=e,t.reject=n})}return e.prototype.runInitializers=function(){var e=this;if(!this.initialized){var t=[],n=function(){e.done=!0,e.resolve()};if(this.appInits)for(var r=0;r<this.appInits.length;r++){var o=this.appInits[r]();wl(o)&&t.push(o)}Promise.all(t).then(function(){n()}).catch(function(t){e.reject(t)}),0===t.length&&n(),this.initialized=!0}},a([Ie(),u(0,b(Dy)),u(0,C()),s("design:paramtypes",[Array])],e)}(),Sy=new Te("AppId");function Vy(){return""+Fy()+Fy()+Fy()}var My={provide:Sy,useFactory:Vy,deps:[]};function Fy(){return String.fromCharCode(97+Math.floor(25*Math.random()))}var Hy=new Te("Platform Initializer"),Ly=new Te("Platform ID"),By=new Te("appBootstrapListener"),Qy=new Te("Application Packages Root URL"),Uy=function(){function e(){}return e.prototype.log=function(e){console.log(e)},e.prototype.warn=function(e){console.warn(e)},a([Ie()],e)}(),zy=function zy(e,t){this.ngModuleFactory=e,this.componentFactories=t};function Zy(){throw new Error("Runtime compiler is not loaded")}var qy,Ky,Wy=function(e){return new Gh(e)},Gy=Zy,Yy=Zy,$y=function(e){var t=Wy(e),n=pn(rn(e).declarations).reduce(function(e,t){var n=Xt(t);return n&&e.push(new Xp(n)),e},[]);return new zy(t,n)},Jy=Zy,Xy=Zy,eg=function(){function e(){this.compileModuleSync=Gy,this.compileModuleAsync=Yy,this.compileModuleAndAllComponentsSync=Jy,this.compileModuleAndAllComponentsAsync=Xy}return e.prototype.clearCache=function(){},e.prototype.clearCacheFor=function(e){},e.prototype.getModuleId=function(e){},a([Ie()],e)}(),tg=new Te("compilerOptions"),ng=function ng(){};function rg(){var e=Q.wtf;return!(!e||!(qy=e.trace)||(Ky=qy.events,0))}function og(e,t){return void 0===t&&(t=null),Ky.createScope(e,t)}function ig(e,t){return qy.leaveScope(e,t),t}function ag(e,t){return qy.beginTimeRange(e,t)}function ug(e){qy.endTimeRange(e)}
|
|
918
910
|
/**
|
|
919
911
|
* @license
|
|
920
912
|
* Copyright Google Inc. All Rights Reserved.
|
|
921
913
|
*
|
|
922
914
|
* Use of this source code is governed by an MIT-style license that can be
|
|
923
915
|
* found in the LICENSE file at https://angular.io/license
|
|
924
|
-
*/var
|
|
916
|
+
*/var sg=rg();function lg(e,t){return null}var cg=sg?og:function(e,t){return lg},fg=sg?ig:function(e,t){return t},dg=sg?ag:function(e,t){return null},pg=sg?ug:function(e){return null},hg=Promise.resolve(0);function vg(e){"undefined"==typeof Zone?hg.then(function(){e&&e.apply(null,null)}):Zone.current.scheduleMicroTask("scheduleMicrotask",e)}
|
|
925
917
|
/**
|
|
926
918
|
* @license
|
|
927
919
|
* Copyright Google Inc. All Rights Reserved.
|
|
928
920
|
*
|
|
929
921
|
* Use of this source code is governed by an MIT-style license that can be
|
|
930
922
|
* found in the LICENSE file at https://angular.io/license
|
|
931
|
-
*/var
|
|
923
|
+
*/var yg=function(){function e(e){var t=e.enableLongStackTrace,n=void 0!==t&&t;if(this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new hv(!1),this.onMicrotaskEmpty=new hv(!1),this.onStable=new hv(!1),this.onError=new hv(!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(e){e._inner=e._inner.fork({name:"angular",properties:{isAngularZone:!0},onInvokeTask:function(t,n,r,o,i,a){try{return wg(e),t.invokeTask(r,o,i,a)}finally{bg(e)}},onInvoke:function(t,n,r,o,i,a,u){try{return wg(e),t.invoke(r,o,i,a,u)}finally{bg(e)}},onHasTask:function(t,n,r,o){t.hasTask(r,o),n===r&&("microTask"==o.change?(e.hasPendingMicrotasks=o.microTask,_g(e)):"macroTask"==o.change&&(e.hasPendingMacrotasks=o.macroTask))},onHandleError:function(t,n,r,o){return t.handleError(r,o),e.runOutsideAngular(function(){return e.onError.emit(o)}),!1}})}(this)}return e.isInAngularZone=function(){return!0===Zone.current.get("isAngularZone")},e.assertInAngularZone=function(){if(!e.isInAngularZone())throw new Error("Expected to be in Angular Zone, but it is not!")},e.assertNotInAngularZone=function(){if(e.isInAngularZone())throw new Error("Expected to not be in Angular Zone, but it is!")},e.prototype.run=function(e,t,n){return this._inner.run(e,t,n)},e.prototype.runTask=function(e,t,n,r){var o=this._inner,i=o.scheduleEventTask("NgZoneEvent: "+r,e,mg,gg,gg);try{return o.runTask(i,t,n)}finally{o.cancelTask(i)}},e.prototype.runGuarded=function(e,t,n){return this._inner.runGuarded(e,t,n)},e.prototype.runOutsideAngular=function(e){return this._outer.run(e)},e}();function gg(){}var mg={};function _g(e){if(0==e._nesting&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(function(){return e.onStable.emit(null)})}finally{e.isStable=!0}}}function wg(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function bg(e){e._nesting--,_g(e)}var Cg,xg=function(){function e(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new hv,this.onMicrotaskEmpty=new hv,this.onStable=new hv,this.onError=new hv}return e.prototype.run=function(e){return e()},e.prototype.runGuarded=function(e){return e()},e.prototype.runOutsideAngular=function(e){return e()},e.prototype.runTask=function(e){return e()},e}(),Ig=function(){function e(e){var t=this;this._ngZone=e,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this.taskTrackingZone=null,this._watchAngularEvents(),e.run(function(){t.taskTrackingZone="undefined"==typeof Zone?null:Zone.current.get("TaskTrackingZone")})}return e.prototype._watchAngularEvents=function(){var e=this;this._ngZone.onUnstable.subscribe({next:function(){e._didWork=!0,e._isZoneStable=!1}}),this._ngZone.runOutsideAngular(function(){e._ngZone.onStable.subscribe({next:function(){yg.assertNotInAngularZone(),vg(function(){e._isZoneStable=!0,e._runCallbacksIfReady()})}})})},e.prototype.increasePendingRequestCount=function(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount},e.prototype.decreasePendingRequestCount=function(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount},e.prototype.isStable=function(){return this._isZoneStable&&0===this._pendingCount&&!this._ngZone.hasPendingMacrotasks},e.prototype._runCallbacksIfReady=function(){var e=this;if(this.isStable())vg(function(){for(;0!==e._callbacks.length;){var t=e._callbacks.pop();clearTimeout(t.timeoutId),t.doneCb(e._didWork)}e._didWork=!1});else{var t=this.getPendingTasks();this._callbacks=this._callbacks.filter(function(e){return!e.updateCb||!e.updateCb(t)||(clearTimeout(e.timeoutId),!1)}),this._didWork=!0}},e.prototype.getPendingTasks=function(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(function(e){return{source:e.source,creationLocation:e.creationLocation,data:e.data}}):[]},e.prototype.addCallback=function(e,t,n){var r=this,o=-1;t&&t>0&&(o=setTimeout(function(){r._callbacks=r._callbacks.filter(function(e){return e.timeoutId!==o}),e(r._didWork,r.getPendingTasks())},t)),this._callbacks.push({doneCb:e,timeoutId:o,updateCb:n})},e.prototype.whenStable=function(e,t,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(e,t,n),this._runCallbacksIfReady()},e.prototype.getPendingRequestCount=function(){return this._pendingCount},e.prototype.findProviders=function(e,t,n){return[]},a([Ie(),s("design:paramtypes",[yg])],e)}(),kg=function(){function e(){this._applications=new Map,Eg.addToWindow(this)}return e.prototype.registerApplication=function(e,t){this._applications.set(e,t)},e.prototype.unregisterApplication=function(e){this._applications.delete(e)},e.prototype.unregisterAllApplications=function(){this._applications.clear()},e.prototype.getTestability=function(e){return this._applications.get(e)||null},e.prototype.getAllTestabilities=function(){return Array.from(this._applications.values())},e.prototype.getAllRootElements=function(){return Array.from(this._applications.keys())},e.prototype.findTestabilityInTree=function(e,t){return void 0===t&&(t=!0),Eg.findTestabilityInTree(this,e,t)},a([Ie(),s("design:paramtypes",[])],e)}(),Eg=new(function(){function e(){}return e.prototype.addToWindow=function(e){},e.prototype.findTestabilityInTree=function(e,t,n){return null},e}()),Og=new Te("AllowMultipleToken"),Tg=function Tg(e,t){this.name=e,this.token=t};
|
|
932
924
|
/**
|
|
933
925
|
* @license
|
|
934
926
|
* Copyright Google Inc. All Rights Reserved.
|
|
935
927
|
*
|
|
936
928
|
* Use of this source code is governed by an MIT-style license that can be
|
|
937
929
|
* found in the LICENSE file at https://angular.io/license
|
|
938
|
-
*/function
|
|
930
|
+
*/function Pg(e){if(Cg&&!Cg.destroyed&&!Cg.injector.get(Og,!1))throw new Error("There can be only one platform. Destroy the previous one to create a new one.");Cg=e.get(Dg);var t=e.get(Hy,null);return t&&t.forEach(function(e){return e()}),Cg}function Ng(e,t,n){void 0===n&&(n=[]);var r="Platform: "+t,o=new Te(r);return function(t){void 0===t&&(t=[]);var i=Ag();if(!i||i.injector.get(Og,!1))if(e)e(n.concat(t).concat({provide:o,useValue:!0}));else{var a=n.concat(t).concat({provide:o,useValue:!0});Pg(Re.create({providers:a,name:r}))}return jg(o)}}function jg(e){var t=Ag();if(!t)throw new Error("No platform exists!");if(!t.injector.get(e,null))throw new Error("A platform with a different configuration has been created. Please destroy it first.");return t}function Ag(){return Cg&&!Cg.destroyed?Cg:null}var Dg=function(){function e(e){this._injector=e,this._modules=[],this._destroyListeners=[],this._destroyed=!1}return e.prototype.bootstrapModuleFactory=function(e,t){var n=this,r=function o(e){return"noop"===e?new xg:("zone.js"===e?void 0:e)||new yg({enableLongStackTrace:di()})}(t?t.ngZone:void 0),i=[{provide:yg,useValue:r}];return r.run(function(){var t=Re.create({providers:i,parent:n.injector,name:e.moduleType.name}),o=e.create(t),a=o.injector.get(ai,null);if(!a)throw new Error("No ErrorHandler. Is platform module (BrowserModule) included?");return o.onDestroy(function(){return Vg(n._modules,o)}),r.runOutsideAngular(function(){return r.onError.subscribe({next:function(e){a.handleError(e)}})}),function u(e,t,n){try{var r=n();return wl(r)?r.catch(function(n){throw t.runOutsideAngular(function(){return e.handleError(n)}),n}):r}catch(n){throw t.runOutsideAngular(function(){return e.handleError(n)}),n}}(a,r,function(){var e=o.injector.get(Ry);return e.runInitializers(),e.donePromise.then(function(){return n._moduleDoBootstrap(o),o})})})},e.prototype.bootstrapModule=function(e,t){var n=this;void 0===t&&(t=[]);var r=Rg({},t);return function o(e,t,n){return e.get(ng).createCompiler([t]).compileModuleAsync(n)}(this.injector,r,e).then(function(e){return n.bootstrapModuleFactory(e,r)})},e.prototype._moduleDoBootstrap=function(e){var t=e.injector.get(Sg);if(e._bootstrapComponents.length>0)e._bootstrapComponents.forEach(function(e){return t.bootstrap(e)});else{if(!e.instance.ngDoBootstrap)throw new Error("The module "+M(e.instance.constructor)+' was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.');e.instance.ngDoBootstrap(t)}this._modules.push(e)},e.prototype.onDestroy=function(e){this._destroyListeners.push(e)},Object.defineProperty(e.prototype,"injector",{get:function(){return this._injector},enumerable:!0,configurable:!0}),e.prototype.destroy=function(){if(this._destroyed)throw new Error("The platform has already been destroyed!");this._modules.slice().forEach(function(e){return e.destroy()}),this._destroyListeners.forEach(function(e){return e()}),this._destroyed=!0},Object.defineProperty(e.prototype,"destroyed",{get:function(){return this._destroyed},enumerable:!0,configurable:!0}),a([Ie(),s("design:paramtypes",[Re])],e)}();function Rg(e,t){return Array.isArray(t)?t.reduce(Rg,e):i({},e,t)}var Sg=function(){function e(e,r,o,i,a,u){var s=this;this._zone=e,this._console=r,this._injector=o,this._exceptionHandler=i,this._componentFactoryResolver=a,this._initStatus=u,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._enforceNoNewChanges=!1,this._stable=!0,this.componentTypes=[],this.components=[],this._enforceNoNewChanges=di(),this._zone.onMicrotaskEmpty.subscribe({next:function(){s._zone.run(function(){s.tick()})}});var l=new t.Observable(function(e){s._stable=s._zone.isStable&&!s._zone.hasPendingMacrotasks&&!s._zone.hasPendingMicrotasks,s._zone.runOutsideAngular(function(){e.next(s._stable),e.complete()})}),c=new t.Observable(function(e){var t;s._zone.runOutsideAngular(function(){t=s._zone.onStable.subscribe(function(){yg.assertNotInAngularZone(),vg(function(){s._stable||s._zone.hasPendingMacrotasks||s._zone.hasPendingMicrotasks||(s._stable=!0,e.next(!0))})})});var n=s._zone.onUnstable.subscribe(function(){yg.assertInAngularZone(),s._stable&&(s._stable=!1,s._zone.runOutsideAngular(function(){e.next(!1)}))});return function(){t.unsubscribe(),n.unsubscribe()}});this.isStable=t.merge(l,c.pipe(n.share()))}var r;return r=e,e.prototype.bootstrap=function(e,t){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=e instanceof vf?e:this._componentFactoryResolver.resolveComponentFactory(e),this.componentTypes.push(n.componentType);var o=function i(e){return e instanceof If}(n)?null:this._injector.get(kf),a=n.create(Re.NULL,[],t||n.selector,o);a.onDestroy(function(){r._unloadComponent(a)});var u=a.injector.get(Ig,null);return u&&a.injector.get(kg).registerApplication(a.location.nativeElement,u),this._loadComponent(a),di()&&this._console.log("Angular is running in the development mode. Call enableProdMode() to enable the production mode."),a},e.prototype.tick=function(){var e,t,n,o,i=this;if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");var a=r._tickScope();try{this._runningTick=!0;try{for(var u=l(this._views),s=u.next();!s.done;s=u.next())s.value.detectChanges()}catch(t){e={error:t}}finally{try{s&&!s.done&&(t=u.return)&&t.call(u)}finally{if(e)throw e.error}}if(this._enforceNoNewChanges)try{for(var c=l(this._views),f=c.next();!f.done;f=c.next())f.value.checkNoChanges()}catch(e){n={error:e}}finally{try{f&&!f.done&&(o=c.return)&&o.call(c)}finally{if(n)throw n.error}}}catch(e){this._zone.runOutsideAngular(function(){return i._exceptionHandler.handleError(e)})}finally{this._runningTick=!1,fg(a)}},e.prototype.attachView=function(e){var t=e;this._views.push(t),t.attachToAppRef(this)},e.prototype.detachView=function(e){var t=e;Vg(this._views,t),t.detachFromAppRef()},e.prototype._loadComponent=function(e){this.attachView(e.hostView),this.tick(),this.components.push(e),this._injector.get(By,[]).concat(this._bootstrapListeners).forEach(function(t){return t(e)})},e.prototype._unloadComponent=function(e){this.detachView(e.hostView),Vg(this.components,e)},e.prototype.ngOnDestroy=function(){this._views.slice().forEach(function(e){return e.destroy()})},Object.defineProperty(e.prototype,"viewCount",{get:function(){return this._views.length},enumerable:!0,configurable:!0}),e._tickScope=cg("ApplicationRef#tick()"),r=a([Ie(),s("design:paramtypes",[yg,Uy,Re,ai,Cf,Ry])],e)}();function Vg(e,t){var n=e.indexOf(t);n>-1&&e.splice(n,1)}
|
|
939
931
|
/**
|
|
940
932
|
* @license
|
|
941
933
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -957,14 +949,14 @@ function Yh(e,t,n){var r=Qr()+e,o=_r();return Vr()?Fl(o,r,n?t.call(n):t()):Hl(o,
|
|
|
957
949
|
* Use of this source code is governed by an MIT-style license that can be
|
|
958
950
|
* found in the LICENSE file at https://angular.io/license
|
|
959
951
|
*/
|
|
960
|
-
var
|
|
952
|
+
var Mg=function Mg(){},Fg={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"},Hg=function(){function e(e,t){this._compiler=e,this._config=t||Fg}return e.prototype.load=function(e){return this._compiler instanceof eg?this.loadFactory(e):this.loadAndCompile(e)},e.prototype.loadAndCompile=function(e){var t=this,n=c(e.split("#"),2),r=n[0],o=n[1];return void 0===o&&(o="default"),System.import(r).then(function(e){return e[o]}).then(function(e){return Lg(e,r,o)}).then(function(e){return t._compiler.compileModuleAsync(e)})},e.prototype.loadFactory=function(e){var t=c(e.split("#"),2),n=t[0],r=t[1],o="NgFactory";return void 0===r&&(r="default",o=""),System.import(this._config.factoryPathPrefix+n+this._config.factoryPathSuffix).then(function(e){return e[r+o]}).then(function(e){return Lg(e,n,r)})},a([Ie(),u(1,C()),s("design:paramtypes",[eg,Mg])],e)}();function Lg(e,t,n){if(!e)throw new Error("Cannot find '"+n+"' in '"+t+"'");return e}
|
|
961
953
|
/**
|
|
962
954
|
* @license
|
|
963
955
|
* Copyright Google Inc. All Rights Reserved.
|
|
964
956
|
*
|
|
965
957
|
* Use of this source code is governed by an MIT-style license that can be
|
|
966
958
|
* found in the LICENSE file at https://angular.io/license
|
|
967
|
-
*/var
|
|
959
|
+
*/var Bg=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t}(rd),Qg=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t}(Bg),Ug=function Ug(e,t){this.name=e,this.callback=t},zg=function(){function e(e,t,n){this.listeners=[],this.parent=null,this._debugContext=n,this.nativeNode=e,t&&t instanceof Zg&&t.addChild(this)}return Object.defineProperty(e.prototype,"injector",{get:function(){return this._debugContext.injector},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentInstance",{get:function(){return this._debugContext.component},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._debugContext.context},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"references",{get:function(){return this._debugContext.references},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"providerTokens",{get:function(){return this._debugContext.providerTokens},enumerable:!0,configurable:!0}),e}(),Zg=function(e){function t(t,n,r){var o=e.call(this,t,n,r)||this;return o.properties={},o.attributes={},o.classes={},o.styles={},o.childNodes=[],o.nativeElement=t,o}return o(t,e),t.prototype.addChild=function(e){e&&(this.childNodes.push(e),e.parent=this)},t.prototype.removeChild=function(e){var t=this.childNodes.indexOf(e);-1!==t&&(e.parent=null,this.childNodes.splice(t,1))},t.prototype.insertChildrenAfter=function(e,t){var n,r=this,o=this.childNodes.indexOf(e);-1!==o&&((n=this.childNodes).splice.apply(n,f([o+1,0],t)),t.forEach(function(t){t.parent&&t.parent.removeChild(t),e.parent=r}))},t.prototype.insertBefore=function(e,t){var n=this.childNodes.indexOf(e);-1===n?this.addChild(t):(t.parent&&t.parent.removeChild(t),t.parent=this,this.childNodes.splice(n,0,t))},t.prototype.query=function(e){return this.queryAll(e)[0]||null},t.prototype.queryAll=function(e){var t=[];return qg(this,e,t),t},t.prototype.queryAllNodes=function(e){var t=[];return Kg(this,e,t),t},Object.defineProperty(t.prototype,"children",{get:function(){return this.childNodes.filter(function(e){return e instanceof t})},enumerable:!0,configurable:!0}),t.prototype.triggerEventHandler=function(e,t){this.listeners.forEach(function(n){n.name==e&&n.callback(t)})},t}(zg);function qg(e,t,n){e.childNodes.forEach(function(e){e instanceof Zg&&(t(e)&&n.push(e),qg(e,t,n))})}function Kg(e,t,n){e instanceof Zg&&e.childNodes.forEach(function(e){t(e)&&n.push(e),e instanceof Zg&&Kg(e,t,n)})}var Wg=function(){function e(e){this.nativeNode=e}return Object.defineProperty(e.prototype,"parent",{get:function(){var e=this.nativeNode.parentNode;return e?new Gg(e):null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return bc(this.nativeNode)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentInstance",{get:function(){var e=this.nativeNode;return e&&(gc(e)||_c(e))},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return mc(this.nativeNode)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"listeners",{get:function(){return Oc(this.nativeNode).filter(Ec)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"references",{get:function(){return function e(t){var n=xc(t);return void 0===n.localRefs&&(n.localRefs=function r(e,t){var n=e[yn].data[t];if(n&&n.localNames){for(var r={},o=n.index+1,i=0;i<n.localNames.length;i+=2)r[n.localNames[i]]=e[o],o++;return r}return null}(n.lView,n.nodeIndex)),n.localRefs||{}}(this.nativeNode)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"providerTokens",{get:function(){return function e(t){var n=xc(t,!1);if(!n)return[];for(var r,o=n.lView[yn],i=o.data[n.nodeIndex],a=[],u=i.directiveEnd,s=65535&i.providerIndexes;s<u;s++){var l=o.data[s];void 0!==(r=l).type&&void 0!==r.template&&void 0!==r.declaredInputs&&(l=l.type),a.push(l)}return a}(this.nativeNode)},enumerable:!0,configurable:!0}),e}(),Gg=function(e){function t(t){return e.call(this,t)||this}return o(t,e),Object.defineProperty(t.prototype,"nativeElement",{get:function(){return this.nativeNode.nodeType==Node.ELEMENT_NODE?this.nativeNode:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){return this.nativeElement.nodeName},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"properties",{get:function(){var e=xc(this.nativeNode),t=e.lView,n=t[yn].data,r=n[e.nodeIndex],o=function a(e,t,n){for(var r={},o=function i(e,t){for(var n=e-1,r=t[n];"string"==typeof r&&!dn(r);)r=t[--n];return n+1}(e.propertyMetadataStartIndex,n);o<e.propertyMetadataEndIndex;){for(var a=void 0,u=n[o];!dn(u);)a=(a||"")+on(t[o])+n[o],u=n[++o];a=void 0===a?t[o]:a+=t[o];var s=u.split(fn),l=s[0];l&&(r[l]=s[1]&&s[2]?s[1]+a+s[2]:a),o++}return r}(r,t,n),u=function s(e,t,n){for(var r={},o=e.directiveEnd,i=n[o];"string"==typeof i;)r[i.split(fn)[0]]=t[o],i=n[++o];return r}(r,t,n),c=function f(e){var t,n,r=e.classes,o="";try{for(var i=l(Object.keys(r)),a=i.next();!a.done;a=i.next()){var u=a.value;r[u]&&(o=o?o+" "+u:u)}}catch(e){t={error:e}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return o}(this),d=i({},o,u);return c&&(d.className=d.className?d.className+" "+c:c),d},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"attributes",{get:function(){var e={},t=this.nativeElement;if(t)for(var n=t.attributes,r=0;r<n.length;r++){var o=n[r];e[o.name]=o.value}return e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"classes",{get:function(){var e={},t=this.nativeElement;if(t){var n=kc(t),r=wo(n.nodeIndex,n.lView);if(r){for(var o=10;o<r.length;o+=4)if(Pa(r,o)){var i=qa(r,o),a=Za(r,o);"boolean"==typeof a&&(e[i]=a)}}else{var u=t.classList;for(o=0;o<u.length;o++)e[u[o]]=!0}}return e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"styles",{get:function(){var e={},t=this.nativeElement;if(t){var n=kc(t),r=wo(n.nodeIndex,n.lView);if(r){for(var o=10;o<r.length;o+=4)if(!Pa(r,o)){var i=qa(r,o),a=Za(r,o);null!==a&&(e[i]=a)}}else{var u=t.style;for(o=0;o<u.length;o++){var s=u.item(o);e[s]=u.getPropertyValue(s)}}}return e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"childNodes",{get:function(){for(var e=this.nativeNode.childNodes,t=[],n=0;n<e.length;n++)t.push(tm(e[n]));return t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"children",{get:function(){var e=this.nativeElement;if(!e)return[];for(var t=e.children,n=[],r=0;r<t.length;r++)n.push(tm(t[r]));return n},enumerable:!0,configurable:!0}),t.prototype.query=function(e){return this.queryAll(e)[0]||null},t.prototype.queryAll=function(e){var t=[];return Yg(this,e,t,!0),t},t.prototype.queryAllNodes=function(e){var t=[];return Yg(this,e,t,!1),t},t.prototype.triggerEventHandler=function(e,t){this.listeners.forEach(function(n){n.name===e&&n.callback(t)})},t}(Wg);function Yg(e,t,n,r){var o=xc(e.nativeNode);$g(o.lView[yn].data[o.nodeIndex],o.lView,t,n,r,e.nativeNode)}function $g(e,t,n,r,o,i){var a,u;if(3===e.type||4===e.type){Xg(zn(e,t),n,r,o,i),Wn(e)?(f=Kn(e.index,t))&&f[yn].firstChild&&$g(f[yn].firstChild,f,n,r,o,i):e.child&&$g(e.child,t,n,r,o,i);var s=t[e.index];Qn(s)&&Jg(s,n,r,o,i)}else if(0===e.type){var c=t[e.index];Xg(c[Mn],n,r,o,i),Jg(c,n,r,o,i)}else if(1===e.type){var f,d=(f=So(t))[bn].projection[e.projection];if(Array.isArray(d))try{for(var p=l(d),h=p.next();!h.done;h=p.next())Xg(h.value,n,r,o,i)}catch(e){a={error:e}}finally{try{h&&!h.done&&(u=p.return)&&u.call(p)}finally{if(a)throw a.error}}else if(d){var v=f[mn];$g(v[yn].data[d.index],v,n,r,o,i)}}else e.child&&$g(e.child,t,n,r,o,i);var y=2&e.flags?e.projectionNext:e.next;y&&$g(y,t,n,r,o,i)}function Jg(e,t,n,r,o){for(var i=0;i<e[Fn].length;i++){var a=e[Fn][i];$g(a[yn].node,a,t,n,r,o)}}function Xg(e,t,n,r,o){if(o!==e){var i=nm(e);i&&(!r||i instanceof Gg)&&t(i)&&n.push(i)}}var em=new Map;function tm(e){return e instanceof Node?e.nodeType==Node.ELEMENT_NODE?new Gg(e):new Wg(e):null}var nm=function rm(e){return em.get(e)||null};function om(e){em.set(e.nativeNode,e)}var im,am=zg,um=Zg,sm=Ng(null,"core",[{provide:Ly,useValue:"unknown"},{provide:Dg,deps:[Re]},{provide:kg,deps:[]},{provide:Uy,deps:[]}]),lm=new Te("LocaleId"),cm=new Te("Translations"),fm=new Te("TranslationsFormat");
|
|
968
960
|
/**
|
|
969
961
|
* @license
|
|
970
962
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -972,7 +964,7 @@ var My=function My(){},Fy={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"},
|
|
|
972
964
|
* Use of this source code is governed by an MIT-style license that can be
|
|
973
965
|
* found in the LICENSE file at https://angular.io/license
|
|
974
966
|
*/
|
|
975
|
-
function dm(){return ad}function pm(){return ud}function hm(e){return e||"en-US"}(im=e.MissingTranslationStrategy||(e.MissingTranslationStrategy={}))[im.Error=0]="Error",im[im.Warning=1]="Warning",im[im.Ignore=2]="Ignore";var vm=[{provide:
|
|
967
|
+
function dm(){return ad}function pm(){return ud}function hm(e){return e||"en-US"}(im=e.MissingTranslationStrategy||(e.MissingTranslationStrategy={}))[im.Error=0]="Error",im[im.Warning=1]="Warning",im[im.Ignore=2]="Ignore";var vm=[{provide:Sg,useClass:Sg,deps:[yg,Uy,Re,ai,Cf,Ry]},{provide:Jp,deps:[yg],useFactory:ym},{provide:Ry,useClass:Ry,deps:[[new C,Dy]]},{provide:eg,useClass:eg,deps:[]},My,{provide:td,useFactory:dm,deps:[]},{provide:nd,useFactory:pm,deps:[]},{provide:lm,useFactory:hm,deps:[[new b(lm),new C,new I]]}];function ym(e){var t=[];return e.onStable.subscribe(function(){for(;t.length;)t.pop()()}),function(e){t.push(e)}}var gm,mm=function(){return a([Py({providers:vm}),s("design:paramtypes",[Sg])],function e(t){})}();
|
|
976
968
|
/**
|
|
977
969
|
* @license
|
|
978
970
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -1007,21 +999,21 @@ function dm(){return ad}function pm(){return ud}function hm(e){return e||"en-US"
|
|
|
1007
999
|
*
|
|
1008
1000
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1009
1001
|
* found in the LICENSE file at https://angular.io/license
|
|
1010
|
-
*/function jm(e){return 0!=(1&e.flags)&&null===e.element.name}function Am(e,t,n){var r=t.element&&t.element.template;if(r){if(!r.lastRenderRootNode)throw new Error("Illegal State: Embedded templates without nodes are not allowed!");if(r.lastRenderRootNode&&16777216&r.lastRenderRootNode.flags)throw new Error("Illegal State: Last root node of a template can't have embedded views, at index "+t.nodeIndex+"!")}if(20224&t.flags&&0==(1&(e?e.flags:0)))throw new Error("Illegal State: StaticProvider/Directive nodes need to be children of elements or anchors, at index "+t.nodeIndex+"!");if(t.query){if(67108864&t.flags&&(!e||0==(16384&e.flags)))throw new Error("Illegal State: Content Query nodes need to be children of directives, at index "+t.nodeIndex+"!");if(134217728&t.flags&&e)throw new Error("Illegal State: View Query nodes have to be top level nodes, at index "+t.nodeIndex+"!")}if(t.childCount){var o=e?e.nodeIndex+e.childCount:n-1;if(t.nodeIndex<=o&&t.nodeIndex+t.childCount>o)throw new Error("Illegal State: childCount of node leads outside of parent, at index "+t.nodeIndex+"!")}}function Dm(e,t,n,r){var o=Vm(e.root,e.renderer,e,t,n);return Mm(o,e.component,r),Fm(o),o}function Rm(e,t,n){var r=Vm(e,e.renderer,null,null,t);return Mm(r,n,n),Fm(r),r}function Sm(e,t,n,r){var o,i=t.element.componentRendererType;return o=i?e.root.rendererFactory.createRenderer(r,i):e.root.renderer,Vm(e.root,o,e,t.element.componentProvider,n)}function Vm(e,t,n,r,o){var i=new Array(o.nodes.length),a=o.outputCount?new Array(o.outputCount):null;return{def:o,parent:n,viewContainerParent:null,parentNodeDef:r,context:null,component:null,nodes:i,state:13,root:e,renderer:t,oldValues:new Array(o.bindingCount),disposables:a,initIndex:-1}}function Mm(e,t,n){e.component=t,e.context=n}function Fm(e){var t;Md(e)&&(t=md(e.parent,e.parentNodeDef.parent.nodeIndex).renderElement);for(var n=e.def,r=e.nodes,o=0;o<n.nodes.length;o++){var i=n.nodes[o];xd.setCurrentNode(e,o);var a=void 0;switch(201347067&i.flags){case 1:var u=_m(e,t,i),s=void 0;if(33554432&i.flags){var l=zd(i.element.componentView);s=xd.createComponentView(e,i,l,u)}wm(e,s,i,u),a={renderElement:u,componentView:s,viewContainer:null,template:i.element.template?_p(e,i):void 0},16777216&i.flags&&(a.viewContainer=vp(e,i,a));break;case 2:a=Pm(e,t,i);break;case 512:case 1024:case 2048:case 256:(a=r[o])||4096&i.flags||(a={instance:Vp(e,i)});break;case 16:a={instance:Mp(e,i)};break;case 16384:(a=r[o])||(a={instance:Fp(e,i)}),32768&i.flags&&Mm(md(e,i.parent.nodeIndex).componentView,a.instance,a.instance);break;case 32:case 64:case 128:a={value:void 0};break;case 67108864:case 134217728:a=new vv;break;case 8:Om(e,t,i),a=void 0}r[o]=a}qm(e,
|
|
1002
|
+
*/function jm(e){return 0!=(1&e.flags)&&null===e.element.name}function Am(e,t,n){var r=t.element&&t.element.template;if(r){if(!r.lastRenderRootNode)throw new Error("Illegal State: Embedded templates without nodes are not allowed!");if(r.lastRenderRootNode&&16777216&r.lastRenderRootNode.flags)throw new Error("Illegal State: Last root node of a template can't have embedded views, at index "+t.nodeIndex+"!")}if(20224&t.flags&&0==(1&(e?e.flags:0)))throw new Error("Illegal State: StaticProvider/Directive nodes need to be children of elements or anchors, at index "+t.nodeIndex+"!");if(t.query){if(67108864&t.flags&&(!e||0==(16384&e.flags)))throw new Error("Illegal State: Content Query nodes need to be children of directives, at index "+t.nodeIndex+"!");if(134217728&t.flags&&e)throw new Error("Illegal State: View Query nodes have to be top level nodes, at index "+t.nodeIndex+"!")}if(t.childCount){var o=e?e.nodeIndex+e.childCount:n-1;if(t.nodeIndex<=o&&t.nodeIndex+t.childCount>o)throw new Error("Illegal State: childCount of node leads outside of parent, at index "+t.nodeIndex+"!")}}function Dm(e,t,n,r){var o=Vm(e.root,e.renderer,e,t,n);return Mm(o,e.component,r),Fm(o),o}function Rm(e,t,n){var r=Vm(e,e.renderer,null,null,t);return Mm(r,n,n),Fm(r),r}function Sm(e,t,n,r){var o,i=t.element.componentRendererType;return o=i?e.root.rendererFactory.createRenderer(r,i):e.root.renderer,Vm(e.root,o,e,t.element.componentProvider,n)}function Vm(e,t,n,r,o){var i=new Array(o.nodes.length),a=o.outputCount?new Array(o.outputCount):null;return{def:o,parent:n,viewContainerParent:null,parentNodeDef:r,context:null,component:null,nodes:i,state:13,root:e,renderer:t,oldValues:new Array(o.bindingCount),disposables:a,initIndex:-1}}function Mm(e,t,n){e.component=t,e.context=n}function Fm(e){var t;Md(e)&&(t=md(e.parent,e.parentNodeDef.parent.nodeIndex).renderElement);for(var n=e.def,r=e.nodes,o=0;o<n.nodes.length;o++){var i=n.nodes[o];xd.setCurrentNode(e,o);var a=void 0;switch(201347067&i.flags){case 1:var u=_m(e,t,i),s=void 0;if(33554432&i.flags){var l=zd(i.element.componentView);s=xd.createComponentView(e,i,l,u)}wm(e,s,i,u),a={renderElement:u,componentView:s,viewContainer:null,template:i.element.template?_p(e,i):void 0},16777216&i.flags&&(a.viewContainer=vp(e,i,a));break;case 2:a=Pm(e,t,i);break;case 512:case 1024:case 2048:case 256:(a=r[o])||4096&i.flags||(a={instance:Vp(e,i)});break;case 16:a={instance:Mp(e,i)};break;case 16384:(a=r[o])||(a={instance:Fp(e,i)}),32768&i.flags&&Mm(md(e,i.parent.nodeIndex).componentView,a.instance,a.instance);break;case 32:case 64:case 128:a={value:void 0};break;case 67108864:case 134217728:a=new vv;break;case 8:Om(e,t,i),a=void 0}r[o]=a}qm(e,gm.CreateViewNodes),Ym(e,201326592,268435456,0)}function Hm(e){Qm(e),xd.updateDirectives(e,1),Km(e,gm.CheckNoChanges),xd.updateRenderer(e,1),qm(e,gm.CheckNoChanges),e.state&=-97}function Lm(e){1&e.state?(e.state&=-2,e.state|=2):e.state&=-3,vd(e,0,256),Qm(e),xd.updateDirectives(e,0),Km(e,gm.CheckAndUpdate),Ym(e,67108864,536870912,0);var t=vd(e,256,512);qp(e,2097152|(t?1048576:0)),xd.updateRenderer(e,0),qm(e,gm.CheckAndUpdate),Ym(e,134217728,536870912,0),qp(e,8388608|((t=vd(e,512,768))?4194304:0)),2&e.def.flags&&(e.state&=-9),e.state&=-97,vd(e,768,1024)}function Bm(e,t,n,r,o,i,a,u,s,l,c,d,p){return 0===n?function h(e,t,n,r,o,i,a,u,s,l,c,f){switch(201347067&t.flags){case 1:return function d(e,t,n,r,o,i,a,u,s,l,c,f){var d=t.bindings.length,p=!1;return d>0&&Cm(e,t,0,n)&&(p=!0),d>1&&Cm(e,t,1,r)&&(p=!0),d>2&&Cm(e,t,2,o)&&(p=!0),d>3&&Cm(e,t,3,i)&&(p=!0),d>4&&Cm(e,t,4,a)&&(p=!0),d>5&&Cm(e,t,5,u)&&(p=!0),d>6&&Cm(e,t,6,s)&&(p=!0),d>7&&Cm(e,t,7,l)&&(p=!0),d>8&&Cm(e,t,8,c)&&(p=!0),d>9&&Cm(e,t,9,f)&&(p=!0),p}(e,t,n,r,o,i,a,u,s,l,c,f);case 2:return function p(e,t,n,r,o,i,a,u,s,l,c,f){var d=!1,p=t.bindings,h=p.length;if(h>0&&Pd(e,t,0,n)&&(d=!0),h>1&&Pd(e,t,1,r)&&(d=!0),h>2&&Pd(e,t,2,o)&&(d=!0),h>3&&Pd(e,t,3,i)&&(d=!0),h>4&&Pd(e,t,4,a)&&(d=!0),h>5&&Pd(e,t,5,u)&&(d=!0),h>6&&Pd(e,t,6,s)&&(d=!0),h>7&&Pd(e,t,7,l)&&(d=!0),h>8&&Pd(e,t,8,c)&&(d=!0),h>9&&Pd(e,t,9,f)&&(d=!0),d){var v=t.text.prefix;h>0&&(v+=Nm(n,p[0])),h>1&&(v+=Nm(r,p[1])),h>2&&(v+=Nm(o,p[2])),h>3&&(v+=Nm(i,p[3])),h>4&&(v+=Nm(a,p[4])),h>5&&(v+=Nm(u,p[5])),h>6&&(v+=Nm(s,p[6])),h>7&&(v+=Nm(l,p[7])),h>8&&(v+=Nm(c,p[8])),h>9&&(v+=Nm(f,p[9]));var y=gd(e,t.nodeIndex).renderText;e.renderer.setValue(y,v)}return d}(e,t,n,r,o,i,a,u,s,l,c,f);case 16384:return function h(e,t,n,r,o,i,a,u,s,l,c,f){var d=_d(e,t.nodeIndex),p=d.instance,h=!1,v=void 0,y=t.bindings.length;return y>0&&Td(e,t,0,n)&&(h=!0,v=Zp(e,d,t,0,n,v)),y>1&&Td(e,t,1,r)&&(h=!0,v=Zp(e,d,t,1,r,v)),y>2&&Td(e,t,2,o)&&(h=!0,v=Zp(e,d,t,2,o,v)),y>3&&Td(e,t,3,i)&&(h=!0,v=Zp(e,d,t,3,i,v)),y>4&&Td(e,t,4,a)&&(h=!0,v=Zp(e,d,t,4,a,v)),y>5&&Td(e,t,5,u)&&(h=!0,v=Zp(e,d,t,5,u,v)),y>6&&Td(e,t,6,s)&&(h=!0,v=Zp(e,d,t,6,s,v)),y>7&&Td(e,t,7,l)&&(h=!0,v=Zp(e,d,t,7,l,v)),y>8&&Td(e,t,8,c)&&(h=!0,v=Zp(e,d,t,8,c,v)),y>9&&Td(e,t,9,f)&&(h=!0,v=Zp(e,d,t,9,f,v)),v&&p.ngOnChanges(v),65536&t.flags&&yd(e,256,t.nodeIndex)&&p.ngOnInit(),262144&t.flags&&p.ngDoCheck(),h}(e,t,n,r,o,i,a,u,s,l,c,f);case 32:case 64:case 128:return function v(e,t,n,r,o,i,a,u,s,l,c,f){var d=t.bindings,p=!1,h=d.length;if(h>0&&Pd(e,t,0,n)&&(p=!0),h>1&&Pd(e,t,1,r)&&(p=!0),h>2&&Pd(e,t,2,o)&&(p=!0),h>3&&Pd(e,t,3,i)&&(p=!0),h>4&&Pd(e,t,4,a)&&(p=!0),h>5&&Pd(e,t,5,u)&&(p=!0),h>6&&Pd(e,t,6,s)&&(p=!0),h>7&&Pd(e,t,7,l)&&(p=!0),h>8&&Pd(e,t,8,c)&&(p=!0),h>9&&Pd(e,t,9,f)&&(p=!0),p){var v=wd(e,t.nodeIndex),y=void 0;switch(201347067&t.flags){case 32:y=new Array(d.length),h>0&&(y[0]=n),h>1&&(y[1]=r),h>2&&(y[2]=o),h>3&&(y[3]=i),h>4&&(y[4]=a),h>5&&(y[5]=u),h>6&&(y[6]=s),h>7&&(y[7]=l),h>8&&(y[8]=c),h>9&&(y[9]=f);break;case 64:y={},h>0&&(y[d[0].name]=n),h>1&&(y[d[1].name]=r),h>2&&(y[d[2].name]=o),h>3&&(y[d[3].name]=i),h>4&&(y[d[4].name]=a),h>5&&(y[d[5].name]=u),h>6&&(y[d[6].name]=s),h>7&&(y[d[7].name]=l),h>8&&(y[d[8].name]=c),h>9&&(y[d[9].name]=f);break;case 128:var g=n;switch(h){case 1:y=g.transform(n);break;case 2:y=g.transform(r);break;case 3:y=g.transform(r,o);break;case 4:y=g.transform(r,o,i);break;case 5:y=g.transform(r,o,i,a);break;case 6:y=g.transform(r,o,i,a,u);break;case 7:y=g.transform(r,o,i,a,u,s);break;case 8:y=g.transform(r,o,i,a,u,s,l);break;case 9:y=g.transform(r,o,i,a,u,s,l,c);break;case 10:y=g.transform(r,o,i,a,u,s,l,c,f)}}v.value=y}return p}(e,t,n,r,o,i,a,u,s,l,c,f);default:throw"unreachable"}}(e,t,r,o,i,a,u,s,l,c,d,p):function v(e,t,n){switch(201347067&t.flags){case 1:return function r(e,t,n){for(var r=!1,o=0;o<n.length;o++)Cm(e,t,o,n[o])&&(r=!0);return r}(e,t,n);case 2:return function o(e,t,n){for(var r=t.bindings,o=!1,i=0;i<n.length;i++)Pd(e,t,i,n[i])&&(o=!0);if(o){var a="";for(i=0;i<n.length;i++)a+=Nm(n[i],r[i]);a=t.text.prefix+a;var u=gd(e,t.nodeIndex).renderText;e.renderer.setValue(u,a)}return o}(e,t,n);case 16384:return function i(e,t,n){for(var r=_d(e,t.nodeIndex),o=r.instance,i=!1,a=void 0,u=0;u<n.length;u++)Td(e,t,u,n[u])&&(i=!0,a=Zp(e,r,t,u,n[u],a));return a&&o.ngOnChanges(a),65536&t.flags&&yd(e,256,t.nodeIndex)&&o.ngOnInit(),262144&t.flags&&o.ngDoCheck(),i}(e,t,n);case 32:case 64:case 128:return function a(e,t,n){for(var r=t.bindings,o=!1,i=0;i<n.length;i++)Pd(e,t,i,n[i])&&(o=!0);if(o){var a=wd(e,t.nodeIndex),u=void 0;switch(201347067&t.flags){case 32:u=n;break;case 64:for(u={},i=0;i<n.length;i++)u[r[i].name]=n[i];break;case 128:var s=n[0],l=n.slice(1);u=s.transform.apply(s,f(l))}a.value=u}return o}
|
|
1011
1003
|
/**
|
|
1012
1004
|
* @license
|
|
1013
1005
|
* Copyright Google Inc. All Rights Reserved.
|
|
1014
1006
|
*
|
|
1015
1007
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1016
1008
|
* found in the LICENSE file at https://angular.io/license
|
|
1017
|
-
*/(e,t,n);default:throw"unreachable"}}(e,t,r)}function Qm(e){var t=e.def;if(4&t.nodeFlags)for(var n=0;n<t.nodes.length;n++){var r=t.nodes[n];if(4&r.flags){var o=md(e,n).template._projectedViews;if(o)for(var i=0;i<o.length;i++){var a=o[i];a.state|=32,Ad(a,e)}}else 0==(4&r.childFlags)&&(n+=r.childCount)}}function Um(e,t,n,r,o,i,a,u,s,l,c,f,d){return 0===n?function p(e,t,n,r,o,i,a,u,s,l,c,f){var d=t.bindings.length;d>0&&Nd(e,t,0,n),d>1&&Nd(e,t,1,r),d>2&&Nd(e,t,2,o),d>3&&Nd(e,t,3,i),d>4&&Nd(e,t,4,a),d>5&&Nd(e,t,5,u),d>6&&Nd(e,t,6,s),d>7&&Nd(e,t,7,l),d>8&&Nd(e,t,8,c),d>9&&Nd(e,t,9,f)}(e,t,r,o,i,a,u,s,l,c,f,d):function h(e,t,n){for(var r=0;r<n.length;r++)Nd(e,t,r,n[r])}(e,t,r),!1}function zm(e,t){if(bd(e,t.nodeIndex).dirty)throw dd(xd.createDebugContext(e,t.nodeIndex),"Query "+t.query.id+" not dirty","Query "+t.query.id+" dirty",0!=(1&e.state))}function Zm(e){if(!(128&e.state)){if(Km(e,
|
|
1009
|
+
*/(e,t,n);default:throw"unreachable"}}(e,t,r)}function Qm(e){var t=e.def;if(4&t.nodeFlags)for(var n=0;n<t.nodes.length;n++){var r=t.nodes[n];if(4&r.flags){var o=md(e,n).template._projectedViews;if(o)for(var i=0;i<o.length;i++){var a=o[i];a.state|=32,Ad(a,e)}}else 0==(4&r.childFlags)&&(n+=r.childCount)}}function Um(e,t,n,r,o,i,a,u,s,l,c,f,d){return 0===n?function p(e,t,n,r,o,i,a,u,s,l,c,f){var d=t.bindings.length;d>0&&Nd(e,t,0,n),d>1&&Nd(e,t,1,r),d>2&&Nd(e,t,2,o),d>3&&Nd(e,t,3,i),d>4&&Nd(e,t,4,a),d>5&&Nd(e,t,5,u),d>6&&Nd(e,t,6,s),d>7&&Nd(e,t,7,l),d>8&&Nd(e,t,8,c),d>9&&Nd(e,t,9,f)}(e,t,r,o,i,a,u,s,l,c,f,d):function h(e,t,n){for(var r=0;r<n.length;r++)Nd(e,t,r,n[r])}(e,t,r),!1}function zm(e,t){if(bd(e,t.nodeIndex).dirty)throw dd(xd.createDebugContext(e,t.nodeIndex),"Query "+t.query.id+" not dirty","Query "+t.query.id+" dirty",0!=(1&e.state))}function Zm(e){if(!(128&e.state)){if(Km(e,gm.Destroy),qm(e,gm.Destroy),qp(e,131072),e.disposables)for(var t=0;t<e.disposables.length;t++)e.disposables[t]();!function n(e){if(16&e.state){var t=Rd(e);if(t){var n=t.template._projectedViews;n&&(cp(n,n.indexOf(e)),xd.dirtyParentQueries(e))}}}(e),e.renderer.destroyNode&&function r(e){for(var t=e.def.nodes.length,n=0;n<t;n++){var r=e.def.nodes[n];1&r.flags?e.renderer.destroyNode(md(e,n).renderElement):2&r.flags?e.renderer.destroyNode(gd(e,n).renderText):(67108864&r.flags||134217728&r.flags)&&bd(e,n).destroy()}}(e),Md(e)&&e.renderer.destroy(),e.state|=128}}function qm(e,t){var n=e.def;if(33554432&n.nodeFlags)for(var r=0;r<n.nodes.length;r++){var o=n.nodes[r];33554432&o.flags?Wm(md(e,r).componentView,t):0==(33554432&o.childFlags)&&(r+=o.childCount)}}function Km(e,t){var n=e.def;if(16777216&n.nodeFlags)for(var r=0;r<n.nodes.length;r++){var o=n.nodes[r];if(16777216&o.flags)for(var i=md(e,r).viewContainer._embeddedViews,a=0;a<i.length;a++)Wm(i[a],t);else 0==(16777216&o.childFlags)&&(r+=o.childCount)}}function Wm(e,t){var n=e.state;switch(t){case gm.CheckNoChanges:0==(128&n)&&(12==(12&n)?Hm(e):64&n&&Gm(e,gm.CheckNoChangesProjectedViews));break;case gm.CheckNoChangesProjectedViews:0==(128&n)&&(32&n?Hm(e):64&n&&Gm(e,t));break;case gm.CheckAndUpdate:0==(128&n)&&(12==(12&n)?Lm(e):64&n&&Gm(e,gm.CheckAndUpdateProjectedViews));break;case gm.CheckAndUpdateProjectedViews:0==(128&n)&&(32&n?Lm(e):64&n&&Gm(e,t));break;case gm.Destroy:Zm(e);break;case gm.CreateViewNodes:Fm(e)}}function Gm(e,t){Km(e,t),qm(e,t)}function Ym(e,t,n,r){if(e.def.nodeFlags&t&&e.def.nodeFlags&n)for(var o=e.def.nodes.length,i=0;i<o;i++){var a=e.def.nodes[i];if(a.flags&t&&a.flags&n)switch(xd.setCurrentNode(e,a.nodeIndex),r){case 0:Im(e,a);break;case 1:zm(e,a)}a.childFlags&t&&a.childFlags&n||(i+=a.childCount)}}
|
|
1018
1010
|
/**
|
|
1019
1011
|
* @license
|
|
1020
1012
|
* Copyright Google Inc. All Rights Reserved.
|
|
1021
1013
|
*
|
|
1022
1014
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1023
1015
|
* found in the LICENSE file at https://angular.io/license
|
|
1024
|
-
*/!function(e){e[e.CreateViewNodes=0]="CreateViewNodes",e[e.CheckNoChanges=1]="CheckNoChanges",e[e.CheckNoChangesProjectedViews=2]="CheckNoChangesProjectedViews",e[e.CheckAndUpdate=3]="CheckAndUpdate",e[e.CheckAndUpdateProjectedViews=4]="CheckAndUpdateProjectedViews",e[e.Destroy=5]="Destroy"}(ym||(ym={}));var $m=!1;function Jm(){if(!$m){$m=!0;var e=di()?function t(){return{setCurrentNode:b_,createRootView:e_,createEmbeddedView:n_,createComponentView:r_,createNgModuleRef:o_,overrideProvider:d_,overrideComponentView:p_,clearOverrides:h_,checkAndUpdateView:m_,checkNoChangesView:__,destroyView:w_,createDebugContext:function(e,t){return new P_(e,t)},handleEvent:C_,updateDirectives:x_,updateRenderer:I_}}():function n(){return{setCurrentNode:function(){},createRootView:Xm,createEmbeddedView:Dm,createComponentView:Sm,createNgModuleRef:kp,overrideProvider:Id,overrideComponentView:Id,clearOverrides:Id,checkAndUpdateView:Lm,checkNoChangesView:Hm,destroyView:Zm,createDebugContext:function(e,t){return new P_(e,t)},handleEvent:function(e,t,n,r){return e.def.handleEvent(e,t,n,r)},updateDirectives:function(e,t){return e.def.updateDirectives(0===t?g_:y_,e)},updateRenderer:function(e,t){return e.def.updateRenderer(0===t?g_:y_,e)}}}();xd.setCurrentNode=e.setCurrentNode,xd.createRootView=e.createRootView,xd.createEmbeddedView=e.createEmbeddedView,xd.createComponentView=e.createComponentView,xd.createNgModuleRef=e.createNgModuleRef,xd.overrideProvider=e.overrideProvider,xd.overrideComponentView=e.overrideComponentView,xd.clearOverrides=e.clearOverrides,xd.checkAndUpdateView=e.checkAndUpdateView,xd.checkNoChangesView=e.checkNoChangesView,xd.destroyView=e.destroyView,xd.resolveDep=Up,xd.createDebugContext=e.createDebugContext,xd.handleEvent=e.handleEvent,xd.updateDirectives=e.updateDirectives,xd.updateRenderer=e.updateRenderer,xd.dirtyParentQueries=xm}}function Xm(e,t,n,r,o,i){var a=o.injector.get(Lf);return Rm(t_(e,o,a,t,n),r,i)}function e_(e,t,n,r,o,i){var a=o.injector.get(Lf),u=t_(e,o,new D_(a),t,n),s=v_(r);return j_(i_.create,Rm,null,[u,s,i])}function t_(e,t,n,r,o){var i=t.injector.get(Bi),a=t.injector.get(ai),u=n.createRenderer(null,null);return{ngModule:t,injector:e,projectableNodes:r,selectorOrNode:o,sanitizer:i,rendererFactory:n,renderer:u,errorHandler:a}}function n_(e,t,n,r){var o=v_(n);return j_(i_.create,Dm,null,[e,t,o,r])}function r_(e,t,n,r){return n=f_.get(t.element.componentProvider.provider.token)||v_(n),j_(i_.create,Sm,null,[e,t,n,r])}function o_(e,t,n,r){return kp(e,t,n,function o(e){var t=function n(e){var t=!1,n=!1;return 0===l_.size?{hasOverrides:t,hasDeprecatedOverrides:n}:(e.providers.forEach(function(e){var r=l_.get(e.token);3840&e.flags&&r&&(t=!0,n=n||r.deprecatedBehavior)}),e.modules.forEach(function(e){c_.forEach(function(r,o){D(o).providedIn===e&&(t=!0,n=n||r.deprecatedBehavior)})}),{hasOverrides:t,hasDeprecatedOverrides:n})}(e),r=t.hasDeprecatedOverrides;return t.hasOverrides?(function o(e){for(var t=0;t<e.providers.length;t++){var n=e.providers[t];r&&(n.flags|=4096);var o=l_.get(n.token);o&&(n.flags=-3841&n.flags|o.flags,n.deps=Bd(o.deps),n.value=o.value)}if(c_.size>0){var i=new Set(e.modules);c_.forEach(function(t,n){if(i.has(D(n).providedIn)){var o={token:n,flags:t.flags|(r?4096:0),deps:Bd(t.deps),value:t.value,index:e.providers.length};e.providers.push(o),e.providersByKey[Ed(n)]=o}})}}(e=e.factory(function(){return Id})),e):e}(r))}var i_,a_,u_,s_,l_=new Map,c_=new Map,f_=new Map;function d_(e){var t;l_.set(e.token,e),"function"==typeof e.token&&(t=D(e.token))&&"function"==typeof t.providedIn&&c_.set(e.token,e)}function p_(e,t){var n=zd(dp(t)),r=zd(n.nodes[0].element.componentView);f_.set(e,r)}function h_(){l_.clear(),c_.clear(),f_.clear()}function v_(e){if(0===l_.size)return e;var t=function n(e){for(var t=[],n=null,r=0;r<e.nodes.length;r++){var o=e.nodes[r];1&o.flags&&(n=o),n&&3840&o.flags&&l_.has(o.provider.token)&&(t.push(n.nodeIndex),n=null)}return t}(e);if(0===t.length)return e;e=e.factory(function(){return Id});for(var r=0;r<t.length;r++)o(e,t[r]);return e;function o(e,t){for(var n=t+1;n<e.nodes.length;n++){var r=e.nodes[n];if(1&r.flags)return;if(3840&r.flags){var o=r.provider,i=l_.get(o.token);i&&(r.flags=-3841&r.flags|i.flags,o.deps=Bd(i.deps),o.value=i.value)}}}}function g_(e,t,n,r,o,i,a,u,s,l,c,f,d){var p=e.def.nodes[t];return Bm(e,p,n,r,o,i,a,u,s,l,c,f,d),224&p.flags?wd(e,t).value:void 0}function y_(e,t,n,r,o,i,a,u,s,l,c,f,d){var p=e.def.nodes[t];return Um(e,p,n,r,o,i,a,u,s,l,c,f,d),224&p.flags?wd(e,t).value:void 0}function m_(e){return j_(i_.detectChanges,Lm,null,[e])}function __(e){return j_(i_.checkNoChanges,Hm,null,[e])}function w_(e){return j_(i_.destroy,Zm,null,[e])}function b_(e,t){u_=e,s_=t}function C_(e,t,n,r){return b_(e,t),j_(i_.handleEvent,e.def.handleEvent,null,[e,t,n,r])}function x_(e,t){if(128&e.state)throw hd(i_[a_]);return b_(e,O_(e,0)),e.def.updateDirectives(function n(e,r,o){for(var i=[],a=3;a<arguments.length;a++)i[a-3]=arguments[a];var u=e.def.nodes[r];return 0===t?k_(e,u,o,i):E_(e,u,o,i),16384&u.flags&&b_(e,O_(e,r)),224&u.flags?wd(e,u.nodeIndex).value:void 0},e)}function I_(e,t){if(128&e.state)throw hd(i_[a_]);return b_(e,T_(e,0)),e.def.updateRenderer(function n(e,r,o){for(var i=[],a=3;a<arguments.length;a++)i[a-3]=arguments[a];var u=e.def.nodes[r];return 0===t?k_(e,u,o,i):E_(e,u,o,i),3&u.flags&&b_(e,T_(e,r)),224&u.flags?wd(e,u.nodeIndex).value:void 0},e)}function k_(e,t,n,r){if(Bm.apply(void 0,f([e,t,n],r))){var o=1===n?r[0]:r;if(16384&t.flags){for(var i={},a=0;a<t.bindings.length;a++){var u=t.bindings[a],s=o[a];8&u.flags&&(i[(h=u.nonMinifiedName,"ng-reflect-"+function l(e){return e.replace(ea,function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return"-"+e[1].toLowerCase()})}(h.replace(/[$@]/g,"_")))]=ta(s))}var c=t.parent,d=md(e,c.nodeIndex).renderElement;if(c.element.name)for(var p in i)null!=(s=i[p])?e.renderer.setAttribute(d,p,s):e.renderer.removeAttribute(d,p);else e.renderer.setValue(d,"bindings="+JSON.stringify(i,null,2))}}var h}function E_(e,t,n,r){Um.apply(void 0,f([e,t,n],r))}function O_(e,t){for(var n=t;n<e.def.nodes.length;n++){var r=e.def.nodes[n];if(16384&r.flags&&r.bindings&&r.bindings.length)return n}return null}function T_(e,t){for(var n=t;n<e.def.nodes.length;n++){var r=e.def.nodes[n];if(3&r.flags&&r.bindings&&r.bindings.length)return n}return null}!function(e){e[e.create=0]="create",e[e.detectChanges=1]="detectChanges",e[e.checkNoChanges=2]="checkNoChanges",e[e.destroy=3]="destroy",e[e.handleEvent=4]="handleEvent"}(i_||(i_={}));var P_=function(){function e(e,t){this.view=e,this.nodeIndex=t,null==t&&(this.nodeIndex=t=0),this.nodeDef=e.def.nodes[t];for(var n=this.nodeDef,r=e;n&&0==(1&n.flags);)n=n.parent;if(!n)for(;!n&&r;)n=Sd(r),r=r.parent;this.elDef=n,this.elView=r}return Object.defineProperty(e.prototype,"elOrCompView",{get:function(){return md(this.elView,this.elDef.nodeIndex).componentView||this.view},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return bp(this.elView,this.elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"component",{get:function(){return this.elOrCompView.component},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this.elOrCompView.context},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"providerTokens",{get:function(){var e=[];if(this.elDef)for(var t=this.elDef.nodeIndex+1;t<=this.elDef.nodeIndex+this.elDef.childCount;t++){var n=this.elView.def.nodes[t];20224&n.flags&&e.push(n.provider.token),t+=n.childCount}return e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"references",{get:function(){var e={};if(this.elDef){N_(this.elView,this.elDef,e);for(var t=this.elDef.nodeIndex+1;t<=this.elDef.nodeIndex+this.elDef.childCount;t++){var n=this.elView.def.nodes[t];20224&n.flags&&N_(this.elView,n,e),t+=n.childCount}}return e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentRenderElement",{get:function(){var e=function t(e){for(;e&&!Md(e);)e=e.parent;return e.parent?md(e.parent,Sd(e).nodeIndex):null}(this.elOrCompView);return e?e.renderElement:void 0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"renderNode",{get:function(){return 2&this.nodeDef.flags?Vd(this.view,this.nodeDef):Vd(this.elView,this.elDef)},enumerable:!0,configurable:!0}),e.prototype.logError=function(e){for(var t,n,r=[],o=1;o<arguments.length;o++)r[o-1]=arguments[o];2&this.nodeDef.flags?(t=this.view.def,n=this.nodeDef.nodeIndex):(t=this.elView.def,n=this.elDef.nodeIndex);var i=function a(e,t){for(var n=-1,r=0;r<=t;r++)3&e.nodes[r].flags&&n++;return n}(t,n),u=-1;t.factory(function(){var t;return++u===i?(t=e.error).bind.apply(t,f([e],r)):Id}),u<i&&(e.error("Illegal state: the ViewDefinitionFactory did not call the logger!"),e.error.apply(e,f(r)))},e}();function N_(e,t,n){for(var r in t.references)n[r]=Em(e,t,t.references[r])}function j_(e,t,n,r){var o=a_,i=u_,a=s_;try{a_=e;var u=t.apply(n,r);return u_=i,s_=a,a_=o,u}catch(e){if(function s(e){return!!ri(e)}(e)||!u_)throw e;throw function l(e,t){return e instanceof Error||(e=new Error(e.toString())),pd(e,t),e}(e,A_())}}function A_(){return u_?new P_(u_,s_):null}var D_=function(){function e(e){this.delegate=e}return e.prototype.createRenderer=function(e,t){return new R_(this.delegate.createRenderer(e,t))},e.prototype.begin=function(){this.delegate.begin&&this.delegate.begin()},e.prototype.end=function(){this.delegate.end&&this.delegate.end()},e.prototype.whenRenderingDone=function(){return this.delegate.whenRenderingDone?this.delegate.whenRenderingDone():Promise.resolve(null)},e}(),R_=function(){function e(e){this.delegate=e,this.debugContextFactory=A_,this.data=this.delegate.data}return e.prototype.createDebugContext=function(e){return this.debugContextFactory(e)},e.prototype.destroyNode=function(e){!function t(e){em.delete(e.nativeNode)}(nm(e)),this.delegate.destroyNode&&this.delegate.destroyNode(e)},e.prototype.destroy=function(){this.delegate.destroy()},e.prototype.createElement=function(e,t){var n=this.delegate.createElement(e,t),r=this.createDebugContext(n);if(r){var o=new Zy(n,null,r);o.name=e,om(o)}return n},e.prototype.createComment=function(e){var t=this.delegate.createComment(e),n=this.createDebugContext(t);return n&&om(new zy(t,null,n)),t},e.prototype.createText=function(e){var t=this.delegate.createText(e),n=this.createDebugContext(t);return n&&om(new zy(t,null,n)),t},e.prototype.appendChild=function(e,t){var n=nm(e),r=nm(t);n&&r&&n instanceof Zy&&n.addChild(r),this.delegate.appendChild(e,t)},e.prototype.insertBefore=function(e,t,n){var r=nm(e),o=nm(t),i=nm(n);r&&o&&r instanceof Zy&&r.insertBefore(i,o),this.delegate.insertBefore(e,t,n)},e.prototype.removeChild=function(e,t){var n=nm(e),r=nm(t);n&&r&&n instanceof Zy&&n.removeChild(r),this.delegate.removeChild(e,t)},e.prototype.selectRootElement=function(e,t){var n=this.delegate.selectRootElement(e,t),r=A_();return r&&om(new Zy(n,null,r)),n},e.prototype.setAttribute=function(e,t,n,r){var o=nm(e);o&&o instanceof Zy&&(o.attributes[r?r+":"+t:t]=n),this.delegate.setAttribute(e,t,n,r)},e.prototype.removeAttribute=function(e,t,n){var r=nm(e);r&&r instanceof Zy&&(r.attributes[n?n+":"+t:t]=null),this.delegate.removeAttribute(e,t,n)},e.prototype.addClass=function(e,t){var n=nm(e);n&&n instanceof Zy&&(n.classes[t]=!0),this.delegate.addClass(e,t)},e.prototype.removeClass=function(e,t){var n=nm(e);n&&n instanceof Zy&&(n.classes[t]=!1),this.delegate.removeClass(e,t)},e.prototype.setStyle=function(e,t,n,r){var o=nm(e);o&&o instanceof Zy&&(o.styles[t]=n),this.delegate.setStyle(e,t,n,r)},e.prototype.removeStyle=function(e,t,n){var r=nm(e);r&&r instanceof Zy&&(r.styles[t]=null),this.delegate.removeStyle(e,t,n)},e.prototype.setProperty=function(e,t,n){var r=nm(e);r&&r instanceof Zy&&(r.properties[t]=n),this.delegate.setProperty(e,t,n)},e.prototype.listen=function(e,t,n){if("string"!=typeof e){var r=nm(e);r&&r.listeners.push(new Uy(t,n))}return this.delegate.listen(e,t,n)},e.prototype.parentNode=function(e){return this.delegate.parentNode(e)},e.prototype.nextSibling=function(e){return this.delegate.nextSibling(e)},e.prototype.setValue=function(e,t){return this.delegate.setValue(e,t)},e}(),S_=function(e){function t(t,n,r){var o=e.call(this)||this;return o.moduleType=t,o._bootstrapComponents=n,o._ngModuleDefFactory=r,o}return o(t,e),t.prototype.create=function(e){Jm();var t=function n(e){var t=Array.from(e.providers),n=Array.from(e.modules),r={};for(var o in e.providersByKey)r[o]=e.providersByKey[o];return{factory:e.factory,isRoot:e.isRoot,providers:t,modules:n,providersByKey:r}}(zd(this._ngModuleDefFactory));return xd.createNgModuleRef(this.moduleType,e||Re.NULL,this._bootstrapComponents,t)},t}(Ef);
|
|
1016
|
+
*/!function(e){e[e.CreateViewNodes=0]="CreateViewNodes",e[e.CheckNoChanges=1]="CheckNoChanges",e[e.CheckNoChangesProjectedViews=2]="CheckNoChangesProjectedViews",e[e.CheckAndUpdate=3]="CheckAndUpdate",e[e.CheckAndUpdateProjectedViews=4]="CheckAndUpdateProjectedViews",e[e.Destroy=5]="Destroy"}(gm||(gm={}));var $m=!1;function Jm(){if(!$m){$m=!0;var e=di()?function t(){return{setCurrentNode:b_,createRootView:e_,createEmbeddedView:n_,createComponentView:r_,createNgModuleRef:o_,overrideProvider:d_,overrideComponentView:p_,clearOverrides:h_,checkAndUpdateView:m_,checkNoChangesView:__,destroyView:w_,createDebugContext:function(e,t){return new P_(e,t)},handleEvent:C_,updateDirectives:x_,updateRenderer:I_}}():function n(){return{setCurrentNode:function(){},createRootView:Xm,createEmbeddedView:Dm,createComponentView:Sm,createNgModuleRef:kp,overrideProvider:Id,overrideComponentView:Id,clearOverrides:Id,checkAndUpdateView:Lm,checkNoChangesView:Hm,destroyView:Zm,createDebugContext:function(e,t){return new P_(e,t)},handleEvent:function(e,t,n,r){return e.def.handleEvent(e,t,n,r)},updateDirectives:function(e,t){return e.def.updateDirectives(0===t?y_:g_,e)},updateRenderer:function(e,t){return e.def.updateRenderer(0===t?y_:g_,e)}}}();xd.setCurrentNode=e.setCurrentNode,xd.createRootView=e.createRootView,xd.createEmbeddedView=e.createEmbeddedView,xd.createComponentView=e.createComponentView,xd.createNgModuleRef=e.createNgModuleRef,xd.overrideProvider=e.overrideProvider,xd.overrideComponentView=e.overrideComponentView,xd.clearOverrides=e.clearOverrides,xd.checkAndUpdateView=e.checkAndUpdateView,xd.checkNoChangesView=e.checkNoChangesView,xd.destroyView=e.destroyView,xd.resolveDep=Up,xd.createDebugContext=e.createDebugContext,xd.handleEvent=e.handleEvent,xd.updateDirectives=e.updateDirectives,xd.updateRenderer=e.updateRenderer,xd.dirtyParentQueries=xm}}function Xm(e,t,n,r,o,i){var a=o.injector.get(Lf);return Rm(t_(e,o,a,t,n),r,i)}function e_(e,t,n,r,o,i){var a=o.injector.get(Lf),u=t_(e,o,new D_(a),t,n),s=v_(r);return j_(i_.create,Rm,null,[u,s,i])}function t_(e,t,n,r,o){var i=t.injector.get(Bi),a=t.injector.get(ai),u=n.createRenderer(null,null);return{ngModule:t,injector:e,projectableNodes:r,selectorOrNode:o,sanitizer:i,rendererFactory:n,renderer:u,errorHandler:a}}function n_(e,t,n,r){var o=v_(n);return j_(i_.create,Dm,null,[e,t,o,r])}function r_(e,t,n,r){return n=f_.get(t.element.componentProvider.provider.token)||v_(n),j_(i_.create,Sm,null,[e,t,n,r])}function o_(e,t,n,r){return kp(e,t,n,function o(e){var t=function n(e){var t=!1,n=!1;return 0===l_.size?{hasOverrides:t,hasDeprecatedOverrides:n}:(e.providers.forEach(function(e){var r=l_.get(e.token);3840&e.flags&&r&&(t=!0,n=n||r.deprecatedBehavior)}),e.modules.forEach(function(e){c_.forEach(function(r,o){D(o).providedIn===e&&(t=!0,n=n||r.deprecatedBehavior)})}),{hasOverrides:t,hasDeprecatedOverrides:n})}(e),r=t.hasDeprecatedOverrides;return t.hasOverrides?(function o(e){for(var t=0;t<e.providers.length;t++){var n=e.providers[t];r&&(n.flags|=4096);var o=l_.get(n.token);o&&(n.flags=-3841&n.flags|o.flags,n.deps=Bd(o.deps),n.value=o.value)}if(c_.size>0){var i=new Set(e.modules);c_.forEach(function(t,n){if(i.has(D(n).providedIn)){var o={token:n,flags:t.flags|(r?4096:0),deps:Bd(t.deps),value:t.value,index:e.providers.length};e.providers.push(o),e.providersByKey[Ed(n)]=o}})}}(e=e.factory(function(){return Id})),e):e}(r))}var i_,a_,u_,s_,l_=new Map,c_=new Map,f_=new Map;function d_(e){var t;l_.set(e.token,e),"function"==typeof e.token&&(t=D(e.token))&&"function"==typeof t.providedIn&&c_.set(e.token,e)}function p_(e,t){var n=zd(dp(t)),r=zd(n.nodes[0].element.componentView);f_.set(e,r)}function h_(){l_.clear(),c_.clear(),f_.clear()}function v_(e){if(0===l_.size)return e;var t=function n(e){for(var t=[],n=null,r=0;r<e.nodes.length;r++){var o=e.nodes[r];1&o.flags&&(n=o),n&&3840&o.flags&&l_.has(o.provider.token)&&(t.push(n.nodeIndex),n=null)}return t}(e);if(0===t.length)return e;e=e.factory(function(){return Id});for(var r=0;r<t.length;r++)o(e,t[r]);return e;function o(e,t){for(var n=t+1;n<e.nodes.length;n++){var r=e.nodes[n];if(1&r.flags)return;if(3840&r.flags){var o=r.provider,i=l_.get(o.token);i&&(r.flags=-3841&r.flags|i.flags,o.deps=Bd(i.deps),o.value=i.value)}}}}function y_(e,t,n,r,o,i,a,u,s,l,c,f,d){var p=e.def.nodes[t];return Bm(e,p,n,r,o,i,a,u,s,l,c,f,d),224&p.flags?wd(e,t).value:void 0}function g_(e,t,n,r,o,i,a,u,s,l,c,f,d){var p=e.def.nodes[t];return Um(e,p,n,r,o,i,a,u,s,l,c,f,d),224&p.flags?wd(e,t).value:void 0}function m_(e){return j_(i_.detectChanges,Lm,null,[e])}function __(e){return j_(i_.checkNoChanges,Hm,null,[e])}function w_(e){return j_(i_.destroy,Zm,null,[e])}function b_(e,t){u_=e,s_=t}function C_(e,t,n,r){return b_(e,t),j_(i_.handleEvent,e.def.handleEvent,null,[e,t,n,r])}function x_(e,t){if(128&e.state)throw hd(i_[a_]);return b_(e,O_(e,0)),e.def.updateDirectives(function n(e,r,o){for(var i=[],a=3;a<arguments.length;a++)i[a-3]=arguments[a];var u=e.def.nodes[r];return 0===t?k_(e,u,o,i):E_(e,u,o,i),16384&u.flags&&b_(e,O_(e,r)),224&u.flags?wd(e,u.nodeIndex).value:void 0},e)}function I_(e,t){if(128&e.state)throw hd(i_[a_]);return b_(e,T_(e,0)),e.def.updateRenderer(function n(e,r,o){for(var i=[],a=3;a<arguments.length;a++)i[a-3]=arguments[a];var u=e.def.nodes[r];return 0===t?k_(e,u,o,i):E_(e,u,o,i),3&u.flags&&b_(e,T_(e,r)),224&u.flags?wd(e,u.nodeIndex).value:void 0},e)}function k_(e,t,n,r){if(Bm.apply(void 0,f([e,t,n],r))){var o=1===n?r[0]:r;if(16384&t.flags){for(var i={},a=0;a<t.bindings.length;a++){var u=t.bindings[a],s=o[a];8&u.flags&&(i[(h=u.nonMinifiedName,"ng-reflect-"+function l(e){return e.replace(ea,function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return"-"+e[1].toLowerCase()})}(h.replace(/[$@]/g,"_")))]=ta(s))}var c=t.parent,d=md(e,c.nodeIndex).renderElement;if(c.element.name)for(var p in i)null!=(s=i[p])?e.renderer.setAttribute(d,p,s):e.renderer.removeAttribute(d,p);else e.renderer.setValue(d,"bindings="+JSON.stringify(i,null,2))}}var h}function E_(e,t,n,r){Um.apply(void 0,f([e,t,n],r))}function O_(e,t){for(var n=t;n<e.def.nodes.length;n++){var r=e.def.nodes[n];if(16384&r.flags&&r.bindings&&r.bindings.length)return n}return null}function T_(e,t){for(var n=t;n<e.def.nodes.length;n++){var r=e.def.nodes[n];if(3&r.flags&&r.bindings&&r.bindings.length)return n}return null}!function(e){e[e.create=0]="create",e[e.detectChanges=1]="detectChanges",e[e.checkNoChanges=2]="checkNoChanges",e[e.destroy=3]="destroy",e[e.handleEvent=4]="handleEvent"}(i_||(i_={}));var P_=function(){function e(e,t){this.view=e,this.nodeIndex=t,null==t&&(this.nodeIndex=t=0),this.nodeDef=e.def.nodes[t];for(var n=this.nodeDef,r=e;n&&0==(1&n.flags);)n=n.parent;if(!n)for(;!n&&r;)n=Sd(r),r=r.parent;this.elDef=n,this.elView=r}return Object.defineProperty(e.prototype,"elOrCompView",{get:function(){return md(this.elView,this.elDef.nodeIndex).componentView||this.view},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return bp(this.elView,this.elDef)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"component",{get:function(){return this.elOrCompView.component},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this.elOrCompView.context},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"providerTokens",{get:function(){var e=[];if(this.elDef)for(var t=this.elDef.nodeIndex+1;t<=this.elDef.nodeIndex+this.elDef.childCount;t++){var n=this.elView.def.nodes[t];20224&n.flags&&e.push(n.provider.token),t+=n.childCount}return e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"references",{get:function(){var e={};if(this.elDef){N_(this.elView,this.elDef,e);for(var t=this.elDef.nodeIndex+1;t<=this.elDef.nodeIndex+this.elDef.childCount;t++){var n=this.elView.def.nodes[t];20224&n.flags&&N_(this.elView,n,e),t+=n.childCount}}return e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentRenderElement",{get:function(){var e=function t(e){for(;e&&!Md(e);)e=e.parent;return e.parent?md(e.parent,Sd(e).nodeIndex):null}(this.elOrCompView);return e?e.renderElement:void 0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"renderNode",{get:function(){return 2&this.nodeDef.flags?Vd(this.view,this.nodeDef):Vd(this.elView,this.elDef)},enumerable:!0,configurable:!0}),e.prototype.logError=function(e){for(var t,n,r=[],o=1;o<arguments.length;o++)r[o-1]=arguments[o];2&this.nodeDef.flags?(t=this.view.def,n=this.nodeDef.nodeIndex):(t=this.elView.def,n=this.elDef.nodeIndex);var i=function a(e,t){for(var n=-1,r=0;r<=t;r++)3&e.nodes[r].flags&&n++;return n}(t,n),u=-1;t.factory(function(){var t;return++u===i?(t=e.error).bind.apply(t,f([e],r)):Id}),u<i&&(e.error("Illegal state: the ViewDefinitionFactory did not call the logger!"),e.error.apply(e,f(r)))},e}();function N_(e,t,n){for(var r in t.references)n[r]=Em(e,t,t.references[r])}function j_(e,t,n,r){var o=a_,i=u_,a=s_;try{a_=e;var u=t.apply(n,r);return u_=i,s_=a,a_=o,u}catch(e){if(function s(e){return!!ri(e)}(e)||!u_)throw e;throw function l(e,t){return e instanceof Error||(e=new Error(e.toString())),pd(e,t),e}(e,A_())}}function A_(){return u_?new P_(u_,s_):null}var D_=function(){function e(e){this.delegate=e}return e.prototype.createRenderer=function(e,t){return new R_(this.delegate.createRenderer(e,t))},e.prototype.begin=function(){this.delegate.begin&&this.delegate.begin()},e.prototype.end=function(){this.delegate.end&&this.delegate.end()},e.prototype.whenRenderingDone=function(){return this.delegate.whenRenderingDone?this.delegate.whenRenderingDone():Promise.resolve(null)},e}(),R_=function(){function e(e){this.delegate=e,this.debugContextFactory=A_,this.data=this.delegate.data}return e.prototype.createDebugContext=function(e){return this.debugContextFactory(e)},e.prototype.destroyNode=function(e){!function t(e){em.delete(e.nativeNode)}(nm(e)),this.delegate.destroyNode&&this.delegate.destroyNode(e)},e.prototype.destroy=function(){this.delegate.destroy()},e.prototype.createElement=function(e,t){var n=this.delegate.createElement(e,t),r=this.createDebugContext(n);if(r){var o=new Zg(n,null,r);o.name=e,om(o)}return n},e.prototype.createComment=function(e){var t=this.delegate.createComment(e),n=this.createDebugContext(t);return n&&om(new zg(t,null,n)),t},e.prototype.createText=function(e){var t=this.delegate.createText(e),n=this.createDebugContext(t);return n&&om(new zg(t,null,n)),t},e.prototype.appendChild=function(e,t){var n=nm(e),r=nm(t);n&&r&&n instanceof Zg&&n.addChild(r),this.delegate.appendChild(e,t)},e.prototype.insertBefore=function(e,t,n){var r=nm(e),o=nm(t),i=nm(n);r&&o&&r instanceof Zg&&r.insertBefore(i,o),this.delegate.insertBefore(e,t,n)},e.prototype.removeChild=function(e,t){var n=nm(e),r=nm(t);n&&r&&n instanceof Zg&&n.removeChild(r),this.delegate.removeChild(e,t)},e.prototype.selectRootElement=function(e,t){var n=this.delegate.selectRootElement(e,t),r=A_();return r&&om(new Zg(n,null,r)),n},e.prototype.setAttribute=function(e,t,n,r){var o=nm(e);o&&o instanceof Zg&&(o.attributes[r?r+":"+t:t]=n),this.delegate.setAttribute(e,t,n,r)},e.prototype.removeAttribute=function(e,t,n){var r=nm(e);r&&r instanceof Zg&&(r.attributes[n?n+":"+t:t]=null),this.delegate.removeAttribute(e,t,n)},e.prototype.addClass=function(e,t){var n=nm(e);n&&n instanceof Zg&&(n.classes[t]=!0),this.delegate.addClass(e,t)},e.prototype.removeClass=function(e,t){var n=nm(e);n&&n instanceof Zg&&(n.classes[t]=!1),this.delegate.removeClass(e,t)},e.prototype.setStyle=function(e,t,n,r){var o=nm(e);o&&o instanceof Zg&&(o.styles[t]=n),this.delegate.setStyle(e,t,n,r)},e.prototype.removeStyle=function(e,t,n){var r=nm(e);r&&r instanceof Zg&&(r.styles[t]=null),this.delegate.removeStyle(e,t,n)},e.prototype.setProperty=function(e,t,n){var r=nm(e);r&&r instanceof Zg&&(r.properties[t]=n),this.delegate.setProperty(e,t,n)},e.prototype.listen=function(e,t,n){if("string"!=typeof e){var r=nm(e);r&&r.listeners.push(new Ug(t,n))}return this.delegate.listen(e,t,n)},e.prototype.parentNode=function(e){return this.delegate.parentNode(e)},e.prototype.nextSibling=function(e){return this.delegate.nextSibling(e)},e.prototype.setValue=function(e,t){return this.delegate.setValue(e,t)},e}(),S_=function(e){function t(t,n,r){var o=e.call(this)||this;return o.moduleType=t,o._bootstrapComponents=n,o._ngModuleDefFactory=r,o}return o(t,e),t.prototype.create=function(e){Jm();var t=function n(e){var t=Array.from(e.providers),n=Array.from(e.modules),r={};for(var o in e.providersByKey)r[o]=e.providersByKey[o];return{factory:e.factory,isRoot:e.isRoot,providers:t,modules:n,providersByKey:r}}(zd(this._ngModuleDefFactory));return xd.createNgModuleRef(this.moduleType,e||Re.NULL,this._bootstrapComponents,t)},t}(Ef);
|
|
1025
1017
|
/**
|
|
1026
1018
|
* @license
|
|
1027
1019
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -1071,7 +1063,7 @@ function dm(){return ad}function pm(){return ud}function hm(e){return e||"en-US"
|
|
|
1071
1063
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1072
1064
|
* found in the LICENSE file at https://angular.io/license
|
|
1073
1065
|
*/
|
|
1074
|
-
e.ɵangular_packages_core_core_r=vm,e.ɵangular_packages_core_core_o=dm,e.ɵangular_packages_core_core_p=pm,e.ɵangular_packages_core_core_q=hm,e.ɵangular_packages_core_core_s=
|
|
1066
|
+
e.ɵangular_packages_core_core_r=vm,e.ɵangular_packages_core_core_o=dm,e.ɵangular_packages_core_core_p=pm,e.ɵangular_packages_core_core_q=hm,e.ɵangular_packages_core_core_s=ym,e.ɵangular_packages_core_core_f=Vy,e.ɵangular_packages_core_core_m=Zf,e.ɵangular_packages_core_core_n=Jf,e.ɵangular_packages_core_core_l=Zg,e.ɵangular_packages_core_core_k=zg,e.ɵangular_packages_core_core_a=De,e.ɵangular_packages_core_core_b=G,e.ɵangular_packages_core_core_c=wt,e.ɵangular_packages_core_core_d=it,e.ɵangular_packages_core_core_e=ft,e.ɵangular_packages_core_core_j=Qv,e.ɵangular_packages_core_core_t=sg,e.ɵangular_packages_core_core_v=og,e.ɵangular_packages_core_core_u=rg,e.ɵangular_packages_core_core_y=ug,e.ɵangular_packages_core_core_w=ig,e.ɵangular_packages_core_core_x=ag,e.ɵangular_packages_core_core_bb=Jp,e.ɵangular_packages_core_core_bc=qo,e.ɵangular_packages_core_core_bd=_r,e.ɵangular_packages_core_core_be=jr,e.ɵangular_packages_core_core_bf=Wr,e.ɵangular_packages_core_core_bj=pa,e.ɵangular_packages_core_core_bp=Vo,e.ɵangular_packages_core_core_bo=qn,e.ɵangular_packages_core_core_g=Pf,e.ɵangular_packages_core_core_h=Nf,e.ɵangular_packages_core_core_i=jf,e.ɵangular_packages_core_core_bh=Yi,e.ɵangular_packages_core_core_bn=Dt,e.ɵangular_packages_core_core_bk=g,e.ɵangular_packages_core_core_bl=m,e.ɵangular_packages_core_core_bq=T,e.ɵangular_packages_core_core_z=Sp,e.ɵangular_packages_core_core_ba=Cd,e.createPlatform=Pg,e.assertPlatform=jg,e.destroyPlatform=function V_(){Cg&&!Cg.destroyed&&Cg.destroy()},e.getPlatform=Ag,e.PlatformRef=Dg,e.ApplicationRef=Sg,e.createPlatformFactory=Ng,e.NgProbeToken=Tg,e.enableProdMode=function M_(){if(fi)throw new Error("Cannot enable prod mode after platform setup.");ci=!1},e.isDevMode=di,e.APP_ID=Sy,e.PACKAGE_ROOT_URL=Qy,e.PLATFORM_INITIALIZER=Hy,e.PLATFORM_ID=Ly,e.APP_BOOTSTRAP_LISTENER=By,e.APP_INITIALIZER=Dy,e.ApplicationInitStatus=Ry,e.DebugElement=um,e.DebugEventListener=Ug,e.DebugNode=am,e.asNativeElements=function F_(e){return e.map(function(e){return e.nativeElement})},e.getDebugNode=nm,e.Testability=Ig,e.TestabilityRegistry=kg,e.setTestabilityGetter=function H_(e){Eg=e},e.TRANSLATIONS=cm,e.TRANSLATIONS_FORMAT=fm,e.LOCALE_ID=lm,e.ApplicationModule=mm,e.wtfCreateScope=cg,e.wtfLeave=fg,e.wtfStartTimeRange=dg,e.wtfEndTimeRange=pg,e.Type=ne,e.EventEmitter=hv,e.ErrorHandler=ai,e.Sanitizer=Bi,e.Attribute=O,e.ANALYZE_FOR_ENTRY_COMPONENTS=bt,e.ContentChild=xt,e.ContentChildren=Ct,e.Query=gt,e.ViewChild=kt,e.ViewChildren=It,e.Component=gy,e.Directive=yy,e.HostBinding=by,e.HostListener=Cy,e.Input=_y,e.Output=wy,e.Pipe=my,e.NgModule=Py,e.CUSTOM_ELEMENTS_SCHEMA={name:"custom-elements"},e.NO_ERRORS_SCHEMA={name:"no-errors-schema"},e.Version=Bf,e.VERSION=zf,e.ɵɵdefineInjectable=N,e.defineInjectable=j,e.ɵɵdefineInjector=A,e.forwardRef=H,e.resolveForwardRef=L,e.Injectable=Ie,e.INJECTOR=Ae,e.Injector=Re,e.ɵɵinject=Y,e.inject=$,e.ReflectiveInjector=_t,e.ResolvedReflectiveFactory=st,e.ReflectiveKey=nt,e.InjectionToken=Te,e.Inject=b,e.Optional=C,e.Self=x,e.SkipSelf=I,e.Host=k,e.ɵ0=w,e.ɵ1=E,e.NgZone=yg,e.ɵNoopNgZone=xg,e.RenderComponentType=Vf,e.Renderer=Ff,e.Renderer2=Qf,e.RendererFactory2=Lf,e.RootRenderer=Hf,e.COMPILER_OPTIONS=tg,e.Compiler=eg,e.CompilerFactory=ng,e.ModuleWithComponentFactories=zy,e.ComponentFactory=vf,e.ɵComponentFactory=vf,e.ComponentRef=hf,e.ComponentFactoryResolver=Cf,e.ElementRef=Rf,e.NgModuleFactory=Ef,e.NgModuleRef=kf,e.NgModuleFactoryLoader=Fv,e.getModuleFactory=Uv,e.QueryList=vv,e.SystemJsNgModuleLoader=Hg,e.SystemJsNgModuleLoaderConfig=Mg,e.TemplateRef=sd,e.ViewContainerRef=cd,e.EmbeddedViewRef=Qg,e.ViewRef=Bg,e.ChangeDetectorRef=rd,e.DefaultIterableDiffer=Kf,e.IterableDiffers=td,e.KeyValueDiffers=nd,e.SimpleChange=Vc,e.WrappedValue=Sl,e.platformCore=sm,e.ɵALLOW_MULTIPLE_PLATFORMS=Og,e.ɵAPP_ID_RANDOM_PROVIDER=My,e.ɵdefaultIterableDiffers=ad,e.ɵdefaultKeyValueDiffers=ud,e.ɵdevModeEqual=Rl,e.ɵisListLikeIterable=Vl,e.ɵisDefaultChangeDetectionStrategy=function L_(t){return null==t||t===e.ChangeDetectionStrategy.Default},e.ɵConsole=Uy,e.ɵsetCurrentInjector=K,e.ɵgetInjectableDef=D,e.ɵAPP_ROOT=qc,e.ɵivyEnabled=!1,e.ɵCodegenComponentFactoryResolver=xf,e.ɵclearResolutionOfComponentResourcesQueue=jt,e.ɵresolveComponentResources=Et,e.ɵReflectionCapabilities=se,e.ɵRenderDebugInfo=Mf,e.ɵ_sanitizeHtml=Hi,e.ɵ_sanitizeStyle=zi,e.ɵ_sanitizeUrl=yi,e.ɵglobal=Q,e.ɵlooseIdentical=Dl,e.ɵstringify=M,e.ɵmakeDecorator=v,e.ɵisObservable=bl,e.ɵisPromise=wl,e.ɵclearOverrides=function B_(){return Jm(),xd.clearOverrides()},e.ɵinitServicesIfNeeded=Jm,e.ɵoverrideComponentView=function Q_(e,t){return Jm(),xd.overrideComponentView(e,t)},e.ɵoverrideProvider=
|
|
1075
1067
|
/**
|
|
1076
1068
|
* @license
|
|
1077
1069
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -1079,7 +1071,7 @@ e.ɵangular_packages_core_core_r=vm,e.ɵangular_packages_core_core_o=dm,e.ɵangu
|
|
|
1079
1071
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1080
1072
|
* found in the LICENSE file at https://angular.io/license
|
|
1081
1073
|
*/
|
|
1082
|
-
function U_(e){return Jm(),xd.overrideProvider(e)},e.ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR=Qp,e.ɵɵdefineBase=Yt,e.ɵɵdefineComponent=Ut,e.ɵɵdefineDirective=$t,e.ɵɵdefinePipe=Jt,e.ɵɵdefineNgModule=Kt,e.ɵdetectChanges=function z_(e){
|
|
1074
|
+
function U_(e){return Jm(),xd.overrideProvider(e)},e.ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR=Qp,e.ɵɵdefineBase=Yt,e.ɵɵdefineComponent=Ut,e.ɵɵdefineDirective=$t,e.ɵɵdefinePipe=Jt,e.ɵɵdefineNgModule=Kt,e.ɵdetectChanges=function z_(e){ns(so(e),e)},e.ɵrenderComponent=function Z_(e,t){void 0===t&&(t={});var n=t.rendererFactory||io,r=t.sanitizer||null,o=Xt(e);o.type!=e&&(o.type=e);var i,a=Mu(n,t.host||o.selectors[0][0]),u=o.onPush?576:528,s=Rc(t.scheduler,t.playerHandler),l=n.createRenderer(a,o),c=ku(null,Vu(-1,null,1,0,null,null,null,null),s,u,null,null,n,l,void 0,t.injector||null),f=Kr(c,null);try{n.begin&&n.begin();var d=Ac(a,o,c,n,l,r);i=Dc(d,o,c,s,t.hostFeatures||null),Ju(c,d),Cu(c),c[gn]&=-5,er(c),Cu(c)}finally{Gr(f),n.end&&n.end()}return i},e.ɵRender3ComponentFactory=Xp,e.ɵRender3ComponentRef=eh,e.ɵɵdirectiveInject=qs,e.ɵɵinjectAttribute=Ks,e.ɵɵgetFactoryOf=ti,e.ɵɵgetInheritedFactory=ni,e.ɵɵsetComponentScope=zt,e.ɵɵsetNgModuleScope=Wt,e.ɵɵtemplateRefExtractor=Mv,e.ɵɵProvidersFeature=pf,e.ɵɵInheritDefinitionFeature=Qc,e.ɵɵNgOnChangesFeature=Mc,e.ɵLifecycleHooksFeature=Sc,e.ɵRender3NgModuleRef=Wh,e.ɵmarkDirty=ys,e.ɵNgModuleFactory=Gh,e.ɵNO_CHANGE=fa,e.ɵɵcontainer=Ms,e.ɵɵnextContext=Ol,e.ɵɵelementStart=cl,e.ɵɵnamespaceHTML=ro,e.ɵɵnamespaceMathML=no,e.ɵɵnamespaceSVG=to,e.ɵɵelement=dl,e.ɵɵlistener=Cl,e.ɵɵtext=hc,e.ɵɵembeddedViewStart=gl,e.ɵɵprojection=Nl,e.ɵɵbind=Zl,e.ɵɵinterpolation1=Gl,e.ɵɵinterpolation2=Yl,e.ɵɵinterpolation3=$l,e.ɵɵinterpolation4=Jl,e.ɵɵinterpolation5=Xl,e.ɵɵinterpolation6=ec,e.ɵɵinterpolation7=tc,e.ɵɵinterpolation8=nc,e.ɵɵinterpolationV=Wl,e.ɵɵpipeBind1=uv,e.ɵɵpipeBind2=sv,e.ɵɵpipeBind3=lv,e.ɵɵpipeBind4=cv,e.ɵɵpipeBindV=fv,e.ɵɵpureFunction0=Yh,e.ɵɵpureFunction1=$h,e.ɵɵpureFunction2=Jh,e.ɵɵpureFunction3=Xh,e.ɵɵpureFunction4=ev,e.ɵɵpureFunction5=tv,e.ɵɵpureFunction6=nv,e.ɵɵpureFunction7=rv,e.ɵɵpureFunction8=ov,e.ɵɵpureFunctionV=iv,e.ɵɵgetCurrentView=_l,e.ɵgetDirectives=Cc,e.ɵgetHostElement=Ic,e.ɵɵrestoreView=Nr,e.ɵɵcontainerRefreshStart=Hs,e.ɵɵcontainerRefreshEnd=Ls,e.ɵɵqueryRefresh=Nv,e.ɵɵviewQuery=Av,e.ɵɵstaticViewQuery=jv,e.ɵɵstaticContentQuery=Sv,e.ɵɵloadViewQuery=Dv,e.ɵɵcontentQuery=Rv,e.ɵɵloadContentQuery=Vv,e.ɵɵelementEnd=fl,e.ɵɵelementProperty=ql,e.ɵɵproperty=zl,e.ɵɵpropertyInterpolate=rc,e.ɵɵpropertyInterpolate1=oc,e.ɵɵpropertyInterpolate2=ic,e.ɵɵpropertyInterpolate3=ac,e.ɵɵpropertyInterpolate4=uc,e.ɵɵpropertyInterpolate5=sc,e.ɵɵpropertyInterpolate6=lc,e.ɵɵpropertyInterpolate7=cc,e.ɵɵpropertyInterpolate8=fc,e.ɵɵpropertyInterpolateV=dc,e.ɵɵcomponentHostSyntheticProperty=Kl,e.ɵɵcomponentHostSyntheticListener=xl,e.ɵɵprojectionDef=Pl,e.ɵɵreference=zs,e.ɵɵenableBindings=gr,e.ɵɵdisableBindings=mr,e.ɵɵallocHostVars=vs,e.ɵɵelementAttribute=pl,e.ɵɵelementContainerStart=vl,e.ɵɵelementContainerEnd=yl,e.ɵɵelementStyling=Ws,e.ɵɵelementStylingMap=rl,e.ɵɵelementStyleProp=$s,e.ɵɵelementStylingApply=il,e.ɵɵelementClassProp=el,e.ɵɵelementHostAttrs=hl,e.ɵɵelementHostStyling=Gs,e.ɵɵelementHostStylingMap=ol,e.ɵɵelementHostStyleProp=Js,e.ɵɵelementHostClassProp=tl,e.ɵɵelementHostStylingApply=al,e.ɵɵselect=pc,e.ɵɵtextBinding=vc,e.ɵɵtemplate=Fs,e.ɵɵembeddedViewEnd=ml,e.ɵstore=Us,e.ɵɵload=Zs,e.ɵɵpipe=av,e.ɵwhenRendered=function q_(e){return Vo(e).clean},e.ɵɵi18n=Dh,e.ɵɵi18nAttributes=Rh,e.ɵɵi18nExp=Fh,e.ɵɵi18nStart=Eh,e.ɵɵi18nEnd=Ph,e.ɵɵi18nApply=Hh,e.ɵɵi18nPostprocess=Th,e.ɵi18nConfigureLocalize=function K_(e){void 0===e&&(e={translations:{}}),zh=e.translations},e.ɵɵi18nLocalize=qh,e.ɵsetClassMetadata=
|
|
1083
1075
|
/**
|
|
1084
1076
|
* @license
|
|
1085
1077
|
* Copyright Google Inc. All Rights Reserved.
|
|
@@ -1087,4 +1079,4 @@ function U_(e){return Jm(),xd.overrideProvider(e)},e.ɵNOT_FOUND_CHECK_ONLY_ELEM
|
|
|
1087
1079
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1088
1080
|
* found in the LICENSE file at https://angular.io/license
|
|
1089
1081
|
*/
|
|
1090
|
-
function W_(e,t,n,r){return Dt(function(){var o,a=e,u=a.prototype?Object.getPrototypeOf(a.prototype):null,s=u&&u.constructor;null!==t&&(void 0===a.decorators||s&&s.decorators===a.decorators?a.decorators=t:(o=a.decorators).push.apply(o,f(t))),null!==n&&(a.ctorParameters=n),null!==r&&(a.propDecorators=void 0===a.propDecorators||s&&s.propDecorators===a.propDecorators?r:i({},a.propDecorators,r))})},e.ɵɵresolveWindow=sn,e.ɵɵresolveDocument=ln,e.ɵɵresolveBody=cn,e.ɵcompileComponent=og,e.ɵcompileDirective=ig,e.ɵcompileNgModule=$v,e.ɵcompileNgModuleDefs=Jv,e.ɵpatchComponentDefWithScope=eg,e.ɵresetCompiledComponents=function G_(){new Map,new Map,Kv.length=0},e.ɵflushModuleScopingQueueAsMuchAsPossible=Gv,e.ɵtransitiveScopesFor=tg,e.ɵcompilePipe=vg,e.ɵɵsanitizeHtml=Zi,e.ɵɵsanitizeStyle=qi,e.ɵɵdefaultStyleSanitizer=Ji,e.ɵɵsanitizeScript=Gi,e.ɵɵsanitizeUrl=Ki,e.ɵɵsanitizeResourceUrl=Wi,e.ɵɵsanitizeUrlOrResourceUrl=$i,e.ɵbypassSanitizationTrustHtml=function Y_(e){return li(e,"Html")},e.ɵbypassSanitizationTrustStyle=function $_(e){return li(e,"Style")},e.ɵbypassSanitizationTrustScript=function J_(e){return li(e,"Script")},e.ɵbypassSanitizationTrustUrl=function X_(e){return li(e,"Url")},e.ɵbypassSanitizationTrustResourceUrl=function ew(e){return li(e,"ResourceUrl")},e.ɵgetLContext=ao,e.ɵNG_ELEMENT_ID=Bt,e.ɵNG_COMPONENT_DEF=Vt,e.ɵNG_DIRECTIVE_DEF=Mt,e.ɵNG_PIPE_DEF=Ft,e.ɵNG_MODULE_DEF=Ht,e.ɵNG_BASE_DEF=Lt,e.ɵNG_INJECTABLE_DEF=S,e.ɵNG_INJECTOR_DEF=V,e.ɵbindPlayerFactory=function tw(e,t){return new pa(e,t)},e.ɵaddPlayer=function nw(e,t){var n=ao(e);if(n){var r=n.native,o=n.lView,i=function a(e,t){if(!(t=t||ao(e)))return null;var n=wo(t.nodeIndex,t.lView);return ko(n)||Eo(n)}(r,n),u=Vo(o);Io(i,u,r,t,0,e),ts(u,2)}},e.ɵgetPlayers=gc,e.ɵcompileNgModuleFactory__POST_R3__=function rw(e,t,n){var r=new Gh(n);if(function o(){return 0===Tt.size}())return Promise.resolve(r);var i=function a(e){var t=[];return e.forEach(function(e){return e&&t.push.apply(t,f(e))}),t}(e.get(ty,[]).concat(t).map(function(e){return e.providers}));if(0===i.length)return Promise.resolve(r);var u=z(),s=Re.create({providers:i}).get(u.ResourceLoader);return Et(function(e){return Promise.resolve(s.get(e))}).then(function(){return r})},e.ɵisBoundToModule__POST_R3__=function ow(e){return e.isBoundToModule},e.ɵSWITCH_COMPILE_COMPONENT__POST_R3__=xg,e.ɵSWITCH_COMPILE_DIRECTIVE__POST_R3__=Ig,e.ɵSWITCH_COMPILE_PIPE__POST_R3__=kg,e.ɵSWITCH_COMPILE_NGMODULE__POST_R3__=Ng,e.ɵgetDebugNode__POST_R3__=tm,e.ɵSWITCH_COMPILE_INJECTABLE__POST_R3__=ke,e.ɵSWITCH_IVY_ENABLED__POST_R3__=!0,e.ɵSWITCH_CHANGE_DETECTOR_REF_FACTORY__POST_R3__=function iw(){return jf(jr(),_r(),null)},e.ɵCompiler_compileModuleSync__POST_R3__=Wg,e.ɵCompiler_compileModuleAsync__POST_R3__=function(e){return Promise.resolve(Wg(e))},e.ɵCompiler_compileModuleAndAllComponentsSync__POST_R3__=$g,e.ɵCompiler_compileModuleAndAllComponentsAsync__POST_R3__=function(e){return Promise.resolve($g(e))},e.ɵSWITCH_ELEMENT_REF_FACTORY__POST_R3__=function aw(e){return Pf(e,jr(),_r())},e.ɵSWITCH_TEMPLATE_REF_FACTORY__POST_R3__=function uw(e,t){return Nf(e,t,jr(),_r())},e.ɵSWITCH_VIEW_CONTAINER_REF_FACTORY__POST_R3__=function sw(e,t){return function n(e,t,r,i){var a;_f||(_f=function(e){function n(t,n,r){var o=e.call(this)||this;return o._lContainer=t,o._hostTNode=n,o._hostView=r,o._viewRefs=[],o}return o(n,e),Object.defineProperty(n.prototype,"element",{get:function(){return Pf(t,this._hostTNode,this._hostView)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"injector",{get:function(){return new ei(this._hostTNode,this._hostView)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"parentInjector",{get:function(){var e=zo(this._hostTNode,this._hostView),t=Do(e,this._hostView),n=function r(e,t,n){if(n.parent&&-1!==n.parent.injectorIndex){for(var r=n.parent.injectorIndex,o=n.parent;null!=o.parent&&r==o.injectorIndex;)o=o.parent;return o}for(var i=Ao(e),a=t,u=t[bn];i>1;)u=(a=a[An])[bn],i--;return u}(e,this._hostView,this._hostTNode);return No(e)&&null!=n?new ei(n,t):new ei(null,this._hostView)},enumerable:!0,configurable:!0}),n.prototype.clear=function(){for(;this._lContainer[Fn].length;)this.remove(0)},n.prototype.get=function(e){return this._viewRefs[e]||null},Object.defineProperty(n.prototype,"length",{get:function(){return this._lContainer[Fn].length},enumerable:!0,configurable:!0}),n.prototype.createEmbeddedView=function(e,t,n){var r=this._adjustIndex(n),o=e.createEmbeddedView(t||{},this._lContainer,r);return o.attachToViewContainerRef(this),this._viewRefs.splice(r,0,o),o},n.prototype.createComponent=function(e,t,n,r,o){var i=n||this.parentInjector;!o&&null==e.ngModule&&i&&(o=i.get(kf,null));var a=e.create(i,r,void 0,o);return this.insert(a.hostView,t),a},n.prototype.insert=function(e,t){if(e.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");var n=e._lView,r=this._adjustIndex(t);return Xn(n)?this.move(e,r):(ks(n,this._lContainer,r),Is(n,!0,Ss(r,this._lContainer[Fn],this._lContainer[Mn])),e.attachToViewContainerRef(this),this._viewRefs.splice(r,0,e),e)},n.prototype.move=function(e,t){if(e.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");var n=this.indexOf(e);return-1!==n&&this.detach(n),this.insert(e,t),e},n.prototype.indexOf=function(e){return this._viewRefs.indexOf(e)},n.prototype.remove=function(e){var t=this._adjustIndex(e,-1);Os(this._lContainer,t),this._viewRefs.splice(t,1)},n.prototype.detach=function(e){var t=this._adjustIndex(e,-1),n=Es(this._lContainer,t);return n&&null!=this._viewRefs.splice(t,1)[0]?new Of(n,n[In],-1):null},n.prototype._adjustIndex=function(e,t){return void 0===t&&(t=0),null==e?this._lContainer[Fn].length+t:e},n}(e));var u=i[r.index];if(Qn(u))(a=u)[Vn]=-1;else{var s=i[On].createComment("");if(Yn(i)){var l=i[On],c=zn(r,i);js(l,Ds(l,c),s,function f(e,t){return oo(e)?e.nextSibling(t):t.nextSibling}(l,c))}else Rs(s,r,i);i[r.index]=a=Ju(u,i,s,r,!0),Xu(i,a)}return new _f(a,r,i)}(e,t,jr(),_r())},e.ɵSWITCH_RENDERER2_FACTORY__POST_R3__=function lw(){return function e(t){var n=t[On];if(oo(n))return n;throw new Error("Cannot inject Renderer2 when the application uses Renderer3!")}(_r())},e.ɵgetModuleFactory__POST_R3__=function cw(e){var t=Hv.get(e);if(!t)throw zv(e);return new Gh(t)},e.ɵregisterNgModuleType=Bv,e.ɵpublishGlobalUtil=jc,e.ɵpublishDefaultGlobalUtils=function fw(){Nc||(Nc=!0,jc("getComponent",yc),jc("getContext",mc),jc("getListeners",Oc),jc("getViewComponent",_c),jc("getHostElement",Ic),jc("getInjector",bc),jc("getRootComponents",wc),jc("getDirectives",Cc),jc("getPlayers",gc),jc("markDirty",ys))},e.ɵcreateInjector=Jc,e.ɵregisterModuleFactory=function dw(e,t){var n=Hv.get(e);Lv(e,n&&n.moduleType,t.moduleType),Hv.set(e,t)},e.ɵEMPTY_ARRAY=[],e.ɵEMPTY_MAP={},e.ɵand=function pw(e,t,n,r,o,i){e|=1;var a=Ld(t);return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,flags:e,checkIndex:-1,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:a.matchedQueries,matchedQueryIds:a.matchedQueryIds,references:a.references,ngContentIndex:n,childCount:r,bindings:[],bindingFlags:0,outputs:[],element:{ns:null,name:null,attrs:null,template:i?zd(i):null,componentProvider:null,componentView:null,componentRendererType:null,publicProviders:null,allProviders:null,handleEvent:o||Id},provider:null,text:null,query:null,ngContent:null}},e.ɵccf=function hw(e,t,n,r,o,i){return new pp(e,t,n,r,o,i)},e.ɵcmf=function vw(e,t,n){return new S_(e,t,n)},e.ɵcrt=function gw(e){return{id:"$$undefined",styles:e.styles,encapsulation:e.encapsulation,data:e.data}},e.ɵdid=function yw(e,t,n,r,o,i,a,u){var s=[];if(a)for(var l in a){var f=c(a[l],2);s[f[0]]={flags:8,name:l,nonMinifiedName:f[1],ns:null,securityContext:null,suffix:null}}var d=[];if(u)for(var p in u)d.push({type:1,propName:p,target:null,eventName:u[p]});return Sp(e,t|=16384,n,r,o,o,i,s,d)},e.ɵeld=function mw(t,n,r,o,i,a,u,s,l,f,d,p){var h;void 0===u&&(u=[]),f||(f=Id);var v=Ld(r),g=v.matchedQueries,y=v.references,m=v.matchedQueryIds,_=null,w=null;a&&(_=(h=c($d(a),2))[0],w=h[1]),s=s||[];for(var b=new Array(s.length),C=0;C<s.length;C++){var x=c(s[C],3),I=x[0],k=x[2],E=c($d(x[1]),2),O=E[0],T=E[1],P=void 0,N=void 0;switch(15&I){case 4:N=k;break;case 1:case 8:P=k}b[C]={flags:I,ns:O,name:T,nonMinifiedName:T,securityContext:P,suffix:N}}l=l||[];var j=new Array(l.length);for(C=0;C<l.length;C++){var A=c(l[C],2);j[C]={type:0,target:A[0],eventName:A[1],propName:null}}var D=(u=u||[]).map(function(e){var t=c(e,2),n=t[1],r=c($d(t[0]),2);return[r[0],r[1],n]});return p=function R(t){if(t&&"$$undefined"===t.id){var n=null!=t.encapsulation&&t.encapsulation!==e.ViewEncapsulation.None||t.styles.length||Object.keys(t.data).length;t.id=n?"c"+Od++:"$$empty"}return t&&"$$empty"===t.id&&(t=null),t||null}(p),d&&(n|=33554432),{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:t,flags:n|=1,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:g,matchedQueryIds:m,references:y,ngContentIndex:o,childCount:i,bindings:b,bindingFlags:Jd(b),outputs:j,element:{ns:_,name:w,attrs:D,template:null,componentProvider:null,componentView:d||null,componentRendererType:p,publicProviders:null,allProviders:null,handleEvent:f||Id},provider:null,text:null,query:null,ngContent:null}},e.ɵgetComponentViewDefinitionFactory=dp,e.ɵinlineInterpolate=function _w(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g,y,m,_){switch(e){case 1:return t+Xd(n)+r;case 2:return t+Xd(n)+r+Xd(o)+i;case 3:return t+Xd(n)+r+Xd(o)+i+Xd(a)+u;case 4:return t+Xd(n)+r+Xd(o)+i+Xd(a)+u+Xd(s)+l;case 5:return t+Xd(n)+r+Xd(o)+i+Xd(a)+u+Xd(s)+l+Xd(c)+f;case 6:return t+Xd(n)+r+Xd(o)+i+Xd(a)+u+Xd(s)+l+Xd(c)+f+Xd(d)+p;case 7:return t+Xd(n)+r+Xd(o)+i+Xd(a)+u+Xd(s)+l+Xd(c)+f+Xd(d)+p+Xd(h)+v;case 8:return t+Xd(n)+r+Xd(o)+i+Xd(a)+u+Xd(s)+l+Xd(c)+f+Xd(d)+p+Xd(h)+v+Xd(g)+y;case 9:return t+Xd(n)+r+Xd(o)+i+Xd(a)+u+Xd(s)+l+Xd(c)+f+Xd(d)+p+Xd(h)+v+Xd(g)+y+Xd(m)+_;default:throw new Error("Does not support more than 9 expressions")}},e.ɵinterpolate=function ww(e,t){for(var n="",r=0;r<2*e;r+=2)n=n+t[r]+Xd(t[r+1]);return n+t[2*e]},e.ɵmod=function bw(e){for(var t={},n=[],r=!1,o=0;o<e.length;o++){var i=e[o];i.token===qc&&!0===i.value&&(r=!0),1073741824&i.flags&&n.push(i.token),i.index=o,t[Ed(i.token)]=i}return{factory:null,providersByKey:t,providers:e,modules:n,isRoot:r}},e.ɵmpd=function Cw(e,t,n,r){return n=L(n),{index:-1,deps:Bd(r,M(t)),flags:e,token:t,value:n}},e.ɵncd=function xw(e,t){return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:-1,flags:8,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:{},matchedQueryIds:0,references:{},ngContentIndex:e,childCount:0,bindings:[],bindingFlags:0,outputs:[],element:null,provider:null,text:null,query:null,ngContent:{index:t}}},e.ɵnov=function Iw(e,t){var n=e.def.nodes[t];if(1&n.flags){var r=md(e,n.nodeIndex);return n.element.template?r.template:r.renderElement}if(2&n.flags)return yd(e,n.nodeIndex).renderText;if(20240&n.flags)return _d(e,n.nodeIndex).instance;throw new Error("Illegal state: read nodeValue for node index "+t)},e.ɵpid=function kw(e,t,n){return Sp(-1,e|=16,null,0,t,t,n)},e.ɵprd=function Ew(e,t,n,r,o){return Sp(-1,e,t,0,n,r,o)},e.ɵpad=function Ow(e,t){return Tm(32,e,new Array(t))},e.ɵpod=function Tw(e,t){for(var n=Object.keys(t),r=n.length,o=new Array(r),i=0;i<r;i++){var a=n[i];o[t[a]]=a}return Tm(64,e,o)},e.ɵppd=function Pw(e,t){return Tm(128,e,new Array(t+1))},e.ɵqud=function Nw(e,t,n){var r=[];for(var o in n)r.push({propName:o,bindingType:n[o]});return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:-1,flags:e,childFlags:0,directChildFlags:0,childMatchedQueries:0,ngContentIndex:-1,matchedQueries:{},matchedQueryIds:0,references:{},childCount:0,bindings:[],bindingFlags:0,outputs:[],element:null,provider:null,text:null,query:{id:t,filterId:Hd(t),bindings:r},ngContent:null}},e.ɵted=function jw(e,t,n){for(var r=new Array(n.length-1),o=1;o<n.length;o++)r[o-1]={flags:8,name:null,ns:null,nonMinifiedName:null,securityContext:null,suffix:n[o]};return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:e,flags:2,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:{},matchedQueryIds:0,references:{},ngContentIndex:t,childCount:0,bindings:r,bindingFlags:8,outputs:[],element:null,provider:null,text:{prefix:n[0]},query:null,ngContent:null}},e.ɵunv=function Aw(e,t,n,r){if(Sl.isWrapped(r)){r=Sl.unwrap(r);var o=e.def.nodes[t].bindingIndex+n,i=Sl.unwrap(e.oldValues[o]);e.oldValues[o]=new Sl(i)}return r},e.ɵvid=function Dw(e,t,n,r){for(var o=0,i=0,a=0,u=0,s=0,l=null,c=null,f=!1,d=!1,p=null,h=0;h<t.length;h++){var v=t[h];if(v.nodeIndex=h,v.parent=l,v.bindingIndex=o,v.outputIndex=i,v.renderParent=c,a|=v.flags,s|=v.matchedQueryIds,v.element){var g=v.element;g.publicProviders=l?l.element.publicProviders:Object.create(null),g.allProviders=g.publicProviders,f=!1,d=!1,v.element.template&&(s|=v.element.template.nodeMatchedQueries)}if(Am(l,v,t.length),o+=v.bindings.length,i+=v.outputs.length,!c&&3&v.flags&&(p=v),20224&v.flags){f||(f=!0,l.element.publicProviders=Object.create(l.element.publicProviders),l.element.allProviders=l.element.publicProviders);var y=0!=(32768&v.flags);0==(8192&v.flags)||y?l.element.publicProviders[Ed(v.provider.token)]=v:(d||(d=!0,l.element.allProviders=Object.create(l.element.publicProviders)),l.element.allProviders[Ed(v.provider.token)]=v),y&&(l.element.componentProvider=v)}if(l?(l.childFlags|=v.flags,l.directChildFlags|=v.flags,l.childMatchedQueries|=v.matchedQueryIds,v.element&&v.element.template&&(l.childMatchedQueries|=v.element.template.nodeMatchedQueries)):u|=v.flags,v.childCount>0)l=v,jm(v)||(c=v);else for(;l&&h===l.nodeIndex+l.childCount;){var m=l.parent;m&&(m.childFlags|=l.childFlags,m.childMatchedQueries|=l.childMatchedQueries),c=(l=m)&&jm(l)?l.renderParent:l}}return{factory:null,nodeFlags:a,rootNodeFlags:u,nodeMatchedQueries:s,flags:e,nodes:t,updateDirectives:n||Id,updateRenderer:r||Id,handleEvent:function(e,n,r,o){return t[n].element.handleEvent(e,r,o)},bindingCount:o,outputCount:i,lastRenderRootNode:p}},Object.defineProperty(e,"__esModule",{value:!0})});
|
|
1082
|
+
function W_(e,t,n,r){return Dt(function(){var o,a=e,u=a.prototype?Object.getPrototypeOf(a.prototype):null,s=u&&u.constructor;null!==t&&(void 0===a.decorators||s&&s.decorators===a.decorators?a.decorators=t:(o=a.decorators).push.apply(o,f(t))),null!==n&&(a.ctorParameters=n),null!==r&&(a.propDecorators=void 0===a.propDecorators||s&&s.propDecorators===a.propDecorators?r:i({},a.propDecorators,r))})},e.ɵɵresolveWindow=sn,e.ɵɵresolveDocument=ln,e.ɵɵresolveBody=cn,e.ɵcompileComponent=oy,e.ɵcompileDirective=iy,e.ɵcompileNgModule=$v,e.ɵcompileNgModuleDefs=Jv,e.ɵpatchComponentDefWithScope=ey,e.ɵresetCompiledComponents=function G_(){new Map,new Map,Kv.length=0},e.ɵflushModuleScopingQueueAsMuchAsPossible=Gv,e.ɵtransitiveScopesFor=ty,e.ɵcompilePipe=vy,e.ɵɵsanitizeHtml=Zi,e.ɵɵsanitizeStyle=qi,e.ɵɵdefaultStyleSanitizer=Ji,e.ɵɵsanitizeScript=Gi,e.ɵɵsanitizeUrl=Ki,e.ɵɵsanitizeResourceUrl=Wi,e.ɵɵsanitizeUrlOrResourceUrl=$i,e.ɵbypassSanitizationTrustHtml=function Y_(e){return li(e,"Html")},e.ɵbypassSanitizationTrustStyle=function $_(e){return li(e,"Style")},e.ɵbypassSanitizationTrustScript=function J_(e){return li(e,"Script")},e.ɵbypassSanitizationTrustUrl=function X_(e){return li(e,"Url")},e.ɵbypassSanitizationTrustResourceUrl=function ew(e){return li(e,"ResourceUrl")},e.ɵgetLContext=ao,e.ɵNG_ELEMENT_ID=Bt,e.ɵNG_COMPONENT_DEF=Vt,e.ɵNG_DIRECTIVE_DEF=Mt,e.ɵNG_PIPE_DEF=Ft,e.ɵNG_MODULE_DEF=Ht,e.ɵNG_BASE_DEF=Lt,e.ɵNG_INJECTABLE_DEF=S,e.ɵNG_INJECTOR_DEF=V,e.ɵbindPlayerFactory=function tw(e,t){return new pa(e,t)},e.ɵaddPlayer=function nw(e,t){var n=ao(e);if(n){var r=n.native,o=n.lView,i=function a(e,t){if(!(t=t||ao(e)))return null;var n=wo(t.nodeIndex,t.lView);return ko(n)||Eo(n)}(r,n),u=Vo(o);Io(i,u,r,t,0,e),es(u,2)}},e.ɵgetPlayers=yc,e.ɵcompileNgModuleFactory__POST_R3__=function rw(e,t,n){var r=new Gh(n);if(function o(){return 0===Tt.size}())return Promise.resolve(r);var i=function a(e){var t=[];return e.forEach(function(e){return e&&t.push.apply(t,f(e))}),t}(e.get(tg,[]).concat(t).map(function(e){return e.providers}));if(0===i.length)return Promise.resolve(r);var u=z(),s=Re.create({providers:i}).get(u.ResourceLoader);return Et(function(e){return Promise.resolve(s.get(e))}).then(function(){return r})},e.ɵisBoundToModule__POST_R3__=function ow(e){return e.isBoundToModule},e.ɵSWITCH_COMPILE_COMPONENT__POST_R3__=xy,e.ɵSWITCH_COMPILE_DIRECTIVE__POST_R3__=Iy,e.ɵSWITCH_COMPILE_PIPE__POST_R3__=ky,e.ɵSWITCH_COMPILE_NGMODULE__POST_R3__=Ny,e.ɵgetDebugNode__POST_R3__=tm,e.ɵSWITCH_COMPILE_INJECTABLE__POST_R3__=ke,e.ɵSWITCH_IVY_ENABLED__POST_R3__=!0,e.ɵSWITCH_CHANGE_DETECTOR_REF_FACTORY__POST_R3__=function iw(){return jf(jr(),_r(),null)},e.ɵCompiler_compileModuleSync__POST_R3__=Wy,e.ɵCompiler_compileModuleAsync__POST_R3__=function(e){return Promise.resolve(Wy(e))},e.ɵCompiler_compileModuleAndAllComponentsSync__POST_R3__=$y,e.ɵCompiler_compileModuleAndAllComponentsAsync__POST_R3__=function(e){return Promise.resolve($y(e))},e.ɵSWITCH_ELEMENT_REF_FACTORY__POST_R3__=function aw(e){return Pf(e,jr(),_r())},e.ɵSWITCH_TEMPLATE_REF_FACTORY__POST_R3__=function uw(e,t){return Nf(e,t,jr(),_r())},e.ɵSWITCH_VIEW_CONTAINER_REF_FACTORY__POST_R3__=function sw(e,t){return function n(e,t,r,i){var a;_f||(_f=function(e){function n(t,n,r){var o=e.call(this)||this;return o._lContainer=t,o._hostTNode=n,o._hostView=r,o._viewRefs=[],o}return o(n,e),Object.defineProperty(n.prototype,"element",{get:function(){return Pf(t,this._hostTNode,this._hostView)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"injector",{get:function(){return new ei(this._hostTNode,this._hostView)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"parentInjector",{get:function(){var e=zo(this._hostTNode,this._hostView),t=Do(e,this._hostView),n=function r(e,t,n){if(n.parent&&-1!==n.parent.injectorIndex){for(var r=n.parent.injectorIndex,o=n.parent;null!=o.parent&&r==o.injectorIndex;)o=o.parent;return o}for(var i=Ao(e),a=t,u=t[bn];i>1;)u=(a=a[An])[bn],i--;return u}(e,this._hostView,this._hostTNode);return No(e)&&null!=n?new ei(n,t):new ei(null,this._hostView)},enumerable:!0,configurable:!0}),n.prototype.clear=function(){for(;this._lContainer[Fn].length;)this.remove(0)},n.prototype.get=function(e){return this._viewRefs[e]||null},Object.defineProperty(n.prototype,"length",{get:function(){return this._lContainer[Fn].length},enumerable:!0,configurable:!0}),n.prototype.createEmbeddedView=function(e,t,n){var r=this._adjustIndex(n),o=e.createEmbeddedView(t||{},this._lContainer,r);return o.attachToViewContainerRef(this),this._viewRefs.splice(r,0,o),o},n.prototype.createComponent=function(e,t,n,r,o){var i=n||this.parentInjector;!o&&null==e.ngModule&&i&&(o=i.get(kf,null));var a=e.create(i,r,void 0,o);return this.insert(a.hostView,t),a},n.prototype.insert=function(e,t){if(e.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");var n=e._lView,r=this._adjustIndex(t);return Xn(n)?this.move(e,r):(Is(n,this._lContainer,r),xs(n,!0,Rs(r,this._lContainer[Fn],this._lContainer[Mn])),e.attachToViewContainerRef(this),this._viewRefs.splice(r,0,e),e)},n.prototype.move=function(e,t){if(e.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");var n=this.indexOf(e);return-1!==n&&this.detach(n),this.insert(e,t),e},n.prototype.indexOf=function(e){return this._viewRefs.indexOf(e)},n.prototype.remove=function(e){var t=this._adjustIndex(e,-1);Es(this._lContainer,t),this._viewRefs.splice(t,1)},n.prototype.detach=function(e){var t=this._adjustIndex(e,-1),n=ks(this._lContainer,t);return n&&null!=this._viewRefs.splice(t,1)[0]?new Of(n,n[In],-1):null},n.prototype._adjustIndex=function(e,t){return void 0===t&&(t=0),null==e?this._lContainer[Fn].length+t:e},n}(e));var u=i[r.index];if(Qn(u))(a=u)[Vn]=-1;else{var s=i[On].createComment("");if(Yn(i)){var l=i[On],c=zn(r,i);Ns(l,As(l,c),s,function f(e,t){return oo(e)?e.nextSibling(t):t.nextSibling}(l,c))}else Ds(s,r,i);i[r.index]=a=$u(u,i,s,r,!0),Ju(i,a)}return new _f(a,r,i)}(e,t,jr(),_r())},e.ɵSWITCH_RENDERER2_FACTORY__POST_R3__=function lw(){return function e(t){var n=t[On];if(oo(n))return n;throw new Error("Cannot inject Renderer2 when the application uses Renderer3!")}(_r())},e.ɵgetModuleFactory__POST_R3__=function cw(e){var t=Hv.get(e);if(!t)throw zv(e);return new Gh(t)},e.ɵregisterNgModuleType=Bv,e.ɵpublishGlobalUtil=jc,e.ɵpublishDefaultGlobalUtils=function fw(){Nc||(Nc=!0,jc("getComponent",gc),jc("getContext",mc),jc("getListeners",Oc),jc("getViewComponent",_c),jc("getHostElement",Ic),jc("getInjector",bc),jc("getRootComponents",wc),jc("getDirectives",Cc),jc("getPlayers",yc),jc("markDirty",ys))},e.ɵcreateInjector=Jc,e.ɵregisterModuleFactory=function dw(e,t){var n=Hv.get(e);Lv(e,n&&n.moduleType,t.moduleType),Hv.set(e,t)},e.ɵEMPTY_ARRAY=[],e.ɵEMPTY_MAP={},e.ɵand=function pw(e,t,n,r,o,i){e|=1;var a=Ld(t);return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,flags:e,checkIndex:-1,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:a.matchedQueries,matchedQueryIds:a.matchedQueryIds,references:a.references,ngContentIndex:n,childCount:r,bindings:[],bindingFlags:0,outputs:[],element:{ns:null,name:null,attrs:null,template:i?zd(i):null,componentProvider:null,componentView:null,componentRendererType:null,publicProviders:null,allProviders:null,handleEvent:o||Id},provider:null,text:null,query:null,ngContent:null}},e.ɵccf=function hw(e,t,n,r,o,i){return new pp(e,t,n,r,o,i)},e.ɵcmf=function vw(e,t,n){return new S_(e,t,n)},e.ɵcrt=function yw(e){return{id:"$$undefined",styles:e.styles,encapsulation:e.encapsulation,data:e.data}},e.ɵdid=function gw(e,t,n,r,o,i,a,u){var s=[];if(a)for(var l in a){var f=c(a[l],2);s[f[0]]={flags:8,name:l,nonMinifiedName:f[1],ns:null,securityContext:null,suffix:null}}var d=[];if(u)for(var p in u)d.push({type:1,propName:p,target:null,eventName:u[p]});return Sp(e,t|=16384,n,r,o,o,i,s,d)},e.ɵeld=function mw(t,n,r,o,i,a,u,s,l,f,d,p){var h;void 0===u&&(u=[]),f||(f=Id);var v=Ld(r),y=v.matchedQueries,g=v.references,m=v.matchedQueryIds,_=null,w=null;a&&(_=(h=c($d(a),2))[0],w=h[1]),s=s||[];for(var b=new Array(s.length),C=0;C<s.length;C++){var x=c(s[C],3),I=x[0],k=x[2],E=c($d(x[1]),2),O=E[0],T=E[1],P=void 0,N=void 0;switch(15&I){case 4:N=k;break;case 1:case 8:P=k}b[C]={flags:I,ns:O,name:T,nonMinifiedName:T,securityContext:P,suffix:N}}l=l||[];var j=new Array(l.length);for(C=0;C<l.length;C++){var A=c(l[C],2);j[C]={type:0,target:A[0],eventName:A[1],propName:null}}var D=(u=u||[]).map(function(e){var t=c(e,2),n=t[1],r=c($d(t[0]),2);return[r[0],r[1],n]});return p=function R(t){if(t&&"$$undefined"===t.id){var n=null!=t.encapsulation&&t.encapsulation!==e.ViewEncapsulation.None||t.styles.length||Object.keys(t.data).length;t.id=n?"c"+Od++:"$$empty"}return t&&"$$empty"===t.id&&(t=null),t||null}(p),d&&(n|=33554432),{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:t,flags:n|=1,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:y,matchedQueryIds:m,references:g,ngContentIndex:o,childCount:i,bindings:b,bindingFlags:Jd(b),outputs:j,element:{ns:_,name:w,attrs:D,template:null,componentProvider:null,componentView:d||null,componentRendererType:p,publicProviders:null,allProviders:null,handleEvent:f||Id},provider:null,text:null,query:null,ngContent:null}},e.ɵgetComponentViewDefinitionFactory=dp,e.ɵinlineInterpolate=function _w(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,y,g,m,_){switch(e){case 1:return t+Xd(n)+r;case 2:return t+Xd(n)+r+Xd(o)+i;case 3:return t+Xd(n)+r+Xd(o)+i+Xd(a)+u;case 4:return t+Xd(n)+r+Xd(o)+i+Xd(a)+u+Xd(s)+l;case 5:return t+Xd(n)+r+Xd(o)+i+Xd(a)+u+Xd(s)+l+Xd(c)+f;case 6:return t+Xd(n)+r+Xd(o)+i+Xd(a)+u+Xd(s)+l+Xd(c)+f+Xd(d)+p;case 7:return t+Xd(n)+r+Xd(o)+i+Xd(a)+u+Xd(s)+l+Xd(c)+f+Xd(d)+p+Xd(h)+v;case 8:return t+Xd(n)+r+Xd(o)+i+Xd(a)+u+Xd(s)+l+Xd(c)+f+Xd(d)+p+Xd(h)+v+Xd(y)+g;case 9:return t+Xd(n)+r+Xd(o)+i+Xd(a)+u+Xd(s)+l+Xd(c)+f+Xd(d)+p+Xd(h)+v+Xd(y)+g+Xd(m)+_;default:throw new Error("Does not support more than 9 expressions")}},e.ɵinterpolate=function ww(e,t){for(var n="",r=0;r<2*e;r+=2)n=n+t[r]+Xd(t[r+1]);return n+t[2*e]},e.ɵmod=function bw(e){for(var t={},n=[],r=!1,o=0;o<e.length;o++){var i=e[o];i.token===qc&&!0===i.value&&(r=!0),1073741824&i.flags&&n.push(i.token),i.index=o,t[Ed(i.token)]=i}return{factory:null,providersByKey:t,providers:e,modules:n,isRoot:r}},e.ɵmpd=function Cw(e,t,n,r){return n=L(n),{index:-1,deps:Bd(r,M(t)),flags:e,token:t,value:n}},e.ɵncd=function xw(e,t){return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:-1,flags:8,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:{},matchedQueryIds:0,references:{},ngContentIndex:e,childCount:0,bindings:[],bindingFlags:0,outputs:[],element:null,provider:null,text:null,query:null,ngContent:{index:t}}},e.ɵnov=function Iw(e,t){var n=e.def.nodes[t];if(1&n.flags){var r=md(e,n.nodeIndex);return n.element.template?r.template:r.renderElement}if(2&n.flags)return gd(e,n.nodeIndex).renderText;if(20240&n.flags)return _d(e,n.nodeIndex).instance;throw new Error("Illegal state: read nodeValue for node index "+t)},e.ɵpid=function kw(e,t,n){return Sp(-1,e|=16,null,0,t,t,n)},e.ɵprd=function Ew(e,t,n,r,o){return Sp(-1,e,t,0,n,r,o)},e.ɵpad=function Ow(e,t){return Tm(32,e,new Array(t))},e.ɵpod=function Tw(e,t){for(var n=Object.keys(t),r=n.length,o=new Array(r),i=0;i<r;i++){var a=n[i];o[t[a]]=a}return Tm(64,e,o)},e.ɵppd=function Pw(e,t){return Tm(128,e,new Array(t+1))},e.ɵqud=function Nw(e,t,n){var r=[];for(var o in n)r.push({propName:o,bindingType:n[o]});return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:-1,flags:e,childFlags:0,directChildFlags:0,childMatchedQueries:0,ngContentIndex:-1,matchedQueries:{},matchedQueryIds:0,references:{},childCount:0,bindings:[],bindingFlags:0,outputs:[],element:null,provider:null,text:null,query:{id:t,filterId:Hd(t),bindings:r},ngContent:null}},e.ɵted=function jw(e,t,n){for(var r=new Array(n.length-1),o=1;o<n.length;o++)r[o-1]={flags:8,name:null,ns:null,nonMinifiedName:null,securityContext:null,suffix:n[o]};return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:e,flags:2,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:{},matchedQueryIds:0,references:{},ngContentIndex:t,childCount:0,bindings:r,bindingFlags:8,outputs:[],element:null,provider:null,text:{prefix:n[0]},query:null,ngContent:null}},e.ɵunv=function Aw(e,t,n,r){if(Sl.isWrapped(r)){r=Sl.unwrap(r);var o=e.def.nodes[t].bindingIndex+n,i=Sl.unwrap(e.oldValues[o]);e.oldValues[o]=new Sl(i)}return r},e.ɵvid=function Dw(e,t,n,r){for(var o=0,i=0,a=0,u=0,s=0,l=null,c=null,f=!1,d=!1,p=null,h=0;h<t.length;h++){var v=t[h];if(v.nodeIndex=h,v.parent=l,v.bindingIndex=o,v.outputIndex=i,v.renderParent=c,a|=v.flags,s|=v.matchedQueryIds,v.element){var y=v.element;y.publicProviders=l?l.element.publicProviders:Object.create(null),y.allProviders=y.publicProviders,f=!1,d=!1,v.element.template&&(s|=v.element.template.nodeMatchedQueries)}if(Am(l,v,t.length),o+=v.bindings.length,i+=v.outputs.length,!c&&3&v.flags&&(p=v),20224&v.flags){f||(f=!0,l.element.publicProviders=Object.create(l.element.publicProviders),l.element.allProviders=l.element.publicProviders);var g=0!=(32768&v.flags);0==(8192&v.flags)||g?l.element.publicProviders[Ed(v.provider.token)]=v:(d||(d=!0,l.element.allProviders=Object.create(l.element.publicProviders)),l.element.allProviders[Ed(v.provider.token)]=v),g&&(l.element.componentProvider=v)}if(l?(l.childFlags|=v.flags,l.directChildFlags|=v.flags,l.childMatchedQueries|=v.matchedQueryIds,v.element&&v.element.template&&(l.childMatchedQueries|=v.element.template.nodeMatchedQueries)):u|=v.flags,v.childCount>0)l=v,jm(v)||(c=v);else for(;l&&h===l.nodeIndex+l.childCount;){var m=l.parent;m&&(m.childFlags|=l.childFlags,m.childMatchedQueries|=l.childMatchedQueries),c=(l=m)&&jm(l)?l.renderParent:l}}return{factory:null,nodeFlags:a,rootNodeFlags:u,nodeMatchedQueries:s,flags:e,nodes:t,updateDirectives:n||Id,updateRenderer:r||Id,handleEvent:function(e,n,r,o){return t[n].element.handleEvent(e,r,o)},bindingCount:o,outputCount:i,lastRenderRootNode:p}},Object.defineProperty(e,"__esModule",{value:!0})});
|