@angular/core 11.2.5 → 11.2.6
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 +46 -49
- package/bundles/core.umd.js.map +1 -1
- package/bundles/core.umd.min.js +116 -116
- package/bundles/core.umd.min.js.map +1 -1
- package/core.d.ts +1 -1
- package/core.metadata.json +1 -1
- package/esm2015/src/render3/definition.js +3 -2
- package/esm2015/src/render3/empty.js +1 -4
- package/esm2015/src/render3/features/inherit_definition_feature.js +3 -2
- package/esm2015/src/render3/features/ng_onchanges_feature.js +2 -2
- package/esm2015/src/render3/instructions/listener.js +2 -2
- package/esm2015/src/render3/jit/directive.js +3 -2
- package/esm2015/src/version.js +1 -1
- package/fesm2015/core.js +46 -49
- package/fesm2015/core.js.map +1 -1
- package/fesm2015/testing.js +1 -1
- package/package.json +1 -1
- 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 v11.2.
|
|
2
|
+
* @license Angular v11.2.6
|
|
3
3
|
* (c) 2010-2021 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -107,7 +107,7 @@ function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="Shad
|
|
|
107
107
|
* Use of this source code is governed by an MIT-style license that can be
|
|
108
108
|
* found in the LICENSE file at https://angular.io/license
|
|
109
109
|
*/
|
|
110
|
-
var B="undefined"!=typeof globalThis&&globalThis,U="undefined"!=typeof window&&window,Q="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,q="undefined"!=typeof global&&global,z=B||q||U||Q,W={},Z=[],K=r({"ɵcmp":r}),
|
|
110
|
+
var B="undefined"!=typeof globalThis&&globalThis,U="undefined"!=typeof window&&window,Q="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,q="undefined"!=typeof global&&global,z=B||q||U||Q,W={},Z=[],K=[],G=r({"ɵcmp":r}),J=r({"ɵdir":r}),Y=r({"ɵpipe":r}),$=r({"ɵmod":r}),X=r({"ɵloc":r}),ee=r({"ɵfac":r}),te=r({__NG_ELEMENT_ID__:r}),ne=0;function re(t){return H((function(){var n={},r={type:t.type,providersResolver:null,decls:t.decls,vars:t.vars,factory:null,template:t.template||null,consts:t.consts||null,ngContentSelectors:t.ngContentSelectors,hostBindings:t.hostBindings||null,hostVars:t.hostVars||0,hostAttrs:t.hostAttrs||null,contentQueries:t.contentQueries||null,declaredInputs:n,inputs:null,outputs:null,exportAs:t.exportAs||null,onPush:t.changeDetection===e.ChangeDetectionStrategy.OnPush,directiveDefs:null,pipeDefs:null,selectors:t.selectors||K,viewQuery:t.viewQuery||null,features:t.features||null,data:t.data||{},encapsulation:t.encapsulation||e.ViewEncapsulation.Emulated,id:"c",styles:t.styles||K,_:null,setInput:null,schemas:t.schemas||null,tView:null},o=t.directives,i=t.features,a=t.pipes;return r.id+=ne++,r.inputs=ce(t.inputs,n),r.outputs=ce(t.outputs),i&&i.forEach((function(e){return e(r)})),r.directiveDefs=o?function(){return("function"==typeof o?o():o).map(ie)}:null,r.pipeDefs=a?function(){return("function"==typeof a?a():a).map(ae)}:null,r}))}function oe(e,t,n){var r=e.ɵcmp;r.directiveDefs=function(){return t.map(ie)},r.pipeDefs=function(){return n.map(ae)}}function ie(e){return pe(e)||he(e)}function ae(e){return ve(e)}var ue={};function se(e){var t={type:e.type,bootstrap:e.bootstrap||K,declarations:e.declarations||K,imports:e.imports||K,exports:e.exports||K,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null};return null!=e.id&&H((function(){ue[e.id]=e.type})),t}function le(e,t){return H((function(){var n=ge(e,!0);n.declarations=t.declarations||K,n.imports=t.imports||K,n.exports=t.exports||K}))}function ce(e,t){if(null==e)return W;var n={};for(var r in e)if(e.hasOwnProperty(r)){var o=e[r],i=o;Array.isArray(o)&&(i=o[1],o=o[0]),n[o]=r,t&&(t[o]=i)}return n}var fe=re;function de(e){return{type:e.type,name:e.name,factory:null,pure:!1!==e.pure,onDestroy:e.type.prototype.ngOnDestroy||null}}function pe(e){return e[G]||null}function he(e){return e[J]||null}function ve(e){return e[Y]||null}function ge(e,t){var n=e[$]||null;if(!n&&!0===t)throw new Error("Type "+i(e)+" does not have 'ɵmod' property.");return n}var ye=["Root","Component","Embedded"];
|
|
111
111
|
/**
|
|
112
112
|
* @license
|
|
113
113
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -115,7 +115,7 @@ var B="undefined"!=typeof globalThis&&globalThis,U="undefined"!=typeof window&&w
|
|
|
115
115
|
* Use of this source code is governed by an MIT-style license that can be
|
|
116
116
|
* found in the LICENSE file at https://angular.io/license
|
|
117
117
|
*/
|
|
118
|
-
function
|
|
118
|
+
function me(e){return Array.isArray(e)&&"object"==typeof e[1]}function _e(e){return Array.isArray(e)&&!0===e[1]}function be(e){return 0!=(8&e.flags)}function we(e){return 2==(2&e.flags)}function Ce(e){return 1==(1&e.flags)}function Ie(e){return null!==e.template}
|
|
119
119
|
/**
|
|
120
120
|
* @license
|
|
121
121
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -123,35 +123,35 @@ function ye(e){return Array.isArray(e)&&"object"==typeof e[1]}function me(e){ret
|
|
|
123
123
|
* Use of this source code is governed by an MIT-style license that can be
|
|
124
124
|
* found in the LICENSE file at https://angular.io/license
|
|
125
125
|
*/
|
|
126
|
-
function
|
|
126
|
+
function xe(e,t){return e.hasOwnProperty(ee)?e[ee]:null}
|
|
127
127
|
/**
|
|
128
128
|
* @license
|
|
129
129
|
* Copyright Google LLC All Rights Reserved.
|
|
130
130
|
*
|
|
131
131
|
* Use of this source code is governed by an MIT-style license that can be
|
|
132
132
|
* found in the LICENSE file at https://angular.io/license
|
|
133
|
-
*/var
|
|
133
|
+
*/var Ee=function(){function e(e,t,n){this.previousValue=e,this.currentValue=t,this.firstChange=n}return e.prototype.isFirstChange=function(){return this.firstChange},e}();
|
|
134
134
|
/**
|
|
135
135
|
* @license
|
|
136
136
|
* Copyright Google LLC All Rights Reserved.
|
|
137
137
|
*
|
|
138
138
|
* Use of this source code is governed by an MIT-style license that can be
|
|
139
139
|
* found in the LICENSE file at https://angular.io/license
|
|
140
|
-
*/function
|
|
140
|
+
*/function Oe(){return ke}function ke(e){return e.type.prototype.ngOnChanges&&(e.setInput=Te),Pe}function Pe(){var e=Ne(this),t=null==e?void 0:e.current;if(t){var n=e.previous;if(n===W)e.previous=t;else for(var r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function Te(e,t,n,r){var o=Ne(e)||function i(e,t){return e.__ngSimpleChanges__=t}
|
|
141
141
|
/**
|
|
142
142
|
* @license
|
|
143
143
|
* Copyright Google LLC All Rights Reserved.
|
|
144
144
|
*
|
|
145
145
|
* Use of this source code is governed by an MIT-style license that can be
|
|
146
146
|
* found in the LICENSE file at https://angular.io/license
|
|
147
|
-
*/(e,{previous:W,current:null}),a=o.current||(o.current={}),u=o.previous,s=this.declaredInputs[n],l=u[s];a[s]=new
|
|
147
|
+
*/(e,{previous:W,current:null}),a=o.current||(o.current={}),u=o.previous,s=this.declaredInputs[n],l=u[s];a[s]=new Ee(l&&l.currentValue,t,u===W),e[r]=t}function Ne(e){return e.__ngSimpleChanges__||null}Oe.ngInherit=!0;var je,De=void 0;function Ae(){return void 0!==De?De:"undefined"!=typeof document?document:void 0}
|
|
148
148
|
/**
|
|
149
149
|
* @license
|
|
150
150
|
* Copyright Google LLC All Rights Reserved.
|
|
151
151
|
*
|
|
152
152
|
* Use of this source code is governed by an MIT-style license that can be
|
|
153
153
|
* found in the LICENSE file at https://angular.io/license
|
|
154
|
-
*/function
|
|
154
|
+
*/function Se(e){return!!e.listen}!function(e){e[e.Important=1]="Important",e[e.DashCase=2]="DashCase"}(je||(je={}));var Re={createRenderer:function(e,t){return Ae()}};
|
|
155
155
|
/**
|
|
156
156
|
* @license
|
|
157
157
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -159,35 +159,35 @@ function Ie(e,t){return e.hasOwnProperty(X)?e[X]:null}
|
|
|
159
159
|
* Use of this source code is governed by an MIT-style license that can be
|
|
160
160
|
* found in the LICENSE file at https://angular.io/license
|
|
161
161
|
*/
|
|
162
|
-
function
|
|
162
|
+
function Ve(e){for(;Array.isArray(e);)e=e[0];return e}function Me(e,t){return Ve(t[e])}function Fe(e,t){return Ve(t[e.index])}function Le(e,t){return e.data[t]}function He(e,t){return e[t]}function Be(e,t){var n=t[e];return me(n)?n:n[0]}function Ue(e){return e.__ngContext__||null}function Qe(e){var t=Ue(e);return t?Array.isArray(t)?t:t.lView:null}function qe(e){return 4==(4&e[2])}function ze(e){return 128==(128&e[2])}function We(e,t){return null==t?null:e[t]}function Ze(e){e[18]=0}function Ke(e,t){e[5]+=t;for(var n=e,r=e[3];null!==r&&(1===t&&1===n[5]||-1===t&&0===n[5]);)r[5]+=t,n=r,r=r[3]}
|
|
163
163
|
/**
|
|
164
164
|
* @license
|
|
165
165
|
* Copyright Google LLC All Rights Reserved.
|
|
166
166
|
*
|
|
167
167
|
* Use of this source code is governed by an MIT-style license that can be
|
|
168
168
|
* found in the LICENSE file at https://angular.io/license
|
|
169
|
-
*/var
|
|
169
|
+
*/var Ge={lFrame:xt(null),bindingsEnabled:!0,isInCheckNoChangesMode:!1};function Je(){return Ge.bindingsEnabled}function Ye(){Ge.bindingsEnabled=!0}function $e(){Ge.bindingsEnabled=!1}function Xe(){return Ge.lFrame.lView}function et(){return Ge.lFrame.tView}function tt(e){Ge.lFrame.contextLView=e}function nt(){for(var e=rt();null!==e&&64===e.type;)e=e.parent;return e}function rt(){return Ge.lFrame.currentTNode}function ot(){var e=Ge.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function it(e,t){var n=Ge.lFrame;n.currentTNode=e,n.isParent=t}function at(){return Ge.lFrame.isParent}function ut(){Ge.lFrame.isParent=!1}function st(){return Ge.isInCheckNoChangesMode}function lt(e){Ge.isInCheckNoChangesMode=e}function ct(){var e=Ge.lFrame,t=e.bindingRootIndex;return-1===t&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function ft(){return Ge.lFrame.bindingIndex}function dt(e){return Ge.lFrame.bindingIndex=e}function pt(){return Ge.lFrame.bindingIndex++}function ht(e){var t=Ge.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function vt(e){Ge.lFrame.inI18n=e}function gt(e){Ge.lFrame.currentDirectiveIndex=e}function yt(e){var t=Ge.lFrame.currentDirectiveIndex;return-1===t?null:e[t]}function mt(){return Ge.lFrame.currentQueryIndex}function _t(e){Ge.lFrame.currentQueryIndex=e}function bt(e){var t=e[1];return 2===t.type?t.declTNode:1===t.type?e[6]:null}function wt(t,n,r){if(r&e.InjectFlags.SkipSelf){for(var o=n,i=t;!(null!==(o=o.parent)||r&e.InjectFlags.Host||null===(o=bt(i))||(i=i[15],10&o.type)););if(null===o)return!1;n=o,t=i}var a=Ge.lFrame=It();return a.currentTNode=n,a.lView=t,!0}function Ct(e){var t=It(),n=e[1];Ge.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function It(){var e=Ge.lFrame,t=null===e?null:e.child;return null===t?xt(e):t}function xt(e){var t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return null!==e&&(e.child=t),t}function Et(){var e=Ge.lFrame;return Ge.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}var Ot=Et;function kt(){var e=Et();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function Pt(e){return(Ge.lFrame.contextLView=function t(e,n){for(;e>0;)n=n[15],e--;return n}(e,Ge.lFrame.contextLView))[8]}function Tt(){return Ge.lFrame.selectedIndex}function Nt(e){Ge.lFrame.selectedIndex=e}function jt(){var e=Ge.lFrame;return Le(e.tView,e.selectedIndex)}function Dt(){Ge.lFrame.currentNamespace="http://www.w3.org/2000/svg"}function At(){Ge.lFrame.currentNamespace="http://www.w3.org/1998/MathML/"}function St(){!function e(){Ge.lFrame.currentNamespace=null}()}function Rt(e,t){for(var n=t.directiveStart,r=t.directiveEnd;n<r;n++){var o=e.data[n].type.prototype,i=o.ngAfterContentInit,a=o.ngAfterContentChecked,u=o.ngAfterViewInit,s=o.ngAfterViewChecked,l=o.ngOnDestroy;i&&(e.contentHooks||(e.contentHooks=[])).push(-n,i),a&&((e.contentHooks||(e.contentHooks=[])).push(n,a),(e.contentCheckHooks||(e.contentCheckHooks=[])).push(n,a)),u&&(e.viewHooks||(e.viewHooks=[])).push(-n,u),s&&((e.viewHooks||(e.viewHooks=[])).push(n,s),(e.viewCheckHooks||(e.viewCheckHooks=[])).push(n,s)),null!=l&&(e.destroyHooks||(e.destroyHooks=[])).push(n,l)}}function Vt(e,t,n){Lt(e,t,3,n)}function Mt(e,t,n,r){(3&e[2])===n&&Lt(e,t,n,r)}function Ft(e,t){var n=e[2];(3&n)===t&&(n&=2047,e[2]=n+=1)}function Lt(e,t,n,r){for(var o=null!=r?r:-1,i=t.length-1,a=0,u=void 0!==r?65535&e[18]:0;u<i;u++)if("number"==typeof t[u+1]){if(a=t[u],null!=r&&a>=r)break}else t[u]<0&&(e[18]+=65536),(a<o||-1==o)&&(Ht(e,n,t,u),e[18]=(4294901760&e[18])+u+2),u++}function Ht(e,t,n,r){var o=n[r]<0,i=n[r+1],a=e[o?-n[r]:n[r]];o?e[2]>>11<e[18]>>16&&(3&e[2])===t&&(e[2]+=2048,i.call(a)):i.call(a)}
|
|
170
170
|
/**
|
|
171
171
|
* @license
|
|
172
172
|
* Copyright Google LLC All Rights Reserved.
|
|
173
173
|
*
|
|
174
174
|
* Use of this source code is governed by an MIT-style license that can be
|
|
175
175
|
* found in the LICENSE file at https://angular.io/license
|
|
176
|
-
*/var
|
|
176
|
+
*/var Bt=function Bt(e,t,n){this.factory=e,this.resolving=!1,this.canSeeViewProviders=t,this.injectImpl=n};function Ut(e){var t="";return 1&e&&(t+="|Text"),2&e&&(t+="|Element"),4&e&&(t+="|Container"),8&e&&(t+="|ElementContainer"),16&e&&(t+="|Projection"),32&e&&(t+="|IcuContainer"),64&e&&(t+="|Placeholder"),t.length>0?t.substring(1):t}function Qt(e,t,n){for(var r=Se(e),o=0;o<n.length;){var i=n[o];if("number"==typeof i){if(0!==i)break;o++;var a=n[o++],u=n[o++],s=n[o++];r?e.setAttribute(t,u,s,a):t.setAttributeNS(a,u,s)}else s=n[++o],zt(u=i)?r&&e.setProperty(t,u,s):r?e.setAttribute(t,u,s):t.setAttribute(u,s),o++}return o}function qt(e){return 3===e||4===e||6===e}function zt(e){return 64===e.charCodeAt(0)}function Wt(e,t){if(null===t||0===t.length);else if(null===e||0===e.length)e=t.slice();else for(var n=-1,r=0;r<t.length;r++){var o=t[r];"number"==typeof o?n=o:0===n||Zt(e,n,o,null,-1===n||2===n?t[++r]:null)}return e}function Zt(e,t,n,r,o){var i=0,a=e.length;if(-1===t)a=-1;else for(;i<e.length;){var u=e[i++];if("number"==typeof u){if(u===t){a=-1;break}if(u>t){a=i-1;break}}}for(;i<e.length;){var s=e[i];if("number"==typeof s)break;if(s===n){if(null===r)return void(null!==o&&(e[i+1]=o));if(r===e[i+1])return void(e[i+2]=o)}i++,null!==r&&i++,null!==o&&i++}-1!==a&&(e.splice(a,0,t),i=a+1),e.splice(i++,0,n),null!==r&&e.splice(i++,0,r),null!==o&&e.splice(i++,0,o)}
|
|
177
177
|
/**
|
|
178
178
|
* @license
|
|
179
179
|
* Copyright Google LLC All Rights Reserved.
|
|
180
180
|
*
|
|
181
181
|
* Use of this source code is governed by an MIT-style license that can be
|
|
182
182
|
* found in the LICENSE file at https://angular.io/license
|
|
183
|
-
*/function
|
|
183
|
+
*/function Kt(e){return-1!==e}function Gt(e){return 32767&e}function Jt(e,t){for(var n=function r(e){return e>>16}(e),o=t;n>0;)o=o[15],n--;return o}
|
|
184
184
|
/**
|
|
185
185
|
* @license
|
|
186
186
|
* Copyright Google LLC All Rights Reserved.
|
|
187
187
|
*
|
|
188
188
|
* Use of this source code is governed by an MIT-style license that can be
|
|
189
189
|
* found in the LICENSE file at https://angular.io/license
|
|
190
|
-
*/var
|
|
190
|
+
*/var Yt=!0;function $t(e){var t=Yt;return Yt=e,t}var Xt=0;function en(e,t){var n=nn(e,t);if(-1!==n)return n;var r=t[1];r.firstCreatePass&&(e.injectorIndex=t.length,tn(r.data,e),tn(t,null),tn(r.blueprint,null));var o=rn(e,t),i=e.injectorIndex;if(Kt(o))for(var a=Gt(o),u=Jt(o,t),s=u[1].data,l=0;l<8;l++)t[i+l]=u[a+l]|s[a+l];return t[i+8]=o,i}function tn(e,t){e.push(0,0,0,0,0,0,0,0,t)}function nn(e,t){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null===t[e.injectorIndex+8]?-1:e.injectorIndex}function rn(e,t){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;for(var n=0,r=null,o=t;null!==o;){var i=o[1],a=i.type;if(null===(r=2===a?i.declTNode:1===a?o[6]:null))return-1;if(n++,o=o[15],-1!==r.injectorIndex)return r.injectorIndex|n<<16}return-1}function on(e,t,n){!function r(e,t,n){var r;"string"==typeof n?r=n.charCodeAt(0)||0:n.hasOwnProperty(te)&&(r=n[te]),null==r&&(r=n[te]=Xt++);var o=255&r;t.data[e+(o>>5)]|=1<<o}(e,t,n)}function an(e,t){if("class"===t)return e.classes;if("style"===t)return e.styles;var n=e.attrs;if(n)for(var r=n.length,o=0;o<r;){var i=n[o];if(qt(i))break;if(0===i)o+=2;else if("number"==typeof i)for(o++;o<r&&"string"==typeof n[o];)o++;else{if(i===t)return n[o+1];o+=2}}return null}function un(t,n,r){if(r&e.InjectFlags.Optional)return t;_(n,"NodeInjector")}function sn(t,n,r,o){if(r&e.InjectFlags.Optional&&void 0===o&&(o=null),0==(r&(e.InjectFlags.Self|e.InjectFlags.Host))){var i=t[9],a=F(void 0);try{return i?i.get(n,o,r&e.InjectFlags.Optional):L(n,o,r&e.InjectFlags.Optional)}finally{F(a)}}return un(o,n,r)}function ln(t,n,r,o,i){if(void 0===o&&(o=e.InjectFlags.Default),null!==t){var a=function u(e){if("string"==typeof e)return e.charCodeAt(0)||0;var t=e.hasOwnProperty(te)?e[te]:void 0;return"number"==typeof t?t>=0?255&t:fn:t}(r);if("function"==typeof a){if(!wt(n,t,o))return o&e.InjectFlags.Host?un(i,r,o):sn(n,r,o,i);try{var s=a();if(null!=s||o&e.InjectFlags.Optional)return s;_(r)}finally{Ot()}}else if("number"==typeof a){var l=null,c=nn(t,n),f=-1,d=o&e.InjectFlags.Host?n[16][6]:null;for((-1===c||o&e.InjectFlags.SkipSelf)&&(-1!==(f=-1===c?rn(t,n):n[c+8])&&gn(o,!1)?(l=n[1],c=Gt(f),n=Jt(f,n)):c=-1);-1!==c;){var p=n[1];if(vn(a,c,p.data)){var h=dn(c,n,r,l,o,d);if(h!==cn)return h}-1!==(f=n[c+8])&&gn(o,n[1].data[c+8]===d)&&vn(a,c,n)?(l=p,c=Gt(f),n=Jt(f,n)):c=-1}}}return sn(n,r,o,i)}var cn={};function fn(){return new yn(nt(),Xe())}function dn(t,n,r,o,i,a){var u=n[1],s=u.data[t+8],l=pn(s,u,r,null==o?we(s)&&Yt:o!=u&&0!=(3&s.type),i&e.InjectFlags.Host&&a===s);return null!==l?hn(n,u,l,s):cn}function pn(e,t,n,r,o){for(var i=e.providerIndexes,a=t.data,u=1048575&i,s=e.directiveStart,l=i>>20,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&&Ie(p)&&p.type===n)return s}return null}function hn(t,n,r,o){var i=t[r],a=n.data;if(function u(e){return e instanceof Bt}(i)){var s=i;s.resolving&&function l(e,t){var n=t?". Dependency path: "+t.join(" > ")+" > "+e:"";throw new g("200","Circular dependency in DI detected for "+e+n)}(m(a[r]));var c=$t(s.canSeeViewProviders);s.resolving=!0;var f=s.injectImpl?F(s.injectImpl):null;wt(t,o,e.InjectFlags.Default);try{i=t[r]=s.factory(void 0,a,t,o),n.firstCreatePass&&r>=o.directiveStart&&
|
|
191
191
|
/**
|
|
192
192
|
* @license
|
|
193
193
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -195,21 +195,21 @@ function Re(e){for(;Array.isArray(e);)e=e[0];return e}function Ve(e,t){return Re
|
|
|
195
195
|
* Use of this source code is governed by an MIT-style license that can be
|
|
196
196
|
* found in the LICENSE file at https://angular.io/license
|
|
197
197
|
*/
|
|
198
|
-
function d(e,t,n){var r=t.type.prototype,o=r.ngOnInit,i=r.ngDoCheck;if(r.ngOnChanges){var a=
|
|
198
|
+
function d(e,t,n){var r=t.type.prototype,o=r.ngOnInit,i=r.ngDoCheck;if(r.ngOnChanges){var a=ke(t);(n.preOrderHooks||(n.preOrderHooks=[])).push(e,a),(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(e,a)}o&&(n.preOrderHooks||(n.preOrderHooks=[])).push(0-e,o),i&&((n.preOrderHooks||(n.preOrderHooks=[])).push(e,i),(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(e,i))}(r,a[r],n)}finally{null!==f&&F(f),$t(c),s.resolving=!1,Ot()}}return i}function vn(e,t,n){return!!(n[t+(e>>5)]&1<<e)}function gn(t,n){return!(t&e.InjectFlags.Self||t&e.InjectFlags.Host&&n)}var yn=function(){function e(e,t){this._tNode=e,this._lView=t}return e.prototype.get=function(e,t){return ln(this._tNode,this._lView,e,void 0,t)},e}();function mn(e){return H((function(){for(var t=e.prototype.constructor,n=t[ee]||_n(t),r=Object.prototype,o=Object.getPrototypeOf(e.prototype).constructor;o&&o!==r;){var i=o[ee]||_n(o);if(i&&i!==n)return i;o=Object.getPrototypeOf(o)}return function(e){return new e}}))}function _n(e){return c(e)?function(){var t=_n(l(e));return t&&t()}:xe(e)}
|
|
199
199
|
/**
|
|
200
200
|
* @license
|
|
201
201
|
* Copyright Google LLC All Rights Reserved.
|
|
202
202
|
*
|
|
203
203
|
* Use of this source code is governed by an MIT-style license that can be
|
|
204
204
|
* found in the LICENSE file at https://angular.io/license
|
|
205
|
-
*/function
|
|
205
|
+
*/function bn(e){return an(nt(),e)}var wn="__annotations__",Cn="__parameters__",In="__prop__metadata__";function xn(e,t,n,r,o){return H((function(){var i=En(t);function a(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(this instanceof a)return i.call.apply(i,v([this],e)),this;var n=new(a.bind.apply(a,v([void 0],e)));return function t(i){return o&&o.apply(void 0,v([i],e)),(i.hasOwnProperty(wn)?i[wn]:Object.defineProperty(i,wn,{value:[]})[wn]).push(n),r&&r(i),i}}return n&&(a.prototype=Object.create(n.prototype)),a.prototype.ngMetadataName=e,a.annotationCls=a,a}))}function En(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,v(n));for(var i in o)this[i]=o[i]}}}function On(e,t,n){return H((function(){var r=En(t);function o(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(this instanceof o)return r.apply(this,e),this;var n=new(o.bind.apply(o,v([void 0],e)));return i.annotation=n,i;function i(e,t,r){for(var o=e.hasOwnProperty(Cn)?e[Cn]:Object.defineProperty(e,Cn,{value:[]})[Cn];o.length<=r;)o.push(null);return(o[r]=o[r]||[]).push(n),e}}return n&&(o.prototype=Object.create(n.prototype)),o.prototype.ngMetadataName=e,o.annotationCls=o,o}))}function kn(e,t,n,r){return H((function(){var o=En(t);function i(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(this instanceof i)return o.apply(this,e),this;var n=new(i.bind.apply(i,v([void 0],e)));function a(t,o){var i=t.constructor,a=i.hasOwnProperty(In)?i[In]:Object.defineProperty(i,In,{value:{}})[In];a[o]=a.hasOwnProperty(o)&&a[o]||[],a[o].unshift(n),r&&r.apply(void 0,v([t,o],e))}return a}return n&&(i.prototype=Object.create(n.prototype)),i.prototype.ngMetadataName=e,i.annotationCls=i,i}))}
|
|
206
206
|
/**
|
|
207
207
|
* @license
|
|
208
208
|
* Copyright Google LLC All Rights Reserved.
|
|
209
209
|
*
|
|
210
210
|
* Use of this source code is governed by an MIT-style license that can be
|
|
211
211
|
* found in the LICENSE file at https://angular.io/license
|
|
212
|
-
*/var
|
|
212
|
+
*/var Pn,Tn,Nn,jn,Dn=function An(){return On("Attribute",(function(e){return{attributeName:e}}))}(),Sn=function(){function e(e,t){this._desc=e,this.ngMetadataName="InjectionToken",this.ɵprov=void 0,"number"==typeof t?this.__NG_ELEMENT_ID__=t:void 0!==t&&(this.ɵprov=I({token:this,providedIn:t.providedIn||"root",factory:t.factory}))}return e.prototype.toString=function(){return"InjectionToken "+this._desc},e}(),Rn=new Sn("AnalyzeForEntryComponents"),Vn=kn("ContentChildren",(function(e,t){return void 0===t&&(t={}),Object.assign({selector:e,first:!1,isViewQuery:!1,descendants:!1,emitDistinctChangesOnly:!1},t)}),jn=function jn(){}),Mn=kn("ContentChild",(function(e,t){return void 0===t&&(t={}),Object.assign({selector:e,first:!0,isViewQuery:!1,descendants:!0},t)}),jn),Fn=kn("ViewChildren",(function(e,t){return void 0===t&&(t={}),Object.assign({selector:e,first:!1,isViewQuery:!0,descendants:!0,emitDistinctChangesOnly:!1},t)}),jn),Ln=kn("ViewChild",(function(e,t){return Object.assign({selector:e,first:!0,isViewQuery:!0,descendants:!0},t)}),jn);
|
|
213
213
|
/**
|
|
214
214
|
* @license
|
|
215
215
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -217,49 +217,49 @@ function d(e,t,n){var r=t.type.prototype,o=r.ngOnInit,i=r.ngDoCheck;if(r.ngOnCha
|
|
|
217
217
|
* Use of this source code is governed by an MIT-style license that can be
|
|
218
218
|
* found in the LICENSE file at https://angular.io/license
|
|
219
219
|
*/
|
|
220
|
-
function
|
|
220
|
+
function Hn(){var e=z.ng;if(!e||!e.ɵcompilerFacade)throw new Error("Angular JIT compilation failed: '@angular/compiler' not loaded!\n - JIT compilation is discouraged for production use-cases! Consider AOT mode instead.\n - Did you bootstrap using '@angular/platform-browser-dynamic' or '@angular/platform-server'?\n - Alternatively provide the compiler with 'import \"@angular/compiler\";' before bootstrapping.");return e.ɵcompilerFacade}
|
|
221
221
|
/**
|
|
222
222
|
* @license
|
|
223
223
|
* Copyright Google LLC All Rights Reserved.
|
|
224
224
|
*
|
|
225
225
|
* Use of this source code is governed by an MIT-style license that can be
|
|
226
226
|
* found in the LICENSE file at https://angular.io/license
|
|
227
|
-
*/!function(e){e[e.Token=0]="Token",e[e.Attribute=1]="Attribute",e[e.ChangeDetectorRef=2]="ChangeDetectorRef",e[e.Invalid=3]="Invalid"}(
|
|
227
|
+
*/!function(e){e[e.Token=0]="Token",e[e.Attribute=1]="Attribute",e[e.ChangeDetectorRef=2]="ChangeDetectorRef",e[e.Invalid=3]="Invalid"}(Pn||(Pn={})),function(e){e[e.Directive=0]="Directive",e[e.Component=1]="Component",e[e.Injectable=2]="Injectable",e[e.Pipe=3]="Pipe",e[e.NgModule=4]="NgModule"}(Tn||(Tn={})),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(Nn||(Nn={}));var Bn=Function;function Un(e){return"function"==typeof e}
|
|
228
228
|
/**
|
|
229
229
|
* @license
|
|
230
230
|
* Copyright Google LLC All Rights Reserved.
|
|
231
231
|
*
|
|
232
232
|
* Use of this source code is governed by an MIT-style license that can be
|
|
233
233
|
* found in the LICENSE file at https://angular.io/license
|
|
234
|
-
*/function
|
|
234
|
+
*/function Qn(e,t){void 0===t&&(t=e);for(var n=0;n<e.length;n++){var r=e[n];Array.isArray(r)?(t===e&&(t=e.slice(0,n)),Qn(r,t)):t!==e&&t.push(r)}return t}function qn(e,t){e.forEach((function(e){return Array.isArray(e)?qn(e,t):t(e)}))}function zn(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function Wn(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function Zn(e,t){for(var n=[],r=0;r<e;r++)n.push(t);return n}function Kn(e,t,n){var r=Jn(e,t);return r>=0?e[1|r]=n:function o(e,t,n,r){var o=e.length;if(o==t)e.push(n,r);else if(1===o)e.push(r,e[0]),e[0]=n;else{for(o--,e.push(e[o-1],e[o]);o>t;)e[o]=e[o-2],o--;e[t]=n,e[t+1]=r}}(e,r=~r,t,n),r}function Gn(e,t){var n=Jn(e,t);if(n>=0)return e[1|n]}function Jn(e,t){return function n(e,t,r){for(var o=0,i=e.length>>r;i!==o;){var a=o+(i-o>>1),u=e[a<<r];if(t===u)return a<<r;u>t?i=a:o=a+1}return~(i<<r)}(e,t,1)}var Yn=/^function\s+\S+\(\)\s*{[\s\S]+\.apply\(this,\s*(arguments|[^()]+\(arguments\))\)/,$n=/^class\s+[A-Za-z\d$_]*\s*extends\s+[^{]+{/,Xn=/^class\s+[A-Za-z\d$_]*\s*extends\s+[^{]+{[\s\S]*constructor\s*\(/,er=/^class\s+[A-Za-z\d$_]*\s*extends\s+[^{]+{[\s\S]*constructor\s*\(\)\s*{\s*super\(\.\.\.arguments\)/,tr=function(){function e(e){this._reflect=e||z.Reflect}return e.prototype.isReflectionEnabled=function(){return!0},e.prototype.factory=function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new(e.bind.apply(e,v([void 0],t)))}},e.prototype._zipTypesAndAnnotations=function(e,t){var n;n=Zn(void 0===e?t.length:e.length);for(var r=0;r<n.length;r++)n[r]=void 0===e?[]:e[r]&&e[r]!=Object?[e[r]]:[],t&&null!=t[r]&&(n[r]=n[r].concat(t[r]));return n},e.prototype._ownParameters=function(e,t){if(function n(e){return Yn.test(e)||er.test(e)||$n.test(e)&&!Xn.test(e)}(e.toString()))return null;if(e.parameters&&e.parameters!==t.parameters)return e.parameters;var r=e.ctorParameters;if(r&&r!==t.ctorParameters){var o="function"==typeof r?r():r,i=o.map((function(e){return e&&e.type})),a=o.map((function(e){return e&&nr(e.decorators)}));return this._zipTypesAndAnnotations(i,a)}var u=e.hasOwnProperty(Cn)&&e[Cn],s=this._reflect&&this._reflect.getOwnMetadata&&this._reflect.getOwnMetadata("design:paramtypes",e);return s||u?this._zipTypesAndAnnotations(s,u):Zn(e.length)},e.prototype.parameters=function(e){if(!Un(e))return[];var t=rr(e),n=this._ownParameters(e,t);return n||t===Object||(n=this.parameters(t)),n||[]},e.prototype._ownAnnotations=function(e,t){if(e.annotations&&e.annotations!==t.annotations){var n=e.annotations;return"function"==typeof n&&n.annotations&&(n=n.annotations),n}return e.decorators&&e.decorators!==t.decorators?nr(e.decorators):e.hasOwnProperty(wn)?e[wn]:null},e.prototype.annotations=function(e){if(!Un(e))return[];var t=rr(e),n=this._ownAnnotations(e,t)||[];return(t!==Object?this.annotations(t):[]).concat(n)},e.prototype._ownPropMetadata=function(e,t){if(e.propMetadata&&e.propMetadata!==t.propMetadata){var n=e.propMetadata;return"function"==typeof n&&n.propMetadata&&(n=n.propMetadata),n}if(e.propDecorators&&e.propDecorators!==t.propDecorators){var r=e.propDecorators,o={};return Object.keys(r).forEach((function(e){o[e]=nr(r[e])})),o}return e.hasOwnProperty(In)?e[In]:null},e.prototype.propMetadata=function(e){if(!Un(e))return{};var t=rr(e),n={};if(t!==Object){var r=this.propMetadata(t);Object.keys(r).forEach((function(e){n[e]=r[e]}))}var o=this._ownPropMetadata(e,t);return o&&Object.keys(o).forEach((function(e){var t=[];n.hasOwnProperty(e)&&t.push.apply(t,v(n[e])),t.push.apply(t,v(o[e])),n[e]=t})),n},e.prototype.ownPropMetadata=function(e){return Un(e)&&this._ownPropMetadata(e,rr(e))||{}},e.prototype.hasLifecycleHook=function(e,t){return e instanceof Bn&&t in e.prototype},e.prototype.guards=function(e){return{}},e.prototype.getter=function(e){return new Function("o","return o."+e+";")},e.prototype.setter=function(e){return new Function("o","v","return o."+e+" = v;")},e.prototype.method=function(e){return new Function("o","args","if (!o."+e+") throw new Error('\""+e+"\" is undefined');\n return o."+e+".apply(o, args);")},e.prototype.importUri=function(e){return"object"==typeof e&&e.filePath?e.filePath:"./"+i(e)},e.prototype.resourceUri=function(e){return"./"+i(e)},e.prototype.resolveIdentifier=function(e,t,n,r){return r},e.prototype.resolveEnum=function(e,t){return e[t]},e}();function nr(e){return e?e.map((function(e){var t=e.type.annotationCls;return new(t.bind.apply(t,v([void 0],e.args?e.args:[])))})):[]}function rr(e){var t=e.prototype?Object.getPrototypeOf(e.prototype):null;return(t?t.constructor:null)||Object}
|
|
235
235
|
/**
|
|
236
236
|
* @license
|
|
237
237
|
* Copyright Google LLC All Rights Reserved.
|
|
238
238
|
*
|
|
239
239
|
* Use of this source code is governed by an MIT-style license that can be
|
|
240
240
|
* found in the LICENSE file at https://angular.io/license
|
|
241
|
-
*/var
|
|
241
|
+
*/var or={},ir=/\n/gm,ar=r({provide:String,useValue:r}),ur=void 0;function sr(e){var t=ur;return ur=e,t}function lr(t,n){if(void 0===n&&(n=e.InjectFlags.Default),void 0===ur)throw new Error("inject() must be called from an injection context");return null===ur?L(t,void 0,n):ur.get(t,n&e.InjectFlags.Optional?null:void 0,n)}function cr(t,n){return void 0===n&&(n=e.InjectFlags.Default),(M()||lr)(l(t),n)}function fr(e){throw new Error("invalid")}var dr=cr;function pr(t){for(var n=[],r=0;r<t.length;r++){var o=l(t[r]);if(Array.isArray(o)){if(0===o.length)throw new Error("Arguments array must have arguments.");for(var i=void 0,a=e.InjectFlags.Default,u=0;u<o.length;u++){var s=o[u],c=s.__NG_DI_FLAG__;"number"==typeof c?-1===c?i=s.token:a|=c:i=s}n.push(cr(i,a))}else n.push(cr(o))}return n}function hr(e,t){return e.__NG_DI_FLAG__=t,e.prototype.__NG_DI_FLAG__=t,e}function vr(e,t,n,r){var o=e.ngTempTokenPath;throw t.__source&&o.unshift(t.__source),e.message=gr("\n"+e.message,o,n,r),e.ngTokenPath=o,e.ngTempTokenPath=null,e}function gr(e,t,n,r){void 0===r&&(r=null),e=e&&"\n"===e.charAt(0)&&"ɵ"==e.charAt(1)?e.substr(2):e;var o=i(t);if(Array.isArray(t))o=t.map(i).join(" -> ");else if("object"==typeof t){var a=[];for(var u in t)if(t.hasOwnProperty(u)){var s=t[u];a.push(u+":"+("string"==typeof s?JSON.stringify(s):i(s)))}o="{"+a.join(", ")+"}"}return n+(r?"("+r+")":"")+"["+o+"]: "+e.replace(ir,"\n ")}
|
|
242
242
|
/**
|
|
243
243
|
* @license
|
|
244
244
|
* Copyright Google LLC All Rights Reserved.
|
|
245
245
|
*
|
|
246
246
|
* Use of this source code is governed by an MIT-style license that can be
|
|
247
247
|
* found in the LICENSE file at https://angular.io/license
|
|
248
|
-
*/var
|
|
248
|
+
*/var yr=function(e){return{token:e}},mr=hr(On("Inject",yr),-1),_r=hr(On("Optional"),8),br=hr(On("Self"),2),wr=hr(On("SkipSelf"),4),Cr=hr(On("Host"),1),Ir=null;function xr(){return Ir=Ir||new tr}function Er(e){return Or(xr().parameters(e))}function Or(e){var t=Hn();return e.map((function(e){return function n(e,t){var n={token:null,host:!1,optional:!1,resolved:e.R3ResolvedDependencyType.Token,self:!1,skipSelf:!1};function r(t){n.resolved=e.R3ResolvedDependencyType.Token,n.token=t}if(Array.isArray(t)&&t.length>0)for(var o=0;o<t.length;o++){var i=t[o];if(void 0!==i){var a=Object.getPrototypeOf(i);if(i instanceof _r||"Optional"===a.ngMetadataName)n.optional=!0;else if(i instanceof wr||"SkipSelf"===a.ngMetadataName)n.skipSelf=!0;else if(i instanceof br||"Self"===a.ngMetadataName)n.self=!0;else if(i instanceof Cr||"Host"===a.ngMetadataName)n.host=!0;else if(i instanceof mr)n.token=i.token;else if(i instanceof Dn){if(void 0===i.attributeName)throw new Error("Attribute name must be defined.");n.token=i.attributeName,n.resolved=e.R3ResolvedDependencyType.Attribute}else!0===i.__ChangeDetectorRef__?(n.token=i,n.resolved=e.R3ResolvedDependencyType.ChangeDetectorRef):r(i)}}else void 0===t||Array.isArray(t)&&0===t.length?(n.token=void 0,n.resolved=Pn.Invalid):r(t);return n}
|
|
249
249
|
/**
|
|
250
250
|
* @license
|
|
251
251
|
* Copyright Google LLC All Rights Reserved.
|
|
252
252
|
*
|
|
253
253
|
* Use of this source code is governed by an MIT-style license that can be
|
|
254
254
|
* found in the LICENSE file at https://angular.io/license
|
|
255
|
-
*/(t,e)}))}function
|
|
255
|
+
*/(t,e)}))}function kr(e){var t=[],n=new Map;function r(t){var r=n.get(t);if(!r){var o=e(t);n.set(t,r=o.then(Sr))}return r}return Nr.forEach((function(e,n){var o=[];e.templateUrl&&o.push(r(e.templateUrl).then((function(t){e.template=t})));var i=e.styleUrls,a=e.styles||(e.styles=[]),u=e.styles.length;i&&i.forEach((function(t,n){a.push(""),o.push(r(t).then((function(r){a[u+n]=r,i.splice(i.indexOf(t),1),0==i.length&&(e.styleUrls=void 0)})))}));var s=Promise.all(o).then((function(){return function e(t){jr.delete(t)}(n)}));t.push(s)})),Ar(),Promise.all(t).then((function(){}))}var Pr,Tr,Nr=new Map,jr=new Set;function Dr(e){return!!(e.templateUrl&&!e.hasOwnProperty("template")||e.styleUrls&&e.styleUrls.length)}function Ar(){var e=Nr;return Nr=new Map,e}function Sr(e){return"string"==typeof e?e:e.text()}function Rr(){if(void 0===Pr&&(Pr=null,z.trustedTypes))try{Pr=z.trustedTypes.createPolicy("angular",{createHTML:function(e){return e},createScript:function(e){return e},createScriptURL:function(e){return e}})}catch(e){}return Pr}function Vr(e){var t;return(null===(t=Rr())||void 0===t?void 0:t.createHTML(e))||e}function Mr(){if(void 0===Tr&&(Tr=null,z.trustedTypes))try{Tr=z.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:function(e){return e},createScript:function(e){return e},createScriptURL:function(e){return e}})}catch(e){}return Tr}function Fr(e){var t;return(null===(t=Mr())||void 0===t?void 0:t.createHTML(e))||e}function Lr(e){var t;return(null===(t=Mr())||void 0===t?void 0:t.createScript(e))||e}function Hr(e){var t;return(null===(t=Mr())||void 0===t?void 0:t.createScriptURL(e))||e}
|
|
256
256
|
/**
|
|
257
257
|
* @license
|
|
258
258
|
* Copyright Google LLC All Rights Reserved.
|
|
259
259
|
*
|
|
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
|
-
*/var
|
|
262
|
+
*/var Br=function(){function e(e){this.changingThisBreaksApplicationSecurity=e}return e.prototype.toString=function(){return"SafeValue must use [property]=binding: "+this.changingThisBreaksApplicationSecurity+" (see https://g.co/ng/security#xss)"},e}(),Ur=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return d(t,e),t.prototype.getTypeName=function(){return"HTML"},t}(Br),Qr=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return d(t,e),t.prototype.getTypeName=function(){return"Style"},t}(Br),qr=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return d(t,e),t.prototype.getTypeName=function(){return"Script"},t}(Br),zr=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return d(t,e),t.prototype.getTypeName=function(){return"URL"},t}(Br),Wr=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return d(t,e),t.prototype.getTypeName=function(){return"ResourceURL"},t}(Br);function Zr(e){return e instanceof Br?e.changingThisBreaksApplicationSecurity:e}function Kr(e,t){var n=Gr(e);if(null!=n&&n!==t){if("ResourceURL"===n&&"URL"===t)return!0;throw new Error("Required a safe "+t+", got a "+n+" (see https://g.co/ng/security#xss)")}return n===t}function Gr(e){return e instanceof Br&&e.getTypeName()||null}
|
|
263
263
|
/**
|
|
264
264
|
* @license
|
|
265
265
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -267,14 +267,14 @@ function Ln(){var e=z.ng;if(!e||!e.ɵcompilerFacade)throw new Error("Angular JIT
|
|
|
267
267
|
* Use of this source code is governed by an MIT-style license that can be
|
|
268
268
|
* found in the LICENSE file at https://angular.io/license
|
|
269
269
|
*/
|
|
270
|
-
function
|
|
270
|
+
function Jr(e){var t=new $r(e);return function n(){try{return!!(new window.DOMParser).parseFromString(Vr(""),"text/html")}catch(e){return!1}}
|
|
271
271
|
/**
|
|
272
272
|
* @license
|
|
273
273
|
* Copyright Google LLC All Rights Reserved.
|
|
274
274
|
*
|
|
275
275
|
* Use of this source code is governed by an MIT-style license that can be
|
|
276
276
|
* found in the LICENSE file at https://angular.io/license
|
|
277
|
-
*/()?new
|
|
277
|
+
*/()?new Yr(t):t}var Yr=function(){function e(e){this.inertDocumentHelper=e}return e.prototype.getInertBodyElement=function(e){e="<body><remove></remove>"+e;try{var t=(new window.DOMParser).parseFromString(Vr(e),"text/html").body;return null===t?this.inertDocumentHelper.getInertBodyElement(e):(t.removeChild(t.firstChild),t)}catch(e){return null}},e}(),$r=function(){function e(e){if(this.defaultDoc=e,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert"),null==this.inertDocument.body){var t=this.inertDocument.createElement("html");this.inertDocument.appendChild(t);var n=this.inertDocument.createElement("body");t.appendChild(n)}}return e.prototype.getInertBodyElement=function(e){var t=this.inertDocument.createElement("template");if("content"in t)return t.innerHTML=Vr(e),t;var n=this.inertDocument.createElement("body");return n.innerHTML=Vr(e),this.defaultDoc.documentMode&&this.stripCustomNsAttrs(n),n},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}(),Xr=/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^&:/?#]*(?:[/?#]|$))/gi,eo=/^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 to(e){return(e=String(e)).match(Xr)||e.match(eo)?e:"unsafe:"+e}function no(e){return(e=String(e)).split(",").map((function(e){return to(e.trim())})).join(", ")}function ro(e){var t,n,r={};try{for(var o=p(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 oo(){for(var e,t,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var o={};try{for(var i=p(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 io,ao,uo=ro("area,br,col,hr,img,wbr"),so=ro("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),lo=ro("rp,rt"),co=oo(lo,so),fo=oo(so,ro("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")),po=oo(lo,ro("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")),ho=oo(uo,fo,po,co),vo=ro("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),go=ro("srcset"),yo=ro("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"),mo=ro("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"),_o=oo(vo,go,yo,mo),bo=ro("script,style,template"),wo=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(!ho.hasOwnProperty(t))return this.sanitizedSomething=!0,!bo.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(_o.hasOwnProperty(a)){var u=o.value;vo[a]&&(u=to(u)),go[a]&&(u=no(u)),this.buf.push(" ",i,'="',xo(u),'"')}else this.sanitizedSomething=!0}return this.buf.push(">"),!0},e.prototype.endElement=function(e){var t=e.nodeName.toLowerCase();ho.hasOwnProperty(t)&&!uo.hasOwnProperty(t)&&(this.buf.push("</"),this.buf.push(t),this.buf.push(">"))},e.prototype.chars=function(e){this.buf.push(xo(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}(),Co=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,Io=/([^\#-~ |!])/g;function xo(e){return e.replace(/&/g,"&").replace(Co,(function(e){return"&#"+(1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536)+";"})).replace(Io,(function(e){return"&#"+e.charCodeAt(0)+";"})).replace(/</g,"<").replace(/>/g,">")}function Eo(e,t){var n=null;try{io=io||Jr(e);var r=t?String(t):"";n=io.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=io.getInertBodyElement(r)}while(r!==i);return Vr((new wo).sanitizeChildren(Oo(n)||n))}finally{if(n)for(var a=Oo(n)||n;a.firstChild;)a.removeChild(a.firstChild)}}function Oo(e){return"content"in e&&function t(e){return e.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===e.nodeName}
|
|
278
278
|
/**
|
|
279
279
|
* @license
|
|
280
280
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -289,42 +289,42 @@ function Gr(e){var t=new Yr(e);return function n(){try{return!!(new window.DOMPa
|
|
|
289
289
|
* Use of this source code is governed by an MIT-style license that can be
|
|
290
290
|
* found in the LICENSE file at https://angular.io/license
|
|
291
291
|
*/
|
|
292
|
-
function
|
|
292
|
+
function ko(t){var n=Vo();return n?Fr(n.sanitize(e.SecurityContext.HTML,t)||""):Kr(t,"HTML")?Fr(Zr(t)):Eo(Ae(),y(t))}function Po(t){var n=Vo();return n?n.sanitize(e.SecurityContext.STYLE,t)||"":Kr(t,"Style")?Zr(t):y(t)}function To(t){var n=Vo();return n?n.sanitize(e.SecurityContext.URL,t)||"":Kr(t,"URL")?Zr(t):to(y(t))}function No(t){var n=Vo();if(n)return Hr(n.sanitize(e.SecurityContext.RESOURCE_URL,t)||"");if(Kr(t,"ResourceURL"))return Hr(Zr(t));throw new Error("unsafe value used in a resource URL context (see https://g.co/ng/security#xss)")}function jo(t){var n=Vo();if(n)return Lr(n.sanitize(e.SecurityContext.SCRIPT,t)||"");if(Kr(t,"Script"))return Lr(Zr(t));throw new Error("unsafe value used in a script context")}function Do(e){return Vr(e[0])}function Ao(e){return function t(e){var t;return(null===(t=Rr())||void 0===t?void 0:t.createScriptURL(e))||e}(e[0])}function So(e,t){return"src"===t&&("embed"===e||"frame"===e||"iframe"===e||"media"===e||"script"===e)||"href"===t&&("base"===e||"link"===e)?No:To}function Ro(e,t,n){return So(t,n)(e)}function Vo(){var e=Xe();return e&&e[12]}
|
|
293
293
|
/**
|
|
294
294
|
* @license
|
|
295
295
|
* Copyright Google LLC All Rights Reserved.
|
|
296
296
|
*
|
|
297
297
|
* Use of this source code is governed by an MIT-style license that can be
|
|
298
298
|
* found in the LICENSE file at https://angular.io/license
|
|
299
|
-
*/function
|
|
299
|
+
*/function Mo(e){return e.ngDebugContext}function Fo(e){return e.ngOriginalError}function Lo(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];e.error.apply(e,v(t))}
|
|
300
300
|
/**
|
|
301
301
|
* @license
|
|
302
302
|
* Copyright Google LLC All Rights Reserved.
|
|
303
303
|
*
|
|
304
304
|
* Use of this source code is governed by an MIT-style license that can be
|
|
305
305
|
* found in the LICENSE file at https://angular.io/license
|
|
306
|
-
*/(
|
|
306
|
+
*/(ao=e.SecurityContext||(e.SecurityContext={}))[ao.NONE=0]="NONE",ao[ao.HTML=1]="HTML",ao[ao.STYLE=2]="STYLE",ao[ao.SCRIPT=3]="SCRIPT",ao[ao.URL=4]="URL",ao[ao.RESOURCE_URL=5]="RESOURCE_URL";var Ho=function(){function e(){this._console=console}return e.prototype.handleError=function(e){var t=this._findOriginalError(e),n=this._findContext(e),r=function o(e){return e.ngErrorLogger||Lo}(e);r(this._console,"ERROR",e),t&&r(this._console,"ORIGINAL ERROR",t),n&&r(this._console,"ERROR CONTEXT",n)},e.prototype._findContext=function(e){return e?Mo(e)?Mo(e):this._findContext(Fo(e)):null},e.prototype._findOriginalError=function(e){for(var t=Fo(e);t&&Fo(t);)t=Fo(t);return t},e}(),Bo=/^>|^->|<!--|-->|--!>|<!-$/g,Uo=/(<|>)/;
|
|
307
307
|
/**
|
|
308
308
|
* @license
|
|
309
309
|
* Copyright Google LLC All Rights Reserved.
|
|
310
310
|
*
|
|
311
311
|
* Use of this source code is governed by an MIT-style license that can be
|
|
312
312
|
* found in the LICENSE file at https://angular.io/license
|
|
313
|
-
*/function
|
|
313
|
+
*/function Qo(e){return e.replace(Bo,(function(e){return e.replace(Uo,"$1")}))}
|
|
314
314
|
/**
|
|
315
315
|
* @license
|
|
316
316
|
* Copyright Google LLC All Rights Reserved.
|
|
317
317
|
*
|
|
318
318
|
* Use of this source code is governed by an MIT-style license that can be
|
|
319
319
|
* found in the LICENSE file at https://angular.io/license
|
|
320
|
-
*/var
|
|
320
|
+
*/var qo=/([A-Z])/g;function zo(e){try{return null!=e?e.toString().slice(0,30):e}catch(e){return"[ERROR] Exception while trying to serialize the value"}}
|
|
321
321
|
/**
|
|
322
322
|
* @license
|
|
323
323
|
* Copyright Google LLC All Rights Reserved.
|
|
324
324
|
*
|
|
325
325
|
* Use of this source code is governed by an MIT-style license that can be
|
|
326
326
|
* found in the LICENSE file at https://angular.io/license
|
|
327
|
-
*/function
|
|
327
|
+
*/function Wo(e){var t=Ue(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.ɵcmp}(e)){if(-1==(r=$o(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.ɵdir}(e)){if(-1==(r=function s(e,t){for(var n=e[1].firstChild;n;){for(var r=n.directiveEnd,o=n.directiveStart;o<r;o++)if(e[o]===t)return n.index;n=Yo(n)}return-1}(n,e)))throw new Error("The provided directive was not found in the application");i=Xo(r,n,!1)}else if(-1==(r=Jo(n,e)))return null;var l=Ue(g=Ve(n[r])),c=l&&!Array.isArray(l)?l:Zo(n,r,g);if(o&&void 0===c.component&&(c.component=o,Go(c.component,c)),i&&void 0===c.directives){c.directives=i;for(var f=0;f<i.length;f++)Go(i[f],c)}Go(c.native,c),t=c}}else for(var d=e,p=d;p=p.parentNode;){var h=Ue(p);if(h){if(n=void 0,!(n=Array.isArray(h)?h:h.lView))return null;var v=Jo(n,d);if(v>=0){var g;Go(g=Ve(n[v]),c=Zo(n,v,g)),t=c;break}}}return t||null}function Zo(e,t,n){return{lView:e,nodeIndex:t,native:n,component:void 0,directives:void 0,localRefs:void 0}}function Ko(e){var t,n=Ue(e);if(Array.isArray(n)){var r=$o(n,e);(o=Zo(n,r,(t=Be(r,n))[0])).component=e,Go(e,o),Go(o.native,o)}else{var o;t=Be((o=n).nodeIndex,o.lView)}return t}function Go(e,t){e.__ngContext__=t}function Jo(e,t){for(var n=e[1],r=20;r<n.bindingStartIndex;r++)if(Ve(e[r])===t)return r;return-1}function Yo(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 $o(e,t){var n=e[1].components;if(n)for(var r=0;r<n.length;r++){var o=n[r];if(Be(o,e)[8]===t)return o}else if(Be(20,e)[8]===t)return 20;return-1}function Xo(e,t,n){var r=t[1].data[e],o=r.directiveStart;return 0==o?K:(!n&&2&r.flags&&o++,t.slice(o,r.directiveEnd))}
|
|
328
328
|
/**
|
|
329
329
|
* @license
|
|
330
330
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -332,7 +332,7 @@ function Oo(t){var n=Ro();return n?Mr(n.sanitize(e.SecurityContext.HTML,t)||""):
|
|
|
332
332
|
* Use of this source code is governed by an MIT-style license that can be
|
|
333
333
|
* found in the LICENSE file at https://angular.io/license
|
|
334
334
|
*/
|
|
335
|
-
var
|
|
335
|
+
var ei,ti,ni=("undefined"!=typeof requestAnimationFrame&&requestAnimationFrame||setTimeout).bind(z);function ri(e){return{name:"window",target:e.ownerDocument.defaultView}}function oi(e){return{name:"document",target:e.ownerDocument}}function ii(e){return{name:"body",target:e.ownerDocument.body}}function ai(e){return e instanceof Function?e():e}function ui(e,t){return ti(e,t)}
|
|
336
336
|
/**
|
|
337
337
|
* @license
|
|
338
338
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -340,14 +340,14 @@ var Xo,ei,ti=("undefined"!=typeof requestAnimationFrame&&requestAnimationFrame||
|
|
|
340
340
|
* Use of this source code is governed by an MIT-style license that can be
|
|
341
341
|
* found in the LICENSE file at https://angular.io/license
|
|
342
342
|
*/
|
|
343
|
-
function
|
|
343
|
+
function si(e){var t=e[3];return _e(t)?t[3]:t}function li(e){return function t(e){for(var t=me(e)?e:Qe(e);t&&!(512&t[2]);)t=si(t);return t}(e)[8]}function ci(e){return di(e[13])}function fi(e){return di(e[4])}function di(e){for(;null!==e&&!_e(e);)e=e[4];return e}
|
|
344
344
|
/**
|
|
345
345
|
* @license
|
|
346
346
|
* Copyright Google LLC All Rights Reserved.
|
|
347
347
|
*
|
|
348
348
|
* Use of this source code is governed by an MIT-style license that can be
|
|
349
349
|
* found in the LICENSE file at https://angular.io/license
|
|
350
|
-
*/function
|
|
350
|
+
*/function pi(e,t,n,r,o){if(null!=r){var i=void 0,a=!1;_e(r)?i=r:me(r)&&(a=!0,r=r[0]);var u=Ve(r);0===e&&null!==n?null==o?Ei(t,n,u):xi(t,n,u,o||null,!0):1===e&&null!==n?xi(t,n,u,o||null,!0):2===e?Ri(t,u,a):3===e&&t.destroyNode(u),null!=i&&function s(e,t,n,r,o){var i=n[7];i!==Ve(n)&&pi(t,e,r,i,o);for(var a=10;a<n.length;a++){var u=n[a];Mi(u[1],u,e,t,r,i)}}(t,e,i,n,o)}}function hi(e,t){return Se(e)?e.createText(t):e.createTextNode(t)}function vi(e,t,n){Se(e)?e.setValue(t,n):t.textContent=n}function gi(e,t){return e.createComment(Qo(t))}function yi(e,t,n){return Se(e)?e.createElement(t,n):null===n?e.createElement(t):e.createElementNS(n,t)}function mi(e,t){var n=e[9],r=n.indexOf(t),o=t[3];1024&t[2]&&(t[2]&=-1025,Ke(o,-1)),n.splice(r,1)}function _i(e,t){if(!(e.length<=10)){var n=10+t,r=e[n];if(r){var o=r[17];null!==o&&o!==e&&mi(o,r),t>0&&(e[n-1][4]=r[4]);var i=Wn(e,10+t);!function a(e,t){Mi(e,t,t[11],2,null,null),t[0]=null,t[6]=null}(r[1],r);var u=i[19];null!==u&&u.detachView(i[1]),r[3]=null,r[4]=null,r[2]&=-129}return r}}function bi(e,t){if(!(256&t[2])){var n=t[11];Se(n)&&n.destroyNode&&Mi(e,t,n,3,null,null),function r(e){var t=e[13];if(!t)return wi(e[1],e);for(;t;){var n=null;if(me(t))n=t[13];else{var r=t[10];r&&(n=r)}if(!n){for(;t&&!t[4]&&t!==e;)me(t)&&wi(t[1],t),t=t[3];null===t&&(t=e),me(t)&&wi(t[1],t),n=t&&t[4]}t=n}}(t)}}function wi(e,t){if(!(256&t[2])){t[2]&=-129,t[2]|=256,function n(e,t){var n;if(null!=e&&null!=(n=e.destroyHooks))for(var r=0;r<n.length;r+=2){var o=t[n[r]];if(!(o instanceof Bt)){var i=n[r+1];if(Array.isArray(i))for(var a=0;a<i.length;a+=2)i[a+1].call(o[i[a]]);else i.call(o)}}}(e,t),function r(e,t){var n=e.cleanup,r=t[7],o=-1;if(null!==n)for(var i=0;i<n.length-1;i+=2)if("string"==typeof n[i]){var a=n[i+1],u="function"==typeof a?a(t):Ve(t[a]),s=r[o=n[i+2]],l=n[i+3];"boolean"==typeof l?u.removeEventListener(n[i],s,l):l>=0?r[o=l]():r[o=-l].unsubscribe(),i+=2}else{var c=r[o=n[i+1]];n[i].call(c)}if(null!==r){for(i=o+1;i<r.length;i++)(0,r[i])();t[7]=null}}(e,t),1===t[1].type&&Se(t[11])&&t[11].destroy();var o=t[17];if(null!==o&&_e(t[3])){o!==t[3]&&mi(o,t);var i=t[19];null!==i&&i.detachView(e)}}}function Ci(e,t,n){return Ii(e,t.parent,n)}function Ii(t,n,r){for(var o=n;null!==o&&40&o.type;)o=(n=o).parent;if(null===o)return r[0];if(2&o.flags){var i=t.data[o.directiveStart].encapsulation;if(i===e.ViewEncapsulation.None||i===e.ViewEncapsulation.Emulated)return null}return Fe(o,r)}function xi(e,t,n,r,o){Se(e)?e.insertBefore(t,n,r,o):t.insertBefore(n,r,o)}function Ei(e,t,n){Se(e)?e.appendChild(t,n):t.appendChild(n)}function Oi(e,t,n,r,o){null!==r?xi(e,t,n,r,o):Ei(e,t,n)}function ki(e,t){return Se(e)?e.parentNode(t):t.parentNode}function Pi(e,t,n){return ji(e,t,n)}function Ti(e,t,n){return 40&e.type?Fe(e,n):null}(
|
|
351
351
|
/**
|
|
352
352
|
* @license
|
|
353
353
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -355,21 +355,21 @@ function ui(e){var t=e[3];return me(t)?t[3]:t}function si(e){return function t(e
|
|
|
355
355
|
* Use of this source code is governed by an MIT-style license that can be
|
|
356
356
|
* found in the LICENSE file at https://angular.io/license
|
|
357
357
|
*/
|
|
358
|
-
|
|
358
|
+
ei=e.RendererStyleFlags2||(e.RendererStyleFlags2={}))[ei.Important=1]="Important",ei[ei.DashCase=2]="DashCase";var Ni,ji=Ti;function Di(e,t){ji=e,Ni=t}function Ai(e,t,n,r){var o=Ci(e,r,t),i=t[11],a=Pi(r.parent||t[6],r,t);if(null!=o)if(Array.isArray(n))for(var u=0;u<n.length;u++)Oi(i,o,n[u],a,!1);else Oi(i,o,n,a,!1);void 0!==Ni&&Ni(i,r,t,n,o)}function Si(e,t){return null!==t?e[16][6].projection[t.projection]:null}function Ri(e,t,n){var r=ki(e,t);r&&function o(e,t,n,r){Se(e)?e.removeChild(t,n,r):t.removeChild(n)}(e,r,t,n)}function Vi(e,t,n,r,o,i,a){for(;null!=n;){var u=r[n.index],s=n.type;if(a&&0===t&&(u&&Go(Ve(u),r),n.flags|=4),64!=(64&n.flags))if(8&s)Vi(e,t,n.child,r,o,i,!1),pi(t,e,o,u,i);else if(32&s){for(var l=ui(n,r),c=void 0;c=l();)pi(t,e,o,c,i);pi(t,e,o,u,i)}else 16&s?Fi(e,t,r,n,o,i):pi(t,e,o,u,i);n=a?n.projectionNext:n.next}}function Mi(e,t,n,r,o,i){Vi(n,r,e.firstChild,t,o,i,!1)}function Fi(e,t,n,r,o,i){var a=n[16],u=a[6].projection[r.projection];if(Array.isArray(u))for(var s=0;s<u.length;s++)pi(t,e,o,u[s],i);else Vi(e,t,u,a[3],o,i,!0)}function Li(e,t,n){Se(e)?e.setAttribute(t,"style",n):t.style.cssText=n}function Hi(e,t,n){Se(e)?""===n?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n):t.className=n}
|
|
359
359
|
/**
|
|
360
360
|
* @license
|
|
361
361
|
* Copyright Google LLC All Rights Reserved.
|
|
362
362
|
*
|
|
363
363
|
* Use of this source code is governed by an MIT-style license that can be
|
|
364
364
|
* found in the LICENSE file at https://angular.io/license
|
|
365
|
-
*/function
|
|
365
|
+
*/function Bi(e,t,n){for(var r=e.length;;){var o=e.indexOf(t,n);if(-1===o)return o;if(0===o||e.charCodeAt(o-1)<=32){var i=t.length;if(o+i===r||e.charCodeAt(o+i)<=32)return o}n=o+1}}
|
|
366
366
|
/**
|
|
367
367
|
* @license
|
|
368
368
|
* Copyright Google LLC All Rights Reserved.
|
|
369
369
|
*
|
|
370
370
|
* Use of this source code is governed by an MIT-style license that can be
|
|
371
371
|
* found in the LICENSE file at https://angular.io/license
|
|
372
|
-
*/function
|
|
372
|
+
*/function Ui(e,t,n){for(var r=0;r<e.length;){var o=e[r++];if(n&&"class"===o){if(-1!==Bi((o=e[r]).toLowerCase(),t,0))return!0}else if(1===o){for(;r<e.length&&"string"==typeof(o=e[r++]);)if(o.toLowerCase()===t)return!0;return!1}}return!1}function Qi(e){return 4===e.type&&"ng-template"!==e.value}function qi(e,t,n){return t===(4!==e.type||n?e.value:"ng-template")}function zi(e,t,n){for(var r=4,o=e.attrs||[],i=function a(e){for(var t=0;t<e.length;t++)if(qt(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&&!qi(e,l,n)||""===l&&1===t.length){if(Wi(r))return!1;u=!0}}else{var c=8&r?l:t[++s];if(8&r&&null!==e.attrs){if(!Ui(e.attrs,c,n)){if(Wi(r))return!1;u=!0}continue}var f=Zi(8&r?"class":l,o,Qi(e),n);if(-1===f){if(Wi(r))return!1;u=!0;continue}if(""!==c){var d;d=f>i?"":o[f+1].toLowerCase();var p=8&r?d:null;if(p&&-1!==Bi(p,c,0)||2&r&&c!==d){if(Wi(r))return!1;u=!0}}}}else{if(!u&&!Wi(r)&&!Wi(l))return!1;if(u&&Wi(l))continue;u=!1,r=l|1&r}}return Wi(r)||u}function Wi(e){return 0==(1&e)}function Zi(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||6===a)i=!0;else{if(1===a||2===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;){var r=e[n];if("number"==typeof r)return-1;if(r===t)return n;n++}return-1}(t,e)}function Ki(e,t,n){void 0===n&&(n=!1);for(var r=0;r<t.length;r++)if(zi(e,t[r],n))return!0;return!1}function Gi(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}function Ji(e,t){return e?":not("+t.trim()+")":t}function Yi(e){for(var t=e[0],n=1,r=2,o="",i=!1;n<e.length;){var a=e[n];if("string"==typeof a)if(2&r){var u=e[++n];o+="["+a+(u.length>0?'="'+u+'"':"")+"]"}else 8&r?o+="."+a:4&r&&(o+=" "+a);else""===o||Wi(a)||(t+=Ji(i,o),o=""),r=a,i=i||!Wi(r);n++}return""!==o&&(t+=Ji(i,o)),t}
|
|
373
373
|
/**
|
|
374
374
|
* @license
|
|
375
375
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -377,35 +377,35 @@ Xo=e.RendererStyleFlags2||(e.RendererStyleFlags2={}))[Xo.Important=1]="Important
|
|
|
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
379
|
*/
|
|
380
|
-
var
|
|
380
|
+
var $i={};
|
|
381
381
|
/**
|
|
382
382
|
* @license
|
|
383
383
|
* Copyright Google LLC All Rights Reserved.
|
|
384
384
|
*
|
|
385
385
|
* Use of this source code is governed by an MIT-style license that can be
|
|
386
386
|
* found in the LICENSE file at https://angular.io/license
|
|
387
|
-
*/function
|
|
387
|
+
*/function Xi(e){ea(et(),Xe(),Tt()+e,st())}function ea(e,t,n,r){if(!r)if(3==(3&t[2])){var o=e.preOrderCheckHooks;null!==o&&Vt(t,o,n)}else{var i=e.preOrderHooks;null!==i&&Mt(t,i,0,n)}Nt(n)}
|
|
388
388
|
/**
|
|
389
389
|
* @license
|
|
390
390
|
* Copyright Google LLC All Rights Reserved.
|
|
391
391
|
*
|
|
392
392
|
* Use of this source code is governed by an MIT-style license that can be
|
|
393
393
|
* found in the LICENSE file at https://angular.io/license
|
|
394
|
-
*/function ea(e,t){return e<<17|t<<2}function ta(e){return e>>17&32767}function na(e){return 2==(2&e)}function ra(e){return 2|e}function oa(e){return(131068&e)>>2}function ia(e,t){return-131069&e|t<<2}function aa(e){return 1==(1&e)}function ua(e){return 1|e}function sa(e,t){for(var n=e.tView_.data,r=[],o=t?e.classBindings:e.styleBindings,i=ta(o),a=oa(o),u=0!==a,s=u?a:i;0!==s;){var l=n[s+1];r.unshift({key:n[s],index:s,isTemplate:u,prevDuplicate:na(l),nextDuplicate:aa(l),nextIndex:oa(l),prevIndex:ta(l)}),s===i&&(u=!1),s=ta(l)}return r.push((t?e.residualClasses:e.residualStyles)||null),r}function la(e,t){for(;e;)t.push(e.template_),e=e.next}function ca(e){if(e){var t=e.debug;return w(t,"Object does not have a debug representation."),t}return e}function fa(e,t){void 0===t&&(t=!1);var n=Re(e);if(n)switch(n.nodeType){case Node.TEXT_NODE:return n.textContent;case Node.COMMENT_NODE:return"\x3c!--"+n.textContent+"--\x3e";case Node.ELEMENT_NODE:var r=n.outerHTML;return t?r:r.split(">"+n.innerHTML+"<")[0]+">"}return null}function da(e){if("ElementContainer"===e.type)return(e.children||[]).map(da).join("");if("IcuContainer"===e.type)throw new Error("Not implemented");return fa(e.native,!0)||""}function pa(e,t,n,r){for(var o=[],i=n;i<r;i++)o.push({index:i,t:e.data[i],l:t[i]});return{start:n,end:r,length:r-n,content:o}}function ha(e,t){if(e){for(var n=[],r=e;r;)n.push(va(r,t)),r=r.next;return n}return[]}function va(e,t){for(var n=Re(t[e.index]),r=[],o=[],i=t[1],a=e.directiveStart;a<e.directiveEnd;a++)r.push(i.data[a].type),o.push(t[a]);return{html:fa(n),type:Bt(e.type),tNode:e,native:n,children:ha(e.child,t),factories:r,instances:o,injector:ga(e,i,t),get injectorResolutionPath(){return e.debugNodeInjectorPath(t)}}}function ga(e,t,n){for(var r=[],o=e.providerIndexStart_;o<e.providerIndexEnd_;o++)r.push(t.data[o]);var i=[];for(o=e.providerIndexEnd_;o<e.directiveEnd;o++)i.push(t.data[o]);return{bloom:ma(n,e.injectorIndex),cumulativeBloom:ma(t.data,e.injectorIndex),providers:i,viewProviders:r,parentInjectorIndex:n[e.providerIndexStart_-1]}}function ya(e,t){var n=e[t];if("number"!=typeof n)return"????????";var r="00000000"+n.toString(2);return r.substring(r.length-8)}function ma(e,t){return t<0?"NO_NODE_INJECTOR":ya(e,t+7)+"_"+ya(e,t+6)+"_"+ya(e,t+5)+"_"+ya(e,t+4)+"_"+ya(e,t+3)+"_"+ya(e,t+2)+"_"+ya(e,t+1)+"_"+ya(e,t+0)}(function(){function e(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g,y,m,_,b,w,C,I,x,E,O,k,P,T,N,j){this.type=e,this.blueprint=t,this.template=n,this.queries=r,this.viewQuery=o,this.declTNode=i,this.data=a,this.bindingStartIndex=u,this.expandoStartIndex=s,this.hostBindingOpCodes=l,this.firstCreatePass=c,this.firstUpdatePass=f,this.staticViewQueries=d,this.staticContentQueries=p,this.preOrderHooks=h,this.preOrderCheckHooks=v,this.contentHooks=g,this.contentCheckHooks=y,this.viewHooks=m,this.viewCheckHooks=_,this.destroyHooks=b,this.cleanup=w,this.contentQueries=C,this.components=I,this.directiveRegistry=x,this.pipeRegistry=E,this.firstChild=O,this.schemas=k,this.consts=P,this.incompleteFirstPass=T,this._decls=N,this._vars=j}Object.defineProperty(e.prototype,"template_",{get:function(){var e=[];return la(this.firstChild,e),e.join("")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"type_",{get:function(){return ge[this.type]||"TViewType.?"+this.type+"?"},enumerable:!1,configurable:!0})})(),function(){function e(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g,y,m,_,b,w,C,I,x,E,O,k,P,T,N,j){this.tView_=e,this.type=t,this.index=n,this.insertBeforeIndex=r,this.injectorIndex=o,this.directiveStart=i,this.directiveEnd=a,this.directiveStylingLast=u,this.propertyBindings=s,this.flags=l,this.providerIndexes=c,this.value=f,this.attrs=d,this.mergedAttrs=p,this.localNames=h,this.initialInputs=v,this.inputs=g,this.outputs=y,this.tViews=m,this.next=_,this.projectionNext=b,this.child=w,this.parent=C,this.projection=I,this.styles=x,this.stylesWithoutHost=E,this.residualStyles=O,this.classes=k,this.classesWithoutHost=P,this.residualClasses=T,this.classBindings=N,this.styleBindings=j}e.prototype.debugNodeInjectorPath=function(e){var t=[],n=tn(this,e);for(-1===n&&-1!==(r=nn(this,e))&&(n=Kt(r),e=Gt(r,e));-1!==n;){var r;t.push(va(e[1].data[n+8],e)),-1===(r=e[n+8])?n=-1:(n=Kt(r),e=Gt(r,e))}return t},Object.defineProperty(e.prototype,"type_",{get:function(){return Bt(this.type)||"TNodeType.?"+this.type+"?"},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"flags_",{get:function(){var e=[];return 16&this.flags&&e.push("TNodeFlags.hasClassInput"),8&this.flags&&e.push("TNodeFlags.hasContentQuery"),32&this.flags&&e.push("TNodeFlags.hasStyleInput"),128&this.flags&&e.push("TNodeFlags.hasHostBindings"),2&this.flags&&e.push("TNodeFlags.isComponentHost"),1&this.flags&&e.push("TNodeFlags.isDirectiveHost"),64&this.flags&&e.push("TNodeFlags.isDetached"),4&this.flags&&e.push("TNodeFlags.isProjected"),e.join("|")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"template_",{get:function(){if(1&this.type)return this.value;var e=[],t="string"==typeof this.value&&this.value||this.type_;if(e.push("<",t),this.flags&&e.push(" ",this.flags_),this.attrs)for(var n=0;n<this.attrs.length;){var r=this.attrs[n++];if("number"==typeof r)break;var o=this.attrs[n++];e.push(" ",r,'="',o,'"')}return e.push(">"),la(this.child,e),e.push("</",t,">"),e.join("")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"styleBindings_",{get:function(){return sa(this,!1)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"classBindings_",{get:function(){return sa(this,!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"providerIndexStart_",{get:function(){return 1048575&this.providerIndexes},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"providerIndexEnd_",{get:function(){return this.providerIndexStart_+(this.providerIndexes>>>20)},enumerable:!1,configurable:!0})}(),function(){function e(e){this._raw_lView=e}Object.defineProperty(e.prototype,"flags",{get:function(){var e=this._raw_lView[2];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>>11}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"parent",{get:function(){return ca(this._raw_lView[3])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"hostHTML",{get:function(){return fa(this._raw_lView[0],!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"html",{get:function(){return(this.nodes||[]).map(da).join("")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._raw_lView[8]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"nodes",{get:function(){var e=this._raw_lView;return ha(e[1].firstChild,e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"template",{get:function(){return this.tView.template_},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tView",{get:function(){return this._raw_lView[1]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cleanup",{get:function(){return this._raw_lView[7]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return this._raw_lView[9]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"rendererFactory",{get:function(){return this._raw_lView[10]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"renderer",{get:function(){return this._raw_lView[11]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"sanitizer",{get:function(){return this._raw_lView[12]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"childHead",{get:function(){return ca(this._raw_lView[13])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"next",{get:function(){return ca(this._raw_lView[4])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"childTail",{get:function(){return ca(this._raw_lView[14])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"declarationView",{get:function(){return ca(this._raw_lView[15])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"queries",{get:function(){return this._raw_lView[19]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tHost",{get:function(){return this._raw_lView[6]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"decls",{get:function(){return pa(this.tView,this._raw_lView,20,this.tView.bindingStartIndex)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"vars",{get:function(){return pa(this.tView,this._raw_lView,this.tView.bindingStartIndex,this.tView.expandoStartIndex)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"expando",{get:function(){return pa(this.tView,this._raw_lView,this.tView.expandoStartIndex,this._raw_lView.length)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"childViews",{get:function(){for(var e=[],t=this.childHead;t;)e.push(t),t=t.next;return e},enumerable:!1,configurable:!0})}(),function(){function e(e){this._raw_lContainer=e}Object.defineProperty(e.prototype,"hasTransplantedViews",{get:function(){return this._raw_lContainer[2]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"views",{get:function(){return this._raw_lContainer.slice(10).map(ca)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"parent",{get:function(){return ca(this._raw_lContainer[3])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"movedViews",{get:function(){return this._raw_lContainer[9]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"host",{get:function(){return this._raw_lContainer[0]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"native",{get:function(){return this._raw_lContainer[7]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"next",{get:function(){return ca(this._raw_lContainer[4])},enumerable:!1,configurable:!0})}();var _a=Promise.resolve(null);function ba(e,t){var n=e.contentQueries;if(null!==n)for(var r=0;r<n.length;r+=2){var o=n[r+1];if(-1!==o){var i=e.data[o];mt(n[r]),i.contentQueries(2,t[o],o)}}}function wa(e,t,n,r,o,i,a,u,s,l){var c=t.blueprint.slice();return c[0]=o,c[2]=140|r,We(c),c[3]=c[15]=e,c[8]=n,c[10]=a||e&&e[10],c[11]=u||e&&e[11],c[12]=s||e&&e[12]||null,c[9]=l||e&&e[9]||null,c[6]=i,c[16]=2==t.type?e[16]:c,c}function Ca(e,t,n,r,o){var i=e.data[t];if(null===i)i=Ia(e,t,n,r,o),function a(){return Ke.lFrame.inI18n}()&&(i.flags|=64);else if(64&i.type){i.type=n,i.value=r,i.attrs=o;var u=rt();i.injectorIndex=null===u?-1:u.injectorIndex}return ot(i,!0),i}function Ia(e,t,n,r,o){var i=nt(),a=it(),u=e.data[t]=function s(e,t,n,r,o,i){return{type:n,index:r,insertBeforeIndex:null,injectorIndex:t?t.injectorIndex:-1,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,propertyBindings:null,flags:0,providerIndexes:0,value:o,attrs:i,mergedAttrs:null,localNames:null,initialInputs:void 0,inputs:null,outputs:null,tViews:null,next:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}(0,a?i:i&&i.parent,n,t,r,o);return null===e.firstChild&&(e.firstChild=u),null!==i&&(a?null==i.child&&null!==u.parent&&(i.child=u):null===i.next&&(i.next=u)),u}function xa(e,t,n,r){if(0===n)return-1;for(var o=t.length,i=0;i<n;i++)t.push(r),e.blueprint.push(r),e.data.push(null);return o}function Ea(e,t,n){wt(t);try{var r=e.viewQuery;null!==r&&ou(1,r,n);var o=e.template;null!==o&&Pa(e,t,o,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),e.staticContentQueries&&ba(e,t),e.staticViewQueries&&ou(2,e.viewQuery,n);var i=e.components;null!==i&&function a(e,t){for(var n=0;n<t.length;n++)$a(e,t[n])}(t,i)}catch(t){throw e.firstCreatePass&&(e.incompleteFirstPass=!0),t}finally{t[2]&=-5,Ot()}}function Oa(e,t,n,r){var o=t[2];if(256!=(256&o)){wt(t);var i=ut();try{We(t),ft(e.bindingStartIndex),null!==n&&Pa(e,t,n,2,r);var a=3==(3&o);if(!i)if(a){var u=e.preOrderCheckHooks;null!==u&&Rt(t,u,null)}else{var s=e.preOrderHooks;null!==s&&Vt(t,s,0,null),Mt(t,0)}if(function l(e){for(var t=li(e);null!==t;t=ci(t))if(t[2])for(var n=t[9],r=0;r<n.length;r++){var o=n[r];0==(1024&o[2])&&Ze(o[3],1),o[2]|=1024}}(t),function c(e){for(var t=li(e);null!==t;t=ci(t))for(var n=10;n<t.length;n++){var r=t[n],o=r[1];qe(r)&&Oa(o,r,o.template,r[8])}}(t),null!==e.contentQueries&&ba(e,t),!i)if(a){var f=e.contentCheckHooks;null!==f&&Rt(t,f)}else{var d=e.contentHooks;null!==d&&Vt(t,d,1),Mt(t,1)}!function p(e,t){var n,r,o=e.hostBindingOpCodes;if(null!==o)try{for(var i=0;i<o.length;i++){var a=o[i];if(a<0)Tt(~a);else{var u=a,s=o[++i],l=o[++i];n=u,r=void 0,(r=Ke.lFrame).bindingIndex=r.bindingRootIndex=s,vt(n),l(2,t[u])}}}finally{Tt(-1)}}(e,t);var h=e.components;null!==h&&function v(e,t){for(var n=0;n<t.length;n++)Ya(e,t[n])}(t,h);var g=e.viewQuery;if(null!==g&&ou(2,g,r),!i)if(a){var y=e.viewCheckHooks;null!==y&&Rt(t,y)}else{var m=e.viewHooks;null!==m&&Vt(t,m,2),Mt(t,2)}!0===e.firstUpdatePass&&(e.firstUpdatePass=!1),i||(t[2]&=-73),1024&t[2]&&(t[2]&=-1025,Ze(t[3],-1))}finally{Ot()}}}function ka(e,t,n,r){var o=t[10],i=!ut(),a=Qe(t);try{i&&!a&&o.begin&&o.begin(),a&&Ea(e,t,r),Oa(e,t,n,r)}finally{i&&!a&&o.end&&o.end()}}function Pa(e,t,n,r,o){var i=Pt();try{Tt(-1),2&r&&t.length>20&&Xi(e,t,20,ut()),n(r,o)}finally{Tt(i)}}function Ta(e,t,n){if(_e(t))for(var r=t.directiveEnd,o=t.directiveStart;o<r;o++){var i=e.data[o];i.contentQueries&&i.contentQueries(1,n[o],o)}}function Na(e,t,n){Ge()&&(function r(e,t,n,o){var i=n.directiveStart,a=n.directiveEnd;e.firstCreatePass||Xt(n,t),Ko(o,t);for(var u=n.initialInputs,s=i;s<a;s++){var l=e.data[s],c=Ce(l);c&&za(t,n,l);var f=pn(t,e,s,n);Ko(f,t),null!==u&&Ka(0,s-i,f,l,0,u),c&&(He(n.index,t)[8]=f)}}(e,t,n,Me(n,t)),128==(128&n.flags)&&function o(e,t,n){var r=n.directiveStart,o=n.directiveEnd,i=n.index,a=function u(){return Ke.lFrame.currentDirectiveIndex}();try{Tt(i);for(var s=r;s<o;s++){var l=e.data[s],c=t[s];vt(s),null===l.hostBindings&&0===l.hostVars&&null===l.hostAttrs||Ha(l,c)}}finally{Tt(-1),vt(a)}}(e,t,n))}function ja(e,t,n){void 0===n&&(n=Me);var r=t.localNames;if(null!==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}}function Da(e){var t=e.tView;return null===t||t.incompleteFirstPass?e.tView=Aa(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts):t}function Aa(e,t,n,r,o,i,a,u,s,l){var c=20+r,f=c+o,d=function p(e,t){for(var n=[],r=0;r<t;r++)n.push(r<e?null:Yi);return n}(c,f),h="function"==typeof l?l():l;return d[1]={type:e,blueprint:d,template:n,queries:null,viewQuery:u,declTNode:t,data:d.slice().fill(null,c),bindingStartIndex:c,expandoStartIndex:f,hostBindingOpCodes:null,firstCreatePass:!0,firstUpdatePass:!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 i?i():i,pipeRegistry:"function"==typeof a?a():a,firstChild:null,schemas:s,consts:h,incompleteFirstPass:!1}}function Sa(t,n,r){if(Ae(t))return t.selectRootElement(n,r===e.ViewEncapsulation.ShadowDom);var o="string"==typeof n?t.querySelector(n):n;return o.textContent="",o}function Ra(e,t,n,r){var o=au(t);null===n?o.push(r):(o.push(n),e.firstCreatePass&&uu(e).push(r,o.length-1))}function Va(e,t,n){for(var r in e)if(e.hasOwnProperty(r)){var o=e[r];(n=null===n?{}:n).hasOwnProperty(r)?n[r].push(t,o):n[r]=[t,o]}return n}function Ma(e,t,n,r,o,i,a,u){var s,l=Me(t,n),c=t.inputs;!u&&null!=c&&(s=c[r])?(cu(e,n,s,r,o),be(t)&&function f(e,t){var n=He(t,e);16&n[2]||(n[2]|=64)}(n,t.index)):3&t.type&&(r=function d(e){return"class"===e?"className":"for"===e?"htmlFor":"formaction"===e?"formAction":"innerHtml"===e?"innerHTML":"readonly"===e?"readOnly":"tabindex"===e?"tabIndex":e}(r),o=null!=a?a(o,t.value||"",r):o,Ae(i)?i.setProperty(l,r,o):qt(r)||(l.setProperty?l.setProperty(r,o):l[r]=o))}function Fa(e,t,n,r){var o=!1;if(Ge()){var i=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];Zi(n,a.selectors,!1)&&(o||(o=[]),rn(Xt(n,t),e,a.type),Ce(a)?(Ba(e,n),o.unshift(a)):o.push(a))}return o}(e,t,n),u=null===r?null:{"":-1};if(null!==i){o=!0,Qa(n,e.data.length,i.length);for(var s=0;s<i.length;s++)(d=i[s]).providersResolver&&d.providersResolver(d);var l=!1,c=!1,f=xa(e,t,i.length,null);for(s=0;s<i.length;s++){var d;n.mergedAttrs=zt(n.mergedAttrs,(d=i[s]).hostAttrs),qa(e,n,t,f,d),Ua(f,d,u),null!==d.contentQueries&&(n.flags|=8),null===d.hostBindings&&null===d.hostAttrs&&0===d.hostVars||(n.flags|=128);var p=d.type.prototype;!l&&(p.ngOnChanges||p.ngOnInit||p.ngDoCheck)&&((e.preOrderHooks||(e.preOrderHooks=[])).push(n.index),l=!0),c||!p.ngOnChanges&&!p.ngDoCheck||((e.preOrderCheckHooks||(e.preOrderCheckHooks=[])).push(n.index),c=!0),f++}!function h(e,t){for(var n=t.directiveEnd,r=e.data,o=t.attrs,i=[],a=null,u=null,s=t.directiveStart;s<n;s++){var l=r[s],c=l.inputs,f=null===o||Ui(t)?null:Ga(c,o);i.push(f),a=Va(c,s,a),u=Va(l.outputs,s,u)}null!==a&&(a.hasOwnProperty("class")&&(t.flags|=16),a.hasOwnProperty("style")&&(t.flags|=32)),t.initialInputs=i,t.inputs=a,t.outputs=u}(e,n)}u&&function v(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 g("301","Export of name '"+t[o+1]+"' not found!");r.push(t[o],i)}}(n,r,u)}return n.mergedAttrs=zt(n.mergedAttrs,n.attrs),o}function La(e,t,n,r,o,i){var a=i.hostBindings;if(a){var u=e.hostBindingOpCodes;null===u&&(u=e.hostBindingOpCodes=[]);var s=~t.index;(function l(e){for(var t=e.length;t>0;){var n=e[--t];if("number"==typeof n&&n<0)return n}return 0})(u)!=s&&u.push(s),u.push(r,o,a)}}function Ha(e,t){null!==e.hostBindings&&e.hostBindings(1,t)}function Ba(e,t){t.flags|=2,(e.components||(e.components=[])).push(t.index)}function Ua(e,t,n){if(n){if(t.exportAs)for(var r=0;r<t.exportAs.length;r++)n[t.exportAs[r]]=e;Ce(t)&&(n[""]=e)}}function Qa(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t}function qa(e,t,n,r,o){e.data[r]=o;var i=o.factory||(o.factory=Ie(o.type)),a=new Ht(i,Ce(o),null);e.blueprint[r]=a,n[r]=a,La(e,t,0,r,xa(e,n,o.hostVars,Yi),o)}function za(e,t,n){var r=Me(t,e),o=Da(n),i=e[10],a=Xa(e,wa(e,o,null,n.onPush?64:16,r,t,i,i.createRenderer(r,n),null,null));e[t.index]=a}function Wa(e,t,n,r,o,i){var a=Me(e,t);Za(t[11],a,i,e.value,n,r,o)}function Za(e,t,n,r,o,i,a){if(null==i)Ae(e)?e.removeAttribute(t,o,n):t.removeAttribute(o);else{var u=null==a?y(i):a(i,r||"",o);Ae(e)?e.setAttribute(t,o,u,n):n?t.setAttributeNS(n,o,u):t.setAttribute(o,u)}}function Ka(e,t,n,r,o,i){var a=i[t];if(null!==a)for(var u=r.setInput,s=0;s<a.length;){var l=a[s++],c=a[s++],f=a[s++];null!==u?r.setInput(n,f,l,c):n[c]=f}}function Ga(e,t){for(var n=null,r=0;r<t.length;){var o=t[r];if(0!==o)if(5!==o){if("number"==typeof o)break;e.hasOwnProperty(o)&&(null===n&&(n=[]),n.push(o,e[o],t[r+1])),r+=2}else r+=2;else r+=4}return n}function Ja(e,t,n,r){return new Array(e,!0,!1,t,null,0,r,n,null,null)}function Ya(e,t){var n=He(t,e);if(qe(n)){var r=n[1];80&n[2]?Oa(r,n,r.template,n[8]):n[5]>0&&function e(t){for(var n=li(t);null!==n;n=ci(n))for(var r=10;r<n.length;r++){var o=n[r];if(1024&o[2]){var i=o[1];Oa(i,o,i.template,o[8])}else o[5]>0&&e(o)}var a=t[1].components;if(null!==a)for(r=0;r<a.length;r++){var u=He(a[r],t);qe(u)&&u[5]>0&&e(u)}}(n)}}function $a(e,t){var n=He(t,e),r=n[1];!function o(e,t){for(var n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}(r,n),Ea(r,n,n[8])}function Xa(e,t){return e[13]?e[14][4]=t:e[13]=t,e[14]=t,t}function eu(e){for(;e;){e[2]|=64;var t=ui(e);if(0!=(512&e[2])&&!t)return e;e=t}return null}function tu(e){for(var t=0;t<e.components.length;t++){var n=e.components[t],r=Ue(n),o=r[1];ka(o,r,o.template,n)}}function nu(e,t,n){var r=t[10];r.begin&&r.begin();try{Oa(e,t,e.template,n)}catch(e){throw lu(t,e),e}finally{r.end&&r.end()}}function ru(e){tu(e[8])}function ou(e,t,n){mt(0),t(e,n)}var iu=_a;function au(e){return e[7]||(e[7]=[])}function uu(e){return e.cleanup||(e.cleanup=[])}function su(e,t,n){return(null===e||Ce(e))&&(n=function r(e){for(;Array.isArray(e);){if("object"==typeof e[1])return e;e=e[0]}return null}(n[t.index])),n[11]}function lu(e,t){var n=e[9],r=n?n.get(Lo,null):null;r&&r.handleError(t)}function cu(e,t,n,r,o){for(var i=0;i<n.length;){var a=n[i++],u=n[i++],s=t[a],l=e.data[a];null!==l.setInput?l.setInput(s,o,r,u):s[u]=o}}function fu(e,t,n){var r=Ve(t,e);hi(e[11],r,n)}
|
|
394
|
+
*/function ta(e,t){return e<<17|t<<2}function na(e){return e>>17&32767}function ra(e){return 2==(2&e)}function oa(e){return 2|e}function ia(e){return(131068&e)>>2}function aa(e,t){return-131069&e|t<<2}function ua(e){return 1==(1&e)}function sa(e){return 1|e}function la(e,t){for(var n=e.tView_.data,r=[],o=t?e.classBindings:e.styleBindings,i=na(o),a=ia(o),u=0!==a,s=u?a:i;0!==s;){var l=n[s+1];r.unshift({key:n[s],index:s,isTemplate:u,prevDuplicate:ra(l),nextDuplicate:ua(l),nextIndex:ia(l),prevIndex:na(l)}),s===i&&(u=!1),s=na(l)}return r.push((t?e.residualClasses:e.residualStyles)||null),r}function ca(e,t){for(;e;)t.push(e.template_),e=e.next}function fa(e){if(e){var t=e.debug;return w(t,"Object does not have a debug representation."),t}return e}function da(e,t){void 0===t&&(t=!1);var n=Ve(e);if(n)switch(n.nodeType){case Node.TEXT_NODE:return n.textContent;case Node.COMMENT_NODE:return"\x3c!--"+n.textContent+"--\x3e";case Node.ELEMENT_NODE:var r=n.outerHTML;return t?r:r.split(">"+n.innerHTML+"<")[0]+">"}return null}function pa(e){if("ElementContainer"===e.type)return(e.children||[]).map(pa).join("");if("IcuContainer"===e.type)throw new Error("Not implemented");return da(e.native,!0)||""}function ha(e,t,n,r){for(var o=[],i=n;i<r;i++)o.push({index:i,t:e.data[i],l:t[i]});return{start:n,end:r,length:r-n,content:o}}function va(e,t){if(e){for(var n=[],r=e;r;)n.push(ga(r,t)),r=r.next;return n}return[]}function ga(e,t){for(var n=Ve(t[e.index]),r=[],o=[],i=t[1],a=e.directiveStart;a<e.directiveEnd;a++)r.push(i.data[a].type),o.push(t[a]);return{html:da(n),type:Ut(e.type),tNode:e,native:n,children:va(e.child,t),factories:r,instances:o,injector:ya(e,i,t),get injectorResolutionPath(){return e.debugNodeInjectorPath(t)}}}function ya(e,t,n){for(var r=[],o=e.providerIndexStart_;o<e.providerIndexEnd_;o++)r.push(t.data[o]);var i=[];for(o=e.providerIndexEnd_;o<e.directiveEnd;o++)i.push(t.data[o]);return{bloom:_a(n,e.injectorIndex),cumulativeBloom:_a(t.data,e.injectorIndex),providers:i,viewProviders:r,parentInjectorIndex:n[e.providerIndexStart_-1]}}function ma(e,t){var n=e[t];if("number"!=typeof n)return"????????";var r="00000000"+n.toString(2);return r.substring(r.length-8)}function _a(e,t){return t<0?"NO_NODE_INJECTOR":ma(e,t+7)+"_"+ma(e,t+6)+"_"+ma(e,t+5)+"_"+ma(e,t+4)+"_"+ma(e,t+3)+"_"+ma(e,t+2)+"_"+ma(e,t+1)+"_"+ma(e,t+0)}(function(){function e(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g,y,m,_,b,w,C,I,x,E,O,k,P,T,N,j){this.type=e,this.blueprint=t,this.template=n,this.queries=r,this.viewQuery=o,this.declTNode=i,this.data=a,this.bindingStartIndex=u,this.expandoStartIndex=s,this.hostBindingOpCodes=l,this.firstCreatePass=c,this.firstUpdatePass=f,this.staticViewQueries=d,this.staticContentQueries=p,this.preOrderHooks=h,this.preOrderCheckHooks=v,this.contentHooks=g,this.contentCheckHooks=y,this.viewHooks=m,this.viewCheckHooks=_,this.destroyHooks=b,this.cleanup=w,this.contentQueries=C,this.components=I,this.directiveRegistry=x,this.pipeRegistry=E,this.firstChild=O,this.schemas=k,this.consts=P,this.incompleteFirstPass=T,this._decls=N,this._vars=j}Object.defineProperty(e.prototype,"template_",{get:function(){var e=[];return ca(this.firstChild,e),e.join("")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"type_",{get:function(){return ye[this.type]||"TViewType.?"+this.type+"?"},enumerable:!1,configurable:!0})})(),function(){function e(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g,y,m,_,b,w,C,I,x,E,O,k,P,T,N,j){this.tView_=e,this.type=t,this.index=n,this.insertBeforeIndex=r,this.injectorIndex=o,this.directiveStart=i,this.directiveEnd=a,this.directiveStylingLast=u,this.propertyBindings=s,this.flags=l,this.providerIndexes=c,this.value=f,this.attrs=d,this.mergedAttrs=p,this.localNames=h,this.initialInputs=v,this.inputs=g,this.outputs=y,this.tViews=m,this.next=_,this.projectionNext=b,this.child=w,this.parent=C,this.projection=I,this.styles=x,this.stylesWithoutHost=E,this.residualStyles=O,this.classes=k,this.classesWithoutHost=P,this.residualClasses=T,this.classBindings=N,this.styleBindings=j}e.prototype.debugNodeInjectorPath=function(e){var t=[],n=nn(this,e);for(-1===n&&-1!==(r=rn(this,e))&&(n=Gt(r),e=Jt(r,e));-1!==n;){var r;t.push(ga(e[1].data[n+8],e)),-1===(r=e[n+8])?n=-1:(n=Gt(r),e=Jt(r,e))}return t},Object.defineProperty(e.prototype,"type_",{get:function(){return Ut(this.type)||"TNodeType.?"+this.type+"?"},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"flags_",{get:function(){var e=[];return 16&this.flags&&e.push("TNodeFlags.hasClassInput"),8&this.flags&&e.push("TNodeFlags.hasContentQuery"),32&this.flags&&e.push("TNodeFlags.hasStyleInput"),128&this.flags&&e.push("TNodeFlags.hasHostBindings"),2&this.flags&&e.push("TNodeFlags.isComponentHost"),1&this.flags&&e.push("TNodeFlags.isDirectiveHost"),64&this.flags&&e.push("TNodeFlags.isDetached"),4&this.flags&&e.push("TNodeFlags.isProjected"),e.join("|")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"template_",{get:function(){if(1&this.type)return this.value;var e=[],t="string"==typeof this.value&&this.value||this.type_;if(e.push("<",t),this.flags&&e.push(" ",this.flags_),this.attrs)for(var n=0;n<this.attrs.length;){var r=this.attrs[n++];if("number"==typeof r)break;var o=this.attrs[n++];e.push(" ",r,'="',o,'"')}return e.push(">"),ca(this.child,e),e.push("</",t,">"),e.join("")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"styleBindings_",{get:function(){return la(this,!1)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"classBindings_",{get:function(){return la(this,!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"providerIndexStart_",{get:function(){return 1048575&this.providerIndexes},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"providerIndexEnd_",{get:function(){return this.providerIndexStart_+(this.providerIndexes>>>20)},enumerable:!1,configurable:!0})}(),function(){function e(e){this._raw_lView=e}Object.defineProperty(e.prototype,"flags",{get:function(){var e=this._raw_lView[2];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>>11}},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"parent",{get:function(){return fa(this._raw_lView[3])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"hostHTML",{get:function(){return da(this._raw_lView[0],!0)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"html",{get:function(){return(this.nodes||[]).map(pa).join("")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._raw_lView[8]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"nodes",{get:function(){var e=this._raw_lView;return va(e[1].firstChild,e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"template",{get:function(){return this.tView.template_},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tView",{get:function(){return this._raw_lView[1]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cleanup",{get:function(){return this._raw_lView[7]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return this._raw_lView[9]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"rendererFactory",{get:function(){return this._raw_lView[10]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"renderer",{get:function(){return this._raw_lView[11]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"sanitizer",{get:function(){return this._raw_lView[12]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"childHead",{get:function(){return fa(this._raw_lView[13])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"next",{get:function(){return fa(this._raw_lView[4])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"childTail",{get:function(){return fa(this._raw_lView[14])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"declarationView",{get:function(){return fa(this._raw_lView[15])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"queries",{get:function(){return this._raw_lView[19]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tHost",{get:function(){return this._raw_lView[6]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"decls",{get:function(){return ha(this.tView,this._raw_lView,20,this.tView.bindingStartIndex)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"vars",{get:function(){return ha(this.tView,this._raw_lView,this.tView.bindingStartIndex,this.tView.expandoStartIndex)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"expando",{get:function(){return ha(this.tView,this._raw_lView,this.tView.expandoStartIndex,this._raw_lView.length)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"childViews",{get:function(){for(var e=[],t=this.childHead;t;)e.push(t),t=t.next;return e},enumerable:!1,configurable:!0})}(),function(){function e(e){this._raw_lContainer=e}Object.defineProperty(e.prototype,"hasTransplantedViews",{get:function(){return this._raw_lContainer[2]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"views",{get:function(){return this._raw_lContainer.slice(10).map(fa)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"parent",{get:function(){return fa(this._raw_lContainer[3])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"movedViews",{get:function(){return this._raw_lContainer[9]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"host",{get:function(){return this._raw_lContainer[0]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"native",{get:function(){return this._raw_lContainer[7]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"next",{get:function(){return fa(this._raw_lContainer[4])},enumerable:!1,configurable:!0})}();var ba=Promise.resolve(null);function wa(e,t){var n=e.contentQueries;if(null!==n)for(var r=0;r<n.length;r+=2){var o=n[r+1];if(-1!==o){var i=e.data[o];_t(n[r]),i.contentQueries(2,t[o],o)}}}function Ca(e,t,n,r,o,i,a,u,s,l){var c=t.blueprint.slice();return c[0]=o,c[2]=140|r,Ze(c),c[3]=c[15]=e,c[8]=n,c[10]=a||e&&e[10],c[11]=u||e&&e[11],c[12]=s||e&&e[12]||null,c[9]=l||e&&e[9]||null,c[6]=i,c[16]=2==t.type?e[16]:c,c}function Ia(e,t,n,r,o){var i=e.data[t];if(null===i)i=xa(e,t,n,r,o),function a(){return Ge.lFrame.inI18n}()&&(i.flags|=64);else if(64&i.type){i.type=n,i.value=r,i.attrs=o;var u=ot();i.injectorIndex=null===u?-1:u.injectorIndex}return it(i,!0),i}function xa(e,t,n,r,o){var i=rt(),a=at(),u=e.data[t]=function s(e,t,n,r,o,i){return{type:n,index:r,insertBeforeIndex:null,injectorIndex:t?t.injectorIndex:-1,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,propertyBindings:null,flags:0,providerIndexes:0,value:o,attrs:i,mergedAttrs:null,localNames:null,initialInputs:void 0,inputs:null,outputs:null,tViews:null,next:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}(0,a?i:i&&i.parent,n,t,r,o);return null===e.firstChild&&(e.firstChild=u),null!==i&&(a?null==i.child&&null!==u.parent&&(i.child=u):null===i.next&&(i.next=u)),u}function Ea(e,t,n,r){if(0===n)return-1;for(var o=t.length,i=0;i<n;i++)t.push(r),e.blueprint.push(r),e.data.push(null);return o}function Oa(e,t,n){Ct(t);try{var r=e.viewQuery;null!==r&&iu(1,r,n);var o=e.template;null!==o&&Ta(e,t,o,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),e.staticContentQueries&&wa(e,t),e.staticViewQueries&&iu(2,e.viewQuery,n);var i=e.components;null!==i&&function a(e,t){for(var n=0;n<t.length;n++)Xa(e,t[n])}(t,i)}catch(t){throw e.firstCreatePass&&(e.incompleteFirstPass=!0),t}finally{t[2]&=-5,kt()}}function ka(e,t,n,r){var o=t[2];if(256!=(256&o)){Ct(t);var i=st();try{Ze(t),dt(e.bindingStartIndex),null!==n&&Ta(e,t,n,2,r);var a=3==(3&o);if(!i)if(a){var u=e.preOrderCheckHooks;null!==u&&Vt(t,u,null)}else{var s=e.preOrderHooks;null!==s&&Mt(t,s,0,null),Ft(t,0)}if(function l(e){for(var t=ci(e);null!==t;t=fi(t))if(t[2])for(var n=t[9],r=0;r<n.length;r++){var o=n[r];0==(1024&o[2])&&Ke(o[3],1),o[2]|=1024}}(t),function c(e){for(var t=ci(e);null!==t;t=fi(t))for(var n=10;n<t.length;n++){var r=t[n],o=r[1];ze(r)&&ka(o,r,o.template,r[8])}}(t),null!==e.contentQueries&&wa(e,t),!i)if(a){var f=e.contentCheckHooks;null!==f&&Vt(t,f)}else{var d=e.contentHooks;null!==d&&Mt(t,d,1),Ft(t,1)}!function p(e,t){var n,r,o=e.hostBindingOpCodes;if(null!==o)try{for(var i=0;i<o.length;i++){var a=o[i];if(a<0)Nt(~a);else{var u=a,s=o[++i],l=o[++i];n=u,r=void 0,(r=Ge.lFrame).bindingIndex=r.bindingRootIndex=s,gt(n),l(2,t[u])}}}finally{Nt(-1)}}(e,t);var h=e.components;null!==h&&function v(e,t){for(var n=0;n<t.length;n++)$a(e,t[n])}(t,h);var g=e.viewQuery;if(null!==g&&iu(2,g,r),!i)if(a){var y=e.viewCheckHooks;null!==y&&Vt(t,y)}else{var m=e.viewHooks;null!==m&&Mt(t,m,2),Ft(t,2)}!0===e.firstUpdatePass&&(e.firstUpdatePass=!1),i||(t[2]&=-73),1024&t[2]&&(t[2]&=-1025,Ke(t[3],-1))}finally{kt()}}}function Pa(e,t,n,r){var o=t[10],i=!st(),a=qe(t);try{i&&!a&&o.begin&&o.begin(),a&&Oa(e,t,r),ka(e,t,n,r)}finally{i&&!a&&o.end&&o.end()}}function Ta(e,t,n,r,o){var i=Tt();try{Nt(-1),2&r&&t.length>20&&ea(e,t,20,st()),n(r,o)}finally{Nt(i)}}function Na(e,t,n){if(be(t))for(var r=t.directiveEnd,o=t.directiveStart;o<r;o++){var i=e.data[o];i.contentQueries&&i.contentQueries(1,n[o],o)}}function ja(e,t,n){Je()&&(function r(e,t,n,o){var i=n.directiveStart,a=n.directiveEnd;e.firstCreatePass||en(n,t),Go(o,t);for(var u=n.initialInputs,s=i;s<a;s++){var l=e.data[s],c=Ie(l);c&&Wa(t,n,l);var f=hn(t,e,s,n);Go(f,t),null!==u&&Ga(0,s-i,f,l,0,u),c&&(Be(n.index,t)[8]=f)}}(e,t,n,Fe(n,t)),128==(128&n.flags)&&function o(e,t,n){var r=n.directiveStart,o=n.directiveEnd,i=n.index,a=function u(){return Ge.lFrame.currentDirectiveIndex}();try{Nt(i);for(var s=r;s<o;s++){var l=e.data[s],c=t[s];gt(s),null===l.hostBindings&&0===l.hostVars&&null===l.hostAttrs||Ba(l,c)}}finally{Nt(-1),gt(a)}}(e,t,n))}function Da(e,t,n){void 0===n&&(n=Fe);var r=t.localNames;if(null!==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}}function Aa(e){var t=e.tView;return null===t||t.incompleteFirstPass?e.tView=Sa(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts):t}function Sa(e,t,n,r,o,i,a,u,s,l){var c=20+r,f=c+o,d=function p(e,t){for(var n=[],r=0;r<t;r++)n.push(r<e?null:$i);return n}(c,f),h="function"==typeof l?l():l;return d[1]={type:e,blueprint:d,template:n,queries:null,viewQuery:u,declTNode:t,data:d.slice().fill(null,c),bindingStartIndex:c,expandoStartIndex:f,hostBindingOpCodes:null,firstCreatePass:!0,firstUpdatePass:!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 i?i():i,pipeRegistry:"function"==typeof a?a():a,firstChild:null,schemas:s,consts:h,incompleteFirstPass:!1}}function Ra(t,n,r){if(Se(t))return t.selectRootElement(n,r===e.ViewEncapsulation.ShadowDom);var o="string"==typeof n?t.querySelector(n):n;return o.textContent="",o}function Va(e,t,n,r){var o=uu(t);null===n?o.push(r):(o.push(n),e.firstCreatePass&&su(e).push(r,o.length-1))}function Ma(e,t,n){for(var r in e)if(e.hasOwnProperty(r)){var o=e[r];(n=null===n?{}:n).hasOwnProperty(r)?n[r].push(t,o):n[r]=[t,o]}return n}function Fa(e,t,n,r,o,i,a,u){var s,l=Fe(t,n),c=t.inputs;!u&&null!=c&&(s=c[r])?(fu(e,n,s,r,o),we(t)&&function f(e,t){var n=Be(t,e);16&n[2]||(n[2]|=64)}(n,t.index)):3&t.type&&(r=function d(e){return"class"===e?"className":"for"===e?"htmlFor":"formaction"===e?"formAction":"innerHtml"===e?"innerHTML":"readonly"===e?"readOnly":"tabindex"===e?"tabIndex":e}(r),o=null!=a?a(o,t.value||"",r):o,Se(i)?i.setProperty(l,r,o):zt(r)||(l.setProperty?l.setProperty(r,o):l[r]=o))}function La(e,t,n,r){var o=!1;if(Je()){var i=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];Ki(n,a.selectors,!1)&&(o||(o=[]),on(en(n,t),e,a.type),Ie(a)?(Ua(e,n),o.unshift(a)):o.push(a))}return o}(e,t,n),u=null===r?null:{"":-1};if(null!==i){o=!0,qa(n,e.data.length,i.length);for(var s=0;s<i.length;s++)(d=i[s]).providersResolver&&d.providersResolver(d);var l=!1,c=!1,f=Ea(e,t,i.length,null);for(s=0;s<i.length;s++){var d;n.mergedAttrs=Wt(n.mergedAttrs,(d=i[s]).hostAttrs),za(e,n,t,f,d),Qa(f,d,u),null!==d.contentQueries&&(n.flags|=8),null===d.hostBindings&&null===d.hostAttrs&&0===d.hostVars||(n.flags|=128);var p=d.type.prototype;!l&&(p.ngOnChanges||p.ngOnInit||p.ngDoCheck)&&((e.preOrderHooks||(e.preOrderHooks=[])).push(n.index),l=!0),c||!p.ngOnChanges&&!p.ngDoCheck||((e.preOrderCheckHooks||(e.preOrderCheckHooks=[])).push(n.index),c=!0),f++}!function h(e,t){for(var n=t.directiveEnd,r=e.data,o=t.attrs,i=[],a=null,u=null,s=t.directiveStart;s<n;s++){var l=r[s],c=l.inputs,f=null===o||Qi(t)?null:Ja(c,o);i.push(f),a=Ma(c,s,a),u=Ma(l.outputs,s,u)}null!==a&&(a.hasOwnProperty("class")&&(t.flags|=16),a.hasOwnProperty("style")&&(t.flags|=32)),t.initialInputs=i,t.inputs=a,t.outputs=u}(e,n)}u&&function v(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 g("301","Export of name '"+t[o+1]+"' not found!");r.push(t[o],i)}}(n,r,u)}return n.mergedAttrs=Wt(n.mergedAttrs,n.attrs),o}function Ha(e,t,n,r,o,i){var a=i.hostBindings;if(a){var u=e.hostBindingOpCodes;null===u&&(u=e.hostBindingOpCodes=[]);var s=~t.index;(function l(e){for(var t=e.length;t>0;){var n=e[--t];if("number"==typeof n&&n<0)return n}return 0})(u)!=s&&u.push(s),u.push(r,o,a)}}function Ba(e,t){null!==e.hostBindings&&e.hostBindings(1,t)}function Ua(e,t){t.flags|=2,(e.components||(e.components=[])).push(t.index)}function Qa(e,t,n){if(n){if(t.exportAs)for(var r=0;r<t.exportAs.length;r++)n[t.exportAs[r]]=e;Ie(t)&&(n[""]=e)}}function qa(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t}function za(e,t,n,r,o){e.data[r]=o;var i=o.factory||(o.factory=xe(o.type)),a=new Bt(i,Ie(o),null);e.blueprint[r]=a,n[r]=a,Ha(e,t,0,r,Ea(e,n,o.hostVars,$i),o)}function Wa(e,t,n){var r=Fe(t,e),o=Aa(n),i=e[10],a=eu(e,Ca(e,o,null,n.onPush?64:16,r,t,i,i.createRenderer(r,n),null,null));e[t.index]=a}function Za(e,t,n,r,o,i){var a=Fe(e,t);Ka(t[11],a,i,e.value,n,r,o)}function Ka(e,t,n,r,o,i,a){if(null==i)Se(e)?e.removeAttribute(t,o,n):t.removeAttribute(o);else{var u=null==a?y(i):a(i,r||"",o);Se(e)?e.setAttribute(t,o,u,n):n?t.setAttributeNS(n,o,u):t.setAttribute(o,u)}}function Ga(e,t,n,r,o,i){var a=i[t];if(null!==a)for(var u=r.setInput,s=0;s<a.length;){var l=a[s++],c=a[s++],f=a[s++];null!==u?r.setInput(n,f,l,c):n[c]=f}}function Ja(e,t){for(var n=null,r=0;r<t.length;){var o=t[r];if(0!==o)if(5!==o){if("number"==typeof o)break;e.hasOwnProperty(o)&&(null===n&&(n=[]),n.push(o,e[o],t[r+1])),r+=2}else r+=2;else r+=4}return n}function Ya(e,t,n,r){return new Array(e,!0,!1,t,null,0,r,n,null,null)}function $a(e,t){var n=Be(t,e);if(ze(n)){var r=n[1];80&n[2]?ka(r,n,r.template,n[8]):n[5]>0&&function e(t){for(var n=ci(t);null!==n;n=fi(n))for(var r=10;r<n.length;r++){var o=n[r];if(1024&o[2]){var i=o[1];ka(i,o,i.template,o[8])}else o[5]>0&&e(o)}var a=t[1].components;if(null!==a)for(r=0;r<a.length;r++){var u=Be(a[r],t);ze(u)&&u[5]>0&&e(u)}}(n)}}function Xa(e,t){var n=Be(t,e),r=n[1];!function o(e,t){for(var n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}(r,n),Oa(r,n,n[8])}function eu(e,t){return e[13]?e[14][4]=t:e[13]=t,e[14]=t,t}function tu(e){for(;e;){e[2]|=64;var t=si(e);if(0!=(512&e[2])&&!t)return e;e=t}return null}function nu(e){for(var t=0;t<e.components.length;t++){var n=e.components[t],r=Qe(n),o=r[1];Pa(o,r,o.template,n)}}function ru(e,t,n){var r=t[10];r.begin&&r.begin();try{ka(e,t,e.template,n)}catch(e){throw cu(t,e),e}finally{r.end&&r.end()}}function ou(e){nu(e[8])}function iu(e,t,n){_t(0),t(e,n)}var au=ba;function uu(e){return e[7]||(e[7]=[])}function su(e){return e.cleanup||(e.cleanup=[])}function lu(e,t,n){return(null===e||Ie(e))&&(n=function r(e){for(;Array.isArray(e);){if("object"==typeof e[1])return e;e=e[0]}return null}(n[t.index])),n[11]}function cu(e,t){var n=e[9],r=n?n.get(Ho,null):null;r&&r.handleError(t)}function fu(e,t,n,r,o){for(var i=0;i<n.length;){var a=n[i++],u=n[i++],s=t[a],l=e.data[a];null!==l.setInput?l.setInput(s,o,r,u):s[u]=o}}function du(e,t,n){var r=Me(t,e);vi(e[11],r,n)}
|
|
395
395
|
/**
|
|
396
396
|
* @license
|
|
397
397
|
* Copyright Google LLC All Rights Reserved.
|
|
398
398
|
*
|
|
399
399
|
* Use of this source code is governed by an MIT-style license that can be
|
|
400
400
|
* found in the LICENSE file at https://angular.io/license
|
|
401
|
-
*/function
|
|
401
|
+
*/function pu(e,t,n){var r=n?e.styles:null,o=n?e.classes:null,i=0;if(null!==t)for(var u=0;u<t.length;u++){var s=t[u];"number"==typeof s?i=s:1==i?o=a(o,s):2==i&&(r=a(r,s+": "+t[++u]+";"))}n?e.styles=r:e.stylesWithoutHost=r,n?e.classes=o:e.classesWithoutHost=o}
|
|
402
402
|
/**
|
|
403
403
|
* @license
|
|
404
404
|
* Copyright Google LLC All Rights Reserved.
|
|
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
|
|
408
|
+
*/function hu(e){var t=Ko(e);ru(t[1],t,e)}function vu(e){!function t(e,n){var r;0===e.flags&&e.clean==ba&&(e.flags|=n,e.clean=new Promise((function(e){return r=e})),e.scheduler((function(){if(1&e.flags&&(e.flags&=-2,nu(e)),2&e.flags){e.flags&=-3;var t=e.playerHandler;t&&t.flushPlayers()}e.clean=ba,r(null)})))}(tu(Ko(e))[8],1)}
|
|
409
409
|
/**
|
|
410
410
|
* @license
|
|
411
411
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -413,35 +413,35 @@ var Yi={};
|
|
|
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
415
|
*/
|
|
416
|
-
var
|
|
416
|
+
var gu=new Sn("INJECTOR",-1),yu=function(){function e(){}return e.prototype.get=function(e,t){if(void 0===t&&(t=or),t===or){var n=new Error("NullInjectorError: No provider for "+i(e)+"!");throw n.name="NullInjectorError",n}return t},e}(),mu=new Sn("Set Injector scope."),_u={},bu={},wu=[],Cu=void 0;
|
|
417
417
|
/**
|
|
418
418
|
* @license
|
|
419
419
|
* Copyright Google LLC All Rights Reserved.
|
|
420
420
|
*
|
|
421
421
|
* Use of this source code is governed by an MIT-style license that can be
|
|
422
422
|
* found in the LICENSE file at https://angular.io/license
|
|
423
|
-
*/function Cu(){return void 0===wu&&(wu=new gu),wu}function Iu(e,t,n,r){void 0===t&&(t=null),void 0===n&&(n=null);var o=xu(e,t,n,r);return o._resolveInjectorDefTypes(),o}function xu(e,t,n,r){return void 0===t&&(t=null),void 0===n&&(n=null),new Eu(e,n,t||Cu(),r)}var Eu=function(){function t(e,t,n,r){var o=this;void 0===r&&(r=null),this.parent=n,this.records=new Map,this.injectorDefTypes=new Set,this.onDestroy=new Set,this._destroyed=!1;var a=[];t&&Qn(t,(function(n){return o.processProvider(n,e,t)})),Qn([e],(function(e){return o.processInjectorType(e,[],a)})),this.records.set(vu,Pu(void 0,this));var u=this.records.get(yu);this.scope=null!=u?u.value:null,this.source=r||("object"==typeof e?null:i(e))}return Object.defineProperty(t.prototype,"destroyed",{get:function(){return this._destroyed},enumerable:!1,configurable:!0}),t.prototype.destroy=function(){this.assertNotDestroyed(),this._destroyed=!0;try{this.onDestroy.forEach((function(e){return e.ngOnDestroy()}))}finally{this.records.clear(),this.onDestroy.clear(),this.injectorDefTypes.clear()}},t.prototype.get=function(t,n,r){void 0===n&&(n=rr),void 0===r&&(r=e.InjectFlags.Default),this.assertNotDestroyed();var o=ur(this);try{if(!(r&e.InjectFlags.SkipSelf)){var a=this.records.get(t);if(void 0===a){var u=function s(e){return"function"==typeof e||"object"==typeof e&&e instanceof An}(t)&&O(t);a=u&&this.injectableDefInScope(u)?Pu(Ou(t),mu):null,this.records.set(t,a)}if(null!=a)return this.hydrate(t,a)}return(r&e.InjectFlags.Self?Cu():this.parent).get(t,n=r&e.InjectFlags.Optional&&n===rr?null:n)}catch(e){if("NullInjectorError"===e.name){if((e.ngTempTokenPath=e.ngTempTokenPath||[]).unshift(i(t)),o)throw e;return hr(e,t,"R3InjectorError",this.source)}throw e}finally{ur(o)}},t.prototype._resolveInjectorDefTypes=function(){var e=this;this.injectorDefTypes.forEach((function(t){return e.get(t)}))},t.prototype.toString=function(){var e=[];return this.records.forEach((function(t,n){return e.push(i(n))})),"R3Injector["+e.join(", ")+"]"},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)))return!1;var o=P(e),i=null==o&&e.ngModule||void 0,a=void 0===i?e:i,u=-1!==n.indexOf(a);if(void 0!==i&&(o=P(i)),null==o)return!1;if(null!=o.imports&&!u){var s;n.push(a);try{Qn(o.imports,(function(e){r.processInjectorType(e,t,n)&&(void 0===s&&(s=[]),s.push(e))}))}finally{}if(void 0!==s)for(var c=function(e){var t=s[e],n=t.ngModule,o=t.providers;Qn(o,(function(e){return r.processProvider(e,n,o||bu)}))},f=0;f<s.length;f++)c(f)}this.injectorDefTypes.add(a);var d=Ie(a)||function(){return new a};this.records.set(a,Pu(d,mu));var p=o.providers;if(null!=p&&!u){var h=e;Qn(p,(function(e){return r.processProvider(e,h,p)}))}return void 0!==i&&void 0!==e.providers},t.prototype.processProvider=function(e,t,n){var r=Nu(e=l(e))?e:l(e&&e.provide),o=function i(e,t,n){return Tu(e)?Pu(void 0,e.useValue):Pu(ku(e),mu)}(e);if(Nu(e)||!0!==e.multi)this.records.get(r);else{var a=this.records.get(r);a||((a=Pu(void 0,mu,!0)).factory=function(){return dr(a.multi)},this.records.set(r,a)),r=e,a.multi.push(e)}this.records.set(r,o)},t.prototype.hydrate=function(e,t){return t.value===mu&&(t.value=_u,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||e.providedIn===this.scope:this.injectorDefTypes.has(e.providedIn))},t}();function Ou(e){var t=O(e),n=null!==t?t.factory:Ie(e);if(null!==n)return n;if(e instanceof An)throw new Error("Token "+i(e)+" is missing a ɵprov definition.");if(e instanceof Function)return function r(e){var t=e.length;if(t>0){var n=Wn(t,"?");throw new Error("Can't resolve all parameters for "+i(e)+": ("+n.join(", ")+").")}var r=function o(e){var t=e&&(e[A]||e[R]);if(t){var n=function r(e){if(e.hasOwnProperty("name"))return e.name;var t=(""+e).match(/^function\s*([^\s(]+)/);return null===t?"":t[1]}(e);return console.warn('DEPRECATED: DI is instantiating a token "'+n+'" that inherits its @Injectable decorator but does not provide one itself.\nThis will become an error in a future version of Angular. Please add @Injectable() to the "'+n+'" class.'),t}return null}(e);return null!==r?function(){return r.factory(e)}:function(){return new e}}(e);throw new Error("unreachable")}function ku(e,t,n){var r=void 0;if(Nu(e)){var o=l(e);return Ie(o)||Ou(o)}if(Tu(e))r=function(){return l(e.useValue)};else if(function i(e){return!(!e||!e.useFactory)}(e))r=function(){return e.useFactory.apply(e,v(dr(e.deps||[])))};else if(function a(e){return!(!e||!e.useExisting)}(e))r=function(){return lr(l(e.useExisting))};else{var u=l(e&&(e.useClass||e.provide));if(!function s(e){return!!e.deps}(e))return Ie(u)||Ou(u);r=function(){return new(u.bind.apply(u,v([void 0],dr(e.deps))))}}return r}function Pu(e,t,n){return void 0===n&&(n=!1),{factory:e,value:t,multi:n?[]:void 0}}function Tu(e){return null!==e&&"object"==typeof e&&ir in e}function Nu(e){return"function"==typeof e}var ju=function Du(e,t,n){return new Fu(e,t,n)},Au=function(){function e(){}return e.create=function(e,t){return Array.isArray(e)?ju(e,t,""):ju(e.providers,e.parent,e.name||"")},e}();Au.THROW_IF_NOT_FOUND=rr,Au.NULL=new gu,Au.ɵprov=I({token:Au,providedIn:"any",factory:function(){return lr(vu)}}),Au.__NG_ELEMENT_ID__=-1;var Su=function(e){return e},Ru=[],Vu=Su,Mu=function(){return Array.prototype.slice.call(arguments)},Fu=function(){function t(e,t,n){void 0===t&&(t=Au.NULL),void 0===n&&(n=null),this.parent=t,this.source=n;var r=this._records=new Map;r.set(Au,{token:Au,fn:Su,deps:Ru,value:this,useNew:!1}),r.set(vu,{token:vu,fn:Su,deps:Ru,value:this,useNew:!1}),this.scope=function e(t,n){var r=null;if(n)if(n=l(n),Array.isArray(n))for(var o=0;o<n.length;o++)r=e(t,n[o])||r;else{if("function"==typeof n)throw Bu("Function/Class not supported",n);if(!n||"object"!=typeof n||!n.provide)throw Bu("Unexpected provider",n);var i=l(n.provide),a=Lu(n);if(!0===n.multi){var u=t.get(i);if(u){if(u.fn!==Mu)throw Hu(i)}else t.set(i,u={token:n.provide,deps:[],useNew:!1,fn:Mu,value:Ru});u.deps.push({token:i=n,options:6})}var s=t.get(i);if(s&&s.fn==Mu)throw Hu(i);i===yu&&(r=a.value),t.set(i,a)}return r}(r,e)}return t.prototype.get=function(t,n,r){void 0===r&&(r=e.InjectFlags.Default);var o=this._records,i=o.get(t);if(void 0===i){var a=O(t);if(a){var u=a&&a.providedIn;("any"===u||null!=u&&u===this.scope)&&o.set(t,i=Lu({provide:t,useFactory:a.factory,deps:Ru}))}void 0===i&&o.set(t,null)}var s=ur(this);try{return function t(n,r,o,i,a,u){try{return function s(n,r,o,i,a,u){var s;if(!r||u&e.InjectFlags.SkipSelf)s=u&e.InjectFlags.Self?Au.NULL.get(n,u&e.InjectFlags.Optional?void 0!==a?a:null:a):i.get(n,a,e.InjectFlags.Default);else{if((s=r.value)==Vu)throw Error("ɵCircular dependency");if(s===Ru){r.value=Vu;var l=r.useNew,c=r.fn,f=r.deps,d=Ru;if(f.length){d=[];for(var p=0;p<f.length;p++){var h=f[p],g=h.options,y=2&g?o.get(h.token):void 0;d.push(t(h.token,y,o,y||4&g?i:Au.NULL,1&g?null:Au.THROW_IF_NOT_FOUND,e.InjectFlags.Default))}}r.value=s=l?new(c.bind.apply(c,v([void 0],d))):c.apply(void 0,d)}}return s}(n,r,o,i,a,u)}catch(e){throw e instanceof Error||(e=new Error(e)),(e.ngTempTokenPath=e.ngTempTokenPath||[]).unshift(n),r&&r.value==Vu&&(r.value=Ru),e}}(t,i,o,this.parent,n,r)}catch(e){return hr(e,t,"StaticInjectorError",this.source)}finally{ur(s)}},t.prototype.toString=function(){var e=[];return this._records.forEach((function(t,n){return e.push(i(n))})),"StaticInjector["+e.join(", ")+"]"},t}();function Lu(e){var t=function n(e){var t=Ru,n=e.deps;if(n&&n.length){t=[];for(var r=0;r<n.length;r++){var o=6,i=l(n[r]);if(Array.isArray(i))for(var a=0,u=i;a<u.length;a++){var s=u[a];s instanceof mr||s==mr?o|=1:s instanceof br||s==br?o&=-3:s instanceof _r||s==_r?o&=-5:i=s instanceof yr?s.token:l(s)}t.push({token:i,options:o})}}else if(e.useExisting)t=[{token:i=l(e.useExisting),options:6}];else if(!n&&!(ir in e))throw Bu("'deps' required",e);return t}(e),r=Su,o=Ru,i=!1,a=l(e.provide);if(ir 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 Bu("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}}function Hu(e){return Bu("Cannot mix multi providers and regular providers",e)}function Bu(e,t){return new Error(vr(e,t,"StaticInjectorError"))}function Uu(e){$u(e);var t=Ku(e,!1);return null===t?null:(void 0===t.component&&(t.component=function n(e,t){var n=t[1].data[e];return 2&n.flags?t[n.directiveStart]:null}(t.nodeIndex,t.lView)),t.component)}function Qu(e){$u(e);var t=Ku(e,!1);return null===t?null:t.lView[8]}function qu(e){var t=Ku(e,!1);if(null===t)return null;for(var n,r=t.lView;2===r[1].type&&(n=ui(r));)r=n;return 512&r[2]?null:r[8]}function zu(e){return v(si(e).components)}function Wu(e){var t=Ku(e,!1);return null===t?Au.NULL:new gn(t.lView[1].data[t.nodeIndex],t.lView)}function Zu(e){var t=Ku(e);return void 0===t.directives&&(t.directives=$o(t.nodeIndex,t.lView,!1)),null===t.directives?[]:v(t.directives)}function Ku(e,t){void 0===t&&(t=!0);var n=zo(e);if(!n&&t)throw new Error("Invalid ng target");return n}function Gu(e){return zo(e).native}function Ju(e){$u(e);var t=Ku(e,!1);if(null===t)return[];var n=t.lView,r=n[7],o=n[1].cleanup,i=[];if(o&&r)for(var a=0;a<o.length;){var u=o[a++],s=o[a++];if("string"==typeof u){var l=u,c=Re(n[s]),f=r[o[a++]],d=o[a++];e==c&&i.push({element:e,name:l,callback:f,useCapture:"boolean"==typeof d&&d,type:"boolean"==typeof d||d>=0?"dom":"output"})}}return i.sort(Yu),i}function Yu(e,t){return e.name==t.name?0:e.name<t.name?-1:1}function $u(e){if("undefined"!=typeof Element&&!(e instanceof Element))throw new Error("Expecting instance of DOM Element")}
|
|
423
|
+
*/function Iu(){return void 0===Cu&&(Cu=new yu),Cu}function xu(e,t,n,r){void 0===t&&(t=null),void 0===n&&(n=null);var o=Eu(e,t,n,r);return o._resolveInjectorDefTypes(),o}function Eu(e,t,n,r){return void 0===t&&(t=null),void 0===n&&(n=null),new Ou(e,n,t||Iu(),r)}var Ou=function(){function t(e,t,n,r){var o=this;void 0===r&&(r=null),this.parent=n,this.records=new Map,this.injectorDefTypes=new Set,this.onDestroy=new Set,this._destroyed=!1;var a=[];t&&qn(t,(function(n){return o.processProvider(n,e,t)})),qn([e],(function(e){return o.processInjectorType(e,[],a)})),this.records.set(gu,Tu(void 0,this));var u=this.records.get(mu);this.scope=null!=u?u.value:null,this.source=r||("object"==typeof e?null:i(e))}return Object.defineProperty(t.prototype,"destroyed",{get:function(){return this._destroyed},enumerable:!1,configurable:!0}),t.prototype.destroy=function(){this.assertNotDestroyed(),this._destroyed=!0;try{this.onDestroy.forEach((function(e){return e.ngOnDestroy()}))}finally{this.records.clear(),this.onDestroy.clear(),this.injectorDefTypes.clear()}},t.prototype.get=function(t,n,r){void 0===n&&(n=or),void 0===r&&(r=e.InjectFlags.Default),this.assertNotDestroyed();var o=sr(this);try{if(!(r&e.InjectFlags.SkipSelf)){var a=this.records.get(t);if(void 0===a){var u=function s(e){return"function"==typeof e||"object"==typeof e&&e instanceof Sn}(t)&&O(t);a=u&&this.injectableDefInScope(u)?Tu(ku(t),_u):null,this.records.set(t,a)}if(null!=a)return this.hydrate(t,a)}return(r&e.InjectFlags.Self?Iu():this.parent).get(t,n=r&e.InjectFlags.Optional&&n===or?null:n)}catch(e){if("NullInjectorError"===e.name){if((e.ngTempTokenPath=e.ngTempTokenPath||[]).unshift(i(t)),o)throw e;return vr(e,t,"R3InjectorError",this.source)}throw e}finally{sr(o)}},t.prototype._resolveInjectorDefTypes=function(){var e=this;this.injectorDefTypes.forEach((function(t){return e.get(t)}))},t.prototype.toString=function(){var e=[];return this.records.forEach((function(t,n){return e.push(i(n))})),"R3Injector["+e.join(", ")+"]"},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)))return!1;var o=P(e),i=null==o&&e.ngModule||void 0,a=void 0===i?e:i,u=-1!==n.indexOf(a);if(void 0!==i&&(o=P(i)),null==o)return!1;if(null!=o.imports&&!u){var s;n.push(a);try{qn(o.imports,(function(e){r.processInjectorType(e,t,n)&&(void 0===s&&(s=[]),s.push(e))}))}finally{}if(void 0!==s)for(var c=function(e){var t=s[e],n=t.ngModule,o=t.providers;qn(o,(function(e){return r.processProvider(e,n,o||wu)}))},f=0;f<s.length;f++)c(f)}this.injectorDefTypes.add(a);var d=xe(a)||function(){return new a};this.records.set(a,Tu(d,_u));var p=o.providers;if(null!=p&&!u){var h=e;qn(p,(function(e){return r.processProvider(e,h,p)}))}return void 0!==i&&void 0!==e.providers},t.prototype.processProvider=function(e,t,n){var r=ju(e=l(e))?e:l(e&&e.provide),o=function i(e,t,n){return Nu(e)?Tu(void 0,e.useValue):Tu(Pu(e),_u)}(e);if(ju(e)||!0!==e.multi)this.records.get(r);else{var a=this.records.get(r);a||((a=Tu(void 0,_u,!0)).factory=function(){return pr(a.multi)},this.records.set(r,a)),r=e,a.multi.push(e)}this.records.set(r,o)},t.prototype.hydrate=function(e,t){return t.value===_u&&(t.value=bu,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||e.providedIn===this.scope:this.injectorDefTypes.has(e.providedIn))},t}();function ku(e){var t=O(e),n=null!==t?t.factory:xe(e);if(null!==n)return n;if(e instanceof Sn)throw new Error("Token "+i(e)+" is missing a ɵprov definition.");if(e instanceof Function)return function r(e){var t=e.length;if(t>0){var n=Zn(t,"?");throw new Error("Can't resolve all parameters for "+i(e)+": ("+n.join(", ")+").")}var r=function o(e){var t=e&&(e[A]||e[R]);if(t){var n=function r(e){if(e.hasOwnProperty("name"))return e.name;var t=(""+e).match(/^function\s*([^\s(]+)/);return null===t?"":t[1]}(e);return console.warn('DEPRECATED: DI is instantiating a token "'+n+'" that inherits its @Injectable decorator but does not provide one itself.\nThis will become an error in a future version of Angular. Please add @Injectable() to the "'+n+'" class.'),t}return null}(e);return null!==r?function(){return r.factory(e)}:function(){return new e}}(e);throw new Error("unreachable")}function Pu(e,t,n){var r=void 0;if(ju(e)){var o=l(e);return xe(o)||ku(o)}if(Nu(e))r=function(){return l(e.useValue)};else if(function i(e){return!(!e||!e.useFactory)}(e))r=function(){return e.useFactory.apply(e,v(pr(e.deps||[])))};else if(function a(e){return!(!e||!e.useExisting)}(e))r=function(){return cr(l(e.useExisting))};else{var u=l(e&&(e.useClass||e.provide));if(!function s(e){return!!e.deps}(e))return xe(u)||ku(u);r=function(){return new(u.bind.apply(u,v([void 0],pr(e.deps))))}}return r}function Tu(e,t,n){return void 0===n&&(n=!1),{factory:e,value:t,multi:n?[]:void 0}}function Nu(e){return null!==e&&"object"==typeof e&&ar in e}function ju(e){return"function"==typeof e}var Du=function Au(e,t,n){return new Lu(e,t,n)},Su=function(){function e(){}return e.create=function(e,t){return Array.isArray(e)?Du(e,t,""):Du(e.providers,e.parent,e.name||"")},e}();Su.THROW_IF_NOT_FOUND=or,Su.NULL=new yu,Su.ɵprov=I({token:Su,providedIn:"any",factory:function(){return cr(gu)}}),Su.__NG_ELEMENT_ID__=-1;var Ru=function(e){return e},Vu=[],Mu=Ru,Fu=function(){return Array.prototype.slice.call(arguments)},Lu=function(){function t(e,t,n){void 0===t&&(t=Su.NULL),void 0===n&&(n=null),this.parent=t,this.source=n;var r=this._records=new Map;r.set(Su,{token:Su,fn:Ru,deps:Vu,value:this,useNew:!1}),r.set(gu,{token:gu,fn:Ru,deps:Vu,value:this,useNew:!1}),this.scope=function e(t,n){var r=null;if(n)if(n=l(n),Array.isArray(n))for(var o=0;o<n.length;o++)r=e(t,n[o])||r;else{if("function"==typeof n)throw Uu("Function/Class not supported",n);if(!n||"object"!=typeof n||!n.provide)throw Uu("Unexpected provider",n);var i=l(n.provide),a=Hu(n);if(!0===n.multi){var u=t.get(i);if(u){if(u.fn!==Fu)throw Bu(i)}else t.set(i,u={token:n.provide,deps:[],useNew:!1,fn:Fu,value:Vu});u.deps.push({token:i=n,options:6})}var s=t.get(i);if(s&&s.fn==Fu)throw Bu(i);i===mu&&(r=a.value),t.set(i,a)}return r}(r,e)}return t.prototype.get=function(t,n,r){void 0===r&&(r=e.InjectFlags.Default);var o=this._records,i=o.get(t);if(void 0===i){var a=O(t);if(a){var u=a&&a.providedIn;("any"===u||null!=u&&u===this.scope)&&o.set(t,i=Hu({provide:t,useFactory:a.factory,deps:Vu}))}void 0===i&&o.set(t,null)}var s=sr(this);try{return function t(n,r,o,i,a,u){try{return function s(n,r,o,i,a,u){var s;if(!r||u&e.InjectFlags.SkipSelf)s=u&e.InjectFlags.Self?Su.NULL.get(n,u&e.InjectFlags.Optional?void 0!==a?a:null:a):i.get(n,a,e.InjectFlags.Default);else{if((s=r.value)==Mu)throw Error("ɵCircular dependency");if(s===Vu){r.value=Mu;var l=r.useNew,c=r.fn,f=r.deps,d=Vu;if(f.length){d=[];for(var p=0;p<f.length;p++){var h=f[p],g=h.options,y=2&g?o.get(h.token):void 0;d.push(t(h.token,y,o,y||4&g?i:Su.NULL,1&g?null:Su.THROW_IF_NOT_FOUND,e.InjectFlags.Default))}}r.value=s=l?new(c.bind.apply(c,v([void 0],d))):c.apply(void 0,d)}}return s}(n,r,o,i,a,u)}catch(e){throw e instanceof Error||(e=new Error(e)),(e.ngTempTokenPath=e.ngTempTokenPath||[]).unshift(n),r&&r.value==Mu&&(r.value=Vu),e}}(t,i,o,this.parent,n,r)}catch(e){return vr(e,t,"StaticInjectorError",this.source)}finally{sr(s)}},t.prototype.toString=function(){var e=[];return this._records.forEach((function(t,n){return e.push(i(n))})),"StaticInjector["+e.join(", ")+"]"},t}();function Hu(e){var t=function n(e){var t=Vu,n=e.deps;if(n&&n.length){t=[];for(var r=0;r<n.length;r++){var o=6,i=l(n[r]);if(Array.isArray(i))for(var a=0,u=i;a<u.length;a++){var s=u[a];s instanceof _r||s==_r?o|=1:s instanceof wr||s==wr?o&=-3:s instanceof br||s==br?o&=-5:i=s instanceof mr?s.token:l(s)}t.push({token:i,options:o})}}else if(e.useExisting)t=[{token:i=l(e.useExisting),options:6}];else if(!n&&!(ar in e))throw Uu("'deps' required",e);return t}(e),r=Ru,o=Vu,i=!1,a=l(e.provide);if(ar 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 Uu("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}}function Bu(e){return Uu("Cannot mix multi providers and regular providers",e)}function Uu(e,t){return new Error(gr(e,t,"StaticInjectorError"))}function Qu(e){Xu(e);var t=Gu(e,!1);return null===t?null:(void 0===t.component&&(t.component=function n(e,t){var n=t[1].data[e];return 2&n.flags?t[n.directiveStart]:null}(t.nodeIndex,t.lView)),t.component)}function qu(e){Xu(e);var t=Gu(e,!1);return null===t?null:t.lView[8]}function zu(e){var t=Gu(e,!1);if(null===t)return null;for(var n,r=t.lView;2===r[1].type&&(n=si(r));)r=n;return 512&r[2]?null:r[8]}function Wu(e){return v(li(e).components)}function Zu(e){var t=Gu(e,!1);return null===t?Su.NULL:new yn(t.lView[1].data[t.nodeIndex],t.lView)}function Ku(e){var t=Gu(e);return void 0===t.directives&&(t.directives=Xo(t.nodeIndex,t.lView,!1)),null===t.directives?[]:v(t.directives)}function Gu(e,t){void 0===t&&(t=!0);var n=Wo(e);if(!n&&t)throw new Error("Invalid ng target");return n}function Ju(e){return Wo(e).native}function Yu(e){Xu(e);var t=Gu(e,!1);if(null===t)return[];var n=t.lView,r=n[7],o=n[1].cleanup,i=[];if(o&&r)for(var a=0;a<o.length;){var u=o[a++],s=o[a++];if("string"==typeof u){var l=u,c=Ve(n[s]),f=r[o[a++]],d=o[a++];e==c&&i.push({element:e,name:l,callback:f,useCapture:"boolean"==typeof d&&d,type:"boolean"==typeof d||d>=0?"dom":"output"})}}return i.sort($u),i}function $u(e,t){return e.name==t.name?0:e.name<t.name?-1:1}function Xu(e){if("undefined"!=typeof Element&&!(e instanceof Element))throw new Error("Expecting instance of DOM Element")}
|
|
424
424
|
/**
|
|
425
425
|
* @license
|
|
426
426
|
* Copyright Google LLC All Rights Reserved.
|
|
427
427
|
*
|
|
428
428
|
* Use of this source code is governed by an MIT-style license that can be
|
|
429
429
|
* found in the LICENSE file at https://angular.io/license
|
|
430
|
-
*/function
|
|
430
|
+
*/function es(e){vu(e),Wu(e).forEach((function(e){return hu(e)}))}
|
|
431
431
|
/**
|
|
432
432
|
* @license
|
|
433
433
|
* Copyright Google LLC All Rights Reserved.
|
|
434
434
|
*
|
|
435
435
|
* Use of this source code is governed by an MIT-style license that can be
|
|
436
436
|
* found in the LICENSE file at https://angular.io/license
|
|
437
|
-
*/var
|
|
437
|
+
*/var ts=!1;function ns(e,t){if(("undefined"==typeof COMPILED||!COMPILED)&&z){var n=z.ng;n||(n=z.ng={}),n[e]=t}}
|
|
438
438
|
/**
|
|
439
439
|
* @license
|
|
440
440
|
* Copyright Google LLC All Rights Reserved.
|
|
441
441
|
*
|
|
442
442
|
* Use of this source code is governed by an MIT-style license that can be
|
|
443
443
|
* found in the LICENSE file at https://angular.io/license
|
|
444
|
-
*/function
|
|
444
|
+
*/function rs(e,t,n,r,o,i){var a=n[1];n[20]=e;var u=Ia(a,20,2,"#host",null),s=u.mergedAttrs=t.hostAttrs;null!==s&&(pu(u,s,!0),null!==e&&(Qt(o,e,s),null!==u.classes&&Hi(o,e,u.classes),null!==u.styles&&Li(o,e,u.styles)));var l=r.createRenderer(e,t),c=Ca(n,Aa(t),null,t.onPush?64:16,n[20],u,r,l,i||null,null);return a.firstCreatePass&&(on(en(u,n),a,t.type),Ua(a,u),qa(u,n.length,1)),eu(n,c),n[20]=c}function os(e,t,n,r,o){var i=n[1],a=function u(e,t,n){var r=nt();e.firstCreatePass&&(n.providersResolver&&n.providersResolver(n),za(e,r,t,Ea(e,t,1,null),n));var o=hn(t,e,r.directiveStart,r);Go(o,t);var i=Fe(r,t);return i&&Go(i,t),o}(i,n,t);if(r.components.push(a),e[8]=a,o&&o.forEach((function(e){return e(a,t)})),t.contentQueries){var s=nt();t.contentQueries(1,a,s.directiveStart)}var l=nt();return!i.firstCreatePass||null===t.hostBindings&&null===t.hostAttrs||(Nt(l.index),Ha(n[1],l,0,l.directiveStart,l.directiveEnd,t),Ba(t,a)),a}function is(e,t){return{components:[],scheduler:e||ni,clean:au,playerHandler:t||null,flags:0}}function as(e,t){Rt(Qe(e)[1],nt())}
|
|
445
445
|
/**
|
|
446
446
|
* @license
|
|
447
447
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -449,77 +449,77 @@ var vu=new An("INJECTOR",-1),gu=function(){function e(){}return e.prototype.get=
|
|
|
449
449
|
* Use of this source code is governed by an MIT-style license that can be
|
|
450
450
|
* found in the LICENSE file at https://angular.io/license
|
|
451
451
|
*/
|
|
452
|
-
function
|
|
452
|
+
function us(e){return Object.getPrototypeOf(e.prototype).constructor}function ss(e){for(var t=us(e.type),n=!0,r=[e];t;){var i=void 0;if(Ie(e))i=t.ɵcmp||t.ɵdir;else{if(t.ɵcmp)throw new Error("Directives cannot inherit Components");i=t.ɵdir}if(i){if(n){r.push(i);var a=e;a.inputs=ls(e.inputs),a.declaredInputs=ls(e.declaredInputs),a.outputs=ls(e.outputs);var u=i.hostBindings;u&&ds(e,u);var s=i.viewQuery,l=i.contentQueries;if(s&&cs(e,s),l&&fs(e,l),o(e.inputs,i.inputs),o(e.declaredInputs,i.declaredInputs),o(e.outputs,i.outputs),Ie(i)&&i.data.animation){var c=e.data;c.animation=(c.animation||[]).concat(i.data.animation)}}var f=i.features;if(f)for(var d=0;d<f.length;d++){var p=f[d];p&&p.ngInherit&&p(e),p===ss&&(n=!1)}}t=Object.getPrototypeOf(t)}!function h(e){for(var t=0,n=null,r=e.length-1;r>=0;r--){var o=e[r];o.hostVars=t+=o.hostVars,o.hostAttrs=Wt(o.hostAttrs,n=Wt(n,o.hostAttrs))}}(r)}function ls(e){return e===W?{}:e===K?[]:e}function cs(e,t){var n=e.viewQuery;e.viewQuery=n?function(e,r){t(e,r),n(e,r)}:t}function fs(e,t){var n=e.contentQueries;e.contentQueries=n?function(e,r,o){t(e,r,o),n(e,r,o)}:t}function ds(e,t){var n=e.hostBindings;e.hostBindings=n?function(e,r){t(e,r),n(e,r)}:t}var ps=["providersResolver"],hs=["template","decls","consts","vars","onPush","ngContentSelectors","styles","encapsulation","schemas"];function vs(e){var t,n,r,o,i,a=us(e.type);i=Ie(e)?a.ɵcmp:a.ɵdir;var u=e;try{for(var s=p(ps),l=s.next();!l.done;l=s.next())u[d=l.value]=i[d]}catch(e){t={error:e}}finally{try{l&&!l.done&&(n=s.return)&&n.call(s)}finally{if(t)throw t.error}}if(Ie(i))try{for(var c=p(hs),f=c.next();!f.done;f=c.next()){var d;u[d=f.value]=i[d]}}catch(e){r={error:e}}finally{try{f&&!f.done&&(o=c.return)&&o.call(c)}finally{if(r)throw r.error}}}
|
|
453
453
|
/**
|
|
454
454
|
* @license
|
|
455
455
|
* Copyright Google LLC All Rights Reserved.
|
|
456
456
|
*
|
|
457
457
|
* Use of this source code is governed by an MIT-style license that can be
|
|
458
458
|
* found in the LICENSE file at https://angular.io/license
|
|
459
|
-
*/var
|
|
459
|
+
*/var gs=null;function ys(){if(!gs){var e=z.Symbol;if(e&&e.iterator)gs=e.iterator;else for(var t=Object.getOwnPropertyNames(Map.prototype),n=0;n<t.length;++n){var r=t[n];"entries"!==r&&"size"!==r&&Map.prototype[r]===Map.prototype.entries&&(gs=r)}}return gs}
|
|
460
460
|
/**
|
|
461
461
|
* @license
|
|
462
462
|
* Copyright Google LLC 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
|
-
*/function
|
|
466
|
+
*/function ms(e,t){var n=bs(e),r=bs(t);return n&&r?function o(e,t,n){for(var r=e[ys()](),o=t[ys()]();;){var i=r.next(),a=o.next();if(i.done&&a.done)return!0;if(i.done||a.done)return!1;if(!n(i.value,a.value))return!1}}(e,t,ms):!(n||!e||"object"!=typeof e&&"function"!=typeof e||r||!t||"object"!=typeof t&&"function"!=typeof t)||Object.is(e,t)}var _s=function(){function e(e){this.wrapped=e}return e.wrap=function(t){return new e(t)},e.unwrap=function(t){return e.isWrapped(t)?t.wrapped:t},e.isWrapped=function(t){return t instanceof e},e}();function bs(e){return!!ws(e)&&(Array.isArray(e)||!(e instanceof Map)&&ys()in e)}function ws(e){return null!==e&&("function"==typeof e||"object"==typeof e)}
|
|
467
467
|
/**
|
|
468
468
|
* @license
|
|
469
469
|
* Copyright Google LLC 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 Cs(e,t,n){return e[t]=n}function Is(e,t){return e[t]}function xs(e,t,n){return!Object.is(e[t],n)&&(e[t]=n,!0)}function Es(e,t,n,r){var o=xs(e,t,n);return xs(e,t+1,r)||o}function Os(e,t,n,r,o){var i=Es(e,t,n,r);return xs(e,t+2,o)||i}function ks(e,t,n,r,o,i){var a=Es(e,t,n,r);return Es(e,t+2,o,i)||a}
|
|
474
474
|
/**
|
|
475
475
|
* @license
|
|
476
476
|
* Copyright Google LLC All Rights Reserved.
|
|
477
477
|
*
|
|
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
|
-
*/function
|
|
480
|
+
*/function Ps(e,t,n,r){var o=Xe();return xs(o,pt(),t)&&(et(),Za(jt(),o,e,t,n,r)),Ps}
|
|
481
481
|
/**
|
|
482
482
|
* @license
|
|
483
483
|
* Copyright Google LLC All Rights Reserved.
|
|
484
484
|
*
|
|
485
485
|
* Use of this source code is governed by an MIT-style license that can be
|
|
486
486
|
* found in the LICENSE file at https://angular.io/license
|
|
487
|
-
*/function
|
|
487
|
+
*/function Ts(e,t){for(var n=!1,r=ft(),o=1;o<t.length;o+=2)n=xs(e,r++,t[o])||n;if(dt(r),!n)return $i;var i=t[0];for(o=1;o<t.length;o+=2)i+=y(t[o])+t[o+1];return i}function Ns(e,t,n,r){return xs(e,pt(),n)?t+y(n)+r:$i}function js(e,t,n,r,o,i){var a=Es(e,ft(),n,o);return ht(2),a?t+y(n)+r+y(o)+i:$i}function Ds(e,t,n,r,o,i,a,u){var s=Os(e,ft(),n,o,a);return ht(3),s?t+y(n)+r+y(o)+i+y(a)+u:$i}function As(e,t,n,r,o,i,a,u,s,l){var c=ks(e,ft(),n,o,a,s);return ht(4),c?t+y(n)+r+y(o)+i+y(a)+u+y(s)+l:$i}function Ss(e,t,n,r,o,i,a,u,s,l,c,f){var d=ft(),p=ks(e,d,n,o,a,s);return p=xs(e,d+4,c)||p,ht(5),p?t+y(n)+r+y(o)+i+y(a)+u+y(s)+l+y(c)+f:$i}function Rs(e,t,n,r,o,i,a,u,s,l,c,f,d,p){var h=ft(),v=ks(e,h,n,o,a,s);return v=Es(e,h+4,c,d)||v,ht(6),v?t+y(n)+r+y(o)+i+y(a)+u+y(s)+l+y(c)+f+y(d)+p:$i}function Vs(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v){var g=ft(),m=ks(e,g,n,o,a,s);return m=Os(e,g+4,c,d,h)||m,ht(7),m?t+y(n)+r+y(o)+i+y(a)+u+y(s)+l+y(c)+f+y(d)+p+y(h)+v:$i}function Ms(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g,m){var _=ft(),b=ks(e,_,n,o,a,s);return b=ks(e,_+4,c,d,h,g)||b,ht(8),b?t+y(n)+r+y(o)+i+y(a)+u+y(s)+l+y(c)+f+y(d)+p+y(h)+v+y(g)+m:$i}function Fs(e,t,n,r,o,i){var a=Xe(),u=Ns(a,t,n,r);return u!==$i&&Za(jt(),a,e,u,o,i),Fs}function Ls(e,t,n,r,o,i,a,u){var s=Xe(),l=js(s,t,n,r,o,i);return l!==$i&&Za(jt(),s,e,l,a,u),Ls}function Hs(e,t,n,r,o,i,a,u,s,l){var c=Xe(),f=Ds(c,t,n,r,o,i,a,u);return f!==$i&&Za(jt(),c,e,f,s,l),Hs}function Bs(e,t,n,r,o,i,a,u,s,l,c,f){var d=Xe(),p=As(d,t,n,r,o,i,a,u,s,l);return p!==$i&&Za(jt(),d,e,p,c,f),Bs}function Us(e,t,n,r,o,i,a,u,s,l,c,f,d,p){var h=Xe(),v=Ss(h,t,n,r,o,i,a,u,s,l,c,f);return v!==$i&&Za(jt(),h,e,v,d,p),Us}function Qs(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v){var g=Xe(),y=Rs(g,t,n,r,o,i,a,u,s,l,c,f,d,p);return y!==$i&&Za(jt(),g,e,y,h,v),Qs}function qs(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g,y){var m=Xe(),_=Vs(m,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v);return _!==$i&&Za(jt(),m,e,_,g,y),qs}function zs(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g,y,m,_){var b=Xe(),w=Ms(b,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g,y);return w!==$i&&Za(jt(),b,e,w,m,_),zs}function Ws(e,t,n,r){var o=Xe(),i=Ts(o,t);return i!==$i&&Za(jt(),o,e,i,n,r),Ws}
|
|
488
488
|
/**
|
|
489
489
|
* @license
|
|
490
490
|
* Copyright Google LLC All Rights Reserved.
|
|
491
491
|
*
|
|
492
492
|
* Use of this source code is governed by an MIT-style license that can be
|
|
493
493
|
* found in the LICENSE file at https://angular.io/license
|
|
494
|
-
*/function
|
|
494
|
+
*/function Zs(e,t,n,r,o,i,a,u){var s=Xe(),l=et(),c=e+20,f=l.firstCreatePass?function d(e,t,n,r,o,i,a,u,s){var l=t.consts,c=Ia(t,e,4,a||null,We(l,u));La(t,n,c,We(l,s)),Rt(t,c);var f=c.tViews=Sa(2,c,r,o,i,t.directiveRegistry,t.pipeRegistry,null,t.schemas,l);return null!==t.queries&&(t.queries.template(t,c),f.queries=t.queries.embeddedTView(c)),c}(c,l,s,t,n,r,o,i,a):l.data[c];it(f,!1);var p=s[11].createComment("");Ai(l,s,p,f),Go(p,s),eu(s,s[c]=Ya(p,s,p,f)),Ce(f)&&ja(l,s,f),null!=a&&Da(s,f,u)}
|
|
495
495
|
/**
|
|
496
496
|
* @license
|
|
497
497
|
* Copyright Google LLC All Rights Reserved.
|
|
498
498
|
*
|
|
499
499
|
* Use of this source code is governed by an MIT-style license that can be
|
|
500
500
|
* found in the LICENSE file at https://angular.io/license
|
|
501
|
-
*/function
|
|
501
|
+
*/function Ks(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function Gs(e){return He(function t(){return Ge.lFrame.contextLView}(),20+e)}
|
|
502
502
|
/**
|
|
503
503
|
* @license
|
|
504
504
|
* Copyright Google LLC All Rights Reserved.
|
|
505
505
|
*
|
|
506
506
|
* Use of this source code is governed by an MIT-style license that can be
|
|
507
507
|
* found in the LICENSE file at https://angular.io/license
|
|
508
|
-
*/var
|
|
508
|
+
*/var Js={"ɵɵdefineInjectable":I,"ɵɵdefineInjector":E,"ɵɵinject":cr,"ɵɵinvalidFactoryDep":fr},Ys=r({provide:String,useValue:r});
|
|
509
509
|
/**
|
|
510
510
|
* @license
|
|
511
511
|
* Copyright Google LLC All Rights Reserved.
|
|
512
512
|
*
|
|
513
513
|
* Use of this source code is governed by an MIT-style license that can be
|
|
514
514
|
* found in the LICENSE file at https://angular.io/license
|
|
515
|
-
*/function
|
|
515
|
+
*/function $s(e){return void 0!==e.useClass}function Xs(e){return void 0!==e.useFactory}function el(e,t){var n=t||{providedIn:null},r={name:e.name,type:e,typeArgumentCount:0,providedIn:n.providedIn,userDeps:void 0};return($s(n)||Xs(n))&&void 0!==n.deps&&(r.userDeps=Or(n.deps)),$s(n)?r.useClass=l(n.useClass):function o(e){return Ys in e}(n)?r.useValue=l(n.useValue):Xs(n)?r.useFactory=n.useFactory:function i(e){return void 0!==e.useExisting}(n)&&(r.useExisting=l(n.useExisting)),r}var tl=r({provide:String,useValue:r}),nl=[];function rl(e,t){if(!t){var n=(s=new tr).parameters(e);return function(){return new(e.bind.apply(e,v([void 0],pr(n))))}}if(tl in t){var r=t;return function(){return r.useValue}}if(t.useExisting){var o=t;return function(){return cr(l(o.useExisting))}}if(t.useFactory){var i=t;return function(){return i.useFactory.apply(i,v(pr(i.deps||nl)))}}if(t.useClass){var a=t,u=t.deps;if(!u){var s=new tr;u=s.parameters(e)}return function(){var e;return new((e=l(a.useClass)).bind.apply(e,v([void 0],pr(u))))}}var c=t.deps;return c||(s=new tr,c=s.parameters(e)),function(){return new(e.bind.apply(e,v([void 0],pr(c))))}}
|
|
516
516
|
/**
|
|
517
517
|
* @license
|
|
518
518
|
* Copyright Google LLC All Rights Reserved.
|
|
519
519
|
*
|
|
520
520
|
* Use of this source code is governed by an MIT-style license that can be
|
|
521
521
|
* found in the LICENSE file at https://angular.io/license
|
|
522
|
-
*/var
|
|
522
|
+
*/var ol=xn("Injectable",void 0,void 0,void 0,(function(e,t){return il(e,t)})),il=function al(e,t){t&&void 0!==t.providedIn&&!O(e)&&(e.ɵprov=I({token:e,providedIn:t.providedIn,factory:rl(e,t)}))};function ul(e){return e.length>1?" ("+
|
|
523
523
|
/**
|
|
524
524
|
* @license
|
|
525
525
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -527,7 +527,7 @@ function as(e){return Object.getPrototypeOf(e.prototype).constructor}function us
|
|
|
527
527
|
* Use of this source code is governed by an MIT-style license that can be
|
|
528
528
|
* found in the LICENSE file at https://angular.io/license
|
|
529
529
|
*/
|
|
530
|
-
function t(e){for(var t=[],n=0;n<e.length;++n){if(t.indexOf(e[n])>-1)return t.push(e[n]),t;t.push(e[n])}return t}(e.slice().reverse()).map((function(e){return i(e.token)})).join(" -> ")+")":""}function
|
|
530
|
+
function t(e){for(var t=[],n=0;n<e.length;++n){if(t.indexOf(e[n])>-1)return t.push(e[n]),t;t.push(e[n])}return t}(e.slice().reverse()).map((function(e){return i(e.token)})).join(" -> ")+")":""}function sl(e,t,n,r){var o=[t],i=n(o),a=r?function u(e,t){var n=e+" caused by: "+(t instanceof Error?t.message:t),r=Error(n);return r.ngOriginalError=t,r}(i,r):Error(i);return a.addKey=ll,a.keys=o,a.injectors=[e],a.constructResolvingMessage=n,a.ngOriginalError=r,a}function ll(e,t){this.injectors.push(e),this.keys.push(t),this.message=this.constructResolvingMessage(this.keys)}function cl(e,t){for(var n=[],r=0,o=t.length;r<o;r++){var a=t[r];n.push(a&&0!=a.length?a.map(i).join(" "):"?")}return Error("Cannot resolve all parameters for '"+i(e)+"'("+n.join(", ")+"). Make sure that all the parameters are decorated with Inject or have valid type annotations and that '"+i(e)+"' is decorated with Injectable.")}
|
|
531
531
|
/**
|
|
532
532
|
* @license
|
|
533
533
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -535,7 +535,7 @@ function t(e){for(var t=[],n=0;n<e.length;++n){if(t.indexOf(e[n])>-1)return t.pu
|
|
|
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
537
|
*/
|
|
538
|
-
var
|
|
538
|
+
var fl=function(){function e(e,t){if(this.token=e,this.id=t,!e)throw new Error("Token must be defined!");this.displayName=i(this.token)}return e.get=function(e){return dl.get(l(e))},Object.defineProperty(e,"numberOfKeys",{get:function(){return dl.numberOfKeys},enumerable:!1,configurable:!0}),e}(),dl=new(function(){function e(){this._allKeys=new Map}return e.prototype.get=function(e){if(e instanceof fl)return e;if(this._allKeys.has(e))return this._allKeys.get(e);var t=new fl(e,fl.numberOfKeys);return this._allKeys.set(e,t),t},Object.defineProperty(e.prototype,"numberOfKeys",{get:function(){return this._allKeys.size},enumerable:!1,configurable:!0}),e}()),pl=new(function(){function e(e){this.reflectionCapabilities=e}return e.prototype.updateCapabilities=function(e){this.reflectionCapabilities=e},e.prototype.factory=function(e){return this.reflectionCapabilities.factory(e)},e.prototype.parameters=function(e){return this.reflectionCapabilities.parameters(e)},e.prototype.annotations=function(e){return this.reflectionCapabilities.annotations(e)},e.prototype.propMetadata=function(e){return this.reflectionCapabilities.propMetadata(e)},e.prototype.hasLifecycleHook=function(e,t){return this.reflectionCapabilities.hasLifecycleHook(e,t)},e.prototype.getter=function(e){return this.reflectionCapabilities.getter(e)},e.prototype.setter=function(e){return this.reflectionCapabilities.setter(e)},e.prototype.method=function(e){return this.reflectionCapabilities.method(e)},e.prototype.importUri=function(e){return this.reflectionCapabilities.importUri(e)},e.prototype.resourceUri=function(e){return this.reflectionCapabilities.resourceUri(e)},e.prototype.resolveIdentifier=function(e,t,n,r){return this.reflectionCapabilities.resolveIdentifier(e,t,n,r)},e.prototype.resolveEnum=function(e,t){return this.reflectionCapabilities.resolveEnum(e,t)},e}())(new tr),hl=function(){function e(e,t,n){this.key=e,this.optional=t,this.visibility=n}return e.fromKey=function(t){return new e(t,!1,null)},e}(),vl=[],gl=function gl(e,t,n){this.key=e,this.resolvedFactories=t,this.multiProvider=n,this.resolvedFactory=this.resolvedFactories[0]},yl=function yl(e,t){this.factory=e,this.dependencies=t};function ml(e){var t,n;if(e.useClass){var r=l(e.useClass);t=pl.factory(r),n=wl(r)}else e.useExisting?(t=function(e){return e},n=[hl.fromKey(fl.get(e.useExisting))]):e.useFactory?(t=e.useFactory,n=function o(e,t){if(t){var n=t.map((function(e){return[e]}));return t.map((function(t){return Cl(e,t,n)}))}return wl(e)}(e.useFactory,e.deps)):(t=function(){return e.useValue},n=vl);return new yl(t,n)}function _l(e){return new gl(fl.get(e.provide),[ml(e)],e.multi||!1)}function bl(e){var t=function n(e,t){for(var n=0;n<e.length;n++){var r=e[n],o=t.get(r.key.id);if(o){if(r.multiProvider!==o.multiProvider)throw Error("Cannot mix multi providers and regular providers, got: "+o+" "+r);if(r.multiProvider)for(var i=0;i<r.resolvedFactories.length;i++)o.resolvedFactories.push(r.resolvedFactories[i]);else t.set(r.key.id,r)}else{var a;a=r.multiProvider?new gl(r.key,r.resolvedFactories.slice(),r.multiProvider):r,t.set(r.key.id,a)}}return t}(function e(t,n){return t.forEach((function(t){if(t instanceof Bn)n.push({provide:t,useClass:t});else if(t&&"object"==typeof t&&void 0!==t.provide)n.push(t);else{if(!Array.isArray(t))throw function r(e){return Error("Invalid provider - only instances of Provider and Type are allowed, got: "+e)}(t);e(t,n)}})),n}(e,[]).map(_l),new Map);return Array.from(t.values())}function wl(e){var t=pl.parameters(e);if(!t)return[];if(t.some((function(e){return null==e})))throw cl(e,t);return t.map((function(n){return Cl(e,n,t)}))}function Cl(e,t,n){var r=null,o=!1;if(!Array.isArray(t))return Il(t instanceof mr?t.token:t,o,null);for(var i=null,a=0;a<t.length;++a){var u=t[a];u instanceof Bn?r=u:u instanceof mr?r=u.token:u instanceof _r?o=!0:u instanceof br||u instanceof wr?i=u:u instanceof Sn&&(r=u)}if(null!=(r=l(r)))return Il(r,o,i);throw cl(e,n)}function Il(e,t,n){return new hl(fl.get(e),t,n)}var xl={},El=function(){function e(){}return e.resolve=function(e){return bl(e)},e.resolveAndCreate=function(t,n){var r=e.resolve(t);return e.fromResolvedProviders(r,n)},e.fromResolvedProviders=function(e,t){return new Ol(e,t)},e}(),Ol=function(){function e(e,t){this._constructionCounter=0,this._providers=e,this.parent=t||null;var n=e.length;this.keyIds=[],this.objs=[];for(var r=0;r<n;r++)this.keyIds[r]=e[r].key.id,this.objs[r]=xl}return e.prototype.get=function(e,t){return void 0===t&&(t=or),this._getByKey(fl.get(e),null,t)},e.prototype.resolveAndCreateChild=function(e){var t=El.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(El.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 sl(e,n,(function(e){return"Cannot instantiate cyclic dependency!"+ul(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=[],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,a=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=a.apply(void 0,v(n))}catch(t){throw function u(e,t,n,r){return sl(e,r,(function(e){var n=i(e[0].token);return t.message+": Error during instantiation of "+n+"!"+ul(e)+"."}),t)}(this,t,0,e.key)}return r},e.prototype._getByReflectiveDependency=function(e){return this._getByKey(e.key,e.visibility,e.optional?null:or)},e.prototype._getByKey=function(t,n,r){return t===e.INJECTOR_KEY?this:n instanceof br?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]===xl&&(this.objs[t]=this._new(this._providers[t])),this.objs[t];return xl},e.prototype._throwOrNull=function(e,t){if(t!==or)return t;throw function n(e,t){return sl(e,t,(function(e){return"No provider for "+i(e[0].token)+"!"+ul(e)}))}(this,e)},e.prototype._getByKeySelf=function(e,t){var n=this._getObjByKeyId(e.id);return n!==xl?n:this._throwOrNull(e,t)},e.prototype._getByKeyDefault=function(t,n,r){var o;for(o=r instanceof wr?this.parent:this;o instanceof e;){var i=o,a=i._getObjByKeyId(t.id);if(a!==xl)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=[],o=0;o<t._providers.length;++o)r[o]=n(t.getProviderAtIndex(o));return r}
|
|
539
539
|
/**
|
|
540
540
|
* @license
|
|
541
541
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -556,28 +556,28 @@ var cl=function(){function e(e,t){if(this.token=e,this.id=t,!e)throw new Error("
|
|
|
556
556
|
*
|
|
557
557
|
* Use of this source code is governed by an MIT-style license that can be
|
|
558
558
|
* found in the LICENSE file at https://angular.io/license
|
|
559
|
-
*/(this,(function(e){return' "'+e.key.displayName+'" '})).join(", ")+"])"},enumerable:!1,configurable:!0}),e.prototype.toString=function(){return this.displayName},e}();function
|
|
559
|
+
*/(this,(function(e){return' "'+e.key.displayName+'" '})).join(", ")+"])"},enumerable:!1,configurable:!0}),e.prototype.toString=function(){return this.displayName},e}();function kl(t,n){void 0===n&&(n=e.InjectFlags.Default);var r=Xe();return null===r?cr(t,n):ln(nt(),r,l(t),n)}function Pl(){throw new Error("invalid")}
|
|
560
560
|
/**
|
|
561
561
|
* @license
|
|
562
562
|
* Copyright Google LLC All Rights Reserved.
|
|
563
563
|
*
|
|
564
564
|
* Use of this source code is governed by an MIT-style license that can be
|
|
565
565
|
* found in the LICENSE file at https://angular.io/license
|
|
566
|
-
*/function
|
|
566
|
+
*/function Tl(e,t,n){var r=Xe();return xs(r,pt(),t)&&Fa(et(),jt(),r,e,t,r[11],n,!1),Tl}function Nl(e,t,n,r,o){var i=o?"class":"style";fu(e,n,t.inputs[i],i,r)}
|
|
567
567
|
/**
|
|
568
568
|
* @license
|
|
569
569
|
* Copyright Google LLC All Rights Reserved.
|
|
570
570
|
*
|
|
571
571
|
* Use of this source code is governed by an MIT-style license that can be
|
|
572
572
|
* found in the LICENSE file at https://angular.io/license
|
|
573
|
-
*/function
|
|
573
|
+
*/function jl(e,t,n,r){var o=Xe(),i=et(),a=20+e,u=o[11],s=o[a]=yi(u,t,function l(){return Ge.lFrame.currentNamespace}()),c=i.firstCreatePass?function f(e,t,n,r,o,i,a){var u=t.consts,s=Ia(t,e,2,o,We(u,i));return La(t,n,s,We(u,a)),null!==s.attrs&&pu(s,s.attrs,!1),null!==s.mergedAttrs&&pu(s,s.mergedAttrs,!0),null!==t.queries&&t.queries.elementStart(t,s),s}(a,i,o,0,t,n,r):i.data[a];it(c,!0);var d=c.mergedAttrs;null!==d&&Qt(u,s,d);var p=c.classes;null!==p&&Hi(u,s,p);var h=c.styles;null!==h&&Li(u,s,h),64!=(64&c.flags)&&Ai(i,o,s,c),0===function v(){return Ge.lFrame.elementDepthCount}()&&Go(s,o),function g(){Ge.lFrame.elementDepthCount++}(),Ce(c)&&(ja(i,o,c),Na(i,c,o)),null!==r&&Da(o,c)}function Dl(){var e=nt();at()?ut():it(e=e.parent,!1);var t=e;!function n(){Ge.lFrame.elementDepthCount--}();var r=et();r.firstCreatePass&&(Rt(r,e),be(e)&&r.queries.elementEnd(e)),null!=t.classesWithoutHost&&function o(e){return 0!=(16&e.flags)}(t)&&Nl(r,t,Xe(),t.classesWithoutHost,!0),null!=t.stylesWithoutHost&&function i(e){return 0!=(32&e.flags)}
|
|
574
574
|
/**
|
|
575
575
|
* @license
|
|
576
576
|
* Copyright Google LLC All Rights Reserved.
|
|
577
577
|
*
|
|
578
578
|
* Use of this source code is governed by an MIT-style license that can be
|
|
579
579
|
* found in the LICENSE file at https://angular.io/license
|
|
580
|
-
*/(t)&&
|
|
580
|
+
*/(t)&&Nl(r,t,Xe(),t.stylesWithoutHost,!1)}function Al(e,t,n,r){jl(e,t,n,r),Dl()}function Sl(e,t,n){var r=Xe(),o=et(),i=e+20,a=o.firstCreatePass?
|
|
581
581
|
/**
|
|
582
582
|
* @license
|
|
583
583
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -585,21 +585,21 @@ var cl=function(){function e(e,t){if(this.token=e,this.id=t,!e)throw new Error("
|
|
|
585
585
|
* Use of this source code is governed by an MIT-style license that can be
|
|
586
586
|
* found in the LICENSE file at https://angular.io/license
|
|
587
587
|
*/
|
|
588
|
-
function u(e,t,n,r,o){var i=t.consts,a=
|
|
588
|
+
function u(e,t,n,r,o){var i=t.consts,a=We(i,r),u=Ia(t,e,8,"ng-container",a);return null!==a&&pu(u,a,!0),La(t,n,u,We(i,o)),null!==t.queries&&t.queries.elementStart(t,u),u}(i,o,r,t,n):o.data[i];it(a,!0);var s=r[i]=r[11].createComment("");Ai(o,r,s,a),Go(s,r),Ce(a)&&(ja(o,r,a),Na(o,a,r)),null!=n&&Da(r,a)}function Rl(){var e=nt(),t=et();at()?ut():it(e=e.parent,!1),t.firstCreatePass&&(Rt(t,e),be(e)&&t.queries.elementEnd(e))}function Vl(e,t,n){Sl(e,t,n),Rl()}function Ml(){return Xe()}
|
|
589
589
|
/**
|
|
590
590
|
* @license
|
|
591
591
|
* Copyright Google LLC All Rights Reserved.
|
|
592
592
|
*
|
|
593
593
|
* Use of this source code is governed by an MIT-style license that can be
|
|
594
594
|
* found in the LICENSE file at https://angular.io/license
|
|
595
|
-
*/function
|
|
595
|
+
*/function Fl(e){return!!e&&"function"==typeof e.then}function Ll(e){return!!e&&"function"==typeof e.subscribe}Ol.INJECTOR_KEY=fl.get(Su);var Hl=Ll;
|
|
596
596
|
/**
|
|
597
597
|
* @license
|
|
598
598
|
* Copyright Google LLC All Rights Reserved.
|
|
599
599
|
*
|
|
600
600
|
* Use of this source code is governed by an MIT-style license that can be
|
|
601
601
|
* found in the LICENSE file at https://angular.io/license
|
|
602
|
-
*/function
|
|
602
|
+
*/function Bl(e,t,n,r){void 0===n&&(n=!1);var o=Xe(),i=et(),a=nt();return Ql(i,o,o[11],a,e,t,n,r),Bl}function Ul(e,t,n,r){void 0===n&&(n=!1);var o=nt(),i=Xe(),a=et();return Ql(a,i,lu(yt(a.data),o,i),o,e,t,n,r),Ul}function Ql(e,t,n,r,o,i,a,u){void 0===a&&(a=!1);var s=Ce(r),l=e.firstCreatePass&&su(e),c=uu(t),f=!0;if(3&r.type){var d=Fe(r,t),p=u?u(d):W,h=p.target||d,v=c.length,g=u?function(e){return u(Ve(e[r.index])).target}:r.index;if(Se(n)){var y=null;if(!u&&s&&(y=function m(e,t,n,r){var o=e.cleanup;if(null!=o)for(var i=0;i<o.length-1;i+=2){var a=o[i];if(a===n&&o[i+1]===r){var u=t[7],s=o[i+2];return u.length>s?u[s]:null}"string"==typeof a&&(i+=2)}return null}(e,t,o,r.index)),null!==y)(y.__ngLastListenerFn__||y).__ngNextListenerFn__=i,y.__ngLastListenerFn__=i,f=!1;else{i=zl(r,t,i,!1);var _=n.listen(p.name||h,o,i);c.push(i,_),l&&l.push(o,g,v,v+1)}}else i=zl(r,t,i,!0),h.addEventListener(o,i,a),c.push(i),l&&l.push(o,g,v,a)}else i=zl(r,t,i,!1);var b,w=r.outputs;if(f&&null!==w&&(b=w[o])){var C=b.length;if(C)for(var I=0;I<C;I+=2){var x=t[b[I]][b[I+1]].subscribe(i),E=c.length;c.push(i,x),l&&l.push(o,r.index,E,-(E+1))}}}function ql(e,t,n){try{return!1!==t(n)}catch(t){return cu(e,t),!1}}function zl(e,t,n,r){return function o(i){if(i===Function)return n;var a=2&e.flags?Be(e.index,t):t;0==(32&t[2])&&tu(a);for(var u=ql(t,n,i),s=o.__ngNextListenerFn__;s;)u=ql(t,s,i)&&u,s=s.__ngNextListenerFn__;return r&&!1===u&&(i.preventDefault(),i.returnValue=!1),u}}
|
|
603
603
|
/**
|
|
604
604
|
* @license
|
|
605
605
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -613,21 +613,21 @@ function u(e,t,n,r,o){var i=t.consts,a=ze(i,r),u=Ca(t,e,8,"ng-container",a);retu
|
|
|
613
613
|
*
|
|
614
614
|
* Use of this source code is governed by an MIT-style license that can be
|
|
615
615
|
* found in the LICENSE file at https://angular.io/license
|
|
616
|
-
*/function
|
|
616
|
+
*/function Wl(e){return void 0===e&&(e=1),Pt(e)}
|
|
617
617
|
/**
|
|
618
618
|
* @license
|
|
619
619
|
* Copyright Google LLC All Rights Reserved.
|
|
620
620
|
*
|
|
621
621
|
* Use of this source code is governed by an MIT-style license that can be
|
|
622
622
|
* found in the LICENSE file at https://angular.io/license
|
|
623
|
-
*/function
|
|
623
|
+
*/function Zl(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?Ki(e,a,!0):Gi(r,a))return i}else n=i}return n}function Kl(e){var t=Xe()[16][6];if(!t.projection)for(var n=t.projection=Zn(e?e.length:1,null),r=n.slice(),o=t.child;null!==o;){var i=e?Zl(o,e):0;null!==i&&(r[i]?r[i].projectionNext=o:n[i]=o,r[i]=o),o=o.next}}function Gl(e,t,n){void 0===t&&(t=0);var r=Xe(),o=et(),i=Ia(o,20+e,16,null,n||null);null===i.projection&&(i.projection=t),ut(),64!=(64&i.flags)&&function a(e,t,n){Fi(t[11],0,t,n,Ci(e,n,t),Pi(n.parent||t[6],n,t))}(o,r,i)}function Jl(e,t,n){return Yl(e,"",t,"",n),Jl}function Yl(e,t,n,r,o){var i=Xe(),a=Ns(i,t,n,r);return a!==$i&&Fa(et(),jt(),i,e,a,i[11],o,!1),Yl}function $l(e,t,n,r,o,i,a){var u=Xe(),s=js(u,t,n,r,o,i);return s!==$i&&Fa(et(),jt(),u,e,s,u[11],a,!1),$l}function Xl(e,t,n,r,o,i,a,u,s){var l=Xe(),c=Ds(l,t,n,r,o,i,a,u);return c!==$i&&Fa(et(),jt(),l,e,c,l[11],s,!1),Xl}function ec(e,t,n,r,o,i,a,u,s,l,c){var f=Xe(),d=As(f,t,n,r,o,i,a,u,s,l);return d!==$i&&Fa(et(),jt(),f,e,d,f[11],c,!1),ec}function tc(e,t,n,r,o,i,a,u,s,l,c,f,d){var p=Xe(),h=Ss(p,t,n,r,o,i,a,u,s,l,c,f);return h!==$i&&Fa(et(),jt(),p,e,h,p[11],d,!1),tc}function nc(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h){var v=Xe(),g=Rs(v,t,n,r,o,i,a,u,s,l,c,f,d,p);return g!==$i&&Fa(et(),jt(),v,e,g,v[11],h,!1),nc}function rc(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g){var y=Xe(),m=Vs(y,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v);return m!==$i&&Fa(et(),jt(),y,e,m,y[11],g,!1),rc}function oc(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g,y,m){var _=Xe(),b=Ms(_,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g,y);return b!==$i&&Fa(et(),jt(),_,e,b,_[11],m,!1),oc}function ic(e,t,n){var r=Xe(),o=Ts(r,t);return o!==$i&&Fa(et(),jt(),r,e,o,r[11],n,!1),ic}
|
|
624
624
|
/**
|
|
625
625
|
* @license
|
|
626
626
|
* Copyright Google LLC All Rights Reserved.
|
|
627
627
|
*
|
|
628
628
|
* Use of this source code is governed by an MIT-style license that can be
|
|
629
629
|
* found in the LICENSE file at https://angular.io/license
|
|
630
|
-
*/
|
|
630
|
+
*/function ac(e,t,n,r,o){for(var i=e[n+1],a=null===t,u=r?na(i):ia(i),s=!1;0!==u&&(!1===s||a);){var l=e[u+1];uc(e[u],t)&&(s=!0,e[u+1]=r?sa(l):oa(l)),u=r?na(l):ia(l)}s&&(e[n+1]=r?oa(i):sa(i))}function uc(e,t){return null===e||null==t||(Array.isArray(e)?e[1]:e)===t||!(!Array.isArray(e)||"string"!=typeof t)&&Jn(e,t)>=0}
|
|
631
631
|
/**
|
|
632
632
|
* @license
|
|
633
633
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -642,49 +642,49 @@ function u(e,t,n,r,o){var i=t.consts,a=ze(i,r),u=Ca(t,e,8,"ng-container",a);retu
|
|
|
642
642
|
* Use of this source code is governed by an MIT-style license that can be
|
|
643
643
|
* found in the LICENSE file at https://angular.io/license
|
|
644
644
|
*/
|
|
645
|
-
function yc(e,t,n){return Ic(e,t,n,!1),yc}function mc(e,t){return Ic(e,t,null,!0),mc}function _c(e){xc(Tc,bc,e,!1)}function bc(e,t){for(var n=function r(e){return pc(e),dc(e,hc(e,0,sc.textEnd))}(t);n>=0;n=dc(t,n))Tc(e,lc(t),cc(t))}function wc(e){xc(
|
|
645
|
+
function yc(e,t,n){return Ic(e,t,n,!1),yc}function mc(e,t){return Ic(e,t,null,!0),mc}function _c(e){xc(Tc,bc,e,!1)}function bc(e,t){for(var n=function r(e){return pc(e),dc(e,hc(e,0,sc.textEnd))}(t);n>=0;n=dc(t,n))Tc(e,lc(t),cc(t))}function wc(e){xc(Kn,Cc,e,!0)}function Cc(e,t){for(var n=function r(e){return pc(e),fc(e,hc(e,0,sc.textEnd))}(t);n>=0;n=fc(t,n))Kn(e,lc(t),!0)}function Ic(e,t,n,r){var o=Xe(),a=et(),u=ht(2);a.firstUpdatePass&&Oc(a,e,u,r),t!==$i&&xs(o,u,t)&&Nc(a,a.data[Tt()],o,o[11],e,o[u+1]=function s(e,t){return null==e||("string"==typeof t?e+=t:"object"==typeof e&&(e=i(Zr(e)))),e}(t,n),r,u)}function xc(e,t,n,r){var o=et(),i=ht(2);o.firstUpdatePass&&Oc(o,null,i,r);var u=Xe();if(n!==$i&&xs(u,i,n)){var s=o.data[Tt()];if(Ac(s,r)&&!Ec(o,i)){var l=r?s.classesWithoutHost:s.stylesWithoutHost;null!==l&&(n=a(l,n||"")),Nl(o,s,u,n,r)}else!function f(e,t,n,r,o,i,a,u){o===$i&&(o=Z);for(var s=0,l=0,c=0<o.length?o[0]:null,f=0<i.length?i[0]:null;null!==c||null!==f;){var d=s<o.length?o[s+1]:void 0,p=l<i.length?i[l+1]:void 0,h=null,v=void 0;c===f?(s+=2,l+=2,d!==p&&(h=f,v=p)):null===f||null!==c&&c<f?(s+=2,h=c):(l+=2,h=f,v=p),null!==h&&Nc(e,t,n,r,h,v,a,u),c=s<o.length?o[s]:null,f=l<i.length?i[l]:null}}(o,s,u,u[11],u[i+1],u[i+1]=function c(e,t,n){if(null==n||""===n)return Z;var r=[],o=Zr(n);if(Array.isArray(o))for(var i=0;i<o.length;i++)e(r,o[i],!0);else if("object"==typeof o)for(var a in o)o.hasOwnProperty(a)&&e(r,a,o[a]);else"string"==typeof o&&t(r,o);return r}(e,t,n),r,i)}}function Ec(e,t){return t>=e.expandoStartIndex}function Oc(e,t,n,r){var o=e.data;if(null===o[n+1]){var i=o[Tt()],a=Ec(e,n);Ac(i,r)&&null===t&&!a&&(t=!1),t=function u(e,t,n,r){var o=yt(e),i=r?t.residualClasses:t.residualStyles;if(null===o)0===(r?t.classBindings:t.styleBindings)&&(n=Pc(n=kc(null,e,t,n,r),t.attrs,r),i=null);else{var a=t.directiveStylingLast;if(-1===a||e[a]!==o)if(n=kc(o,e,t,n,r),null===i){var u=function s(e,t,n){var r=n?t.classBindings:t.styleBindings;if(0!==ia(r))return e[na(r)]}(e,t,r);void 0!==u&&Array.isArray(u)&&function l(e,t,n,r){e[na(n?t.classBindings:t.styleBindings)]=r}(e,t,r,u=Pc(u=kc(null,e,t,u[1],r),t.attrs,r))}else i=function c(e,t,n){for(var r=void 0,o=t.directiveEnd,i=1+t.directiveStylingLast;i<o;i++)r=Pc(r,e[i].hostAttrs,n);return Pc(r,t.attrs,n)}(e,t,r)}return void 0!==i&&(r?t.residualClasses=i:t.residualStyles=i),n}(o,i,t,r),function s(e,t,n,r,o,i){var a=i?t.classBindings:t.styleBindings,u=na(a),s=ia(a);e[r]=n;var l,c=!1;if(Array.isArray(n)?(null===(l=n[1])||Jn(n,l)>0)&&(c=!0):l=n,o)if(0!==s){var f=na(e[u+1]);e[r+1]=ta(f,u),0!==f&&(e[f+1]=aa(e[f+1],r)),e[u+1]=function d(e,t){return 131071&e|t<<17}(e[u+1],r)}else e[r+1]=ta(u,0),0!==u&&(e[u+1]=aa(e[u+1],r)),u=r;else e[r+1]=ta(s,0),0===u?u=r:e[s+1]=aa(e[s+1],r),s=r;c&&(e[r+1]=oa(e[r+1])),ac(e,l,r,!0),ac(e,l,r,!1),function p(e,t,n,r,o){var i=o?e.residualClasses:e.residualStyles;null!=i&&"string"==typeof t&&Jn(i,t)>=0&&(n[r+1]=sa(n[r+1]))}(t,l,e,r,i),a=ta(u,s),i?t.classBindings=a:t.styleBindings=a}(o,i,t,n,a,r)}}function kc(e,t,n,r,o){var i=null,a=n.directiveEnd,u=n.directiveStylingLast;for(-1===u?u=n.directiveStart:u++;u<a&&(r=Pc(r,(i=t[u]).hostAttrs,o),i!==e);)u++;return null!==e&&(n.directiveStylingLast=u),r}function Pc(e,t,n){var r=n?1:2,o=-1;if(null!==t)for(var i=0;i<t.length;i++){var a=t[i];"number"==typeof a?o=a:o===r&&(Array.isArray(e)||(e=void 0===e?[]:["",e]),Kn(e,a,!!n||t[++i]))}return void 0===e?null:e}function Tc(e,t,n){Kn(e,t,Zr(n))}function Nc(t,n,r,o,i,a,u,s){if(3&n.type){var l=t.data,c=l[s+1];Dc(ua(c)?jc(l,n,r,i,ia(c),u):void 0)||(Dc(a)||ra(c)&&(a=jc(l,null,r,i,s,u)),function f(t,n,r,o,i){var a=Se(t);if(n)i?a?t.addClass(r,o):r.classList.add(o):a?t.removeClass(r,o):r.classList.remove(o);else{var u=-1===o.indexOf("-")?void 0:e.RendererStyleFlags2.DashCase;if(null==i)a?t.removeStyle(r,o,u):r.style.removeProperty(o);else{var s="string"==typeof i&&i.endsWith("!important");s&&(i=i.slice(0,-10),u|=e.RendererStyleFlags2.Important),a?t.setStyle(r,o,i,u):r.style.setProperty(o,i,s?"important":"")}}}(o,u,Me(Tt(),r),i,a))}}function jc(e,t,n,r,o,i){for(var a=null===t,u=void 0;o>0;){var s=e[o],l=Array.isArray(s),c=l?s[1]:s,f=null===c,d=n[o+1];d===$i&&(d=f?Z:void 0);var p=f?Gn(d,r):c===r?d:void 0;if(l&&!Dc(p)&&(p=Gn(s,r)),Dc(p)&&(u=p,a))return u;var h=e[o+1];o=a?na(h):ia(h)}if(null!==t){var v=i?t.residualClasses:t.residualStyles;null!=v&&(u=Gn(v,r))}return u}function Dc(e){return void 0!==e}function Ac(e,t){return 0!=(e.flags&(t?16:32))}
|
|
646
646
|
/**
|
|
647
647
|
* @license
|
|
648
648
|
* Copyright Google LLC All Rights Reserved.
|
|
649
649
|
*
|
|
650
650
|
* Use of this source code is governed by an MIT-style license that can be
|
|
651
651
|
* found in the LICENSE file at https://angular.io/license
|
|
652
|
-
*/function Sc(e,t){void 0===t&&(t="");var n
|
|
652
|
+
*/function Sc(e,t){void 0===t&&(t="");var n=Xe(),r=et(),o=e+20,i=r.firstCreatePass?Ia(r,o,1,t,null):r.data[o],a=n[o]=hi(n[11],t);Ai(r,n,a,i),it(i,!1)}
|
|
653
653
|
/**
|
|
654
654
|
* @license
|
|
655
655
|
* Copyright Google LLC All Rights Reserved.
|
|
656
656
|
*
|
|
657
657
|
* Use of this source code is governed by an MIT-style license that can be
|
|
658
658
|
* found in the LICENSE file at https://angular.io/license
|
|
659
|
-
*/function Rc(e){return Vc("",e,""),Rc}function Vc(e,t,n){var r
|
|
659
|
+
*/function Rc(e){return Vc("",e,""),Rc}function Vc(e,t,n){var r=Xe(),o=Ns(r,e,t,n);return o!==$i&&du(r,Tt(),o),Vc}function Mc(e,t,n,r,o){var i=Xe(),a=js(i,e,t,n,r,o);return a!==$i&&du(i,Tt(),a),Mc}function Fc(e,t,n,r,o,i,a){var u=Xe(),s=Ds(u,e,t,n,r,o,i,a);return s!==$i&&du(u,Tt(),s),Fc}function Lc(e,t,n,r,o,i,a,u,s){var l=Xe(),c=As(l,e,t,n,r,o,i,a,u,s);return c!==$i&&du(l,Tt(),c),Lc}function Hc(e,t,n,r,o,i,a,u,s,l,c){var f=Xe(),d=Ss(f,e,t,n,r,o,i,a,u,s,l,c);return d!==$i&&du(f,Tt(),d),Hc}function Bc(e,t,n,r,o,i,a,u,s,l,c,f,d){var p=Xe(),h=Rs(p,e,t,n,r,o,i,a,u,s,l,c,f,d);return h!==$i&&du(p,Tt(),h),Bc}function Uc(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h){var v=Xe(),g=Vs(v,e,t,n,r,o,i,a,u,s,l,c,f,d,p,h);return g!==$i&&du(v,Tt(),g),Uc}function Qc(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g){var y=Xe(),m=Ms(y,e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g);return m!==$i&&du(y,Tt(),m),Qc}function qc(e){var t=Xe(),n=Ts(t,e);return n!==$i&&du(t,Tt(),n),qc}
|
|
660
660
|
/**
|
|
661
661
|
* @license
|
|
662
662
|
* Copyright Google LLC All Rights Reserved.
|
|
663
663
|
*
|
|
664
664
|
* Use of this source code is governed by an MIT-style license that can be
|
|
665
665
|
* found in the LICENSE file at https://angular.io/license
|
|
666
|
-
*/function zc(e,t,n){xc(
|
|
666
|
+
*/function zc(e,t,n){xc(Kn,Cc,Ns(Xe(),e,t,n),!0)}function Wc(e,t,n,r,o){xc(Kn,Cc,js(Xe(),e,t,n,r,o),!0)}function Zc(e,t,n,r,o,i,a){xc(Kn,Cc,Ds(Xe(),e,t,n,r,o,i,a),!0)}function Kc(e,t,n,r,o,i,a,u,s){xc(Kn,Cc,As(Xe(),e,t,n,r,o,i,a,u,s),!0)}function Gc(e,t,n,r,o,i,a,u,s,l,c){xc(Kn,Cc,Ss(Xe(),e,t,n,r,o,i,a,u,s,l,c),!0)}function Jc(e,t,n,r,o,i,a,u,s,l,c,f,d){xc(Kn,Cc,Rs(Xe(),e,t,n,r,o,i,a,u,s,l,c,f,d),!0)}function Yc(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h){xc(Kn,Cc,Vs(Xe(),e,t,n,r,o,i,a,u,s,l,c,f,d,p,h),!0)}function $c(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g){xc(Kn,Cc,Ms(Xe(),e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g),!0)}function Xc(e){xc(Kn,Cc,Ts(Xe(),e),!0)}
|
|
667
667
|
/**
|
|
668
668
|
* @license
|
|
669
669
|
* Copyright Google LLC All Rights Reserved.
|
|
670
670
|
*
|
|
671
671
|
* Use of this source code is governed by an MIT-style license that can be
|
|
672
672
|
* found in the LICENSE file at https://angular.io/license
|
|
673
|
-
*/function ef(e,t,n){_c(
|
|
673
|
+
*/function ef(e,t,n){_c(Ns(Xe(),e,t,n))}function tf(e,t,n,r,o){_c(js(Xe(),e,t,n,r,o))}function nf(e,t,n,r,o,i,a){_c(Ds(Xe(),e,t,n,r,o,i,a))}function rf(e,t,n,r,o,i,a,u,s){_c(As(Xe(),e,t,n,r,o,i,a,u,s))}function of(e,t,n,r,o,i,a,u,s,l,c){_c(Ss(Xe(),e,t,n,r,o,i,a,u,s,l,c))}function af(e,t,n,r,o,i,a,u,s,l,c,f,d){_c(Rs(Xe(),e,t,n,r,o,i,a,u,s,l,c,f,d))}function uf(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h){_c(Vs(Xe(),e,t,n,r,o,i,a,u,s,l,c,f,d,p,h))}function sf(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g){_c(Ms(Xe(),e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g))}function lf(e){_c(Ts(Xe(),e))}
|
|
674
674
|
/**
|
|
675
675
|
* @license
|
|
676
676
|
* Copyright Google LLC All Rights Reserved.
|
|
677
677
|
*
|
|
678
678
|
* Use of this source code is governed by an MIT-style license that can be
|
|
679
679
|
* found in the LICENSE file at https://angular.io/license
|
|
680
|
-
*/function cf(e,t,n,r,o){return Ic(e,
|
|
680
|
+
*/function cf(e,t,n,r,o){return Ic(e,Ns(Xe(),t,n,r),o,!1),cf}function ff(e,t,n,r,o,i,a){return Ic(e,js(Xe(),t,n,r,o,i),a,!1),ff}function df(e,t,n,r,o,i,a,u,s){return Ic(e,Ds(Xe(),t,n,r,o,i,a,u),s,!1),df}function pf(e,t,n,r,o,i,a,u,s,l,c){return Ic(e,As(Xe(),t,n,r,o,i,a,u,s,l),c,!1),pf}function hf(e,t,n,r,o,i,a,u,s,l,c,f,d){return Ic(e,Ss(Xe(),t,n,r,o,i,a,u,s,l,c,f),d,!1),hf}function vf(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h){return Ic(e,Rs(Xe(),t,n,r,o,i,a,u,s,l,c,f,d,p),h,!1),vf}function gf(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g){return Ic(e,Vs(Xe(),t,n,r,o,i,a,u,s,l,c,f,d,p,h,v),g,!1),gf}function yf(e,t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g,y,m){return Ic(e,Ms(Xe(),t,n,r,o,i,a,u,s,l,c,f,d,p,h,v,g,y),m,!1),yf}function mf(e,t,n){return Ic(e,Ts(Xe(),t),n,!1),mf}
|
|
681
681
|
/**
|
|
682
682
|
* @license
|
|
683
683
|
* Copyright Google LLC All Rights Reserved.
|
|
684
684
|
*
|
|
685
685
|
* Use of this source code is governed by an MIT-style license that can be
|
|
686
686
|
* found in the LICENSE file at https://angular.io/license
|
|
687
|
-
*/function _f(e,t,n){var r
|
|
687
|
+
*/function _f(e,t,n){var r=Xe();return xs(r,pt(),t)&&Fa(et(),jt(),r,e,t,r[11],n,!0),_f}function bf(e,t,n){var r=Xe();if(xs(r,pt(),t)){var o=et(),i=jt();Fa(o,i,r,e,t,lu(yt(o.data),i,r),n,!0)}return bf}
|
|
688
688
|
/**
|
|
689
689
|
* @license
|
|
690
690
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -721,21 +721,21 @@ var wf,Cf=void 0,If=["en",[["a","p"],["AM","PM"],Cf],[["AM","PM"],Cf,Cf],[["S","
|
|
|
721
721
|
* Use of this source code is governed by an MIT-style license that can be
|
|
722
722
|
* found in the LICENSE file at https://angular.io/license
|
|
723
723
|
*/
|
|
724
|
-
function Rf(e,t,n){var r=t.insertBeforeIndex,o=Array.isArray(r)?r[0]:r;return null===o?
|
|
724
|
+
function Rf(e,t,n){var r=t.insertBeforeIndex,o=Array.isArray(r)?r[0]:r;return null===o?Ti(e,0,n):Ve(n[o])}function Vf(e,t,n,r,o){var i=t.insertBeforeIndex;if(Array.isArray(i)){var a=r,u=null;if(3&t.type||(u=a,a=o),null!==a&&0==(2&t.flags))for(var s=1;s<i.length;s++)xi(e,a,n[i[s]],u,!1)}}
|
|
725
725
|
/**
|
|
726
726
|
* @license
|
|
727
727
|
* Copyright Google LLC All Rights Reserved.
|
|
728
728
|
*
|
|
729
729
|
* Use of this source code is governed by an MIT-style license that can be
|
|
730
730
|
* found in the LICENSE file at https://angular.io/license
|
|
731
|
-
*/function Mf(e,t){if(e.push(t),e.length>1)for(var n=e.length-2;n>=0;n--){var r=e[n];Ff(r)||Lf(r,t)&&null===(o=r.insertBeforeIndex,Array.isArray(o)?o[0]:o)&&Hf(r,t.index)}var o}function Ff(e){return!(64&e.type)}function Lf(e,t){return Ff(t)||e.index>t.index}function Hf(e,t){var n=e.insertBeforeIndex;Array.isArray(n)?n[0]=t:(
|
|
731
|
+
*/function Mf(e,t){if(e.push(t),e.length>1)for(var n=e.length-2;n>=0;n--){var r=e[n];Ff(r)||Lf(r,t)&&null===(o=r.insertBeforeIndex,Array.isArray(o)?o[0]:o)&&Hf(r,t.index)}var o}function Ff(e){return!(64&e.type)}function Lf(e,t){return Ff(t)||e.index>t.index}function Hf(e,t){var n=e.insertBeforeIndex;Array.isArray(n)?n[0]=t:(Di(Rf,Vf),e.insertBeforeIndex=t)}
|
|
732
732
|
/**
|
|
733
733
|
* @license
|
|
734
734
|
* Copyright Google LLC All Rights Reserved.
|
|
735
735
|
*
|
|
736
736
|
* Use of this source code is governed by an MIT-style license that can be
|
|
737
737
|
* found in the LICENSE file at https://angular.io/license
|
|
738
|
-
*/function Bf(e,t){var n=e.data[t];return null===n||"string"==typeof n?null:n.hasOwnProperty("currentCaseLViewIndex")?n:n.value}function Uf(e,t,n){var r=
|
|
738
|
+
*/function Bf(e,t){var n=e.data[t];return null===n||"string"==typeof n?null:n.hasOwnProperty("currentCaseLViewIndex")?n:n.value}function Uf(e,t,n){var r=xa(e,n,64,null,null);return Mf(t,r),r}function Qf(e,t){var n=t[e.currentCaseLViewIndex];return null===n?n:n<0?~n:n}function qf(e){return(131070&e)>>>1}
|
|
739
739
|
/**
|
|
740
740
|
* @license
|
|
741
741
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -743,14 +743,14 @@ function Rf(e,t,n){var r=t.insertBeforeIndex,o=Array.isArray(r)?r[0]:r;return nu
|
|
|
743
743
|
* Use of this source code is governed by an MIT-style license that can be
|
|
744
744
|
* found in the LICENSE file at https://angular.io/license
|
|
745
745
|
*/
|
|
746
|
-
var zf=0,Wf=0;function Zf(e,t,n,r,o){for(var i=0;i<n.length;i++){var a=n[i],u=n[++i];if(a&o)for(var s="",l=i+1;l<=i+u;l++){var c;if("string"==typeof(c=n[l]))s+=c;else if("number"==typeof c)if(c<0)s+=y(t[r-c]);else{var f=c>>>2;switch(3&c){case 1:var d=n[++l],p=n[++l],h=e.data[f];"string"==typeof h?
|
|
746
|
+
var zf=0,Wf=0;function Zf(e,t,n,r,o){for(var i=0;i<n.length;i++){var a=n[i],u=n[++i];if(a&o)for(var s="",l=i+1;l<=i+u;l++){var c;if("string"==typeof(c=n[l]))s+=c;else if("number"==typeof c)if(c<0)s+=y(t[r-c]);else{var f=c>>>2;switch(3&c){case 1:var d=n[++l],p=n[++l],h=e.data[f];"string"==typeof h?Ka(t[11],t[f],null,h,d,s,p):Fa(e,h,t,d,s,t[11],p,!1);break;case 0:var v=t[f];null!==v&&vi(t[11],v,s);break;case 2:Gf(e,Bf(e,f),t,s);break;case 3:Kf(e,Bf(e,f),r,t)}}}else if((c=n[i+1])>0&&3==(3&c)){var g=Bf(e,f=c>>>2);t[g.currentCaseLViewIndex]<0&&Kf(e,g,r,t)}i+=u}}function Kf(e,t,n,r){var o=r[t.currentCaseLViewIndex];if(null!==o){var i=zf;o<0&&(o=r[t.currentCaseLViewIndex]=~o,i=-1),Zf(e,r,t.update[o],n,i)}}function Gf(e,t,n,r){var o=function i(e,t){var n=e.cases.indexOf(t);if(-1===n)switch(e.type){case 1:var r=function i(e,t){var n=kf(t)(parseInt(e,10)),r=Nf[n];return void 0!==r?r:"other"}(t,function o(){return Af}());-1===(n=e.cases.indexOf(r))&&"other"!==r&&(n=e.cases.indexOf("other"));break;case 0:n=e.cases.indexOf("other")}return-1===n?null:n}
|
|
747
747
|
/**
|
|
748
748
|
* @license
|
|
749
749
|
* Copyright Google LLC All Rights Reserved.
|
|
750
750
|
*
|
|
751
751
|
* Use of this source code is governed by an MIT-style license that can be
|
|
752
752
|
* found in the LICENSE file at https://angular.io/license
|
|
753
|
-
*/(t,r);if(Qf(t,n)!==o&&(function e(t,n,r){var o=Qf(n,r);if(null!==o)for(var i=n.remove[o],a=0;a<i.length;a++){var u=i[a];if(u>0){var s=
|
|
753
|
+
*/(t,r);if(Qf(t,n)!==o&&(function e(t,n,r){var o=Qf(n,r);if(null!==o)for(var i=n.remove[o],a=0;a<i.length;a++){var u=i[a];if(u>0){var s=Me(u,r);null!==s&&Ri(r[11],s)}else e(t,Bf(t,~u),r)}}(e,t,n),n[t.currentCaseLViewIndex]=null===o?null:~o,null!==o)){var a=n[t.anchorIdx];a&&function e(t,n,r,o){for(var i,a=r[11],u=null,s=0;s<n.length;s++){var l=n[s];if("string"==typeof l){var c=n[++s];null===r[c]&&(r[c]=hi(a,l))}else if("number"==typeof l)switch(1&l){case 0:var f=l>>>17;null===u&&(u=f,i=ki(a,o));var d=void 0,p=void 0;if(f===u?(d=o,p=i):(d=null,p=Ve(r[f])),null!==p){var h=qf(l);xi(a,p,r[h],d,!1);var v=Bf(t,h);if(null!==v&&"object"==typeof v){var g=Qf(v,r);null!==g&&e(t,v.create[g],r,r[v.anchorIdx])}}break;case 1:var y=n[++s],m=n[++s];Ka(a,Me(w=l>>>1,r),null,null,y,m,null);break;default:throw new Error('Unable to determine the type of mutate operation for "'+l+'"')}else switch(l){case Df:var _=n[++s],b=n[++s];null===r[b]&&Go(r[b]=gi(a,_),r);break;case jf:var w,C=n[++s];null===r[w=n[++s]]&&Go(r[w]=yi(a,C,null),r)}}}(e,t.create[o],n,a)}}function Jf(){var e,t,n=[],r=-1;function o(e,n){r=0;var o=Qf(e,n);t=null!==o?e.remove[o]:K}function i(){if(r<t.length){var a=t[r++];return a>0?e[a]:(n.push(r,t),o(e[1].data[~a],e),i())}return 0===n.length?null:(t=n.pop(),r=n.pop(),i())}return function a(t,r){for(e=r;n.length;)n.pop();return o(t.value,r),i}}
|
|
754
754
|
/**
|
|
755
755
|
* @license
|
|
756
756
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -764,14 +764,14 @@ var zf=0,Wf=0;function Zf(e,t,n,r,o){for(var i=0;i<n.length;i++){var a=n[i],u=n[
|
|
|
764
764
|
*
|
|
765
765
|
* Use of this source code is governed by an MIT-style license that can be
|
|
766
766
|
* found in the LICENSE file at https://angular.io/license
|
|
767
|
-
*/function od(e,t,n,r,o,i,a){var u=
|
|
767
|
+
*/function od(e,t,n,r,o,i,a){var u=Ea(e,r,1,null),s=u<<Tf.SHIFT,l=ot();t===l&&(l=null),null===l&&(s|=Tf.APPEND_EAGERLY),a&&(s|=Tf.COMMENT,function c(e){void 0===ti&&(ti=e())}
|
|
768
768
|
/**
|
|
769
769
|
* @license
|
|
770
770
|
* Copyright Google LLC All Rights Reserved.
|
|
771
771
|
*
|
|
772
772
|
* Use of this source code is governed by an MIT-style license that can be
|
|
773
773
|
* found in the LICENSE file at https://angular.io/license
|
|
774
|
-
*/(Jf)),o.push(s,null===i?"":i);var f=
|
|
774
|
+
*/(Jf)),o.push(s,null===i?"":i);var f=xa(e,u,a?32:1,null===i?"":i,null);Mf(n,f);var d=f.index;return it(f,!1),null!==l&&t!==l&&function p(e,t){var n=e.insertBeforeIndex;null===n?(Di(Rf,Vf),n=e.insertBeforeIndex=[null,t]):(function r(e,t,n){e!=t&&C(n,e,t,"==")}(Array.isArray(n),!0,"Expecting array here"),n.push(t))}(l,d),f}function id(e,t,n,r,o,i,a){var u=a.match(Yf),s=od(e,t,n,i,r,u?null:a,!1);u&&ad(o,a,s.index)}function ad(e,t,n,r,o){void 0===o&&(o=null);var i=e.length,a=i+1;e.push(null,null);for(var u=i+2,s=t.split(Yf),l=0,c=0;c<s.length;c++){var f=s[c];if(1&c){var d=parseInt(f,10);e.push(-1-d),l|=ud(d)}else""!==f&&e.push(f)}return e.push(n<<2|(r?1:0)),r&&e.push(r,o),e[i]=l,e[a]=e.length-u,l}function ud(e){return 1<<Math.min(e,31)}function sd(e){for(var t,n,r="",o=0,i=!1;null!==(t=td.exec(e));)i?t[0]==="�/*"+n+"�"&&(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 ld(e,t,n,r,o,i){var a=0,u={type:o.type,currentCaseLViewIndex:Ea(e,t,1,null),anchorIdx:i,cases:[],create:[],remove:[],update:[]};!function s(e,t,n){e.push(ud(t.mainBinding),2,-1-t.mainBinding,n<<2|2)}(n,o,i),function l(e,t,n){var r=e.data[t];null===r?e.data[t]=n:r.value=n}(e,i,u);for(var c=o.values,f=0;f<c.length;f++){for(var d=c[f],p=[],h=0;h<d.length;h++){var v=d[h];if("string"!=typeof v){var g=p.push(v)-1;d[h]="\x3c!--�"+g+"�--\x3e"}}a=dd(e,u,t,n,r,o.cases[f],d.join(""),p)|a}a&&function y(e,t,n){e.push(t,1,n<<2|3)}(n,a,i)}function cd(e){for(var t=[],n=[],r=1,o=0,i=fd(e=e.replace(ed,(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=fd(i[a++]);t.length>n.length&&n.push(s)}return{type:r,mainBinding:o,cases:t,values:n}}function fd(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);ed.test(u)?o.push(cd(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 o.push(l),o}function dd(e,t,n,r,o,i,a,u){var s=[],l=[],c=[];t.cases.push(i),t.create.push(s),t.remove.push(l),t.update.push(c);var f=Jr(Ae()).getInertBodyElement(a),d=Oo(f)||f;return d?function e(t,n,r,o,i,a,u,s,l,c,f){for(var d=0,p=s.firstChild;p;){var h=Ea(t,r,1,null);switch(p.nodeType){case Node.ELEMENT_NODE:var v=p,g=v.tagName.toLowerCase();if(ho.hasOwnProperty(g)){vd(i,jf,g,l,h),t.data[h]=g;for(var y=v.attributes,m=0;m<y.length;m++){var _=y.item(m),b=_.name.toLowerCase();_.value.match(Yf)?_o.hasOwnProperty(b)&&(vo[b]?ad(u,_.value,h,_.name,to):go[b]?ad(u,_.value,h,_.name,no):ad(u,_.value,h,_.name)):gd(i,h,_)}d=e(t,n,r,o,i,a,u,p,h,c,f+1)|d,pd(a,h,f)}break;case Node.TEXT_NODE:var w=p.textContent||"",C=w.match(Yf);vd(i,null,C?"":w,l,h),pd(a,h,f),C&&(d=ad(u,w,h)|d);break;case Node.COMMENT_NODE:var I=Xf.exec(p.textContent||"");if(I){var x=c[parseInt(I[1],10)];vd(i,Df,"",l,h),ld(t,r,o,l,x,h),hd(a,h,f)}}p=p.nextSibling}return d}(e,t,n,r,s,l,c,d,o,u,0):0}function pd(e,t,n){0===n&&e.push(t)}function hd(e,t,n){0===n&&(e.push(~t),e.push(t))}function vd(e,t,n,r,o){null!==t&&e.push(t),e.push(n,o,function i(e,t,n){return e|t<<17|n<<1}(0,r,o))}function gd(e,t,n){e.push(t<<1|1,n.name,n.value)}
|
|
775
775
|
/**
|
|
776
776
|
* @license
|
|
777
777
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -785,7 +785,7 @@ var zf=0,Wf=0;function Zf(e,t,n,r,o){for(var i=0;i<n.length;i++){var a=n[i],u=n[
|
|
|
785
785
|
*
|
|
786
786
|
* Use of this source code is governed by an MIT-style license that can be
|
|
787
787
|
* found in the LICENSE file at https://angular.io/license
|
|
788
|
-
*/function Ed(e,t,n){void 0===n&&(n=-1);var r=
|
|
788
|
+
*/function Ed(e,t,n){void 0===n&&(n=-1);var r=et(),o=Xe(),i=20+e,a=We(r.consts,t),u=ot();r.firstCreatePass&&function s(e,t,n,r,o,i){for(var a=ot(),u=[],s=[],l=[[]],c=function d(e){return e.replace(rd," ")}(o=function f(e,t){if(function n(e){return-1===e}(t))return sd(e);var r=e.indexOf(":"+t+"�")+2+t.toString().length,o=e.search(new RegExp("�\\/\\*\\d+:"+t+"�"));return sd(e.substring(r,o))}(o,i)).split(nd),p=0;p<c.length;p++){var h=c[p];if(0==(1&p))for(var v=fd(h),g=0;g<v.length;g++){var y=v[g];if(0==(1&g))""!==y&&id(e,a,l[0],u,s,n,y);else{var m=y;if("object"!=typeof m)throw new Error('Unable to parse ICU expression in "'+o+'" message.');ld(e,n,s,t,m,od(e,a,l[0],n,u,"",!0).index)}}else{var _=47===h.charCodeAt(0),b=(h.charCodeAt(_?1:0),20+Number.parseInt(h.substring(_?2:1)));if(_)l.shift(),it(ot(),!1);else{var w=Uf(e,l[0],b);l.unshift([]),it(w,!0)}}}e.data[r]={create:u,update:s}}(r,null===u?0:u.index,o,i,a,n);var l=r.data[i],c=Ii(r,u===o[6]?null:u,o);!function f(e,t,n,r){for(var o=e[11],i=0;i<t.length;i++){var a=t[i++],u=t[i],s=(a&Tf.APPEND_EAGERLY)===Tf.APPEND_EAGERLY,l=a>>>Tf.SHIFT,c=e[l];null===c&&(c=e[l]=(a&Tf.COMMENT)===Tf.COMMENT?o.createComment(u):hi(o,u)),s&&null!==n&&xi(o,n,c,r,!1)}}(o,l.create,c,u&&8&u.type?o[u.index]:null),vt(!0)}function Od(){vt(!1)}function kd(e,t,n){Ed(e,t,n),Od()}function Pd(e,t){var n=et();!function r(e,t,n){var r=nt().index,o=[];if(e.firstCreatePass&&null===e.data[t]){for(var i=0;i<n.length;i+=2){var a=n[i],u=n[i+1];if(""!==u){if($f.test(u))throw new Error('ICU expressions are not supported in attributes. Message: "'+u+'".');ad(o,u,r,a)}}e.data[t]=o}}(n,e+20,We(n.consts,t))}function Td(e){return function t(e){e&&(zf|=1<<Math.min(Wf,31)),Wf++}(xs(Xe(),pt(),e)),Td}function Nd(e){!function t(e,n,r){if(Wf>0){var o=e.data[r];Zf(e,n,Array.isArray(o)?o:o.update,ft()-Wf-1,zf)}zf=0,Wf=0}(et(),Xe(),e+20)}function jd(e,t){return void 0===t&&(t={}),xd(e,t)}
|
|
789
789
|
/**
|
|
790
790
|
* @license
|
|
791
791
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -799,7 +799,7 @@ var zf=0,Wf=0;function Zf(e,t,n,r,o){for(var i=0;i<n.length;i++){var a=n[i],u=n[
|
|
|
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 Dd(e,t,n,r,o){if(e=l(e),Array.isArray(e))for(var i=0;i<e.length;i++)Dd(e[i],t,n,r,o);else{var a=
|
|
802
|
+
*/function Dd(e,t,n,r,o){if(e=l(e),Array.isArray(e))for(var i=0;i<e.length;i++)Dd(e[i],t,n,r,o);else{var a=et(),u=Xe(),s=ju(e)?e:l(e.provide),c=Pu(e),f=nt(),d=1048575&f.providerIndexes,p=f.directiveStart,h=f.providerIndexes>>20;if(ju(e)||!e.multi){var v=new Bt(c,o,kl),g=Rd(s,t,o?d:d+h,p);-1===g?(on(en(f,u),a,s),Ad(a,e,t.length),t.push(s),f.directiveStart++,f.directiveEnd++,o&&(f.providerIndexes+=1048576),n.push(v),u.push(v)):(n[g]=v,u[g]=v)}else{var y=Rd(s,t,d+h,p),m=Rd(s,t,d,d+h),_=m>=0&&n[m];o&&!_||!o&&!(y>=0&&n[y])?(on(en(f,u),a,s),v=function b(e,t,n,r,o){var i=new Bt(e,n,kl);return i.multi=[],i.index=t,i.componentProviders=0,Sd(i,o,r&&!n),i}(o?Md:Vd,n.length,o,r,c),!o&&_&&(n[m].providerFactory=v),Ad(a,e,t.length,0),t.push(s),f.directiveStart++,f.directiveEnd++,o&&(f.providerIndexes+=1048576),n.push(v),u.push(v)):Ad(a,e,y>-1?y:m,Sd(n[o?m:y],c,!o&&r)),!o&&r&&_&&n[m].componentProviders++}}}function Ad(e,t,n,r){var o=ju(t);if(o||function i(e){return!!e.useClass}(t)){var a=(t.useClass||t).prototype.ngOnDestroy;if(a){var u=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){var s=u.indexOf(n);-1===s?u.push(n,[r,a]):u[s+1].push(r,a)}else u.push(n,a)}}}function Sd(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function Rd(e,t,n,r){for(var o=n;o<r;o++)if(t[o]===e)return o;return-1}function Vd(e,t,n,r){return Fd(this.multi,[])}function Md(e,t,n,r){var o,i=this.multi;if(this.providerFactory){var a=this.providerFactory.componentProviders,u=hn(n,n[1],this.providerFactory.index,r);Fd(i,o=u.slice(0,a));for(var s=a;s<u.length;s++)o.push(u[s])}else Fd(i,o=[]);return o}function Fd(e,t){for(var n=0;n<e.length;n++)t.push((0,e[n])());return t}function Ld(e,t){return void 0===t&&(t=[]),function(n){n.providersResolver=function(n,r){return function o(e,t,n){var r=et();if(r.firstCreatePass){var o=Ie(e);Dd(n,r.data,r.blueprint,o,!0),Dd(t,r.data,r.blueprint,o,!1)}}(n,r?r(e):e,t)}}}
|
|
803
803
|
/**
|
|
804
804
|
* @license
|
|
805
805
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -821,14 +821,14 @@ function Kd(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]}
|
|
|
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
|
-
*/function Gd(){return Jd(
|
|
824
|
+
*/function Gd(){return Jd(nt(),Xe())}function Jd(e,t){return new Yd(Fe(e,t))}var Yd,$d=Gd;function Xd(e){return e instanceof Yd?e.nativeElement:e}
|
|
825
825
|
/**
|
|
826
826
|
* @license
|
|
827
827
|
* Copyright Google LLC All Rights Reserved.
|
|
828
828
|
*
|
|
829
829
|
* Use of this source code is governed by an MIT-style license that can be
|
|
830
830
|
* found in the LICENSE file at https://angular.io/license
|
|
831
|
-
*/(Yd=function Yd(e){this.nativeElement=e}).__NG_ELEMENT_ID__=Kd,new
|
|
831
|
+
*/(Yd=function Yd(e){this.nativeElement=e}).__NG_ELEMENT_ID__=Kd,new Sn("Renderer2Interceptor");var ep,tp=function tp(){};(ep=function ep(){}).__NG_ELEMENT_ID__=function(){return op()};var np,rp=ip,op=Kd;function ip(){var e=Xe(),t=Be(nt().index,e);return function n(e){return e[11]}(me(t)?t:e)}
|
|
832
832
|
/**
|
|
833
833
|
* @license
|
|
834
834
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -843,14 +843,14 @@ function Kd(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]}
|
|
|
843
843
|
* Use of this source code is governed by an MIT-style license that can be
|
|
844
844
|
* found in the LICENSE file at https://angular.io/license
|
|
845
845
|
*/
|
|
846
|
-
var ap,up=new(ap=function ap(e){this.full=e,this.major=e.split(".")[0],this.minor=e.split(".")[1],this.patch=e.split(".").slice(2).join(".")})("11.2.
|
|
846
|
+
var ap,up=new(ap=function ap(e){this.full=e,this.major=e.split(".")[0],this.minor=e.split(".")[1],this.patch=e.split(".").slice(2).join(".")})("11.2.6"),sp=function(){function e(){}return e.prototype.supports=function(e){return bs(e)},e.prototype.create=function(e){return new cp(e)},e}(),lp=function(e,t){return t},cp=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||lp}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<hp(n,r,o)?t:n,a=hp(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=[]),!bs(e))throw new Error("Error trying to diff '"+i(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&&Object.is(i.trackById,o)?(a&&(i=this._verifyReinsertion(i,r,o,u)),Object.is(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[ys()](),o=void 0;!(o=r.next()).done;)t(o.value)}(e,(function(e){o=t._trackByFn(n,e),null!==i&&Object.is(i.trackById,o)?(a&&(i=t._verifyReinsertion(i,e,o,n)),Object.is(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:!1,configurable:!0}),e.prototype._reset=function(){if(this.isDirty){var e=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=e._nextMoved)e.previousIndex=e.currentIndex;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._unlinkedRecords?null:this._unlinkedRecords.get(n,null))?(Object.is(e.item,t)||this._addIdentityChange(e,t),this._reinsertAfter(e,o,r)):null!==(e=null===this._linkedRecords?null:this._linkedRecords.get(n,r))?(Object.is(e.item,t)||this._addIdentityChange(e,t),this._moveAfter(e,o,r)):e=this._addAfter(new fp(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 pp),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||(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 pp),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}(),fp=function fp(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},dp=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)&&Object.is(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}(),pp=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 dp,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:!1,configurable:!0}),e.prototype.clear=function(){this.map.clear()},e}();function hp(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}
|
|
847
847
|
/**
|
|
848
848
|
* @license
|
|
849
849
|
* Copyright Google LLC All Rights Reserved.
|
|
850
850
|
*
|
|
851
851
|
* Use of this source code is governed by an MIT-style license that can be
|
|
852
852
|
* found in the LICENSE file at https://angular.io/license
|
|
853
|
-
*/var vp=function(){function e(){}return e.prototype.supports=function(e){return e instanceof Map||
|
|
853
|
+
*/var vp=function(){function e(){}return e.prototype.supports=function(e){return e instanceof Map||ws(e)},e.prototype.create=function(){return new gp},e}(),gp=function(){function e(){this._records=new Map,this._mapHead=null,this._appendAfter=null,this._previousMapHead=null,this._changesHead=null,this._changesTail=null,this._additionsHead=null,this._additionsTail=null,this._removalsHead=null,this._removalsTail=null}return Object.defineProperty(e.prototype,"isDirty",{get:function(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead},enumerable:!1,configurable:!0}),e.prototype.forEachItem=function(e){var t;for(t=this._mapHead;null!==t;t=t._next)e(t)},e.prototype.forEachPreviousItem=function(e){var t;for(t=this._previousMapHead;null!==t;t=t._nextPrevious)e(t)},e.prototype.forEachChangedItem=function(e){var t;for(t=this._changesHead;null!==t;t=t._nextChanged)e(t)},e.prototype.forEachAddedItem=function(e){var t;for(t=this._additionsHead;null!==t;t=t._nextAdded)e(t)},e.prototype.forEachRemovedItem=function(e){var t;for(t=this._removalsHead;null!==t;t=t._nextRemoved)e(t)},e.prototype.diff=function(e){if(e){if(!(e instanceof Map||ws(e)))throw new Error("Error trying to diff '"+i(e)+"'. Only maps and objects are allowed")}else e=new Map;return this.check(e)?this:null},e.prototype.onDestroy=function(){},e.prototype.check=function(e){var t=this;this._reset();var n=this._mapHead;if(this._appendAfter=null,this._forEach(e,(function(e,r){if(n&&n.key===r)t._maybeAddToChanges(n,e),t._appendAfter=n,n=n._next;else{var o=t._getOrCreateRecordForKey(r,e);n=t._insertBeforeOrAppend(n,o)}})),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(var r=n;null!==r;r=r._nextRemoved)r===this._mapHead&&(this._mapHead=null),this._records.delete(r.key),r._nextRemoved=r._next,r.previousValue=r.currentValue,r.currentValue=null,r._prev=null,r._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty},e.prototype._insertBeforeOrAppend=function(e,t){if(e){var n=e._prev;return t._next=e,t._prev=n,e._prev=t,n&&(n._next=t),e===this._mapHead&&(this._mapHead=t),this._appendAfter=e,e}return this._appendAfter?(this._appendAfter._next=t,t._prev=this._appendAfter):this._mapHead=t,this._appendAfter=t,null},e.prototype._getOrCreateRecordForKey=function(e,t){if(this._records.has(e)){var n=this._records.get(e);this._maybeAddToChanges(n,t);var r=n._prev,o=n._next;return r&&(r._next=o),o&&(o._prev=r),n._next=null,n._prev=null,n}var i=new yp(e);return this._records.set(e,i),i.currentValue=t,this._addToAdditions(i),i},e.prototype._reset=function(){if(this.isDirty){var e=void 0;for(this._previousMapHead=this._mapHead,e=this._previousMapHead;null!==e;e=e._next)e._nextPrevious=e._next;for(e=this._changesHead;null!==e;e=e._nextChanged)e.previousValue=e.currentValue;for(e=this._additionsHead;null!=e;e=e._nextAdded)e.previousValue=e.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}},e.prototype._maybeAddToChanges=function(e,t){Object.is(t,e.currentValue)||(e.previousValue=e.currentValue,e.currentValue=t,this._addToChanges(e))},e.prototype._addToAdditions=function(e){null===this._additionsHead?this._additionsHead=this._additionsTail=e:(this._additionsTail._nextAdded=e,this._additionsTail=e)},e.prototype._addToChanges=function(e){null===this._changesHead?this._changesHead=this._changesTail=e:(this._changesTail._nextChanged=e,this._changesTail=e)},e.prototype._forEach=function(e,t){e instanceof Map?e.forEach(t):Object.keys(e).forEach((function(n){return t(e[n],n)}))},e}(),yp=function yp(e){this.key=e,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null};
|
|
854
854
|
/**
|
|
855
855
|
* @license
|
|
856
856
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -858,28 +858,28 @@ var ap,up=new(ap=function ap(e){this.full=e,this.major=e.split(".")[0],this.mino
|
|
|
858
858
|
* Use of this source code is governed by an MIT-style license that can be
|
|
859
859
|
* found in the LICENSE file at https://angular.io/license
|
|
860
860
|
*/
|
|
861
|
-
function mp(){return new _p([new sp])}var _p=function(){function e(e){this.factories=e}return e.create=function(t,n){if(null!=n){var r=n.factories.slice();t=t.concat(r)}return new e(t)},e.extend=function(t){return{provide:e,useFactory:function(n){return e.create(t,n||mp())},deps:[[e,new
|
|
861
|
+
function mp(){return new _p([new sp])}var _p=function(){function e(e){this.factories=e}return e.create=function(t,n){if(null!=n){var r=n.factories.slice();t=t.concat(r)}return new e(t)},e.extend=function(t){return{provide:e,useFactory:function(n){return e.create(t,n||mp())},deps:[[e,new wr,new _r]]}},e.prototype.find=function(e){var t=this.factories.find((function(t){return t.supports(e)}));if(null!=t)return t;throw new Error("Cannot find a differ supporting object '"+e+"' of type '"+function n(e){return e.name||typeof e}
|
|
862
862
|
/**
|
|
863
863
|
* @license
|
|
864
864
|
* Copyright Google LLC All Rights Reserved.
|
|
865
865
|
*
|
|
866
866
|
* Use of this source code is governed by an MIT-style license that can be
|
|
867
867
|
* found in the LICENSE file at https://angular.io/license
|
|
868
|
-
*/(e)+"'")},e}();function bp(){return new wp([new vp])}_p.ɵprov=I({token:_p,providedIn:"root",factory:mp});var wp=function(){function e(e){this.factories=e}return e.create=function(t,n){if(n){var r=n.factories.slice();t=t.concat(r)}return new e(t)},e.extend=function(t){return{provide:e,useFactory:function(n){return e.create(t,n||bp())},deps:[[e,new
|
|
868
|
+
*/(e)+"'")},e}();function bp(){return new wp([new vp])}_p.ɵprov=I({token:_p,providedIn:"root",factory:mp});var wp=function(){function e(e){this.factories=e}return e.create=function(t,n){if(n){var r=n.factories.slice();t=t.concat(r)}return new e(t)},e.extend=function(t){return{provide:e,useFactory:function(n){return e.create(t,n||bp())},deps:[[e,new wr,new _r]]}},e.prototype.find=function(e){var t=this.factories.find((function(t){return t.supports(e)}));if(t)return t;throw new Error("Cannot find a differ supporting object '"+e+"'")},e}();wp.ɵprov=I({token:wp,providedIn:"root",factory:bp});var Cp,Ip=function(){function e(e,t){this._lView=e,this._cdRefInjectingView=t,this._appRef=null,this._attachedToViewContainer=!1}return Object.defineProperty(e.prototype,"rootNodes",{get:function(){var e=this._lView,t=e[1];return function e(t,n,r,o,i){for(void 0===i&&(i=!1);null!==r;){var a=n[r.index];if(null!==a&&o.push(Ve(a)),_e(a))for(var u=10;u<a.length;u++){var s=a[u],l=s[1].firstChild;null!==l&&e(s[1],s,l,o)}var c=r.type;if(8&c)e(t,n,r.child,o);else if(32&c)for(var f=ui(r,n),d=void 0;d=f();)o.push(d);else if(16&c){var p=Si(n,r);if(Array.isArray(p))o.push.apply(o,v(p));else{var h=si(n[16]);e(h[1],h,p,o,!0)}}r=i?r.projectionNext:r.next}return o}(t,e,t.firstChild,[])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._lView[8]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"destroyed",{get:function(){return 256==(256&this._lView[2])},enumerable:!1,configurable:!0}),e.prototype.destroy=function(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){var e=this._lView[3];if(_e(e)){var t=e[8],n=t?t.indexOf(this):-1;n>-1&&(_i(e,n),Wn(t,n))}this._attachedToViewContainer=!1}bi(this._lView[1],this._lView)},e.prototype.onDestroy=function(e){Va(this._lView[1],this._lView,null,e)},e.prototype.markForCheck=function(){tu(this._cdRefInjectingView||this._lView)},e.prototype.detach=function(){this._lView[2]&=-129},e.prototype.reattach=function(){this._lView[2]|=128},e.prototype.detectChanges=function(){ru(this._lView[1],this._lView,this.context)},e.prototype.checkNoChanges=function(){!function e(t,n,r){lt(!0);try{ru(t,n,r)}finally{lt(!1)}}(this._lView[1],this._lView,this.context)},e.prototype.attachToViewContainerRef=function(){if(this._appRef)throw new Error("This view is already attached directly to the ApplicationRef!");this._attachedToViewContainer=!0},e.prototype.detachFromAppRef=function(){this._appRef=null,function e(t,n){Mi(t,n,n[11],2,null,null)}(this._lView[1],this._lView)},e.prototype.attachToAppRef=function(e){if(this._attachedToViewContainer)throw new Error("This view is already attached to a ViewContainer!");this._appRef=e},e}(),xp=function(e){function t(t){var n=e.call(this,t)||this;return n._view=t,n}return d(t,e),t.prototype.detectChanges=function(){ou(this._view)},t.prototype.checkNoChanges=function(){!function e(t){lt(!0);try{ou(t)}finally{lt(!1)}}(this._view)},Object.defineProperty(t.prototype,"context",{get:function(){return null},enumerable:!1,configurable:!0}),t}(Ip),Ep=Op;function Op(e){return void 0===e&&(e=!1),function t(e,n,r){if(!r&&we(e)){var o=Be(e.index,n);return new Ip(o,o)}return 47&e.type?new Ip(n[16],n):null}
|
|
869
869
|
/**
|
|
870
870
|
* @license
|
|
871
871
|
* Copyright Google LLC All Rights Reserved.
|
|
872
872
|
*
|
|
873
873
|
* Use of this source code is governed by an MIT-style license that can be
|
|
874
874
|
* found in the LICENSE file at https://angular.io/license
|
|
875
|
-
*/(
|
|
875
|
+
*/(nt(),Xe(),e)}(Cp=function Cp(){}).__NG_ELEMENT_ID__=Kd,Cp.__ChangeDetectorRef__=!0;var kp,Pp=[new vp],Tp=[new sp],Np=new _p(Tp),jp=new wp(Pp),Dp=Sp;(kp=function kp(){}).__NG_ELEMENT_ID__=Kd;var Ap=function(e){function t(t,n,r){var o=e.call(this)||this;return o._declarationLView=t,o._declarationTContainer=n,o.elementRef=r,o}return d(t,e),t.prototype.createEmbeddedView=function(e){var t=this._declarationTContainer.tViews,n=Ca(this._declarationLView,t,e,16,null,t.declTNode,null,null,null,null);n[17]=this._declarationLView[this._declarationTContainer.index];var r=this._declarationLView[19];return null!==r&&(n[19]=r.createEmbeddedView(t)),Oa(t,n,e),new Ip(n)},t}(kp);function Sp(){return Rp(nt(),Xe())}function Rp(e,t){return 4&e.type?new Ap(t,e,Jd(e,t)):null}
|
|
876
876
|
/**
|
|
877
877
|
* @license
|
|
878
878
|
* Copyright Google LLC All Rights Reserved.
|
|
879
879
|
*
|
|
880
880
|
* Use of this source code is governed by an MIT-style license that can be
|
|
881
881
|
* found in the LICENSE file at https://angular.io/license
|
|
882
|
-
*/var Vp,Mp=function Mp(){},Fp=function Fp(){},Lp=Hp;function Hp(){return qp(
|
|
882
|
+
*/var Vp,Mp=function Mp(){},Fp=function Fp(){},Lp=Hp;function Hp(){return qp(nt(),Xe())}(Vp=function Vp(){}).__NG_ELEMENT_ID__=Kd;var Bp=function(e){function t(t,n,r){var o=e.call(this)||this;return o._lContainer=t,o._hostTNode=n,o._hostLView=r,o}return d(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return Jd(this._hostTNode,this._hostLView)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return new yn(this._hostTNode,this._hostLView)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"parentInjector",{get:function(){var e=rn(this._hostTNode,this._hostLView);if(Kt(e)){var t=Jt(e,this._hostLView),n=Gt(e);return new yn(t[1].data[n+8],t)}return new yn(null,this._hostLView)},enumerable:!1,configurable:!0}),t.prototype.clear=function(){for(;this.length>0;)this.remove(this.length-1)},t.prototype.get=function(e){var t=Up(this._lContainer);return null!==t&&t[e]||null},Object.defineProperty(t.prototype,"length",{get:function(){return this._lContainer.length-10},enumerable:!1,configurable:!0}),t.prototype.createEmbeddedView=function(e,t,n){var r=e.createEmbeddedView(t||{});return this.insert(r,n),r},t.prototype.createComponent=function(e,t,n,r,o){var i=n||this.parentInjector;if(!o&&null==e.ngModule&&i){var a=i.get(Mp,null);a&&(o=a)}var u=e.create(i,r,void 0,o);return this.insert(u.hostView,t),u},t.prototype.insert=function(e,t){var n=e._lView,r=n[1];if(function o(e){return _e(e[3])}(n)){var i=this.indexOf(e);if(-1!==i)this.detach(i);else{var a=n[3],u=new Bp(a,a[6],a[3]);u.detach(u.indexOf(e))}}var s=this._adjustIndex(t),l=this._lContainer;!function c(e,t,n,r){var o=10+r,i=n.length;r>0&&(n[o-1][4]=t),r<i-10?(t[4]=n[o],zn(n,10+r,t)):(n.push(t),t[4]=null),t[3]=n;var a=t[17];null!==a&&n!==a&&function u(e,t){var n=e[9];t[16]!==t[3][3][16]&&(e[2]=!0),null===n?e[9]=[t]:n.push(t)}(a,t);var s=t[19];null!==s&&s.insertView(e),t[2]|=128}(r,n,l,s);var f=function e(t,n){var r=10+t+1;if(r<n.length){var o=n[r],i=o[1].firstChild;if(null!==i)return function t(n,r){if(null!==r){var o=r.type;if(3&o)return Fe(r,n);if(4&o)return e(-1,n[r.index]);if(8&o){var i=r.child;if(null!==i)return t(n,i);var a=n[r.index];return _e(a)?e(-1,a):Ve(a)}if(32&o)return ui(r,n)()||Ve(n[r.index]);var u=Si(n,r);return null!==u?Array.isArray(u)?u[0]:t(si(n[16]),u):t(n,r.next)}return null}(o,i)}return n[7]}(s,l),d=n[11],p=ki(d,l[7]);return null!==p&&function h(e,t,n,r,o,i){r[0]=o,r[6]=t,Mi(e,r,n,1,o,i)}(r,l[6],d,n,p,f),e.attachToViewContainerRef(),zn(Qp(l),s,e),e},t.prototype.move=function(e,t){return this.insert(e,t)},t.prototype.indexOf=function(e){var t=Up(this._lContainer);return null!==t?t.indexOf(e):-1},t.prototype.remove=function(e){var t=this._adjustIndex(e,-1),n=_i(this._lContainer,t);n&&(Wn(Qp(this._lContainer),t),bi(n[1],n))},t.prototype.detach=function(e){var t=this._adjustIndex(e,-1),n=_i(this._lContainer,t);return n&&null!=Wn(Qp(this._lContainer),t)?new Ip(n):null},t.prototype._adjustIndex=function(e,t){return void 0===t&&(t=0),null==e?this.length+t:e},t}(Vp);function Up(e){return e[8]}function Qp(e){return e[8]||(e[8]=[])}function qp(e,t){var n,r=t[e.index];if(_e(r))n=r;else{var o=void 0;if(8&e.type)o=Ve(r);else{var i=t[11];o=i.createComment("");var a=Fe(e,t);xi(i,ki(i,a),o,function u(e,t){return Se(e)?e.nextSibling(t):t.nextSibling}(i,a),!1)}t[e.index]=n=Ya(r,t,o,e),eu(t,n)}return new Bp(n,e,t)}
|
|
883
883
|
/**
|
|
884
884
|
* @license
|
|
885
885
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -893,7 +893,7 @@ function mp(){return new _p([new sp])}var _p=function(){function e(e){this.facto
|
|
|
893
893
|
*
|
|
894
894
|
* Use of this source code is governed by an MIT-style license that can be
|
|
895
895
|
* found in the LICENSE file at https://angular.io/license
|
|
896
|
-
*/function Kp(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 Gp(e,t,n){return(1792&e.state)===t&&e.initIndex<=n&&(e.initIndex=n+1,!0)}function Jp(e,t){return e.nodes[t]}function Yp(e,t){return e.nodes[t]}function $p(e,t){return e.nodes[t]}function Xp(e,t){return e.nodes[t]}function eh(e,t){return e.nodes[t]}var th=function th(){},nh={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},rh=function(){},oh=new Map;function ih(e){var t=oh.get(e);return t||(t=i(e)+"_"+oh.size,oh.set(e,t)),t}var ah=0;function uh(e,t,n,r){return!(!(2&e.state)&&Object.is(e.oldValues[t.bindingIndex+n],r))}function sh(e,t,n,r){return!!uh(e,t,n,r)&&(e.oldValues[t.bindingIndex+n]=r,!0)}function lh(e,t,n,r){var o=e.oldValues[t.bindingIndex+n];if(1&e.state||!
|
|
896
|
+
*/function Kp(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 Gp(e,t,n){return(1792&e.state)===t&&e.initIndex<=n&&(e.initIndex=n+1,!0)}function Jp(e,t){return e.nodes[t]}function Yp(e,t){return e.nodes[t]}function $p(e,t){return e.nodes[t]}function Xp(e,t){return e.nodes[t]}function eh(e,t){return e.nodes[t]}var th=function th(){},nh={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},rh=function(){},oh=new Map;function ih(e){var t=oh.get(e);return t||(t=i(e)+"_"+oh.size,oh.set(e,t)),t}var ah=0;function uh(e,t,n,r){return!(!(2&e.state)&&Object.is(e.oldValues[t.bindingIndex+n],r))}function sh(e,t,n,r){return!!uh(e,t,n,r)&&(e.oldValues[t.bindingIndex+n]=r,!0)}function lh(e,t,n,r){var o=e.oldValues[t.bindingIndex+n];if(1&e.state||!ms(o,r)){var i=t.bindings[n].name;throw zp(nh.createDebugContext(e,t.nodeIndex),i+": "+o,i+": "+r,0!=(1&e.state))}}function ch(e){for(var t=e;t;)2&t.def.flags&&(t.state|=8),t=t.viewContainerParent||t.parent}function fh(e,t){for(var n=e;n&&n!==t;)n.state|=64,n=n.viewContainerParent||n.parent}function dh(e,t,n,r){try{return ch(33554432&e.def.nodes[t].flags?Yp(e,t).componentView:e),nh.handleEvent(e,t,n,r)}catch(t){e.root.errorHandler.handleError(t)}}function ph(e){return e.parent?Yp(e.parent,e.parentNodeDef.nodeIndex):null}function hh(e){return e.parent?e.parentNodeDef.parent:null}function vh(e,t){switch(201347067&t.flags){case 1:return Yp(e,t.nodeIndex).renderElement;case 2:return Jp(e,t.nodeIndex).renderText}}function gh(e){return!!e.parent&&!!(32768&e.parentNodeDef.flags)}function yh(e){return!(!e.parent||32768&e.parentNodeDef.flags)}function mh(e){return 1<<e%32}function _h(e){var t={},n=0,r={};return e&&e.forEach((function(e){var o=h(e,2),i=o[0],a=o[1];"number"==typeof i?(t[i]=a,n|=mh(i)):r[i]=a})),{matchedQueries:t,references:r,matchedQueryIds:n}}function bh(e,t){return e.map((function(e){var n,r,o;return Array.isArray(e)?(o=(n=h(e,2))[0],r=n[1]):(o=0,r=e),r&&("function"==typeof r||"object"==typeof r)&&t&&Object.defineProperty(r,"__source",{value:t,configurable:!0}),{flags:o,token:r,tokenKey:ih(r)}}))}function wh(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.ShadowDom||1===o.element.componentRendererType.encapsulation)?Yp(t,r.renderParent.nodeIndex).renderElement:void 0:n}var Ch=new WeakMap;function Ih(e){var t=Ch.get(e);return t||((t=e((function(){return rh}))).factory=e,Ch.set(e,t)),t}function xh(e,t,n,r,o){3===t&&(n=e.renderer.parentNode(vh(e,e.def.lastRenderRootNode))),Eh(e,t,0,e.def.nodes.length-1,n,r,o)}function Eh(e,t,n,r,o,i,a){for(var u=n;u<=r;u++){var s=e.def.nodes[u];11&s.flags&&kh(e,s,t,o,i,a),u+=s.childCount}}function Oh(e,t,n,r,o,i){for(var a=e;a&&!gh(a);)a=a.parent;for(var u=a.parent,s=hh(a),l=s.nodeIndex+s.childCount,c=s.nodeIndex+1;c<=l;c++){var f=u.def.nodes[c];f.ngContentIndex===t&&kh(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++)Ph(e,d[c],n,r,o,i)}}function kh(e,t,n,r,o,i){if(8&t.flags)Oh(e,t.ngContent.index,n,r,o,i);else{var a=vh(e,t);if(3===n&&33554432&t.flags&&48&t.bindingFlags?(16&t.bindingFlags&&Ph(e,a,n,r,o,i),32&t.bindingFlags&&Ph(Yp(e,t.nodeIndex).componentView,a,n,r,o,i)):Ph(e,a,n,r,o,i),16777216&t.flags)for(var u=Yp(e,t.nodeIndex).viewContainer._embeddedViews,s=0;s<u.length;s++)xh(u[s],n,r,o,i);1&t.flags&&!t.element.name&&Eh(e,n,t.nodeIndex+1,t.nodeIndex+t.childCount,r,o,i)}}function Ph(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 Th=/^:([^:]+):(.+)$/;function Nh(e){if(":"===e[0]){var t=e.match(Th);return[t[1],t[2]]}return["",e]}function jh(e){for(var t=0,n=0;n<e.length;n++)t|=e[n].flags;return t}function Dh(e){return null!=e?e.toString():""}var Ah={},Sh=ih(Su),Rh=ih(gu),Vh=ih(Mp);function Mh(e,t,n){void 0===n&&(n=Su.THROW_IF_NOT_FOUND);var r=sr(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 Sh:case Rh:case Vh: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]=Fh(e,a)),u===Ah?void 0:u}if((i=O(t.token))&&function s(e,t){var n=t.providedIn;return null!=n&&("any"===n||n===e._def.scope||function r(e,t){return e._def.modules.indexOf(t)>-1}(e,n))}(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]=Ah,e._providers[l]=Fh(e,e._def.providersByKey[t.tokenKey])}return 4&t.flags?n:e._parent.get(t.token,n)}finally{sr(r)}}function Fh(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(Mh(e,n[0]));case 2:return new t(Mh(e,n[0]),Mh(e,n[1]));case 3:return new t(Mh(e,n[0]),Mh(e,n[1]),Mh(e,n[2]));default:for(var o=[],i=0;i<r;i++)o[i]=Mh(e,n[i]);return new(t.bind.apply(t,v([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(Mh(e,n[0]));case 2:return t(Mh(e,n[0]),Mh(e,n[1]));case 3:return t(Mh(e,n[0]),Mh(e,n[1]),Mh(e,n[2]));default:for(var o=[],i=0;i<r;i++)o[i]=Mh(e,n[i]);return t.apply(void 0,v(o))}}(e,t.value,t.deps);break;case 2048:n=Mh(e,t.deps[0]);break;case 256:n=t.value}return n===Ah||null===n||"object"!=typeof n||131072&t.flags||"function"!=typeof n.ngOnDestroy||(t.flags|=131072),void 0===n?Ah:n}function Lh(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,Wn(n,t),nh.dirtyParentQueries(r),Bh(r),r}function Hh(e,t,n){var r=t?vh(t,t.def.lastRenderRootNode):e.renderElement,o=n.renderer.parentNode(r),i=n.renderer.nextSibling(r);xh(n,2,o,i,void 0)}function Bh(e){xh(e,3,null,null,void 0)}var Uh={};function Qh(e){return e.viewDefFactory}var qh=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 d(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:!1,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:!1,configurable:!0}),t.prototype.create=function(e,t,n,r){if(!r)throw new Error("ngModule should be provided");var o=Ih(this.viewDefFactory),i=o.nodes[0].element.componentProvider.nodeIndex,a=nh.createRootView(e,t||[],n,o,r,Uh),u=$p(a,i).instance;return n&&a.renderer.setAttribute(Yp(a,0).renderElement,"ng-version",up.full),new zh(a,new Gh(a),u)},t}(Bd),zh=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 d(t,e),Object.defineProperty(t.prototype,"location",{get:function(){return new Yd(Yp(this._view,this._elDef.nodeIndex).renderElement)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return new Xh(this._view,this._elDef)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"componentType",{get:function(){return this._component.constructor},enumerable:!1,configurable:!0}),t.prototype.destroy=function(){this._viewRef.destroy()},t.prototype.onDestroy=function(e){this._viewRef.onDestroy(e)},t}(Hd);function Wh(e,t,n){return new Zh(e,t,n)}var Zh=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 Yd(this._data.renderElement)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return new Xh(this._view,this._elDef)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"parentInjector",{get:function(){for(var e=this._view,t=this._elDef.parent;!t&&e;)t=hh(e),e=e.parent;return e?new Xh(e,t):new Xh(this._view,null)},enumerable:!1,configurable:!0}),e.prototype.clear=function(){for(var e=this._embeddedViews.length-1;e>=0;e--){var t=Lh(this._data,e);nh.destroyView(t)}},e.prototype.get=function(e){var t=this._embeddedViews[e];if(t){var n=new Gh(t);return n.attachToViewContainerRef(this),n}return null},Object.defineProperty(e.prototype,"length",{get:function(){return this._embeddedViews.length},enumerable:!1,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 Zd||(o=i.get(Mp));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;
|
|
897
897
|
/**
|
|
898
898
|
* @license
|
|
899
899
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -901,7 +901,7 @@ function mp(){return new _p([new sp])}var _p=function(){function e(e){this.facto
|
|
|
901
901
|
* Use of this source code is governed by an MIT-style license that can be
|
|
902
902
|
* found in the LICENSE file at https://angular.io/license
|
|
903
903
|
*/
|
|
904
|
-
return function r(e,t,n,o){var i=t.viewContainer._embeddedViews;null==n&&(n=i.length),o.viewContainerParent=e,qn(i,n,o),function a(e,t){var n=ph(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),nh.dirtyParentQueries(o),Hh(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];zn(r,t),null==n&&(n=r.length),qn(r,n,o),nh.dirtyParentQueries(o),Bh(o),Hh(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=Lh(this._data,e);t&&nh.destroyView(t)},e.prototype.detach=function(e){var t=Lh(this._data,e);return t?new Gh(t):null},e}();function Kh(e){return new Gh(e)}var Gh=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 xh(t,0,void 0,void 0,n),n}(this._view)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._view.context},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"destroyed",{get:function(){return 0!=(128&this._view.state)},enumerable:!1,configurable:!0}),e.prototype.markForCheck=function(){ch(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{nh.checkAndUpdateView(this._view)}finally{e.end&&e.end()}},e.prototype.checkNoChanges=function(){nh.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)),nh.destroyView(this._view)},e.prototype.detachFromAppRef=function(){this._appRef=null,Bh(this._view),nh.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 Jh(e,t){return new Yh(e,t)}var Yh=function(e){function t(t,n){var r=e.call(this)||this;return r._parentView=t,r._def=n,r}return d(t,e),t.prototype.createEmbeddedView=function(e){return new Gh(nh.createEmbeddedView(this._parentView,this._def,this._def.element.template,e))},Object.defineProperty(t.prototype,"elementRef",{get:function(){return new Yd(Yp(this._parentView,this._def.nodeIndex).renderElement)},enumerable:!1,configurable:!0}),t}(kp);function $h(e,t){return new Xh(e,t)}var Xh=function(){function e(e,t){this.view=e,this.elDef=t}return e.prototype.get=function(e,t){return void 0===t&&(t=Au.THROW_IF_NOT_FOUND),nh.resolveDep(this.view,this.elDef,!!this.elDef&&0!=(33554432&this.elDef.flags),{flags:0,token:e,tokenKey:ih(e)},t)},e}();function ev(e,t,n,r){return new tv(e,t,n,r)}var tv=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=Wn(t.providers.length),r=0;r<t.providers.length;r++){var o=t.providers[r];4096&o.flags||void 0===n[r]&&(n[r]=Fh(e,o))}}(this)}return t.prototype.get=function(t,n,r){void 0===n&&(n=Au.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),Mh(this,{token:t,tokenKey:ih(t),flags:o},n)},Object.defineProperty(t.prototype,"instance",{get:function(){return this.get(this._moduleType)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"componentFactoryResolver",{get:function(){return this.get(Qd)},enumerable:!1,configurable:!0}),t.prototype.destroy=function(){if(this._destroyed)throw new Error("The ng module "+i(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!==Ah){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}(),nv=ih(ep),rv=ih(Yd),ov=ih(Vp),iv=ih(kp),av=ih(Cp),uv=ih(Au),sv=ih(vu);function lv(e,t,n,r,o,a,u,s,c){var f=_h(n),d=f.matchedQueries,p=f.references,h=f.matchedQueryIds;c||(c=[]),s||(s=[]),a=l(a);var v=bh(u,i(o));return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:e,flags:t,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:d,matchedQueryIds:h,references:p,ngContentIndex:-1,childCount:r,bindings:s,bindingFlags:jh(s),outputs:c,element:null,provider:{token:o,value:a,deps:v},text:null,query:null,ngContent:null}}function cv(e,t){return hv(e,t)}function fv(e,t){for(var n=e;n.parent&&!gh(n);)n=n.parent;return vv(n.parent,hh(n),!0,t.provider.value,t.provider.deps)}function dv(e,t){var n=vv(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(!Ll(i))throw new Error("@Output "+o.propName+" not initialized in '"+n.constructor.name+"'.");var a=i.subscribe(pv(e,t.parent.nodeIndex,o.eventName));e.disposables[t.outputIndex+r]=a.unsubscribe.bind(a)}return n}function pv(e,t,n){return function(r){return dh(e,t,n,r)}}function hv(e,t){var n=(8192&t.flags)>0,r=t.provider;switch(201347067&t.flags){case 512:return vv(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(yv(e,t,n,i[0]));case 2:return r(yv(e,t,n,i[0]),yv(e,t,n,i[1]));case 3:return r(yv(e,t,n,i[0]),yv(e,t,n,i[1]),yv(e,t,n,i[2]));default:for(var u=[],s=0;s<a;s++)u.push(yv(e,t,n,i[s]));return r.apply(void 0,v(u))}}(e,t.parent,n,r.value,r.deps);case 2048:return yv(e,t.parent,n,r.deps[0]);case 256:return r.value}}function vv(e,t,n,r,o){var i=o.length;switch(i){case 0:return new r;case 1:return new r(yv(e,t,n,o[0]));case 2:return new r(yv(e,t,n,o[0]),yv(e,t,n,o[1]));case 3:return new r(yv(e,t,n,o[0]),yv(e,t,n,o[1]),yv(e,t,n,o[2]));default:for(var a=[],u=0;u<i;u++)a.push(yv(e,t,n,o[u]));return new(r.bind.apply(r,v([void 0],a)))}}var gv={};function yv(e,t,n,r,o){if(void 0===o&&(o=Au.THROW_IF_NOT_FOUND),8&r.flags)return r.token;var i=e;2&r.flags&&(o=null);var a=r.tokenKey;a===av&&(n=!(!t||!t.element.componentView)),t&&1&r.flags&&(n=!1,t=t.parent);for(var u=e;u;){if(t)switch(a){case nv:return mv(u,t,n).renderer;case rv:return new Yd(Yp(u,t.nodeIndex).renderElement);case ov:return Yp(u,t.nodeIndex).viewContainer;case iv:if(t.element.template)return Yp(u,t.nodeIndex).template;break;case av:return Kh(mv(u,t,n));case uv:case sv:return $h(u,t);default:var s=(n?t.element.allProviders:t.element.publicProviders)[a];if(s){var l=$p(u,s.nodeIndex);return l||(l={instance:hv(u,s)},u.nodes[s.nodeIndex]=l),l.instance}}n=gh(u),t=hh(u),u=u.parent,4&r.flags&&(u=null)}var c=i.root.injector.get(r.token,gv);return c!==gv||o===gv?c:i.root.ngModule.injector.get(r.token,o)}function mv(e,t,n){var r;if(n)r=Yp(e,t.nodeIndex).componentView;else for(r=e;r.parent&&!gh(r);)r=r.parent;return r}function _v(e,t,n,r,o,i){if(32768&n.flags){var a=Yp(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=ms.unwrap(e.oldValues[n.bindingIndex+r]);i[n.bindings[r].nonMinifiedName]=new xe(u,o,0!=(2&e.state))}return e.oldValues[n.bindingIndex+r]=o,i}function bv(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&&Cv(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=wv(e,a,t,r)),a=a.parent}}function wv(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&&Cv(e,o,i.flags&n,r++),o+=i.childCount}return r}function Cv(e,t,n,r){var o=$p(e,t);if(o){var i=o.instance;i&&(nh.setCurrentNode(e,t),1048576&n&&Gp(e,512,r)&&i.ngAfterContentInit(),2097152&n&&i.ngAfterContentChecked(),4194304&n&&Gp(e,768,r)&&i.ngAfterViewInit(),8388608&n&&i.ngAfterViewChecked(),131072&n&&i.ngOnDestroy())}}var Iv=function(e){function t(t){var n=e.call(this)||this;return n.ngModule=t,n}return d(t,e),t.prototype.resolveComponentFactory=function(e){var t=de(e);return new Ov(t,this.ngModule)},t}(Qd);function xv(e){var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push({propName:e[n],templateName:n});return t}var Ev=new An("SCHEDULER_TOKEN",{providedIn:"root",factory:function(){return ti}}),Ov=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=function o(e){return e.map(Ji).join(",")}(t.selectors),r.ngContentSelectors=t.ngContentSelectors?t.ngContentSelectors:[],r.isBoundToModule=!!n,r}return d(t,e),Object.defineProperty(t.prototype,"inputs",{get:function(){return xv(this.componentDef.inputs)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"outputs",{get:function(){return xv(this.componentDef.outputs)},enumerable:!1,configurable:!0}),t.prototype.create=function(e,t,n,r){var o,i,a=(r=r||this.ngModule)?function u(e,t){return{get:function(n,r,o){var i=e.get(n,gv,o);return i!==gv||r===gv?i:t.get(n,r,o)}}}(e,r.injector):e,s=a.get(tp,Se),l=a.get(np,null),c=s.createRenderer(null,this.componentDef),f=this.componentDef.selectors[0][0]||"div",d=n?Sa(c,n,this.componentDef.encapsulation):gi(s.createRenderer(null,this.componentDef),f,function p(e){var t=e.toLowerCase();return"svg"===t?"http://www.w3.org/2000/svg":"math"===t?"http://www.w3.org/1998/MathML/":null}(f)),h=this.componentDef.onPush?576:528,v=os(),g=Aa(0,null,null,1,0,null,null,null,null,null),y=wa(null,g,v,h,null,null,s,c,l,a);wt(y);try{var m=ns(d,this.componentDef,y,s,c);if(d)if(n)Ut(c,d,["ng-version",up.full]);else{var _=function b(e){for(var t=[],n=[],r=1,o=2;r<e.length;){var i=e[r];if("string"==typeof i)2===o?""!==i&&t.push(i,e[++r]):8===o&&n.push(i);else{if(!zi(o))break;o=i}r++}return{attrs:t,classes:n}}(this.componentDef.selectors[0]),w=_.attrs,C=_.classes;w&&Ut(c,d,w),C&&C.length>0&&Li(c,d,C.join(" "))}if(i=Fe(g,20),void 0!==t)for(var I=i.projection=[],x=0;x<this.ngContentSelectors.length;x++){var E=t[x];I.push(null!=E?Array.from(E):null)}o=rs(m,this.componentDef,y,v,[is]),Ea(g,y,null)}finally{Ot()}return new kv(this.componentType,o,Jd(i,y),y,i)},t}(Bd);new Iv;var kv=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.instance=n,a.hostView=a.changeDetectorRef=new xp(o),a.componentType=t,a}return d(t,e),Object.defineProperty(t.prototype,"injector",{get:function(){return new gn(this._tNode,this._rootLView)},enumerable:!1,configurable:!0}),t.prototype.destroy=function(){this.hostView.destroy()},t.prototype.onDestroy=function(e){this.hostView.onDestroy(e)},t}(Hd),Pv=new Map;function Tv(e,t,n){if(t&&t!==n)throw new Error("Duplicate module registered for "+e+" - "+i(t)+" vs "+i(t.name))}function Nv(e){var t=new Set;!function e(n){var r,o,i=ve(n,!0),a=i.id;null!==a&&(Tv(a,Pv.get(a),n),Pv.set(a,n));var u=ii(i.imports);try{for(var s=p(u),l=s.next();!l.done;l=s.next()){var c=l.value;t.has(c)||(t.add(c),e(c))}}catch(e){r={error:e}}finally{try{l&&!l.done&&(o=s.return)&&o.call(s)}finally{if(r)throw r.error}}}(e)}function jv(e){return Pv.get(e)||ae[e]}var Dv=function(t){function n(e,n){var r=t.call(this)||this;r._parent=n,r._bootstrapComponents=[],r.injector=r,r.destroyCbs=[],r.componentFactoryResolver=new Iv(r);var o=ve(e),a=function u(e){return e[$]||null}(e);return a&&Sf(a),r._bootstrapComponents=ii(o.bootstrap),r._r3Injector=xu(e,n,[{provide:Mp,useValue:r},{provide:Qd,useValue:r.componentFactoryResolver}],i(e)),r._r3Injector._resolveInjectorDefTypes(),r.instance=r.get(e),r}return d(n,t),n.prototype.get=function(t,n,r){return void 0===n&&(n=Au.THROW_IF_NOT_FOUND),void 0===r&&(r=e.InjectFlags.Default),t===Au||t===Mp||t===vu?this:this._r3Injector.get(t,n,r)},n.prototype.destroy=function(){var e=this._r3Injector;!e.destroyed&&e.destroy(),this.destroyCbs.forEach((function(e){return e()})),this.destroyCbs=null},n.prototype.onDestroy=function(e){this.destroyCbs.push(e)},n}(Mp),Av=function(e){function t(t){var n=e.call(this)||this;return n.moduleType=t,null!==ve(t)&&Nv(t),n}return d(t,e),t.prototype.create=function(e){return new Dv(this.moduleType,e)},t}(Fp);
|
|
904
|
+
return function r(e,t,n,o){var i=t.viewContainer._embeddedViews;null==n&&(n=i.length),o.viewContainerParent=e,zn(i,n,o),function a(e,t){var n=ph(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),nh.dirtyParentQueries(o),Hh(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];Wn(r,t),null==n&&(n=r.length),zn(r,n,o),nh.dirtyParentQueries(o),Bh(o),Hh(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=Lh(this._data,e);t&&nh.destroyView(t)},e.prototype.detach=function(e){var t=Lh(this._data,e);return t?new Gh(t):null},e}();function Kh(e){return new Gh(e)}var Gh=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 xh(t,0,void 0,void 0,n),n}(this._view)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._view.context},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"destroyed",{get:function(){return 0!=(128&this._view.state)},enumerable:!1,configurable:!0}),e.prototype.markForCheck=function(){ch(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{nh.checkAndUpdateView(this._view)}finally{e.end&&e.end()}},e.prototype.checkNoChanges=function(){nh.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)),nh.destroyView(this._view)},e.prototype.detachFromAppRef=function(){this._appRef=null,Bh(this._view),nh.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 Jh(e,t){return new Yh(e,t)}var Yh=function(e){function t(t,n){var r=e.call(this)||this;return r._parentView=t,r._def=n,r}return d(t,e),t.prototype.createEmbeddedView=function(e){return new Gh(nh.createEmbeddedView(this._parentView,this._def,this._def.element.template,e))},Object.defineProperty(t.prototype,"elementRef",{get:function(){return new Yd(Yp(this._parentView,this._def.nodeIndex).renderElement)},enumerable:!1,configurable:!0}),t}(kp);function $h(e,t){return new Xh(e,t)}var Xh=function(){function e(e,t){this.view=e,this.elDef=t}return e.prototype.get=function(e,t){return void 0===t&&(t=Su.THROW_IF_NOT_FOUND),nh.resolveDep(this.view,this.elDef,!!this.elDef&&0!=(33554432&this.elDef.flags),{flags:0,token:e,tokenKey:ih(e)},t)},e}();function ev(e,t,n,r){return new tv(e,t,n,r)}var tv=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=Zn(t.providers.length),r=0;r<t.providers.length;r++){var o=t.providers[r];4096&o.flags||void 0===n[r]&&(n[r]=Fh(e,o))}}(this)}return t.prototype.get=function(t,n,r){void 0===n&&(n=Su.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),Mh(this,{token:t,tokenKey:ih(t),flags:o},n)},Object.defineProperty(t.prototype,"instance",{get:function(){return this.get(this._moduleType)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"componentFactoryResolver",{get:function(){return this.get(Qd)},enumerable:!1,configurable:!0}),t.prototype.destroy=function(){if(this._destroyed)throw new Error("The ng module "+i(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!==Ah){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}(),nv=ih(ep),rv=ih(Yd),ov=ih(Vp),iv=ih(kp),av=ih(Cp),uv=ih(Su),sv=ih(gu);function lv(e,t,n,r,o,a,u,s,c){var f=_h(n),d=f.matchedQueries,p=f.references,h=f.matchedQueryIds;c||(c=[]),s||(s=[]),a=l(a);var v=bh(u,i(o));return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:e,flags:t,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:d,matchedQueryIds:h,references:p,ngContentIndex:-1,childCount:r,bindings:s,bindingFlags:jh(s),outputs:c,element:null,provider:{token:o,value:a,deps:v},text:null,query:null,ngContent:null}}function cv(e,t){return hv(e,t)}function fv(e,t){for(var n=e;n.parent&&!gh(n);)n=n.parent;return vv(n.parent,hh(n),!0,t.provider.value,t.provider.deps)}function dv(e,t){var n=vv(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(!Hl(i))throw new Error("@Output "+o.propName+" not initialized in '"+n.constructor.name+"'.");var a=i.subscribe(pv(e,t.parent.nodeIndex,o.eventName));e.disposables[t.outputIndex+r]=a.unsubscribe.bind(a)}return n}function pv(e,t,n){return function(r){return dh(e,t,n,r)}}function hv(e,t){var n=(8192&t.flags)>0,r=t.provider;switch(201347067&t.flags){case 512:return vv(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(yv(e,t,n,i[0]));case 2:return r(yv(e,t,n,i[0]),yv(e,t,n,i[1]));case 3:return r(yv(e,t,n,i[0]),yv(e,t,n,i[1]),yv(e,t,n,i[2]));default:for(var u=[],s=0;s<a;s++)u.push(yv(e,t,n,i[s]));return r.apply(void 0,v(u))}}(e,t.parent,n,r.value,r.deps);case 2048:return yv(e,t.parent,n,r.deps[0]);case 256:return r.value}}function vv(e,t,n,r,o){var i=o.length;switch(i){case 0:return new r;case 1:return new r(yv(e,t,n,o[0]));case 2:return new r(yv(e,t,n,o[0]),yv(e,t,n,o[1]));case 3:return new r(yv(e,t,n,o[0]),yv(e,t,n,o[1]),yv(e,t,n,o[2]));default:for(var a=[],u=0;u<i;u++)a.push(yv(e,t,n,o[u]));return new(r.bind.apply(r,v([void 0],a)))}}var gv={};function yv(e,t,n,r,o){if(void 0===o&&(o=Su.THROW_IF_NOT_FOUND),8&r.flags)return r.token;var i=e;2&r.flags&&(o=null);var a=r.tokenKey;a===av&&(n=!(!t||!t.element.componentView)),t&&1&r.flags&&(n=!1,t=t.parent);for(var u=e;u;){if(t)switch(a){case nv:return mv(u,t,n).renderer;case rv:return new Yd(Yp(u,t.nodeIndex).renderElement);case ov:return Yp(u,t.nodeIndex).viewContainer;case iv:if(t.element.template)return Yp(u,t.nodeIndex).template;break;case av:return Kh(mv(u,t,n));case uv:case sv:return $h(u,t);default:var s=(n?t.element.allProviders:t.element.publicProviders)[a];if(s){var l=$p(u,s.nodeIndex);return l||(l={instance:hv(u,s)},u.nodes[s.nodeIndex]=l),l.instance}}n=gh(u),t=hh(u),u=u.parent,4&r.flags&&(u=null)}var c=i.root.injector.get(r.token,gv);return c!==gv||o===gv?c:i.root.ngModule.injector.get(r.token,o)}function mv(e,t,n){var r;if(n)r=Yp(e,t.nodeIndex).componentView;else for(r=e;r.parent&&!gh(r);)r=r.parent;return r}function _v(e,t,n,r,o,i){if(32768&n.flags){var a=Yp(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=_s.unwrap(e.oldValues[n.bindingIndex+r]);i[n.bindings[r].nonMinifiedName]=new Ee(u,o,0!=(2&e.state))}return e.oldValues[n.bindingIndex+r]=o,i}function bv(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&&Cv(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=wv(e,a,t,r)),a=a.parent}}function wv(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&&Cv(e,o,i.flags&n,r++),o+=i.childCount}return r}function Cv(e,t,n,r){var o=$p(e,t);if(o){var i=o.instance;i&&(nh.setCurrentNode(e,t),1048576&n&&Gp(e,512,r)&&i.ngAfterContentInit(),2097152&n&&i.ngAfterContentChecked(),4194304&n&&Gp(e,768,r)&&i.ngAfterViewInit(),8388608&n&&i.ngAfterViewChecked(),131072&n&&i.ngOnDestroy())}}var Iv=function(e){function t(t){var n=e.call(this)||this;return n.ngModule=t,n}return d(t,e),t.prototype.resolveComponentFactory=function(e){var t=pe(e);return new Ov(t,this.ngModule)},t}(Qd);function xv(e){var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push({propName:e[n],templateName:n});return t}var Ev=new Sn("SCHEDULER_TOKEN",{providedIn:"root",factory:function(){return ni}}),Ov=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=function o(e){return e.map(Yi).join(",")}(t.selectors),r.ngContentSelectors=t.ngContentSelectors?t.ngContentSelectors:[],r.isBoundToModule=!!n,r}return d(t,e),Object.defineProperty(t.prototype,"inputs",{get:function(){return xv(this.componentDef.inputs)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"outputs",{get:function(){return xv(this.componentDef.outputs)},enumerable:!1,configurable:!0}),t.prototype.create=function(e,t,n,r){var o,i,a=(r=r||this.ngModule)?function u(e,t){return{get:function(n,r,o){var i=e.get(n,gv,o);return i!==gv||r===gv?i:t.get(n,r,o)}}}(e,r.injector):e,s=a.get(tp,Re),l=a.get(np,null),c=s.createRenderer(null,this.componentDef),f=this.componentDef.selectors[0][0]||"div",d=n?Ra(c,n,this.componentDef.encapsulation):yi(s.createRenderer(null,this.componentDef),f,function p(e){var t=e.toLowerCase();return"svg"===t?"http://www.w3.org/2000/svg":"math"===t?"http://www.w3.org/1998/MathML/":null}(f)),h=this.componentDef.onPush?576:528,v=is(),g=Sa(0,null,null,1,0,null,null,null,null,null),y=Ca(null,g,v,h,null,null,s,c,l,a);Ct(y);try{var m=rs(d,this.componentDef,y,s,c);if(d)if(n)Qt(c,d,["ng-version",up.full]);else{var _=function b(e){for(var t=[],n=[],r=1,o=2;r<e.length;){var i=e[r];if("string"==typeof i)2===o?""!==i&&t.push(i,e[++r]):8===o&&n.push(i);else{if(!Wi(o))break;o=i}r++}return{attrs:t,classes:n}}(this.componentDef.selectors[0]),w=_.attrs,C=_.classes;w&&Qt(c,d,w),C&&C.length>0&&Hi(c,d,C.join(" "))}if(i=Le(g,20),void 0!==t)for(var I=i.projection=[],x=0;x<this.ngContentSelectors.length;x++){var E=t[x];I.push(null!=E?Array.from(E):null)}o=os(m,this.componentDef,y,v,[as]),Oa(g,y,null)}finally{kt()}return new kv(this.componentType,o,Jd(i,y),y,i)},t}(Bd);new Iv;var kv=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.instance=n,a.hostView=a.changeDetectorRef=new xp(o),a.componentType=t,a}return d(t,e),Object.defineProperty(t.prototype,"injector",{get:function(){return new yn(this._tNode,this._rootLView)},enumerable:!1,configurable:!0}),t.prototype.destroy=function(){this.hostView.destroy()},t.prototype.onDestroy=function(e){this.hostView.onDestroy(e)},t}(Hd),Pv=new Map;function Tv(e,t,n){if(t&&t!==n)throw new Error("Duplicate module registered for "+e+" - "+i(t)+" vs "+i(t.name))}function Nv(e){var t=new Set;!function e(n){var r,o,i=ge(n,!0),a=i.id;null!==a&&(Tv(a,Pv.get(a),n),Pv.set(a,n));var u=ai(i.imports);try{for(var s=p(u),l=s.next();!l.done;l=s.next()){var c=l.value;t.has(c)||(t.add(c),e(c))}}catch(e){r={error:e}}finally{try{l&&!l.done&&(o=s.return)&&o.call(s)}finally{if(r)throw r.error}}}(e)}function jv(e){return Pv.get(e)||ue[e]}var Dv=function(t){function n(e,n){var r=t.call(this)||this;r._parent=n,r._bootstrapComponents=[],r.injector=r,r.destroyCbs=[],r.componentFactoryResolver=new Iv(r);var o=ge(e),a=function u(e){return e[X]||null}(e);return a&&Sf(a),r._bootstrapComponents=ai(o.bootstrap),r._r3Injector=Eu(e,n,[{provide:Mp,useValue:r},{provide:Qd,useValue:r.componentFactoryResolver}],i(e)),r._r3Injector._resolveInjectorDefTypes(),r.instance=r.get(e),r}return d(n,t),n.prototype.get=function(t,n,r){return void 0===n&&(n=Su.THROW_IF_NOT_FOUND),void 0===r&&(r=e.InjectFlags.Default),t===Su||t===Mp||t===gu?this:this._r3Injector.get(t,n,r)},n.prototype.destroy=function(){var e=this._r3Injector;!e.destroyed&&e.destroy(),this.destroyCbs.forEach((function(e){return e()})),this.destroyCbs=null},n.prototype.onDestroy=function(e){this.destroyCbs.push(e)},n}(Mp),Av=function(e){function t(t){var n=e.call(this)||this;return n.moduleType=t,null!==ge(t)&&Nv(t),n}return d(t,e),t.prototype.create=function(e){return new Dv(this.moduleType,e)},t}(Fp);
|
|
905
905
|
/**
|
|
906
906
|
* @license
|
|
907
907
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -909,14 +909,14 @@ return function r(e,t,n,o){var i=t.viewContainer._embeddedViews;null==n&&(n=i.le
|
|
|
909
909
|
* Use of this source code is governed by an MIT-style license that can be
|
|
910
910
|
* found in the LICENSE file at https://angular.io/license
|
|
911
911
|
*/
|
|
912
|
-
function Sv(e,t,n){var r=
|
|
912
|
+
function Sv(e,t,n){var r=ct()+e,o=Xe();return o[r]===$i?Cs(o,r,n?t.call(n):t()):Is(o,r)}function Rv(e,t,n,r){return zv(Xe(),ct(),e,t,n,r)}function Vv(e,t,n,r,o){return Wv(Xe(),ct(),e,t,n,r,o)}function Mv(e,t,n,r,o,i){return Zv(Xe(),ct(),e,t,n,r,o,i)}function Fv(e,t,n,r,o,i,a){return Kv(Xe(),ct(),e,t,n,r,o,i,a)}function Lv(e,t,n,r,o,i,a,u){var s=ct()+e,l=Xe(),c=ks(l,s,n,r,o,i);return xs(l,s+4,a)||c?Cs(l,s+5,u?t.call(u,n,r,o,i,a):t(n,r,o,i,a)):Is(l,s+5)}function Hv(e,t,n,r,o,i,a,u,s){var l=ct()+e,c=Xe(),f=ks(c,l,n,r,o,i);return Es(c,l+4,a,u)||f?Cs(c,l+6,s?t.call(s,n,r,o,i,a,u):t(n,r,o,i,a,u)):Is(c,l+6)}function Bv(e,t,n,r,o,i,a,u,s,l){var c=ct()+e,f=Xe(),d=ks(f,c,n,r,o,i);return Os(f,c+4,a,u,s)||d?Cs(f,c+7,l?t.call(l,n,r,o,i,a,u,s):t(n,r,o,i,a,u,s)):Is(f,c+7)}function Uv(e,t,n,r,o,i,a,u,s,l,c){var f=ct()+e,d=Xe(),p=ks(d,f,n,r,o,i);return ks(d,f+4,a,u,s,l)||p?Cs(d,f+8,c?t.call(c,n,r,o,i,a,u,s,l):t(n,r,o,i,a,u,s,l)):Is(d,f+8)}function Qv(e,t,n,r){return Gv(Xe(),ct(),e,t,n,r)}function qv(e,t){var n=e[t];return n===$i?void 0:n}function zv(e,t,n,r,o,i){var a=t+n;return xs(e,a,o)?Cs(e,a+1,i?r.call(i,o):r(o)):qv(e,a+1)}function Wv(e,t,n,r,o,i,a){var u=t+n;return Es(e,u,o,i)?Cs(e,u+2,a?r.call(a,o,i):r(o,i)):qv(e,u+2)}function Zv(e,t,n,r,o,i,a,u){var s=t+n;return Os(e,s,o,i,a)?Cs(e,s+3,u?r.call(u,o,i,a):r(o,i,a)):qv(e,s+3)}function Kv(e,t,n,r,o,i,a,u,s){var l=t+n;return ks(e,l,o,i,a,u)?Cs(e,l+4,s?r.call(s,o,i,a,u):r(o,i,a,u)):qv(e,l+4)}function Gv(e,t,n,r,o,i){for(var a=t+n,u=!1,s=0;s<o.length;s++)xs(e,a++,o[s])&&(u=!0);return u?Cs(e,a,r.apply(i,o)):qv(e,a)}
|
|
913
913
|
/**
|
|
914
914
|
* @license
|
|
915
915
|
* Copyright Google LLC All Rights Reserved.
|
|
916
916
|
*
|
|
917
917
|
* Use of this source code is governed by an MIT-style license that can be
|
|
918
918
|
* found in the LICENSE file at https://angular.io/license
|
|
919
|
-
*/function Jv(e,t){var n,r=
|
|
919
|
+
*/function Jv(e,t){var n,r=et(),o=e+20;r.firstCreatePass?(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 g("302","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||(n.factory=xe(n.type)),u=F(kl);try{var s=$t(!1),l=a();return $t(s),Ks(r,Xe(),o,l),l}finally{F(u)}}function Yv(e,t,n){var r=e+20,o=Xe(),i=He(o,r);return rg(o,ng(o,r)?zv(o,ct(),t,i.transform,n,i):i.transform(n))}function $v(e,t,n,r){var o=e+20,i=Xe(),a=He(i,o);return rg(i,ng(i,o)?Wv(i,ct(),t,a.transform,n,r,a):a.transform(n,r))}function Xv(e,t,n,r,o){var i=e+20,a=Xe(),u=He(a,i);return rg(a,ng(a,i)?Zv(a,ct(),t,u.transform,n,r,o,u):u.transform(n,r,o))}function eg(e,t,n,r,o,i){var a=e+20,u=Xe(),s=He(u,a);return rg(u,ng(u,a)?Kv(u,ct(),t,s.transform,n,r,o,i,s):s.transform(n,r,o,i))}function tg(e,t,n){var r=e+20,o=Xe(),i=He(o,r);return rg(o,ng(o,r)?Gv(o,ct(),t,i.transform,n,i):i.transform.apply(i,n))}function ng(e,t){return e[1].data[t].pure}function rg(e,t){return _s.isWrapped(t)&&(t=_s.unwrap(t),e[ft()]=$i),t}var og=function(e){function n(t){void 0===t&&(t=!1);var n=e.call(this)||this;return n.__isAsync=t,n}return d(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);
|
|
920
920
|
/**
|
|
921
921
|
* @license
|
|
922
922
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -924,14 +924,14 @@ function Sv(e,t,n){var r=lt()+e,o=$e();return o[r]===Yi?ws(o,r,n?t.call(n):t()):
|
|
|
924
924
|
* Use of this source code is governed by an MIT-style license that can be
|
|
925
925
|
* found in the LICENSE file at https://angular.io/license
|
|
926
926
|
*/
|
|
927
|
-
function ig(){return this._results[
|
|
927
|
+
function ig(){return this._results[ys()]()}var ag=function(){function e(t){void 0===t&&(t=!1),this._emitDistinctChangesOnly=t,this.dirty=!0,this._results=[],this._changesDetected=!1,this._changes=null,this.length=0,this.first=void 0,this.last=void 0;var n=ys(),r=e.prototype;r[n]||(r[n]=ig)}return Object.defineProperty(e.prototype,"changes",{get:function(){return this._changes||(this._changes=new og)},enumerable:!1,configurable:!0}),e.prototype.get=function(e){return this._results[e]},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.toString=function(){return this._results.toString()},e.prototype.reset=function(e,t){this.dirty=!1;var n=Qn(e);(this._changesDetected=!function r(e,t,n){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++){var o=e[r],i=t[r];if(n&&(o=n(o),i=n(i)),i!==o)return!1}return!0}(this._results,n,t))&&(this._results=n,this.length=n.length,this.last=n[this.length-1],this.first=n[0])},e.prototype.notifyOnChanges=function(){!this._changes||!this._changesDetected&&this._emitDistinctChangesOnly||this._changes.emit(this)},e.prototype.setDirty=function(){this.dirty=!0},e.prototype.destroy=function(){this.changes.complete(),this.changes.unsubscribe()},e}(),ug=function(){function e(e){this.queryList=e,this.matches=null}return e.prototype.clone=function(){return new e(this.queryList)},e.prototype.setDirty=function(){this.queryList.setDirty()},e}(),sg=function(){function e(e){void 0===e&&(e=[]),this.queries=e}return e.prototype.createEmbeddedView=function(t){var n=t.queries;if(null!==n){for(var r=null!==t.contentQueries?t.contentQueries[0]:n.length,o=[],i=0;i<r;i++){var a=n.getByIndex(i);o.push(this.queries[a.indexInDeclarationView].clone())}return new e(o)}return null},e.prototype.insertView=function(e){this.dirtyQueriesWithMatches(e)},e.prototype.detachView=function(e){this.dirtyQueriesWithMatches(e)},e.prototype.dirtyQueriesWithMatches=function(e){for(var t=0;t<this.queries.length;t++)null!==wg(e,t).matches&&this.queries[t].setDirty()},e}(),lg=function lg(e,t,n){void 0===n&&(n=null),this.predicate=e,this.flags=t,this.read=n},cg=function(){function e(e){void 0===e&&(e=[]),this.queries=e}return e.prototype.elementStart=function(e,t){for(var n=0;n<this.queries.length;n++)this.queries[n].elementStart(e,t)},e.prototype.elementEnd=function(e){for(var t=0;t<this.queries.length;t++)this.queries[t].elementEnd(e)},e.prototype.embeddedTView=function(t){for(var n=null,r=0;r<this.length;r++){var o=null!==n?n.length:0,i=this.getByIndex(r).embeddedTView(t,o);i&&(i.indexInDeclarationView=r,null!==n?n.push(i):n=[i])}return null!==n?new e(n):null},e.prototype.template=function(e,t){for(var n=0;n<this.queries.length;n++)this.queries[n].template(e,t)},e.prototype.getByIndex=function(e){return this.queries[e]},Object.defineProperty(e.prototype,"length",{get:function(){return this.queries.length},enumerable:!1,configurable:!0}),e.prototype.track=function(e){this.queries.push(e)},e}(),fg=function(){function e(e,t){void 0===t&&(t=-1),this.metadata=e,this.matches=null,this.indexInDeclarationView=-1,this.crossesNgTemplate=!1,this._appliesToNextNode=!0,this._declarationNodeIndex=t}return e.prototype.elementStart=function(e,t){this.isApplyingToNode(t)&&this.matchTNode(e,t)},e.prototype.elementEnd=function(e){this._declarationNodeIndex===e.index&&(this._appliesToNextNode=!1)},e.prototype.template=function(e,t){this.elementStart(e,t)},e.prototype.embeddedTView=function(t,n){return this.isApplyingToNode(t)?(this.crossesNgTemplate=!0,this.addMatch(-t.index,n),new e(this.metadata)):null},e.prototype.isApplyingToNode=function(e){if(this._appliesToNextNode&&1!=(1&this.metadata.flags)){for(var t=this._declarationNodeIndex,n=e.parent;null!==n&&8&n.type&&n.index!==t;)n=n.parent;return t===(null!==n?n.index:-1)}return this._appliesToNextNode},e.prototype.matchTNode=function(e,t){var n=this.metadata.predicate;if(Array.isArray(n))for(var r=0;r<n.length;r++){var o=n[r];this.matchTNodeWithReadOption(e,t,dg(t,o)),this.matchTNodeWithReadOption(e,t,pn(t,e,o,!1,!1))}else n===kp?4&t.type&&this.matchTNodeWithReadOption(e,t,-1):this.matchTNodeWithReadOption(e,t,pn(t,e,n,!1,!1))},e.prototype.matchTNodeWithReadOption=function(e,t,n){if(null!==n){var r=this.metadata.read;if(null!==r)if(r===Yd||r===Vp||r===kp&&4&t.type)this.addMatch(t.index,-2);else{var o=pn(t,e,r,!1,!1);null!==o&&this.addMatch(t.index,o)}else this.addMatch(t.index,n)}},e.prototype.addMatch=function(e,t){null===this.matches?this.matches=[e,t]:this.matches.push(e,t)},e}();
|
|
928
928
|
/**
|
|
929
929
|
* @license
|
|
930
930
|
* Copyright Google LLC All Rights Reserved.
|
|
931
931
|
*
|
|
932
932
|
* Use of this source code is governed by an MIT-style license that can be
|
|
933
933
|
* found in the LICENSE file at https://angular.io/license
|
|
934
|
-
*/function dg(e,t){var n=e.localNames;if(null!==n)for(var r=0;r<n.length;r+=2)if(n[r]===t)return n[r+1];return null}function pg(e,t,n,r){return-1===n?function o(e,t){return 11&e.type?Jd(e,t):4&e.type?Rp(e,t):null}(t,e):-2===n?function i(e,t,n){return n===Yd?Jd(t,e):n===kp?Rp(t,e):n===Vp?qp(t,e):void 0}(e,t,r):
|
|
934
|
+
*/function dg(e,t){var n=e.localNames;if(null!==n)for(var r=0;r<n.length;r+=2)if(n[r]===t)return n[r+1];return null}function pg(e,t,n,r){return-1===n?function o(e,t){return 11&e.type?Jd(e,t):4&e.type?Rp(e,t):null}(t,e):-2===n?function i(e,t,n){return n===Yd?Jd(t,e):n===kp?Rp(t,e):n===Vp?qp(t,e):void 0}(e,t,r):hn(e,e[1],n,t)}function hg(e,t,n,r){var o=t[19].queries[r];if(null===o.matches){for(var i=e.data,a=n.matches,u=[],s=0;s<a.length;s+=2){var l=a[s];u.push(l<0?null:pg(t,i[l],a[s+1],n.metadata.read))}o.matches=u}return o.matches}function vg(e){var t=Xe(),n=et(),r=mt();_t(r+1);var o=wg(n,r);if(e.dirty&&qe(t)===(2==(2&o.metadata.flags))){if(null===o.matches)e.reset([]);else{var i=o.crossesNgTemplate?function e(t,n,r,o){var i=t.queries.getByIndex(r),a=i.matches;if(null!==a)for(var u=hg(t,n,i,r),s=0;s<a.length;s+=2){var l=a[s];if(l>0)o.push(u[s/2]);else{for(var c=a[s+1],f=n[-l],d=10;d<f.length;d++)(v=f[d])[17]===v[3]&&e(v[1],v,c,o);if(null!==f[9])for(var p=f[9],h=0;h<p.length;h++){var v;e((v=p[h])[1],v,c,o)}}}return o}(n,t,r,[]):hg(n,t,o,r);e.reset(i,Xd),e.notifyOnChanges()}return!0}return!1}function gg(e,t,n){var r=et();r.firstCreatePass&&(bg(r,new lg(e,t,n),-1),2==(2&t)&&(r.staticViewQueries=!0)),_g(r,Xe(),t)}function yg(e,t,n,r){var o=et();if(o.firstCreatePass){var i=nt();bg(o,new lg(t,n,r),i.index),function a(e,t){var n=e.contentQueries||(e.contentQueries=[]);t!==(n.length?n[n.length-1]:-1)&&n.push(e.queries.length-1,t)}(o,e),2==(2&n)&&(o.staticContentQueries=!0)}_g(o,Xe(),n)}function mg(){return function e(t,n){return t[19].queries[n].queryList}(Xe(),mt())}function _g(e,t,n){var r=new ag(4==(4&n));Va(e,t,r,r.destroy),null===t[19]&&(t[19]=new sg),t[19].queries.push(new ug(r))}function bg(e,t,n){null===e.queries&&(e.queries=new cg),e.queries.track(new fg(t,n))}function wg(e,t){return e.queries.getByIndex(t)}
|
|
935
935
|
/**
|
|
936
936
|
* @license
|
|
937
937
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -952,28 +952,28 @@ function ig(){return this._results[gs()]()}var ag=function(){function e(t){void
|
|
|
952
952
|
*
|
|
953
953
|
* Use of this source code is governed by an MIT-style license that can be
|
|
954
954
|
* found in the LICENSE file at https://angular.io/license
|
|
955
|
-
*/var xg={"ɵɵattribute":
|
|
955
|
+
*/var xg={"ɵɵattribute":Ps,"ɵɵattributeInterpolate1":Fs,"ɵɵattributeInterpolate2":Ls,"ɵɵattributeInterpolate3":Hs,"ɵɵattributeInterpolate4":Bs,"ɵɵattributeInterpolate5":Us,"ɵɵattributeInterpolate6":Qs,"ɵɵattributeInterpolate7":qs,"ɵɵattributeInterpolate8":zs,"ɵɵattributeInterpolateV":Ws,"ɵɵdefineComponent":re,"ɵɵdefineDirective":fe,"ɵɵdefineInjectable":I,"ɵɵdefineInjector":E,"ɵɵdefineNgModule":se,"ɵɵdefinePipe":de,"ɵɵdirectiveInject":kl,"ɵɵgetInheritedFactory":mn,"ɵɵinject":cr,"ɵɵinjectAttribute":bn,"ɵɵinvalidFactory":Pl,"ɵɵinvalidFactoryDep":fr,"ɵɵinjectPipeChangeDetectorRef":Ig,"ɵɵtemplateRefExtractor":Cg,"ɵɵNgOnChangesFeature":Oe,"ɵɵProvidersFeature":Ld,"ɵɵCopyDefinitionFeature":vs,"ɵɵInheritDefinitionFeature":ss,"ɵɵnextContext":Wl,"ɵɵnamespaceHTML":St,"ɵɵnamespaceMathML":At,"ɵɵnamespaceSVG":Dt,"ɵɵenableBindings":Ye,"ɵɵdisableBindings":$e,"ɵɵelementStart":jl,"ɵɵelementEnd":Dl,"ɵɵelement":Al,"ɵɵelementContainerStart":Sl,"ɵɵelementContainerEnd":Rl,"ɵɵelementContainer":Vl,"ɵɵpureFunction0":Sv,"ɵɵpureFunction1":Rv,"ɵɵpureFunction2":Vv,"ɵɵpureFunction3":Mv,"ɵɵpureFunction4":Fv,"ɵɵpureFunction5":Lv,"ɵɵpureFunction6":Hv,"ɵɵpureFunction7":Bv,"ɵɵpureFunction8":Uv,"ɵɵpureFunctionV":Qv,"ɵɵgetCurrentView":Ml,"ɵɵrestoreView":tt,"ɵɵlistener":Bl,"ɵɵprojection":Gl,"ɵɵsyntheticHostProperty":bf,"ɵɵsyntheticHostListener":Ul,"ɵɵpipeBind1":Yv,"ɵɵpipeBind2":$v,"ɵɵpipeBind3":Xv,"ɵɵpipeBind4":eg,"ɵɵpipeBindV":tg,"ɵɵprojectionDef":Kl,"ɵɵhostProperty":_f,"ɵɵproperty":Tl,"ɵɵpropertyInterpolate":Jl,"ɵɵpropertyInterpolate1":Yl,"ɵɵpropertyInterpolate2":$l,"ɵɵpropertyInterpolate3":Xl,"ɵɵpropertyInterpolate4":ec,"ɵɵpropertyInterpolate5":tc,"ɵɵpropertyInterpolate6":nc,"ɵɵpropertyInterpolate7":rc,"ɵɵpropertyInterpolate8":oc,"ɵɵpropertyInterpolateV":ic,"ɵɵpipe":Jv,"ɵɵqueryRefresh":vg,"ɵɵviewQuery":gg,"ɵɵloadQuery":mg,"ɵɵcontentQuery":yg,"ɵɵreference":Gs,"ɵɵclassMap":wc,"ɵɵclassMapInterpolate1":zc,"ɵɵclassMapInterpolate2":Wc,"ɵɵclassMapInterpolate3":Zc,"ɵɵclassMapInterpolate4":Kc,"ɵɵclassMapInterpolate5":Gc,"ɵɵclassMapInterpolate6":Jc,"ɵɵclassMapInterpolate7":Yc,"ɵɵclassMapInterpolate8":$c,"ɵɵclassMapInterpolateV":Xc,"ɵɵstyleMap":_c,"ɵɵstyleMapInterpolate1":ef,"ɵɵstyleMapInterpolate2":tf,"ɵɵstyleMapInterpolate3":nf,"ɵɵstyleMapInterpolate4":rf,"ɵɵstyleMapInterpolate5":of,"ɵɵstyleMapInterpolate6":af,"ɵɵstyleMapInterpolate7":uf,"ɵɵstyleMapInterpolate8":sf,"ɵɵstyleMapInterpolateV":lf,"ɵɵstyleProp":yc,"ɵɵstylePropInterpolate1":cf,"ɵɵstylePropInterpolate2":ff,"ɵɵstylePropInterpolate3":df,"ɵɵstylePropInterpolate4":pf,"ɵɵstylePropInterpolate5":hf,"ɵɵstylePropInterpolate6":vf,"ɵɵstylePropInterpolate7":gf,"ɵɵstylePropInterpolate8":yf,"ɵɵstylePropInterpolateV":mf,"ɵɵclassProp":mc,"ɵɵadvance":Xi,"ɵɵtemplate":Zs,"ɵɵtext":Sc,"ɵɵtextInterpolate":Rc,"ɵɵtextInterpolate1":Vc,"ɵɵtextInterpolate2":Mc,"ɵɵtextInterpolate3":Fc,"ɵɵtextInterpolate4":Lc,"ɵɵtextInterpolate5":Hc,"ɵɵtextInterpolate6":Bc,"ɵɵtextInterpolate7":Uc,"ɵɵtextInterpolate8":Qc,"ɵɵtextInterpolateV":qc,"ɵɵi18n":kd,"ɵɵi18nAttributes":Pd,"ɵɵi18nExp":Td,"ɵɵi18nStart":Ed,"ɵɵi18nEnd":Od,"ɵɵi18nApply":Nd,"ɵɵi18nPostprocess":jd,"ɵɵresolveWindow":ri,"ɵɵresolveDocument":oi,"ɵɵresolveBody":ii,"ɵɵsetComponentScope":oe,"ɵɵsetNgModuleScope":le,"ɵɵsanitizeHtml":ko,"ɵɵsanitizeStyle":Po,"ɵɵsanitizeResourceUrl":No,"ɵɵsanitizeScript":jo,"ɵɵsanitizeUrl":To,"ɵɵsanitizeUrlOrResourceUrl":Ro,"ɵɵtrustConstantHtml":Do,"ɵɵtrustConstantResourceUrl":Ao,forwardRef:s,resolveForwardRef:l},Eg=null,Og=[],kg=[],Pg=!1;function Tg(){if(!Pg){Pg=!0;try{for(var e=kg.length-1;e>=0;e--){var t=kg[e],n=t.moduleType,r=t.ngModule;r.declarations&&r.declarations.every(Ng)&&(kg.splice(e,1),Ag(n,r))}}finally{Pg=!1}}}function Ng(e){return Array.isArray(e)?e.every(Ng):!!l(e)}function jg(e,t){void 0===t&&(t={}),Dg(e,t),function n(e,t){kg.push({moduleType:e,ngModule:t})}(e,t)}function Dg(e,t,n){void 0===n&&(n=!1);var r=Qn(t.declarations||Og),o=null;Object.defineProperty(e,$,{configurable:!0,get:function(){return null===o&&((o=Hn().compileNgModule(xg,"ng:///"+e.name+"/ɵmod.js",{type:e,bootstrap:Qn(t.bootstrap||Og).map(l),declarations:r.map(l),imports:Qn(t.imports||Og).map(l).map(Vg),exports:Qn(t.exports||Og).map(l).map(Vg),schemas:t.schemas?Qn(t.schemas):null,id:t.id||null})).schemas||(o.schemas=[])),o}});var i=null;Object.defineProperty(e,ee,{get:function(){if(null===i){var t=Hn();i=t.compileFactory(xg,"ng:///"+e.name+"/ɵfac.js",{name:e.name,type:e,deps:Er(e),injectFn:"inject",target:t.R3FactoryTarget.NgModule,typeArgumentCount:0})}return i},configurable:!1});var a=null;Object.defineProperty(e,S,{get:function(){if(null===a){var n={name:e.name,type:e,providers:t.providers||Og,imports:[(t.imports||Og).map(l),(t.exports||Og).map(l)]};a=Hn().compileInjector(xg,"ng:///"+e.name+"/ɵinj.js",n)}return a},configurable:!1})}function Ag(e,t){var n=Qn(t.declarations||Og),r=Rg(e);n.forEach((function(t){t.hasOwnProperty(G)?Sg(pe(t),r):t.hasOwnProperty(J)||t.hasOwnProperty(Y)||(t.ngSelectorScope=e)}))}function Sg(e,t){e.directiveDefs=function(){return Array.from(t.compilation.directives).map((function(e){return e.hasOwnProperty(G)?pe(e):he(e)})).filter((function(e){return!!e}))},e.pipeDefs=function(){return Array.from(t.compilation.pipes).map((function(e){return ve(e)}))},e.schemas=t.schemas,e.tView=null}function Rg(e){if(!Mg(e))throw new Error(e.name+" does not have a module def (ɵmod property)");var t=ge(e);if(null!==t.transitiveCompileScopes)return t.transitiveCompileScopes;var n={schemas:t.schemas||null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set,pipes:new Set}};return ai(t.imports).forEach((function(e){var t=e;if(!Mg(t))throw new Error("Importing "+t.name+" which does not have a ɵmod property");var r=Rg(t);r.exported.directives.forEach((function(e){return n.compilation.directives.add(e)})),r.exported.pipes.forEach((function(e){return n.compilation.pipes.add(e)}))})),ai(t.declarations).forEach((function(e){ve(e)?n.compilation.pipes.add(e):n.compilation.directives.add(e)})),ai(t.exports).forEach((function(e){var t=e;if(Mg(t)){var r=Rg(t);r.exported.directives.forEach((function(e){n.compilation.directives.add(e),n.exported.directives.add(e)})),r.exported.pipes.forEach((function(e){n.compilation.pipes.add(e),n.exported.pipes.add(e)}))}else ve(t)?n.exported.pipes.add(t):n.exported.directives.add(t)})),t.transitiveCompileScopes=n,n}function Vg(e){return function t(e){return void 0!==e.ngModule}(e)?e.ngModule:e}function Mg(e){return!!ge(e)}
|
|
956
956
|
/**
|
|
957
957
|
* @license
|
|
958
958
|
* Copyright Google LLC All Rights Reserved.
|
|
959
959
|
*
|
|
960
960
|
* Use of this source code is governed by an MIT-style license that can be
|
|
961
961
|
* found in the LICENSE file at https://angular.io/license
|
|
962
|
-
*/new Map,new Map;var Fg=0;function Lg(t,n){var r=null;!function o(e,t){
|
|
962
|
+
*/new Map,new Map;var Fg=0;function Lg(t,n){var r=null;!function o(e,t){Dr(t)&&(Nr.set(e,t),jr.add(e))}(t,n),Ug(t,n),Object.defineProperty(t,G,{get:function(){if(null===r){var o=Hn();if(Dr(n)){var i=["Component '"+t.name+"' is not resolved:"];throw n.templateUrl&&i.push(" - templateUrl: "+n.templateUrl),n.styleUrls&&n.styleUrls.length&&i.push(" - styleUrls: "+JSON.stringify(n.styleUrls)),i.push("Did you run and wait for 'resolveComponentResources()'?"),new Error(i.join("\n"))}var a=function u(){return Eg}(),s=n.preserveWhitespaces;void 0===s&&(s=null!==a&&void 0!==a.preserveWhitespaces&&a.preserveWhitespaces);var l=n.encapsulation;void 0===l&&(l=null!==a&&void 0!==a.defaultEncapsulation?a.defaultEncapsulation:e.ViewEncapsulation.Emulated);var c=n.templateUrl||"ng:///"+t.name+"/template.html",f=Object.assign(Object.assign({},qg(t,n)),{typeSourceSpan:o.createParseSourceSpan("Component",t.name,c),template:n.template||"",preserveWhitespaces:s,styles:n.styles||K,animations:n.animations,directives:[],changeDetection:n.changeDetection,pipes:new Map,encapsulation:l,interpolation:n.interpolation,viewProviders:n.viewProviders||null});Fg++;try{f.usesInheritance&&zg(t),r=o.compileComponent(xg,c,f)}finally{Fg--}if(0===Fg&&Tg(),function d(e){return void 0!==e.ngSelectorScope}(t)){var p=Rg(t.ngSelectorScope);Sg(r,p)}}return r},configurable:!1})}function Hg(e,t){var n=null;Ug(e,t||{}),Object.defineProperty(e,J,{get:function(){if(null===n){var r=Bg(e,t||{});n=Hn().compileDirective(xg,r.sourceMapUrl,r.metadata)}return n},configurable:!1})}function Bg(e,t){var n=e&&e.name,r="ng:///"+n+"/ɵdir.js",o=Hn(),i=qg(e,t);return i.typeSourceSpan=o.createParseSourceSpan("Directive",n,r),i.usesInheritance&&zg(e),{metadata:i,sourceMapUrl:r}}function Ug(e,t){var n=null;Object.defineProperty(e,ee,{get:function(){if(null===n){var r=Bg(e,t),o=Hn();n=o.compileFactory(xg,"ng:///"+e.name+"/ɵfac.js",Object.assign(Object.assign({},r.metadata),{injectFn:"directiveInject",target:o.R3FactoryTarget.Directive}))}return n},configurable:!1})}function Qg(e){return Object.getPrototypeOf(e.prototype)===Object.prototype}function qg(e,t){var n,r=xr(),o=r.ownPropMetadata(e);return{name:e.name,type:e,typeArgumentCount:0,selector:void 0!==t.selector?t.selector:null,deps:Er(e),host:t.host||W,propMetadata:o,inputs:t.inputs||K,outputs:t.outputs||K,queries:Wg(e,o,Zg),lifecycle:{usesOnChanges:r.hasLifecycleHook(e,"ngOnChanges")},typeSourceSpan:null,usesInheritance:!Qg(e),exportAs:(n=t.exportAs,void 0===n?null:Jg(n)),providers:t.providers||null,viewQueries:Wg(e,o,Kg)}}function zg(e){for(var t=Object.prototype,n=Object.getPrototypeOf(e.prototype).constructor;n&&n!==t;)he(n)||pe(n)||!$g(n)||Hg(n,null),n=Object.getPrototypeOf(n)}function Wg(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 "'+m(e)+"\" since the query selector wasn't defined.");if(i.some(Gg))throw new Error("Cannot combine @Input decorators with query decorators");r.push(function a(e,t){return{propertyName:e,predicate:(n=t.selector,"string"==typeof n?Jg(n):l(n)),descendants:t.descendants,first:t.first,read:t.read?t.read:null,static:!!t.static,emitDistinctChangesOnly:!!t.emitDistinctChangesOnly};var n}(o,t))}}))}};for(var i in t)o(i);return r}function Zg(e){var t=e.ngMetadataName;return"ContentChild"===t||"ContentChildren"===t}function Kg(e){var t=e.ngMetadataName;return"ViewChild"===t||"ViewChildren"===t}function Gg(e){return"Input"===e.ngMetadataName}function Jg(e){return e.split(",").map((function(e){return e.trim()}))}var Yg=["ngOnChanges","ngOnInit","ngOnDestroy","ngDoCheck","ngAfterViewInit","ngAfterViewChecked","ngAfterContentInit","ngAfterContentChecked"];function $g(e){var t=xr();if(Yg.some((function(n){return t.hasLifecycleHook(e,n)})))return!0;var n=t.propMetadata(e);for(var r in n)for(var o=n[r],i=0;i<o.length;i++){var a=o[i],u=a.ngMetadataName;if(Gg(a)||Zg(a)||Kg(a)||"Output"===u||"HostBinding"===u||"HostListener"===u)return!0}return!1}
|
|
963
963
|
/**
|
|
964
964
|
* @license
|
|
965
965
|
* Copyright Google LLC All Rights Reserved.
|
|
966
966
|
*
|
|
967
967
|
* Use of this source code is governed by an MIT-style license that can be
|
|
968
968
|
* found in the LICENSE file at https://angular.io/license
|
|
969
|
-
*/function Xg(e,t){var n=null,r=null;Object.defineProperty(e,
|
|
969
|
+
*/function Xg(e,t){var n=null,r=null;Object.defineProperty(e,ee,{get:function(){if(null===r){var n=ey(e,t),o=Hn();r=o.compileFactory(xg,"ng:///"+n.name+"/ɵfac.js",Object.assign(Object.assign({},n),{injectFn:"directiveInject",target:o.R3FactoryTarget.Pipe}))}return r},configurable:!1}),Object.defineProperty(e,Y,{get:function(){if(null===n){var r=ey(e,t);n=Hn().compilePipe(xg,"ng:///"+r.name+"/ɵpipe.js",r)}return n},configurable:!1})}function ey(e,t){return{type:e,typeArgumentCount:0,name:e.name,deps:Er(e),pipeName:t.name,pure:void 0===t.pure||t.pure}}
|
|
970
970
|
/**
|
|
971
971
|
* @license
|
|
972
972
|
* Copyright Google LLC All Rights Reserved.
|
|
973
973
|
*
|
|
974
974
|
* Use of this source code is governed by an MIT-style license that can be
|
|
975
975
|
* found in the LICENSE file at https://angular.io/license
|
|
976
|
-
*/var ty=
|
|
976
|
+
*/var ty=xn("Directive",(function(e){return void 0===e&&(e={}),e}),void 0,void 0,(function(e,t){return dy(e,t)})),ny=xn("Component",(function(t){return void 0===t&&(t={}),Object.assign({changeDetection:e.ChangeDetectionStrategy.Default},t)}),ty,void 0,(function(e,t){return fy(e,t)})),ry=xn("Pipe",(function(e){return Object.assign({pure:!0},e)}),void 0,void 0,(function(e,t){return py(e,t)})),oy=kn("Input",(function(e){return{bindingPropertyName:e}})),iy=kn("Output",(function(e){return{bindingPropertyName:e}})),ay=kn("HostBinding",(function(e){return{hostPropertyName:e}})),uy=kn("HostListener",(function(e,t){return{eventName:e,args:t}})),sy=Lg,ly=Hg,cy=Xg,fy=Kd,dy=Kd,py=Kd,hy=xn("NgModule",(function(e){return e}),void 0,void 0,(function(e,t){return gy(e,t)})),vy=jg,gy=function yy(e,t){var n=t&&t.imports||[];t&&t.exports&&(n=v(n,[t.exports]));var r=e;r.ɵfac=rl(e,{useClass:e}),r.ɵinj=E({providers:t&&t.providers,imports:n})},my=new Sn("Application Initializer"),_y=function(){function e(e){var t=this;this.appInits=e,this.resolve=Kd,this.reject=Kd,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]();Fl(o)&&t.push(o)}Promise.all(t).then((function(){n()})).catch((function(t){e.reject(t)})),0===t.length&&n(),this.initialized=!0}},e}();_y.decorators=[{type:ol}],_y.ctorParameters=function(){return[{type:Array,decorators:[{type:mr,args:[my]},{type:_r}]}]};
|
|
977
977
|
/**
|
|
978
978
|
* @license
|
|
979
979
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -981,7 +981,7 @@ function ig(){return this._results[gs()]()}var ag=function(){function e(t){void
|
|
|
981
981
|
* Use of this source code is governed by an MIT-style license that can be
|
|
982
982
|
* found in the LICENSE file at https://angular.io/license
|
|
983
983
|
*/
|
|
984
|
-
var by=new
|
|
984
|
+
var by=new Sn("AppId");function wy(){return""+Iy()+Iy()+Iy()}var Cy={provide:by,useFactory:wy,deps:[]};function Iy(){return String.fromCharCode(97+Math.floor(25*Math.random()))}var xy=new Sn("Platform Initializer"),Ey=new Sn("Platform ID"),Oy=new Sn("appBootstrapListener"),ky=new Sn("Application Packages Root URL"),Py=function(){function e(){}return e.prototype.log=function(e){console.log(e)},e.prototype.warn=function(e){console.warn(e)},e}();Py.decorators=[{type:ol}];
|
|
985
985
|
/**
|
|
986
986
|
* @license
|
|
987
987
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -989,7 +989,7 @@ var by=new An("AppId");function wy(){return""+Iy()+Iy()+Iy()}var Cy={provide:by,
|
|
|
989
989
|
* Use of this source code is governed by an MIT-style license that can be
|
|
990
990
|
* found in the LICENSE file at https://angular.io/license
|
|
991
991
|
*/
|
|
992
|
-
var Ty,Ny=new
|
|
992
|
+
var Ty,Ny=new Sn("LocaleId"),jy=new Sn("DefaultCurrencyCode"),Dy=new Sn("Translations"),Ay=new Sn("TranslationsFormat");(Ty=e.MissingTranslationStrategy||(e.MissingTranslationStrategy={}))[Ty.Error=0]="Error",Ty[Ty.Warning=1]="Warning",Ty[Ty.Ignore=2]="Ignore";
|
|
993
993
|
/**
|
|
994
994
|
* @license
|
|
995
995
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -997,7 +997,7 @@ var Ty,Ny=new An("LocaleId"),jy=new An("DefaultCurrencyCode"),Dy=new An("Transla
|
|
|
997
997
|
* Use of this source code is governed by an MIT-style license that can be
|
|
998
998
|
* found in the LICENSE file at https://angular.io/license
|
|
999
999
|
*/
|
|
1000
|
-
var Sy=function Sy(e,t){this.ngModuleFactory=e,this.componentFactories=t};function Ry(){throw new Error("Runtime compiler is not loaded")}var Vy=function(e){return new Av(e)},My=Ry,Fy=Ry,Ly=function(e){var t=Vy(e),n=
|
|
1000
|
+
var Sy=function Sy(e,t){this.ngModuleFactory=e,this.componentFactories=t};function Ry(){throw new Error("Runtime compiler is not loaded")}var Vy=function(e){return new Av(e)},My=Ry,Fy=Ry,Ly=function(e){var t=Vy(e),n=ai(ge(e).declarations).reduce((function(e,t){var n=pe(t);return n&&e.push(new Ov(n)),e}),[]);return new Sy(t,n)},Hy=Ry,By=Ry,Uy=function(){function e(){this.compileModuleSync=My,this.compileModuleAsync=Fy,this.compileModuleAndAllComponentsSync=Hy,this.compileModuleAndAllComponentsAsync=By}return e.prototype.clearCache=function(){},e.prototype.clearCacheFor=function(e){},e.prototype.getModuleId=function(e){},e}();Uy.decorators=[{type:ol}];var Qy=new Sn("compilerOptions"),qy=function qy(){},zy=Promise.resolve(0);function Wy(e){"undefined"==typeof Zone?zy.then((function(){e&&e.apply(null,null)})):Zone.current.scheduleMicroTask("scheduleMicrotask",e)}
|
|
1001
1001
|
/**
|
|
1002
1002
|
* @license
|
|
1003
1003
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -1019,14 +1019,14 @@ var Zy=function(){function e(e){var t=e.enableLongStackTrace,n=void 0!==t&&t,r=e
|
|
|
1019
1019
|
*
|
|
1020
1020
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1021
1021
|
* found in the LICENSE file at https://angular.io/license
|
|
1022
|
-
*/em.decorators=[{type:
|
|
1022
|
+
*/em.decorators=[{type:ol}],em.ctorParameters=function(){return[{type:Zy}]};var tm=function(){function e(){this._applications=new Map,rm.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),rm.findTestabilityInTree(this,e,t)},e}();tm.decorators=[{type:ol}],tm.ctorParameters=function(){return[]};var nm,rm=new(function(){function e(){}return e.prototype.addToWindow=function(e){},e.prototype.findTestabilityInTree=function(e,t,n){return null},e}()),om=!0,im=!1;
|
|
1023
1023
|
/**
|
|
1024
1024
|
* @license
|
|
1025
1025
|
* Copyright Google LLC All Rights Reserved.
|
|
1026
1026
|
*
|
|
1027
1027
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1028
1028
|
* found in the LICENSE file at https://angular.io/license
|
|
1029
|
-
*/function am(){return im=!0,om}var um=new
|
|
1029
|
+
*/function am(){return im=!0,om}var um=new Sn("AllowMultipleToken"),sm=function sm(e,t){this.name=e,this.token=t};function lm(e){if(nm&&!nm.destroyed&&!nm.injector.get(um,!1))throw new Error("There can be only one platform. Destroy the previous one to create a new one.");nm=e.get(pm);var t=e.get(xy,null);return t&&t.forEach((function(e){return e()})),nm}function cm(e,t,n){void 0===n&&(n=[]);var r="Platform: "+t,o=new Sn(r);return function(t){void 0===t&&(t=[]);var i=dm();if(!i||i.injector.get(um,!1))if(e)e(n.concat(t).concat({provide:o,useValue:!0}));else{var a=n.concat(t).concat({provide:o,useValue:!0},{provide:mu,useValue:"platform"});lm(Su.create({providers:a,name:r}))}return fm(o)}}function fm(e){var t=dm();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 dm(){return nm&&!nm.destroyed?nm:null}var pm=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,t){return"noop"===e?new Xy:("zone.js"===e?void 0:e)||new Zy({enableLongStackTrace:am(),shouldCoalesceEventChangeDetection:!!(null==t?void 0:t.ngZoneEventCoalescing),shouldCoalesceRunChangeDetection:!!(null==t?void 0:t.ngZoneRunCoalescing)})}(t?t.ngZone:void 0,{ngZoneEventCoalescing:t&&t.ngZoneEventCoalescing||!1,ngZoneRunCoalescing:t&&t.ngZoneRunCoalescing||!1}),i=[{provide:Zy,useValue:r}];return r.run((function(){var t=Su.create({providers:i,parent:n.injector,name:e.moduleType.name}),o=e.create(t),a=o.injector.get(Ho,null);if(!a)throw new Error("No ErrorHandler. Is platform module (BrowserModule) included?");return r.runOutsideAngular((function(){var e=r.onError.subscribe({next:function(e){a.handleError(e)}});o.onDestroy((function(){gm(n._modules,o),e.unsubscribe()}))})),function u(e,t,n){try{var r=n();return Fl(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(_y);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=hm({},t);return function o(e,t,n){return e.get(qy).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(vm);if(e._bootstrapComponents.length>0)e._bootstrapComponents.forEach((function(e){return t.bootstrap(e)}));else{if(!e.instance.ngDoBootstrap)throw new Error("The module "+i(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:!1,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:!1,configurable:!0}),e}();function hm(e,t){return Array.isArray(t)?t.reduce(hm,e):Object.assign(Object.assign({},e),t)}pm.decorators=[{type:ol}],pm.ctorParameters=function(){return[{type:Su}]};var vm=function(){function e(e,r,o,i,a){var u=this;this._zone=e,this._injector=r,this._exceptionHandler=o,this._componentFactoryResolver=i,this._initStatus=a,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._stable=!0,this.componentTypes=[],this.components=[],this._onMicrotaskEmptySubscription=this._zone.onMicrotaskEmpty.subscribe({next:function(){u._zone.run((function(){u.tick()}))}});var s=new t.Observable((function(e){u._stable=u._zone.isStable&&!u._zone.hasPendingMacrotasks&&!u._zone.hasPendingMicrotasks,u._zone.runOutsideAngular((function(){e.next(u._stable),e.complete()}))})),l=new t.Observable((function(e){var t;u._zone.runOutsideAngular((function(){t=u._zone.onStable.subscribe((function(){Zy.assertNotInAngularZone(),Wy((function(){u._stable||u._zone.hasPendingMacrotasks||u._zone.hasPendingMicrotasks||(u._stable=!0,e.next(!0))}))}))}));var n=u._zone.onUnstable.subscribe((function(){Zy.assertInAngularZone(),u._stable&&(u._stable=!1,u._zone.runOutsideAngular((function(){e.next(!1)})))}));return function(){t.unsubscribe(),n.unsubscribe()}}));this.isStable=t.merge(s,l.pipe(n.share()))}return 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 Bd?e:this._componentFactoryResolver.resolveComponentFactory(e),this.componentTypes.push(n.componentType);var o=function i(e){return e instanceof Zd}(n)?void 0:this._injector.get(Mp),a=n.create(Su.NULL,[],t||n.selector,o),u=a.location.nativeElement,s=a.injector.get(em,null),l=s&&a.injector.get(tm);return s&&l&&l.registerApplication(u,s),a.onDestroy((function(){r.detachView(a.hostView),gm(r.components,a),l&&l.unregisterApplication(u)})),this._loadComponent(a),a},e.prototype.tick=function(){var e,t,n=this;if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");try{this._runningTick=!0;try{for(var r=p(this._views),o=r.next();!o.done;o=r.next())o.value.detectChanges()}catch(t){e={error:t}}finally{try{o&&!o.done&&(t=r.return)&&t.call(r)}finally{if(e)throw e.error}}}catch(e){this._zone.runOutsideAngular((function(){return n._exceptionHandler.handleError(e)}))}finally{this._runningTick=!1}},e.prototype.attachView=function(e){var t=e;this._views.push(t),t.attachToAppRef(this)},e.prototype.detachView=function(e){var t=e;gm(this._views,t),t.detachFromAppRef()},e.prototype._loadComponent=function(e){this.attachView(e.hostView),this.tick(),this.components.push(e),this._injector.get(Oy,[]).concat(this._bootstrapListeners).forEach((function(t){return t(e)}))},e.prototype.ngOnDestroy=function(){this._views.slice().forEach((function(e){return e.destroy()})),this._onMicrotaskEmptySubscription.unsubscribe()},Object.defineProperty(e.prototype,"viewCount",{get:function(){return this._views.length},enumerable:!1,configurable:!0}),e}();function gm(e,t){var n=e.indexOf(t);n>-1&&e.splice(n,1)}function ym(e){for(var t=e.length-1;t>=0;t--)if(void 0!==e[t])return e[t]}vm.decorators=[{type:ol}],vm.ctorParameters=function(){return[{type:Zy},{type:Su},{type:Ho},{type:Qd},{type:_y}]};
|
|
1030
1030
|
/**
|
|
1031
1031
|
* @license
|
|
1032
1032
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -1048,7 +1048,7 @@ var Zy=function(){function e(e){var t=e.enableLongStackTrace,n=void 0!==t&&t,r=e
|
|
|
1048
1048
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1049
1049
|
* found in the LICENSE file at https://angular.io/license
|
|
1050
1050
|
*/
|
|
1051
|
-
var mm=function mm(){};function _m(e){var t=jv(e);if(!t)throw wm(e);return t}var bm=_m;function wm(e){return new Error("No module with ID "+e+" loaded")}var Cm=function Cm(){},Im={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"},xm=function(){function e(e,t){this._compiler=e,this._config=t||Im}return e.prototype.load=function(e){return this._compiler instanceof Uy?this.loadFactory(e):this.loadAndCompile(e)},e.prototype.loadAndCompile=function(e){var t=this,n=h(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 Em(e,r,o)})).then((function(e){return t._compiler.compileModuleAsync(e)}))},e.prototype.loadFactory=function(e){var t=h(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 Em(e,n,r)}))},e}();function Em(e,t,n){if(!e)throw new Error("Cannot find '"+n+"' in '"+t+"'");return e}xm.decorators=[{type:rl}],xm.ctorParameters=function(){return[{type:Uy},{type:Cm,decorators:[{type:mr}]}]};var Om=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return d(t,e),t}(Cp),km=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return d(t,e),t}(Om),Pm=function Pm(e,t){this.name=e,this.callback=t},Tm=function(){function e(e,t,n){this.listeners=[],this.parent=null,this._debugContext=n,this.nativeNode=e,t&&t instanceof Nm&&t.addChild(this)}return Object.defineProperty(e.prototype,"injector",{get:function(){return this._debugContext.injector},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"componentInstance",{get:function(){return this._debugContext.component},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._debugContext.context},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"references",{get:function(){return this._debugContext.references},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"providerTokens",{get:function(){return this._debugContext.providerTokens},enumerable:!1,configurable:!0}),e}(),Nm=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 d(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,v([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 jm(this,e,t),t},t.prototype.queryAllNodes=function(e){var t=[];return Dm(this,e,t),t},Object.defineProperty(t.prototype,"children",{get:function(){return this.childNodes.filter((function(e){return e instanceof t}))},enumerable:!1,configurable:!0}),t.prototype.triggerEventHandler=function(e,t){this.listeners.forEach((function(n){n.name==e&&n.callback(t)}))},t}(Tm);function jm(e,t,n){e.childNodes.forEach((function(e){e instanceof Nm&&(t(e)&&n.push(e),jm(e,t,n))}))}function Dm(e,t,n){e instanceof Nm&&e.childNodes.forEach((function(e){t(e)&&n.push(e),e instanceof Nm&&Dm(e,t,n)}))}var Am=function(){function e(e){this.nativeNode=e}return Object.defineProperty(e.prototype,"parent",{get:function(){var e=this.nativeNode.parentNode;return e?new Sm(e):null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return Wu(this.nativeNode)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"componentInstance",{get:function(){var e=this.nativeNode;return e&&(Uu(e)||qu(e))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return Uu(this.nativeNode)||Qu(this.nativeNode)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"listeners",{get:function(){return Ju(this.nativeNode).filter((function(e){return"dom"===e.type}))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"references",{get:function(){return function e(t){var n=Ku(t,!1);return null===n?{}:(void 0===n.localRefs&&(n.localRefs=function r(e,t){var n=e[1].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:!1,configurable:!0}),Object.defineProperty(e.prototype,"providerTokens",{get:function(){return function e(t){var n=Ku(t,!1);if(null===n)return[];for(var r,o=n.lView[1],i=o.data[n.nodeIndex],a=[],u=i.directiveEnd,s=1048575&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:!1,configurable:!0}),e}(),Sm=function(e){function t(t){return e.call(this,t)||this}return d(t,e),Object.defineProperty(t.prototype,"nativeElement",{get:function(){return this.nativeNode.nodeType==Node.ELEMENT_NODE?this.nativeNode:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){try{var e=Ku(this.nativeNode);return e.lView[1].data[e.nodeIndex].value}catch(e){return this.nativeNode.nodeName}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"properties",{get:function(){var e=Ku(this.nativeNode,!1);if(null==e)return{};var t=e.lView,n=t[1].data,r=n[e.nodeIndex],o={};return function i(e,t){if(e)for(var n=Object.getPrototypeOf(e),r=Node.prototype;null!==n&&n!==r;){var o=Object.getOwnPropertyDescriptors(n);for(var i in o)if(!i.startsWith("__")&&!i.startsWith("on")){var a=e[i];Rm(a)&&(t[i]=a)}n=Object.getPrototypeOf(n)}}(this.nativeElement,o),function a(e,t,n,r){var o=t.propertyBindings;if(null!==o)for(var i=0;i<o.length;i++){var a=o[i],u=r[a].split("�"),s=u[0];if(u.length>1){for(var l=u[1],c=1;c<u.length-1;c++)l+=y(n[a+c-1])+u[c+1];e[s]=l}else e[s]=n[a]}}(o,r,t,n),o},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"attributes",{get:function(){var e={},t=this.nativeElement;if(!t)return e;var n=Ku(t,!1);if(null==n)return{};var r=n.lView[1].data[n.nodeIndex].attrs,o=[];if(r)for(var i=0;i<r.length;){var a=r[i];if("string"!=typeof a)break;e[a]=r[i+1],o.push(a.toLowerCase()),i+=2}var u=t.attributes;for(i=0;i<u.length;i++){var s=u[i],l=s.name.toLowerCase();-1===o.indexOf(l)&&(e[l]=s.value)}return e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"styles",{get:function(){return this.nativeElement&&this.nativeElement.style?this.nativeElement.style:{}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"classes",{get:function(){var e={},t=this.nativeElement.className;return(t&&"string"!=typeof t?t.baseVal.split(" "):t.split(" ")).forEach((function(t){return e[t]=!0})),e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"childNodes",{get:function(){for(var e=this.nativeNode.childNodes,t=[],n=0;n<e.length;n++)t.push(Qm(e[n]));return t},enumerable:!1,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(Qm(t[r]));return n},enumerable:!1,configurable:!0}),t.prototype.query=function(e){return this.queryAll(e)[0]||null},t.prototype.queryAll=function(e){var t=[];return Vm(this,e,t,!0),t},t.prototype.queryAllNodes=function(e){var t=[];return Vm(this,e,t,!1),t},t.prototype.triggerEventHandler=function(e,t){var n=this.nativeNode,r=[];this.listeners.forEach((function(o){if(o.name===e){var i=o.callback;i.call(n,t),r.push(i)}})),"function"==typeof n.eventListeners&&n.eventListeners(e).forEach((function(e){if(-1!==e.toString().indexOf("__ngUnwrap__")){var o=e("__ngUnwrap__");return-1===r.indexOf(o)&&o.call(n,t)}}))},t}(Am);function Rm(e){return"string"==typeof e||"boolean"==typeof e||"number"==typeof e||null===e}function Vm(e,t,n,r){var o=Ku(e.nativeNode,!1);null!==o?Mm(o.lView[1].data[o.nodeIndex],o.lView,t,n,r,e.nativeNode):Hm(e.nativeNode,t,n,r)}function Mm(e,t,n,r,o,i){var a,u,s=function l(e,t){var n=null===e?-1:e.index;return-1!==n?Re(t[n]):null}(e,t);if(11&e.type){Lm(s,n,r,o,i),be(e)?(d=He(e.index,t))&&d[1].firstChild&&Mm(d[1].firstChild,d,n,r,o,i):(e.child&&Mm(e.child,t,n,r,o,i),s&&Hm(s,n,r,o));var c=t[e.index];me(c)&&Fm(c,n,r,o,i)}else if(4&e.type){var f=t[e.index];Lm(f[7],n,r,o,i),Fm(f,n,r,o,i)}else if(16&e.type){var d,h=(d=t[16])[6].projection[e.projection];if(Array.isArray(h))try{for(var v=p(h),g=v.next();!g.done;g=v.next())Lm(g.value,n,r,o,i)}catch(e){a={error:e}}finally{try{g&&!g.done&&(u=v.return)&&u.call(v)}finally{if(a)throw a.error}}else if(h){var y,m=d[3];Mm(y=m[1].data[h.index],m,n,r,o,i)}}else e.child&&Mm(e.child,t,n,r,o,i);i!==s&&(y=4&e.flags?e.projectionNext:e.next)&&Mm(y,t,n,r,o,i)}function Fm(e,t,n,r,o){for(var i=10;i<e.length;i++){var a=e[i],u=a[1].firstChild;u&&Mm(u,a,t,n,r,o)}}function Lm(e,t,n,r,o){if(o!==e){var i=qm(e);if(!i)return;(r&&i instanceof Sm&&t(i)&&-1===n.indexOf(i)||!r&&t(i)&&-1===n.indexOf(i))&&n.push(i)}}function Hm(e,t,n,r){for(var o=e.childNodes,i=o.length,a=0;a<i;a++){var u=o[a],s=qm(u);s&&((r&&s instanceof Sm&&t(s)&&-1===n.indexOf(s)||!r&&t(s)&&-1===n.indexOf(s))&&n.push(s),Hm(u,t,n,r))}}var Bm=new Map;function Um(e){return Bm.get(e)||null}function Qm(e){return e instanceof Node?(e.hasOwnProperty("__ng_debug__")||(e.__ng_debug__=e.nodeType==Node.ELEMENT_NODE?new Sm(e):new Am(e)),e.__ng_debug__):null}var qm=Um;function zm(e){return Um(e)}var Wm=zm;function Zm(e){Bm.set(e.nativeNode,e)}var Km=Tm,Gm=Nm,Jm=cm(null,"core",[{provide:Ey,useValue:"unknown"},{provide:pm,deps:[Au]},{provide:tm,deps:[]},{provide:Py,deps:[]}]);
|
|
1051
|
+
var mm=function mm(){};function _m(e){var t=jv(e);if(!t)throw wm(e);return t}var bm=_m;function wm(e){return new Error("No module with ID "+e+" loaded")}var Cm=function Cm(){},Im={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"},xm=function(){function e(e,t){this._compiler=e,this._config=t||Im}return e.prototype.load=function(e){return this._compiler instanceof Uy?this.loadFactory(e):this.loadAndCompile(e)},e.prototype.loadAndCompile=function(e){var t=this,n=h(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 Em(e,r,o)})).then((function(e){return t._compiler.compileModuleAsync(e)}))},e.prototype.loadFactory=function(e){var t=h(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 Em(e,n,r)}))},e}();function Em(e,t,n){if(!e)throw new Error("Cannot find '"+n+"' in '"+t+"'");return e}xm.decorators=[{type:ol}],xm.ctorParameters=function(){return[{type:Uy},{type:Cm,decorators:[{type:_r}]}]};var Om=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return d(t,e),t}(Cp),km=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return d(t,e),t}(Om),Pm=function Pm(e,t){this.name=e,this.callback=t},Tm=function(){function e(e,t,n){this.listeners=[],this.parent=null,this._debugContext=n,this.nativeNode=e,t&&t instanceof Nm&&t.addChild(this)}return Object.defineProperty(e.prototype,"injector",{get:function(){return this._debugContext.injector},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"componentInstance",{get:function(){return this._debugContext.component},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._debugContext.context},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"references",{get:function(){return this._debugContext.references},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"providerTokens",{get:function(){return this._debugContext.providerTokens},enumerable:!1,configurable:!0}),e}(),Nm=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 d(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,v([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 jm(this,e,t),t},t.prototype.queryAllNodes=function(e){var t=[];return Dm(this,e,t),t},Object.defineProperty(t.prototype,"children",{get:function(){return this.childNodes.filter((function(e){return e instanceof t}))},enumerable:!1,configurable:!0}),t.prototype.triggerEventHandler=function(e,t){this.listeners.forEach((function(n){n.name==e&&n.callback(t)}))},t}(Tm);function jm(e,t,n){e.childNodes.forEach((function(e){e instanceof Nm&&(t(e)&&n.push(e),jm(e,t,n))}))}function Dm(e,t,n){e instanceof Nm&&e.childNodes.forEach((function(e){t(e)&&n.push(e),e instanceof Nm&&Dm(e,t,n)}))}var Am=function(){function e(e){this.nativeNode=e}return Object.defineProperty(e.prototype,"parent",{get:function(){var e=this.nativeNode.parentNode;return e?new Sm(e):null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return Zu(this.nativeNode)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"componentInstance",{get:function(){var e=this.nativeNode;return e&&(Qu(e)||zu(e))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return Qu(this.nativeNode)||qu(this.nativeNode)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"listeners",{get:function(){return Yu(this.nativeNode).filter((function(e){return"dom"===e.type}))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"references",{get:function(){return function e(t){var n=Gu(t,!1);return null===n?{}:(void 0===n.localRefs&&(n.localRefs=function r(e,t){var n=e[1].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:!1,configurable:!0}),Object.defineProperty(e.prototype,"providerTokens",{get:function(){return function e(t){var n=Gu(t,!1);if(null===n)return[];for(var r,o=n.lView[1],i=o.data[n.nodeIndex],a=[],u=i.directiveEnd,s=1048575&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:!1,configurable:!0}),e}(),Sm=function(e){function t(t){return e.call(this,t)||this}return d(t,e),Object.defineProperty(t.prototype,"nativeElement",{get:function(){return this.nativeNode.nodeType==Node.ELEMENT_NODE?this.nativeNode:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){try{var e=Gu(this.nativeNode);return e.lView[1].data[e.nodeIndex].value}catch(e){return this.nativeNode.nodeName}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"properties",{get:function(){var e=Gu(this.nativeNode,!1);if(null==e)return{};var t=e.lView,n=t[1].data,r=n[e.nodeIndex],o={};return function i(e,t){if(e)for(var n=Object.getPrototypeOf(e),r=Node.prototype;null!==n&&n!==r;){var o=Object.getOwnPropertyDescriptors(n);for(var i in o)if(!i.startsWith("__")&&!i.startsWith("on")){var a=e[i];Rm(a)&&(t[i]=a)}n=Object.getPrototypeOf(n)}}(this.nativeElement,o),function a(e,t,n,r){var o=t.propertyBindings;if(null!==o)for(var i=0;i<o.length;i++){var a=o[i],u=r[a].split("�"),s=u[0];if(u.length>1){for(var l=u[1],c=1;c<u.length-1;c++)l+=y(n[a+c-1])+u[c+1];e[s]=l}else e[s]=n[a]}}(o,r,t,n),o},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"attributes",{get:function(){var e={},t=this.nativeElement;if(!t)return e;var n=Gu(t,!1);if(null==n)return{};var r=n.lView[1].data[n.nodeIndex].attrs,o=[];if(r)for(var i=0;i<r.length;){var a=r[i];if("string"!=typeof a)break;e[a]=r[i+1],o.push(a.toLowerCase()),i+=2}var u=t.attributes;for(i=0;i<u.length;i++){var s=u[i],l=s.name.toLowerCase();-1===o.indexOf(l)&&(e[l]=s.value)}return e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"styles",{get:function(){return this.nativeElement&&this.nativeElement.style?this.nativeElement.style:{}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"classes",{get:function(){var e={},t=this.nativeElement.className;return(t&&"string"!=typeof t?t.baseVal.split(" "):t.split(" ")).forEach((function(t){return e[t]=!0})),e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"childNodes",{get:function(){for(var e=this.nativeNode.childNodes,t=[],n=0;n<e.length;n++)t.push(Qm(e[n]));return t},enumerable:!1,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(Qm(t[r]));return n},enumerable:!1,configurable:!0}),t.prototype.query=function(e){return this.queryAll(e)[0]||null},t.prototype.queryAll=function(e){var t=[];return Vm(this,e,t,!0),t},t.prototype.queryAllNodes=function(e){var t=[];return Vm(this,e,t,!1),t},t.prototype.triggerEventHandler=function(e,t){var n=this.nativeNode,r=[];this.listeners.forEach((function(o){if(o.name===e){var i=o.callback;i.call(n,t),r.push(i)}})),"function"==typeof n.eventListeners&&n.eventListeners(e).forEach((function(e){if(-1!==e.toString().indexOf("__ngUnwrap__")){var o=e("__ngUnwrap__");return-1===r.indexOf(o)&&o.call(n,t)}}))},t}(Am);function Rm(e){return"string"==typeof e||"boolean"==typeof e||"number"==typeof e||null===e}function Vm(e,t,n,r){var o=Gu(e.nativeNode,!1);null!==o?Mm(o.lView[1].data[o.nodeIndex],o.lView,t,n,r,e.nativeNode):Hm(e.nativeNode,t,n,r)}function Mm(e,t,n,r,o,i){var a,u,s=function l(e,t){var n=null===e?-1:e.index;return-1!==n?Ve(t[n]):null}(e,t);if(11&e.type){Lm(s,n,r,o,i),we(e)?(d=Be(e.index,t))&&d[1].firstChild&&Mm(d[1].firstChild,d,n,r,o,i):(e.child&&Mm(e.child,t,n,r,o,i),s&&Hm(s,n,r,o));var c=t[e.index];_e(c)&&Fm(c,n,r,o,i)}else if(4&e.type){var f=t[e.index];Lm(f[7],n,r,o,i),Fm(f,n,r,o,i)}else if(16&e.type){var d,h=(d=t[16])[6].projection[e.projection];if(Array.isArray(h))try{for(var v=p(h),g=v.next();!g.done;g=v.next())Lm(g.value,n,r,o,i)}catch(e){a={error:e}}finally{try{g&&!g.done&&(u=v.return)&&u.call(v)}finally{if(a)throw a.error}}else if(h){var y,m=d[3];Mm(y=m[1].data[h.index],m,n,r,o,i)}}else e.child&&Mm(e.child,t,n,r,o,i);i!==s&&(y=4&e.flags?e.projectionNext:e.next)&&Mm(y,t,n,r,o,i)}function Fm(e,t,n,r,o){for(var i=10;i<e.length;i++){var a=e[i],u=a[1].firstChild;u&&Mm(u,a,t,n,r,o)}}function Lm(e,t,n,r,o){if(o!==e){var i=qm(e);if(!i)return;(r&&i instanceof Sm&&t(i)&&-1===n.indexOf(i)||!r&&t(i)&&-1===n.indexOf(i))&&n.push(i)}}function Hm(e,t,n,r){for(var o=e.childNodes,i=o.length,a=0;a<i;a++){var u=o[a],s=qm(u);s&&((r&&s instanceof Sm&&t(s)&&-1===n.indexOf(s)||!r&&t(s)&&-1===n.indexOf(s))&&n.push(s),Hm(u,t,n,r))}}var Bm=new Map;function Um(e){return Bm.get(e)||null}function Qm(e){return e instanceof Node?(e.hasOwnProperty("__ng_debug__")||(e.__ng_debug__=e.nodeType==Node.ELEMENT_NODE?new Sm(e):new Am(e)),e.__ng_debug__):null}var qm=Um;function zm(e){return Um(e)}var Wm=zm;function Zm(e){Bm.set(e.nativeNode,e)}var Km=Tm,Gm=Nm,Jm=cm(null,"core",[{provide:Ey,useValue:"unknown"},{provide:pm,deps:[Su]},{provide:tm,deps:[]},{provide:Py,deps:[]}]);
|
|
1052
1052
|
/**
|
|
1053
1053
|
* @license
|
|
1054
1054
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -1056,7 +1056,7 @@ var mm=function mm(){};function _m(e){var t=jv(e);if(!t)throw wm(e);return t}var
|
|
|
1056
1056
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1057
1057
|
* found in the LICENSE file at https://angular.io/license
|
|
1058
1058
|
*/
|
|
1059
|
-
function Ym(){return Np}function $m(){return jp}function Xm(e){return e||"en-US"}var e_,t_,n_=[{provide:vm,useClass:vm,deps:[Zy,
|
|
1059
|
+
function Ym(){return Np}function $m(){return jp}function Xm(e){return e||"en-US"}var e_,t_,n_=[{provide:vm,useClass:vm,deps:[Zy,Su,Ho,Qd,_y]},{provide:Ev,deps:[Zy],useFactory:r_},{provide:_y,useClass:_y,deps:[[new _r,my]]},{provide:Uy,useClass:Uy,deps:[]},Cy,{provide:_p,useFactory:Ym,deps:[]},{provide:wp,useFactory:$m,deps:[]},{provide:Ny,useFactory:Xm,deps:[[new mr(Ny),new _r,new wr]]},{provide:jy,useValue:"USD"}];function r_(e){var t=[];return e.onStable.subscribe((function(){for(;t.length;)t.pop()()})),function(e){t.push(e)}}function o_(t,n,r){var o,i=r.element,a=t.root.selectorOrNode,u=t.renderer;if(t.parent||!a){o=i.name?u.createElement(i.name,i.ns):u.createComment("");var s=wh(t,n,r);s&&u.appendChild(s,o)}else o=u.selectRootElement(a,!!i.componentRendererType&&i.componentRendererType.encapsulation===e.ViewEncapsulation.ShadowDom);if(i.attrs)for(var l=0;l<i.attrs.length;l++){var c=h(i.attrs[l],3);u.setAttribute(o,c[1],c[2],c[0])}return o}function i_(e,t,n,r){for(var o=0;o<n.outputs.length;o++){var i=n.outputs[o],a=a_(e,n.nodeIndex,(f=i.eventName,(c=i.target)?c+":"+f:f)),u=i.target,s=e;"component"===i.target&&(u=null,s=t);var l=s.renderer.listen(u||r,i.eventName,a);e.disposables[n.outputIndex+o]=l}var c,f}function a_(e,t,n){return function(r){return dh(e,t,n,r)}}function u_(t,n,r,o){if(!sh(t,n,r,o))return!1;var i=n.bindings[r],a=Yp(t,n.nodeIndex),u=a.renderElement,s=i.name;switch(15&i.flags){case 1:!function l(e,t,n,r,o,i){var a=t.securityContext,u=a?e.root.sanitizer.sanitize(a,i):i;u=null!=u?u.toString():null;var s=e.renderer;null!=i?s.setAttribute(n,o,u,r):s.removeAttribute(n,o,r)}(t,i,u,i.ns,s,o);break;case 2:!function c(e,t,n,r){var o=e.renderer;r?o.addClass(t,n):o.removeClass(t,n)}(t,u,s,o);break;case 4:!function f(t,n,r,o,i){var a=t.root.sanitizer.sanitize(e.SecurityContext.STYLE,i);if(null!=a){a=a.toString();var u=n.suffix;null!=u&&(a+=u)}else a=null;var s=t.renderer;null!=a?s.setStyle(r,o,a):s.removeStyle(r,o)}(t,i,u,s,o);break;case 8:!function d(e,t,n,r,o){var i=t.securityContext,a=i?e.root.sanitizer.sanitize(i,o):o;e.renderer.setProperty(n,r,a)}
|
|
1060
1060
|
/**
|
|
1061
1061
|
* @license
|
|
1062
1062
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -1084,7 +1084,7 @@ function Ym(){return Np}function $m(){return jp}function Xm(e){return e||"en-US"
|
|
|
1084
1084
|
*
|
|
1085
1085
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1086
1086
|
* found in the LICENSE file at https://angular.io/license
|
|
1087
|
-
*/(e,t,n);default:throw"unreachable"}}(e,t,r)}function k_(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=Yp(e,n).template._projectedViews;if(o)for(var i=0;i<o.length;i++){var a=o[i];a.state|=32,fh(a,e)}}else 0==(4&r.childFlags)&&(n+=r.childCount)}}function P_(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&&lh(e,t,0,n),d>1&&lh(e,t,1,r),d>2&&lh(e,t,2,o),d>3&&lh(e,t,3,i),d>4&&lh(e,t,4,a),d>5&&lh(e,t,5,u),d>6&&lh(e,t,6,s),d>7&&lh(e,t,7,l),d>8&&lh(e,t,8,c),d>9&&lh(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++)lh(e,t,r,n[r])}(e,t,r),!1}function T_(e,t){if(eh(e,t.nodeIndex).dirty)throw zp(nh.createDebugContext(e,t.nodeIndex),"Query "+t.query.id+" not dirty","Query "+t.query.id+" dirty",0!=(1&e.state))}function N_(e){if(!(128&e.state)){if(D_(e,e_.Destroy),j_(e,e_.Destroy),bv(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=ph(e);if(t){var n=t.template._projectedViews;n&&(
|
|
1087
|
+
*/(e,t,n);default:throw"unreachable"}}(e,t,r)}function k_(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=Yp(e,n).template._projectedViews;if(o)for(var i=0;i<o.length;i++){var a=o[i];a.state|=32,fh(a,e)}}else 0==(4&r.childFlags)&&(n+=r.childCount)}}function P_(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&&lh(e,t,0,n),d>1&&lh(e,t,1,r),d>2&&lh(e,t,2,o),d>3&&lh(e,t,3,i),d>4&&lh(e,t,4,a),d>5&&lh(e,t,5,u),d>6&&lh(e,t,6,s),d>7&&lh(e,t,7,l),d>8&&lh(e,t,8,c),d>9&&lh(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++)lh(e,t,r,n[r])}(e,t,r),!1}function T_(e,t){if(eh(e,t.nodeIndex).dirty)throw zp(nh.createDebugContext(e,t.nodeIndex),"Query "+t.query.id+" not dirty","Query "+t.query.id+" dirty",0!=(1&e.state))}function N_(e){if(!(128&e.state)){if(D_(e,e_.Destroy),j_(e,e_.Destroy),bv(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=ph(e);if(t){var n=t.template._projectedViews;n&&(Wn(n,n.indexOf(e)),nh.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(Yp(e,n).renderElement):2&r.flags?e.renderer.destroyNode(Jp(e,n).renderText):(67108864&r.flags||134217728&r.flags)&&eh(e,n).destroy()}}(e),gh(e)&&e.renderer.destroy(),e.state|=128}}function j_(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?A_(Yp(e,r).componentView,t):0==(33554432&o.childFlags)&&(r+=o.childCount)}}function D_(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=Yp(e,r).viewContainer._embeddedViews,a=0;a<i.length;a++)A_(i[a],t);else 0==(16777216&o.childFlags)&&(r+=o.childCount)}}function A_(e,t){var n=e.state;switch(t){case e_.CheckNoChanges:0==(128&n)&&(12==(12&n)?x_(e):64&n&&S_(e,e_.CheckNoChangesProjectedViews));break;case e_.CheckNoChangesProjectedViews:0==(128&n)&&(32&n?x_(e):64&n&&S_(e,t));break;case e_.CheckAndUpdate:0==(128&n)&&(12==(12&n)?E_(e):64&n&&S_(e,e_.CheckAndUpdateProjectedViews));break;case e_.CheckAndUpdateProjectedViews:0==(128&n)&&(32&n?E_(e):64&n&&S_(e,t));break;case e_.Destroy:N_(e);break;case e_.CreateViewNodes:I_(e)}}function S_(e,t){D_(e,t),j_(e,t)}function R_(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(nh.setCurrentNode(e,a.nodeIndex),r){case 0:l_(e,a);break;case 1:T_(e,a)}a.childFlags&t&&a.childFlags&n||(i+=a.childCount)}}(t_=function t_(e){}).decorators=[{type:hy,args:[{providers:n_}]}],t_.ctorParameters=function(){return[{type:vm}]},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"}(e_||(e_={}));var V_=!1;function M_(){if(!V_){V_=!0;var e=am()?function t(){return{setCurrentNode:ab,createRootView:L_,createEmbeddedView:B_,createComponentView:U_,createNgModuleRef:Q_,overrideProvider:Y_,overrideComponentView:$_,clearOverrides:X_,checkAndUpdateView:rb,checkNoChangesView:ob,destroyView:ib,createDebugContext:function(e,t){return new hb(e,t)},handleEvent:ub,updateDirectives:sb,updateRenderer:lb}}():function n(){return{setCurrentNode:function(){},createRootView:F_,createEmbeddedView:m_,createComponentView:b_,createNgModuleRef:ev,overrideProvider:rh,overrideComponentView:rh,clearOverrides:rh,checkAndUpdateView:E_,checkNoChangesView:x_,destroyView:N_,createDebugContext:function(e,t){return new hb(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?tb:nb,e)},updateRenderer:function(e,t){return e.def.updateRenderer(0===t?tb:nb,e)}}}();nh.setCurrentNode=e.setCurrentNode,nh.createRootView=e.createRootView,nh.createEmbeddedView=e.createEmbeddedView,nh.createComponentView=e.createComponentView,nh.createNgModuleRef=e.createNgModuleRef,nh.overrideProvider=e.overrideProvider,nh.overrideComponentView=e.overrideComponentView,nh.clearOverrides=e.clearOverrides,nh.checkAndUpdateView=e.checkAndUpdateView,nh.checkNoChangesView=e.checkNoChangesView,nh.destroyView=e.destroyView,nh.resolveDep=yv,nh.createDebugContext=e.createDebugContext,nh.handleEvent=e.handleEvent,nh.updateDirectives=e.updateDirectives,nh.updateRenderer=e.updateRenderer,nh.dirtyParentQueries=s_}}function F_(e,t,n,r,o,i){var a=o.injector.get(tp);return __(H_(e,o,a,t,n),r,i)}function L_(e,t,n,r,o,i){var a=o.injector.get(tp),u=H_(e,o,new _b(a),t,n),s=eb(r);return yb(q_.create,__,null,[u,s,i])}function H_(e,t,n,r,o){var i=t.injector.get(np),a=t.injector.get(Ho),u=n.createRenderer(null,null);return{ngModule:t,injector:e,projectableNodes:r,selectorOrNode:o,sanitizer:i,rendererFactory:n,renderer:u,errorHandler:a}}function B_(e,t,n,r){var o=eb(n);return yb(q_.create,m_,null,[e,t,o,r])}function U_(e,t,n,r){return n=J_.get(t.element.componentProvider.provider.token)||eb(n),yb(q_.create,b_,null,[e,t,n,r])}function Q_(e,t,n,r){return ev(e,t,n,function o(e){var t=function n(e){var t=!1,n=!1;return 0===K_.size||(e.providers.forEach((function(e){var r=K_.get(e.token);3840&e.flags&&r&&(t=!0,n=n||r.deprecatedBehavior)})),e.modules.forEach((function(e){G_.forEach((function(r,o){O(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=K_.get(n.token);o&&(n.flags=-3841&n.flags|o.flags,n.deps=bh(o.deps),n.value=o.value)}if(G_.size>0){var i=new Set(e.modules);G_.forEach((function(t,n){if(i.has(O(n).providedIn)){var o={token:n,flags:t.flags|(r?4096:0),deps:bh(t.deps),value:t.value,index:e.providers.length};e.providers.push(o),e.providersByKey[ih(n)]=o}}))}}(e=e.factory((function(){return rh}))),e):e}(r))}var q_,z_,W_,Z_,K_=new Map,G_=new Map,J_=new Map;function Y_(e){var t;K_.set(e.token,e),"function"==typeof e.token&&(t=O(e.token))&&"function"==typeof t.providedIn&&G_.set(e.token,e)}function $_(e,t){var n=Ih(Qh(t)),r=Ih(n.nodes[0].element.componentView);J_.set(e,r)}function X_(){K_.clear(),G_.clear(),J_.clear()}function eb(e){if(0===K_.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&&K_.has(o.provider.token)&&(t.push(n.nodeIndex),n=null)}return t}(e);if(0===t.length)return e;e=e.factory((function(){return rh}));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=K_.get(o.token);i&&(r.flags=-3841&r.flags|i.flags,o.deps=bh(i.deps),o.value=i.value)}}}}function tb(e,t,n,r,o,i,a,u,s,l,c,f,d){var p=e.def.nodes[t];return O_(e,p,n,r,o,i,a,u,s,l,c,f,d),224&p.flags?Xp(e,t).value:void 0}function nb(e,t,n,r,o,i,a,u,s,l,c,f,d){var p=e.def.nodes[t];return P_(e,p,n,r,o,i,a,u,s,l,c,f,d),224&p.flags?Xp(e,t).value:void 0}function rb(e){return yb(q_.detectChanges,E_,null,[e])}function ob(e){return yb(q_.checkNoChanges,x_,null,[e])}function ib(e){return yb(q_.destroy,N_,null,[e])}function ab(e,t){W_=e,Z_=t}function ub(e,t,n,r){return ab(e,t),yb(q_.handleEvent,e.def.handleEvent,null,[e,t,n,r])}function sb(e,t){if(128&e.state)throw Zp(q_[z_]);return ab(e,db(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?cb(e,u,o,i):fb(e,u,o,i),16384&u.flags&&ab(e,db(e,r)),224&u.flags?Xp(e,u.nodeIndex).value:void 0}),e)}function lb(e,t){if(128&e.state)throw Zp(q_[z_]);return ab(e,pb(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?cb(e,u,o,i):fb(e,u,o,i),3&u.flags&&ab(e,pb(e,r)),224&u.flags?Xp(e,u.nodeIndex).value:void 0}),e)}function cb(e,t,n,r){if(O_.apply(void 0,v([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[(p=u.nonMinifiedName,"ng-reflect-"+function l(e){return e.replace(qo,(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return"-"+e[1].toLowerCase()}))}(p.replace(/[$@]/g,"_")))]=zo(s))}var c=t.parent,f=Yp(e,c.nodeIndex).renderElement;if(c.element.name)for(var d in i)null!=(s=i[d])?e.renderer.setAttribute(f,d,s):e.renderer.removeAttribute(f,d);else e.renderer.setValue(f,Qo("bindings="+JSON.stringify(i,null,2)))}}
|
|
1088
1088
|
/**
|
|
1089
1089
|
* @license
|
|
1090
1090
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -1092,7 +1092,7 @@ function Ym(){return Np}function $m(){return jp}function Xm(e){return e||"en-US"
|
|
|
1092
1092
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1093
1093
|
* found in the LICENSE file at https://angular.io/license
|
|
1094
1094
|
*/
|
|
1095
|
-
var p}function fb(e,t,n,r){P_.apply(void 0,v([e,t,n],r))}function db(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 pb(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"}(q_||(q_={}));var hb=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=hh(r),r=r.parent;this.elDef=n,this.elView=r}return Object.defineProperty(e.prototype,"elOrCompView",{get:function(){return Yp(this.elView,this.elDef.nodeIndex).componentView||this.view},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return $h(this.elView,this.elDef)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"component",{get:function(){return this.elOrCompView.component},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this.elOrCompView.context},enumerable:!1,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:!1,configurable:!0}),Object.defineProperty(e.prototype,"references",{get:function(){var e={};if(this.elDef){gb(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&&gb(this.elView,n,e),t+=n.childCount}}return e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"componentRenderElement",{get:function(){var e=function t(e){for(;e&&!gh(e);)e=e.parent;return e.parent?Yp(e.parent,hh(e).nodeIndex):null}(this.elOrCompView);return e?e.renderElement:void 0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"renderNode",{get:function(){return 2&this.nodeDef.flags?vh(this.view,this.nodeDef):vh(this.elView,this.elDef)},enumerable:!1,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=vb(t,n),a=-1,u=function(){var t;return++a===i?(t=e.error).bind.apply(t,v([e],r)):rh};t.factory(u),a<i&&(e.error("Illegal state: the ViewDefinitionFactory did not call the logger!"),e.error.apply(e,v(r)))},e}();function vb(e,t){for(var n=-1,r=0;r<=t;r++)3&e.nodes[r].flags&&n++;return n}function gb(e,t,n){for(var r in t.references)n[r]=f_(e,t,t.references[r])}function yb(e,t,n,r){var o=z_,i=W_,a=Z_;try{z_=e;var u=t.apply(n,r);return W_=i,Z_=a,z_=o,u}catch(e){if(function s(e){return!!
|
|
1095
|
+
var p}function fb(e,t,n,r){P_.apply(void 0,v([e,t,n],r))}function db(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 pb(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"}(q_||(q_={}));var hb=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=hh(r),r=r.parent;this.elDef=n,this.elView=r}return Object.defineProperty(e.prototype,"elOrCompView",{get:function(){return Yp(this.elView,this.elDef.nodeIndex).componentView||this.view},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return $h(this.elView,this.elDef)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"component",{get:function(){return this.elOrCompView.component},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this.elOrCompView.context},enumerable:!1,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:!1,configurable:!0}),Object.defineProperty(e.prototype,"references",{get:function(){var e={};if(this.elDef){gb(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&&gb(this.elView,n,e),t+=n.childCount}}return e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"componentRenderElement",{get:function(){var e=function t(e){for(;e&&!gh(e);)e=e.parent;return e.parent?Yp(e.parent,hh(e).nodeIndex):null}(this.elOrCompView);return e?e.renderElement:void 0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"renderNode",{get:function(){return 2&this.nodeDef.flags?vh(this.view,this.nodeDef):vh(this.elView,this.elDef)},enumerable:!1,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=vb(t,n),a=-1,u=function(){var t;return++a===i?(t=e.error).bind.apply(t,v([e],r)):rh};t.factory(u),a<i&&(e.error("Illegal state: the ViewDefinitionFactory did not call the logger!"),e.error.apply(e,v(r)))},e}();function vb(e,t){for(var n=-1,r=0;r<=t;r++)3&e.nodes[r].flags&&n++;return n}function gb(e,t,n){for(var r in t.references)n[r]=f_(e,t,t.references[r])}function yb(e,t,n,r){var o=z_,i=W_,a=Z_;try{z_=e;var u=t.apply(n,r);return W_=i,Z_=a,z_=o,u}catch(e){if(function s(e){return!!Mo(e)}(e)||!W_)throw e;throw function l(e,t){return e instanceof Error||(e=new Error(e.toString())),Wp(e,t),e}(e,mb())}}function mb(){return W_?new hb(W_,Z_):null}var _b=function(){function e(e){this.delegate=e}return e.prototype.createRenderer=function(e,t){return new bb(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}(),bb=function(){function e(e){this.delegate=e,this.debugContextFactory=mb,this.data=this.delegate.data}return e.prototype.createDebugContext=function(e){return this.debugContextFactory(e)},e.prototype.destroyNode=function(e){var t=qm(e);!function n(e){Bm.delete(e.nativeNode)}(t),t instanceof Tm&&(t.listeners.length=0),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 Nm(n,null,r);o.name=e,Zm(o)}return n},e.prototype.createComment=function(e){var t=this.delegate.createComment(Qo(e)),n=this.createDebugContext(t);return n&&Zm(new Tm(t,null,n)),t},e.prototype.createText=function(e){var t=this.delegate.createText(e),n=this.createDebugContext(t);return n&&Zm(new Tm(t,null,n)),t},e.prototype.appendChild=function(e,t){var n=qm(e),r=qm(t);n&&r&&n instanceof Nm&&n.addChild(r),this.delegate.appendChild(e,t)},e.prototype.insertBefore=function(e,t,n,r){var o=qm(e),i=qm(t),a=qm(n);o&&i&&o instanceof Nm&&o.insertBefore(a,i),this.delegate.insertBefore(e,t,n,r)},e.prototype.removeChild=function(e,t){var n=qm(e),r=qm(t);n&&r&&n instanceof Nm&&n.removeChild(r),this.delegate.removeChild(e,t)},e.prototype.selectRootElement=function(e,t){var n=this.delegate.selectRootElement(e,t),r=mb();return r&&Zm(new Nm(n,null,r)),n},e.prototype.setAttribute=function(e,t,n,r){var o=qm(e);o&&o instanceof Nm&&(o.attributes[r?r+":"+t:t]=n),this.delegate.setAttribute(e,t,n,r)},e.prototype.removeAttribute=function(e,t,n){var r=qm(e);r&&r instanceof Nm&&(r.attributes[n?n+":"+t:t]=null),this.delegate.removeAttribute(e,t,n)},e.prototype.addClass=function(e,t){var n=qm(e);n&&n instanceof Nm&&(n.classes[t]=!0),this.delegate.addClass(e,t)},e.prototype.removeClass=function(e,t){var n=qm(e);n&&n instanceof Nm&&(n.classes[t]=!1),this.delegate.removeClass(e,t)},e.prototype.setStyle=function(e,t,n,r){var o=qm(e);o&&o instanceof Nm&&(o.styles[t]=n),this.delegate.setStyle(e,t,n,r)},e.prototype.removeStyle=function(e,t,n){var r=qm(e);r&&r instanceof Nm&&(r.styles[t]=null),this.delegate.removeStyle(e,t,n)},e.prototype.setProperty=function(e,t,n){var r=qm(e);r&&r instanceof Nm&&(r.properties[t]=n),this.delegate.setProperty(e,t,n)},e.prototype.listen=function(e,t,n){if("string"!=typeof e){var r=qm(e);r&&r.listeners.push(new Pm(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}(),wb=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 d(t,e),t.prototype.create=function(e){M_();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,scope:e.scope,providers:t,modules:n,providersByKey:r}}(Ih(this._ngModuleDefFactory));return nh.createNgModuleRef(this.moduleType,e||Su.NULL,this._bootstrapComponents,t)},t}(Fp);
|
|
1096
1096
|
/**
|
|
1097
1097
|
* @license
|
|
1098
1098
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -1107,7 +1107,7 @@ var p}function fb(e,t,n,r){P_.apply(void 0,v([e,t,n],r))}function db(e,t){for(va
|
|
|
1107
1107
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1108
1108
|
* found in the LICENSE file at https://angular.io/license
|
|
1109
1109
|
*/
|
|
1110
|
-
e.ANALYZE_FOR_ENTRY_COMPONENTS=Sn,e.APP_BOOTSTRAP_LISTENER=Oy,e.APP_ID=by,e.APP_INITIALIZER=my,e.ApplicationInitStatus=_y,e.ApplicationModule=t_,e.ApplicationRef=vm,e.Attribute=jn,e.COMPILER_OPTIONS=Qy,e.CUSTOM_ELEMENTS_SCHEMA={name:"custom-elements"},e.ChangeDetectorRef=Cp,e.Compiler=Uy,e.CompilerFactory=qy,e.Component=ny,e.ComponentFactory=Bd,e.ComponentFactoryResolver=Qd,e.ComponentRef=Hd,e.ContentChild=Vn,e.ContentChildren=Rn,e.DEFAULT_CURRENCY_CODE=jy,e.DebugElement=Gm,e.DebugEventListener=Pm,e.DebugNode=Km,e.DefaultIterableDiffer=cp,e.Directive=ty,e.ElementRef=Yd,e.EmbeddedViewRef=km,e.ErrorHandler=Lo,e.EventEmitter=og,e.Host=wr,e.HostBinding=ay,e.HostListener=uy,e.INJECTOR=vu,e.Inject=yr,e.Injectable=rl,e.InjectionToken=An,e.Injector=Au,e.Input=oy,e.IterableDiffers=_p,e.KeyValueDiffers=wp,e.LOCALE_ID=Ny,e.ModuleWithComponentFactories=Sy,e.NO_ERRORS_SCHEMA={name:"no-errors-schema"},e.NgModule=hy,e.NgModuleFactory=Fp,e.NgModuleFactoryLoader=mm,e.NgModuleRef=Mp,e.NgProbeToken=sm,e.NgZone=Zy,e.Optional=mr,e.Output=iy,e.PACKAGE_ROOT_URL=ky,e.PLATFORM_ID=Ey,e.PLATFORM_INITIALIZER=xy,e.Pipe=ry,e.PlatformRef=pm,e.Query=Nn,e.QueryList=ag,e.ReflectiveInjector=xl,e.ReflectiveKey=cl,e.Renderer2=ep,e.RendererFactory2=tp,e.ResolvedReflectiveFactory=gl,e.Sanitizer=np,e.Self=_r,e.SimpleChange=xe,e.SkipSelf=br,e.SystemJsNgModuleLoader=xm,e.SystemJsNgModuleLoaderConfig=Cm,e.TRANSLATIONS=Dy,e.TRANSLATIONS_FORMAT=Ay,e.TemplateRef=kp,e.Testability=em,e.TestabilityRegistry=tm,e.Type=Hn,e.VERSION=up,e.Version=ap,e.ViewChild=Fn,e.ViewChildren=Mn,e.ViewContainerRef=Vp,e.ViewRef=Om,e.WrappedValue=ms,e.asNativeElements=function Cb(e){return e.map((function(e){return e.nativeElement}))},e.assertPlatform=fm,e.createPlatform=lm,e.createPlatformFactory=cm,e.defineInjectable=x,e.destroyPlatform=function Ib(){nm&&!nm.destroyed&&nm.destroy()},e.enableProdMode=function xb(){if(im)throw new Error("Cannot enable prod mode after platform setup.");om=!1},e.forwardRef=s,e.getDebugNode=qm,e.getModuleFactory=bm,e.getPlatform=dm,e.inject=fr,e.isDevMode=am,e.platformCore=Jm,e.resolveForwardRef=l,e.setTestabilityGetter=function Eb(e){rm=e},e.ɵ0=gr,e.ɵALLOW_MULTIPLE_PLATFORMS=um,e.ɵAPP_ID_RANDOM_PROVIDER=Cy,e.ɵCREATE_ATTRIBUTE_DECORATOR__POST_R3__=function Ob(){return En("Attribute",(function(e){return{attributeName:e,__NG_ELEMENT_ID__:function(){return _n(e)}}}))},e.ɵCodegenComponentFactoryResolver=Wd,e.ɵCompiler_compileModuleAndAllComponentsAsync__POST_R3__=function(e){return Promise.resolve(Ly(e))},e.ɵCompiler_compileModuleAndAllComponentsSync__POST_R3__=Ly,e.ɵCompiler_compileModuleAsync__POST_R3__=function(e){return Promise.resolve(Vy(e))},e.ɵCompiler_compileModuleSync__POST_R3__=Vy,e.ɵComponentFactory=Bd,e.ɵConsole=Py,e.ɵDEFAULT_LOCALE_ID="en-US",e.ɵEMPTY_ARRAY=[],e.ɵEMPTY_MAP={},e.ɵINJECTOR_IMPL__POST_R3__=function kb(e,t,n){return Iu({name:n},t,e,n)},e.ɵINJECTOR_SCOPE=yu,e.ɵLifecycleHooksFeature=is,e.ɵNG_COMP_DEF=K,e.ɵNG_DIR_DEF=G,e.ɵNG_ELEMENT_ID=ee,e.ɵNG_INJ_DEF=S,e.ɵNG_MOD_DEF=Y,e.ɵNG_PIPE_DEF=J,e.ɵNG_PROV_DEF=A,e.ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR=gv,e.ɵNO_CHANGE=Yi,e.ɵNgModuleFactory=Av,e.ɵNoopNgZone=Xy,e.ɵReflectionCapabilities=er,e.ɵRender3ComponentFactory=Ov,e.ɵRender3ComponentRef=kv,e.ɵRender3NgModuleRef=Dv,e.ɵSWITCH_CHANGE_DETECTOR_REF_FACTORY__POST_R3__=Ep,e.ɵSWITCH_COMPILE_COMPONENT__POST_R3__=sy,e.ɵSWITCH_COMPILE_DIRECTIVE__POST_R3__=ly,e.ɵSWITCH_COMPILE_INJECTABLE__POST_R3__=function Pb(e,t){var n=null,r=null;e.hasOwnProperty(A)||Object.defineProperty(e,A,{get:function(){return null===n&&(n=Ln().compileInjectable(Gs,"ng:///"+e.name+"/ɵprov.js",Xs(e,t))),n}}),e.hasOwnProperty(X)||Object.defineProperty(e,X,{get:function(){if(null===r){var n=Xs(e,t),o=Ln();r=o.compileFactory(Gs,"ng:///"+e.name+"/ɵfac.js",{name:n.name,type:n.type,typeArgumentCount:n.typeArgumentCount,deps:xr(e),injectFn:"inject",target:o.R3FactoryTarget.Injectable})}return r},configurable:!0})},e.ɵSWITCH_COMPILE_NGMODULE__POST_R3__=vy,e.ɵSWITCH_COMPILE_PIPE__POST_R3__=cy,e.ɵSWITCH_ELEMENT_REF_FACTORY__POST_R3__=$d,e.ɵSWITCH_IVY_ENABLED__POST_R3__=!0,e.ɵSWITCH_RENDERER2_FACTORY__POST_R3__=rp,e.ɵSWITCH_TEMPLATE_REF_FACTORY__POST_R3__=Dp,e.ɵSWITCH_VIEW_CONTAINER_REF_FACTORY__POST_R3__=Lp,e.ɵ_sanitizeHtml=xo,e.ɵ_sanitizeUrl=eo,e.ɵallowSanitizationBypassAndThrow=Zr,e.ɵand=function Tb(e,t,n,r,o,i){e|=1;var a=_h(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?Ih(i):null,componentProvider:null,componentView:null,componentRendererType:null,publicProviders:null,allProviders:null,handleEvent:o||rh},provider:null,text:null,query:null,ngContent:null}},e.ɵangular_packages_core_core_a=c,e.ɵangular_packages_core_core_b=sr,e.ɵangular_packages_core_core_ba=r_,e.ɵangular_packages_core_core_bb="USD",e.ɵangular_packages_core_core_bc=lv,e.ɵangular_packages_core_core_bd=th,e.ɵangular_packages_core_core_be=Oe,e.ɵangular_packages_core_core_bf=Ev,e.ɵangular_packages_core_core_bg=on,e.ɵangular_packages_core_core_bh=$e,e.ɵangular_packages_core_core_bi=lt,e.ɵangular_packages_core_core_bj=kt,e.ɵangular_packages_core_core_bl=zv,e.ɵangular_packages_core_core_bm=Wv,e.ɵangular_packages_core_core_bn=Zv,e.ɵangular_packages_core_core_bo=Kv,e.ɵangular_packages_core_core_bp=Gv,e.ɵangular_packages_core_core_bq=Ao,e.ɵangular_packages_core_core_br=On,e.ɵangular_packages_core_core_bs=En,e.ɵangular_packages_core_core_bv=r,e.ɵangular_packages_core_core_bw=gu,e.ɵangular_packages_core_core_bx=M,e.ɵangular_packages_core_core_bz=Me,e.ɵangular_packages_core_core_c=pr,e.ɵangular_packages_core_core_cb=si,e.ɵangular_packages_core_core_cc=xd,e.ɵangular_packages_core_core_d=El,e.ɵangular_packages_core_core_e=pl,e.ɵangular_packages_core_core_f=_l,e.ɵangular_packages_core_core_g=wy,e.ɵangular_packages_core_core_h=ip,e.ɵangular_packages_core_core_i=Gd,e.ɵangular_packages_core_core_j=Jd,e.ɵangular_packages_core_core_k=_m,e.ɵangular_packages_core_core_l=Sp,e.ɵangular_packages_core_core_m=Rp,e.ɵangular_packages_core_core_n=Hp,e.ɵangular_packages_core_core_o=Tm,e.ɵangular_packages_core_core_p=Nm,e.ɵangular_packages_core_core_q=zm,e.ɵangular_packages_core_core_r=Op,e.ɵangular_packages_core_core_s=sp,e.ɵangular_packages_core_core_t=vp,e.ɵangular_packages_core_core_u=mp,e.ɵangular_packages_core_core_v=bp,e.ɵangular_packages_core_core_w=Ym,e.ɵangular_packages_core_core_x=$m,e.ɵangular_packages_core_core_y=Xm,e.ɵangular_packages_core_core_z=n_,e.ɵbypassSanitizationTrustHtml=function Nb(e){return new Br(e)},e.ɵbypassSanitizationTrustResourceUrl=function jb(e){return new zr(e)},e.ɵbypassSanitizationTrustScript=function Db(e){return new Qr(e)},e.ɵbypassSanitizationTrustStyle=function Ab(e){return new Ur(e)},e.ɵbypassSanitizationTrustUrl=function Sb(e){return new qr(e)},e.ɵccf=function Rb(e,t,n,r,o,i){return new qh(e,t,n,r,o,i)},e.ɵclearOverrides=function Vb(){return M_(),nh.clearOverrides()},e.ɵclearResolutionOfComponentResourcesQueue=Dr,e.ɵcmf=function Mb(e,t,n){return new wb(e,t,n)},e.ɵcompileComponent=Lg,e.ɵcompileDirective=Hg,e.ɵcompileNgModule=jg,e.ɵcompileNgModuleDefs=Dg,e.ɵcompileNgModuleFactory__POST_R3__=function Fb(e,t,n){var r=new Av(n);if("undefined"!=typeof ngJitMode&&!ngJitMode)return Promise.resolve(r);var o=e.get(Qy,[]).concat(t);if(function i(e){if(null!==Eg){if(e.defaultEncapsulation!==Eg.defaultEncapsulation)return;if(e.preserveWhitespaces!==Eg.preserveWhitespaces)return}Eg=e}({defaultEncapsulation:ym(o.map((function(e){return e.defaultEncapsulation}))),preserveWhitespaces:ym(o.map((function(e){return e.preserveWhitespaces})))}),function a(){return 0===Tr.size}())return Promise.resolve(r);var u=function s(e){var t=[];return e.forEach((function(e){return e&&t.push.apply(t,v(e))})),t}(o.map((function(e){return e.providers})));if(0===u.length)return Promise.resolve(r);var l=Ln(),c=Au.create({providers:u}).get(l.ResourceLoader);return Or((function(e){return Promise.resolve(c.get(e))})).then((function(){return r}))},e.ɵcompilePipe=Xg,e.ɵcreateInjector=Iu,e.ɵcrt=function Lb(e){return{id:"$$undefined",styles:e.styles,encapsulation:e.encapsulation,data:e.data}},e.ɵdefaultIterableDiffers=Np,e.ɵdefaultKeyValueDiffers=jp,e.ɵdetectChanges=pu,e.ɵdevModeEqual=ys,e.ɵdid=function Hb(e,t,n,r,o,i,a,u){var s=[];if(a)for(var l in a){var c=h(a[l],2);s[c[0]]={flags:8,name:l,nonMinifiedName:c[1],ns:null,securityContext:null,suffix:null}}var f=[];if(u)for(var d in u)f.push({type:1,propName:d,target:null,eventName:u[d]});return lv(e,t|=16384,n,r,o,o,i,s,f)},e.ɵeld=function Bb(t,n,r,o,i,a,u,s,l,c,f,d){var p;void 0===u&&(u=[]),c||(c=rh);var v=_h(r),g=v.matchedQueries,y=v.references,m=v.matchedQueryIds,_=null,b=null;a&&(_=(p=h(Nh(a),2))[0],b=p[1]),s=s||[];for(var w=[],C=0;C<s.length;C++){var I=h(s[C],3),x=I[0],E=I[2],O=h(Nh(I[1]),2),k=O[0],P=O[1],T=void 0,N=void 0;switch(15&x){case 4:N=E;break;case 1:case 8:T=E}w[C]={flags:x,ns:k,name:P,nonMinifiedName:P,securityContext:T,suffix:N}}l=l||[];var j=[];for(C=0;C<l.length;C++){var D=h(l[C],2);j[C]={type:0,target:D[0],eventName:D[1],propName:null}}var A=(u=u||[]).map((function(e){var t=h(e,2),n=t[1],r=h(Nh(t[0]),2);return[r[0],r[1],n]}));return d=function S(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"+ah++:"$$empty"}return t&&"$$empty"===t.id&&(t=null),t||null}(d),f&&(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:w,bindingFlags:jh(w),outputs:j,element:{ns:_,name:b,attrs:A,template:null,componentProvider:null,componentView:f||null,componentRendererType:d,publicProviders:null,allProviders:null,handleEvent:c||rh},provider:null,text:null,query:null,ngContent:null}},e.ɵfindLocaleData=Of,e.ɵflushModuleScopingQueueAsMuchAsPossible=Tg,e.ɵgetComponentViewDefinitionFactory=Qh,e.ɵgetDebugNodeR2=Wm,e.ɵgetDebugNode__POST_R3__=Qm,e.ɵgetDirectives=Zu,e.ɵgetHostElement=Gu,e.ɵgetInjectableDef=O,e.ɵgetLContext=zo,e.ɵgetLocaleCurrencyCode=function Ub(t){return Of(t)[e.ɵLocaleDataIndex.CurrencyCode]||null},e.ɵgetLocalePluralCase=kf,e.ɵgetModuleFactory__POST_R3__=function Qb(e){var t=jv(e);if(!t)throw wm(e);return new Av(t)},e.ɵgetSanitizationBypassType=Kr,e.ɵglobal=z,e.ɵinitServicesIfNeeded=M_,e.ɵinlineInterpolate=function qb(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+Dh(n)+r;case 2:return t+Dh(n)+r+Dh(o)+i;case 3:return t+Dh(n)+r+Dh(o)+i+Dh(a)+u;case 4:return t+Dh(n)+r+Dh(o)+i+Dh(a)+u+Dh(s)+l;case 5:return t+Dh(n)+r+Dh(o)+i+Dh(a)+u+Dh(s)+l+Dh(c)+f;case 6:return t+Dh(n)+r+Dh(o)+i+Dh(a)+u+Dh(s)+l+Dh(c)+f+Dh(d)+p;case 7:return t+Dh(n)+r+Dh(o)+i+Dh(a)+u+Dh(s)+l+Dh(c)+f+Dh(d)+p+Dh(h)+v;case 8:return t+Dh(n)+r+Dh(o)+i+Dh(a)+u+Dh(s)+l+Dh(c)+f+Dh(d)+p+Dh(h)+v+Dh(g)+y;case 9:return t+Dh(n)+r+Dh(o)+i+Dh(a)+u+Dh(s)+l+Dh(c)+f+Dh(d)+p+Dh(h)+v+Dh(g)+y+Dh(m)+_;default:throw new Error("Does not support more than 9 expressions")}},e.ɵinterpolate=function zb(e,t){for(var n="",r=0;r<2*e;r+=2)n=n+t[r]+Dh(t[r+1]);return n+t[2*e]},e.ɵisBoundToModule__POST_R3__=function Wb(e){return e.isBoundToModule},e.ɵisDefaultChangeDetectionStrategy=function Zb(t){return null==t||t===e.ChangeDetectionStrategy.Default},e.ɵisListLikeIterable=_s,e.ɵisObservable=Ll,e.ɵisPromise=Ml,e.ɵisSubscribable=Fl,e.ɵivyEnabled=!1,e.ɵmakeDecorator=In,e.ɵmarkDirty=hu,e.ɵmod=function Kb(e){for(var t={},n=[],r=null,o=0;o<e.length;o++){var i=e[o];i.token===yu&&(r=i.value),1073741824&i.flags&&n.push(i.token),i.index=o,t[ih(i.token)]=i}return{factory:null,providersByKey:t,providers:e,modules:n,scope:r}},e.ɵmpd=function Gb(e,t,n,r){return n=l(n),{index:-1,deps:bh(r,i(t)),flags:e,token:t,value:n}},e.ɵncd=function Jb(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.ɵnoSideEffects=H,e.ɵnov=function Yb(e,t){var n=e.def.nodes[t];if(1&n.flags){var r=Yp(e,n.nodeIndex);return n.element.template?r.template:r.renderElement}if(2&n.flags)return Jp(e,n.nodeIndex).renderText;if(20240&n.flags)return $p(e,n.nodeIndex).instance;throw new Error("Illegal state: read nodeValue for node index "+t)},e.ɵoverrideComponentView=function $b(e,t){return M_(),nh.overrideComponentView(e,t)},e.ɵoverrideProvider=function Xb(e){return M_(),nh.overrideProvider(e)},e.ɵpad=function ew(e,t){return p_(32,e,Wn(t))},e.ɵpatchComponentDefWithScope=Sg,e.ɵpid=function tw(e,t,n){return lv(-1,e|=16,null,0,t,t,n)},e.ɵpod=function nw(e,t){for(var n=Object.keys(t),r=n.length,o=[],i=0;i<r;i++)o.push(n[i]);return p_(64,e,o)},e.ɵppd=function rw(e,t){return p_(128,e,Wn(t+1))},e.ɵprd=function ow(e,t,n,r,o){return lv(-1,e,t,0,n,r,o)},e.ɵpublishDefaultGlobalUtils=function iw(){es||(es=!0,ts("getComponent",Uu),ts("getContext",Qu),ts("getListeners",Ju),ts("getOwningComponent",qu),ts("getHostElement",Gu),ts("getInjector",Wu),ts("getRootComponents",zu),ts("getDirectives",Zu),ts("applyChanges",Xu))},e.ɵpublishGlobalUtil=ts,e.ɵqud=function aw(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:mh(t),bindings:r},ngContent:null}},e.ɵregisterLocaleData=function uw(t,n,r){"string"!=typeof n&&(r=n,n=t[e.ɵLocaleDataIndex.LocaleId]),n=n.toLowerCase().replace(/_/g,"-"),Ef[n]=t,r&&(Ef[n][e.ɵLocaleDataIndex.ExtraData]=r)},e.ɵregisterModuleFactory=function sw(e,t){var n=Pv.get(e);Tv(e,n&&n.moduleType,t.moduleType),Pv.set(e,t)},e.ɵregisterNgModuleType=Nv,e.ɵrenderComponent=function lw(e,t){void 0===t&&(t={});var n=t.rendererFactory||Se,r=t.sanitizer||null,o=de(e);o.type!=e&&(o.type=e);var i,a=o.selectors[0][0],u=Sa(n.createRenderer(null,null),t.host||a,o.encapsulation),s=o.onPush?576:528,l=os(t.scheduler,t.playerHandler),c=n.createRenderer(u,o),f=Aa(0,null,null,1,0,null,null,null,null,null),d=wa(null,f,l,s,null,null,n,c,null,t.injector||null);wt(d);try{n.begin&&n.begin(),i=rs(ns(u,o,d,n,c,r),o,d,l,t.hostFeatures||null),Ea(f,d,null),Oa(f,d,null,null)}finally{Ot(),n.end&&n.end()}return i},e.ɵresetCompiledComponents=function cw(){new Map,new Map,kg.length=0},e.ɵresetJitOptions=function fw(){Eg=null},e.ɵresolveComponentResources=Or,e.ɵsetClassMetadata=function dw(e,t,n,r){return H((function(){var o,i=e;null!==t&&(i.hasOwnProperty("decorators")&&void 0!==i.decorators?(o=i.decorators).push.apply(o,v(t)):i.decorators=t),null!==n&&(i.ctorParameters=n),null!==r&&(i.propDecorators=i.hasOwnProperty("propDecorators")&&void 0!==i.propDecorators?Object.assign(Object.assign({},i.propDecorators),r):r)}))},e.ɵsetCurrentInjector=ur,e.ɵsetDocument=function pw(e){je=e},e.ɵsetLocaleId=Sf,e.ɵstore=Zs,e.ɵstringify=i,e.ɵted=function hw(e,t,n){for(var r=[],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.ɵtransitiveScopesFor=Rg,e.ɵunregisterLocaleData=function vw(){Ef={}},e.ɵunv=function gw(e,t,n,r){if(ms.isWrapped(r)){r=ms.unwrap(r);var o=e.def.nodes[t].bindingIndex+n,i=ms.unwrap(e.oldValues[o]);e.oldValues[o]=new ms(i)}return r},e.ɵunwrapSafeValue=Wr,e.ɵvid=function yw(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(y_(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[ih(v.provider.token)]=v:(d||(d=!0,l.element.allProviders=Object.create(l.element.publicProviders)),l.element.allProviders[ih(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,g_(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)&&g_(l)?l.renderParent:l}}return{factory:null,nodeFlags:a,rootNodeFlags:u,nodeMatchedQueries:s,flags:e,nodes:t,updateDirectives:n||rh,updateRenderer:r||rh,handleEvent:function(e,n,r,o){return t[n].element.handleEvent(e,r,o)},bindingCount:o,outputCount:i,lastRenderRootNode:p}},e.ɵwhenRendered=function mw(e){return si(e).clean},e.ɵɵCopyDefinitionFeature=hs,e.ɵɵInheritDefinitionFeature=us,e.ɵɵNgOnChangesFeature=Ee,e.ɵɵProvidersFeature=Ld,e.ɵɵadvance=$i,e.ɵɵattribute=ks,e.ɵɵattributeInterpolate1=Ms,e.ɵɵattributeInterpolate2=Fs,e.ɵɵattributeInterpolate3=Ls,e.ɵɵattributeInterpolate4=Hs,e.ɵɵattributeInterpolate5=Bs,e.ɵɵattributeInterpolate6=Us,e.ɵɵattributeInterpolate7=Qs,e.ɵɵattributeInterpolate8=qs,e.ɵɵattributeInterpolateV=zs,e.ɵɵclassMap=wc,e.ɵɵclassMapInterpolate1=zc,e.ɵɵclassMapInterpolate2=Wc,e.ɵɵclassMapInterpolate3=Zc,e.ɵɵclassMapInterpolate4=Kc,e.ɵɵclassMapInterpolate5=Gc,e.ɵɵclassMapInterpolate6=Jc,e.ɵɵclassMapInterpolate7=Yc,e.ɵɵclassMapInterpolate8=$c,e.ɵɵclassMapInterpolateV=Xc,e.ɵɵclassProp=mc,e.ɵɵcontentQuery=yg,e.ɵɵdefineComponent=ne,e.ɵɵdefineDirective=ce,e.ɵɵdefineInjectable=I,e.ɵɵdefineInjector=E,e.ɵɵdefineNgModule=ue,e.ɵɵdefinePipe=fe,e.ɵɵdirectiveInject=Ol,e.ɵɵdisableBindings=Ye,e.ɵɵelement=Dl,e.ɵɵelementContainer=Rl,e.ɵɵelementContainerEnd=Sl,e.ɵɵelementContainerStart=Al,e.ɵɵelementEnd=jl,e.ɵɵelementStart=Nl,e.ɵɵenableBindings=Je,e.ɵɵgetCurrentView=Vl,e.ɵɵgetInheritedFactory=yn,e.ɵɵhostProperty=_f,e.ɵɵi18n=kd,e.ɵɵi18nApply=Nd,e.ɵɵi18nAttributes=Pd,e.ɵɵi18nEnd=Od,e.ɵɵi18nExp=Td,e.ɵɵi18nPostprocess=jd,e.ɵɵi18nStart=Ed,e.ɵɵinject=lr,e.ɵɵinjectAttribute=_n,e.ɵɵinjectPipeChangeDetectorRef=Ig,e.ɵɵinvalidFactory=kl,e.ɵɵinvalidFactoryDep=cr,e.ɵɵlistener=Hl,e.ɵɵloadQuery=mg,e.ɵɵnamespaceHTML=At,e.ɵɵnamespaceMathML=Dt,e.ɵɵnamespaceSVG=jt,e.ɵɵnextContext=zl,e.ɵɵngDeclareComponent=function _w(e){return Ln().compileComponentDeclaration(xg,"ng:///"+e.type.name+"/ɵcmp.js",e)},e.ɵɵngDeclareDirective=
|
|
1110
|
+
e.ANALYZE_FOR_ENTRY_COMPONENTS=Rn,e.APP_BOOTSTRAP_LISTENER=Oy,e.APP_ID=by,e.APP_INITIALIZER=my,e.ApplicationInitStatus=_y,e.ApplicationModule=t_,e.ApplicationRef=vm,e.Attribute=Dn,e.COMPILER_OPTIONS=Qy,e.CUSTOM_ELEMENTS_SCHEMA={name:"custom-elements"},e.ChangeDetectorRef=Cp,e.Compiler=Uy,e.CompilerFactory=qy,e.Component=ny,e.ComponentFactory=Bd,e.ComponentFactoryResolver=Qd,e.ComponentRef=Hd,e.ContentChild=Mn,e.ContentChildren=Vn,e.DEFAULT_CURRENCY_CODE=jy,e.DebugElement=Gm,e.DebugEventListener=Pm,e.DebugNode=Km,e.DefaultIterableDiffer=cp,e.Directive=ty,e.ElementRef=Yd,e.EmbeddedViewRef=km,e.ErrorHandler=Ho,e.EventEmitter=og,e.Host=Cr,e.HostBinding=ay,e.HostListener=uy,e.INJECTOR=gu,e.Inject=mr,e.Injectable=ol,e.InjectionToken=Sn,e.Injector=Su,e.Input=oy,e.IterableDiffers=_p,e.KeyValueDiffers=wp,e.LOCALE_ID=Ny,e.ModuleWithComponentFactories=Sy,e.NO_ERRORS_SCHEMA={name:"no-errors-schema"},e.NgModule=hy,e.NgModuleFactory=Fp,e.NgModuleFactoryLoader=mm,e.NgModuleRef=Mp,e.NgProbeToken=sm,e.NgZone=Zy,e.Optional=_r,e.Output=iy,e.PACKAGE_ROOT_URL=ky,e.PLATFORM_ID=Ey,e.PLATFORM_INITIALIZER=xy,e.Pipe=ry,e.PlatformRef=pm,e.Query=jn,e.QueryList=ag,e.ReflectiveInjector=El,e.ReflectiveKey=fl,e.Renderer2=ep,e.RendererFactory2=tp,e.ResolvedReflectiveFactory=yl,e.Sanitizer=np,e.Self=br,e.SimpleChange=Ee,e.SkipSelf=wr,e.SystemJsNgModuleLoader=xm,e.SystemJsNgModuleLoaderConfig=Cm,e.TRANSLATIONS=Dy,e.TRANSLATIONS_FORMAT=Ay,e.TemplateRef=kp,e.Testability=em,e.TestabilityRegistry=tm,e.Type=Bn,e.VERSION=up,e.Version=ap,e.ViewChild=Ln,e.ViewChildren=Fn,e.ViewContainerRef=Vp,e.ViewRef=Om,e.WrappedValue=_s,e.asNativeElements=function Cb(e){return e.map((function(e){return e.nativeElement}))},e.assertPlatform=fm,e.createPlatform=lm,e.createPlatformFactory=cm,e.defineInjectable=x,e.destroyPlatform=function Ib(){nm&&!nm.destroyed&&nm.destroy()},e.enableProdMode=function xb(){if(im)throw new Error("Cannot enable prod mode after platform setup.");om=!1},e.forwardRef=s,e.getDebugNode=qm,e.getModuleFactory=bm,e.getPlatform=dm,e.inject=dr,e.isDevMode=am,e.platformCore=Jm,e.resolveForwardRef=l,e.setTestabilityGetter=function Eb(e){rm=e},e.ɵ0=yr,e.ɵALLOW_MULTIPLE_PLATFORMS=um,e.ɵAPP_ID_RANDOM_PROVIDER=Cy,e.ɵCREATE_ATTRIBUTE_DECORATOR__POST_R3__=function Ob(){return On("Attribute",(function(e){return{attributeName:e,__NG_ELEMENT_ID__:function(){return bn(e)}}}))},e.ɵCodegenComponentFactoryResolver=Wd,e.ɵCompiler_compileModuleAndAllComponentsAsync__POST_R3__=function(e){return Promise.resolve(Ly(e))},e.ɵCompiler_compileModuleAndAllComponentsSync__POST_R3__=Ly,e.ɵCompiler_compileModuleAsync__POST_R3__=function(e){return Promise.resolve(Vy(e))},e.ɵCompiler_compileModuleSync__POST_R3__=Vy,e.ɵComponentFactory=Bd,e.ɵConsole=Py,e.ɵDEFAULT_LOCALE_ID="en-US",e.ɵEMPTY_ARRAY=[],e.ɵEMPTY_MAP={},e.ɵINJECTOR_IMPL__POST_R3__=function kb(e,t,n){return xu({name:n},t,e,n)},e.ɵINJECTOR_SCOPE=mu,e.ɵLifecycleHooksFeature=as,e.ɵNG_COMP_DEF=G,e.ɵNG_DIR_DEF=J,e.ɵNG_ELEMENT_ID=te,e.ɵNG_INJ_DEF=S,e.ɵNG_MOD_DEF=$,e.ɵNG_PIPE_DEF=Y,e.ɵNG_PROV_DEF=A,e.ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR=gv,e.ɵNO_CHANGE=$i,e.ɵNgModuleFactory=Av,e.ɵNoopNgZone=Xy,e.ɵReflectionCapabilities=tr,e.ɵRender3ComponentFactory=Ov,e.ɵRender3ComponentRef=kv,e.ɵRender3NgModuleRef=Dv,e.ɵSWITCH_CHANGE_DETECTOR_REF_FACTORY__POST_R3__=Ep,e.ɵSWITCH_COMPILE_COMPONENT__POST_R3__=sy,e.ɵSWITCH_COMPILE_DIRECTIVE__POST_R3__=ly,e.ɵSWITCH_COMPILE_INJECTABLE__POST_R3__=function Pb(e,t){var n=null,r=null;e.hasOwnProperty(A)||Object.defineProperty(e,A,{get:function(){return null===n&&(n=Hn().compileInjectable(Js,"ng:///"+e.name+"/ɵprov.js",el(e,t))),n}}),e.hasOwnProperty(ee)||Object.defineProperty(e,ee,{get:function(){if(null===r){var n=el(e,t),o=Hn();r=o.compileFactory(Js,"ng:///"+e.name+"/ɵfac.js",{name:n.name,type:n.type,typeArgumentCount:n.typeArgumentCount,deps:Er(e),injectFn:"inject",target:o.R3FactoryTarget.Injectable})}return r},configurable:!0})},e.ɵSWITCH_COMPILE_NGMODULE__POST_R3__=vy,e.ɵSWITCH_COMPILE_PIPE__POST_R3__=cy,e.ɵSWITCH_ELEMENT_REF_FACTORY__POST_R3__=$d,e.ɵSWITCH_IVY_ENABLED__POST_R3__=!0,e.ɵSWITCH_RENDERER2_FACTORY__POST_R3__=rp,e.ɵSWITCH_TEMPLATE_REF_FACTORY__POST_R3__=Dp,e.ɵSWITCH_VIEW_CONTAINER_REF_FACTORY__POST_R3__=Lp,e.ɵ_sanitizeHtml=Eo,e.ɵ_sanitizeUrl=to,e.ɵallowSanitizationBypassAndThrow=Kr,e.ɵand=function Tb(e,t,n,r,o,i){e|=1;var a=_h(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?Ih(i):null,componentProvider:null,componentView:null,componentRendererType:null,publicProviders:null,allProviders:null,handleEvent:o||rh},provider:null,text:null,query:null,ngContent:null}},e.ɵangular_packages_core_core_a=c,e.ɵangular_packages_core_core_b=lr,e.ɵangular_packages_core_core_ba=r_,e.ɵangular_packages_core_core_bb="USD",e.ɵangular_packages_core_core_bc=lv,e.ɵangular_packages_core_core_bd=th,e.ɵangular_packages_core_core_be=ke,e.ɵangular_packages_core_core_bf=Ev,e.ɵangular_packages_core_core_bg=an,e.ɵangular_packages_core_core_bh=Xe,e.ɵangular_packages_core_core_bi=ct,e.ɵangular_packages_core_core_bj=Pt,e.ɵangular_packages_core_core_bl=zv,e.ɵangular_packages_core_core_bm=Wv,e.ɵangular_packages_core_core_bn=Zv,e.ɵangular_packages_core_core_bo=Kv,e.ɵangular_packages_core_core_bp=Gv,e.ɵangular_packages_core_core_bq=So,e.ɵangular_packages_core_core_br=kn,e.ɵangular_packages_core_core_bs=On,e.ɵangular_packages_core_core_bv=r,e.ɵangular_packages_core_core_bw=yu,e.ɵangular_packages_core_core_bx=M,e.ɵangular_packages_core_core_bz=Fe,e.ɵangular_packages_core_core_c=hr,e.ɵangular_packages_core_core_cb=li,e.ɵangular_packages_core_core_cc=xd,e.ɵangular_packages_core_core_d=Ol,e.ɵangular_packages_core_core_e=hl,e.ɵangular_packages_core_core_f=bl,e.ɵangular_packages_core_core_g=wy,e.ɵangular_packages_core_core_h=ip,e.ɵangular_packages_core_core_i=Gd,e.ɵangular_packages_core_core_j=Jd,e.ɵangular_packages_core_core_k=_m,e.ɵangular_packages_core_core_l=Sp,e.ɵangular_packages_core_core_m=Rp,e.ɵangular_packages_core_core_n=Hp,e.ɵangular_packages_core_core_o=Tm,e.ɵangular_packages_core_core_p=Nm,e.ɵangular_packages_core_core_q=zm,e.ɵangular_packages_core_core_r=Op,e.ɵangular_packages_core_core_s=sp,e.ɵangular_packages_core_core_t=vp,e.ɵangular_packages_core_core_u=mp,e.ɵangular_packages_core_core_v=bp,e.ɵangular_packages_core_core_w=Ym,e.ɵangular_packages_core_core_x=$m,e.ɵangular_packages_core_core_y=Xm,e.ɵangular_packages_core_core_z=n_,e.ɵbypassSanitizationTrustHtml=function Nb(e){return new Ur(e)},e.ɵbypassSanitizationTrustResourceUrl=function jb(e){return new Wr(e)},e.ɵbypassSanitizationTrustScript=function Db(e){return new qr(e)},e.ɵbypassSanitizationTrustStyle=function Ab(e){return new Qr(e)},e.ɵbypassSanitizationTrustUrl=function Sb(e){return new zr(e)},e.ɵccf=function Rb(e,t,n,r,o,i){return new qh(e,t,n,r,o,i)},e.ɵclearOverrides=function Vb(){return M_(),nh.clearOverrides()},e.ɵclearResolutionOfComponentResourcesQueue=Ar,e.ɵcmf=function Mb(e,t,n){return new wb(e,t,n)},e.ɵcompileComponent=Lg,e.ɵcompileDirective=Hg,e.ɵcompileNgModule=jg,e.ɵcompileNgModuleDefs=Dg,e.ɵcompileNgModuleFactory__POST_R3__=function Fb(e,t,n){var r=new Av(n);if("undefined"!=typeof ngJitMode&&!ngJitMode)return Promise.resolve(r);var o=e.get(Qy,[]).concat(t);if(function i(e){if(null!==Eg){if(e.defaultEncapsulation!==Eg.defaultEncapsulation)return;if(e.preserveWhitespaces!==Eg.preserveWhitespaces)return}Eg=e}({defaultEncapsulation:ym(o.map((function(e){return e.defaultEncapsulation}))),preserveWhitespaces:ym(o.map((function(e){return e.preserveWhitespaces})))}),function a(){return 0===Nr.size}())return Promise.resolve(r);var u=function s(e){var t=[];return e.forEach((function(e){return e&&t.push.apply(t,v(e))})),t}(o.map((function(e){return e.providers})));if(0===u.length)return Promise.resolve(r);var l=Hn(),c=Su.create({providers:u}).get(l.ResourceLoader);return kr((function(e){return Promise.resolve(c.get(e))})).then((function(){return r}))},e.ɵcompilePipe=Xg,e.ɵcreateInjector=xu,e.ɵcrt=function Lb(e){return{id:"$$undefined",styles:e.styles,encapsulation:e.encapsulation,data:e.data}},e.ɵdefaultIterableDiffers=Np,e.ɵdefaultKeyValueDiffers=jp,e.ɵdetectChanges=hu,e.ɵdevModeEqual=ms,e.ɵdid=function Hb(e,t,n,r,o,i,a,u){var s=[];if(a)for(var l in a){var c=h(a[l],2);s[c[0]]={flags:8,name:l,nonMinifiedName:c[1],ns:null,securityContext:null,suffix:null}}var f=[];if(u)for(var d in u)f.push({type:1,propName:d,target:null,eventName:u[d]});return lv(e,t|=16384,n,r,o,o,i,s,f)},e.ɵeld=function Bb(t,n,r,o,i,a,u,s,l,c,f,d){var p;void 0===u&&(u=[]),c||(c=rh);var v=_h(r),g=v.matchedQueries,y=v.references,m=v.matchedQueryIds,_=null,b=null;a&&(_=(p=h(Nh(a),2))[0],b=p[1]),s=s||[];for(var w=[],C=0;C<s.length;C++){var I=h(s[C],3),x=I[0],E=I[2],O=h(Nh(I[1]),2),k=O[0],P=O[1],T=void 0,N=void 0;switch(15&x){case 4:N=E;break;case 1:case 8:T=E}w[C]={flags:x,ns:k,name:P,nonMinifiedName:P,securityContext:T,suffix:N}}l=l||[];var j=[];for(C=0;C<l.length;C++){var D=h(l[C],2);j[C]={type:0,target:D[0],eventName:D[1],propName:null}}var A=(u=u||[]).map((function(e){var t=h(e,2),n=t[1],r=h(Nh(t[0]),2);return[r[0],r[1],n]}));return d=function S(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"+ah++:"$$empty"}return t&&"$$empty"===t.id&&(t=null),t||null}(d),f&&(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:w,bindingFlags:jh(w),outputs:j,element:{ns:_,name:b,attrs:A,template:null,componentProvider:null,componentView:f||null,componentRendererType:d,publicProviders:null,allProviders:null,handleEvent:c||rh},provider:null,text:null,query:null,ngContent:null}},e.ɵfindLocaleData=Of,e.ɵflushModuleScopingQueueAsMuchAsPossible=Tg,e.ɵgetComponentViewDefinitionFactory=Qh,e.ɵgetDebugNodeR2=Wm,e.ɵgetDebugNode__POST_R3__=Qm,e.ɵgetDirectives=Ku,e.ɵgetHostElement=Ju,e.ɵgetInjectableDef=O,e.ɵgetLContext=Wo,e.ɵgetLocaleCurrencyCode=function Ub(t){return Of(t)[e.ɵLocaleDataIndex.CurrencyCode]||null},e.ɵgetLocalePluralCase=kf,e.ɵgetModuleFactory__POST_R3__=function Qb(e){var t=jv(e);if(!t)throw wm(e);return new Av(t)},e.ɵgetSanitizationBypassType=Gr,e.ɵglobal=z,e.ɵinitServicesIfNeeded=M_,e.ɵinlineInterpolate=function qb(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+Dh(n)+r;case 2:return t+Dh(n)+r+Dh(o)+i;case 3:return t+Dh(n)+r+Dh(o)+i+Dh(a)+u;case 4:return t+Dh(n)+r+Dh(o)+i+Dh(a)+u+Dh(s)+l;case 5:return t+Dh(n)+r+Dh(o)+i+Dh(a)+u+Dh(s)+l+Dh(c)+f;case 6:return t+Dh(n)+r+Dh(o)+i+Dh(a)+u+Dh(s)+l+Dh(c)+f+Dh(d)+p;case 7:return t+Dh(n)+r+Dh(o)+i+Dh(a)+u+Dh(s)+l+Dh(c)+f+Dh(d)+p+Dh(h)+v;case 8:return t+Dh(n)+r+Dh(o)+i+Dh(a)+u+Dh(s)+l+Dh(c)+f+Dh(d)+p+Dh(h)+v+Dh(g)+y;case 9:return t+Dh(n)+r+Dh(o)+i+Dh(a)+u+Dh(s)+l+Dh(c)+f+Dh(d)+p+Dh(h)+v+Dh(g)+y+Dh(m)+_;default:throw new Error("Does not support more than 9 expressions")}},e.ɵinterpolate=function zb(e,t){for(var n="",r=0;r<2*e;r+=2)n=n+t[r]+Dh(t[r+1]);return n+t[2*e]},e.ɵisBoundToModule__POST_R3__=function Wb(e){return e.isBoundToModule},e.ɵisDefaultChangeDetectionStrategy=function Zb(t){return null==t||t===e.ChangeDetectionStrategy.Default},e.ɵisListLikeIterable=bs,e.ɵisObservable=Hl,e.ɵisPromise=Fl,e.ɵisSubscribable=Ll,e.ɵivyEnabled=!1,e.ɵmakeDecorator=xn,e.ɵmarkDirty=vu,e.ɵmod=function Kb(e){for(var t={},n=[],r=null,o=0;o<e.length;o++){var i=e[o];i.token===mu&&(r=i.value),1073741824&i.flags&&n.push(i.token),i.index=o,t[ih(i.token)]=i}return{factory:null,providersByKey:t,providers:e,modules:n,scope:r}},e.ɵmpd=function Gb(e,t,n,r){return n=l(n),{index:-1,deps:bh(r,i(t)),flags:e,token:t,value:n}},e.ɵncd=function Jb(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.ɵnoSideEffects=H,e.ɵnov=function Yb(e,t){var n=e.def.nodes[t];if(1&n.flags){var r=Yp(e,n.nodeIndex);return n.element.template?r.template:r.renderElement}if(2&n.flags)return Jp(e,n.nodeIndex).renderText;if(20240&n.flags)return $p(e,n.nodeIndex).instance;throw new Error("Illegal state: read nodeValue for node index "+t)},e.ɵoverrideComponentView=function $b(e,t){return M_(),nh.overrideComponentView(e,t)},e.ɵoverrideProvider=function Xb(e){return M_(),nh.overrideProvider(e)},e.ɵpad=function ew(e,t){return p_(32,e,Zn(t))},e.ɵpatchComponentDefWithScope=Sg,e.ɵpid=function tw(e,t,n){return lv(-1,e|=16,null,0,t,t,n)},e.ɵpod=function nw(e,t){for(var n=Object.keys(t),r=n.length,o=[],i=0;i<r;i++)o.push(n[i]);return p_(64,e,o)},e.ɵppd=function rw(e,t){return p_(128,e,Zn(t+1))},e.ɵprd=function ow(e,t,n,r,o){return lv(-1,e,t,0,n,r,o)},e.ɵpublishDefaultGlobalUtils=function iw(){ts||(ts=!0,ns("getComponent",Qu),ns("getContext",qu),ns("getListeners",Yu),ns("getOwningComponent",zu),ns("getHostElement",Ju),ns("getInjector",Zu),ns("getRootComponents",Wu),ns("getDirectives",Ku),ns("applyChanges",es))},e.ɵpublishGlobalUtil=ns,e.ɵqud=function aw(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:mh(t),bindings:r},ngContent:null}},e.ɵregisterLocaleData=function uw(t,n,r){"string"!=typeof n&&(r=n,n=t[e.ɵLocaleDataIndex.LocaleId]),n=n.toLowerCase().replace(/_/g,"-"),Ef[n]=t,r&&(Ef[n][e.ɵLocaleDataIndex.ExtraData]=r)},e.ɵregisterModuleFactory=function sw(e,t){var n=Pv.get(e);Tv(e,n&&n.moduleType,t.moduleType),Pv.set(e,t)},e.ɵregisterNgModuleType=Nv,e.ɵrenderComponent=function lw(e,t){void 0===t&&(t={});var n=t.rendererFactory||Re,r=t.sanitizer||null,o=pe(e);o.type!=e&&(o.type=e);var i,a=o.selectors[0][0],u=Ra(n.createRenderer(null,null),t.host||a,o.encapsulation),s=o.onPush?576:528,l=is(t.scheduler,t.playerHandler),c=n.createRenderer(u,o),f=Sa(0,null,null,1,0,null,null,null,null,null),d=Ca(null,f,l,s,null,null,n,c,null,t.injector||null);Ct(d);try{n.begin&&n.begin(),i=os(rs(u,o,d,n,c,r),o,d,l,t.hostFeatures||null),Oa(f,d,null),ka(f,d,null,null)}finally{kt(),n.end&&n.end()}return i},e.ɵresetCompiledComponents=function cw(){new Map,new Map,kg.length=0},e.ɵresetJitOptions=function fw(){Eg=null},e.ɵresolveComponentResources=kr,e.ɵsetClassMetadata=function dw(e,t,n,r){return H((function(){var o,i=e;null!==t&&(i.hasOwnProperty("decorators")&&void 0!==i.decorators?(o=i.decorators).push.apply(o,v(t)):i.decorators=t),null!==n&&(i.ctorParameters=n),null!==r&&(i.propDecorators=i.hasOwnProperty("propDecorators")&&void 0!==i.propDecorators?Object.assign(Object.assign({},i.propDecorators),r):r)}))},e.ɵsetCurrentInjector=sr,e.ɵsetDocument=function pw(e){De=e},e.ɵsetLocaleId=Sf,e.ɵstore=Ks,e.ɵstringify=i,e.ɵted=function hw(e,t,n){for(var r=[],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.ɵtransitiveScopesFor=Rg,e.ɵunregisterLocaleData=function vw(){Ef={}},e.ɵunv=function gw(e,t,n,r){if(_s.isWrapped(r)){r=_s.unwrap(r);var o=e.def.nodes[t].bindingIndex+n,i=_s.unwrap(e.oldValues[o]);e.oldValues[o]=new _s(i)}return r},e.ɵunwrapSafeValue=Zr,e.ɵvid=function yw(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(y_(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[ih(v.provider.token)]=v:(d||(d=!0,l.element.allProviders=Object.create(l.element.publicProviders)),l.element.allProviders[ih(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,g_(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)&&g_(l)?l.renderParent:l}}return{factory:null,nodeFlags:a,rootNodeFlags:u,nodeMatchedQueries:s,flags:e,nodes:t,updateDirectives:n||rh,updateRenderer:r||rh,handleEvent:function(e,n,r,o){return t[n].element.handleEvent(e,r,o)},bindingCount:o,outputCount:i,lastRenderRootNode:p}},e.ɵwhenRendered=function mw(e){return li(e).clean},e.ɵɵCopyDefinitionFeature=vs,e.ɵɵInheritDefinitionFeature=ss,e.ɵɵNgOnChangesFeature=Oe,e.ɵɵProvidersFeature=Ld,e.ɵɵadvance=Xi,e.ɵɵattribute=Ps,e.ɵɵattributeInterpolate1=Fs,e.ɵɵattributeInterpolate2=Ls,e.ɵɵattributeInterpolate3=Hs,e.ɵɵattributeInterpolate4=Bs,e.ɵɵattributeInterpolate5=Us,e.ɵɵattributeInterpolate6=Qs,e.ɵɵattributeInterpolate7=qs,e.ɵɵattributeInterpolate8=zs,e.ɵɵattributeInterpolateV=Ws,e.ɵɵclassMap=wc,e.ɵɵclassMapInterpolate1=zc,e.ɵɵclassMapInterpolate2=Wc,e.ɵɵclassMapInterpolate3=Zc,e.ɵɵclassMapInterpolate4=Kc,e.ɵɵclassMapInterpolate5=Gc,e.ɵɵclassMapInterpolate6=Jc,e.ɵɵclassMapInterpolate7=Yc,e.ɵɵclassMapInterpolate8=$c,e.ɵɵclassMapInterpolateV=Xc,e.ɵɵclassProp=mc,e.ɵɵcontentQuery=yg,e.ɵɵdefineComponent=re,e.ɵɵdefineDirective=fe,e.ɵɵdefineInjectable=I,e.ɵɵdefineInjector=E,e.ɵɵdefineNgModule=se,e.ɵɵdefinePipe=de,e.ɵɵdirectiveInject=kl,e.ɵɵdisableBindings=$e,e.ɵɵelement=Al,e.ɵɵelementContainer=Vl,e.ɵɵelementContainerEnd=Rl,e.ɵɵelementContainerStart=Sl,e.ɵɵelementEnd=Dl,e.ɵɵelementStart=jl,e.ɵɵenableBindings=Ye,e.ɵɵgetCurrentView=Ml,e.ɵɵgetInheritedFactory=mn,e.ɵɵhostProperty=_f,e.ɵɵi18n=kd,e.ɵɵi18nApply=Nd,e.ɵɵi18nAttributes=Pd,e.ɵɵi18nEnd=Od,e.ɵɵi18nExp=Td,e.ɵɵi18nPostprocess=jd,e.ɵɵi18nStart=Ed,e.ɵɵinject=cr,e.ɵɵinjectAttribute=bn,e.ɵɵinjectPipeChangeDetectorRef=Ig,e.ɵɵinvalidFactory=Pl,e.ɵɵinvalidFactoryDep=fr,e.ɵɵlistener=Bl,e.ɵɵloadQuery=mg,e.ɵɵnamespaceHTML=St,e.ɵɵnamespaceMathML=At,e.ɵɵnamespaceSVG=Dt,e.ɵɵnextContext=Wl,e.ɵɵngDeclareComponent=function _w(e){return Hn().compileComponentDeclaration(xg,"ng:///"+e.type.name+"/ɵcmp.js",e)},e.ɵɵngDeclareDirective=
|
|
1111
1111
|
/**
|
|
1112
1112
|
* @license
|
|
1113
1113
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -1129,7 +1129,7 @@ e.ANALYZE_FOR_ENTRY_COMPONENTS=Sn,e.APP_BOOTSTRAP_LISTENER=Oy,e.APP_ID=by,e.APP_
|
|
|
1129
1129
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1130
1130
|
* found in the LICENSE file at https://angular.io/license
|
|
1131
1131
|
*/
|
|
1132
|
-
function bw(e){return
|
|
1132
|
+
function bw(e){return Hn().compileDirectiveDeclaration(xg,"ng:///"+e.type.name+"/ɵfac.js",e)},e.ɵɵngDeclarePipe=function ww(e){return Hn().compilePipeDeclaration(xg,"ng:///"+e.type.name+"/ɵpipe.js",e)}
|
|
1133
1133
|
/**
|
|
1134
1134
|
* @license
|
|
1135
1135
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -1150,4 +1150,4 @@ function bw(e){return Ln().compileDirectiveDeclaration(xg,"ng:///"+e.type.name+"
|
|
|
1150
1150
|
*
|
|
1151
1151
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1152
1152
|
* found in the LICENSE file at https://angular.io/license
|
|
1153
|
-
*/,e.ɵɵpipe=Jv,e.ɵɵpipeBind1=Yv,e.ɵɵpipeBind2=$v,e.ɵɵpipeBind3=Xv,e.ɵɵpipeBind4=eg,e.ɵɵpipeBindV=tg,e.ɵɵprojection=
|
|
1153
|
+
*/,e.ɵɵpipe=Jv,e.ɵɵpipeBind1=Yv,e.ɵɵpipeBind2=$v,e.ɵɵpipeBind3=Xv,e.ɵɵpipeBind4=eg,e.ɵɵpipeBindV=tg,e.ɵɵprojection=Gl,e.ɵɵprojectionDef=Kl,e.ɵɵproperty=Tl,e.ɵɵpropertyInterpolate=Jl,e.ɵɵpropertyInterpolate1=Yl,e.ɵɵpropertyInterpolate2=$l,e.ɵɵpropertyInterpolate3=Xl,e.ɵɵpropertyInterpolate4=ec,e.ɵɵpropertyInterpolate5=tc,e.ɵɵpropertyInterpolate6=nc,e.ɵɵpropertyInterpolate7=rc,e.ɵɵpropertyInterpolate8=oc,e.ɵɵpropertyInterpolateV=ic,e.ɵɵpureFunction0=Sv,e.ɵɵpureFunction1=Rv,e.ɵɵpureFunction2=Vv,e.ɵɵpureFunction3=Mv,e.ɵɵpureFunction4=Fv,e.ɵɵpureFunction5=Lv,e.ɵɵpureFunction6=Hv,e.ɵɵpureFunction7=Bv,e.ɵɵpureFunction8=Uv,e.ɵɵpureFunctionV=Qv,e.ɵɵqueryRefresh=vg,e.ɵɵreference=Gs,e.ɵɵresolveBody=ii,e.ɵɵresolveDocument=oi,e.ɵɵresolveWindow=ri,e.ɵɵrestoreView=tt,e.ɵɵsanitizeHtml=ko,e.ɵɵsanitizeResourceUrl=No,e.ɵɵsanitizeScript=jo,e.ɵɵsanitizeStyle=Po,e.ɵɵsanitizeUrl=To,e.ɵɵsanitizeUrlOrResourceUrl=Ro,e.ɵɵsetComponentScope=oe,e.ɵɵsetNgModuleScope=le,e.ɵɵstyleMap=_c,e.ɵɵstyleMapInterpolate1=ef,e.ɵɵstyleMapInterpolate2=tf,e.ɵɵstyleMapInterpolate3=nf,e.ɵɵstyleMapInterpolate4=rf,e.ɵɵstyleMapInterpolate5=of,e.ɵɵstyleMapInterpolate6=af,e.ɵɵstyleMapInterpolate7=uf,e.ɵɵstyleMapInterpolate8=sf,e.ɵɵstyleMapInterpolateV=lf,e.ɵɵstyleProp=yc,e.ɵɵstylePropInterpolate1=cf,e.ɵɵstylePropInterpolate2=ff,e.ɵɵstylePropInterpolate3=df,e.ɵɵstylePropInterpolate4=pf,e.ɵɵstylePropInterpolate5=hf,e.ɵɵstylePropInterpolate6=vf,e.ɵɵstylePropInterpolate7=gf,e.ɵɵstylePropInterpolate8=yf,e.ɵɵstylePropInterpolateV=mf,e.ɵɵsyntheticHostListener=Ul,e.ɵɵsyntheticHostProperty=bf,e.ɵɵtemplate=Zs,e.ɵɵtemplateRefExtractor=Cg,e.ɵɵtext=Sc,e.ɵɵtextInterpolate=Rc,e.ɵɵtextInterpolate1=Vc,e.ɵɵtextInterpolate2=Mc,e.ɵɵtextInterpolate3=Fc,e.ɵɵtextInterpolate4=Lc,e.ɵɵtextInterpolate5=Hc,e.ɵɵtextInterpolate6=Bc,e.ɵɵtextInterpolate7=Uc,e.ɵɵtextInterpolate8=Qc,e.ɵɵtextInterpolateV=qc,e.ɵɵtrustConstantHtml=Do,e.ɵɵtrustConstantResourceUrl=Ao,e.ɵɵviewQuery=gg,Object.defineProperty(e,"__esModule",{value:!0})}));
|